*,::before,::after{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Fira Sans',sans-serif;background:#f8f7ff;color:#0C2957;font-size:16px;line-height:1.6}
.header-box{background:#fff;border-bottom:2px solid #a57fff2e;box-shadow:0 2px 18px #a57fff1a}
.header-wrap{max-width:1200px;margin:auto;padding:0 24px}
.header-top-row{display:flex;align-items:center;justify-content:space-between;padding:22px 0 16px;border-bottom:1px solid #a57fff1a}
.logo-box{display:flex;align-items:center;gap:14px;text-decoration:none}
.logo-box img{width:80px;height:80px;object-fit:contain;border-radius:14px;background:#a57fff14;padding:6px}
.logo-name{font-family:'Archivo',sans-serif;font-size:1.55rem;font-weight:700;color:#0C2957;letter-spacing:-.5px}
.logo-name span{color:#A57FFF}
.header-tagline-box{text-align:right;max-width:380px}
.header-tagline-box .tagline-title{font-family:'Archivo',sans-serif;font-size:.95rem;font-weight:700;color:#0C2957;letter-spacing:.2px}
.header-tagline-box .tagline-desc{font-size:.82rem;color:#6b7a99;margin-top:3px;line-height:1.4}
.header-nav-row{display:flex;align-items:center;justify-content:space-between;padding:13px 0}
.main-nav{display:flex;align-items:center;gap:6px;list-style:none}
.main-nav li a{font-family:'Fira Sans',sans-serif;font-size:.93rem;font-weight:400;color:#0C2957;text-decoration:none;padding:8px 16px;border-radius:8px;transition:background 150ms,color 150ms}
.main-nav li a:hover{background:#a57fff1a;color:#A57FFF}
.main-nav li a.is-active{background:#a57fff21;color:#7c4dff;font-weight:700}
.nav-cta-butt{font-family:'Archivo',sans-serif;font-size:.93rem;font-weight:700;background:#A57FFF;color:#fff;border:none;border-radius:24px;padding:10px 26px;text-decoration:none;cursor:pointer;transition:background 200ms,box-shadow 200ms;box-shadow:0 4px 14px #a57fff59;display:inline-block}
.nav-cta-butt:hover{background:#8c63e8;box-shadow:0 6px 20px #a57fff73}
@media (max-width: 768px) {
.header-top-row{flex-direction:column;align-items:flex-start;gap:12px}
.header-tagline-box{text-align:left;max-width:100%}
.header-nav-row{flex-direction:column;align-items:flex-start;gap:12px}
.main-nav{flex-wrap:wrap;gap:4px}
.nav-cta-butt{width:100%;text-align:center}
}
.footer-box{background:#0C2957;color:#c9d6ef;padding:48px 0 0;margin-top:60px}
.footer-wrap{max-width:1200px;margin:auto;padding:0 24px}
.foot-nav-row{padding-bottom:28px;border-bottom:1px solid #a57fff38}
.foot-nav-label{font-family:'Archivo',sans-serif;font-size:.78rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#A57FFF;margin-bottom:12px}
.foot-nav-list{list-style:none;display:flex;flex-wrap:wrap;gap:10px 22px}
.foot-nav-list li a{color:#c9d6ef;text-decoration:none;font-size:.9rem;transition:color 150ms}
.foot-nav-list li a:hover{color:#C9F9D5}
.foot-contact-row{padding:28px 0;border-bottom:1px solid #a57fff1f;display:flex;flex-wrap:wrap;gap:20px 40px}
.foot-contact-item{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#a8b8d4}
.foot-contact-item .lnr{color:#A57FFF;font-size:1.1rem}
.foot-contact-item a{color:#a8b8d4;text-decoration:none;transition:color 150ms}
.foot-contact-item a:hover{color:#C9F9D5}
.foot-copy-row{padding:18px 0 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}
.foot-copy-row .copy-txt{font-size:.82rem;color:#6b7a99}
.foot-copy-row .copy-brand{font-family:'Archivo',sans-serif;font-weight:700;color:#A57FFF}
@media (max-width: 768px) {
.foot-contact-row{flex-direction:column;gap:14px}
.foot-copy-row{flex-direction:column;align-items:flex-start}
}
.cookie-popup-wrap{position:fixed;top:20px;right:20px;width:420px;max-width:calc(100vw - 40px);background:#fff;border-radius:16px;box-shadow:0 8px 40px #0c29572e 0 2px 10px #a57fff1f;border:1px solid #a57fff2e;z-index:9999;overflow:hidden;transform:translateX(calc(100% + 40px));transition:transform 350ms cubic-bezier(0.34,1.56,0.64,1)}
.cookie-popup-wrap.is-visible{transform:translateX(0)}
.cookie-popup-wrap.is-hidden{transform:translateX(calc(100% + 40px))}
.cookie-head-box{background:linear-gradient(135deg,#a57fff1f,#c9f9d52e);padding:18px 20px 14px;border-bottom:1px solid #a57fff1f}
.cookie-head-box .cook-title{font-family:'Archivo',sans-serif;font-size:1rem;font-weight:700;color:#0C2957;display:flex;align-items:center;gap:8px}
.cookie-head-box .cook-title .lnr{color:#A57FFF;font-size:1.1rem}
.cookie-head-box .cook-desc{font-size:.8rem;color:#5a6a85;margin-top:6px;line-height:1.5}
.cookie-cats-box{padding:14px 20px;border-bottom:1px solid #a57fff1a}
.cook-cat-item{display:flex;align-items:flex-start;gap:10px;padding:8px 0}
.cook-cat-item input[type="radio"]{margin-top:3px;accent-color:#A57FFF}
.cook-cat-item .cat-label{font-size:.82rem;font-weight:700;color:#0C2957}
.cook-cat-item .cat-note{font-size:.75rem;color:#7a8aaa;line-height:1.4}
.cook-essential-row{display:flex;align-items:center;gap:10px;padding:8px 0}
.cook-essential-badge{font-size:.72rem;background:#c9f9d5b3;color:#1a6e3a;border-radius:20px;padding:2px 10px;font-weight:700;border:1px solid #c9f9d5ff}
.cookie-btns-box{padding:14px 20px 18px;display:flex;gap:10px}
.cook-btn{flex:1;border:none;border-radius:50px;font-family:'Fira Sans',sans-serif;font-size:.85rem;font-weight:700;padding:10px 16px;cursor:pointer;transition:background 200ms,box-shadow 200ms}
.cook-btn-accept{background:#A57FFF;color:#fff;box-shadow:0 3px 12px #a57fff59}
.cook-btn-accept:hover{background:#8c63e8}
.cook-btn-decline{background:#0c295714;color:#0C2957}
.cook-btn-decline:hover{background:#0c295724}
.terms-body{max-width:800px;margin:0 auto;padding:2.5rem 1.5rem 4rem;font-size:1rem;line-height:1.8;color:#0C2957;font-family:Georgia,'Times New Roman',serif}
.terms-body h1{font-size:2.2rem;line-height:1.2;font-weight:800;color:#0C2957;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:3px solid #A57FFF;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;letter-spacing:-.02em}
.terms-body h2{font-size:1.55rem;line-height:1.3;font-weight:700;color:#0C2957;margin:2.8rem 0 1rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;padding-left:.9rem;border-left:4px solid #A57FFF;letter-spacing:-.01em}
.terms-body h3{font-size:1.2rem;line-height:1.4;font-weight:700;color:#1a3d6e;margin:2.2rem 0 .75rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.terms-body h4{font-size:1.05rem;line-height:1.45;font-weight:600;color:#1a3d6e;margin:1.8rem 0 .6rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:.85rem}
.terms-body h5{font-size:.95rem;line-height:1.5;font-weight:600;color:#2a4f82;margin:1.5rem 0 .5rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.terms-body h6{font-size:.875rem;line-height:1.5;font-weight:600;color:#4a6a9e;margin:1.2rem 0 .5rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-style:italic}
.terms-body ul{margin:1rem 0 1.4rem;padding-left:0;list-style:none}
.terms-body ol{margin:1rem 0 1.4rem;padding-left:1.4rem;list-style-position:outside;counter-reset:policy-counter;list-style:none}
.terms-body ul li{position:relative;padding-left:1.6rem;margin-bottom:.55rem;line-height:1.75;color:#0C2957}
.terms-body ul li::before{content:'';position:absolute;left:.2rem;top:.65em;width:7px;height:7px;border-radius:50%;background-color:#A57FFF}
.terms-body ol li{position:relative;padding-left:2rem;margin-bottom:.55rem;line-height:1.75;color:#0C2957;counter-increment:policy-counter}
.terms-body ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;top:0;font-weight:700;color:#A57FFF;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.9rem;min-width:1.6rem}
.terms-body ul ul,.terms-body ol ol,.terms-body ul ol,.terms-body ol ul{margin:.4rem 0 .4rem 1rem}
.terms-body ul ul li::before{width:5px;height:5px;background-color:transparent;border:2px solid #A57FFF;border-radius:50%;top:.7em}
.terms-body strong,.terms-body b{font-weight:700;color:#0C2957;background-color:#c5f9d573;padding:.05em .25em;border-radius:3px}
.terms-body a{color:#7a55d4;text-decoration:underline;text-decoration-color:#a57fff80;text-underline-offset:3px;text-decoration-thickness:1.5px;transition:color 150ms ease,text-decoration-color 150ms ease;word-break:break-word}
.terms-body a:hover{color:#A57FFF;text-decoration-color:#A57FFF}
.terms-body a:visited{color:#6040b0;text-decoration-color:#6040b073}
.terms-body a:focus{outline:2px solid #A57FFF;outline-offset:2px;border-radius:2px}
.terms-body hr{border:none;border-top:1px solid #a57fff4d;margin:2.5rem 0;position:relative}
.terms-body hr::after{content:'';display:block;width:48px;height:3px;background:linear-gradient(90deg,#A57FFF,#C9F9D5);border-radius:2px;margin:-2px auto 0}
@media screen and (max-width: 768px) {
.terms-body{padding:1.5rem 1.1rem 3rem;font-size:.97rem;line-height:1.75}
.terms-body h1{font-size:1.65rem}
.terms-body h2{font-size:1.25rem;margin:2.2rem 0 .85rem}
.terms-body h3{font-size:1.08rem;margin:1.8rem 0 .65rem}
.terms-body ul li,.terms-body ol li{margin-bottom:.6rem}
}
@media screen and (max-width: 375px) {
.terms-body{padding:1.1rem .85rem 2.5rem;font-size:.94rem}
.terms-body h1{font-size:1.4rem}
.terms-body h2{font-size:1.12rem;padding-left:.7rem}
.terms-body hr{margin:1.8rem 0}
}
.about-heado-box{position:relative;overflow:hidden;background:#0C2957;min-height:520px;display:flex;flex-direction:row;align-items:stretch}
.about-heado-box .heado-text-zone{position:relative;z-index:3;flex:0 0 55%;max-width:55%;padding:80px 48px 80px 60px;display:flex;flex-direction:column;justify-content:center}
.about-heado-box .heado-tag{display:inline-block;background:#a57fff2e;border:1px solid #a57fff66;color:#C9F9D5;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;padding:6px 16px;border-radius:20px;margin-bottom:22px;width:fit-content}
.about-heado-box .heado-main-title{font-size:2.8rem;font-weight:800;color:#fff;line-height:1.15;margin:0 0 14px;position:relative}
.about-heado-box .heado-main-title span{color:#A57FFF}
.about-heado-box .heado-sub-title{font-size:1.15rem;font-weight:600;color:#C9F9D5;margin:0 0 20px;line-height:1.4}
.about-heado-box .heado-desc{font-size:.97rem;color:#ffffffc7;line-height:1.7;max-width:420px;margin:0}
.about-heado-box .heado-img-side{flex:0 0 45%;max-width:45%;position:relative;overflow:hidden}
.about-heado-box .heado-img-side img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.about-heado-box .heado-img-side::after{content:'';position:absolute;inset:0;background:linear-gradient(100deg,#0C2957 0%,#0c29578c 40%,#a57fff2e 100%);z-index:1}
.about-heado-box .heado-geo-shape{position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:#a57fff17;z-index:2}
.about-heado-box .heado-geo-shape2{position:absolute;bottom:20px;left:30%;width:90px;height:90px;border-radius:50%;background:#c9f9d512;z-index:2}
.story-section-wrap{max-width:1200px;margin:0 auto;padding:80px 32px 60px}
.story-grid-box{display:grid;grid-template-columns:1fr 1fr;gap:0 56px;align-items:start}
.story-left-col{display:flex;flex-direction:column;gap:28px}
.story-eyebrow{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:4px}
.story-eyebrow .story-line{width:36px;height:3px;background:#A57FFF;border-radius:2px}
.story-eyebrow .story-label{font-size:.78rem;letter-spacing:.13em;text-transform:uppercase;color:#A57FFF;font-weight:700}
.story-left-col h2{font-size:2rem;font-weight:800;color:#0C2957;line-height:1.22;margin:0 0 4px}
.story-left-col .story-para{font-size:.96rem;color:#3a3a50;line-height:1.75;margin:0}
.story-stat-row{display:flex;flex-direction:row;gap:20px;margin-top:8px}
.story-stat-item{background:#f5f3ff;border-left:4px solid #A57FFF;border-radius:8px;padding:16px 22px;flex:1}
.story-stat-item .stat-num{font-size:1.7rem;font-weight:800;color:#0C2957;line-height:1;display:block}
.story-stat-item .stat-lbl{font-size:.78rem;color:#6b6b85;margin-top:4px;display:block}
.story-right-col{display:flex;flex-direction:column;gap:22px}
.story-img-stack{position:relative;height:320px}
.story-img-stack .img-main{position:absolute;top:0;left:0;width:78%;height:260px;object-fit:cover;border-radius:16px;box-shadow:0 8px 32px #a57fff38;z-index:2}
.story-img-stack .img-accent{position:absolute;bottom:0;right:0;width:54%;height:180px;object-fit:cover;border-radius:12px;box-shadow:0 4px 20px #0c29572e;z-index:3;border:4px solid #fff}
.story-img-stack .img-badge{position:absolute;top:18px;right:0;background:#0C2957;color:#C9F9D5;font-size:.78rem;font-weight:700;padding:8px 14px;border-radius:8px;z-index:4;letter-spacing:.05em}
.story-values-list{display:flex;flex-direction:column;gap:12px;margin-top:8px}
.story-val-item{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.story-val-item .val-icon-box{width:36px;height:36px;border-radius:8px;background:#c9f9d580;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.story-val-item .val-icon-box i{font-size:1rem;color:#0C2957}
.story-val-item .val-text-box .val-title{font-size:.88rem;font-weight:700;color:#0C2957;display:block;margin-bottom:2px}
.story-val-item .val-text-box .val-desc{font-size:.82rem;color:#5a5a72;line-height:1.5}
.approach-section-bg{background:linear-gradient(135deg,#f5f3ff 0%,#e8f4fc 50%,#f0fff4 100%);padding:72px 0 80px;position:relative;overflow:hidden}
.approach-section-bg::before{content:'';position:absolute;top:-80px;right:-80px;width:300px;height:300px;border-radius:50%;background:#a57fff14}
.approach-inner-wrap{max-width:1200px;margin:0 auto;padding:0 32px;position:relative;z-index:1}
.approach-top-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:32px}
.approach-top-row h2{font-size:1.9rem;font-weight:800;color:#0C2957;line-height:1.22;margin:0;max-width:420px}
.approach-top-row h2 span{color:#A57FFF}
.approach-top-right{font-size:.93rem;color:#5a5a72;line-height:1.7;max-width:320px}
.approach-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:52px}
.appr-card{background:#fff;border-radius:16px;padding:28px 24px;box-shadow:0 4px 20px #a57fff1a;transition:transform .25s ease,box-shadow .25s ease;position:relative;overflow:hidden}
.appr-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#A57FFF,#C9F9D5);border-radius:16px 16px 0 0}
.appr-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #a57fff33}
.appr-card .card-num{font-size:2rem;font-weight:900;color:#a57fff2e;line-height:1;margin-bottom:12px;display:block}
.appr-card .card-ico{width:44px;height:44px;background:#a57fff1f;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.appr-card .card-ico i{font-size:1.2rem;color:#A57FFF}
.appr-card h4{font-size:1rem;font-weight:700;color:#0C2957;margin:0 0 10px}
.appr-card p{font-size:.85rem;color:#5a5a72;line-height:1.6;margin:0}
.approach-photo-strip{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;border-radius:16px;overflow:hidden}
.approach-photo-strip .strip-img{overflow:hidden;position:relative}
.approach-photo-strip .strip-img img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .4s ease}
.approach-photo-strip .strip-img:hover img{transform:scale(1.04)}
.approach-photo-strip .strip-img.strip-tall img{height:220px}
.strip-overlay-card{position:absolute;bottom:14px;left:14px;background:#0c2957e0;color:#C9F9D5;font-size:.78rem;padding:8px 14px;border-radius:8px;font-weight:600;letter-spacing:.04em}
.team-portrait-section{max-width:1200px;margin:0 auto;padding:72px 32px 80px}
.team-section-header{text-align:center;margin-bottom:48px}
.team-section-header h2{font-size:1.9rem;font-weight:800;color:#0C2957;margin:0 0 12px}
.team-section-header p{font-size:.95rem;color:#5a5a72;max-width:480px;margin:0 auto;line-height:1.7}
.team-expert-box{background:linear-gradient(135deg,#0C2957 0%,#1a3d6e 100%);border-radius:20px;overflow:hidden;display:flex;flex-direction:row;min-height:380px;box-shadow:0 16px 48px #0c295738}
.team-expert-photo{flex:0 0 340px;position:relative;overflow:hidden}
.team-expert-photo img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
.team-expert-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 60%,#0c295799 100%)}
.team-expert-info{flex:1;padding:44px 48px;display:flex;flex-direction:column;justify-content:center}
.team-expert-info .expert-role-badge{display:inline-block;background:#a57fff33;border:1px solid #a57fff66;color:#A57FFF;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;padding:5px 14px;border-radius:16px;margin-bottom:16px;font-weight:700}
.team-expert-info h3{font-size:1.6rem;font-weight:800;color:#fff;margin:0 0 6px}
.team-expert-info .expert-title{font-size:.88rem;color:#C9F9D5;margin:0 0 20px;font-weight:600}
.team-expert-info .expert-bio{font-size:.9rem;color:#ffffffc7;line-height:1.7;margin:0 0 24px}
.expert-skills-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.expert-skill-tag{background:#c9f9d526;border:1px solid #c9f9d54d;color:#C9F9D5;font-size:.75rem;padding:4px 12px;border-radius:12px;font-weight:600}
.svg-divider-wave{display:block;width:100%;overflow:hidden;line-height:0;background:#fff}
.svg-divider-wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.about-heado-box .heado-text-zone{flex:0 0 60%;max-width:60%;padding:60px 32px 60px 40px}
.about-heado-box .heado-img-side{flex:0 0 40%;max-width:40%}
.about-heado-box .heado-main-title{font-size:2.1rem}
.story-grid-box{grid-template-columns:1fr 1fr;gap:0 36px}
.approach-cards-grid{grid-template-columns:repeat(2,1fr)}
.team-expert-photo{flex:0 0 260px}
}
@media (max-width: 768px) {
.about-heado-box{flex-direction:column;min-height:auto}
.about-heado-box .heado-text-zone{flex:none;max-width:100%;padding:48px 24px 32px}
.about-heado-box .heado-img-side{flex:none;max-width:100%;height:260px}
.about-heado-box .heado-main-title{font-size:1.75rem}
.story-section-wrap{padding:52px 20px 40px}
.story-grid-box{grid-template-columns:1fr;gap:40px}
.story-img-stack{height:240px}
.story-img-stack .img-main{height:200px;width:80%}
.story-img-stack .img-accent{height:140px}
.approach-inner-wrap{padding:0 20px}
.approach-top-row{flex-direction:column;align-items:flex-start;margin-bottom:32px}
.approach-top-row h2{font-size:1.5rem}
.approach-cards-grid{grid-template-columns:1fr;gap:16px}
.approach-photo-strip{grid-template-columns:1fr}
.approach-photo-strip .strip-img img{height:180px}
.team-portrait-section{padding:52px 20px 60px}
.team-expert-box{flex-direction:column}
.team-expert-photo{flex:none;height:280px}
.team-expert-photo::after{background:linear-gradient(180deg,transparent 50%,#0c2957b3 100%)}
.team-expert-info{padding:28px 24px 36px}
.team-expert-info h3{font-size:1.3rem}
.story-stat-row{flex-direction:column}
}
@media (max-width: 480px) {
.about-heado-box .heado-main-title{font-size:1.45rem}
.story-stat-row{flex-direction:column;gap:12px}
.approach-section-bg{padding:52px 0 60px}
}
.heado-box{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.hero-wrap{background:linear-gradient(135deg,#0C2957 0%,#1a3d6e 60%,#2d1f6e 100%);overflow:hidden;position:relative;padding:5rem 0 4rem}
.hero-wrap::before{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:#a57fff2e;pointer-events:none}
.hero-wrap::after{content:'';position:absolute;bottom:-60px;left:30%;width:280px;height:280px;border-radius:50%;background:#c9f9d51a;pointer-events:none}
.hero-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:row;align-items:center;gap:3rem;position:relative;z-index:2}
.hero-txt-col{flex:1 1 55%;display:flex;flex-direction:column;gap:1.5rem}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#a57fff38;border:1px solid #a57fff73;border-radius:50px;padding:.35rem 1rem;width:fit-content}
.hero-badge span{font-size:.75rem;font-weight:600;color:#C9F9D5;letter-spacing:.08em;text-transform:uppercase}
.hero-h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:#fff;line-height:1.18;margin:0}
.hero-h1 .accent-purple{color:#A57FFF;position:relative}
.hero-h1 .accent-purple::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#A57FFF,#C9F9D5);border-radius:2px}
.hero-sub{font-size:1.05rem;color:#ffffffc7;line-height:1.7;margin:0;max-width:500px}
.hero-cta-row{display:flex;flex-direction:row;gap:1rem;align-items:center;flex-wrap:wrap}
.btn-prim{display:inline-flex;align-items:center;gap:.5rem;background:#A57FFF;color:#fff;font-weight:700;font-size:.95rem;padding:.8rem 1.8rem;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:background 0.2s,box-shadow 0.2s,transform .15s;box-shadow:0 4px 18px #a57fff59;position:relative;z-index:5}
.btn-prim:hover{background:#8f65f0;box-shadow:0 6px 24px #a57fff8c;transform:translateY(-2px)}
.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#C9F9D5;font-weight:600;font-size:.95rem;padding:.78rem 1.5rem;border-radius:8px;text-decoration:none;border:1.5px solid #c9f9d580;cursor:pointer;transition:border-color 0.2s,background .2s;position:relative;z-index:5}
.btn-ghost:hover{border-color:#C9F9D5;background:#c9f9d51a}
.hero-img-col{flex:1 1 40%;display:flex;flex-direction:column;align-items:flex-end;position:relative}
.hero-img-frame{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 12px 50px #0c295780 0 0 0 4px #a57fff40;width:100%;max-width:440px}
.hero-img-frame img{width:100%;height:300px;object-fit:cover;display:block}
.hero-diag-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background:#C9F9D5;color:#0C2957;border-radius:12px;padding:.75rem 1.1rem;font-size:.82rem;font-weight:700;box-shadow:0 6px 20px #0c295740;display:flex;flex-direction:column;gap:.15rem;z-index:3}
.hero-diag-badge .big-num{font-size:1.5rem;font-weight:800;color:#0C2957;line-height:1}
.hero-stat-strip{display:flex;flex-direction:row;gap:0;margin-top:2.5rem;border-top:1px solid #ffffff1f;padding-top:2rem}
.hero-stat-item{flex:1;display:flex;flex-direction:column;gap:.2rem;padding-right:1.5rem;border-right:1px solid #ffffff1f}
.hero-stat-item:last-child{border-right:none;padding-right:0;padding-left:1.5rem}
.hero-stat-item:nth-child(2){padding-left:1.5rem}
.hero-stat-num{font-size:1.7rem;font-weight:800;color:#A57FFF;line-height:1}
.hero-stat-lbl{font-size:.78rem;color:#fff9;line-height:1.4}
.eco-section{background:#f7f5ff;padding:5rem 0;position:relative}
.eco-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#A57FFF,#C9F9D5,#0C2957)}
.eco-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.sec-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;color:#A57FFF;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem}
.sec-label::before{content:'';display:inline-block;width:18px;height:2px;background:#A57FFF;border-radius:2px}
.eco-h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#0C2957;margin:0 0 .6rem;line-height:1.2}
.eco-h2 em{font-style:normal;color:#A57FFF}
.eco-intro{font-size:1rem;color:#4a5568;line-height:1.7;max-width:560px;margin:0 0 3rem}
.eco-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.eco-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #a57fff1a;border:1px solid #a57fff1f;display:flex;flex-direction:column;gap:1rem;transition:box-shadow 0.25s,transform .25s}
.eco-card:hover{box-shadow:0 8px 32px #a57fff38;transform:translateY(-4px)}
.eco-card.card-wide{grid-column:1 / -1;flex-direction:row;align-items:center;gap:2.5rem;padding:2rem 2.5rem}
.eco-card-img{width:220px;min-width:220px;height:155px;border-radius:12px;overflow:hidden;flex-shrink:0}
.eco-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.eco-icon-wrap{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#a57fff26,#c9f9d533);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.eco-icon-wrap i{font-size:1.3rem;color:#A57FFF}
.eco-card-title{font-size:1.1rem;font-weight:700;color:#0C2957;margin:0;line-height:1.3}
.eco-card-txt{font-size:.9rem;color:#4a5568;line-height:1.65;margin:0}
.eco-card-txt-col{display:flex;flex-direction:column;gap:.6rem}
.eco-pill-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}
.eco-pill{background:#a57fff1a;color:#6b46c1;font-size:.75rem;font-weight:600;padding:.28rem .75rem;border-radius:50px;border:1px solid #a57fff40}
.eco-img-2col{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem}
.eco-img-2col img{width:100%;height:130px;object-fit:cover;border-radius:10px;display:block}
.connect-section{background:#0C2957;padding:5rem 0;position:relative;overflow:hidden}
.connect-section::after{content:'';position:absolute;bottom:-100px;right:-60px;width:350px;height:350px;border-radius:50%;background:#a57fff1f;pointer-events:none}
.connect-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}
.connect-layout{display:flex;flex-direction:row;gap:4rem;align-items:flex-start}
.connect-left{flex:1 1 45%;display:flex;flex-direction:column;gap:1.5rem}
.connect-h2{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:#fff;margin:0;line-height:1.22}
.connect-h2 span{color:#C9F9D5}
.connect-desc{font-size:.97rem;color:#ffffffb8;line-height:1.72;margin:0}
.connect-expert-card{background:#ffffff12;border:1px solid #ffffff1f;border-radius:14px;padding:1.5rem;display:flex;flex-direction:row;gap:1.2rem;align-items:center}
.connect-expert-img{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid #a57fff80;flex-shrink:0}
.connect-expert-img img{width:100%;height:100%;object-fit:cover;display:block}
.connect-expert-info{display:flex;flex-direction:column;gap:.25rem}
.connect-expert-name{font-size:1rem;font-weight:700;color:#fff;margin:0}
.connect-expert-role{font-size:.8rem;color:#C9F9D5;margin:0}
.connect-expert-note{font-size:.83rem;color:#fff9;margin:0;line-height:1.5}
.connect-right{flex:1 1 50%;display:flex;flex-direction:column;gap:1rem}
.conn-step-item{display:flex;flex-direction:row;gap:1.2rem;align-items:flex-start;padding:1.3rem 1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid #ffffff14;transition:background 0.2s,border-color .2s}
.conn-step-item:hover{background:#a57fff1f;border-color:#a57fff4d}
.conn-step-num{width:36px;height:36px;border-radius:50%;background:#A57FFF;color:#fff;font-size:.85rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.conn-step-body{display:flex;flex-direction:column;gap:.3rem}
.conn-step-title{font-size:.97rem;font-weight:700;color:#fff;margin:0}
.conn-step-txt{font-size:.84rem;color:#ffffff9e;margin:0;line-height:1.55}
.connect-cta-wrap{margin-top:.5rem;display:flex;flex-direction:row;gap:1rem;align-items:center;flex-wrap:wrap}
.divider-wave{display:block;width:100%;overflow:hidden;line-height:0;background:#f7f5ff}
.divider-wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.eco-grid{grid-template-columns:1fr}
.eco-card.card-wide{grid-column:auto;flex-direction:column}
.eco-card-img{width:100%;min-width:0;height:180px}
.connect-layout{flex-direction:column;gap:2.5rem}
}
@media (max-width: 768px) {
.hero-inner{flex-direction:column;gap:2rem;text-align:center}
.hero-cta-row{justify-content:center}
.hero-img-col{align-items:center;width:100%}
.hero-img-frame{max-width:100%}
.hero-stat-strip{flex-direction:row;justify-content:space-around}
.hero-stat-item{align-items:center}
.hero-sub{max-width:100%}
.eco-grid{grid-template-columns:1fr}
.eco-img-2col{grid-template-columns:1fr}
.eco-card.card-wide{grid-column:auto;flex-direction:column;padding:1.5rem}
.eco-card-img{width:100%;min-width:0;height:160px}
.connect-layout{flex-direction:column;gap:2rem}
.hero-badge{margin:0 auto}
.sec-label{margin:0 auto .75rem}
.hero-diag-badge{left:0;bottom:-2rem}
}
@media (max-width: 480px) {
.hero-wrap{padding:3.5rem 0 3rem}
.eco-section{padding:3.5rem 0}
.connect-section{padding:3.5rem 0}
.hero-stat-strip{gap:0}
.conn-step-item{padding:1rem 1.1rem}
}
.contact-hero-box{position:relative;overflow:hidden;background:#0C2957;padding:80px 20px 60px}
.contact-hero-box .bg-circles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}
.contact-hero-box .bg-circles span{position:absolute;border-radius:50%;border:2px solid #a57fff2e}
.contact-hero-box .bg-circles span:nth-child(1){width:320px;height:320px;top:-80px;left:-60px;background:#a57fff12}
.contact-hero-box .bg-circles span:nth-child(2){width:180px;height:180px;top:20px;right:10%;background:#c9f9d50d;border-color:#c9f9d526}
.contact-hero-box .bg-circles span:nth-child(3){width:420px;height:420px;bottom:-160px;right:-100px;background:#a57fff0d}
.contact-hero-box .bg-circles span:nth-child(4){width:90px;height:90px;top:40%;left:30%;background:#c9f9d50f;border-color:#c9f9d51f}
.hero-inner-wrap{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.hero-txt-side{flex:1 1 50%}
.hero-tag-pill{display:inline-block;background:#a57fff2e;color:#C9F9D5;border:1px solid #a57fff59;border-radius:20px;font-size:.78rem;letter-spacing:.06em;padding:5px 16px;margin-bottom:22px;text-transform:uppercase}
.hero-main-head{font-size:2.6rem;font-weight:800;color:#fff;line-height:1.15;margin:0 0 18px}
.hero-main-head .accent-word{color:#A57FFF;position:relative}
.hero-main-head .accent-word::after{content:'';display:block;height:3px;background:linear-gradient(90deg,#A57FFF 0%,#a57fff00 100%);border-radius:2px;margin-top:2px}
.hero-sub-txt{color:#ffffffb8;font-size:1.05rem;line-height:1.65;margin:0 0 28px;max-width:420px}
.hero-img-side{flex:1 1 44%;position:relative}
.hero-img-layer{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 12px 40px #a57fff47 0 2px 8px #0c29574d}
.hero-img-layer img{width:100%;height:320px;object-fit:cover;display:block;border-radius:18px}
.hero-img-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#a57fff38 0%,#0c295773 100%);border-radius:18px}
.hero-img-badge{position:absolute;bottom:18px;left:18px;background:#0c2957e0;border:1px solid #a57fff59;border-radius:10px;color:#C9F9D5;font-size:.82rem;padding:8px 14px;display:flex;flex-direction:row;align-items:center;gap:8px}
.hero-img-badge .lnr{color:#A57FFF;font-size:1.1rem}
.contact-main-section{background:#f7f5ff;padding:70px 20px}
.contact-main-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:52px;align-items:flex-start}
.contact-form-box{flex:1 1 55%;background:#fff;border-radius:20px;padding:44px 40px;box-shadow:0 4px 24px #a57fff1a 0 1px 4px #0c29570f;border:1px solid #a57fff1f}
.form-section-label{font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;color:#A57FFF;margin-bottom:8px;display:block}
.form-head-title{font-size:1.7rem;font-weight:700;color:#0C2957;margin:0 0 6px;line-height:1.2}
.form-head-sub{color:#5a6a85;font-size:.96rem;margin:0 0 28px;line-height:1.55}
.contact-form-2025{display:flex;flex-direction:column;gap:18px}
.form-row-double{display:flex;flex-direction:row;gap:16px}
.form-field-wrap{display:flex;flex-direction:column;flex:1;gap:6px}
.form-field-wrap label{font-size:.85rem;font-weight:600;color:#0C2957;letter-spacing:.01em}
.form-field-wrap input,.form-field-wrap textarea{border:1.5px solid #ddd6f7;border-radius:10px;padding:12px 16px;font-size:.95rem;color:#0C2957;background:#faf9ff;transition:border-color 200ms,box-shadow 200ms;outline:none;width:100%;box-sizing:border-box}
.form-field-wrap input:focus,.form-field-wrap textarea:focus{border-color:#A57FFF;box-shadow:0 0 0 3px #a57fff24;background:#fff}
.form-field-wrap textarea{resize:vertical;min-height:120px;line-height:1.55}
.privacy-check-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.privacy-check-row input[type="checkbox"]{width:18px;height:18px;min-width:18px;accent-color:#A57FFF;margin-top:2px;cursor:pointer}
.privacy-check-row .priv-txt{font-size:.84rem;color:#5a6a85;line-height:1.5}
.privacy-check-row .priv-txt a{color:#A57FFF;text-decoration:underline}
.form-submit-butt{background:linear-gradient(135deg,#A57FFF 0%,#7c52e8 100%);color:#fff;border:none;border-radius:12px;padding:15px 36px;font-size:1rem;font-weight:700;cursor:pointer;letter-spacing:.02em;box-shadow:0 4px 16px #a57fff52;transition:transform 150ms,box-shadow 200ms,background 200ms;align-self:flex-start;position:relative;z-index:2}
.form-submit-butt:hover{transform:translateY(-2px);box-shadow:0 8px 24px #a57fff6b}
.form-submit-butt:active{transform:translateY(0)}
.contact-info-side{flex:1 1 38%;display:flex;flex-direction:column;gap:24px}
.info-card-thing{background:#fff;border-radius:16px;padding:26px;border:1px solid #a57fff1f;box-shadow:0 2px 12px #a57fff12;display:flex;flex-direction:row;align-items:flex-start;gap:18px}
.info-card-icon-box{width:46px;height:46px;min-width:46px;border-radius:12px;background:linear-gradient(135deg,#a57fff24 0%,#c9f9d52e 100%);display:flex;align-items:center;justify-content:center}
.info-card-icon-box .lnr{font-size:1.3rem;color:#A57FFF}
.info-card-txt h5{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#A57FFF;margin:0 0 4px;font-weight:700}
.info-card-txt p{font-size:.93rem;color:#0C2957;margin:0;line-height:1.55;font-weight:500}
.info-card-txt a{color:#0C2957;text-decoration:none;transition:color 150ms}
.info-card-txt a:hover{color:#A57FFF}
.about-link-nudge{background:linear-gradient(135deg,#0C2957 0%,#1a3d72 100%);border-radius:16px;padding:28px 26px;display:flex;flex-direction:column;gap:12px}
.about-link-nudge .nudge-head{font-size:1rem;font-weight:700;color:#fff;margin:0}
.about-link-nudge .nudge-sub{font-size:.87rem;color:#ffffffa6;margin:0;line-height:1.5}
.about-link-nudge .nudge-butt{display:inline-flex;align-items:center;gap:8px;background:#a57fff2e;border:1px solid #a57fff59;color:#C9F9D5;border-radius:8px;padding:9px 18px;font-size:.87rem;font-weight:600;text-decoration:none;transition:background 200ms,color 200ms;align-self:flex-start}
.about-link-nudge .nudge-butt:hover{background:#a57fff52;color:#fff}
.contact-faq-section{background:#fff;padding:70px 20px}
.faq-inner-wrap{max-width:1200px;margin:0 auto}
.faq-head-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:20px}
.faq-section-kicker{font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;color:#A57FFF;margin-bottom:8px;display:block}
.faq-main-title{font-size:1.9rem;font-weight:800;color:#0C2957;margin:0;line-height:1.2}
.faq-desc-txt{color:#5a6a85;font-size:.95rem;max-width:360px;line-height:1.6;margin:0;text-align:right}
.faq-grid-v2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.faq-item-wrap{background:#f7f5ff;border-radius:14px;border:1px solid #a57fff1f;overflow:hidden}
.faq-item-wrap input[type="checkbox"]{display:none}
.faq-item-wrap label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 22px;cursor:pointer;font-size:.97rem;font-weight:600;color:#0C2957;gap:12px;transition:background 150ms;user-select:none}
.faq-item-wrap label:hover{background:#a57fff12}
.faq-toggle-icon{width:26px;height:26px;min-width:26px;border-radius:50%;background:#a57fff21;display:flex;align-items:center;justify-content:center;transition:background 200ms,transform 300ms}
.faq-toggle-icon .lnr{font-size:.8rem;color:#A57FFF;transition:transform 300ms}
.faq-answer-box{max-height:0;overflow:hidden;transition:max-height 400ms ease,padding 300ms;padding:0 22px}
.faq-answer-box p{font-size:.91rem;color:#5a6a85;line-height:1.65;margin:0 0 18px}
.faq-item-wrap input[type="checkbox"]:checked ~ label .faq-toggle-icon{background:#a57fff38;transform:rotate(45deg)}
.faq-item-wrap input[type="checkbox"]:checked ~ .faq-answer-box{max-height:300px;padding:0 22px 18px}
.divider-wave-svg{display:block;width:100%;line-height:0;overflow:hidden}
@media (max-width: 1024px) {
.hero-inner-wrap{gap:28px}
.contact-main-inner{gap:28px}
}
@media (max-width: 768px) {
.hero-inner-wrap{flex-direction:column}
.hero-main-head{font-size:1.9rem}
.hero-img-side{width:100%}
.contact-main-inner{flex-direction:column}
.contact-form-box{padding:30px 22px}
.form-row-double{flex-direction:column}
.faq-head-row{flex-direction:column;align-items:flex-start}
.faq-desc-txt{text-align:left;max-width:100%}
.faq-grid-v2{grid-template-columns:1fr}
}
@media (max-width: 375px) {
.contact-hero-box{padding:50px 14px 40px}
.hero-main-head{font-size:1.55rem}
.contact-main-section{padding:44px 14px}
.contact-faq-section{padding:44px 14px}
.faq-main-title{font-size:1.5rem}
}
.prog-hero-box{position:relative;background:linear-gradient(135deg,#0C2957 0%,#1a3d6e 60%,#2a1f5e 100%);overflow:hidden;padding:80px 20px 100px}
.prog-hero-box .layer-geo{position:absolute;top:-60px;right:-80px;width:420px;height:420px;border-radius:50%;background:#a57fff1f;pointer-events:none}
.prog-hero-box .layer-geo-2{position:absolute;bottom:-100px;left:-60px;width:300px;height:300px;border-radius:50%;background:#c9f9d512;pointer-events:none}
.prog-hero-box .layer-diag{position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(-45deg,#a57fff08 0px,#a57fff08 1px,transparent 1px,transparent 28px);pointer-events:none}
.prog-hero-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.prog-hero-text{flex:1 1 55%;z-index:2;position:relative}
.prog-hero-text h1{font-size:2.6rem;font-weight:800;color:#fff;line-height:1.2;margin:0 0 20px}
.prog-hero-text h1 .kw-under{color:#C9F9D5;text-decoration:underline;text-decoration-color:#c9f9d580;text-underline-offset:5px}
.prog-hero-text .hero-desc{color:#ffffffd1;font-size:1.05rem;line-height:1.7;margin:0 0 32px}
.prog-hero-badge-row{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap}
.prog-hero-badge{background:#a57fff2e;border:1px solid #a57fff59;color:#C9F9D5;font-size:.82rem;padding:6px 14px;border-radius:20px;display:flex;align-items:center;gap:6px}
.prog-hero-img-box{flex:1 1 40%;position:relative;z-index:2}
.prog-hero-img-box img{width:100%;max-width:440px;height:320px;object-fit:cover;border-radius:16px;display:block;filter:saturate(1.1) brightness(0.92);box-shadow:0 8px 40px #0c295773 0 0 0 4px #a57fff2e}
.prog-hero-img-box .img-accent{position:absolute;top:-16px;right:-16px;width:80px;height:80px;background:#a57fff38;border-radius:50%;z-index:-1}
.prog-modules-wrap{background:#f7f6ff;padding:80px 20px}
.prog-modules-inner{max-width:1200px;margin:0 auto}
.prog-modules-header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:52px}
.prog-modules-header h2{font-size:2rem;color:#0C2957;font-weight:800;margin:0;line-height:1.25;max-width:520px;position:relative}
.prog-modules-header h2::after{content:'';display:block;width:56px;height:4px;background:linear-gradient(90deg,#A57FFF,#C9F9D5);border-radius:4px;margin-top:14px}
.prog-modules-sub{color:#555;font-size:.97rem;line-height:1.65;max-width:360px;text-align:right}
.prog-accordion-list{display:flex;flex-direction:column;gap:0}
.prog-acc-item{border-bottom:1px solid #0c29571a}
.prog-acc-item input[type="checkbox"]{display:none}
.prog-acc-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:22px 0;cursor:pointer;user-select:none;transition:color .2s}
.prog-acc-label:hover .acc-title{color:#A57FFF}
.acc-title-row{display:flex;flex-direction:row;align-items:center;gap:16px}
.acc-num{font-size:.78rem;font-weight:700;color:#A57FFF;background:#a57fff1a;border-radius:8px;padding:4px 10px;letter-spacing:.04em}
.acc-title{font-size:1.08rem;font-weight:700;color:#0C2957;transition:color .2s}
.acc-icon{width:28px;height:28px;border-radius:50%;background:#a57fff1f;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s,transform .25s}
.prog-acc-item input:checked ~ .prog-acc-label .acc-icon{background:#A57FFF;transform:rotate(45deg)}
.prog-acc-body{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s}
.prog-acc-item input:checked ~ .prog-acc-body{max-height:400px}
.prog-acc-body-inner{padding:0 0 24px;display:flex;flex-direction:row;gap:32px}
.prog-acc-desc{color:#444;font-size:.97rem;line-height:1.7;flex:1 1 55%}
.prog-acc-tags{display:flex;flex-direction:column;gap:8px;flex:1 1 40%}
.prog-acc-tag{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#0C2957;background:#fff;border:1px solid #a57fff38;border-radius:8px;padding:7px 12px}
.prog-acc-tag .lnr{color:#A57FFF;font-size:.9rem}
.prog-team-block{background:#fff;padding:80px 20px 90px;position:relative;overflow:hidden}
.prog-team-deco{position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#A57FFF 0%,#C9F9D5 50%,#0C2957 100%)}
.prog-team-inner{max-width:1200px;margin:0 auto}
.prog-team-inner h2{font-size:1.85rem;color:#0C2957;font-weight:800;margin:0 0 12px;text-align:center}
.prog-team-intro{text-align:center;color:#555;font-size:.97rem;line-height:1.65;max-width:560px;margin:0 auto 52px}
.prog-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.prog-team-card{background:#f7f6ff;border-radius:16px;padding:28px 24px 24px;display:flex;flex-direction:column;align-items:flex-start;gap:0;border:1px solid #a57fff21;transition:box-shadow 0.25s,transform .22s}
.prog-team-card:hover{box-shadow:0 8px 32px #a57fff2e;transform:translateY(-4px)}
.prog-card-top{display:flex;flex-direction:row;align-items:center;gap:14px;margin-bottom:16px;width:100%}
.prog-card-img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #A57FFF;flex-shrink:0}
.prog-card-name{font-size:1.05rem;font-weight:700;color:#0C2957;margin:0 0 2px}
.prog-card-role{font-size:.8rem;color:#A57FFF;font-weight:600}
.prog-card-quote{font-size:.93rem;color:#444;line-height:1.65;margin:0 0 18px;font-style:italic}
.prog-card-stat-row{display:flex;flex-direction:row;gap:12px;width:100%}
.prog-card-stat{flex:1;background:#fff;border-radius:10px;padding:10px 8px;text-align:center;border:1px solid #a57fff29}
.prog-card-stat .stat-num{font-size:1.2rem;font-weight:800;color:#A57FFF;display:block}
.prog-card-stat .stat-lbl{font-size:.7rem;color:#888;display:block}
.prog-cta-strip{background:linear-gradient(135deg,#A57FFF 0%,#0C2957 100%);border-radius:20px;margin:52px auto 0;max-width:860px;padding:48px 40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:28px}
.prog-cta-strip h3{font-size:1.55rem;color:#fff;font-weight:800;margin:0 0 8px}
.prog-cta-strip p{color:#fffc;font-size:.95rem;margin:0;line-height:1.6}
.prog-cta-btn{background:#C9F9D5;color:#0C2957;font-weight:800;font-size:1rem;border:none;border-radius:12px;padding:16px 32px;cursor:pointer;white-space:nowrap;text-decoration:none;display:inline-block;transition:background 0.2s,box-shadow 0.2s,transform .18s;box-shadow:0 4px 18px #0c295733;flex-shrink:0}
.prog-cta-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 28px #0c295747}
@media (max-width: 1024px) {
.prog-modules-header{flex-direction:column;align-items:flex-start}
.prog-modules-sub{text-align:left}
.prog-team-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.prog-hero-inner{flex-direction:column;gap:32px}
.prog-hero-text h1{font-size:1.9rem}
.prog-hero-img-box img{max-width:100%;height:230px}
.prog-acc-body-inner{flex-direction:column;gap:16px}
.prog-team-grid{grid-template-columns:1fr}
.prog-cta-strip{flex-direction:column;text-align:center;padding:36px 24px}
}
@media (max-width: 480px) {
.prog-hero-box{padding:52px 16px 70px}
.prog-modules-wrap,.prog-team-block{padding:52px 16px}
.prog-hero-text h1{font-size:1.6rem}
.prog-modules-header h2{font-size:1.5rem}
.prog-card-stat-row{flex-direction:column}
}
.succ-wrap{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8f6ff 0%,#eef8f1 50%,#f0f4ff 100%);padding:4rem 1.5rem}
.succ-wrap .geo-layer{position:absolute;inset:0;pointer-events:none;z-index:0}
.succ-wrap .geo-layer::before{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#a57fff2e 0%,#a57fff0a 70%)}
.succ-wrap .geo-layer::after{content:'';position:absolute;bottom:-60px;left:-60px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#c9f9d573 0%,#c9f9d50d 70%)}
.geo-mid-shape{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;border-radius:50%;border:1px dashed #a57fff1f;pointer-events:none;z-index:0}
.geo-mid-shape::before{content:'';position:absolute;inset:40px;border-radius:50%;border:1px dashed #0c295714}
.succ-card-box{position:relative;z-index:2;max-width:680px;width:100%;margin:0 auto;background:#ffffffe0;border-radius:24px;box-shadow:0 8px 40px #a57fff21 0 2px 12px #0c295712;padding:3.5rem 3rem 3rem;border:1px solid #a57fff26;text-align:center}
.succ-card-box .icon-ring{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#c9f9d5e6 0%,#a57fff33 100%);margin-bottom:1.75rem;box-shadow:0 4px 18px #a57fff2e inset 0 2px 6px #c9f9d566}
.succ-card-box .icon-ring .lnr{font-size:2rem;color:#0C2957}
.succ-head-top{font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#A57FFF;margin-bottom:.75rem;display:block}
.succ-h1-main{font-size:2.4rem;font-weight:800;line-height:1.18;color:#0C2957;margin:0 0 .5rem;letter-spacing:-.02em}
.succ-h1-main .accent-word{position:relative;display:inline-block;color:#A57FFF}
.succ-h1-main .accent-word::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;border-radius:2px;background:linear-gradient(90deg,#A57FFF,#C9F9D5)}
.succ-subtext{font-size:1.05rem;line-height:1.7;color:#3a4a6b;margin:1.25rem 0 2rem;max-width:520px;margin-left:auto;margin-right:auto}
.succ-divider-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 2rem}
.succ-divider-dots span{display:block;border-radius:50%;background:#a57fff40}
.succ-divider-dots span:nth-child(1),.succ-divider-dots span:nth-child(3){width:6px;height:6px}
.succ-divider-dots span:nth-child(2){width:10px;height:10px;background:#a57fff8c}
.succ-info-strips{display:flex;flex-direction:row;gap:1rem;margin:0 0 2.25rem;justify-content:center;flex-wrap:wrap}
.succ-strip-item{flex:1 1 160px;background:linear-gradient(135deg,#c9f9d573 0%,#a57fff14 100%);border-radius:14px;padding:1.1rem 1rem 1rem;border:1px solid #a57fff21;display:flex;flex-direction:column;align-items:center;gap:.4rem;min-width:140px}
.succ-strip-item .strip-icon{font-size:1.35rem;color:#A57FFF}
.succ-strip-item .strip-label{font-size:.82rem;font-weight:600;color:#0C2957;letter-spacing:.02em;text-align:center;line-height:1.35}
.succ-strip-item .strip-note{font-size:.74rem;color:#5a6a8a;text-align:center;line-height:1.4}
.succ-btn-row{display:flex;flex-direction:row;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:.5rem}
.btn-succ-primary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#A57FFF 0%,#7c4fd4 100%);color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.02em;padding:.85rem 2rem;border-radius:50px;border:none;cursor:pointer;text-decoration:none;box-shadow:0 4px 16px #a57fff59;transition:transform 200ms ease,box-shadow 200ms ease;position:relative;z-index:5}
.btn-succ-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #a57fff73;color:#fff;text-decoration:none}
.btn-succ-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#0C2957;font-size:.95rem;font-weight:600;padding:.85rem 1.75rem;border-radius:50px;border:2px solid #0c29572e;cursor:pointer;text-decoration:none;transition:border-color 200ms ease,background 200ms ease,color 200ms ease;position:relative;z-index:5}
.btn-succ-secondary:hover{border-color:#A57FFF;background:#a57fff12;color:#A57FFF;text-decoration:none}
.succ-footer-note{margin-top:2.5rem;font-size:.8rem;color:#8a9ab8;line-height:1.6}
.succ-footer-note a{color:#A57FFF;text-decoration:none;font-weight:600}
.succ-footer-note a:hover{text-decoration:underline}
.float-tag-1{position:absolute;top:12%;left:5%;background:#a57fff1f;border:1px solid #a57fff38;border-radius:50px;padding:.45rem 1.1rem;font-size:.75rem;font-weight:700;color:#A57FFF;letter-spacing:.06em;text-transform:uppercase;z-index:1;pointer-events:none}
.float-tag-2{position:absolute;bottom:14%;right:6%;background:#c9f9d599;border:1px solid #0c29571a;border-radius:50px;padding:.45rem 1.1rem;font-size:.75rem;font-weight:700;color:#0C2957;letter-spacing:.05em;text-transform:uppercase;z-index:1;pointer-events:none}
.float-tag-3{position:absolute;top:72%;left:3%;background:#0c29570f;border:1px solid #0c295717;border-radius:10px;padding:.5rem .9rem;font-size:.7rem;font-weight:600;color:#3a4a6b;z-index:1;pointer-events:none;display:flex;flex-direction:column;gap:2px}
.float-tag-3 .ft3-top{font-size:.95rem;font-weight:800;color:#0C2957}
@media (max-width: 768px) {
.succ-card-box{padding:2.5rem 1.5rem 2rem;border-radius:18px}
.succ-h1-main{font-size:1.75rem}
.succ-info-strips{flex-direction:column;align-items:stretch}
.succ-strip-item{flex-direction:row;align-items:center;text-align:left;gap:.75rem;min-width:unset}
.succ-strip-item .strip-label,.succ-strip-item .strip-note{text-align:left}
.float-tag-1,.float-tag-2,.float-tag-3{display:none}
.geo-mid-shape{width:400px;height:400px}
}
@media (max-width: 375px) {
.succ-card-box{padding:2rem 1.1rem 1.5rem}
.succ-h1-main{font-size:1.45rem}
.btn-succ-primary,.btn-succ-secondary{font-size:.85rem;padding:.75rem 1.4rem}
}