*,::before,::after{margin:0;padding:0;border:0;box-sizing:border-box}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
body{font-family:'Bitter',Georgia,serif;font-size:16px;line-height:1.6;color:#2a2a2a;background-color:#fafafa}
ol,ul{list-style:none}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit;outline:none;cursor:pointer}
.header-box{background:#fff;box-shadow:0 2px 16px #c2185e12;position:relative;z-index:100}
.header-inner{max-width:1536px;margin:auto;padding:0 24px}
.header-row-one{display:flex;align-items:center;padding-top:18px;padding-bottom:6px}
.header-row-one .site-logo{display:flex;align-items:center;gap:12px;flex-shrink:0}
.header-row-one .site-logo img{width:80px;height:80px;object-fit:contain;border-radius:12px;box-shadow:0 2px 12px #c2185e21}
.header-row-two{display:flex;justify-content:center;padding-left:60px;padding-bottom:4px}
.header-company-name{font-size:1.6rem;font-weight:700;letter-spacing:.04em;background:linear-gradient(90deg,#C2185E,#FD858F);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.header-row-three{display:flex;justify-content:flex-end;padding-right:0;padding-bottom:14px;padding-left:120px}
.main-nav ul{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.main-nav ul li a{display:inline-block;padding:8px 18px;font-size:.95rem;font-weight:700;color:#2a2a2a;border-radius:8px;transition:background 0.2s,color .2s}
.main-nav ul li a:hover{background:linear-gradient(135deg,#C2185E,#FD858F);color:#fff}
.main-nav ul li a[data-state="active"]{color:#C2185E}
@media (max-width: 768px) {
.header-row-one,.header-row-two,.header-row-three{padding-left:0;padding-right:0;justify-content:flex-start}
.header-row-two{padding-left:0}
.header-company-name{font-size:1.2rem}
.main-nav ul{gap:4px}
.main-nav ul li a{padding:7px 12px;font-size:.88rem}
}
.footer-surface{background:#1a0a12;color:#e8d5de;padding-top:52px;padding-bottom:0;box-shadow:inset 0 4px 24px #c2185e1a inset 0 2px 6px #0000002e;margin-top:60px}
.footer-inner-box{max-width:1536px;margin:auto;padding:0 24px}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;padding-bottom:40px}
.footer-col-box h4{font-size:1rem;font-weight:700;color:#FD858F;margin-bottom:16px;letter-spacing:.04em}
.footer-col-box p,.footer-col-box address{font-size:.9rem;color:#c4a8b3;line-height:1.7;font-style:normal}
.footer-col-box ul li{margin-bottom:10px}
.footer-col-box ul li a{font-size:.9rem;color:#c4a8b3;border-radius:6px;padding:2px 0;display:inline-flex;align-items:center;gap:7px;transition:color .2s}
.footer-col-box ul li a:hover{color:#FD858F}
.footer-col-box ul li a .bi{color:#50C9E0;font-size:.85rem}
.footer-contact-link{display:inline-flex;align-items:center;gap:8px;color:#c4a8b3;font-size:.9rem;margin-bottom:10px;transition:color .2s}
.footer-contact-link:hover{color:#FD858F}
.footer-contact-link .bi{color:#50C9E0}
.footer-divider{border-top:1px solid #fd858f26;margin:0}
.footer-bottom-bar{max-width:1536px;margin:auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}
.footer-copyright{font-size:.82rem;color:#7a5568}
.footer-legal-links{display:flex;gap:16px}
.footer-legal-links a{font-size:.82rem;color:#7a5568;transition:color .2s}
.footer-legal-links a:hover{color:#FD858F}
@media (max-width: 768px) {
.footer-grid{grid-template-columns:1fr;gap:28px}
.footer-bottom-bar{flex-direction:column;align-items:flex-start}
}
.cookie-frame{position:fixed;bottom:24px;left:24px;z-index:9999;width:320px;background:#fff;border-radius:14px;box-shadow:0 8px 32px #c2185e26 0 2px 8px #00000014;padding:22px;transform:translateX(-120%);transition:transform .38s cubic-bezier(0.4,0,0.2,1);border:1px solid #c2185e1f}
.cookie-frame[data-visible="true"]{transform:translateX(0)}
.cookie-frame[data-visible="false"]{transform:translateX(-120%)}
.cookie-frame .cookie-heading{font-size:.98rem;font-weight:700;color:#C2185E;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.cookie-frame .cookie-text{font-size:.82rem;color:#555;line-height:1.55;margin-bottom:14px}
.cookie-settings-group{background:#fdf0f4;border-radius:10px;padding:12px 14px;margin-bottom:16px}
.cookie-settings-group .settings-label{font-size:.8rem;font-weight:700;color:#2a2a2a;margin-bottom:10px}
.cookie-toggle-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.cookie-toggle-row:last-child{margin-bottom:0}
.cookie-toggle-row .toggle-name{font-size:.78rem;color:#444}
.toggle-switch{position:relative;width:36px;height:20px;flex-shrink:0}
.toggle-switch input{opacity:0;width:0;height:0;position:absolute}
.toggle-track{position:absolute;inset:0;background:#ddd;border-radius:20px;transition:background .25s;cursor:pointer}
.toggle-track::after{content:'';position:absolute;left:3px;top:3px;width:14px;height:14px;background:#fff;border-radius:50%;transition:transform .25s;box-shadow:0 1px 4px #0000002e}
.toggle-switch input:checked + .toggle-track{background:linear-gradient(135deg,#C2185E,#FD858F)}
.toggle-switch input:checked + .toggle-track::after{transform:translateX(16px)}
.cookie-btn-row{display:flex;gap:10px}
.cookie-btn-row button{flex:1;padding:10px 0;border-radius:999px;font-size:.82rem;font-weight:700;border:none;cursor:pointer;transition:opacity .2s}
.cookie-btn-row button:hover{opacity:.88}
.cookie-btn-accept{background:linear-gradient(135deg,#C2185E,#FD858F);color:#fff}
.cookie-btn-decline{background:#f0e4e9;color:#C2185E}
@media (max-width: 375px) {
.cookie-frame{width:calc(100vw - 32px);left:16px;bottom:16px}
}
.info-doc{max-width:860px;margin:0 auto;padding:48px 32px 64px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #c2185e12 0 2px 8px #50c9e00f}
.info-doc p{font-size:1rem;line-height:1.85;color:#2d2d2d;margin:0 0 1.4em;font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:.01em;max-width:72ch}
.info-doc em,.info-doc i{font-style:italic;color:#C2185E;font-weight:400}
.info-doc a{color:#C2185E;text-decoration:underline;text-decoration-color:#FD858F;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}
.info-doc a:hover{color:#50C9E0;text-decoration-color:#50C9E0}
.info-doc a:visited{color:#a01250;text-decoration-color:#FD858F}
.info-doc hr{border:none;border-top:1px solid #f0d0da;margin:2.4em 0;background:none}
.info-doc div{margin-bottom:2em;padding:20px 24px;background:#fdf5f7;border-left:3px solid linear-gradient(#C2185E,#FD858F);border-left:3px solid #FD858F;border-radius:0 8px 8px 0;box-shadow:inset 0 2px 6px #c2185e0d}
.info-doc div p{margin-bottom:.8em}
.info-doc div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.info-doc{padding:32px 20px 48px;border-radius:8px}
.info-doc p{font-size:.97rem;line-height:1.75;max-width:100%}
.info-doc div{padding:16px}
.info-doc hr{margin:1.8em 0}
}
@media (max-width: 375px) {
.info-doc{padding:24px 16px 40px;border-radius:0;box-shadow:none}
.info-doc p{font-size:.94rem;line-height:1.7}
.info-doc div{padding:14px;border-radius:0 6px 6px 0}
}
@media (min-width: 1366px) {
.info-doc{padding:56px 48px 72px}
.info-doc p{font-size:1.03rem;line-height:1.9}
}
.teaching-hero-box{position:relative;overflow:hidden;background:linear-gradient(135deg,#1a0a12 0%,#2d0f1e 40%,#1a1a2e 100%);padding:80px 20px}
.teaching-hero-box .hero-inner-wrap{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.teaching-hero-box .hero-text-layer{position:relative;z-index:2}
.teaching-hero-box .hero-tag-label{display:inline-flex;align-items:center;gap:8px;background:#c2185e26;border:1px solid #c2185e66;border-radius:20px;padding:6px 16px;margin-bottom:28px;font-size:13px;color:#FD858F;letter-spacing:.5px}
.teaching-hero-box .hero-main-heading{font-size:clamp(2rem,4vw,3.4rem);font-weight:700;line-height:1.18;color:#fff;margin:0 0 24px}
.teaching-hero-box .hero-main-heading .accent-word{background:linear-gradient(90deg,#C2185E,#FD858F);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.teaching-hero-box .hero-desc-text{font-size:1.05rem;line-height:1.75;color:#ffffffb8;max-width:480px;margin:0 0 36px}
.teaching-hero-box .hero-cta-row{display:flex;gap:16px;flex-wrap:wrap}
.teaching-hero-box .btn-primary-hero{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#C2185E,#FD858F);color:#fff;padding:14px 28px;border-radius:10px;text-decoration:none;font-size:.95rem;font-weight:600;transition:transform 0.2s,box-shadow .2s;z-index:3;position:relative}
.teaching-hero-box .btn-primary-hero:hover{transform:translateY(-2px);box-shadow:0 12px 32px #c2185e73}
.teaching-hero-box .btn-outline-hero{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#50C9E0;padding:14px 28px;border-radius:10px;text-decoration:none;font-size:.95rem;font-weight:600;border:2px solid #50C9E0;transition:background 0.2s,color .2s;z-index:3;position:relative}
.teaching-hero-box .btn-outline-hero:hover{background:#50c9e01f}
.teaching-hero-box .hero-image-frame{position:relative;z-index:2}
.teaching-hero-box .hero-image-frame .image-depth-layer{position:relative;border-radius:16px;overflow:hidden}
.teaching-hero-box .hero-image-frame .image-depth-layer::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#c2185e40 0%,transparent 60%);z-index:1;border-radius:16px}
.teaching-hero-box .hero-image-frame img{width:100%;height:420px;object-fit:cover;border-radius:16px;display:block}
.teaching-hero-box .hero-image-frame .floating-stat{position:absolute;bottom:24px;left:24px;background:#fffffff2;border-radius:12px;padding:14px 20px;z-index:3;box-shadow:0 8px 24px #0003}
.teaching-hero-box .hero-image-frame .floating-stat .stat-number{font-size:1.6rem;font-weight:700;color:#C2185E;line-height:1}
.teaching-hero-box .hero-image-frame .floating-stat .stat-label{font-size:.78rem;color:#666;margin-top:3px}
.teaching-hero-box .hero-image-frame .floating-badge{position:absolute;top:24px;right:-12px;background:linear-gradient(135deg,#50C9E0,#2db8d4);border-radius:10px;padding:12px 16px;z-index:3;box-shadow:0 8px 24px #50c9e066;color:#fff;font-size:.82rem;font-weight:600;text-align:center;line-height:1.4}
.teaching-hero-box .hero-bg-decor{position:absolute;top:-60px;right:-60px;width:400px;height:400px;background:radial-gradient(circle,#c2185e1f 0%,transparent 70%);z-index:0;pointer-events:none}
.teaching-hero-box .hero-bg-decor-alt{position:absolute;bottom:-80px;left:-40px;width:320px;height:320px;background:radial-gradient(circle,#50c9e014 0%,transparent 70%);z-index:0;pointer-events:none}
.methods-approach-box{padding:90px 20px;background:#fafafa}
.methods-approach-box .approach-inner-wrap{max-width:1536px;margin:0 auto}
.methods-approach-box .approach-header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:60px;flex-wrap:wrap}
.methods-approach-box .approach-heading-side{max-width:520px}
.methods-approach-box .section-eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#C2185E;margin-bottom:14px;display:block}
.methods-approach-box .approach-main-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:#1a1a2e;line-height:1.25;margin:0;position:relative;padding-bottom:18px}
.methods-approach-box .approach-main-title::after{content:'';position:absolute;bottom:0;left:0;width:56px;height:4px;background:linear-gradient(90deg,#C2185E,#FD858F);border-radius:2px}
.methods-approach-box .approach-desc-side{max-width:400px;font-size:1rem;line-height:1.72;color:#555}
.methods-approach-box .methods-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:60px}
.methods-approach-box .method-card-surface{background:#fff;border-radius:16px;padding:36px 28px;border:1px solid #ede8eb;transition:transform 0.25s,box-shadow 0.25s,border-color .25s;position:relative;overflow:hidden}
.methods-approach-box .method-card-surface::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#C2185E,#FD858F);opacity:0;transition:opacity .25s}
.methods-approach-box .method-card-surface:hover{transform:translateY(-6px);box-shadow:0 20px 48px #c2185e1f;border-color:#c2185e33}
.methods-approach-box .method-card-surface:hover::before{opacity:1}
.methods-approach-box .method-icon-box{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;font-size:24px}
.methods-approach-box .method-icon-box.icon-pink{background:#c2185e1a;color:#C2185E}
.methods-approach-box .method-icon-box.icon-teal{background:#50c9e01f;color:#2db8d4}
.methods-approach-box .method-icon-box.icon-coral{background:#fd858f26;color:#e06070}
.methods-approach-box .method-card-title{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin:0 0 12px}
.methods-approach-box .method-card-text{font-size:.92rem;line-height:1.68;color:#666;margin:0 0 20px}
.methods-approach-box .method-tag-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}
.methods-approach-box .method-tag-list li{background:#f4f1f3;color:#555;font-size:.78rem;padding:4px 12px;border-radius:20px;font-weight:500}
.methods-approach-box .approach-bottom-row{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.methods-approach-box .approach-portrait-card{background:linear-gradient(135deg,#1a0a12,#2d0f1e);border-radius:16px;padding:32px;display:flex;gap:20px;align-items:center}
.methods-approach-box .approach-portrait-img{width:80px;height:80px;border-radius:50%;object-fit:cover;object-position:top;border:3px solid #c2185e80;flex-shrink:0}
.methods-approach-box .portrait-card-text .quote-text{font-size:.93rem;line-height:1.65;color:#ffffffd1;font-style:italic;margin:0 0 12px}
.methods-approach-box .portrait-card-text .quote-author{font-size:.85rem;font-weight:700;color:#FD858F}
.methods-approach-box .portrait-card-text .quote-role{font-size:.78rem;color:#ffffff73}
.methods-approach-box .approach-stats-card{background:#fff;border-radius:16px;padding:32px;border:1px solid #ede8eb;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.methods-approach-box .stat-item-surface .stat-num{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#C2185E,#FD858F);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}
.methods-approach-box .stat-item-surface .stat-lbl{font-size:.82rem;color:#777;margin-top:5px;line-height:1.45}
.seo-learning-box{padding:90px 20px;background:#fff;position:relative;overflow:hidden}
.seo-learning-box .seo-divider-svg{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0}
.seo-learning-box .seo-inner-wrap{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.seo-learning-box .seo-tab-system{margin-bottom:60px}
.seo-learning-box .tab-header-row{display:flex;gap:0;margin-bottom:40px;border-bottom:2px solid #ede8eb;flex-wrap:wrap}
.seo-learning-box .tab-radio{display:none}
.seo-learning-box .tab-label-btn{padding:14px 28px;cursor:pointer;font-size:.9rem;font-weight:600;color:#888;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color 0.2s,border-color .2s;white-space:nowrap}
.seo-learning-box .tab-label-btn:hover{color:#C2185E}
.seo-learning-box #tab-one:checked ~ .tab-panels .tab-panel-one,.seo-learning-box #tab-two:checked ~ .tab-panels .tab-panel-two,.seo-learning-box #tab-three:checked ~ .tab-panels .tab-panel-three{display:grid}
.seo-learning-box #tab-one:checked ~ .tab-header-row label[for="tab-one"],.seo-learning-box #tab-two:checked ~ .tab-header-row label[for="tab-two"],.seo-learning-box #tab-three:checked ~ .tab-header-row label[for="tab-three"]{color:#C2185E;border-bottom-color:#C2185E}
.seo-learning-box .tab-panels .tab-panel-one,.seo-learning-box .tab-panels .tab-panel-two,.seo-learning-box .tab-panels .tab-panel-three{display:none;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.seo-learning-box .tab-panel-content-left .panel-heading{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 16px;line-height:1.3}
.seo-learning-box .tab-panel-content-left .panel-body{font-size:.95rem;line-height:1.75;color:#555;margin:0 0 28px}
.seo-learning-box .tab-step-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}
.seo-learning-box .tab-step-list li{display:flex;gap:14px;align-items:flex-start}
.seo-learning-box .tab-step-list .step-num-badge{flex-shrink:0;width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,#C2185E,#FD858F);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}
.seo-learning-box .tab-step-list .step-text strong{display:block;font-size:.9rem;font-weight:700;color:#1a1a2e;margin-bottom:3px}
.seo-learning-box .tab-step-list .step-text span{font-size:.85rem;color:#777;line-height:1.5}
.seo-learning-box .tab-panel-content-right{background:#f8f4f6;border-radius:16px;padding:32px}
.seo-learning-box .tab-panel-content-right .panel-img{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-bottom:24px}
.seo-learning-box .skills-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.seo-learning-box .skill-chip{background:#fff;border:1px solid #e0d8dc;border-radius:8px;padding:8px 14px;font-size:.82rem;color:#444;font-weight:500;display:flex;align-items:center;gap:6px}
.seo-learning-box .skill-chip i{color:#C2185E;font-size:14px}
.seo-learning-box .right-panel-title{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0 0 16px}
.seo-learning-box .instructor-profiles-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}
.seo-learning-box .instructor-card-frame{background:#f8f4f6;border-radius:16px;padding:28px 24px;text-align:center;transition:box-shadow 0.2s,transform .2s}
.seo-learning-box .instructor-card-frame:hover{box-shadow:0 12px 32px #c2185e1a;transform:translateY(-4px)}
.seo-learning-box .instructor-img-wrap{width:80px;height:80px;border-radius:50%;margin:0 auto 16px;overflow:hidden;border:3px solid #c2185e4d;position:relative}
.seo-learning-box .instructor-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:top}
.seo-learning-box .instructor-name{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0 0 4px}
.seo-learning-box .instructor-role{font-size:.8rem;color:#C2185E;font-weight:600;margin:0 0 12px}
.seo-learning-box .instructor-bio{font-size:.84rem;line-height:1.62;color:#666;margin:0}
.seo-learning-box .section-heading-center{text-align:center;font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:700;color:#1a1a2e;margin:0 0 8px}
.seo-learning-box .section-subtext-center{text-align:center;font-size:.95rem;color:#666;margin:0 0 40px;line-height:1.65}
@media (max-width: 1366px) {
.teaching-hero-box .hero-inner-wrap{gap:40px}
.methods-approach-box .methods-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.teaching-hero-box{padding:60px 20px}
.teaching-hero-box .hero-inner-wrap{grid-template-columns:1fr;gap:40px}
.teaching-hero-box .hero-image-frame .floating-badge{right:0}
.methods-approach-box .methods-grid{grid-template-columns:1fr}
.methods-approach-box .approach-bottom-row{grid-template-columns:1fr}
.methods-approach-box .approach-header-row{flex-direction:column;align-items:flex-start}
.seo-learning-box .tab-panels .tab-panel-one,.seo-learning-box .tab-panels .tab-panel-two,.seo-learning-box .tab-panels .tab-panel-three{grid-template-columns:1fr}
.seo-learning-box .instructor-profiles-row{grid-template-columns:1fr}
.seo-learning-box .tab-label-btn{padding:10px 16px;font-size:.83rem}
}
@media (max-width: 375px) {
.methods-approach-box .approach-portrait-card{flex-direction:column;text-align:center}
.teaching-hero-box .hero-cta-row{flex-direction:column}
.methods-approach-box .approach-stats-card{grid-template-columns:1fr}
}
.prog-hero-box{position:relative;overflow:hidden;min-height:480px;display:flex;align-items:center;justify-content:center;padding:80px 20px}
.prog-hero-box .hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(6px) brightness(0.55);transform:scale(1.06);z-index:0}
.prog-hero-box .hero-dot-tl,.prog-hero-box .hero-dot-tr,.prog-hero-box .hero-dot-bl,.prog-hero-box .hero-dot-br{position:absolute;width:80px;height:80px;z-index:1;opacity:.55}
.prog-hero-box .hero-dot-tl{top:18px;left:18px}
.prog-hero-box .hero-dot-tr{top:18px;right:18px}
.prog-hero-box .hero-dot-bl{bottom:18px;left:18px}
.prog-hero-box .hero-dot-br{bottom:18px;right:18px}
.prog-hero-box .hero-center-content{position:relative;z-index:2;text-align:center;max-width:760px;background:#ffffff17;backdrop-filter:blur(4px);border-radius:16px;padding:48px 40px;border:1px solid #ffffff2e}
.prog-hero-box .hero-center-content .title-line-one{display:block;font-size:1rem;letter-spacing:.18em;text-transform:uppercase;color:#FD858F;font-weight:600;margin-bottom:12px}
.prog-hero-box .hero-center-content h1{font-size:2.7rem;font-weight:800;color:#fff;line-height:1.2;margin:0 0 18px}
.prog-hero-box .hero-center-content h1 span{color:#50C9E0}
.prog-hero-box .hero-center-content .hero-sub{font-size:1.08rem;color:#ffffffe0;line-height:1.65;margin:0}
.prog-overview-section{padding:80px 20px;background:#faf7f8}
.prog-overview-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.prog-overview-text-col .section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C2185E;margin-bottom:18px}
.prog-overview-text-col h2{font-size:2rem;font-weight:800;color:#1a1a2e;line-height:1.25;margin:0 0 22px;position:relative}
.prog-overview-text-col h2::after{content:'';display:block;width:52px;height:4px;border-radius:4px;background:linear-gradient(90deg,#C2185E,#FD858F);margin-top:14px}
.prog-overview-text-col .overview-para{font-size:1rem;color:#444;line-height:1.75;margin:0 0 28px}
.prog-pillar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.prog-pillar-list li{display:flex;align-items:flex-start;gap:12px;font-size:.97rem;color:#333;line-height:1.55}
.prog-pillar-list li .pillar-icon{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#C2185E,#FD858F);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.9rem;margin-top:2px}
.prog-overview-visual-col{display:flex;flex-direction:column;gap:20px}
.prog-overview-visual-col .overview-img-frame{border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #c2185e21;position:relative}
.prog-overview-visual-col .overview-img-frame img{width:100%;height:300px;object-fit:cover;display:block}
.prog-overview-visual-col .stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.stat-strip .stat-card{background:#fff;border-radius:12px;padding:18px 14px;text-align:center;box-shadow:0 4px 18px #50c9e01a;border:1px solid #f0e8ec}
.stat-strip .stat-card .stat-num{font-size:1.6rem;font-weight:800;color:#C2185E;display:block;line-height:1;margin-bottom:4px}
.stat-strip .stat-card .stat-label{font-size:.78rem;color:#888;line-height:1.35}
.prog-curriculum-section{padding:80px 20px;background:linear-gradient(160deg,#1a1a2e 0%,#2d1b3d 100%);position:relative;overflow:hidden}
.prog-curriculum-section::before{content:'';position:absolute;top:-80px;right:-80px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#50c9e01f 0%,transparent 70%);pointer-events:none}
.prog-curriculum-inner{max-width:1200px;margin:0 auto}
.prog-curriculum-inner .section-heading-box{text-align:center;margin-bottom:52px}
.prog-curriculum-inner .section-heading-box h2{font-size:2.1rem;font-weight:800;color:#fff;margin:0 0 12px;line-height:1.25}
.prog-curriculum-inner .section-heading-box h2 span{color:#50C9E0}
.prog-curriculum-inner .section-heading-box p{font-size:1rem;color:#ffffffb3;max-width:540px;margin:0 auto;line-height:1.65}
.module-accordion-box{display:flex;flex-direction:column;gap:0}
.module-accordion-box input[type="radio"]{display:none}
.module-item{border-bottom:1px solid #ffffff14}
.module-item:first-of-type{border-top:1px solid #ffffff14}
.module-label{display:flex;align-items:center;gap:16px;padding:22px 0;cursor:pointer;transition:color .22s}
.module-label .mod-num{font-size:.78rem;font-weight:700;color:#50C9E0;letter-spacing:.12em;min-width:36px}
.module-label .mod-title{flex:1;font-size:1.05rem;font-weight:600;color:#fff;line-height:1.35}
.module-label .mod-arrow{color:#fff6;font-size:1.1rem;transition:transform .22s}
.module-content{max-height:0;overflow:hidden;transition:max-height .38s ease}
.module-content .mod-body{padding:0 0 24px 52px}
.module-content .mod-body p{font-size:.95rem;color:#ffffffb8;line-height:1.7;margin:0 0 14px}
.module-content .mod-body .mod-topics{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-top:8px}
.module-content .mod-body .mod-topics span{font-size:.82rem;background:#50c9e01f;color:#50C9E0;border-radius:20px;padding:4px 12px;border:1px solid #50c9e040}
#mod1:checked ~ .mod1-content,#mod2:checked ~ .mod2-content,#mod3:checked ~ .mod3-content,#mod4:checked ~ .mod4-content{max-height:320px}
#mod1:checked ~ label .mod-arrow,#mod2:checked ~ label .mod-arrow,#mod3:checked ~ label .mod-arrow,#mod4:checked ~ label .mod-arrow{transform:rotate(90deg);color:#50C9E0}
.module-item:has(input:checked) .module-label .mod-title{color:#50C9E0}
.prog-testimonials-section{padding:80px 20px;background:#fff}
.prog-testimonials-inner{max-width:1200px;margin:0 auto}
.prog-testimonials-inner .testi-header-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:24px;flex-wrap:wrap}
.testi-header-row .testi-heading h2{font-size:2rem;font-weight:800;color:#1a1a2e;margin:0 0 8px;line-height:1.25}
.testi-header-row .testi-heading h2 em{font-style:normal;color:#C2185E}
.testi-header-row .testi-heading p{font-size:.97rem;color:#666;margin:0;line-height:1.6;max-width:400px}
.testi-header-row .testi-cta-link{display:inline-flex;align-items:center;gap:8px;font-size:.93rem;font-weight:700;color:#C2185E;text-decoration:none;border-bottom:2px solid #FD858F;padding-bottom:2px;white-space:nowrap;transition:color .2s}
.testi-header-row .testi-cta-link:hover{color:#FD858F}
.testi-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.testi-card{background:#faf7f8;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;gap:18px;border:1px solid #f0e4ea;transition:box-shadow 0.22s,transform .22s;position:relative}
.testi-card:hover{box-shadow:0 12px 36px #c2185e1f;transform:translateY(-4px)}
.testi-card .testi-quote-mark{position:absolute;top:20px;right:22px;font-size:3.5rem;line-height:1;color:#FD858F;opacity:.18;font-weight:900}
.testi-card .testi-stars{display:flex;flex-direction:row;gap:3px;color:#FD858F;font-size:.85rem}
.testi-card .testi-text{font-size:.93rem;color:#444;line-height:1.72;margin:0;flex:1}
.testi-card .testi-person{display:flex;flex-direction:row;align-items:center;gap:12px}
.testi-card .testi-person img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #FD858F;flex-shrink:0}
.testi-card .testi-person .person-info .person-name{font-size:.93rem;font-weight:700;color:#1a1a2e;display:block}
.testi-card .testi-person .person-info .person-role{font-size:.8rem;color:#999}
.testi-card.card-featured{background:linear-gradient(145deg,#C2185E,#FD858F);border-color:transparent}
.testi-card.card-featured .testi-text{color:#ffffffeb}
.testi-card.card-featured .testi-stars{color:#fff}
.testi-card.card-featured .testi-quote-mark{color:#fff;opacity:.22}
.testi-card.card-featured .person-info .person-name{color:#fff}
.testi-card.card-featured .person-info .person-role{color:#ffffffbf}
.testi-card.card-featured .testi-person img{border-color:#ffffff80}
.prog-enroll-section{padding:72px 20px;background:linear-gradient(135deg,#fdf0f4 0%,#f0fbfd 100%);border-top:1px solid #f0e4ea}
.prog-enroll-inner{max-width:820px;margin:0 auto;text-align:center}
.prog-enroll-inner .enroll-badge{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(90deg,#C2185E,#FD858F);color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:6px 16px;border-radius:20px;margin-bottom:24px}
.prog-enroll-inner h2{font-size:2rem;font-weight:800;color:#1a1a2e;margin:0 0 16px;line-height:1.28}
.prog-enroll-inner h2 span{color:#C2185E}
.prog-enroll-inner .enroll-desc{font-size:1rem;color:#555;line-height:1.72;max-width:580px;margin:0 auto 36px}
.enroll-btn-row{display:flex;flex-direction:row;gap:14px;justify-content:center;flex-wrap:wrap}
.enroll-btn-row .btn-primary-enroll{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(135deg,#C2185E,#FD858F);color:#fff;font-size:1rem;font-weight:700;padding:14px 32px;border-radius:10px;text-decoration:none;box-shadow:0 6px 22px #c2185e47;transition:transform 0.18s,box-shadow .18s;position:relative;z-index:2}
.enroll-btn-row .btn-primary-enroll:hover{transform:translateY(-2px);box-shadow:0 10px 30px #c2185e61}
.enroll-btn-row .btn-secondary-enroll{display:inline-flex;align-items:center;gap:9px;background:#fff;color:#C2185E;font-size:1rem;font-weight:700;padding:14px 32px;border-radius:10px;text-decoration:none;border:2px solid #C2185E;transition:background 0.18s,color .18s;position:relative;z-index:2}
.enroll-btn-row .btn-secondary-enroll:hover{background:#C2185E;color:#fff}
.enroll-trust-row{display:flex;flex-direction:row;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:32px}
.enroll-trust-row .trust-item{display:flex;align-items:center;gap:7px;font-size:.87rem;color:#666}
.enroll-trust-row .trust-item i{color:#50C9E0;font-size:1rem}
@media (max-width: 1023px) {
.prog-overview-inner{grid-template-columns:1fr;gap:36px}
.testi-cards-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 767px) {
.prog-hero-box{min-height:360px;padding:56px 16px}
.prog-hero-box .hero-center-content{padding:32px 22px}
.prog-hero-box .hero-center-content h1{font-size:1.8rem}
.prog-overview-section,.prog-curriculum-section,.prog-testimonials-section,.prog-enroll-section{padding:52px 16px}
.prog-overview-text-col h2,.prog-curriculum-inner .section-heading-box h2,.testi-header-row .testi-heading h2,.prog-enroll-inner h2{font-size:1.5rem}
.stat-strip{grid-template-columns:repeat(3,1fr)}
.testi-cards-grid{grid-template-columns:1fr}
.testi-header-row .testi-heading p{max-width:100%}
.prog-hero-box .hero-dot-tl,.prog-hero-box .hero-dot-tr,.prog-hero-box .hero-dot-bl,.prog-hero-box .hero-dot-br{width:50px;height:50px}
.module-content .mod-body{padding-left:16px}
.enroll-btn-row{flex-direction:column;align-items:center}
}
.hero-box{position:relative;overflow:hidden;background:linear-gradient(135deg,#C2185E 0%,#FD858F 55%,#50C9E0 100%);padding:80px 20px 100px}
.hero-box .hero-curves{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}
.hero-box .hero-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.hero-box .hero-text-side{flex:1 1 480px}
.hero-box .hero-label{display:inline-flex;align-items:center;gap:8px;background:#ffffff2e;border:1px solid #ffffff59;border-radius:24px;padding:6px 16px;color:#fff;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:24px}
.hero-box .hero-problem{font-size:clamp(14px,2vw,17px);color:#ffffffd1;line-height:1.6;margin-bottom:16px;font-weight:400}
.hero-box .hero-title{font-size:clamp(32px,5vw,58px);font-weight:800;color:#fff;line-height:1.15;margin-bottom:20px;letter-spacing:-.02em}
.hero-box .hero-title span{display:inline-block;background:#ffffff38;border-radius:8px;padding:0 8px}
.hero-box .hero-desc{font-size:clamp(15px,1.8vw,17px);color:#ffffffe0;line-height:1.7;margin-bottom:32px;max-width:520px}
.hero-box .hero-cta-row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.hero-box .btn-hero-primary{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#C2185E;font-weight:700;font-size:15px;padding:14px 28px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 0.2s,transform .2s;z-index:5;position:relative}
.hero-box .btn-hero-primary:hover{box-shadow:0 8px 28px #c2185e47;transform:translateY(-2px)}
.hero-box .btn-hero-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;font-weight:600;font-size:15px;padding:13px 26px;border-radius:10px;border:2px solid #fff9;text-decoration:none;cursor:pointer;transition:background 0.2s,border-color .2s;z-index:5;position:relative}
.hero-box .btn-hero-secondary:hover{background:#ffffff1f;border-color:#fff}
.hero-box .hero-image-side{flex:0 0 380px;position:relative}
.hero-box .hero-image-side img{width:100%;height:340px;object-fit:cover;border-radius:16px;filter:blur(1.5px) brightness(0.88);display:block;box-shadow:0 16px 48px #00000038}
.hero-box .hero-image-side::after{content:'';position:absolute;inset:0;border-radius:16px;background:linear-gradient(160deg,#c2185e2e 0%,#50c9e01f 100%);pointer-events:none}
.accessibility-section{padding:80px 20px;background:#fff}
.accessibility-section .access-inner{max-width:1200px;margin:0 auto}
.accessibility-section .access-header{text-align:center;margin-bottom:56px}
.accessibility-section .access-header h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1a1a2e;margin-bottom:14px;position:relative;display:inline-block}
.accessibility-section .access-header h2::after{content:'';display:block;width:56px;height:4px;background:linear-gradient(90deg,#C2185E,#50C9E0);border-radius:2px;margin:12px auto 0}
.accessibility-section .access-header p{font-size:16px;color:#555;line-height:1.7;max-width:640px;margin:0 auto}
.accessibility-section .access-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px}
.accessibility-section .access-card{background:#fafafa;border-radius:16px;padding:32px 28px;border:1px solid #f0f0f0;transition:box-shadow 0.2s,transform .2s}
.accessibility-section .access-card:hover{box-shadow:0 8px 32px #c2185e1a;transform:translateY(-3px)}
.accessibility-section .access-card .card-icon-box{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,#C2185E,#FD858F);display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:#fff;font-size:22px}
.accessibility-section .access-card h4{font-size:17px;font-weight:700;color:#1a1a2e;margin-bottom:10px}
.accessibility-section .access-card p{font-size:14px;color:#666;line-height:1.7}
.accessibility-section .access-image-row{margin-top:52px;border-radius:16px;overflow:hidden;position:relative}
.accessibility-section .access-image-row img{width:100%;height:280px;object-fit:cover;display:block}
.accessibility-section .access-image-row .image-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,#c2185ed1 0%,transparent 100%);padding:28px 28px 20px;color:#fff}
.accessibility-section .access-image-row .image-caption h4{font-size:20px;font-weight:700;margin-bottom:4px}
.accessibility-section .access-image-row .image-caption p{font-size:14px;opacity:.88}
.quality-section{padding:80px 20px;background:linear-gradient(180deg,#fdf2f6 0%,#f4fcff 100%);position:relative}
.quality-section .quality-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:60px;align-items:flex-start}
.quality-section .quality-left{flex:0 0 420px}
.quality-section .quality-left img{width:100%;height:380px;object-fit:cover;border-radius:16px;display:block;box-shadow:0 12px 40px #c2185e21}
.quality-section .quality-right{flex:1 1 0}
.quality-section .quality-right .section-eyebrow{display:inline-flex;align-items:center;gap:6px;color:#C2185E;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}
.quality-section .quality-right h2{font-size:clamp(24px,3vw,36px);font-weight:800;color:#1a1a2e;line-height:1.25;margin-bottom:18px}
.quality-section .quality-right .quality-intro{font-size:15px;color:#555;line-height:1.75;margin-bottom:28px}
.quality-section .standards-list{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:14px}
.quality-section .standards-list li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding:14px 16px;background:#fff;border-radius:12px;border-left:4px solid #C2185E;box-shadow:0 2px 12px #0000000d}
.quality-section .standards-list li .list-icon{color:#C2185E;font-size:18px;margin-top:2px;flex-shrink:0}
.quality-section .standards-list li .list-text strong{display:block;font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:2px}
.quality-section .standards-list li .list-text span{font-size:13px;color:#666;line-height:1.5}
.quality-section .quality-stats-row{display:flex;flex-direction:row;gap:20px}
.quality-section .quality-stat{background:linear-gradient(135deg,#C2185E,#FD858F);border-radius:12px;padding:18px 22px;color:#fff;flex:1 1 0;text-align:center}
.quality-section .quality-stat .stat-num{font-size:28px;font-weight:800;display:block;line-height:1}
.quality-section .quality-stat .stat-label{font-size:12px;opacity:.88;margin-top:4px;display:block}
.problems-section{padding:80px 20px;background:#1a1a2e}
.problems-section .problems-inner{max-width:1200px;margin:0 auto}
.problems-section .problems-header{text-align:center;margin-bottom:52px}
.problems-section .problems-header h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#fff;margin-bottom:14px}
.problems-section .problems-header p{font-size:16px;color:#ffffffa6;line-height:1.7;max-width:580px;margin:0 auto}
.problems-section .accordion-box{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.problems-section input[type="radio"]{display:none}
.problems-section .accordion-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden;transition:border-color .2s}
.problems-section .accordion-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;gap:12px}
.problems-section .accordion-label .accordion-title-text{display:flex;flex-direction:row;align-items:center;gap:14px;flex:1 1 0}
.problems-section .accordion-label .acc-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#C2185E,#FD858F);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;flex-shrink:0}
.problems-section .accordion-label .acc-question{font-size:15px;font-weight:600;color:#fff;line-height:1.4}
.problems-section .accordion-label .acc-chevron{color:#ffffff80;font-size:18px;transition:transform .3s;flex-shrink:0}
.problems-section .accordion-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.problems-section .accordion-body-inner{padding:0 24px 20px 74px;display:flex;flex-direction:column;gap:12px}
.problems-section .accordion-body-inner .solution-tag{display:inline-flex;align-items:center;gap:6px;background:#50c9e026;border:1px solid #50c9e059;color:#50C9E0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:4px 12px;border-radius:20px;width:fit-content}
.problems-section .accordion-body-inner p{font-size:14px;color:#ffffffb8;line-height:1.75}
.problems-section input[type="radio"]:checked + .accordion-item{border-color:#c2185e80;background:#c2185e12}
.problems-section input[type="radio"]:checked + .accordion-item .accordion-body{max-height:200px}
.problems-section input[type="radio"]:checked + .accordion-item .acc-chevron{transform:rotate(90deg);color:#FD858F}
.partners-section{padding:80px 20px 90px;background:#fff}
.partners-section .partners-inner{max-width:1200px;margin:0 auto}
.partners-section .partners-top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:52px;flex-wrap:wrap}
.partners-section .partners-heading h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1a1a2e;margin-bottom:12px;position:relative;padding-left:18px}
.partners-section .partners-heading h2::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:5px;background:linear-gradient(180deg,#C2185E,#50C9E0);border-radius:3px}
.partners-section .partners-heading p{font-size:15px;color:#555;line-height:1.7;max-width:520px;padding-left:18px}
.partners-section .partners-link{display:inline-flex;align-items:center;gap:8px;color:#C2185E;font-weight:600;font-size:14px;text-decoration:none;padding:10px 20px;border:2px solid #C2185E;border-radius:10px;transition:background 0.2s,color .2s;white-space:nowrap}
.partners-section .partners-link:hover{background:#C2185E;color:#fff}
.partners-section .partners-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.partners-section .testimonial-card{background:#fafafa;border-radius:16px;padding:32px 28px;border:1px solid #f0f0f0;display:flex;flex-direction:column;gap:20px;transition:box-shadow .2s}
.partners-section .testimonial-card:hover{box-shadow:0 8px 32px #c2185e17}
.partners-section .testimonial-card .quote-mark{font-size:48px;line-height:1;color:#FD858F;font-weight:900;height:36px;display:block}
.partners-section .testimonial-card .testimonial-text{font-size:15px;color:#444;line-height:1.75;flex:1 1 0}
.partners-section .testimonial-card .testimonial-author{display:flex;flex-direction:row;align-items:center;gap:14px}
.partners-section .testimonial-card .author-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #FD858F}
.partners-section .testimonial-card .author-info .author-name{font-size:14px;font-weight:700;color:#1a1a2e;display:block}
.partners-section .testimonial-card .author-info .author-role{font-size:12px;color:#888;display:block}
.partners-section .testimonial-card .stars-row{display:flex;flex-direction:row;gap:3px;color:#C2185E;font-size:15px}
.partners-section .partner-info-card{background:linear-gradient(135deg,#C2185E 0%,#FD858F 60%,#50C9E0 100%);border-radius:16px;padding:36px 32px;color:#fff;display:flex;flex-direction:column;gap:22px}
.partners-section .partner-info-card h4{font-size:22px;font-weight:800;line-height:1.3}
.partners-section .partner-info-card p{font-size:14px;opacity:.88;line-height:1.7}
.partners-section .partner-info-card .partner-img{width:100%;height:160px;object-fit:cover;border-radius:10px;opacity:.82}
.partners-section .partner-info-card .partner-meta{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.partners-section .partner-info-card .partner-meta-item{background:#ffffff2e;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600}
.divider-wave{width:100%;overflow:hidden;line-height:0;display:block}
.divider-wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.hero-box .hero-image-side{flex:0 0 280px}
.quality-section .quality-inner{flex-direction:column}
.quality-section .quality-left{flex:none;width:100%}
.quality-section .quality-left img{height:260px}
}
@media (max-width: 768px) {
.hero-box .hero-inner{flex-direction:column}
.hero-box .hero-image-side{flex:none;width:100%}
.accessibility-section .access-grid{grid-template-columns:1fr}
.quality-section .quality-stats-row{flex-direction:column}
.partners-section .partners-layout{grid-template-columns:1fr}
.partners-section .partners-top{flex-direction:column;align-items:flex-start}
}
@media (max-width: 375px) {
.hero-box{padding:52px 14px 72px}
.hero-box .hero-title{font-size:28px}
.problems-section .accordion-body-inner{padding-left:24px}
}
.contact-page-wrap{max-width:1536px;margin:0 auto;overflow-x:hidden}
.title-hero-box{position:relative;background:#1a1a2e;min-height:480px;display:flex;align-items:center;overflow:hidden;padding:60px 40px}
.title-hero-box::before{content:'';position:absolute;inset:0;background-image:radial-gradient(ellipse at 20% 50%,#c2185e59 0%,transparent 55%),radial-gradient(ellipse at 80% 30%,#50c9e033 0%,transparent 50%);z-index:1}
.title-hero-box::after{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");opacity:.4;z-index:1}
.title-geo-shape-one{position:absolute;top:-60px;right:120px;width:320px;height:320px;background:linear-gradient(135deg,#c2185e40,#fd858f1a);border-radius:40% 60% 50% 70% / 50% 40% 60% 50%;z-index:2;transform:rotate(25deg)}
.title-geo-shape-two{position:absolute;bottom:-40px;right:60px;width:200px;height:200px;border:2px solid #50c9e04d;border-radius:8px;transform:rotate(15deg);z-index:2}
.title-geo-shape-three{position:absolute;top:40px;right:380px;width:80px;height:80px;background:#fd858f26;border-radius:50%;z-index:2}
.title-image-cutout-box{position:absolute;right:0;top:0;bottom:0;width:42%;z-index:3;overflow:hidden;clip-path:polygon(15% 0%,100% 0%,100% 100%,0% 100%)}
.title-image-cutout-box img{width:100%;height:100%;object-fit:cover;filter:saturate(0.4) brightness(0.7);display:block}
.title-content-box{position:relative;z-index:4;max-width:560px}
.title-content-box .page-label{display:inline-flex;align-items:center;gap:8px;background:#c2185e33;border:1px solid #c2185e66;color:#FD858F;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:20px}
.title-content-box h1{font-size:clamp(1.9rem,3.5vw,2.9rem);font-weight:800;color:#fff;line-height:1.2;margin-bottom:28px}
.title-content-box h1 .accent-word{background:linear-gradient(90deg,#C2185E,#FD858F);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.title-points-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px}
.title-points-list li{display:flex;align-items:flex-start;gap:12px;color:#fffc;font-size:.95rem;line-height:1.5}
.title-points-list li .point-icon{width:24px;height:24px;background:linear-gradient(135deg,#C2185E,#FD858F);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;font-size:.7rem;color:#fff}
.title-cta-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#C2185E,#FD858F);color:#fff;font-weight:700;font-size:.95rem;padding:14px 28px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:5}
.title-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c2185e66}
.info-strip-section{background:#fff;padding:56px 40px}
.info-strip-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.info-card-box{background:#fafafa;border:1px solid #f0f0f0;border-radius:14px;padding:32px 28px;display:flex;flex-direction:column;gap:14px;transition:box-shadow .25s ease,transform .25s ease}
.info-card-box:hover{box-shadow:0 12px 32px #c2185e1a;transform:translateY(-3px)}
.info-card-box .card-icon-wrap{width:52px;height:52px;background:linear-gradient(135deg,#C2185E,#FD858F);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem}
.info-card-box .card-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C2185E}
.info-card-box .card-title{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0}
.info-card-box .card-text{font-size:.88rem;color:#666;line-height:1.6;margin:0}
.info-card-box .card-link{display:inline-flex;align-items:center;gap:6px;color:#C2185E;font-size:.88rem;font-weight:600;text-decoration:none;margin-top:4px}
.info-card-box .card-link:hover{color:#FD858F}
.form-section{background:linear-gradient(160deg,#fdf6f9 0%,#f0fbfd 100%);padding:80px 40px}
.form-section-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}
.form-side-info{display:flex;flex-direction:column;gap:28px;position:sticky;top:32px}
.form-side-info .section-tag{display:inline-flex;align-items:center;gap:8px;color:#C2185E;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.form-side-info h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;color:#1a1a2e;line-height:1.25;margin:0}
.form-side-info h2::after{content:'';display:block;width:48px;height:4px;background:linear-gradient(90deg,#C2185E,#FD858F);border-radius:2px;margin-top:14px}
.form-side-info .side-description{font-size:.93rem;color:#555;line-height:1.7;margin:0}
.response-time-badge{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:16px 20px;box-shadow:0 2px 12px #0000000d}
.response-time-badge .badge-icon{width:42px;height:42px;background:linear-gradient(135deg,#50C9E0,#C2185E);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;flex-shrink:0}
.response-time-badge .badge-text strong{display:block;font-size:.92rem;font-weight:700;color:#1a1a2e}
.response-time-badge .badge-text span{font-size:.8rem;color:#888}
.contact-form-box{background:#fff;border-radius:16px;padding:44px 40px;box-shadow:0 4px 32px #00000014}
.contact-form-box .form-heading{font-size:1.15rem;font-weight:700;color:#1a1a2e;margin:0 0 28px}
.form-field-group{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}
.field-wrap{display:flex;flex-direction:column;gap:6px}
.field-wrap label{font-size:.83rem;font-weight:600;color:#444;letter-spacing:.02em}
.field-wrap label .required-star{color:#C2185E;margin-left:2px}
.field-wrap input[type="text"],.field-wrap input[type="email"],.field-wrap input[type="tel"]{width:100%;padding:13px 16px;border:1.5px solid #e2e2e2;border-radius:10px;font-size:.92rem;color:#1a1a2e;background:#fafafa;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}
.field-wrap input[type="text"]:focus,.field-wrap input[type="email"]:focus,.field-wrap input[type="tel"]:focus{outline:none;border-color:#C2185E;box-shadow:0 0 0 3px #c2185e1a;background:#fff}
.radio-group-wrap{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}
.radio-group-wrap .group-label{font-size:.83rem;font-weight:600;color:#444;margin-bottom:4px}
.radio-options-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}
.radio-option-item{position:relative}
.radio-option-item input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.radio-option-item label{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:1.5px solid #e2e2e2;border-radius:8px;font-size:.85rem;font-weight:500;color:#555;cursor:pointer;transition:all .2s ease;background:#fafafa}
.radio-option-item label::before{content:'';width:14px;height:14px;border:2px solid #ccc;border-radius:50%;flex-shrink:0;transition:all .2s ease}
.radio-option-item input[type="radio"]:checked + label{border-color:#C2185E;background:#c2185e0f;color:#C2185E;font-weight:600}
.radio-option-item input[type="radio"]:checked + label::before{background:#C2185E;border-color:#C2185E;box-shadow:inset 0 0 0 3px #fff}
.radio-option-item label:hover{border-color:#FD858F;background:#fd858f0d}
.privacy-check-wrap{display:flex;align-items:flex-start;gap:12px;margin-bottom:24px}
.privacy-check-wrap input[type="checkbox"]{width:18px;height:18px;min-width:18px;accent-color:#C2185E;margin-top:2px;cursor:pointer}
.privacy-check-wrap .privacy-text{font-size:.82rem;color:#666;line-height:1.5}
.privacy-check-wrap .privacy-text a{color:#C2185E;text-decoration:underline}
.submit-btn-wrap{display:flex;flex-direction:row}
.form-submit-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#C2185E,#FD858F);color:#fff;font-weight:700;font-size:1rem;padding:15px 36px;border-radius:10px;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:5}
.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #c2185e59}
.image-context-section{background:#1a1a2e;padding:72px 40px;position:relative;overflow:hidden}
.image-context-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,#50c9e026 0%,transparent 60%);z-index:0}
.image-context-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:center;position:relative;z-index:1}
.image-context-visual{position:relative;border-radius:16px;overflow:hidden}
.image-context-visual img{width:100%;height:360px;object-fit:cover;border-radius:16px;display:block;filter:saturate(0.7) brightness(0.85)}
.image-context-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#c2185e40,transparent);border-radius:16px}
.image-context-text{display:flex;flex-direction:column;gap:20px}
.image-context-text .context-tag{display:inline-flex;align-items:center;gap:8px;color:#50C9E0;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.image-context-text h3{font-size:clamp(1.3rem,2.2vw,1.8rem);font-weight:800;color:#fff;line-height:1.3;margin:0}
.image-context-text .context-description{font-size:.92rem;color:#ffffffb3;line-height:1.75;margin:0}
.context-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.context-features-list li{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#fffc}
.context-features-list li i{color:#50C9E0;font-size:1rem;flex-shrink:0}
.seo-topics-section{background:#fff;padding:80px 40px}
.seo-topics-inner{max-width:1200px;margin:0 auto}
.seo-topics-header{text-align:center;margin-bottom:56px}
.seo-topics-header .section-eyebrow{display:inline-block;color:#C2185E;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}
.seo-topics-header h2{font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:800;color:#1a1a2e;margin:0 0 16px}
.seo-topics-header .header-desc{font-size:.95rem;color:#666;max-width:560px;margin:0 auto;line-height:1.65}
.topics-grid-box{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.topic-item-card{background:linear-gradient(160deg,#fdf6f9,#fff);border:1px solid #f0e8ec;border-radius:14px;padding:28px 24px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .25s ease,transform .25s ease;position:relative;overflow:hidden}
.topic-item-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#C2185E,#FD858F);border-radius:4px 0 0 4px}
.topic-item-card:hover{box-shadow:0 10px 28px #c2185e1f;transform:translateY(-3px)}
.topic-item-card .topic-icon{width:44px;height:44px;background:linear-gradient(135deg,#c2185e1a,#fd858f26);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#C2185E;font-size:1.2rem}
.topic-item-card .topic-name{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0}
.topic-item-card .topic-desc{font-size:.85rem;color:#666;line-height:1.6;margin:0}
.faq-divider{display:flex;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:0 40px}
.faq-divider::before,.faq-divider::after{content:'';flex:1;height:1px;background:linear-gradient(90deg,transparent,#e0e0e0,transparent)}
.faq-divider .divider-label{font-size:.78rem;font-weight:600;color:#bbb;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}
.faq-accordion-section{background:linear-gradient(180deg,#fff 0%,#fdf6f9 100%);padding:64px 40px 80px}
.faq-accordion-inner{max-width:820px;margin:0 auto}
.faq-header-box{text-align:center;margin-bottom:44px}
.faq-header-box h2{font-size:clamp(1.3rem,2.2vw,1.8rem);font-weight:800;color:#1a1a2e;margin:0 0 12px}
.faq-header-box p{font-size:.9rem;color:#777;margin:0;line-height:1.6}
.accordion-item-box{border:1.5px solid #eee;border-radius:12px;margin-bottom:12px;overflow:hidden;background:#fff}
.accordion-item-box:last-child{margin-bottom:0}
.accordion-trigger{display:none}
.accordion-label-btn{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;font-size:.95rem;font-weight:600;color:#1a1a2e;user-select:none;gap:16px;transition:background .2s ease}
.accordion-label-btn:hover{background:#c2185e0a}
.accordion-label-btn .acc-icon{width:28px;height:28px;background:linear-gradient(135deg,#c2185e1a,#fd858f26);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#C2185E;font-size:.9rem;flex-shrink:0;transition:transform .25s ease,background .25s ease}
.accordion-trigger:checked + .accordion-label-btn{border-bottom:1.5px solid #f0e8ec;background:#c2185e0a}
.accordion-trigger:checked + .accordion-label-btn .acc-icon{background:linear-gradient(135deg,#C2185E,#FD858F);color:#fff;transform:rotate(45deg)}
.accordion-body-wrap{max-height:0;overflow:hidden;transition:max-height .35s ease}
.accordion-trigger:checked ~ .accordion-body-wrap{max-height:300px}
.accordion-body-wrap .acc-content{padding:20px 24px;font-size:.88rem;color:#555;line-height:1.72}
@media (max-width: 1366px) {
.title-image-cutout-box{width:38%}
}
@media (max-width: 768px) {
.title-hero-box{padding:48px 24px;min-height:auto}
.title-image-cutout-box{display:none}
.title-geo-shape-one,.title-geo-shape-two,.title-geo-shape-three{display:none}
.title-content-box{max-width:100%}
.info-strip-section{padding:40px 24px}
.info-strip-inner{grid-template-columns:1fr;gap:20px}
.form-section{padding:48px 24px}
.form-section-inner{grid-template-columns:1fr;gap:36px}
.form-side-info{position:static}
.contact-form-box{padding:28px 20px}
.image-context-section{padding:48px 24px}
.image-context-inner{grid-template-columns:1fr;gap:32px}
.seo-topics-section{padding:56px 24px}
.topics-grid-box{grid-template-columns:1fr}
.faq-accordion-section{padding:48px 24px 56px}
.radio-options-row{flex-direction:column}
}
@media (max-width: 375px) {
.title-hero-box{padding:36px 16px}
.info-strip-section,.form-section,.seo-topics-section,.faq-accordion-section{padding-left:16px;padding-right:16px}
.contact-form-box{padding:20px 16px}
}
.about-title-block{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}
.about-title-block::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#C2185E 0%,#FD858F 55%,#50C9E0 100%);opacity:.92;z-index:1}
.about-title-block .title-noise-layer{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");z-index:2;pointer-events:none}
.about-title-block .parallax-img-box{position:absolute;inset:0;z-index:0}
.about-title-block .parallax-img-box img{width:100%;height:100%;object-fit:cover;object-position:center;will-change:transform;transition:transform .1s linear}
.about-title-block .title-content-box{position:relative;z-index:3;max-width:1536px;margin:0 auto;padding:90px 48px;display:flex;flex-direction:column;gap:20px;width:100%}
.about-title-block .title-tag-label{display:inline-flex;align-items:center;gap:8px;background:#ffffff2e;border:1px solid #ffffff59;border-radius:100px;padding:6px 18px;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;width:fit-content}
.about-title-block .main-heading{color:#fff;font-size:clamp(2rem,5vw,3.6rem);font-weight:800;line-height:1.15;max-width:680px;margin:0}
.about-title-block .heading-accent-line{display:block;height:4px;width:72px;background:#fff9;border-radius:4px;margin-top:4px}
.about-title-block .subtitle-text{color:#ffffffe0;font-size:1.08rem;max-width:520px;line-height:1.65;margin:0}
.about-story-section{background:#fdf5f7;padding:88px 0 72px}
.story-inner-box{max-width:1536px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.story-left-box{display:flex;flex-direction:column;gap:28px}
.story-section-label{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#C2185E;display:flex;align-items:center;gap:10px}
.story-section-label::before{content:'';display:inline-block;width:28px;height:2px;background:#C2185E;border-radius:2px}
.story-heading{font-size:clamp(1.5rem,3vw,2.4rem);font-weight:800;color:#1a1a2e;line-height:1.22;margin:0;position:relative}
.story-heading .text-accent{color:#C2185E}
.story-body-text{color:#4a4a5a;font-size:1rem;line-height:1.72;margin:0}
.story-stats-row{display:flex;flex-direction:row;gap:32px;margin-top:8px}
.stat-item-box{display:flex;flex-direction:column;gap:4px}
.stat-item-box .stat-number{font-size:2rem;font-weight:800;color:#C2185E;line-height:1}
.stat-item-box .stat-desc{font-size:.82rem;color:#7a7a8a;line-height:1.4}
.story-right-box{display:flex;flex-direction:column;gap:24px}
.story-img-frame{border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #c2185e24;position:relative}
.story-img-frame img{width:100%;height:320px;object-fit:cover;display:block}
.story-img-badge{position:absolute;bottom:20px;left:20px;background:linear-gradient(135deg,#C2185E,#FD858F);color:#fff;border-radius:12px;padding:10px 18px;font-size:.83rem;font-weight:700;display:flex;align-items:center;gap:8px;box-shadow:0 4px 16px #c2185e4d}
.story-feature-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.feature-card-item{background:#fff;border-radius:12px;padding:20px 18px;border:1px solid #c2185e1a;box-shadow:0 4px 16px #0000000d;display:flex;flex-direction:column;gap:8px;transition:box-shadow 0.25s,transform .25s}
.feature-card-item:hover{box-shadow:0 8px 28px #c2185e26;transform:translateY(-3px)}
.feature-card-item .card-icon-wrap{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#C2185E,#FD858F);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;flex-shrink:0}
.feature-card-item .card-title{font-size:.9rem;font-weight:700;color:#1a1a2e;margin:0}
.feature-card-item .card-desc{font-size:.8rem;color:#7a7a8a;line-height:1.5;margin:0}
.about-approach-section{background:#fff;padding:80px 0 88px;position:relative;overflow:hidden}
.approach-bg-shape{position:absolute;top:-80px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#50c9e014 0%,transparent 70%);pointer-events:none}
.approach-inner-box{max-width:1536px;margin:0 auto;padding:0 48px;position:relative;z-index:1}
.approach-header-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:56px}
.approach-heading-box{display:flex;flex-direction:column;gap:14px;max-width:560px}
.approach-section-label{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#50C9E0;display:flex;align-items:center;gap:10px}
.approach-section-label::before{content:'';display:inline-block;width:28px;height:2px;background:#50C9E0;border-radius:2px}
.approach-main-heading{font-size:clamp(1.5rem,3vw,2.3rem);font-weight:800;color:#1a1a2e;margin:0;line-height:1.25}
.approach-intro-text{color:#4a4a5a;font-size:.97rem;line-height:1.68;margin:0;max-width:360px;align-self:flex-end}
.approach-content-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:48px;align-items:start}
.approach-steps-box{display:flex;flex-direction:column;gap:0}
.approach-step-item{display:flex;flex-direction:row;gap:20px;padding:24px 0;border-bottom:1px solid #f0e8ec;position:relative;cursor:pointer;transition:padding-left .25s}
.approach-step-item:last-child{border-bottom:none}
.approach-step-item:hover{padding-left:8px}
.step-number-badge{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#C2185E,#FD858F);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;font-weight:800;flex-shrink:0;margin-top:2px;box-shadow:0 4px 14px #c2185e38}
.step-content-box{display:flex;flex-direction:column;gap:6px}
.step-content-box .step-title{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0}
.step-content-box .step-desc{font-size:.88rem;color:#5a5a6e;line-height:1.6;margin:0}
.approach-visual-box{display:flex;flex-direction:column;gap:24px;position:sticky;top:32px}
.approach-img-wrap{border-radius:16px;overflow:hidden;box-shadow:0 16px 48px #50c9e026}
.approach-img-wrap img{width:100%;height:260px;object-fit:cover;display:block}
.approach-cta-card{background:linear-gradient(135deg,#C2185E,#FD858F);border-radius:16px;padding:28px;color:#fff;display:flex;flex-direction:column;gap:14px;box-shadow:0 8px 28px #c2185e40}
.approach-cta-card .cta-card-title{font-size:1.15rem;font-weight:800;margin:0}
.approach-cta-card .cta-card-text{font-size:.88rem;opacity:.9;line-height:1.6;margin:0}
.approach-cta-card .cta-card-btn{display:inline-flex;align-items:center;gap:8px;background:#ffffff38;border:1.5px solid #ffffff80;color:#fff;border-radius:10px;padding:11px 22px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background 0.2s,border-color .2s;width:fit-content}
.approach-cta-card .cta-card-btn:hover{background:#ffffff61;border-color:#fffc}
.about-team-section{background:linear-gradient(180deg,#fdf5f7 0%,#fff 100%);padding:80px 0 96px;position:relative}
.team-inner-box{max-width:1536px;margin:0 auto;padding:0 48px}
.team-top-row{display:flex;flex-direction:row;gap:56px;align-items:center;margin-bottom:56px}
.team-portrait-box{position:relative;flex-shrink:0}
.team-portrait-box .portrait-ring{position:absolute;inset:-8px;border-radius:50%;background:linear-gradient(135deg,#C2185E,#50C9E0);z-index:0}
.team-portrait-box .portrait-img{width:120px;height:120px;border-radius:50%;object-fit:cover;position:relative;z-index:1;border:4px solid #fff;display:block}
.team-bio-box{display:flex;flex-direction:column;gap:12px;max-width:640px}
.team-member-name{font-size:1.45rem;font-weight:800;color:#1a1a2e;margin:0}
.team-member-role{font-size:.88rem;font-weight:600;color:#C2185E;margin:0;display:flex;align-items:center;gap:8px}
.team-bio-text{color:#4a4a5a;font-size:.97rem;line-height:1.7;margin:0}
.team-tags-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}
.team-tag{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1.5px solid #c2185e33;border-radius:100px;padding:5px 14px;font-size:.8rem;font-weight:600;color:#C2185E}
.team-content-lower{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.values-card-box{background:#fff;border-radius:16px;padding:36px 32px;border:1px solid #c2185e14;box-shadow:0 8px 32px #0000000f;display:flex;flex-direction:column;gap:24px}
.values-card-heading{font-size:1.1rem;font-weight:800;color:#1a1a2e;margin:0;display:flex;align-items:center;gap:10px}
.values-card-heading .icon-accent{color:#C2185E}
.values-list-box{display:flex;flex-direction:column;gap:16px}
.value-list-item{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.value-list-item .value-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#C2185E,#FD858F);flex-shrink:0;margin-top:6px}
.value-list-item .value-text-box{display:flex;flex-direction:column;gap:2px}
.value-list-item .value-title{font-size:.9rem;font-weight:700;color:#1a1a2e;margin:0}
.value-list-item .value-desc{font-size:.82rem;color:#7a7a8a;line-height:1.55;margin:0}
.testimonial-visual-box{display:flex;flex-direction:column;gap:20px}
.testimonial-img-surface{border-radius:16px;overflow:hidden;box-shadow:0 8px 28px #00000014}
.testimonial-img-surface img{width:100%;height:220px;object-fit:cover;display:block}
.testimonial-quote-box{background:#1a1a2e;border-radius:16px;padding:28px;color:#fff;display:flex;flex-direction:column;gap:14px}
.testimonial-quote-text{font-size:.97rem;line-height:1.68;color:#ffffffe0;margin:0;font-style:italic}
.testimonial-quote-text::before{content:'\201C';color:#FD858F;font-size:1.5rem;line-height:0;vertical-align:-.4em;margin-right:4px}
.testimonial-author{display:flex;flex-direction:row;align-items:center;gap:12px}
.testimonial-author .author-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#C2185E,#FD858F);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;font-weight:700;flex-shrink:0}
.testimonial-author .author-info-box{display:flex;flex-direction:column;gap:1px}
.testimonial-author .author-name{font-size:.88rem;font-weight:700;color:#fff}
.testimonial-author .author-context{font-size:.78rem;color:#fff9}
@media (max-width: 1366px) {
.story-inner-box,.approach-inner-box,.team-inner-box{padding:0 32px}
.about-title-block .title-content-box{padding:72px 32px}
}
@media (max-width: 768px) {
.about-title-block{min-height:380px}
.about-title-block .title-content-box{padding:56px 20px}
.story-inner-box{grid-template-columns:1fr;gap:36px;padding:0 20px}
.about-story-section{padding:56px 0 48px}
.story-stats-row{gap:20px;flex-wrap:wrap}
.approach-inner-box{padding:0 20px}
.approach-header-row{flex-direction:column;align-items:flex-start;margin-bottom:36px}
.approach-intro-text{max-width:100%}
.approach-content-grid{grid-template-columns:1fr;gap:32px}
.approach-visual-box{position:static}
.about-approach-section{padding:56px 0 64px}
.team-inner-box{padding:0 20px}
.team-top-row{flex-direction:column;gap:24px}
.team-content-lower{grid-template-columns:1fr}
.about-team-section{padding:56px 0 72px}
.story-feature-cards{grid-template-columns:1fr}
}
@media (max-width: 375px) {
.about-title-block .main-heading{font-size:1.7rem}
.approach-header-row{gap:16px}
}
.success-page-wrap{width:100%;overflow-x:hidden}
.title-hero-box{position:relative;min-height:520px;display:flex;align-items:center;justify-content:flex-start;padding:80px 24px;overflow:hidden}
.title-hero-box .hero-bg-layer{position:absolute;inset:0;z-index:0;animation:colorShift 8s ease-in-out infinite alternate}
@keyframes colorShift {
0%{background:linear-gradient(135deg,#C2185E 0%,#FD858F 50%,#50C9E0 100%)}
33%{background:linear-gradient(155deg,#FD858F 0%,#50C9E0 45%,#C2185E 100%)}
66%{background:linear-gradient(115deg,#50C9E0 0%,#C2185E 55%,#FD858F 100%)}
100%{background:linear-gradient(135deg,#C2185E 0%,#FD858F 50%,#50C9E0 100%)}
}
.title-hero-box .hero-geo-shape{position:absolute;right:-60px;top:-40px;width:480px;height:480px;border-radius:50%;background:#ffffff1a;z-index:1}
.title-hero-box .hero-geo-shape-alt{position:absolute;right:120px;bottom:-80px;width:260px;height:260px;border-radius:50%;background:#ffffff12;z-index:1}
.title-hero-box .hero-geo-dots{position:absolute;left:40%;top:20px;z-index:1;opacity:.18;display:grid;grid-template-columns:repeat(6,14px);grid-template-rows:repeat(4,14px);gap:10px}
.title-hero-box .hero-geo-dots span{display:block;width:6px;height:6px;border-radius:50%;background:#fff}
.title-hero-box .hero-content-box{position:relative;z-index:2;max-width:620px;background:#ffffff21;border:1px solid #ffffff38;border-radius:16px;padding:52px 48px;backdrop-filter:blur(8px);box-shadow:0 8px 40px #c2185e2e inset 0 2px 6px #ffffff1a;margin-left:8%}
.title-hero-box .hero-check-icon{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:50%;background:linear-gradient(135deg,#C2185E,#FD858F);box-shadow:0 4px 20px #c2185e59;margin-bottom:24px}
.title-hero-box .hero-check-icon i{color:#fff;font-size:2rem}
.title-hero-box .hero-content-box h1{font-size:2.2rem;font-weight:800;color:#fff;line-height:1.2;margin:0 0 16px;letter-spacing:-.5px}
.title-hero-box .hero-content-box h1 .accent-word{display:inline-block;position:relative;color:#fff}
.title-hero-box .hero-content-box h1 .accent-word::after{content:'';position:absolute;left:0;bottom:2px;width:100%;height:3px;background:#ffffff8c;border-radius:2px}
.title-hero-box .hero-content-box .hero-subtitle{font-size:1.08rem;color:#ffffffe6;line-height:1.65;margin:0 0 32px}
.title-hero-box .hero-cta-row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.hero-btn-primary{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#C2185E;font-size:.97rem;font-weight:700;padding:13px 28px;border-radius:10px;text-decoration:none;border:2px solid transparent;box-shadow:0 4px 16px #c2185e2e;transition:background 0.22s,color 0.22s,box-shadow 0.22s,transform .18s;position:relative;z-index:5}
.hero-btn-primary:hover{background:#C2185E;color:#fff;box-shadow:0 8px 28px #c2185e52;transform:translateY(-2px)}
.hero-btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;font-size:.97rem;font-weight:600;padding:13px 28px;border-radius:10px;text-decoration:none;border:2px solid #fff9;transition:background 0.22s,border-color 0.22s,transform .18s;position:relative;z-index:5}
.hero-btn-secondary:hover{background:#ffffff26;border-color:#fff;transform:translateY(-2px)}
.success-divider-wave{width:100%;overflow:hidden;line-height:0;background:#fff}
.success-divider-wave svg{display:block;width:100%;height:60px}
.next-steps-section{background:#fff;padding:72px 24px 80px}
.next-steps-inner{max-width:1100px;margin:0 auto}
.next-steps-top{display:flex;flex-direction:row;align-items:flex-start;gap:48px;margin-bottom:56px}
.next-steps-text-col{flex:1 1 320px}
.next-steps-text-col .section-tag{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#FD858F22,#C2185E18);border:1px solid #FD858F55;border-radius:30px;padding:5px 16px;font-size:.82rem;font-weight:700;color:#C2185E;letter-spacing:.06em;text-transform:uppercase;margin-bottom:18px}
.next-steps-text-col h2{font-size:1.85rem;font-weight:800;color:#1a1a2e;line-height:1.25;margin:0 0 18px;position:relative;padding-bottom:16px}
.next-steps-text-col h2::after{content:'';position:absolute;left:0;bottom:0;width:52px;height:3px;border-radius:2px;background:linear-gradient(90deg,#C2185E,#FD858F)}
.next-steps-text-col .section-lead{font-size:1.01rem;color:#444;line-height:1.7;margin:0}
.next-steps-info-col{flex:0 0 280px;background:linear-gradient(135deg,#C2185E08,#50C9E015);border:1px solid #50C9E030;border-radius:14px;padding:30px 28px;box-shadow:0 4px 18px #50c9e014}
.next-steps-info-col .info-item{display:flex;flex-direction:row;align-items:flex-start;gap:14px;margin-bottom:22px}
.next-steps-info-col .info-item:last-child{margin-bottom:0}
.next-steps-info-col .info-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#C2185E,#FD858F);display:flex;align-items:center;justify-content:center}
.next-steps-info-col .info-icon i{color:#fff;font-size:1.1rem}
.next-steps-info-col .info-text strong{display:block;font-size:.9rem;font-weight:700;color:#1a1a2e;margin-bottom:3px}
.next-steps-info-col .info-text span{font-size:.85rem;color:#666;line-height:1.5}
.steps-grid-box{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.step-card{background:#fafafa;border:1px solid #eee;border-radius:14px;padding:32px 26px;position:relative;transition:box-shadow 0.22s,transform 0.22s,border-color .22s;overflow:hidden}
.step-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;border-radius:4px 0 0 4px}
.step-card[data-state="one"]::before{background:linear-gradient(180deg,#C2185E,#FD858F)}
.step-card[data-state="two"]::before{background:linear-gradient(180deg,#FD858F,#50C9E0)}
.step-card[data-state="three"]::before{background:linear-gradient(180deg,#50C9E0,#C2185E)}
.step-card:hover{box-shadow:0 10px 32px #c2185e1f;transform:translateY(-4px);border-color:#FD858F55}
.step-card .step-number{font-size:2.8rem;font-weight:900;line-height:1;color:#f0f0f0;position:absolute;top:18px;right:20px;pointer-events:none}
.step-card .step-icon-wrap{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.step-card[data-state="one"] .step-icon-wrap{background:#C2185E18}
.step-card[data-state="two"] .step-icon-wrap{background:#FD858F18}
.step-card[data-state="three"] .step-icon-wrap{background:#50C9E018}
.step-card[data-state="one"] .step-icon-wrap i{color:#C2185E;font-size:1.4rem}
.step-card[data-state="two"] .step-icon-wrap i{color:#e06060;font-size:1.4rem}
.step-card[data-state="three"] .step-icon-wrap i{color:#50C9E0;font-size:1.4rem}
.step-card h3{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0 0 10px}
.step-card p{font-size:.91rem;color:#555;line-height:1.62;margin:0}
.success-bottom-cta{margin-top:48px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(120deg,#1a1a2e 60%,#C2185E 100%);border-radius:16px;padding:36px 44px;box-shadow:0 8px 32px #1a1a2e2e;flex-wrap:wrap}
.success-bottom-cta .cta-text-col h4{font-size:1.3rem;font-weight:800;color:#fff;margin:0 0 8px}
.success-bottom-cta .cta-text-col p{font-size:.95rem;color:#ffffffbf;margin:0;line-height:1.55}
.success-bottom-cta .cta-actions{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;flex-shrink:0}
.cta-btn-main{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#C2185E,#FD858F);color:#fff;font-size:.97rem;font-weight:700;padding:13px 26px;border-radius:10px;text-decoration:none;box-shadow:0 4px 16px #c2185e59;transition:opacity 0.2s,transform .18s;position:relative;z-index:5}
.cta-btn-main:hover{opacity:.88;transform:translateY(-2px)}
.cta-btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;font-size:.97rem;font-weight:600;padding:13px 26px;border-radius:10px;text-decoration:none;border:2px solid #fff6;transition:border-color 0.2s,background 0.2s,transform .18s;position:relative;z-index:5}
.cta-btn-outline:hover{border-color:#fff;background:#ffffff14;transform:translateY(-2px)}
@media (max-width: 1366px) {
.title-hero-box .hero-content-box{margin-left:5%}
}
@media (max-width: 768px) {
.title-hero-box{min-height:auto;padding:60px 16px 50px;justify-content:center}
.title-hero-box .hero-content-box{margin-left:0;padding:36px 24px;max-width:100%}
.title-hero-box .hero-content-box h1{font-size:1.65rem}
.title-hero-box .hero-geo-shape{width:280px;height:280px;right:-80px;top:-30px}
.next-steps-top{flex-direction:column;gap:28px}
.next-steps-info-col{flex:none;width:100%}
.steps-grid-box{grid-template-columns:1fr;gap:18px}
.success-bottom-cta{padding:28px 24px;flex-direction:column;align-items:flex-start}
.hero-cta-row{flex-direction:column}
}
@media (max-width: 375px) {
.title-hero-box .hero-content-box h1{font-size:1.4rem}
.next-steps-text-col h2{font-size:1.45rem}
.success-bottom-cta .cta-actions{flex-direction:column;width:100%}
.cta-btn-main,.cta-btn-outline{justify-content:center}
}