body,html,ul,ol,h1,h2,h3,h4,h5,h6,p,figure{margin:0;padding:0}
body{font-family:'Roboto Mono',monospace;background:#FFFFFE;color:#2F162E;line-height:1.6}
.hd-top{background:linear-gradient(135deg,#2F162E 0%,#4a2648 100%);padding:24px 0;border-bottom:2px solid #FDB0F5}
.hd-cnt{max-width:1536px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.lg-area{display:flex;align-items:center}
.lg-lnk{display:flex;align-items:center;text-decoration:none;gap:16px}
.lg-img{height:92px;width:92px;background:#FFFFFE;padding:8px;border-radius:4px;box-shadow:0 4px 12px #00000026}
.lg-txt{font-size:28px;font-weight:700;color:#FFFFFE;letter-spacing:1px}
.cred-area{display:flex;gap:32px;flex-wrap:wrap}
.cred-item{display:flex;flex-direction:column;gap:4px}
.cred-label{font-size:11px;color:#FDB0F5;text-transform:uppercase;letter-spacing:.5px}
.cred-val{font-size:15px;color:#FFFFFE;font-weight:400}
.hd-btm{background:#FFFFFE;padding:18px 0;box-shadow:0 2px 8px #2f162e14}
.hd-btm .hd-cnt{justify-content:space-between;align-items:center}
.nv{display:flex;gap:28px;flex-wrap:wrap}
.nv-lnk{font-size:15px;color:#2F162E;text-decoration:none;padding:8px 12px;border-radius:3px;transition:background 280ms ease,color 280ms ease}
.nv-lnk:hover{background:#FDB0F5;color:#2F162E}
.tag-box{padding:8px 18px;background:linear-gradient(90deg,#FDB0F5 0%,#fdc9f7 100%);border-radius:4px}
.tag-txt{font-size:14px;color:#2F162E;font-weight:700;margin:0}
.ft-wrap{background:#2F162E;padding:48px 20px;display:flex;max-width:1536px;margin:0 auto;gap:40px}
.ft-sidebar{width:180px;display:flex;flex-direction:column;align-items:flex-start;gap:20px;border-right:1px solid #fdb0f54d;padding-right:40px}
.ft-lg{height:72px;width:72px;background:#FFFFFE;padding:6px;border-radius:3px}
.ft-copy{font-size:13px;color:#FDB0F5;margin:0}
.ft-main{flex:1;display:flex;flex-direction:column;gap:28px}
.ft-links{display:flex;gap:24px;flex-wrap:wrap}
.ft-lnk{font-size:14px;color:#FFFFFE;text-decoration:none;transition:color 300ms ease}
.ft-lnk:hover{color:#FDB0F5}
.ft-contact{display:flex;flex-direction:column;gap:8px}
.ft-addr,.ft-email{font-size:13px;color:#fffffecc;margin:0}
.consent-overlay{position:fixed;bottom:24px;right:24px;background:#FFFFFE;border:2px solid #2F162E;border-radius:5px;padding:24px;max-width:420px;box-shadow:0 12px 28px #2f162e40;z-index:9999;display:none}
.consent-overlay.visible{display:block}
.consent-txt{font-size:14px;color:#2F162E;margin:0 0 18px;line-height:1.5}
.consent-actions{display:flex;gap:12px;justify-content:flex-end}
.consent-btn{padding:10px 20px;font-size:14px;font-family:'Roboto Mono',monospace;border:none;border-radius:3px;cursor:pointer;transition:all 320ms ease}
.consent-accept{background:linear-gradient(135deg,#2F162E 0%,#4a2648 100%);color:#FFFFFE}
.consent-accept:hover{background:linear-gradient(135deg,#4a2648 0%,#2F162E 100%);transform:translateY(-1px)}
.consent-decline{background:#FFFFFE;color:#2F162E;border:1px solid #2F162E}
.consent-decline:hover{background:#FDB0F5}
@media (max-width: 768px) {
.hd-cnt{flex-direction:column;align-items:flex-start}
.cred-area{width:100%;justify-content:flex-start}
.nv{width:100%;flex-direction:column;gap:12px}
.tag-box{width:100%;text-align:center}
.ft-wrap{flex-direction:column;gap:24px}
.ft-sidebar{width:100%;border-right:none;border-bottom:1px solid #fdb0f54d;padding-right:0;padding-bottom:24px}
.consent-overlay{left:12px;right:12px;bottom:12px;max-width:none}
.consent-actions{flex-direction:column}
.consent-btn{width:100%}
}
@media (max-width: 480px) {
.lg-txt{font-size:22px}
.lg-img{height:64px;width:64px}
.cred-area{flex-direction:column;gap:16px}
}
.lp-hdr{max-width:1536px;margin:4rem auto 2rem;padding:0 1.5rem}
.lp-hdr .headline-wrap{max-width:820px}
.lp-hdr .headline-wrap h1{font-size:2.8rem;line-height:1.15;color:#2F162E;margin:0 0 1.2rem;font-weight:700}
.lp-hdr .headline-wrap .intro-txt{font-size:1.1rem;line-height:1.65;color:#444;margin:0}
.prog-overview{max-width:1536px;margin:5rem auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}
.prog-overview .img-container{position:relative}
.prog-overview .img-container img{width:100%;height:auto;display:block;border-radius:4px;box-shadow:0 12px 28px #2f162e1f}
.prog-overview .content-side h2{font-size:2rem;color:#2F162E;margin:0 0 1.5rem;font-weight:600;position:relative;padding-left:1rem}
.prog-overview .content-side h2::before{content:'';position:absolute;left:0;top:.3rem;width:4px;height:2.2rem;background:linear-gradient(180deg,#FDB0F5,#2F162E);border-radius:2px}
.prog-overview .content-side p{font-size:1.05rem;line-height:1.7;color:#333;margin:0 0 1.5rem}
.prog-overview .content-side .highlight-box{background:linear-gradient(135deg,#FFFFFE 0%,#FDB0F5 100%);padding:1.8rem;border-radius:4px;margin:2rem 0 0}
.prog-overview .content-side .highlight-box h5{font-size:1.15rem;color:#2F162E;margin:0 0 .8rem;font-weight:600}
.prog-overview .content-side .highlight-box p{font-size:.98rem;margin:0;color:#2F162E}
.structure-grid{background:#FFFFFE;padding:5rem 0;margin:0}
.structure-grid .inner-wrap{max-width:1536px;margin:0 auto;padding:0 1.5rem}
.structure-grid h3{font-size:2.2rem;color:#2F162E;text-align:center;margin:0 0 3.5rem;font-weight:600}
.structure-grid .modules-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.structure-grid .module-card{background:#FFFFFE;border:2px solid #FDB0F5;border-radius:3px;padding:2rem 1.5rem;transition:all 280ms ease;position:relative}
.structure-grid .module-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #fdb0f540;border-color:#2F162E}
.structure-grid .module-card .num{font-size:3rem;font-weight:700;color:#FDB0F5;line-height:1;margin:0 0 1rem;opacity:.6}
.structure-grid .module-card h6{font-size:1.25rem;color:#2F162E;margin:0 0 .9rem;font-weight:600}
.structure-grid .module-card p{font-size:.96rem;line-height:1.6;color:#555;margin:0}
.outcomes-section{max-width:1536px;margin:5.5rem auto;padding:0 1.5rem}
.outcomes-section h4{font-size:2rem;color:#2F162E;margin:0 0 2.5rem;font-weight:600;text-align:center}
.outcomes-section .outcome-list{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:1.8rem}
.outcomes-section .outcome-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:linear-gradient(90deg,#fdb0f514 0%,#fffffe00 100%);border-left:4px solid #FDB0F5;border-radius:2px;transition:background 320ms ease}
.outcomes-section .outcome-item:hover{background:linear-gradient(90deg,#fdb0f526 0%,#fffffe00 100%)}
.outcomes-section .outcome-item .icon-wrap{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2F162E,#FDB0F5);border-radius:50%}
.outcomes-section .outcome-item .icon-wrap svg{width:24px;height:24px;fill:#FFFFFE}
.outcomes-section .outcome-item .txt-block h6{font-size:1.15rem;color:#2F162E;margin:0 0 .5rem;font-weight:600}
.outcomes-section .outcome-item .txt-block p{font-size:.98rem;line-height:1.65;color:#444;margin:0}
.enroll-cta{background:linear-gradient(135deg,#2F162E 0%,#FDB0F5 100%);padding:4.5rem 1.5rem;margin:6rem 0 0}
.enroll-cta .cta-inner{max-width:820px;margin:0 auto;text-align:center}
.enroll-cta h5{font-size:2.2rem;color:#FFFFFE;margin:0 0 1.2rem;font-weight:600}
.enroll-cta p{font-size:1.08rem;line-height:1.7;color:#FFFFFE;margin:0 0 2.5rem}
.enroll-cta .btn-grp{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}
.enroll-cta .btn-primary{display:inline-block;padding:1rem 2.5rem;background:#FFFFFE;color:#2F162E;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:3px;transition:all 300ms ease;box-shadow:0 8px 20px #00000026;border:2px solid transparent;position:relative;z-index:10}
.enroll-cta .btn-primary:hover{background:#FDB0F5;color:#FFFFFE;transform:translateY(-3px);box-shadow:0 12px 28px #0003}
.enroll-cta .btn-secondary{display:inline-block;padding:1rem 2.5rem;background:transparent;color:#FFFFFE;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:3px;border:2px solid #FFFFFE;transition:all 300ms ease;position:relative;z-index:10}
.enroll-cta .btn-secondary:hover{background:#FFFFFE;color:#2F162E;transform:translateY(-3px)}
@media (max-width: 1024px) {
.prog-overview{grid-template-columns:1fr;gap:2.5rem;margin:3.5rem auto}
.structure-grid .modules-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}
.lp-hdr .headline-wrap h1{font-size:2.3rem}
}
@media (max-width: 768px) {
.lp-hdr{margin:2.5rem auto 1.5rem}
.lp-hdr .headline-wrap h1{font-size:1.9rem}
.lp-hdr .headline-wrap .intro-txt{font-size:1rem}
.structure-grid .modules-container{grid-template-columns:1fr}
.structure-grid{padding:3.5rem 0}
.structure-grid h3{font-size:1.8rem;margin:0 0 2.5rem}
.outcomes-section{margin:3.5rem auto}
.outcomes-section h4{font-size:1.7rem}
.enroll-cta{padding:3rem 1.5rem;margin:4rem 0 0}
.enroll-cta h5{font-size:1.75rem}
.enroll-cta .btn-grp{flex-direction:column;gap:1rem}
.enroll-cta .btn-primary,.enroll-cta .btn-secondary{width:100%;text-align:center}
}
@media (max-width: 480px) {
.outcomes-section .outcome-item{flex-direction:column;gap:1rem}
.prog-overview .content-side h2::before{width:3px;height:1.8rem}
}
.title-wrap{position:relative;min-height:540px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:88px}
.title-wrap .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(8px);transform:scale(1.1);z-index:1}
.title-wrap .overlay-dark{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2f162ed9,#fdb0f54d);z-index:2}
.title-wrap .hero-content{position:relative;z-index:3;max-width:920px;padding:48px 20px;text-align:center;background:#fffffeeb;border-radius:4px;box-shadow:0 16px 48px #2f162e4d 0 4px 12px #2f162e26;margin:0 20px}
.title-wrap .hero-content h1{font-size:2.8rem;line-height:1.2;color:#2F162E;margin:0 0 20px;font-weight:700}
.title-wrap .hero-content .desc-text{font-size:1.15rem;line-height:1.6;color:#2F162E;margin:0 0 36px;opacity:.88}
.title-wrap .btn-group{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.title-wrap .btn-primary,.title-wrap .btn-secondary{padding:14px 32px;font-size:1.05rem;border-radius:3px;text-decoration:none;transition:all .32s ease;font-weight:600;display:inline-block}
.title-wrap .btn-primary{background:#2F162E;color:#FFFFFE;border:2px solid #2F162E}
.title-wrap .btn-primary:hover{background:#1a0d1a;transform:translateY(-2px);box-shadow:0 8px 20px #2f162e59}
.title-wrap .btn-secondary{background:transparent;color:#2F162E;border:2px solid #2F162E}
.title-wrap .btn-secondary:hover{background:#2F162E;color:#FFFFFE;transform:translateY(-2px)}
.partners-sect{max-width:1536px;margin:0 auto 96px;padding:0 20px}
.partners-sect .sect-head{text-align:center;margin-bottom:52px}
.partners-sect h2{font-size:2.4rem;color:#2F162E;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.partners-sect h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#FDB0F5,#2F162E)}
.partners-sect .intro-txt{font-size:1.1rem;line-height:1.7;color:#2F162E;max-width:820px;margin:24px auto 0;opacity:.82}
.partners-sect .grid-3col{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:48px}
.partners-sect .partner-card{background:linear-gradient(135deg,#FFFFFE,#FDB0F5);padding:36px 28px;border-radius:4px;box-shadow:0 4px 16px #2f162e1f;transition:all .34s ease;border:1px solid #2f162e14}
.partners-sect .partner-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #2f162e33}
.partners-sect .partner-card h4{font-size:1.5rem;color:#2F162E;margin:0 0 14px;font-weight:700}
.partners-sect .partner-card p{font-size:1rem;line-height:1.65;color:#2F162E;margin:0;opacity:.86}
.partners-sect .partner-card .metric{margin-top:20px;padding-top:20px;border-top:2px solid #2f162e26;font-size:.95rem;color:#2F162E;font-weight:600}
.quality-sect{background:linear-gradient(180deg,#FFFFFE 0%,#fdb0f526 100%);padding:88px 20px;margin-bottom:96px}
.quality-sect .content-wrapper{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.quality-sect .text-side h2{font-size:2.3rem;color:#2F162E;margin:0 0 28px;font-weight:700}
.quality-sect .text-side h5{font-size:1.3rem;color:#2F162E;margin:32px 0 16px;font-weight:600;position:relative;padding-left:24px}
.quality-sect .text-side h5::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#FDB0F5;border-radius:50%}
.quality-sect .text-side p{font-size:1.05rem;line-height:1.7;color:#2F162E;margin:0 0 18px;opacity:.84}
.quality-sect .img-side img{width:100%;height:auto;border-radius:5px;box-shadow:0 16px 48px #2f162e40}
.rhythm-sect{max-width:1536px;margin:0 auto 96px;padding:0 20px}
.rhythm-sect .top-area{text-align:left;margin-bottom:56px;max-width:900px}
.rhythm-sect h2{font-size:2.4rem;color:#2F162E;margin:0 0 20px;font-weight:700}
.rhythm-sect .lead-para{font-size:1.1rem;line-height:1.75;color:#2F162E;margin:0;opacity:.84}
.rhythm-sect .timeline-box{position:relative;padding-left:48px;margin-top:48px}
.rhythm-sect .timeline-box::before{content:'';position:absolute;left:16px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#2F162E,#FDB0F5)}
.rhythm-sect .timeline-item{position:relative;margin-bottom:48px}
.rhythm-sect .timeline-item::before{content:'';position:absolute;left:-38px;top:8px;width:14px;height:14px;background:#2F162E;border-radius:50%;border:3px solid #FFFFFE;box-shadow:0 0 0 2px #FDB0F5;z-index:2}
.rhythm-sect .timeline-item h6{font-size:1.3rem;color:#2F162E;margin:0 0 12px;font-weight:700}
.rhythm-sect .timeline-item p{font-size:1.05rem;line-height:1.7;color:#2F162E;margin:0;opacity:.84}
.rhythm-sect .visual-split{display:grid;grid-template-columns:1.2fr 0.8fr;gap:40px;margin-top:64px;align-items:start}
.rhythm-sect .visual-split img{width:100%;height:auto;border-radius:4px;box-shadow:0 8px 24px #2f162e2e}
.rhythm-sect .stats-panel{background:linear-gradient(135deg,#2F162E,#2f162ed9);padding:40px 32px;border-radius:4px;color:#FFFFFE;box-shadow:0 12px 36px #2f162e4d}
.rhythm-sect .stats-panel h4{font-size:1.6rem;margin:0 0 28px;font-weight:700;color:#FDB0F5}
.rhythm-sect .stat-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #fdb0f54d}
.rhythm-sect .stat-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.rhythm-sect .stat-row .label{font-size:1.05rem;opacity:.92}
.rhythm-sect .stat-row .value{font-size:1.4rem;font-weight:700;color:#FDB0F5}
@media (max-width: 968px) {
.title-wrap{min-height:420px}
.title-wrap .hero-content h1{font-size:2.2rem}
.title-wrap .hero-content .desc-text{font-size:1.05rem}
.quality-sect .content-wrapper{grid-template-columns:1fr;gap:48px}
.rhythm-sect .visual-split{grid-template-columns:1fr;gap:36px}
.partners-sect .grid-3col{grid-template-columns:1fr}
.partners-sect h2{font-size:2rem}
.quality-sect .text-side h2{font-size:2rem}
.rhythm-sect h2{font-size:2rem}
}
@media (max-width: 640px) {
.title-wrap{min-height:360px;margin-bottom:64px}
.title-wrap .hero-content{padding:36px 16px}
.title-wrap .hero-content h1{font-size:1.8rem}
.title-wrap .btn-group{flex-direction:column;gap:14px}
.title-wrap .btn-primary,.title-wrap .btn-secondary{width:100%}
.partners-sect{margin-bottom:64px}
.partners-sect h2{font-size:1.75rem}
.quality-sect{padding:64px 20px;margin-bottom:64px}
.quality-sect .text-side h2{font-size:1.75rem}
.rhythm-sect{margin-bottom:64px}
.rhythm-sect h2{font-size:1.75rem}
.rhythm-sect .timeline-box{padding-left:36px}
.rhythm-sect .timeline-item::before{left:-32px}
}
.ctct-wrap{max-width:1536px;margin:0 auto;padding:0 24px}
.ctct-hero{background:linear-gradient(135deg,#2F162E 0%,#FDB0F5 100%);padding:96px 24px 72px;position:relative;overflow:hidden}
.ctct-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fffffe1a 0%,transparent 70%);border-radius:50%}
.ctct-hero .ctct-wrap{position:relative;z-index:2}
.hro-ttl{font-size:48px;font-weight:700;color:#FFFFFE;margin:0 0 16px;letter-spacing:-.5px}
.hro-sbt{font-size:20px;color:#FFFFFE;opacity:.9;margin:0;max-width:640px}
.cntc-main{display:grid;grid-template-columns:1fr 1fr;gap:64px;padding:80px 24px;background:#FFFFFE}
.cntc-lf{display:flex;flex-direction:column;gap:48px}
.inf-blck{background:linear-gradient(180deg,#FFFFFE 0%,#FDB0F5 5%,#FFFFFE 100%);padding:40px;border-radius:4px;box-shadow:0 8px 24px #2f162e14}
.inf-hd{font-size:24px;font-weight:600;color:#2F162E;margin:0 0 24px;position:relative;display:inline-block}
.inf-hd::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:3px;background:linear-gradient(90deg,#2F162E 0%,#FDB0F5 100%)}
.inf-itm{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}
.inf-itm:last-child{margin-bottom:0}
.inf-icn{width:40px;height:40px;flex-shrink:0;background:linear-gradient(135deg,#2F162E 0%,#FDB0F5 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.inf-icn svg{width:20px;height:20px;fill:#FFFFFE}
.inf-ctn{flex:1}
.inf-lbl{font-size:13px;font-weight:600;color:#2F162E;text-transform:uppercase;letter-spacing:.5px;margin:0 0 6px;opacity:.7}
.inf-val{font-size:18px;color:#2F162E;margin:0;font-weight:500}
.inf-val a{color:#2F162E;text-decoration:none;transition:color .3s ease}
.inf-val a:hover{color:#FDB0F5}
.hrs-blck{background:#FFFFFE;padding:40px;border:2px solid #FDB0F5;border-radius:4px}
.hrs-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #fdb0f54d}
.hrs-row:last-child{border-bottom:none}
.hrs-dy{font-size:16px;font-weight:500;color:#2F162E}
.hrs-tm{font-size:16px;color:#2F162E;opacity:.8}
.frm-wrp{background:linear-gradient(180deg,#FDB0F5 0%,#FFFFFE 15%);padding:48px;border-radius:6px;box-shadow:0 16px 48px #2f162e1f}
.frm-ttl{font-size:32px;font-weight:700;color:#2F162E;margin:0 0 12px}
.frm-desc{font-size:16px;color:#2F162E;margin:0 0 32px;opacity:.8}
.frm-fld{margin-bottom:24px}
.fld-lbl{display:block;font-size:14px;font-weight:600;color:#2F162E;margin-bottom:8px}
.fld-inp{width:100%;padding:14px 16px;font-size:16px;color:#2F162E;background:#FFFFFE;border:2px solid #2f162e33;border-radius:3px;transition:all .3s ease;box-sizing:border-box}
.fld-inp:focus{outline:none;border-color:#2F162E;box-shadow:0 0 0 3px #2f162e1a}
.fld-slct{width:100%;padding:14px 16px;font-size:16px;color:#2F162E;background:#FFFFFE;border:2px solid #2f162e33;border-radius:3px;transition:all .3s ease;cursor:pointer;box-sizing:border-box}
.fld-slct:focus{outline:none;border-color:#2F162E;box-shadow:0 0 0 3px #2f162e1a}
.rd-grp{display:flex;gap:24px;flex-wrap:wrap}
.rd-opt{display:flex;align-items:center;gap:8px}
.rd-inp{width:20px;height:20px;cursor:pointer;accent-color:#2F162E}
.rd-lbl{font-size:15px;color:#2F162E;cursor:pointer}
.prv-chk{margin:28px 0;display:flex;align-items:flex-start;gap:12px}
.prv-inp{width:18px;height:18px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#2F162E}
.prv-txt{font-size:14px;color:#2F162E;line-height:1.5}
.prv-txt a{color:#2F162E;font-weight:600;text-decoration:underline;transition:color .3s ease}
.prv-txt a:hover{color:#FDB0F5}
.frm-btn{width:100%;padding:16px 32px;font-size:18px;font-weight:600;color:#FFFFFE;background:linear-gradient(135deg,#2F162E 0%,#FDB0F5 100%);border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 16px #2f162e33}
.frm-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #2f162e4d}
.frm-btn:active{transform:translateY(0)}
.btm-sct{background:linear-gradient(180deg,#FFFFFE 0%,#2F162E 100%);padding:80px 24px;text-align:center}
.btm-ttl{font-size:36px;font-weight:700;color:#FFFFFE;margin:0 0 20px}
.btm-txt{font-size:18px;color:#FFFFFE;margin:0 0 32px;opacity:.9;max-width:720px;margin-left:auto;margin-right:auto}
.btm-lnks{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.btm-lnk{padding:14px 32px;font-size:16px;font-weight:600;color:#2F162E;background:#FFFFFE;border:2px solid #FDB0F5;border-radius:4px;text-decoration:none;transition:all .3s ease;display:inline-block}
.btm-lnk:hover{background:#FDB0F5;transform:translateY(-2px);box-shadow:0 8px 16px #fdb0f54d}
@media (max-width: 768px) {
.hro-ttl{font-size:36px}
.hro-sbt{font-size:18px}
.ctct-hero{padding:64px 24px 48px}
.cntc-main{grid-template-columns:1fr;gap:48px;padding:48px 24px}
.inf-blck{padding:32px 24px}
.hrs-blck{padding:32px 24px}
.frm-wrp{padding:32px 24px}
.frm-ttl{font-size:28px}
.rd-grp{flex-direction:column;gap:12px}
.btm-sct{padding:64px 24px}
.btm-ttl{font-size:28px}
.btm-txt{font-size:16px}
.btm-lnks{flex-direction:column;align-items:center}
.btm-lnk{width:100%;max-width:320px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.cntc-main{gap:48px;padding:64px 24px}
.frm-wrp{padding:40px 32px}
}
.rv-hero{background:linear-gradient(135deg,#2F162E 0%,#FDB0F5 100%);padding:4.5rem 1.5rem;margin-bottom:3rem;position:relative;overflow:hidden}
.rv-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,#fffffe1a 0%,transparent 70%);border-radius:50%}
.rv-hero .hero-wrap{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.rv-hero h1{color:#FFFFFE;font-size:2.8rem;margin:0 0 1rem;font-weight:700;line-height:1.2}
.rv-hero .subline{color:#FFFFFE;font-size:1.15rem;margin:0;opacity:.95;max-width:680px}
.rv-grid{max-width:1536px;margin:0 auto 4rem;padding:0 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}
.rv-card{background:#FFFFFE;border:2px solid #FDB0F5;border-radius:4px;padding:2rem;transition:all .3s ease;box-shadow:0 4px 12px #2f162e14}
.rv-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #2f162e26;border-color:#2F162E}
.rv-card .card-hd{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}
.rv-card .auth-name{font-size:1.25rem;font-weight:600;color:#2F162E;margin:0 0 .25rem}
.rv-card .auth-detail{font-size:.9rem;color:#2F162E;opacity:.7;margin:0}
.rv-card .rating{display:flex;gap:.25rem;margin-bottom:1rem}
.rv-card .rating svg{width:18px;height:18px}
.rv-card .rev-txt{color:#2F162E;font-size:1rem;line-height:1.7;margin:0}
.rv-card .rev-date{font-size:.85rem;color:#2F162E;opacity:.6;margin-top:1rem;display:block}
.stat-blk{background:linear-gradient(180deg,#FFFFFE 0%,#FDB0F5 100%);padding:4rem 1.5rem;margin-bottom:4rem;position:relative}
.stat-blk::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2F162E 0%,#FDB0F5 50%,#2F162E 100%)}
.stat-wrap{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}
.stat-item{text-align:center;position:relative}
.stat-item::before{content:'';position:absolute;top:-1rem;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#2F162E;border-radius:2px}
.stat-num{font-size:3rem;font-weight:700;color:#2F162E;margin:0;line-height:1}
.stat-lbl{font-size:1.1rem;color:#2F162E;margin:.75rem 0 0;font-weight:500}
.visual-sec{max-width:1536px;margin:0 auto 4rem;padding:0 1.5rem}
.visual-sec h2{font-size:2.2rem;color:#2F162E;margin:0 0 2.5rem;text-align:center;position:relative;padding-bottom:1rem}
.visual-sec h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:120px;height:3px;background:linear-gradient(90deg,transparent,#FDB0F5,transparent)}
.img-rev-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center}
.img-holder{position:relative;overflow:hidden;border-radius:6px;box-shadow:0 16px 40px #2f162e33}
.img-holder::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#2f162e4d,transparent);z-index:1}
.img-holder img{width:100%;height:auto;display:block;object-fit:cover}
.rev-content{background:#FFFFFE;padding:2.5rem;border-radius:6px;border-left:5px solid #FDB0F5;box-shadow:0 8px 24px #2f162e1a}
.rev-content h5{font-size:1.4rem;color:#2F162E;margin:0 0 .5rem;font-weight:600}
.rev-content .auth-meta{font-size:.95rem;color:#2F162E;opacity:.7;margin:0 0 1.5rem}
.rev-content p{font-size:1.05rem;color:#2F162E;line-height:1.8;margin:0 0 1rem}
.rev-content .highlight{background:linear-gradient(120deg,#FDB0F5 0%,#FDB0F5 100%);background-repeat:no-repeat;background-size:100% 30%;background-position:0 85%;padding:0 .25rem;font-weight:500}
.img-rev-grid-2{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center;margin-top:4rem}
@media (max-width: 968px) {
.rv-hero h1{font-size:2.2rem}
.rv-grid{grid-template-columns:1fr;gap:1.5rem}
.stat-wrap{grid-template-columns:repeat(2,1fr);gap:2rem}
.img-rev-grid,.img-rev-grid-2{grid-template-columns:1fr;gap:2rem}
.img-rev-grid-2 .img-holder{order:-1}
.stat-num{font-size:2.5rem}
}
@media (max-width: 640px) {
.rv-hero{padding:3rem 1rem}
.rv-hero h1{font-size:1.8rem}
.rv-hero .subline{font-size:1rem}
.rv-card{padding:1.5rem}
.stat-wrap{grid-template-columns:1fr;gap:2.5rem}
.stat-blk{padding:3rem 1rem}
.rev-content{padding:1.5rem}
.visual-sec h2{font-size:1.8rem}
}
.pre-st-intro{max-width:1536px;margin:0 auto;padding:4rem 1.5rem;background:linear-gradient(135deg,#FFFFFE 0%,#FDB0F5 100%)}
.pre-st-intro .headline-main{font-size:2.8rem;color:#2F162E;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.pre-st-intro .desc-txt{font-size:1.15rem;color:#2F162E;line-height:1.7;max-width:720px}
.tech-check-wrap{max-width:1536px;margin:0 auto;padding:5rem 1.5rem;background:#FFFFFE}
.tech-check-wrap .sec-hd{font-size:2.2rem;color:#2F162E;margin-bottom:3rem;text-align:center}
.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.tech-item{background:linear-gradient(180deg,#FDB0F5 0%,#FFFFFE 100%);padding:2rem;border-radius:4px;box-shadow:0 8px 24px #2f162e1a;position:relative}
.tech-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#2F162E;border-radius:4px 0 0 4px}
.tech-item h4{font-size:1.4rem;color:#2F162E;margin-bottom:.8rem}
.tech-item p{font-size:1rem;color:#2F162E;line-height:1.6}
.equip-visual{max-width:1536px;margin:0 auto;padding:4rem 1.5rem;background:#2F162E;display:flex;flex-direction:row;gap:3rem;align-items:center}
.equip-visual .content-side{flex:1}
.equip-visual .img-side{flex:1}
.equip-visual .img-side img{width:100%;height:auto;border-radius:6px;box-shadow:0 16px 48px #fdb0f54d;object-fit:cover}
.equip-visual h3{font-size:2rem;color:#FDB0F5;margin-bottom:1.5rem}
.equip-visual .txt-block{font-size:1.05rem;color:#FFFFFE;line-height:1.7;margin-bottom:1rem}
.prep-steps{max-width:1536px;margin:0 auto;padding:5rem 1.5rem;background:radial-gradient(circle at top right,#FDB0F5,#FFFFFE)}
.prep-steps .heading{font-size:2.3rem;color:#2F162E;margin-bottom:2.5rem}
.steps-container{display:flex;flex-direction:column;gap:1.5rem}
.step-box{background:#FFFFFE;padding:2rem;border-radius:5px;border-left:6px solid #2F162E;box-shadow:0 12px 32px #2f162e1f;transition:transform 280ms ease}
.step-box:hover{transform:translateX(8px)}
.step-box h5{font-size:1.3rem;color:#2F162E;margin-bottom:.7rem;display:flex;align-items:center;gap:.5rem}
.step-box h5::before{content:'';width:12px;height:12px;background:#FDB0F5;border-radius:50%;display:inline-block}
.step-box p{font-size:1rem;color:#2F162E;line-height:1.65}
.env-setup-split{max-width:1536px;margin:0 auto;padding:4.5rem 1.5rem;background:#FFFFFE;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.env-setup-split .left-col img{width:100%;height:auto;border-radius:6px;box-shadow:0 16px 40px #2f162e26;object-fit:cover}
.env-setup-split .right-col h4{font-size:2.1rem;color:#2F162E;margin-bottom:1.8rem}
.env-setup-split .right-col .detail-item{margin-bottom:1.5rem}
.env-setup-split .right-col .detail-item h6{font-size:1.2rem;color:#2F162E;margin-bottom:.5rem;position:relative;padding-left:1.5rem}
.env-setup-split .right-col .detail-item h6::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:0;border-left:8px solid #FDB0F5;border-top:5px solid transparent;border-bottom:5px solid transparent}
.env-setup-split .right-col .detail-item p{font-size:1rem;color:#2F162E;line-height:1.6;padding-left:1.5rem}
.mindset-area{max-width:1536px;margin:0 auto;padding:5rem 1.5rem;background:linear-gradient(90deg,#2F162E 0%,#FDB0F5 100%)}
.mindset-area .header-txt{font-size:2.4rem;color:#FFFFFE;margin-bottom:2rem;text-align:center}
.mindset-cards{display:flex;flex-direction:row;gap:2rem;flex-wrap:wrap;justify-content:center}
.mindset-card{background:#FFFFFE;padding:2.5rem;border-radius:3px;flex:1 1 320px;max-width:400px;box-shadow:0 20px 48px #0003;position:relative;overflow:hidden}
.mindset-card::after{content:'';position:absolute;bottom:0;right:0;width:80px;height:80px;background:radial-gradient(circle,#FDB0F5,transparent);opacity:.4}
.mindset-card h5{font-size:1.5rem;color:#2F162E;margin-bottom:1rem}
.mindset-card p{font-size:1.05rem;color:#2F162E;line-height:1.7}
.ready-cta-section{max-width:1536px;margin:0 auto;padding:6rem 1.5rem;background:#FFFFFE;text-align:center}
.ready-cta-section .final-heading{font-size:2.6rem;color:#2F162E;margin-bottom:1.5rem}
.ready-cta-section .final-txt{font-size:1.1rem;color:#2F162E;line-height:1.7;max-width:680px;margin:0 auto 2.5rem}
.ready-cta-section .cta-btn{display:inline-block;background:linear-gradient(135deg,#2F162E,#FDB0F5);color:#FFFFFE;padding:1rem 3rem;font-size:1.15rem;border-radius:5px;text-decoration:none;box-shadow:0 12px 32px #2f162e40;transition:transform 320ms ease,box-shadow 320ms ease;position:relative;z-index:10}
.ready-cta-section .cta-btn:hover{transform:translateY(-4px);box-shadow:0 16px 48px #2f162e59}
.ready-cta-section .img-showcase{margin-top:3rem}
.ready-cta-section .img-showcase img{width:100%;max-width:900px;height:auto;border-radius:6px;box-shadow:0 16px 48px #2f162e33;object-fit:cover}
@media (max-width: 968px) {
.pre-st-intro .headline-main{font-size:2.2rem}
.equip-visual{flex-direction:column}
.env-setup-split{grid-template-columns:1fr;gap:3rem}
.mindset-cards{flex-direction:column}
.mindset-card{max-width:100%}
.tech-grid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.pre-st-intro{padding:3rem 1rem}
.pre-st-intro .headline-main{font-size:1.8rem}
.tech-check-wrap{padding:3rem 1rem}
.tech-check-wrap .sec-hd{font-size:1.8rem}
.prep-steps{padding:3rem 1rem}
.prep-steps .heading{font-size:1.9rem}
.mindset-area{padding:3rem 1rem}
.mindset-area .header-txt{font-size:1.9rem}
.ready-cta-section{padding:4rem 1rem}
.ready-cta-section .final-heading{font-size:2rem}
}
.pol-top{background:linear-gradient(135deg,#FDB0F5 0%,#FFFFFE 100%);padding:4.5rem 1.5rem 3rem;text-align:center}
.pol-top .wrap-ct{max-width:1536px;margin:0 auto}
.pol-top h1{font-size:2.8rem;color:#2F162E;margin-bottom:1rem;font-weight:700}
.pol-top .upd-dt{color:#2F162E;opacity:.75;font-size:.95rem}
.doc-main{max-width:1536px;margin:0 auto;padding:3rem 1.5rem}
.intro-bl{background:#FFFFFE;padding:2.5rem;border-radius:4px;margin-bottom:3rem;border-left:4px solid #FDB0F5}
.intro-bl p{color:#2F162E;line-height:1.7;margin-bottom:1rem}
.intro-bl p:last-child{margin-bottom:0}
.sec-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}
.pol-card{background:linear-gradient(to right,#FFFFFE 0%,#fdb0f514 100%);padding:2rem;border-radius:3px;box-shadow:0 2px 12px #2f162e0f;transition:all .3s ease}
.pol-card:hover{box-shadow:0 8px 24px #2f162e1f;transform:translateY(-2px)}
.pol-card h3{color:#2F162E;font-size:1.6rem;margin-bottom:1.2rem;position:relative;padding-left:1.2rem}
.pol-card h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:70%;background:linear-gradient(180deg,#2F162E,#FDB0F5);border-radius:3px}
.pol-card p{color:#2F162E;line-height:1.6;margin-bottom:.9rem}
.pol-card ul{margin:1rem 0 1rem 1.5rem}
.pol-card li{color:#2F162E;margin-bottom:.7rem;line-height:1.6}
.pol-card li::marker{color:#FDB0F5}
.data-table-box{background:#FFFFFE;padding:2.5rem;border-radius:4px;margin-bottom:3rem;box-shadow:0 4px 16px #2f162e14}
.data-table-box h4{color:#2F162E;font-size:1.4rem;margin-bottom:1.5rem;text-align:center}
.tbl-wrap{overflow-x:auto}
.data-tbl{width:100%;border-collapse:separate;border-spacing:0}
.data-tbl th{background:linear-gradient(135deg,#2F162E,#2f162ee6);color:#FFFFFE;padding:1rem;text-align:left;font-weight:600;font-size:.95rem;border-bottom:2px solid #FDB0F5}
.data-tbl th:first-child{border-top-left-radius:3px}
.data-tbl th:last-child{border-top-right-radius:3px}
.data-tbl td{padding:1rem;color:#2F162E;border-bottom:1px solid #fdb0f533}
.data-tbl tr:nth-child(even){background:#fdb0f50d}
.data-tbl tr:hover{background:#fdb0f51f}
.rights-section{background:radial-gradient(circle at top right,#fdb0f526,#FFFFFE);padding:3rem 2rem;border-radius:5px;margin-bottom:3rem}
.rights-section h5{color:#2F162E;font-size:1.35rem;margin-bottom:1.8rem;text-align:center;position:relative;padding-bottom:1rem}
.rights-section h5::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#2F162E,#FDB0F5,#2F162E);border-radius:2px}
.rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}
.right-item{background:#FFFFFE;padding:1.5rem;border-radius:3px;border:1px solid #fdb0f54d;transition:all .3s ease}
.right-item:hover{border-color:#FDB0F5;box-shadow:0 4px 12px #fdb0f533}
.right-item h6{color:#2F162E;font-size:1.1rem;margin-bottom:.8rem;font-weight:600}
.right-item p{color:#2F162E;line-height:1.6;font-size:.95rem}
.contact-box{background:linear-gradient(135deg,#2F162E,#2f162ef2);color:#FFFFFE;padding:3rem 2rem;border-radius:4px;text-align:center;margin-top:3rem}
.contact-box h4{font-size:1.5rem;margin-bottom:1.5rem;color:#FFFFFE}
.contact-box p{color:#FFFFFE;margin-bottom:1rem;line-height:1.6}
.contact-box a{color:#FDB0F5;text-decoration:none;font-weight:600;transition:opacity .3s ease}
.contact-box a:hover{opacity:.8;text-decoration:underline}
@media (min-width: 768px) {
.pol-top h1{font-size:3.2rem}
.sec-grid{grid-template-columns:repeat(2,1fr)}
.intro-bl{padding:3rem}
}
@media (min-width: 1024px) {
.pol-top{padding:5.5rem 2rem 4rem}
.doc-main{padding:4rem 2rem}
.pol-card{padding:2.5rem}
}
.pp-hd{background:linear-gradient(135deg,#FDB0F5 0%,#FFFFFE 100%);padding:84px 24px 72px;text-align:center;position:relative;overflow:hidden}
.pp-hd::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#2f162e0d 0%,transparent 70%);animation:rotate-pattern 30s linear infinite}
@keyframes rotate-pattern {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.pp-hd-ct{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.pp-hd h1{color:#2F162E;font-size:2.8rem;margin:0 0 16px;font-weight:700;letter-spacing:-.5px}
.pp-hd-desc{color:#2F162E;font-size:1.1rem;opacity:.85;max-width:720px;margin:0 auto;line-height:1.6}
.pp-last-update{background:#2F162E;color:#FFFFFE;display:inline-block;padding:8px 24px;border-radius:24px;font-size:.9rem;margin-top:24px}
.pp-main-content{max-width:1536px;margin:0 auto;padding:64px 24px}
.pp-intro-section{background:#FFFFFE;padding:48px;border-radius:4px;border-left:4px solid #FDB0F5;margin-bottom:56px;box-shadow:0 4px 24px #2f162e14}
.pp-intro-section h2{color:#2F162E;font-size:1.8rem;margin:0 0 24px;font-weight:600}
.pp-intro-section p{color:#2F162E;font-size:1.05rem;line-height:1.75;margin:0 0 16px}
.pp-intro-section p:last-child{margin-bottom:0}
.pp-section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-bottom:56px}
.pp-card{background:linear-gradient(145deg,#FFFFFE 0%,#FDB0F5 100%);padding:40px;border-radius:6px;box-shadow:0 8px 32px #2f162e1a;transition:transform 320ms ease,box-shadow 320ms ease;position:relative;overflow:hidden}
.pp-card::after{content:'';position:absolute;top:0;right:0;width:120px;height:120px;background:radial-gradient(circle,#fdb0f566 0%,transparent 70%);border-radius:50%;transform:translate(40%,-40%)}
.pp-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #2f162e26}
.pp-card h3{color:#2F162E;font-size:1.6rem;margin:0 0 20px;font-weight:600;position:relative;z-index:2}
.pp-card h3::before{content:'';display:block;width:48px;height:4px;background:#2F162E;margin-bottom:16px;border-radius:2px}
.pp-card p{color:#2F162E;font-size:1rem;line-height:1.7;margin:0 0 12px;position:relative;z-index:2}
.pp-card p:last-child{margin-bottom:0}
.pp-detailed-section{background:#FFFFFE;padding:56px 48px;border-radius:6px;margin-bottom:56px;position:relative;box-shadow:0 2px 16px #2f162e0f}
.pp-detailed-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#2F162E 0%,#FDB0F5 100%);border-radius:6px 6px 0 0}
.pp-detailed-section h2{color:#2F162E;font-size:2rem;margin:0 0 32px;font-weight:600;position:relative;padding-bottom:16px}
.pp-detailed-section h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:#FDB0F5;border-radius:2px}
.pp-detailed-section h4{color:#2F162E;font-size:1.3rem;margin:32px 0 16px;font-weight:600}
.pp-detailed-section h4:first-of-type{margin-top:0}
.pp-detailed-section p{color:#2F162E;font-size:1.05rem;line-height:1.75;margin:0 0 16px}
.pp-detailed-section ul{margin:16px 0;padding-left:24px}
.pp-detailed-section li{color:#2F162E;font-size:1.05rem;line-height:1.75;margin-bottom:12px;position:relative;padding-left:12px}
.pp-detailed-section li::marker{color:#FDB0F5}
.pp-rights-section{background:linear-gradient(135deg,#2F162E 0%,#FDB0F5 100%);padding:64px 48px;border-radius:6px;margin-bottom:56px;position:relative;overflow:hidden}
.pp-rights-section::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:#fffffe1a;border-radius:50%}
.pp-rights-section::after{content:'';position:absolute;bottom:-80px;left:-80px;width:240px;height:240px;background:#fffffe14;border-radius:50%}
.pp-rights-content{position:relative;z-index:2}
.pp-rights-section h2{color:#FFFFFE;font-size:2rem;margin:0 0 32px;font-weight:600}
.pp-rights-section h5{color:#FDB0F5;font-size:1.2rem;margin:28px 0 12px;font-weight:600}
.pp-rights-section h5:first-of-type{margin-top:0}
.pp-rights-section p{color:#FFFFFE;font-size:1.05rem;line-height:1.75;margin:0 0 16px}
.pp-rights-section ul{margin:16px 0;padding-left:24px}
.pp-rights-section li{color:#FFFFFE;font-size:1.05rem;line-height:1.75;margin-bottom:12px}
.pp-rights-section li::marker{color:#FDB0F5}
.pp-contact-section{background:#FFFFFE;padding:56px;border-radius:6px;text-align:center;box-shadow:0 8px 32px #2f162e1f;position:relative;overflow:hidden}
.pp-contact-section::before{content:'';position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,#FDB0F5 0%,#2F162E 50%,#FDB0F5 100%)}
.pp-contact-section h2{color:#2F162E;font-size:1.9rem;margin:0 0 24px;font-weight:600}
.pp-contact-section p{color:#2F162E;font-size:1.05rem;line-height:1.75;margin:0 0 32px;max-width:800px;margin-left:auto;margin-right:auto}
.pp-contact-info{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;margin-bottom:32px}
.pp-contact-item{display:flex;flex-direction:column;align-items:center;gap:8px}
.pp-contact-label{color:#2F162E;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.7}
.pp-contact-value{color:#2F162E;font-size:1.15rem;font-weight:600}
.pp-contact-value a{color:#2F162E;text-decoration:none;border-bottom:2px solid #FDB0F5;transition:color 280ms ease,border-color 280ms ease}
.pp-contact-value a:hover{color:#FDB0F5;border-color:#2F162E}
.pp-contact-btn{display:inline-block;background:#2F162E;color:#FFFFFE;padding:16px 48px;border-radius:4px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:transform 300ms ease,box-shadow 300ms ease;box-shadow:0 4px 16px #2f162e33;position:relative;z-index:3}
.pp-contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2f162e4d}
@media (max-width: 768px) {
.pp-hd{padding:64px 20px 56px}
.pp-hd h1{font-size:2rem}
.pp-hd-desc{font-size:1rem}
.pp-main-content{padding:48px 20px}
.pp-intro-section{padding:32px 24px;margin-bottom:40px}
.pp-section-grid{grid-template-columns:1fr;gap:24px;margin-bottom:40px}
.pp-card{padding:32px 24px}
.pp-detailed-section{padding:40px 24px;margin-bottom:40px}
.pp-detailed-section h2{font-size:1.6rem;margin-bottom:24px}
.pp-rights-section{padding:48px 24px;margin-bottom:40px}
.pp-rights-section h2{font-size:1.6rem;margin-bottom:24px}
.pp-contact-section{padding:40px 24px}
.pp-contact-info{flex-direction:column;gap:24px}
.pp-contact-btn{padding:14px 36px;font-size:1rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.pp-section-grid{grid-template-columns:repeat(2,1fr)}
}
.success-wrap{max-width:1536px;margin:0 auto;padding:0}
.confirm-hero{background:linear-gradient(135deg,#2F162E 0%,#5a2f57 50%,#FDB0F5 100%);padding:80px 24px;text-align:center;position:relative;overflow:hidden}
.confirm-hero::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#fdb0f526 0%,transparent 70%);animation:pulse-glow 8s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{transform:scale(1);opacity:.5}
50%{transform:scale(1.2);opacity:.8}
}
.confirm-hero .check-icon{width:96px;height:96px;margin:0 auto 32px;position:relative;z-index:2}
.confirm-hero .check-icon svg{width:100%;height:100%;filter:drop-shadow(0 8px 24px #fdb0f566)}
.confirm-hero .check-circle{animation:scale-in .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
.confirm-hero .check-path{stroke-dasharray:100;stroke-dashoffset:100;animation:draw-check .8s ease-out .3s forwards}
@keyframes scale-in {
from{transform:scale(0);opacity:0}
to{transform:scale(1);opacity:1}
}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.confirm-hero h1{color:#FFFFFE;font-size:42px;font-weight:700;margin:0 0 16px;position:relative;z-index:2;line-height:1.2}
.confirm-hero .lead-txt{color:#FFFFFE;font-size:20px;line-height:1.6;margin:0 auto;max-width:640px;opacity:.95;position:relative;z-index:2}
.next-steps-grid{max-width:1280px;margin:0 auto;padding:80px 24px;background:#FFFFFE}
.next-steps-grid h2{color:#2F162E;font-size:36px;font-weight:700;text-align:center;margin:0 0 56px;position:relative}
.next-steps-grid h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FDB0F5,#2F162E);margin:16px auto 0;border-radius:2px}
.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:64px}
.step-card{background:#FFFFFE;border:2px solid #FDB0F5;border-radius:4px;padding:32px 24px;position:relative;transition:all .35s ease;box-shadow:0 4px 12px #2f162e14}
.step-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #fdb0f540;border-color:#2F162E}
.step-card .step-num{position:absolute;top:-16px;left:24px;width:44px;height:44px;background:linear-gradient(135deg,#2F162E,#5a2f57);color:#FFFFFE;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 4px 16px #2f162e4d}
.step-card h5{color:#2F162E;font-size:22px;font-weight:700;margin:16px 0 12px}
.step-card p{color:#2F162E;font-size:16px;line-height:1.7;margin:0;opacity:.85}
.contact-info-box{background:linear-gradient(135deg,#2f162e08,#fdb0f50f);border-radius:6px;padding:40px 32px;text-align:center;border:1px solid #fdb0f54d}
.contact-info-box h6{color:#2F162E;font-size:24px;font-weight:700;margin:0 0 24px}
.contact-details{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;margin-bottom:32px}
.contact-item{display:flex;flex-direction:column;align-items:center;gap:8px}
.contact-item .icon-holder{width:48px;height:48px;background:linear-gradient(135deg,#2F162E,#5a2f57);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:4px}
.contact-item .icon-holder svg{width:24px;height:24px}
.contact-item .label{color:#2F162E;font-size:14px;font-weight:600;opacity:.7;margin:0}
.contact-item .value{color:#2F162E;font-size:16px;font-weight:600;margin:0}
.contact-item a{color:#2F162E;text-decoration:none;transition:color .3s ease}
.contact-item a:hover{color:#FDB0F5}
.btn-back{display:inline-block;background:linear-gradient(135deg,#2F162E,#5a2f57);color:#FFFFFE;padding:14px 36px;border-radius:4px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #2f162e40;border:none;cursor:pointer;position:relative;z-index:10}
.btn-back:hover{transform:translateY(-2px);box-shadow:0 10px 28px #fdb0f566;background:linear-gradient(135deg,#5a2f57,#2F162E)}
@media (max-width: 768px) {
.confirm-hero{padding:60px 20px}
.confirm-hero h1{font-size:32px}
.confirm-hero .lead-txt{font-size:18px}
.next-steps-grid{padding:60px 20px}
.next-steps-grid h2{font-size:28px;margin-bottom:40px}
.steps-container{grid-template-columns:1fr;gap:24px}
.contact-details{flex-direction:column;gap:24px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.confirm-hero h1{font-size:38px}
.steps-container{grid-template-columns:repeat(2,1fr)}
}