:root{--bg:#07111f;--bg2:#0b1728;--paper:#f5f7fb;--ink:#09111d;--muted:#9cacbd;--line:rgba(255,255,255,.12);--blue:#6db8ff;--cyan:#6bf1d5;--violet:#ab8cff;--radius:28px;--shadow:0 28px 90px rgba(0,0,0,.32)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:#fff;font-family:Manrope,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.scroll-progress{position:fixed;inset:0 0 auto;z-index:1000;height:3px;background:transparent}.scroll-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--cyan),var(--blue),var(--violet))}.ambient{position:fixed;border-radius:50%;filter:blur(100px);pointer-events:none;opacity:.14;z-index:-1}.ambient-one{width:520px;height:520px;background:#2269ff;right:-160px;top:10vh}.ambient-two{width:430px;height:430px;background:#18c9a0;left:-200px;top:55vh}.site-header{position:fixed;z-index:100;top:18px;left:50%;transform:translateX(-50%);width:min(1180px,calc(100% - 36px));height:66px;padding:0 18px;display:flex;align-items:center;gap:28px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(7,17,31,.72);backdrop-filter:blur(20px);transition:.3s}.site-header.scrolled{top:8px;box-shadow:0 14px 50px rgba(0,0,0,.28)}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.04em}.brand-mark{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,var(--cyan),var(--blue));color:#07111f;font-weight:800}.main-nav{display:flex;gap:24px;margin-left:auto}.main-nav a{font-size:.82rem;color:#bcc9d8;transition:.2s}.main-nav a:hover{color:white}.header-cta{font-size:.82rem;padding:11px 17px;border-radius:12px;background:white;color:var(--ink);font-weight:700}.menu-button{display:none}.section{width:min(1180px,calc(100% - 40px));margin:auto;padding:130px 0}.hero{min-height:100vh;width:min(1380px,calc(100% - 40px));display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:55px;padding-top:120px;position:relative}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#b8c8d9;display:flex;align-items:center;gap:9px}.eyebrow span{width:20px;height:1px;background:var(--cyan)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3.8rem,7vw,7.4rem);line-height:.91;letter-spacing:-.075em;margin:24px 0 28px}h1 em,h2 em{font-style:normal;background:linear-gradient(100deg,var(--cyan),var(--blue),var(--violet));background-clip:text;-webkit-background-clip:text;color:transparent}.hero-description{max-width:620px;color:#aebdcd;font-size:1.08rem;line-height:1.8}.hero-actions{display:flex;gap:12px;margin-top:34px}.button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:15px 20px;border-radius:14px;font-weight:700;font-size:.88rem;cursor:pointer;transition:.25s}.button:hover{transform:translateY(-3px)}.button.primary{background:linear-gradient(120deg,var(--cyan),var(--blue));color:#06101d;box-shadow:0 12px 38px rgba(79,176,255,.2)}.button.secondary{border:1px solid var(--line);background:rgba(255,255,255,.04)}.button.light{background:white;color:var(--ink)}.hero-proof{display:flex;gap:20px;flex-wrap:wrap;margin-top:31px;color:#7f91a6;font-size:.74rem}.hero-proof span:before{content:'✓';color:var(--cyan);margin-right:7px}.workspace-card{background:linear-gradient(145deg,#101f33,#091421);border:1px solid rgba(255,255,255,.13);border-radius:24px;box-shadow:var(--shadow);overflow:hidden;transform-style:preserve-3d}.workspace-topbar{height:52px;display:flex;align-items:center;gap:16px;padding:0 18px;border-bottom:1px solid var(--line);font-size:.68rem;color:#91a2b5}.dots{display:flex;gap:5px}.dots i{width:7px;height:7px;border-radius:50%;background:#526176}.status{margin-left:auto}.status b{display:inline-block;width:6px;height:6px;border-radius:50%;background:#63edb7;margin-right:6px;box-shadow:0 0 10px #63edb7}.workspace-body{display:grid;grid-template-columns:120px 1fr;min-height:430px}.workspace-body aside{padding:24px 13px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:8px}.workspace-body aside strong{font-size:.57rem;color:#718298;margin:0 8px 12px}.workspace-body aside a{padding:9px;border-radius:8px;font-size:.65rem;color:#8999ab}.workspace-body aside a.active{background:rgba(109,184,255,.13);color:white}.board{padding:26px}.board-head{display:flex;justify-content:space-between;align-items:end}.board-head small{color:var(--cyan);font:500 .58rem DM Mono}.board-head h3{font-size:1rem;margin:5px 0 0}.board-head>span{font-size:.62rem;color:#8798aa}.columns{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}.column{background:rgba(0,0,0,.14);border-radius:12px;padding:10px;min-height:180px}.column>p{font-size:.54rem;color:#7f90a4;letter-spacing:.1em}.column article{padding:13px;background:#13263b;border:1px solid rgba(255,255,255,.08);border-radius:10px;display:flex;flex-direction:column;gap:9px}.column article.featured{border-color:rgba(107,241,213,.4);box-shadow:0 10px 30px rgba(14,184,159,.12)}.column small{font:500 .55rem DM Mono;color:#7e91a7}.column b{font-size:.68rem;line-height:1.5}.column span{font-size:.55rem;color:#8294a8}.mentor-note{margin-top:15px;padding:12px 14px;border-radius:12px;background:rgba(171,140,255,.09);border:1px solid rgba(171,140,255,.19)}.mentor-note span{font-size:.54rem;color:#c4afff;text-transform:uppercase}.mentor-note p{font-size:.62rem;color:#aab8c7;margin:5px 0 0;line-height:1.5}.scroll-cue{position:absolute;bottom:26px;left:0;font-size:.66rem;text-transform:uppercase;letter-spacing:.15em;color:#76899e;display:flex;align-items:center;gap:10px}.scroll-cue span{width:28px;height:42px;border:1px solid #52657a;border-radius:20px;position:relative}.scroll-cue span:after{content:'';position:absolute;width:3px;height:7px;background:#7da8d6;left:12px;top:9px;border-radius:4px;animation:scroll 1.8s infinite}@keyframes scroll{50%{transform:translateY(12px);opacity:.3}}.section-label{font:500 .7rem DM Mono;color:#6f8298;letter-spacing:.13em;text-transform:uppercase;margin-bottom:54px}.statement{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end}.statement h2,.split-heading h2,.audience-wrap h2,.curriculum-panel h2,.cohort-copy h2{font-size:clamp(2.7rem,5vw,5.2rem);letter-spacing:-.06em;line-height:1.03;margin-bottom:0}.statement p,.split-heading p{color:#9dafc1;line-height:1.9;max-width:530px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:75px}.glass-card{padding:30px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));transition:.3s}.glass-card:hover{transform:translateY(-8px);border-color:rgba(109,184,255,.35)}.glass-card>span{font:500 .65rem DM Mono;color:var(--cyan)}.glass-card h3{margin:50px 0 12px;font-size:1.25rem}.glass-card p{color:#91a2b5;line-height:1.7;font-size:.9rem}.agile-section{width:100%;max-width:none;padding-left:max(20px,calc((100% - 1180px)/2));padding-right:max(20px,calc((100% - 1180px)/2));background:#f4f6fa;color:var(--ink)}.split-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end}.agile-section .section-label{color:#6c7480}.agile-section .split-heading p{color:#687482}.agile-showcase{display:grid;grid-template-columns:1fr .85fr;gap:65px;margin-top:80px;align-items:start}.story-card{background:white;border-radius:26px;padding:30px;box-shadow:0 25px 80px rgba(18,40,70,.1);position:sticky;top:110px}.story-header{display:flex;align-items:center;gap:12px;font:500 .65rem DM Mono;color:#687789}.story-header span{background:#e7f4ff;color:#236a9e;padding:6px 8px;border-radius:7px}.story-header i{margin-left:auto;font-style:normal}.story-card h3{font-size:1.8rem;letter-spacing:-.04em;margin:30px 0 14px}.story-card>p{color:#647181;line-height:1.7}.acceptance{margin-top:28px;border-top:1px solid #e7ebf0;padding-top:22px;display:flex;flex-direction:column;gap:14px}.acceptance small{font:500 .63rem DM Mono;color:#738090}.acceptance label{font-size:.82rem;color:#4e5b69}.acceptance input{accent-color:#0ca885}.story-footer{display:flex;justify-content:space-between;margin-top:30px;padding-top:18px;border-top:1px solid #edf0f4;font-size:.66rem;color:#718091}.journey{position:relative}.journey:before{content:'';position:absolute;width:1px;background:#d1d8e2;left:24px;top:30px;bottom:30px}.journey-step{display:grid;grid-template-columns:50px 1fr;gap:22px;padding:24px 0;position:relative}.journey-step b{width:49px;height:49px;border-radius:50%;background:white;border:1px solid #dce2e9;display:grid;place-items:center;font:500 .65rem DM Mono;z-index:1}.journey-step h3{font-size:1.3rem;margin:2px 0 7px}.journey-step p{color:#65717f;font-size:.88rem;line-height:1.65}.curriculum-section{padding-top:100px;padding-bottom:100px}.curriculum-panel{min-height:500px;border-radius:35px;padding:70px;display:grid;grid-template-columns:1fr .7fr;align-items:center;overflow:hidden;position:relative;background:linear-gradient(135deg,#256be8,#6d54e9 58%,#9a54e2)}.curriculum-panel:before{content:'';position:absolute;width:500px;height:500px;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-100px;top:-160px}.curriculum-panel>div:first-child{position:relative;z-index:2}.curriculum-panel h2{max-width:700px}.curriculum-panel h2 em{background:none;color:white}.curriculum-panel p:not(.eyebrow){color:#e2e9ff;line-height:1.8;max-width:650px;margin:24px 0 30px}.pdf-preview{height:340px;position:relative}.pdf-sheet{position:absolute;width:235px;height:310px;border-radius:13px;right:55px;top:10px;box-shadow:0 25px 60px rgba(20,19,67,.25)}.pdf-sheet.back{background:#8ea6ff;transform:rotate(12deg) translate(35px,8px)}.pdf-sheet.middle{background:#c7d4ff;transform:rotate(5deg) translate(15px,3px)}.pdf-sheet.front{background:white;color:var(--ink);padding:28px;transform:rotate(-4deg);display:flex;flex-direction:column}.pdf-sheet.front>span{font-size:.58rem;letter-spacing:.16em;color:#4c6ede}.pdf-sheet.front h3{margin-top:60px;font-size:1.55rem;letter-spacing:-.04em}.pdf-sheet.front p{color:#667382!important;font-size:.72rem}.pdf-sheet.front small{margin-top:auto;background:#e95067;color:white;width:max-content;padding:6px 8px;border-radius:6px;font-weight:700}.knowledge-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:70px}.knowledge-card{min-height:440px;padding:40px;border-radius:28px;border:1px solid var(--line);display:flex;flex-direction:column;position:relative;overflow:hidden;transition:.35s}.knowledge-card:after{content:'';position:absolute;width:270px;height:270px;border-radius:50%;filter:blur(80px);opacity:.15;right:-80px;bottom:-80px}.knowledge-card.tips:after{background:var(--cyan)}.knowledge-card.interview:after{background:var(--violet)}.knowledge-card:hover{transform:translateY(-8px);border-color:rgba(255,255,255,.28)}.card-icon{font:500 1rem DM Mono;width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:rgba(255,255,255,.08);margin-bottom:55px}.knowledge-card>span{font-size:.7rem;text-transform:uppercase;letter-spacing:.13em;color:#8195aa}.knowledge-card h3{font-size:1.75rem;letter-spacing:-.04em;line-height:1.25;margin:13px 0}.knowledge-card p{color:#91a3b6;line-height:1.75;font-size:.9rem}.knowledge-card b{margin-top:auto;font-size:.8rem;color:#d9e8f8}.audience-section{padding-top:80px}.audience-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.audience-list{display:flex;flex-wrap:wrap;gap:10px}.audience-list span{padding:14px 17px;border:1px solid var(--line);border-radius:100px;color:#aab9c8;font-size:.83rem}.cohort-section{width:100%;max-width:none;padding:120px max(20px,calc((100% - 1180px)/2));background:linear-gradient(180deg,#07111f,#040a12)}.cohort-panel{display:grid;grid-template-columns:1.05fr .75fr;gap:80px;align-items:center}.cohort-copy>p:not(.eyebrow){max-width:600px;color:#9aacbf;line-height:1.8;margin:26px 0}.cohort-points{display:flex;flex-direction:column;gap:10px;color:#bbcad8;font-size:.82rem}.cohort-points span:before{content:'✦';color:var(--cyan);margin-right:10px}.interest-form{background:white;color:var(--ink);padding:34px;border-radius:25px;box-shadow:var(--shadow)}.interest-form h3{font-size:1.35rem;margin-bottom:25px}.interest-form label{display:block;font-size:.7rem;font-weight:700;color:#52606f;margin:15px 0}.interest-form input,.interest-form select,.interest-form textarea{width:100%;margin-top:7px;padding:13px 14px;border:1px solid #dce2e8;border-radius:10px;background:#f8fafc;outline:0}.interest-form input:focus,.interest-form select:focus,.interest-form textarea:focus{border-color:#6dafff;box-shadow:0 0 0 3px rgba(109,175,255,.12)}.button.full{width:100%;margin-top:7px}.form-note{font-size:.65rem!important;color:#8190a0!important;text-align:center;margin:12px 0 0!important}.form-note.success{color:#158464!important}footer{padding:55px max(20px,calc((100% - 1180px)/2));border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:30px;color:#73869a;font-size:.72rem}.footer-brand{display:flex;gap:12px;align-items:center}.footer-brand strong{color:white;font-size:1rem}.footer-brand p{margin:3px 0 0}.footer-links{display:flex;gap:20px}.disclaimer{grid-column:1/-1;max-width:800px;line-height:1.6;margin-bottom:0}.va-button{position:fixed;z-index:80;right:22px;bottom:22px;border:1px solid rgba(255,255,255,.15);background:rgba(15,30,49,.88);backdrop-filter:blur(15px);color:white;border-radius:100px;padding:10px 16px 10px 10px;display:flex;gap:9px;align-items:center;box-shadow:0 15px 45px rgba(0,0,0,.32);cursor:pointer}.va-button span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--cyan),var(--blue));color:#07111f}.va-button b{font-size:.72rem}.reveal{opacity:0;transform:translateY(34px);filter:blur(8px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.75,.2,1),filter .8s}.reveal.visible{opacity:1;transform:none;filter:none}
@media(max-width:900px){.site-header{width:calc(100% - 20px)}.main-nav,.header-cta{display:none}.menu-button{display:block;margin-left:auto;background:transparent;border:0;color:white}.main-nav.open{display:flex;position:absolute;top:76px;left:0;right:0;padding:20px;flex-direction:column;background:#0d1b2b;border:1px solid var(--line);border-radius:16px}.hero{grid-template-columns:1fr;padding-top:150px}.hero-visual{margin-top:10px}.scroll-cue{display:none}.statement,.split-heading,.agile-showcase,.curriculum-panel,.audience-wrap,.cohort-panel{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr}.story-card{position:relative;top:auto}.curriculum-panel{padding:45px}.pdf-preview{display:none}.knowledge-grid{grid-template-columns:1fr}.cohort-panel{gap:45px}footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}.workspace-body{grid-template-columns:90px 1fr}.columns{grid-template-columns:1fr}.column{min-height:auto}.column:nth-child(n+2){display:none}}
@media(max-width:560px){.section{width:calc(100% - 28px);padding:92px 0}.hero{width:calc(100% - 28px);padding-top:130px}.hero h1{font-size:3.6rem}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.hero-proof{flex-direction:column;gap:8px}.workspace-body aside{display:none}.workspace-body{grid-template-columns:1fr}.board{padding:20px}.statement{gap:25px}.statement h2,.split-heading h2,.audience-wrap h2,.curriculum-panel h2,.cohort-copy h2{font-size:2.7rem}.agile-section,.cohort-section{padding-left:14px;padding-right:14px}.curriculum-panel{padding:32px 24px;border-radius:25px}.knowledge-card{min-height:390px;padding:28px}.interest-form{padding:25px}.va-button b{display:none}.footer-links{flex-direction:column;gap:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none;filter:none}}

/* Premium navigation, knowledge and interview experience */
.top-veil{position:fixed;inset:0 0 auto;height:155px;z-index:75;pointer-events:none;background:linear-gradient(180deg,rgba(4,10,18,.96) 0%,rgba(4,10,18,.76) 42%,rgba(4,10,18,.24) 75%,transparent 100%);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);mask-image:linear-gradient(#000 0 68%,transparent 100%);-webkit-mask-image:linear-gradient(#000 0 68%,transparent 100%)}
.site-header{z-index:90;background:rgba(8,18,31,.58);backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);box-shadow:0 1px 0 rgba(255,255,255,.05),0 18px 50px rgba(0,0,0,.12);transition:width .35s ease,top .35s ease,background .35s ease,box-shadow .35s ease}
.site-header.scrolled{background:rgba(7,16,28,.84);box-shadow:0 1px 0 rgba(255,255,255,.09),0 22px 60px rgba(0,0,0,.28)}
.home-page main{isolation:isolate}.hero{padding-bottom:150px}.hero-visual{padding-bottom:36px}
.va-button{width:54px;max-width:54px;height:54px;padding:9px;overflow:hidden;white-space:nowrap;transition:max-width .35s cubic-bezier(.2,.8,.2,1),width .35s cubic-bezier(.2,.8,.2,1),transform .35s ease,bottom .35s ease,background .25s ease}
.va-button span{min-width:36px;width:36px;height:36px}.va-button b{opacity:0;transform:translateX(8px);transition:.25s ease}.va-button:hover,.va-button:focus-visible{width:190px;max-width:190px;padding-right:18px}.va-button:hover b,.va-button:focus-visible b{opacity:1;transform:none}.va-button.near-footer{transform:translateY(-125px)}
.footer-location{display:flex;gap:14px;align-items:flex-start;max-width:460px}.footer-location .location-pin{width:38px;height:38px;border-radius:12px;background:rgba(99,226,209,.1);border:1px solid rgba(99,226,209,.2);display:grid;place-items:center;color:var(--cyan);font-size:1.1rem;flex:0 0 auto}.footer-location strong{color:#eaf4ff;font-size:.82rem}.footer-location p{line-height:1.7;margin:6px 0;color:#8395a8}.footer-location a{color:var(--cyan);font-weight:700}footer{grid-template-columns:.9fr 1.2fr auto}.footer-links{justify-content:flex-end}
.subpage{background:radial-gradient(circle at 82% 12%,rgba(48,88,220,.14),transparent 30%),var(--bg)}.subpage-header{justify-content:space-between}.home-return{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.12);border-radius:100px;padding:10px 15px 10px 11px;background:rgba(255,255,255,.05);transition:.25s ease}.home-return span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:white;color:#081321;font-size:1rem}.home-return b{font-size:.76rem}.home-return:hover{transform:translateX(-3px);background:rgba(255,255,255,.1)}
.page-shell{min-height:100vh;padding:175px max(24px,calc((100% - 1180px)/2)) 120px}.page-hero{max-width:1050px}.page-hero h1,.article-hero h1,.interview-topic-hero h1{font-size:clamp(3.6rem,7.2vw,7.3rem);line-height:.92;letter-spacing:-.075em;margin:26px 0}.page-hero h1 em,.interview-topic-hero h1 em{font-style:normal;background:linear-gradient(90deg,var(--cyan),var(--blue),var(--violet));-webkit-background-clip:text;color:transparent}.premium-grid{display:grid;gap:18px;margin-top:72px}.article-grid{grid-template-columns:repeat(3,1fr)}.premium-card{position:relative;border:1px solid rgba(255,255,255,.11);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));border-radius:24px;overflow:hidden;transition:transform .3s ease,border-color .3s ease,background .3s ease}.premium-card:before{content:'';position:absolute;inset:-1px;background:radial-gradient(500px circle at var(--mx,50%) var(--my,0%),rgba(99,226,209,.12),transparent 42%);opacity:0;transition:.3s;pointer-events:none}.premium-card:hover{transform:translateY(-7px);border-color:rgba(111,189,255,.34);background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.026))}.premium-card:hover:before{opacity:1}.article{min-height:330px;padding:30px;display:flex;flex-direction:column}.article small,.topic small{font:500 .62rem DM Mono;color:var(--cyan);letter-spacing:.1em}.article h2{font-size:1.35rem;line-height:1.3;margin:55px 0 14px;letter-spacing:-.035em}.article p{color:#91a5b9;line-height:1.75;font-size:.85rem}.article>span{margin-top:auto;color:#e6f4ff;font-weight:700;font-size:.78rem}.topic-list{grid-template-columns:repeat(2,1fr)}.topic{padding:28px 30px;min-height:165px;display:flex;justify-content:space-between;align-items:center}.topic b{display:block;font-size:1.35rem;margin:13px 0 7px}.topic p{color:#899db2;font-size:.8rem}.topic>span{width:42px;height:42px;border-radius:50%;background:rgba(99,226,209,.1);display:grid;place-items:center;color:var(--cyan)}
.article-shell,.interview-shell{padding:165px max(24px,calc((100% - 1030px)/2)) 120px}.article-hero{max-width:980px;padding-bottom:70px;border-bottom:1px solid var(--line)}.breadcrumb{display:inline-flex;align-items:center;color:#9cb0c5;font-size:.78rem;font-weight:700;margin-bottom:48px}.article-hero>small,.interview-topic-hero>small{font:500 .65rem DM Mono;color:var(--cyan);text-transform:uppercase;letter-spacing:.12em}.article-hero p,.interview-topic-hero p{font-size:1.1rem;line-height:1.8;color:#9db0c3;max-width:750px}.article-body{padding-top:45px}.article-section{display:grid;grid-template-columns:80px 1fr;gap:20px;padding:45px 0;border-bottom:1px solid var(--line)}.section-number{font:500 .66rem DM Mono;color:#61768b;padding-top:8px}.article-section h2{font-size:2rem;letter-spacing:-.045em;margin-bottom:15px}.article-section p{color:#9aadc0;line-height:1.9;max-width:790px}.code-window{margin-top:30px;border:1px solid rgba(255,255,255,.14);border-radius:18px;overflow:hidden;background:#050b13;box-shadow:0 28px 70px rgba(0,0,0,.35)}.code-toolbar{height:49px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#152131,#0d1724)}.traffic{display:flex;gap:7px}.traffic i{width:11px;height:11px;border-radius:50%;background:#ff605c}.traffic i:nth-child(2){background:#ffbd44}.traffic i:nth-child(3){background:#00ca4e}.code-toolbar b{font:400 .64rem DM Mono;color:#8396aa;margin-left:17px}.copy-code{margin-left:auto;border:0;background:rgba(255,255,255,.07);color:#b9cada;border-radius:7px;padding:6px 10px;font:500 .61rem DM Mono;cursor:pointer}.code-window pre{margin:0;padding:25px;overflow:auto}.code-window code{font:400 .78rem/1.8 DM Mono;color:#d6e6f5;white-space:pre}.takeaway{margin-top:55px;padding:32px;border-radius:20px;background:linear-gradient(135deg,rgba(84,213,202,.12),rgba(91,107,255,.1));border:1px solid rgba(99,226,209,.16)}.takeaway small{font:500 .61rem DM Mono;color:var(--cyan)}.takeaway p{font-size:1.08rem;line-height:1.75;margin-top:12px}.interview-topic-hero{padding-bottom:65px}.qa-list{display:grid;gap:14px}.qa-card{border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.025);overflow:hidden}.qa-card summary{list-style:none;display:grid;grid-template-columns:55px 1fr 35px;gap:15px;align-items:center;padding:27px;cursor:pointer}.qa-card summary::-webkit-details-marker{display:none}.qa-card summary span{font:500 .65rem DM Mono;color:var(--cyan)}.qa-card summary h2{font-size:1.06rem;line-height:1.5}.qa-card summary i{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.07);font-style:normal;transition:.25s}.qa-card[open] summary i{transform:rotate(45deg);background:var(--cyan);color:#06111e}.answer{padding:0 27px 30px 97px}.answer small{font:500 .6rem DM Mono;color:#7590aa}.answer p{color:#a7bacb;line-height:1.85;margin-top:10px}.article-loading,.empty-state{padding:160px 0;text-align:center;color:#8da1b4}
@media(max-width:900px){footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.article-grid,.topic-list{grid-template-columns:1fr}.top-veil{height:130px}.article-section{grid-template-columns:1fr}.section-number{padding:0}.answer{padding-left:27px}}
@media(max-width:560px){.page-shell,.article-shell,.interview-shell{padding:135px 18px 80px}.page-hero h1,.article-hero h1,.interview-topic-hero h1{font-size:3.35rem}.home-return b{display:none}.home-return{padding:7px}.article h2{margin-top:40px}.qa-card summary{grid-template-columns:35px 1fr 31px;padding:20px}.code-window pre{padding:18px}.va-button{right:14px;bottom:14px}.va-button.near-footer{transform:translateY(-90px)}}


/* RestartNow refinement v3 */
.top-veil{display:none!important}.nav-separator{position:fixed;z-index:82;top:92px;left:50%;width:min(1120px,calc(100% - 72px));height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(125,202,255,.28) 20%,rgba(110,241,213,.55) 50%,rgba(125,202,255,.28) 80%,transparent);opacity:.52;pointer-events:none;transition:.25s}.site-header.scrolled~.nav-separator{opacity:.8}
.site-header,.site-header.scrolled{backdrop-filter:blur(8px) saturate(120%);-webkit-backdrop-filter:blur(8px) saturate(120%);background:rgba(7,17,31,.94);box-shadow:0 10px 30px rgba(0,0,0,.16)}
.agile-section{background:linear-gradient(145deg,#0b1728 0%,#101d31 52%,#0c1930 100%);color:#fff;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.agile-section .section-label{color:#71859a}.agile-section .split-heading p{color:#9bafc2}.story-card{background:linear-gradient(145deg,#122238,#0b1727);color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 28px 75px rgba(0,0,0,.28)}.story-header{color:#8295a9}.story-header span{background:rgba(109,184,255,.12);color:#84c8ff}.story-card>p,.journey-step p{color:#91a6ba}.acceptance,.story-footer{border-color:rgba(255,255,255,.09)}.acceptance small{color:#8095aa}.acceptance label{color:#aab9c8}.journey:before{background:rgba(255,255,255,.14)}.journey-step b{background:#112239;border-color:rgba(255,255,255,.13);color:var(--cyan)}
.subpage-header{justify-content:space-between}.subpage-header .home-return{order:1}.subpage-header .brand{order:2;margin-left:auto}.home-return{padding:8px 14px 8px 8px;background:transparent;border-color:rgba(255,255,255,.1)}.home-return span{width:34px;height:34px;background:rgba(255,255,255,.09);color:white}.home-return:hover{background:rgba(255,255,255,.055);transform:none}.home-return:hover span{transform:translateX(-2px)}
.article-meta-row{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:48px}.article-meta-row .breadcrumb{margin:0}.reading-meta{display:flex;align-items:center;gap:12px;font:500 .64rem DM Mono;color:var(--cyan);letter-spacing:.12em;text-transform:uppercase}.reading-meta i{width:3px;height:3px;border-radius:50%;background:currentColor}.article-hero>small{display:none}
.takeaway{display:grid;grid-template-columns:46px 1fr;gap:18px;align-items:start;padding:28px 30px;background:linear-gradient(135deg,rgba(83,203,194,.085),rgba(85,111,223,.07));border:1px solid rgba(108,224,209,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}.takeaway-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(107,241,213,.18),rgba(109,184,255,.18));border:1px solid rgba(107,241,213,.18);color:var(--cyan)}.takeaway small{display:inline-block;color:#9db3c8;letter-spacing:.08em;text-transform:uppercase}.takeaway p{margin:8px 0 0;font-size:1rem;color:#e6f1fb}
.compact-footer{width:min(1180px,calc(100% - 40px));margin:80px auto 22px;padding:0;display:block;border:0;background:none}.footer-card{display:grid;grid-template-columns:1fr .95fr;gap:70px;padding:40px 44px;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:linear-gradient(145deg,rgba(15,31,50,.92),rgba(8,19,33,.96));box-shadow:0 25px 70px rgba(0,0,0,.22)}.footer-identity p{max-width:420px;color:#879bad;line-height:1.7;margin:14px 0 23px}.footer-brand-link{width:max-content}.social-links{display:flex;gap:9px}.social-links a{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035);transition:.22s}.social-links a:hover{transform:translateY(-3px);border-color:rgba(107,241,213,.32);background:rgba(107,241,213,.07)}.social-links svg{width:18px;height:18px;fill:#b7c8d8}.footer-contact{border-left:1px solid rgba(255,255,255,.09);padding-left:55px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.contact-kicker{font:500 .62rem DM Mono;color:#7f94a8;letter-spacing:.1em;text-transform:uppercase}.contact-number{font-size:clamp(1.8rem,3vw,2.7rem);font-weight:800;letter-spacing:-.055em;margin:8px 0 20px}.contact-actions{display:flex;gap:10px}.contact-button{display:inline-flex;align-items:center;gap:9px;padding:11px 15px;border-radius:12px;font-size:.78rem;font-weight:750;border:1px solid rgba(255,255,255,.1)}.contact-button svg{width:17px;height:17px;fill:currentColor}.contact-button.call{background:white;color:#081321}.contact-button.whatsapp{background:rgba(53,215,113,.11);color:#71e69e;border-color:rgba(75,224,127,.2)}.address-link{margin-top:18px;color:#8398aa;font-size:.75rem}.address-link:hover{color:var(--cyan)}.footer-legal{display:flex;justify-content:space-between;padding:17px 8px 0;color:#64788b;font-size:.67rem}.compact-footer+.va-button.near-footer{transform:translateY(-76px)}
.header-cta{min-width:112px;text-align:center}.header-cta:hover{transform:translateY(-2px)}
@media(max-width:900px){.nav-separator{top:84px;width:calc(100% - 44px)}.footer-card{grid-template-columns:1fr;gap:34px;padding:32px}.footer-contact{border-left:0;border-top:1px solid rgba(255,255,255,.09);padding:30px 0 0}.article-meta-row{align-items:flex-start}.reading-meta{padding-top:3px}}
@media(max-width:560px){.article-meta-row{flex-direction:column;gap:15px;margin-bottom:36px}.reading-meta{font-size:.56rem}.takeaway{grid-template-columns:1fr;padding:24px}.footer-card{padding:25px 22px}.contact-actions{width:100%;flex-direction:column}.contact-button{justify-content:center}.footer-legal{flex-direction:column;gap:6px}.subpage-header .brand span:last-child{display:none}.nav-separator{top:79px}.agile-section{padding-top:92px;padding-bottom:92px}}

/* RestartNow polished experience v4 */
.nav-separator,.top-veil{display:none!important}
.site-header,.site-header.scrolled{
  background:rgba(7,17,31,.86);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  border-color:rgba(255,255,255,.09);
  box-shadow:0 12px 34px rgba(0,0,0,.16);
}
.site-header:after{display:none!important}
body{
  background:
    radial-gradient(circle at 82% 18%,rgba(55,105,210,.10),transparent 32%),
    radial-gradient(circle at 8% 70%,rgba(53,210,190,.07),transparent 30%),
    #07111f;
}
body:before,body:after{
  content:"";position:fixed;z-index:-2;pointer-events:none;border-radius:50%;filter:blur(110px);opacity:.16;
  animation:ambientDrift 16s ease-in-out infinite alternate;
}
body:before{width:460px;height:460px;background:#316fff;right:-180px;top:12vh}
body:after{width:380px;height:380px;background:#22cdb3;left:-180px;top:58vh;animation-delay:-7s}
@keyframes ambientDrift{from{transform:translate3d(0,-12px,0) scale(.96)}to{transform:translate3d(20px,22px,0) scale(1.08)}}

h1,h2{font-weight:600}
h3,.brand,.header-cta,.button,.contact-number{font-weight:650}
.hero-description,.statement p,.split-heading p,.glass-card p,.article p,.article-section p,.answer p{font-weight:400}

/* Minimal subpage navigation */
.subpage-backbar{
  position:fixed;z-index:100;top:22px;left:max(22px,calc((100% - 1180px)/2));
  width:auto;height:auto;background:transparent;border:0;box-shadow:none;
}
.back-control{
  display:inline-flex;align-items:center;gap:9px;padding:7px 13px 7px 7px;
  border:1px solid rgba(255,255,255,.11);border-radius:999px;
  background:rgba(10,23,39,.82);color:#dce7f1;font-size:.78rem;font-weight:600;
  box-shadow:0 10px 28px rgba(0,0,0,.14);transition:.22s ease;
}
.back-control span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.07);font-size:1.5rem;line-height:1;font-weight:400}
.back-control:hover{background:rgba(15,32,52,.94);border-color:rgba(107,241,213,.28);transform:translateY(-1px)}
.back-control:hover span{background:rgba(107,241,213,.12);color:var(--cyan)}
.article-shell,.interview-shell,.page-shell{padding-top:145px}

/* Cleaner controls without decorative arrows */
.button{gap:10px}.button span{display:none}
.knowledge-card b,.article>span{display:inline-flex;align-items:center;gap:9px}
.knowledge-card b:after,.article>span:after{content:"";width:6px;height:6px;border-radius:50%;background:var(--cyan);opacity:.75;transition:.2s}
.knowledge-card:hover b:after,.article:hover>span:after{transform:scale(1.5);box-shadow:0 0 12px rgba(107,241,213,.55)}
.topic>span{width:9px;height:9px;border:0;background:var(--cyan);box-shadow:0 0 18px rgba(107,241,213,.35);font-size:0}
.address-link span{display:none}

/* Softer footer typography and full legal statement */
.footer-legal{align-items:flex-start;gap:22px}
.footer-legal span:last-child{max-width:680px;text-align:right;line-height:1.55}
.contact-number{font-weight:600}

@media(max-width:560px){
  .subpage-backbar{top:14px;left:14px}.back-control b{display:none}.back-control{padding:6px}
  .article-shell,.interview-shell,.page-shell{padding-top:110px}
  .footer-legal span:last-child{text-align:left}
}
@media(prefers-reduced-motion:reduce){body:before,body:after{animation:none}}

/* RestartNow premium refinements v5 */
.site-header::before{
  content:"";
  position:absolute;
  left:-1px;right:-1px;top:100%;height:28px;
  pointer-events:none;
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
  background:linear-gradient(to bottom,rgba(7,17,31,.42),rgba(7,17,31,.12) 45%,transparent);
  mask-image:linear-gradient(to bottom,#000,transparent);
  -webkit-mask-image:linear-gradient(to bottom,#000,transparent);
  opacity:0;transition:opacity .25s ease;
}
.site-header.scrolled::before{opacity:1}

.hero{min-height:100svh;padding-top:108px;padding-bottom:38px;align-content:center}
.hero-copy{align-self:center}
.hero h1{font-size:clamp(3.65rem,6.45vw,6.75rem);margin:19px 0 22px}
.hero-description{font-size:1rem;line-height:1.72;margin-bottom:0}
.hero-actions{margin-top:25px}
.hero-proof{margin-top:22px;gap:15px 24px;color:#91a4b7;font-size:.76rem}
.hero-proof span{white-space:nowrap}
.hero-proof span:before{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:rgba(107,241,213,.09);font-size:.7rem}
.curriculum-cta{padding-inline:18px;background:rgba(255,255,255,.055)}

.hero h1 .word{display:inline-block;opacity:0;transform:translateY(20px);filter:blur(7px);transition:opacity .36s ease,transform .44s cubic-bezier(.2,.75,.2,1),filter .4s ease}
.hero h1 .word.word-visible{opacity:1;transform:none;filter:none}
.hero h1 br{display:block}

.footer-contact-title{font-size:clamp(1.45rem,2.15vw,2rem);font-weight:560;letter-spacing:-.04em;margin:11px 0 8px}
.footer-contact-copy{font-size:.82rem;line-height:1.65;color:#8398aa;max-width:360px;margin:0 0 20px}
.contact-number{display:none!important}
.contact-button.whatsapp{padding:12px 18px;background:linear-gradient(135deg,rgba(42,190,105,.18),rgba(31,151,85,.12));border-color:rgba(80,226,137,.3);color:#78eda7}
.whatsapp-glyph{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#36c976;color:#071a10;box-shadow:0 0 0 4px rgba(54,201,118,.1)}
.whatsapp-glyph svg{width:15px!important;height:15px!important;fill:white!important}
.footer-legal{display:grid;grid-template-columns:auto auto 1fr;align-items:center}
.back-to-top{justify-self:center;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(255,255,255,.09);border-radius:999px;color:#9db0c2;transition:.2s}
.back-to-top span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06);color:var(--cyan)}
.back-to-top:hover{color:white;border-color:rgba(107,241,213,.28);transform:translateY(-2px)}

.va-button{animation:assistantBreath 2.6s ease-in-out infinite;transform-origin:center}
.va-button:hover{animation-play-state:paused;transform:scale(1.07)}
@keyframes assistantBreath{0%,100%{transform:scale(1)}50%{transform:scale(1.075)}}
.va-button.near-footer{animation:assistantBreathFooter 2.6s ease-in-out infinite}
@keyframes assistantBreathFooter{0%,100%{transform:translateY(-76px) scale(1)}50%{transform:translateY(-76px) scale(1.075)}}

@media(max-width:1100px){
  .hero{grid-template-columns:.9fr 1.1fr;gap:32px}
  .hero h1{font-size:clamp(3.35rem,6vw,5.6rem)}
  .workspace-body{min-height:390px}
}
@media(max-width:900px){
  .hero{padding-top:112px;display:block;min-height:auto}
  .hero-visual{margin-top:50px}
  .hero-proof{margin-bottom:16px}
  .footer-legal{grid-template-columns:1fr;gap:11px}
  .back-to-top{justify-self:start;grid-row:2}
}
@media(max-width:560px){
  .site-header::before{height:18px}
  .hero{padding-top:104px}
  .hero h1{font-size:clamp(3.25rem,16vw,4.7rem)}
  .hero-proof{display:grid;grid-template-columns:1fr;gap:11px}
  .contact-actions{flex-direction:row}
  .contact-button{flex:1}
  .footer-legal{padding-inline:2px}
}
@media(prefers-reduced-motion:reduce){.hero h1 .word{opacity:1;transform:none;filter:none}.va-button,.va-button.near-footer{animation:none}}


/* RestartNow precision refinements v6 */
::selection{
  background:rgba(107,241,213,.78);
  color:#06111f;
  -webkit-text-fill-color:#06111f;
  text-shadow:none;
}
::-moz-selection{background:rgba(107,241,213,.78);color:#06111f;text-shadow:none}
.hero h1 em::selection,.hero h1 .word::selection{
  background:rgba(107,241,213,.82);
  color:#06111f;
  -webkit-text-fill-color:#06111f;
}

.site-header{
  background:rgba(6,15,28,.965);
  -webkit-backdrop-filter:blur(34px) saturate(145%);
  backdrop-filter:blur(34px) saturate(145%);
  box-shadow:0 18px 48px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.055);
  overflow:hidden;
}
.site-header::before{display:none!important}
.site-header.scrolled{
  background:rgba(6,15,28,.985);
  box-shadow:0 20px 55px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.06);
}
.main-nav a{
  position:relative;
  padding:11px 13px;
  border-radius:12px;
  transition:color .28s ease,transform .28s cubic-bezier(.2,.8,.2,1),background .28s ease;
}
.main-nav a::before{
  content:"";position:absolute;inset:5px;border-radius:9px;
  background:linear-gradient(135deg,rgba(107,241,213,.1),rgba(128,121,255,.08));
  opacity:0;transform:scale(.84);transition:opacity .28s ease,transform .28s cubic-bezier(.2,.8,.2,1);z-index:-1;
}
.main-nav a::after{
  content:"";position:absolute;left:50%;right:50%;bottom:3px;height:1px;
  background:linear-gradient(90deg,var(--cyan),#81a2ff);transition:left .3s ease,right .3s ease;box-shadow:0 0 12px rgba(107,241,213,.5)
}
.main-nav a:hover{color:#fff;transform:translateY(-2px)}
.main-nav a:hover::before{opacity:1;transform:scale(1)}
.main-nav a:hover::after{left:14px;right:14px}
.header-cta{transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,background .28s ease}
.header-cta:hover{transform:translateY(-2px) scale(1.025);box-shadow:0 12px 28px rgba(107,241,213,.16)}

.hero{
  min-height:100svh;
  padding-bottom:72px;
}
.hero-actions{margin-bottom:0}
.hero-proof{display:none!important}

.scroll-cue{
  position:absolute;left:50%;bottom:24px;transform:translateX(-50%);
  width:46px;height:46px;padding:0;border-radius:50%;display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.18);background:rgba(8,21,37,.72);
  color:#bcd0df;box-shadow:0 12px 36px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.06);
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .28s ease,visibility .28s ease,transform .28s ease,border-color .28s ease;
  z-index:5;
}
.scroll-cue.is-visible{opacity:1;visibility:visible;pointer-events:auto;animation:cueFloat 2.2s ease-in-out infinite}
.scroll-cue svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.scroll-cue:hover{border-color:rgba(107,241,213,.5);color:var(--cyan);transform:translateX(-50%) scale(1.08)}
@keyframes cueFloat{0%,100%{translate:0 0}50%{translate:0 5px}}

.subpage-backbar{
  width:44px;height:44px;top:22px;left:max(22px,calc((100% - 1180px)/2));
  background:transparent;border:0;box-shadow:none;overflow:visible;
}
.back-control{
  width:44px;height:44px;padding:0;display:grid;place-items:center;border-radius:50%;
  background:rgba(8,21,37,.88);border:1px solid rgba(255,255,255,.12);
  -webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);
  box-shadow:0 10px 30px rgba(0,0,0,.22);
}
.back-control span{width:auto;height:auto;background:transparent;font-size:2rem;line-height:.8;transform:translateX(-1px)}
.back-control:hover{transform:translateY(-2px) scale(1.045);background:rgba(12,29,48,.96);border-color:rgba(107,241,213,.34)}
.back-control:hover span{background:transparent;color:var(--cyan)}

@media(max-width:900px){
  .hero{min-height:100svh;padding-bottom:76px}
}
@media(max-width:560px){
  .subpage-backbar{top:14px;left:14px;width:42px;height:42px}
  .back-control{width:42px;height:42px;padding:0}
  .scroll-cue{bottom:18px;width:42px;height:42px}
}
@media(prefers-reduced-motion:reduce){.scroll-cue.is-visible{animation:none}}


/* RestartNow precision refinements v7 */
/* A full-width visual shield keeps scrolling content from ever appearing above or behind navigation. */
body::before{
  content:"";
  position:fixed;
  z-index:90;
  inset:0 0 auto;
  height:108px;
  pointer-events:none;
  background:linear-gradient(to bottom,
    rgba(7,17,31,1) 0,
    rgba(7,17,31,1) 82px,
    rgba(7,17,31,.96) 88px,
    rgba(7,17,31,.72) 96px,
    rgba(7,17,31,0) 108px);
  -webkit-backdrop-filter:blur(28px) saturate(135%);
  backdrop-filter:blur(28px) saturate(135%);
}
.site-header,.subpage-backbar{z-index:100}

/* Cleaner, calmer native text selection */
::selection{
  background:rgba(137,164,194,.26);
  color:inherit;
  -webkit-text-fill-color:currentColor;
  text-shadow:none;
}
::-moz-selection{background:rgba(137,164,194,.26);color:inherit;text-shadow:none}
.hero h1 em::selection,.hero h1 .word::selection{
  background:rgba(137,164,194,.24);
  color:inherit;
  -webkit-text-fill-color:currentColor;
}

/* Stronger curriculum action */
.curriculum-cta{
  color:#06111f;
  border-color:rgba(119,235,222,.46);
  background:linear-gradient(118deg,#6fe8d7 0%,#65baff 58%,#8b80ff 100%);
  box-shadow:0 15px 40px rgba(73,174,232,.2),inset 0 1px 0 rgba(255,255,255,.38);
}
.curriculum-cta:hover{
  color:#04101c;
  border-color:rgba(255,255,255,.36);
  box-shadow:0 18px 46px rgba(73,174,232,.3),inset 0 1px 0 rgba(255,255,255,.46);
}

/* Back-to-top belongs inside the premium footer card. */
.footer-identity{display:flex;flex-direction:column;align-items:flex-start}
.footer-top-action{
  margin-top:auto;
  padding:10px 14px 10px 10px;
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.1);
}
.footer-top-action>span:first-child{
  width:27px;height:27px;
  background:linear-gradient(145deg,rgba(107,241,213,.15),rgba(101,158,255,.12));
  border:1px solid rgba(107,241,213,.16);
}
.footer-top-action:hover{
  background:rgba(107,241,213,.065);
  border-color:rgba(107,241,213,.28);
}
.footer-legal{
  grid-template-columns:auto 1fr;
  justify-content:space-between;
}
.footer-legal span:last-child{justify-self:end}

/* Individual articles use the contextual Tips & Tricks breadcrumb only. */
.article-page .article-shell{padding-top:108px}

@media(max-width:900px){
  body::before{height:100px;background:linear-gradient(to bottom,rgba(7,17,31,1) 0,rgba(7,17,31,1) 78px,rgba(7,17,31,.82) 90px,rgba(7,17,31,0) 100px)}
  .footer-top-action{margin-top:24px}
  .footer-legal{grid-template-columns:1fr}
  .footer-legal span:last-child{justify-self:start}
}
@media(max-width:560px){
  body::before{height:88px;background:linear-gradient(to bottom,rgba(7,17,31,1) 0,rgba(7,17,31,1) 68px,rgba(7,17,31,.8) 78px,rgba(7,17,31,0) 88px)}
  .article-page .article-shell{padding-top:86px}
}

/* RestartNow v8 consistency and scroll-layer refinements */
:root{--action-a:#6bf1d5;--action-b:#6db8ff;--action-c:#8f7cff}

/* A solid visual ceiling prevents page content from ever appearing above navigation. */
body:not(.subpage)::before,
body.subpage:not(.article-page)::before{
  content:"";
  position:fixed;
  z-index:92;
  inset:0 0 auto 0;
  height:104px;
  pointer-events:none;
  background:linear-gradient(180deg,#07111f 0%,#07111f 76%,rgba(7,17,31,.985) 88%,rgba(7,17,31,0) 100%);
}
.site-header{z-index:110;background:#081423;border-color:rgba(255,255,255,.1);backdrop-filter:none;-webkit-backdrop-filter:none;overflow:hidden}
.site-header::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 10%,rgba(107,241,213,.055),transparent 62%);transform:translateX(-110%);transition:transform .75s cubic-bezier(.2,.7,.2,1);pointer-events:none}
.site-header:hover::before{transform:translateX(110%)}
.site-header>*{position:relative;z-index:1}

/* Unified, tactile action language. */
.button,.header-cta,.contact-button,.back-to-top{
  transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s,border-color .28s,background .28s,color .28s;
}
.button:hover,.header-cta:hover,.contact-button:hover,.back-to-top:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(68,156,255,.18)}
.button:active,.header-cta:active,.contact-button:active,.back-to-top:active{transform:translateY(0) scale(.98)}
.header-cta,.button.primary,.button.light{background:linear-gradient(120deg,var(--action-a),var(--action-b) 58%,var(--action-c));color:#07111f;border:1px solid rgba(255,255,255,.18)}
.contact-button.call,.contact-button.whatsapp{background:rgba(255,255,255,.045);color:#eaf4ff;border:1px solid rgba(255,255,255,.13)}
.contact-button.call:hover,.contact-button.whatsapp:hover{background:linear-gradient(120deg,rgba(107,241,213,.18),rgba(109,184,255,.15));border-color:rgba(107,241,213,.38);color:#fff}
.contact-button.whatsapp .whatsapp-glyph{background:rgba(107,241,213,.14);box-shadow:none}

/* Stronger navigation affordance while retaining minimalism. */
.main-nav a{position:relative;padding:10px 4px}
.main-nav a::after{content:"";position:absolute;left:50%;right:50%;bottom:2px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--cyan),var(--blue));transition:left .28s,right .28s,opacity .28s;opacity:0}
.main-nav a:hover::after,.main-nav a:focus-visible::after{left:4px;right:4px;opacity:1}
.main-nav a:hover{transform:translateY(-1px)}

/* Sleek plain back arrow, without a second button-like surface. */
.subpage-backbar{z-index:111;width:auto;height:auto;background:transparent;border:0;box-shadow:none;backdrop-filter:none;padding:0;top:25px;left:max(24px,calc((100% - 1180px)/2))}
.back-control{width:40px;height:40px;padding:0;border:0;background:transparent;border-radius:0;box-shadow:none;color:#b9c9da}
.back-control span{font-size:2.6rem;font-weight:300;line-height:.8}
.back-control:hover{background:transparent;border:0;box-shadow:none;transform:translateX(-5px)}
.back-control:hover span{color:var(--cyan)}

/* Interview topic uses one contextual return link only. */
.interview-topic-hero .topic-meta-row{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:62px}
.interview-topic-hero .topic-meta-row small{margin-left:auto;text-align:right;color:var(--cyan);letter-spacing:.14em}
.interview-topic-hero .breadcrumb{display:inline-flex;align-items:center;color:#9fb0c2;transition:.25s}
.interview-topic-hero .breadcrumb:hover{color:#fff;transform:translateX(-4px)}
body:has(.interview-topic-hero)::before{display:none}
.interview-shell:has(.interview-topic-hero){padding-top:110px}

/* Back to top becomes an integrated icon inside the footer card. */
.footer-card{position:relative;padding-bottom:76px}
.footer-top-action{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);width:44px;height:44px;padding:0;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.12)}
.footer-top-action>span:first-child{width:auto;height:auto;background:none;font-size:1.15rem}
.footer-top-action:hover{transform:translateX(-50%) translateY(-3px);background:linear-gradient(145deg,rgba(107,241,213,.2),rgba(109,184,255,.16))}
.footer-top-action:active{transform:translateX(-50%) scale(.96)}

/* Softer, precise selection that follows letter forms rather than dominating the design. */
::selection{background:rgba(109,184,255,.24);color:inherit;text-shadow:none}
::-moz-selection{background:rgba(109,184,255,.24);color:inherit;text-shadow:none}
.hero h1 em::selection,.hero h1 .word::selection{background:rgba(107,241,213,.23);color:inherit;-webkit-text-fill-color:currentColor}

@media(max-width:760px){
  body:not(.subpage)::before,body.subpage:not(.article-page)::before{height:88px}
  .subpage-backbar{left:18px;top:18px}
  .interview-topic-hero .topic-meta-row{align-items:flex-start;margin-bottom:40px}
  .interview-topic-hero .topic-meta-row small{font-size:.55rem;max-width:150px}
}

/* RestartNow v9: unified actions and absolute navigation occlusion */
:root{
  --action-surface:rgba(255,255,255,.045);
  --action-surface-hover:rgba(107,241,213,.105);
  --action-border:rgba(255,255,255,.13);
  --action-border-hover:rgba(107,241,213,.42);
  --action-text:#c6d3e1;
  --action-text-hover:#ffffff;
}

/* A completely opaque fixed ceiling. Nothing scrolling can render above or behind the header. */
body::before,
body:not(.subpage)::before,
body.subpage::before,
body.subpage:not(.article-page)::before,
body:has(.interview-topic-hero)::before{
  content:""!important;
  display:block!important;
  position:fixed!important;
  z-index:109!important;
  inset:0 0 auto 0!important;
  height:112px!important;
  pointer-events:none!important;
  background:#07111f!important;
  opacity:1!important;
  filter:none!important;
}

.site-header{
  z-index:110!important;
  background:#081423!important;
  border:1px solid rgba(255,255,255,.105)!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  isolation:isolate;
}
.site-header.scrolled{top:8px}

/* Navigation: every item, including Contact Us, uses the same colour, spacing and motion. */
.main-nav{gap:8px}
.main-nav a,
.header-cta{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:10px 14px!important;
  border:1px solid transparent!important;
  border-radius:11px!important;
  background:transparent!important;
  color:var(--action-text)!important;
  font-size:.82rem!important;
  font-weight:500!important;
  line-height:1!important;
  box-shadow:none!important;
  overflow:hidden;
  transition:color .25s ease,background .25s ease,border-color .25s ease,transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease!important;
}
.main-nav a::before,
.header-cta::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(120deg,rgba(107,241,213,.12),rgba(109,184,255,.09));
  opacity:0;
  transform:scale(.92);
  transition:opacity .25s ease,transform .25s ease;
  pointer-events:none;
}
.main-nav a::after,
.header-cta::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:6px;
  height:1px;
  border-radius:2px;
  background:linear-gradient(90deg,var(--cyan),var(--blue));
  opacity:0;
  transform:scaleX(.25);
  transition:opacity .25s ease,transform .25s ease;
}
.main-nav a:hover,
.main-nav a:focus-visible,
.header-cta:hover,
.header-cta:focus-visible{
  color:var(--action-text-hover)!important;
  background:var(--action-surface-hover)!important;
  border-color:var(--action-border-hover)!important;
  transform:translateY(-2px)!important;
  box-shadow:0 10px 26px rgba(42,133,220,.13)!important;
}
.main-nav a:hover::before,
.main-nav a:focus-visible::before,
.header-cta:hover::before,
.header-cta:focus-visible::before{opacity:1;transform:scale(1)}
.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.header-cta:hover::after,
.header-cta:focus-visible::after{left:14px;right:14px;opacity:1;transform:scaleX(1)}
.main-nav a:active,.header-cta:active{transform:translateY(0) scale(.98)!important}

/* Footer controls inherit one consistent premium action language. */
.contact-button,
.footer-top-action{
  background:var(--action-surface)!important;
  color:var(--action-text)!important;
  border:1px solid var(--action-border)!important;
  box-shadow:none!important;
  transition:color .25s ease,background .25s ease,border-color .25s ease,transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease!important;
}
.contact-button:hover,
.contact-button:focus-visible,
.footer-top-action:hover,
.footer-top-action:focus-visible{
  background:linear-gradient(120deg,rgba(107,241,213,.15),rgba(109,184,255,.12))!important;
  color:var(--action-text-hover)!important;
  border-color:var(--action-border-hover)!important;
  box-shadow:0 12px 30px rgba(42,133,220,.14)!important;
}
.contact-button:hover,.contact-button:focus-visible{transform:translateY(-2px)!important}
.footer-top-action:hover,.footer-top-action:focus-visible{transform:translateX(-50%) translateY(-2px)!important}
.contact-button:active{transform:translateY(0) scale(.98)!important}
.footer-top-action:active{transform:translateX(-50%) scale(.96)!important}
.contact-button svg{fill:currentColor!important}
.contact-button.whatsapp .whatsapp-glyph{
  background:rgba(107,241,213,.1)!important;
  color:inherit!important;
  box-shadow:none!important;
}

/* Keep anchored sections clear of the fixed navigation ceiling. */
section[id]{scroll-margin-top:118px}

@media(max-width:760px){
  body::before,
  body:not(.subpage)::before,
  body.subpage::before,
  body.subpage:not(.article-page)::before,
  body:has(.interview-topic-hero)::before{height:96px!important}
  .main-nav{gap:4px}
  .main-nav a,.header-cta{min-height:38px;padding:9px 11px!important}
}

/* RestartNow v10: clean occlusion, classic Contact Us action language */

/* Remove every previous decorative/oval ceiling implementation. */
body::before,
body::after,
body:not(.subpage)::before,
body.subpage::before,
body.subpage:not(.article-page)::before,
body:has(.interview-topic-hero)::before{
  content:""!important;
  display:block!important;
  position:fixed!important;
  left:0!important;
  right:0!important;
  border:0!important;
  border-radius:0!important;
  pointer-events:none!important;
  transform:none!important;
  opacity:1!important;
  filter:none!important;
  animation:none!important;
}

/* Solid top guard: content can never appear above or behind navigation. */
body::before,
body:not(.subpage)::before,
body.subpage::before,
body.subpage:not(.article-page)::before,
body:has(.interview-topic-hero)::before{
  top:0!important;
  height:104px!important;
  z-index:96!important;
  background:#07111f!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}

/* Short rectangular blur fade directly below navigation. */
body::after{
  top:84px!important;
  height:42px!important;
  z-index:95!important;
  background:linear-gradient(180deg,rgba(7,17,31,.985) 0%,rgba(7,17,31,.76) 42%,rgba(7,17,31,.18) 82%,rgba(7,17,31,0) 100%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(115%)!important;
  backdrop-filter:blur(18px) saturate(115%)!important;
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 42%,rgba(0,0,0,.72) 70%,transparent 100%)!important;
  mask-image:linear-gradient(to bottom,#000 0%,#000 42%,rgba(0,0,0,.72) 70%,transparent 100%)!important;
}

.site-header{
  z-index:110!important;
  background:rgba(8,20,35,.98)!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:18px!important;
  overflow:visible!important;
  -webkit-backdrop-filter:blur(24px) saturate(125%)!important;
  backdrop-filter:blur(24px) saturate(125%)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.site-header::before,.site-header::after{display:none!important}
.site-header.scrolled{top:10px!important}

/* All navigation actions use the original clean Contact Us button treatment. */
.main-nav{gap:8px!important}
.main-nav a,
.header-cta{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:10px 15px!important;
  border:1px solid rgba(255,255,255,.92)!important;
  border-radius:12px!important;
  background:#f7f9fc!important;
  color:#09111d!important;
  font-size:.82rem!important;
  font-weight:650!important;
  line-height:1!important;
  box-shadow:0 8px 20px rgba(0,0,0,.14)!important;
  overflow:hidden!important;
  transform:translateZ(0)!important;
  transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,border-color .28s ease,background .28s ease,color .28s ease!important;
}
.main-nav a::before,.main-nav a::after,.header-cta::before,.header-cta::after{display:none!important}
.main-nav a:hover,.main-nav a:focus-visible,.header-cta:hover,.header-cta:focus-visible{
  color:#07111f!important;
  background:linear-gradient(120deg,#77efd7 0%,#72c8ff 58%,#a58cff 100%)!important;
  border-color:rgba(255,255,255,.98)!important;
  transform:translateY(-3px) scale(1.015)!important;
  box-shadow:0 14px 34px rgba(75,170,255,.24),0 0 0 1px rgba(255,255,255,.12)!important;
}
.main-nav a:active,.header-cta:active{transform:translateY(0) scale(.98)!important;box-shadow:0 5px 14px rgba(0,0,0,.18)!important}

/* Footer actions match navigation exactly. */
.contact-button,
.footer-top-action{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:12px 18px!important;
  border:1px solid rgba(255,255,255,.92)!important;
  border-radius:13px!important;
  background:#f7f9fc!important;
  color:#09111d!important;
  font-weight:650!important;
  box-shadow:0 8px 20px rgba(0,0,0,.14)!important;
  transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,border-color .28s ease,background .28s ease,color .28s ease!important;
}
.contact-button:hover,.contact-button:focus-visible,
.footer-top-action:hover,.footer-top-action:focus-visible{
  color:#07111f!important;
  background:linear-gradient(120deg,#77efd7 0%,#72c8ff 58%,#a58cff 100%)!important;
  border-color:#fff!important;
  box-shadow:0 14px 34px rgba(75,170,255,.24)!important;
}
.contact-button:hover,.contact-button:focus-visible{transform:translateY(-3px) scale(1.015)!important}
.footer-top-action:hover,.footer-top-action:focus-visible{transform:translateX(-50%) translateY(-3px) scale(1.015)!important}
.contact-button:active{transform:translateY(0) scale(.98)!important}
.footer-top-action:active{transform:translateX(-50%) scale(.98)!important}
.contact-button svg{fill:currentColor!important}
.contact-button.whatsapp .whatsapp-glyph{
  width:26px!important;height:26px!important;
  background:#20bd68!important;color:white!important;
  box-shadow:0 0 0 4px rgba(32,189,104,.12)!important;
}
.footer-top-action{width:48px!important;height:48px!important;padding:0!important;border-radius:50%!important}
.footer-top-action>span:first-child{font-size:1.15rem!important;color:inherit!important}

/* More refined ambient motion without large geometric overlays. */
.ambient{animation:ambientDrift 14s ease-in-out infinite alternate!important;opacity:.12!important}
.ambient-two{animation-delay:-7s!important}
@keyframes ambientDrift{
  0%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(18px,-14px,0) scale(1.05)}
  100%{transform:translate3d(-12px,16px,0) scale(.98)}
}
.glass-card,.knowledge-card,.topic,.article,.story-card,.workspace-card{
  transition:transform .42s cubic-bezier(.2,.8,.2,1),border-color .32s ease,box-shadow .42s ease!important;
}
.glass-card:hover,.knowledge-card:hover,.topic:hover,.article:hover{
  transform:translateY(-7px)!important;
  border-color:rgba(114,200,255,.34)!important;
  box-shadow:0 24px 60px rgba(0,0,0,.22)!important;
}

/* Keep all anchored content clear of the guard and fade. */
section[id]{scroll-margin-top:132px!important}

@media(max-width:900px){
  body::before,body:not(.subpage)::before,body.subpage::before,body.subpage:not(.article-page)::before,body:has(.interview-topic-hero)::before{height:92px!important}
  body::after{top:75px!important;height:34px!important}
  .site-header{top:12px!important}
  .main-nav a,.header-cta{min-height:38px!important;padding:9px 12px!important}
}
@media(max-width:760px){
  body::before,body:not(.subpage)::before,body.subpage::before,body.subpage:not(.article-page)::before,body:has(.interview-topic-hero)::before{height:84px!important}
  body::after{top:68px!important;height:30px!important}
}
@media(prefers-reduced-motion:reduce){.ambient{animation:none!important}}

/* RestartNow v11: full-width navigation glass and restrained controls */

/* Full-width glass occupies the entire navigation level. */
body::before,
body:not(.subpage)::before,
body.subpage::before,
body.subpage:not(.article-page)::before,
body:has(.interview-topic-hero)::before{
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  height:92px!important;
  z-index:96!important;
  background:rgba(6,16,29,.86)!important;
  -webkit-backdrop-filter:blur(30px) saturate(128%)!important;
  backdrop-filter:blur(30px) saturate(128%)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.055)!important;
}

/* A crisp, very short fade connects the header to the content. */
body::after{
  top:92px!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  height:14px!important;
  z-index:95!important;
  background:linear-gradient(180deg,rgba(6,16,29,.68),rgba(6,16,29,0))!important;
  -webkit-backdrop-filter:blur(12px)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-mask-image:linear-gradient(to bottom,#000,transparent)!important;
  mask-image:linear-gradient(to bottom,#000,transparent)!important;
}

.site-header{
  top:14px!important;
  height:64px!important;
  background:rgba(8,20,35,.42)!important;
  -webkit-backdrop-filter:blur(18px) saturate(125%)!important;
  backdrop-filter:blur(18px) saturate(125%)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.site-header.scrolled{top:10px!important}

/* Navigation and footer actions stay transparent until interaction. */
.main-nav a,
.header-cta,
.contact-button,
.footer-top-action{
  background:transparent!important;
  color:#d7e2ee!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:none!important;
}
.main-nav a:hover,.main-nav a:focus-visible,
.header-cta:hover,.header-cta:focus-visible,
.contact-button:hover,.contact-button:focus-visible,
.footer-top-action:hover,.footer-top-action:focus-visible{
  color:#07111f!important;
  background:linear-gradient(120deg,#77efd7 0%,#72c8ff 58%,#a58cff 100%)!important;
  border-color:rgba(255,255,255,.92)!important;
  box-shadow:0 12px 30px rgba(75,170,255,.22)!important;
}
.main-nav a,.header-cta{
  min-height:39px!important;
  padding:9px 14px!important;
  border-radius:12px!important;
}

/* Minimal down cue: one clean line chevron, no enclosing circle. */
.scroll-cue{
  width:30px!important;
  height:22px!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#9eb2c6!important;
  bottom:20px!important;
}
.scroll-cue svg{width:28px!important;height:18px!important;stroke-width:1.45!important}
.scroll-cue.is-visible{animation:cueLineFloat 2.1s ease-in-out infinite!important}
.scroll-cue:hover,.scroll-cue:focus-visible{
  color:var(--cyan)!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:translateX(-50%) translateY(2px)!important;
}
@keyframes cueLineFloat{
  0%,100%{transform:translateX(-50%) translateY(0);opacity:.62}
  50%{transform:translateX(-50%) translateY(5px);opacity:1}
}

/* Restore the elegant outlined footer top control. */
.footer-top-action{
  width:54px!important;
  height:54px!important;
  min-height:54px!important;
  padding:0!important;
  border-radius:50%!important;
  color:#91a8bb!important;
  background:rgba(255,255,255,.018)!important;
  border-color:rgba(255,255,255,.16)!important;
}
.footer-top-action>span:first-child{
  width:24px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(107,241,213,.32)!important;
  border-radius:999px!important;
  background:rgba(107,241,213,.035)!important;
  color:var(--cyan)!important;
  font-size:1.22rem!important;
  line-height:1!important;
}
.footer-top-action:hover>span:first-child,
.footer-top-action:focus-visible>span:first-child{
  border-color:rgba(7,17,31,.34)!important;
  color:#07111f!important;
  background:rgba(255,255,255,.22)!important;
}

/* Keep content close to the header while respecting the glass zone. */
section[id]{scroll-margin-top:108px!important}

@media(max-width:900px){
  body::before,body:not(.subpage)::before,body.subpage::before,body.subpage:not(.article-page)::before,body:has(.interview-topic-hero)::before{height:84px!important}
  body::after{top:84px!important;height:12px!important}
  .site-header{top:10px!important;height:60px!important}
}
@media(max-width:760px){
  body::before,body:not(.subpage)::before,body.subpage::before,body.subpage:not(.article-page)::before,body:has(.interview-topic-hero)::before{height:78px!important}
  body::after{top:78px!important;height:10px!important}
}
@media(prefers-reduced-motion:reduce){.scroll-cue.is-visible{animation:none!important}}

/* RestartNow v12: borderless navigation with a hand-painted hover sweep */
.main-nav{
  align-items:center!important;
  gap:28px!important;
}
.main-nav a,
.header-cta{
  position:relative!important;
  isolation:isolate!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:auto!important;
  padding:8px 4px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#cbd7e4!important;
  overflow:visible!important;
  transition:color .28s ease,transform .28s cubic-bezier(.2,.75,.2,1)!important;
}
.main-nav a::before,
.header-cta::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-10px;
  right:-10px;
  top:50%;
  height:1.2em;
  transform:translateY(-48%) scaleX(0);
  transform-origin:left center;
  background:linear-gradient(100deg,#72efd6 0%,#65c7ff 55%,#a88cff 100%);
  opacity:.96;
  clip-path:polygon(0 24%,6% 14%,13% 23%,22% 8%,31% 20%,42% 11%,53% 22%,64% 8%,76% 18%,87% 10%,100% 20%,98% 75%,90% 84%,79% 73%,68% 88%,56% 77%,45% 89%,33% 75%,21% 87%,10% 76%,1% 84%);
  filter:saturate(108%);
  transition:transform .52s cubic-bezier(.18,.8,.22,1),opacity .25s ease;
}
.main-nav a::after,
.header-cta::after{
  content:"";
  position:absolute;
  z-index:-1;
  left:-5px;
  right:-6px;
  top:54%;
  height:.78em;
  transform:translateY(-50%) scaleX(0);
  transform-origin:right center;
  background:rgba(255,255,255,.18);
  clip-path:polygon(0 36%,10% 22%,21% 35%,34% 18%,48% 31%,62% 16%,75% 29%,88% 18%,100% 32%,98% 68%,86% 78%,72% 66%,58% 81%,43% 69%,29% 82%,15% 70%,2% 78%);
  transition:transform .62s cubic-bezier(.18,.8,.22,1) .04s;
}
.main-nav a:hover,
.main-nav a:focus-visible,
.header-cta:hover,
.header-cta:focus-visible{
  color:#07111f!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:translateY(-1px)!important;
}
.main-nav a:hover::before,
.main-nav a:focus-visible::before,
.header-cta:hover::before,
.header-cta:focus-visible::before,
.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.header-cta:hover::after,
.header-cta:focus-visible::after{
  transform:translateY(-50%) scaleX(1);
}
.main-nav a:focus-visible,
.header-cta:focus-visible{
  outline:2px solid rgba(112,213,255,.75)!important;
  outline-offset:7px!important;
}

@media(max-width:760px){
  .main-nav{gap:4px!important}
  .main-nav a,.header-cta{padding:10px 8px!important}
  .main-nav a::before,.header-cta::before{left:0;right:0}
}

/* RestartNow v13: preserve navigation typography and paint only behind the text */
.main-nav a,
.header-cta{
  color:#cbd7e4!important;
  font-family:inherit!important;
  font-weight:inherit!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:9px 5px!important;
}

.main-nav a::before,
.header-cta::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  left:-14px!important;
  right:-14px!important;
  top:50%!important;
  height:1.45em!important;
  opacity:0!important;
  transform:translateY(-48%) scaleX(.08) rotate(-1.2deg)!important;
  transform-origin:left center!important;
  background:
    linear-gradient(96deg,
      rgba(119,239,215,.96) 0%,
      rgba(105,205,255,.96) 55%,
      rgba(166,139,255,.96) 100%)!important;
  clip-path:polygon(
    0 33%, 5% 18%, 12% 25%, 20% 12%, 29% 20%, 38% 9%,
    48% 19%, 58% 10%, 68% 21%, 78% 12%, 88% 22%, 96% 16%,
    100% 29%, 98% 68%, 92% 79%, 83% 72%, 73% 86%, 62% 76%,
    51% 88%, 41% 75%, 31% 86%, 21% 76%, 12% 84%, 4% 73%, 0 78%
  )!important;
  filter:saturate(108%) blur(.15px)!important;
  transition:transform .48s cubic-bezier(.2,.82,.2,1),opacity .18s ease!important;
}

.main-nav a::after,
.header-cta::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  left:-9px!important;
  right:-7px!important;
  top:54%!important;
  height:.56em!important;
  opacity:0!important;
  transform:translateY(-50%) scaleX(.06) rotate(.8deg)!important;
  transform-origin:right center!important;
  background:rgba(255,255,255,.2)!important;
  clip-path:polygon(0 42%,10% 25%,22% 37%,34% 18%,47% 33%,60% 19%,74% 34%,87% 21%,100% 35%,98% 67%,85% 74%,71% 64%,57% 78%,43% 67%,29% 79%,15% 68%,2% 76%)!important;
  transition:transform .56s cubic-bezier(.2,.82,.2,1) .03s,opacity .18s ease!important;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.header-cta:hover,
.header-cta:focus-visible{
  color:#f7fbff!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  transform:translateY(-1px)!important;
}

.main-nav a:hover::before,
.main-nav a:focus-visible::before,
.header-cta:hover::before,
.header-cta:focus-visible::before{
  opacity:.82!important;
  transform:translateY(-48%) scaleX(1) rotate(-1.2deg)!important;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.header-cta:hover::after,
.header-cta:focus-visible::after{
  opacity:.5!important;
  transform:translateY(-50%) scaleX(1) rotate(.8deg)!important;
}

.main-nav a:active,
.header-cta:active{
  color:#f7fbff!important;
  transform:translateY(0) scale(.985)!important;
}


/* RestartNow v14: visible brush stroke with correct stacking */
.main-nav a,
.header-cta{
  isolation:isolate!important;
  overflow:visible!important;
}
.main-nav a .nav-label,
.header-cta .nav-label{
  position:relative!important;
  z-index:2!important;
  display:inline-block!important;
  color:inherit!important;
  font:inherit!important;
}
.main-nav a::before,
.header-cta::before{
  z-index:1!important;
  opacity:0!important;
  pointer-events:none!important;
  box-shadow:none!important;
}
.main-nav a::after,
.header-cta::after{
  z-index:1!important;
  opacity:0!important;
  pointer-events:none!important;
}
.main-nav a:hover::before,
.main-nav a:focus-visible::before,
.header-cta:hover::before,
.header-cta:focus-visible::before{
  opacity:.9!important;
}
.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.header-cta:hover::after,
.header-cta:focus-visible::after{
  opacity:.28!important;
}
.main-nav a:hover,
.main-nav a:focus-visible,
.header-cta:hover,
.header-cta:focus-visible{
  color:#f7fbff!important;
}

/* RestartNow v15: precise footer geometry and guaranteed label brush */

/* Footer: centre divider exactly over the centre action. */
.footer-card{
  grid-template-columns:1fr 1fr!important;
  position:relative!important;
}
.footer-contact{
  border-left:0!important;
  padding-left:70px!important;
}
.footer-card::before{
  content:"";
  position:absolute;
  left:50%;
  top:44px;
  bottom:92px;
  width:1px;
  transform:translateX(-50%);
  background:linear-gradient(to bottom,rgba(255,255,255,.13),rgba(255,255,255,.08) 72%,rgba(107,241,213,.28));
  pointer-events:none;
}
.footer-top-action{
  left:50%!important;
  transform:translateX(-50%)!important;
}
.footer-top-action:hover,
.footer-top-action:focus-visible{
  transform:translateX(-50%) translateY(-3px)!important;
}
.footer-top-action:active{
  transform:translateX(-50%) scale(.98)!important;
}

/* Social links: true circular controls. */
.social-links a{
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
}

/* Disable all legacy brush layers on the anchors themselves. */
.main-nav a::before,
.main-nav a::after,
.header-cta::before,
.header-cta::after{
  content:none!important;
  display:none!important;
}

/* Brush is attached directly to the visible text span. */
.main-nav .nav-label,
.header-cta .nav-label{
  position:relative!important;
  isolation:isolate!important;
  z-index:0!important;
  display:inline-block!important;
  padding:.12em .08em!important;
  color:inherit!important;
  font:inherit!important;
  line-height:1.15!important;
}
.main-nav .nav-label::before,
.header-cta .nav-label::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  left:-.48em!important;
  right:-.48em!important;
  top:50%!important;
  height:1.22em!important;
  opacity:0!important;
  transform:translateY(-48%) scaleX(.06) rotate(-1deg)!important;
  transform-origin:left center!important;
  background:linear-gradient(96deg,#6fe9d5 0%,#65cfff 54%,#a98cff 100%)!important;
  clip-path:polygon(0 34%,4% 20%,10% 27%,17% 13%,25% 22%,33% 10%,42% 20%,51% 8%,60% 20%,69% 11%,78% 23%,87% 12%,95% 22%,100% 31%,98% 69%,92% 79%,84% 70%,75% 84%,66% 75%,57% 87%,48% 76%,39% 86%,30% 75%,21% 84%,12% 73%,4% 81%,0 73%)!important;
  filter:saturate(112%)!important;
  transition:transform .5s cubic-bezier(.2,.82,.2,1),opacity .16s ease!important;
  pointer-events:none!important;
}
.main-nav .nav-label::after,
.header-cta .nav-label::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  left:-.28em!important;
  right:-.34em!important;
  top:55%!important;
  height:.34em!important;
  opacity:0!important;
  transform:translateY(-50%) scaleX(.04) rotate(.8deg)!important;
  transform-origin:right center!important;
  background:rgba(255,255,255,.25)!important;
  clip-path:polygon(0 35%,12% 17%,25% 34%,38% 14%,51% 31%,64% 15%,77% 34%,90% 18%,100% 35%,98% 68%,83% 75%,68% 65%,52% 78%,36% 66%,20% 78%,3% 70%)!important;
  transition:transform .58s cubic-bezier(.2,.82,.2,1) .03s,opacity .16s ease!important;
  pointer-events:none!important;
}
.main-nav a:hover .nav-label::before,
.main-nav a:focus-visible .nav-label::before,
.header-cta:hover .nav-label::before,
.header-cta:focus-visible .nav-label::before{
  opacity:.96!important;
  transform:translateY(-48%) scaleX(1) rotate(-1deg)!important;
}
.main-nav a:hover .nav-label::after,
.main-nav a:focus-visible .nav-label::after,
.header-cta:hover .nav-label::after,
.header-cta:focus-visible .nav-label::after{
  opacity:.35!important;
  transform:translateY(-50%) scaleX(1) rotate(.8deg)!important;
}
.main-nav a:hover,
.main-nav a:focus-visible,
.header-cta:hover,
.header-cta:focus-visible{
  color:#f8fbff!important;
  background:transparent!important;
  border-color:transparent!important;
  box-shadow:none!important;
}

@media(max-width:900px){
  .footer-card{grid-template-columns:1fr!important}
  .footer-card::before{display:none!important}
  .footer-contact{padding-left:0!important}
}

/* RestartNow v16: refined brush, rounded CTAs and softer footer control */

/* Larger, softer brush stroke that extends beyond the label without reducing readability. */
.main-nav .nav-label::before,
.header-cta .nav-label::before{
  left:-.95em!important;
  right:-.95em!important;
  top:50%!important;
  height:1.52em!important;
  opacity:0!important;
  transform:translateY(-50%) scaleX(.04) rotate(-1.1deg)!important;
  background:linear-gradient(96deg,rgba(111,233,213,.58) 0%,rgba(101,207,255,.56) 54%,rgba(169,140,255,.58) 100%)!important;
  filter:saturate(108%) blur(.05px)!important;
  clip-path:polygon(0 31%,3% 18%,8% 25%,14% 13%,21% 20%,28% 10%,36% 18%,44% 8%,52% 17%,60% 9%,68% 19%,76% 11%,84% 21%,92% 13%,100% 28%,99% 69%,94% 79%,87% 72%,79% 84%,70% 76%,61% 87%,52% 78%,43% 88%,34% 77%,25% 86%,16% 75%,8% 83%,2% 73%)!important;
  transition:transform .54s cubic-bezier(.18,.84,.2,1),opacity .18s ease!important;
}
.main-nav .nav-label::after,
.header-cta .nav-label::after{
  left:-.5em!important;
  right:-.5em!important;
  height:.42em!important;
  background:rgba(255,255,255,.16)!important;
}
.main-nav a:hover .nav-label::before,
.main-nav a:focus-visible .nav-label::before,
.header-cta:hover .nav-label::before,
.header-cta:focus-visible .nav-label::before{
  opacity:.76!important;
  transform:translateY(-50%) scaleX(1) rotate(-1.1deg)!important;
}
.main-nav a:hover .nav-label::after,
.main-nav a:focus-visible .nav-label::after,
.header-cta:hover .nav-label::after,
.header-cta:focus-visible .nav-label::after{
  opacity:.2!important;
}

/* Curriculum CTA: retain the existing gradient, with a fuller capsule silhouette. */
.curriculum-panel .button.light,
.curriculum-panel a.button.light{
  min-height:58px!important;
  padding:15px 34px!important;
  border-radius:999px!important;
  background:linear-gradient(120deg,var(--cyan),var(--blue),var(--violet))!important;
  color:#06101d!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:0 14px 34px rgba(60,133,255,.2)!important;
}
.curriculum-panel .button.light:hover,
.curriculum-panel a.button.light:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 18px 40px rgba(60,133,255,.27)!important;
}

/* Cohort submit CTA: narrower, centred and more rounded while preserving its colour. */
.interest-form .button.primary.full{
  width:min(100%,420px)!important;
  min-height:54px!important;
  margin:10px auto 0!important;
  padding:14px 28px!important;
  border-radius:999px!important;
  display:flex!important;
}

/* Back-to-top: pale, calm and lightweight. */
.footer-top-action{
  width:46px!important;
  height:46px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.025)!important;
  border:1px solid rgba(166,198,222,.18)!important;
  box-shadow:none!important;
  color:rgba(166,198,222,.68)!important;
}
.footer-top-action>span:first-child{
  color:rgba(143,210,220,.72)!important;
  font-weight:400!important;
  font-size:1.05rem!important;
}
.footer-top-action:hover,
.footer-top-action:focus-visible{
  background:rgba(105,184,255,.07)!important;
  border-color:rgba(111,233,213,.25)!important;
  color:rgba(203,229,240,.9)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.12)!important;
}
.footer-top-action:hover>span:first-child,
.footer-top-action:focus-visible>span:first-child{
  color:rgba(154,231,220,.9)!important;
}

@media(max-width:560px){
  .curriculum-panel .button.light,
  .curriculum-panel a.button.light,
  .interest-form .button.primary.full{
    width:100%!important;
  }
}

/* Version 17 precision refinements */
/* A larger, lighter brush that extends well beyond each label and stays behind the text. */
.main-nav .nav-label::before,
.header-cta .nav-label::before{
  left:-.78em!important;
  right:-.78em!important;
  top:50%!important;
  width:auto!important;
  height:2.05em!important;
  opacity:0!important;
  transform:translateY(-50%) scaleX(.08) rotate(-1deg)!important;
  transform-origin:left center!important;
  background:linear-gradient(100deg,rgba(107,241,213,.56),rgba(109,184,255,.52) 52%,rgba(171,140,255,.5))!important;
  clip-path:polygon(0 31%,5% 23%,12% 27%,18% 18%,27% 25%,36% 17%,45% 24%,56% 16%,66% 25%,76% 18%,87% 27%,100% 22%,98% 70%,92% 75%,82% 69%,73% 79%,63% 71%,52% 82%,42% 73%,31% 80%,20% 72%,10% 78%,2% 69%)!important;
  filter:saturate(.92)!important;
}
.main-nav .nav-label::after,
.header-cta .nav-label::after{
  left:-.58em!important;
  right:-.58em!important;
  height:.36em!important;
  opacity:0!important;
  background:rgba(255,255,255,.12)!important;
}
.main-nav a:hover .nav-label::before,
.main-nav a:focus-visible .nav-label::before,
.header-cta:hover .nav-label::before,
.header-cta:focus-visible .nav-label::before{
  opacity:.62!important;
  transform:translateY(-50%) scaleX(1) rotate(-1deg)!important;
}

/* Footer contact actions: full capsule edges with identical silhouettes. */
.contact-actions{align-items:center!important}
.contact-button,
.contact-button.call,
.contact-button.whatsapp{
  min-height:52px!important;
  padding:12px 24px!important;
  border-radius:999px!important;
  overflow:hidden!important;
}

/* Cohort submit: content-sized centred capsule; remove edge artefacts from full-width gradients. */
.interest-form .button.primary.full{
  width:max-content!important;
  max-width:calc(100% - 32px)!important;
  min-width:270px!important;
  min-height:52px!important;
  margin:12px auto 0!important;
  padding:13px 30px!important;
  border-radius:999px!important;
  align-self:center!important;
  background:linear-gradient(120deg,var(--cyan),var(--blue),var(--violet))!important;
  background-clip:padding-box!important;
  box-shadow:0 13px 30px rgba(65,136,255,.18)!important;
  isolation:isolate!important;
}
.interest-form .button.primary.full::before,
.interest-form .button.primary.full::after{display:none!important}

/* Footer back-to-top: one single circle with a minimal upward arrow. */
.footer-top-action{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  min-height:48px!important;
  padding:0!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(126,162,188,.055)!important;
  border:1px solid rgba(151,188,212,.24)!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.footer-top-action>span:first-child{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  color:rgba(142,207,213,.78)!important;
  font-size:1.25rem!important;
  line-height:1!important;
  font-weight:300!important;
  display:block!important;
}
.footer-top-action:hover,
.footer-top-action:focus-visible{
  background:rgba(107,184,213,.085)!important;
  border-color:rgba(127,215,211,.34)!important;
  box-shadow:0 10px 26px rgba(0,0,0,.12)!important;
}

@media(max-width:560px){
  .interest-form .button.primary.full{
    width:max-content!important;
    min-width:0!important;
    max-width:100%!important;
    padding:13px 24px!important;
  }
  .contact-button,.contact-button.call,.contact-button.whatsapp{
    width:100%!important;
  }
}


/* Version 18: oversized navigation brush, no scroll cue, and tooltip-free footer control */
.scroll-cue{display:none!important}

.main-nav .nav-label::before,
.header-cta .nav-label::before{
  left:-1.35em!important;
  right:-1.35em!important;
  top:50%!important;
  height:4.15em!important;
  opacity:0!important;
  transform:translateY(-50%) scaleX(.05) rotate(-1.2deg)!important;
  transform-origin:left center!important;
  background:linear-gradient(100deg,
    rgba(107,241,213,.34),
    rgba(109,184,255,.32) 52%,
    rgba(171,140,255,.31))!important;
  clip-path:polygon(
    0 35%,3% 27%,8% 30%,13% 20%,20% 28%,27% 18%,35% 25%,43% 16%,
    52% 24%,61% 15%,69% 27%,78% 18%,87% 28%,94% 20%,100% 29%,
    99% 68%,94% 76%,87% 70%,79% 81%,70% 73%,61% 84%,52% 75%,
    43% 83%,34% 74%,25% 81%,16% 72%,8% 79%,2% 69%)!important;
  filter:saturate(.9) blur(.15px)!important;
}
.main-nav a:hover .nav-label::before,
.main-nav a:focus-visible .nav-label::before,
.header-cta:hover .nav-label::before,
.header-cta:focus-visible .nav-label::before{
  opacity:.7!important;
  transform:translateY(-50%) scaleX(1) rotate(-1.2deg)!important;
}
.main-nav .nav-label::after,
.header-cta .nav-label::after{
  left:-.9em!important;
  right:-.9em!important;
  height:.52em!important;
  opacity:0!important;
  background:rgba(255,255,255,.08)!important;
}
.hero-copy{padding-bottom:12px}
.hero-description{
  max-width:690px!important;
  font-size:1.12rem!important;
  line-height:1.78!important;
  text-wrap:balance;
}
.footer-top-action{cursor:pointer}

/* Version 19: natural brush texture, continuously moving headline gradient, custom select and clean footer arrow */
.main-nav .nav-label::before,
.header-cta .nav-label::before{
  left:-1.55em!important;
  right:-1.55em!important;
  height:4.45em!important;
  border-radius:42% 48% 45% 50% / 34% 42% 39% 46%!important;
  background:
    radial-gradient(ellipse at 12% 49%,rgba(107,241,213,.28) 0 17%,transparent 44%),
    radial-gradient(ellipse at 35% 45%,rgba(107,241,213,.48) 0 18%,transparent 46%),
    radial-gradient(ellipse at 58% 54%,rgba(109,184,255,.34) 0 22%,transparent 50%),
    radial-gradient(ellipse at 82% 47%,rgba(171,140,255,.46) 0 19%,transparent 48%),
    linear-gradient(97deg,rgba(107,241,213,.25),rgba(109,184,255,.38) 52%,rgba(171,140,255,.28))!important;
  clip-path:polygon(0 34%,4% 26%,10% 29%,16% 22%,23% 27%,31% 20%,39% 25%,47% 18%,55% 24%,64% 19%,72% 26%,80% 20%,88% 28%,95% 22%,100% 31%,99% 67%,94% 74%,87% 70%,79% 78%,70% 72%,62% 81%,53% 74%,44% 80%,35% 73%,26% 79%,17% 71%,9% 77%,2% 68%)!important;
  filter:saturate(.95) blur(.2px)!important;
  mix-blend-mode:screen!important;
}
.main-nav .nav-label::after,
.header-cta .nav-label::after{
  left:-1.1em!important;
  right:-1.1em!important;
  height:1.15em!important;
  border-radius:50%!important;
  background:linear-gradient(90deg,rgba(255,255,255,.03),rgba(255,255,255,.14),rgba(255,255,255,.02))!important;
  filter:blur(1px)!important;
}

.hero h1 em{
  background-size:240% 100%!important;
  animation:restartnowGradientFlow 7s linear infinite!important;
}
@keyframes restartnowGradientFlow{
  0%{background-position:0% 50%}
  100%{background-position:240% 50%}
}
@media(prefers-reduced-motion:reduce){.hero h1 em{animation:none!important}}

/* Custom dropdown keeps typography and spacing consistent across browsers. */
.custom-select{position:relative;margin-top:7px}
.custom-select-trigger{
  width:100%;min-height:52px;padding:13px 14px 13px 16px;border:1px solid #dce2e8;border-radius:12px;
  background:#f8fafc;color:#172130;display:flex;align-items:center;justify-content:space-between;text-align:left;
  cursor:pointer;font:600 .86rem/1.2 Manrope,Arial,sans-serif;transition:border-color .2s,box-shadow .2s,background .2s
}
.custom-select-trigger svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}
.custom-select.open .custom-select-trigger{border-color:#6dafff;box-shadow:0 0 0 3px rgba(109,175,255,.12);background:#fff}
.custom-select.open .custom-select-trigger svg{transform:rotate(180deg)}
.custom-select-menu{
  position:absolute;z-index:30;left:0;right:0;top:calc(100% + 8px);padding:8px;border:1px solid rgba(62,83,108,.18);
  border-radius:16px;background:#fff;box-shadow:0 18px 45px rgba(20,35,55,.18);opacity:0;visibility:hidden;
  transform:translateY(-5px) scale(.985);transform-origin:top;transition:.18s ease
}
.custom-select.open .custom-select-menu{opacity:1;visibility:visible;transform:none}
.custom-select-menu button{
  width:100%;border:0;background:transparent;color:#293543;text-align:left;padding:11px 12px;border-radius:10px;
  cursor:pointer;font:600 .84rem/1.25 Manrope,Arial,sans-serif;transition:background .16s,color .16s,transform .16s
}
.custom-select-menu button:hover,.custom-select-menu button:focus-visible{background:linear-gradient(100deg,rgba(107,241,213,.2),rgba(109,184,255,.18),rgba(171,140,255,.16));color:#07111f;outline:0;transform:translateX(2px)}
.custom-select-menu button[aria-selected="true"]{background:#edf5ff;color:#14558b}

.footer-top-action,.footer-top-action *{user-select:none!important;-webkit-user-select:none!important;-webkit-touch-callout:none!important}
.footer-top-action svg{width:22px;height:22px;fill:none;stroke:rgba(143,210,220,.75);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.footer-top-action:hover svg,.footer-top-action:focus-visible svg{stroke:rgba(154,231,220,.92)}
.footer-top-action::selection,.footer-top-action *::selection{background:transparent!important;color:inherit!important}

/* Version 20: natural dry-brush navigation stroke and slower left-to-right headline colour flow */
.main-nav .nav-label::before,
.header-cta .nav-label::before{
  left:-1.8em!important;
  right:-1.8em!important;
  top:50%!important;
  height:2.75em!important;
  border-radius:0!important;
  opacity:0!important;
  transform:translateY(-50%) scaleX(.08) rotate(-.35deg)!important;
  transform-origin:left center!important;
  background:
    linear-gradient(90deg,
      rgba(83,224,208,.56) 0%,
      rgba(70,196,211,.50) 26%,
      rgba(78,155,218,.52) 58%,
      rgba(137,112,225,.50) 100%)!important;
  clip-path:polygon(
    0% 38%, 2% 30%, 5% 34%, 8% 23%, 12% 29%, 16% 18%, 21% 26%,
    26% 20%, 31% 27%, 37% 17%, 43% 24%, 49% 19%, 55% 25%, 61% 16%,
    67% 24%, 73% 19%, 79% 27%, 85% 21%, 90% 30%, 95% 25%, 100% 35%,
    99% 62%, 96% 69%, 92% 66%, 88% 76%, 83% 70%, 78% 81%, 72% 73%,
    66% 82%, 60% 74%, 54% 84%, 48% 75%, 42% 82%, 36% 73%, 30% 81%,
    24% 72%, 18% 79%, 13% 69%, 8% 75%, 4% 65%, 1% 70%)!important;
  filter:saturate(.88) blur(.15px)!important;
  mix-blend-mode:normal!important;
  box-shadow:none!important;
  transition:opacity .18s ease,transform .58s cubic-bezier(.22,.8,.28,1)!important;
}
/* Fine bristle streaks create uneven paint density without obscuring the label. */
.main-nav .nav-label::after,
.header-cta .nav-label::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  left:-1.5em!important;
  right:-1.5em!important;
  top:50%!important;
  height:2.15em!important;
  opacity:0!important;
  transform:translateY(-50%) scaleX(.08) rotate(.25deg)!important;
  transform-origin:left center!important;
  border-radius:0!important;
  background:
    repeating-linear-gradient(0deg,
      transparent 0 3px,
      rgba(255,255,255,.10) 3px 4px,
      transparent 4px 8px),
    linear-gradient(90deg,
      rgba(76,223,207,.14),
      rgba(89,184,222,.18) 54%,
      rgba(150,123,231,.16))!important;
  clip-path:polygon(0 31%,7% 22%,15% 29%,24% 19%,34% 27%,43% 18%,53% 26%,63% 20%,73% 28%,84% 21%,94% 29%,100% 36%,98% 67%,90% 73%,80% 68%,70% 78%,60% 71%,50% 80%,40% 72%,30% 79%,20% 70%,10% 76%,2% 66%)!important;
  filter:blur(.25px)!important;
  transition:opacity .22s ease .04s,transform .64s cubic-bezier(.22,.8,.28,1) .02s!important;
}
.main-nav a:hover .nav-label::before,
.main-nav a:focus-visible .nav-label::before,
.header-cta:hover .nav-label::before,
.header-cta:focus-visible .nav-label::before{
  opacity:.72!important;
  transform:translateY(-50%) scaleX(1) rotate(-.35deg)!important;
}
.main-nav a:hover .nav-label::after,
.main-nav a:focus-visible .nav-label::after,
.header-cta:hover .nav-label::after,
.header-cta:focus-visible .nav-label::after{
  opacity:.7!important;
  transform:translateY(-50%) scaleX(1) rotate(.25deg)!important;
}

.hero h1 em{
  background-size:300% 100%!important;
  animation:restartnowGradientFlowLTR 11s linear infinite!important;
}
@keyframes restartnowGradientFlowLTR{
  0%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@media(prefers-reduced-motion:reduce){.hero h1 em{animation:none!important}}

/* v21 — spacious hero rhythm and refined text selection */
.hero{
  column-gap:clamp(54px,6vw,96px);
  row-gap:36px;
}
.hero-copy{
  padding-bottom:22px;
}
.hero h1{
  font-size:clamp(3.35rem,5.75vw,6.05rem);
  line-height:.985;
  letter-spacing:-.058em;
  margin:22px 0 30px;
  max-width:760px;
}
.hero-description{
  max-width:720px;
  font-size:clamp(.98rem,1.12vw,1.13rem);
  line-height:1.78;
  letter-spacing:-.012em;
}
.hero-visual{
  align-self:center;
}

/* Keep copied text visually calm on every page. */
::selection{
  background:rgba(102,220,207,.12)!important;
  color:inherit!important;
  text-shadow:none!important;
}
::-moz-selection{
  background:rgba(102,220,207,.12)!important;
  color:inherit!important;
  text-shadow:none!important;
}
.hero h1 em::selection,
.hero h1 .word::selection,
.page-hero h1 em::selection,
.interview-topic-hero h1 em::selection{
  background:rgba(106,194,255,.10)!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:none!important;
}
.hero h1 em::-moz-selection,
.hero h1 .word::-moz-selection,
.page-hero h1 em::-moz-selection,
.interview-topic-hero h1 em::-moz-selection{
  background:rgba(106,194,255,.10)!important;
  color:transparent!important;
  text-shadow:none!important;
}

/* Slightly calmer editorial scale on content pages. */
.page-hero h1,
.article-hero h1,
.interview-topic-hero h1{
  font-size:clamp(3.35rem,6.45vw,6.65rem);
  line-height:.955;
  letter-spacing:-.064em;
}
.page-hero p,
.article-hero p,
.interview-topic-hero p{
  line-height:1.82;
}

@media(max-width:980px){
  .hero{row-gap:54px}
  .hero h1{font-size:clamp(3.2rem,9.2vw,5.35rem);max-width:840px}
  .hero-description{max-width:760px}
}
@media(max-width:560px){
  .hero{row-gap:42px}
  .hero-copy{padding-bottom:10px}
  .hero h1{font-size:clamp(3.05rem,15vw,4.35rem);line-height:1.01;margin:18px 0 24px}
  .hero-description{font-size:.98rem;line-height:1.72}
  .page-hero h1,.article-hero h1,.interview-topic-hero h1{font-size:3.15rem;line-height:.98}
}

/* Version 22: clean capsule hover precisely fitted to navigation text */
.main-nav .nav-label::before,
.header-cta .nav-label::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  left:-.95em!important;
  right:-.95em!important;
  top:50%!important;
  height:2.05em!important;
  border-radius:999px!important;
  opacity:0!important;
  transform:translateY(-50%) scale(.88)!important;
  transform-origin:center!important;
  background:linear-gradient(100deg,#63e5d3 0%,#68b8f5 52%,#9b82f7 100%)!important;
  clip-path:none!important;
  filter:none!important;
  box-shadow:0 8px 24px rgba(89,171,241,.16)!important;
  mix-blend-mode:normal!important;
  transition:opacity .22s ease,transform .34s cubic-bezier(.22,.8,.28,1),box-shadow .34s ease!important;
}
.main-nav .nav-label::after,
.header-cta .nav-label::after{
  content:none!important;
  display:none!important;
}
.main-nav a:hover .nav-label::before,
.main-nav a:focus-visible .nav-label::before,
.header-cta:hover .nav-label::before,
.header-cta:focus-visible .nav-label::before{
  opacity:.96!important;
  transform:translateY(-50%) scale(1)!important;
  box-shadow:0 10px 28px rgba(91,180,245,.22)!important;
}
.main-nav a:hover .nav-label,
.main-nav a:focus-visible .nav-label,
.header-cta:hover .nav-label,
.header-cta:focus-visible .nav-label{
  color:#07111f!important;
  text-shadow:none!important;
}

/* Version 24: wider premium navigation capsules, matching the cohort CTA proportions */
.main-nav .nav-label::before,
.header-cta .nav-label::before{
  left:-1.55em!important;
  right:-1.55em!important;
  height:2.35em!important;
  border-radius:999px!important;
  transform:translateY(-50%) scale(.92)!important;
}
.main-nav a:hover .nav-label::before,
.main-nav a:focus-visible .nav-label::before,
.header-cta:hover .nav-label::before,
.header-cta:focus-visible .nav-label::before{
  transform:translateY(-50%) scale(1)!important;
}
@media (max-width:980px){
  .main-nav .nav-label::before,
  .header-cta .nav-label::before{
    left:-1.15em!important;
    right:-1.15em!important;
    height:2.2em!important;
  }
}

/* Version 25: larger, equal-width navigation hover capsules */
.site-header{
  width:min(1420px,calc(100% - 36px));
}
.main-nav{
  gap:14px;
}
.main-nav a,
.header-cta{
  min-width:220px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.main-nav .nav-label,
.header-cta .nav-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
}
.main-nav .nav-label::before,
.header-cta .nav-label::before{
  left:0!important;
  right:0!important;
  width:100%!important;
  height:2.45em!important;
}
@media(max-width:1250px){
  .main-nav a,
  .header-cta{min-width:180px}
}
@media(max-width:1050px){
  .main-nav a,
  .header-cta{min-width:150px}
}

/* Version 26: restore natural navigation widths; increase capsule HEIGHT only */
.site-header{
  width:min(1180px,calc(100% - 36px));
  height:82px;
  padding-inline:22px;
}
.main-nav{
  gap:30px;
}
.main-nav a,
.header-cta{
  min-width:0!important;
  width:auto!important;
  padding:0 18px!important;
  min-height:64px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.main-nav .nav-label,
.header-cta .nav-label{
  width:auto!important;
  min-width:0!important;
}
.main-nav .nav-label::before,
.header-cta .nav-label::before{
  left:-1.15em!important;
  right:-1.15em!important;
  width:auto!important;
  height:3.25em!important;
  border-radius:999px!important;
}
@media(max-width:1050px){
  .site-header{height:76px}
  .main-nav{gap:18px}
  .main-nav a,.header-cta{padding-inline:12px!important;min-height:58px}
  .main-nav .nav-label::before,.header-cta .nav-label::before{
    height:3em!important;
    left:-.9em!important;
    right:-.9em!important;
  }
}

/* Production hardening: non-visual accessibility, input-state, and compatibility safeguards. */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
.interest-form .form-field{display:flex;flex-direction:column;color:#52606f;font-size:.78rem;font-weight:700}
main:focus{outline:none}
.skip-link{
  position:fixed;z-index:2000;top:8px;left:8px;
  padding:10px 14px;border-radius:10px;background:#fff;color:#07111f;
  font-weight:800;box-shadow:0 12px 36px rgba(0,0,0,.3);
  transform:translateY(calc(-100% - 20px));transition:transform .18s ease
}
.skip-link:focus{transform:translateY(0)}
:where(a[href],button,input,textarea,select,summary,[tabindex]):focus-visible{
  outline:3px solid var(--cyan);outline-offset:3px
}
:where(button,a[href],summary){touch-action:manipulation}
:where(p,h1,h2,h3,a,button){overflow-wrap:break-word}
.copy-code{position:relative}
.copy-code::before{content:"";position:absolute;inset:-1px 0}
.clipboard-helper{position:fixed;left:-9999px;top:0;width:1px;height:1px;opacity:0;pointer-events:none}
.custom-select[aria-invalid="true"] .custom-select-trigger,
.custom-select-trigger[aria-invalid="true"]{
  border-color:#b42318;box-shadow:0 0 0 3px rgba(180,35,24,.12)
}
.custom-select-menu{transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}
.custom-select.open .custom-select-menu{transition-delay:0s}
.form-note:not(.success):not(.error){color:#667586!important}
.form-note.error{color:#a61b12!important}
.footer-legal{color:#73869a}
.section-number{color:#6f8298}

@media(max-width:900px){
  .menu-button{position:relative;cursor:pointer}
  .menu-button::before{content:"";position:absolute;inset:-12px -10px}
  .main-nav.open{max-height:calc(100dvh - 100px);overflow-y:auto;overscroll-behavior:contain}
  body.menu-open{overflow:hidden}
}
@media(max-width:900px) and (max-height:520px){
  .main-nav.open{top:68px;max-height:calc(100dvh - 82px);padding:12px 18px;gap:4px}
}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .site-header,.subpage-backbar,.va-button{background:#0a1727}
}
@media(forced-colors:active){
  .skip-link,.button,.contact-button,.back-control,.custom-select-trigger,.custom-select-menu,.qa-card{forced-color-adjust:auto}
  .ambient,.ambient-one,.ambient-two{display:none}
  :where(a[href],button,input,textarea,select,summary,[tabindex]):focus-visible{outline:2px solid Highlight}
}
@media(min-width:901px){
  .main-nav a,.header-cta{min-height:44px!important}
}
@media(max-width:900px){
  .header-cta{min-height:44px!important}
}

/* Navigation spacing refinement: keep desktop actions visually grouped. */
@media (min-width: 901px){
  .site-header{gap:12px!important}
  .main-nav{gap:12px!important}
}


/* v26 — Cohort form field consistency and secure submission states */
.interest-form .custom-select-trigger{
  width:100%;
  min-height:48px;
  margin-top:7px;
  padding:13px 14px;
  border:1px solid #dce2e8;
  border-radius:10px;
  background:#f8fafc;
  color:#07111f;
  font:600 .84rem/1.25 Manrope,Arial,sans-serif;
  box-shadow:none;
}
.interest-form .custom-select-trigger:hover{border-color:#c9d3dd;background:#f8fafc}
.interest-form .custom-select.open .custom-select-trigger,
.interest-form .custom-select-trigger:focus-visible{
  border-color:#6dafff;
  background:#f8fafc;
  box-shadow:0 0 0 3px rgba(109,175,255,.12);
  outline:0;
}
.interest-form .custom-select-trigger span{font-weight:600;color:#07111f}
.interest-form .custom-select-trigger svg{flex:0 0 20px;color:#07111f}
.interest-form .custom-select-menu{border-color:#dce2e8;box-shadow:0 14px 32px rgba(7,17,31,.14)}
.interest-form .button.primary.full:disabled{cursor:not-allowed;opacity:.68;transform:none!important}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}

/* v27 — RestartNow signature mark: custom R + forward-motion arrow. */
.brand-mark{
  flex:0 0 34px;
  overflow:hidden;
  background:none!important;
  box-shadow:0 8px 24px rgba(104,184,245,.16);
}
.brand-mark img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  transform:translateZ(0);
  transition:transform .24s cubic-bezier(.22,.8,.28,1),filter .24s ease;
}
.brand:hover .brand-mark img,
.brand:focus-visible .brand-mark img{
  transform:translateY(-1px) scale(1.025);
  filter:saturate(1.06);
}

/* v28 — Keep the cohort submit label visible. A broad legacy rule hides spans inside all .button elements. */
.interest-form #cohortSubmitButton .submit-label{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:1;
  color:#07111f!important;
  opacity:1!important;
  visibility:visible!important;
  white-space:nowrap;
  line-height:1.2;
  pointer-events:none;
}

/* v30 — Mobile-first refinement for iPhone 17 Pro (402 x 874 CSS px), adjacent phones, tablets and laptops. */
:root{--mobile-gutter:20px}

@media(max-width:900px){
  body{padding-top:0}
  .site-header{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    height:64px!important;
    top:10px!important;
    padding:0 14px!important;
    gap:10px!important;
    border-radius:18px!important;
  }
  .site-header.scrolled{top:8px!important}
  .brand{gap:9px;min-width:0}
  .brand-mark{width:36px;height:36px;flex-basis:36px;border-radius:11px}
  .brand>span:last-child{font-size:1rem;white-space:nowrap}
  .menu-button{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    min-width:48px;
    min-height:44px;
    margin-left:auto;
    padding:0 13px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:12px;
    background:rgba(255,255,255,.045);
    color:#eef6ff;
    font-size:.76rem;
    font-weight:800;
    letter-spacing:.02em;
  }
  .header-cta{display:none!important}
  .main-nav{
    position:fixed!important;
    top:82px!important;
    left:12px!important;
    right:12px!important;
    z-index:110!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:4px!important;
    padding:10px!important;
    border:1px solid rgba(255,255,255,.11)!important;
    border-radius:18px!important;
    background:rgba(7,17,31,.97)!important;
    -webkit-backdrop-filter:blur(24px) saturate(125%)!important;
    backdrop-filter:blur(24px) saturate(125%)!important;
    box-shadow:0 22px 60px rgba(0,0,0,.35)!important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-10px) scale(.985);
    transform-origin:top center;
    transition:opacity .2s ease,transform .24s ease,visibility 0s linear .24s;
  }
  .main-nav.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    transition-delay:0s;
  }
  .main-nav a{
    width:100%!important;
    min-height:48px!important;
    padding:0 14px!important;
    justify-content:flex-start!important;
    border-radius:12px!important;
    color:#d8e4ef!important;
  }
  .main-nav a:hover,.main-nav a:focus-visible{background:rgba(255,255,255,.06)!important;transform:none!important}
  .main-nav .nav-label::before,.main-nav .nav-label::after{display:none!important}

  .section{width:calc(100% - 40px);padding:92px 0}
  .hero{
    width:calc(100% - 40px)!important;
    min-height:auto!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:38px!important;
    padding-top:112px!important;
    padding-bottom:76px!important;
  }
  .hero-copy{width:100%;padding:0!important}
  .hero h1{max-width:none!important;font-size:clamp(3.05rem,12.8vw,5.4rem)!important;line-height:.98!important;letter-spacing:-.064em!important}
  .hero-description{max-width:760px;font-size:1rem;line-height:1.72}
  .hero-visual{width:100%;margin:0!important}
  .workspace-card{width:100%;transform:none!important;border-radius:22px}
  .workspace-body{grid-template-columns:105px minmax(0,1fr);min-height:390px}
  .board{min-width:0;padding:22px}
  .columns{min-width:0}

  .statement,.split-heading,.cohort-panel,.audience-wrap,.curriculum-panel,.knowledge-grid,.benefit-grid,.agile-showcase{
    grid-template-columns:1fr!important;
  }
  .statement,.split-heading{gap:24px}
  .benefit-grid{gap:14px;margin-top:44px}
  .glass-card{padding:26px;min-height:0}
  .glass-card h3{margin:32px 0 10px}
  .agile-section{padding-left:20px!important;padding-right:20px!important}
  .agile-showcase{gap:42px;margin-top:52px}
  .story-card{position:relative;top:auto}
  .curriculum-panel{gap:44px;padding:38px!important}
  .pdf-preview{justify-self:center;max-width:310px;width:100%}
  .knowledge-grid{gap:16px;margin-top:46px}
  .knowledge-card{min-height:0;padding:32px}
  .card-icon{margin-bottom:34px}
  .audience-wrap{gap:35px}
  .cohort-panel{gap:48px}
  .cohort-copy>p:not(.eyebrow){margin:22px 0}
  .interest-form{width:100%;max-width:620px;justify-self:center}
  .compact-footer{width:calc(100% - 40px);margin-top:56px}
  .footer-card{gap:32px!important;padding:32px!important}
  .footer-contact{padding-left:0!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.09);padding-top:30px!important}

  .page-shell,.article-shell,.interview-shell{padding-left:20px!important;padding-right:20px!important}
  .page-grid,.topic-list{grid-template-columns:1fr!important}
  .article-section{grid-template-columns:54px minmax(0,1fr)}
  .answer{padding-left:77px}
}

@media(max-width:560px){
  :root{--mobile-gutter:18px}
  body::before,body:not(.subpage)::before,body.subpage::before,body.subpage:not(.article-page)::before,body:has(.interview-topic-hero)::before{height:82px!important}
  body::after{top:82px!important;height:10px!important}
  .site-header{width:calc(100% - 20px)!important;left:50%;height:62px!important;padding:0 12px!important;border-radius:17px!important}
  .brand-mark{width:34px;height:34px;flex-basis:34px}
  .brand>span:last-child{font-size:.96rem}
  .menu-button{min-width:46px;min-height:42px;padding-inline:11px;font-size:.72rem}
  .main-nav{top:80px!important;left:10px!important;right:10px!important}

  .section{width:calc(100% - 36px);padding:78px 0}
  .hero{width:calc(100% - 36px)!important;padding-top:104px!important;padding-bottom:66px!important;gap:31px!important}
  .eyebrow{font-size:.66rem;letter-spacing:.11em;line-height:1.55}
  .hero h1{font-size:clamp(2.92rem,14.5vw,4.15rem)!important;line-height:1.005!important;margin:17px 0 22px!important}
  .hero h1 br{display:none}
  .hero-description{font-size:.96rem;line-height:1.68}

  .workspace-card{border-radius:18px;overflow:hidden}
  .workspace-topbar{height:46px;padding:0 13px;gap:9px;font-size:.56rem}
  .workspace-topbar .status{display:none}
  .workspace-body{display:block;min-height:0}
  .workspace-body aside{display:none}
  .board{padding:17px}
  .board-head{align-items:flex-start;gap:10px}
  .board-head>span{display:none}
  .columns{grid-template-columns:1fr;gap:9px;margin-top:17px}
  .column{min-height:0;padding:9px}
  .column>p{margin-bottom:8px}
  .column article{padding:12px}
  .mentor-note{margin-top:11px}

  .section-label{margin-bottom:34px;font-size:.62rem}
  .statement h2,.split-heading h2,.audience-wrap h2,.curriculum-panel h2,.cohort-copy h2{font-size:clamp(2.45rem,12vw,3.45rem)!important;line-height:1.04!important}
  .statement p,.split-heading p{font-size:.93rem;line-height:1.75}
  .benefit-grid{margin-top:34px}
  .glass-card{padding:24px;border-radius:19px}
  .glass-card h3{font-size:1.16rem}
  .agile-section{padding:78px 18px!important}
  .agile-showcase{margin-top:42px;gap:34px}
  .story-card{padding:23px;border-radius:21px}
  .story-header{flex-wrap:wrap}
  .story-header i{margin-left:0;width:100%}
  .story-card h3{font-size:1.48rem;margin:24px 0 12px}
  .acceptance label{display:grid;grid-template-columns:18px 1fr;gap:8px;align-items:start;line-height:1.5}
  .story-footer{flex-direction:column;gap:7px}
  .journey-step{gap:15px}

  .curriculum-panel{padding:27px 22px!important;border-radius:22px;gap:36px}
  .curriculum-panel .button.light,.curriculum-panel a.button.light{width:100%!important;min-height:52px!important;padding:13px 18px!important;text-align:center}
  .pdf-preview{max-width:250px;transform:scale(.92);transform-origin:center}

  .knowledge-grid{margin-top:36px}
  .knowledge-card{padding:27px 24px;border-radius:22px}
  .knowledge-card h3{font-size:1.45rem}
  .knowledge-card p{font-size:.86rem}
  .card-icon{margin-bottom:28px}
  .audience-list{gap:10px}
  .audience-list span{font-size:.86rem;line-height:1.45;padding:13px 15px}

  .cohort-section{padding:78px 18px!important}
  .cohort-panel{gap:36px}
  .cohort-points{font-size:.78rem}
  .interest-form{padding:25px 20px;border-radius:21px}
  .interest-form h3{font-size:1.28rem;margin-bottom:20px}
  .interest-form label,.interest-form .form-field{font-size:.72rem}
  .interest-form input,.interest-form select,.interest-form textarea,.interest-form .custom-select-trigger{min-height:48px;font-size:16px!important;padding:13px 14px}
  .interest-form textarea{min-height:104px;resize:vertical}
  .interest-form #cohortSubmitButton{width:100%!important;max-width:100%!important;min-height:52px!important;padding:13px 18px!important}
  .interest-form #cohortSubmitButton .submit-label{white-space:normal;text-align:center;font-size:.84rem}
  .form-note{font-size:.63rem!important;line-height:1.55!important}

  .compact-footer{width:calc(100% - 28px);margin:48px auto 14px}
  .footer-card{padding:25px 20px!important;border-radius:22px!important}
  .footer-contact-title{font-size:1.48rem}
  .contact-actions{display:grid!important;grid-template-columns:1fr!important;width:100%}
  .contact-button{width:100%!important;justify-content:center}
  .footer-legal{align-items:flex-start}

  .va-button{right:max(12px,env(safe-area-inset-right))!important;bottom:max(12px,env(safe-area-inset-bottom))!important;width:50px!important;height:50px!important}

  .page-shell,.article-shell,.interview-shell{padding:118px 18px 72px!important}
  .page-hero h1,.article-hero h1,.interview-topic-hero h1{font-size:clamp(2.55rem,13vw,3.35rem)!important}
  .page-hero p,.article-hero p,.interview-topic-hero p{font-size:.96rem!important;line-height:1.72!important}
  .article-meta-row,.interview-topic-hero .topic-meta-row{gap:12px}
  .article-section{grid-template-columns:1fr;gap:10px;padding:34px 0}
  .section-number{padding-top:0}
  .article-section h2{font-size:1.65rem}
  .article-section p{font-size:.91rem;line-height:1.78}
  .code-window{border-radius:15px}
  .code-window pre{padding:16px!important}
  .code-window code{font-size:.7rem;line-height:1.7}
  .qa-card{border-radius:17px}
  .qa-card summary{grid-template-columns:30px minmax(0,1fr) 30px!important;gap:10px!important;padding:18px 16px!important}
  .qa-card summary h2{font-size:.94rem}
  .answer{padding:0 16px 22px!important}
  .answer p{font-size:.9rem;line-height:1.75}
}

@media(max-width:370px){
  .site-header{width:calc(100% - 16px)!important}
  .brand>span:last-child{font-size:.9rem}
  .menu-button{min-width:43px;padding-inline:9px}
  .section,.hero{width:calc(100% - 28px)!important}
  .hero h1{font-size:2.72rem!important}
  .interest-form{padding:22px 16px}
}

@media(min-width:901px) and (max-width:1280px){
  .site-header{width:calc(100% - 40px)!important;padding-inline:20px!important}
  .main-nav{gap:8px!important}
  .main-nav a,.header-cta{padding-inline:11px!important}
  .hero{width:calc(100% - 56px)!important;gap:42px!important}
  .section{width:calc(100% - 56px)}
  .cohort-section,.agile-section{padding-left:28px!important;padding-right:28px!important}
  .cohort-panel{gap:46px}
}

@media(orientation:landscape) and (max-width:900px) and (max-height:520px){
  .site-header{height:56px!important;top:7px!important}
  .main-nav{top:70px!important;max-height:calc(100dvh - 78px)!important}
  .hero{padding-top:90px!important}
  .va-button{width:46px!important;height:46px!important}
}

/* v31 — Native text selection, complete mobile navigation, and copy-safe hero text. */
.hero h1 .word{
  display:inline!important;
  opacity:1!important;
  transform:none!important;
  filter:none!important;
  transition:none!important;
}

::selection{
  background:rgba(109,184,255,.32)!important;
  color:#f7fbff!important;
  -webkit-text-fill-color:#f7fbff!important;
  text-shadow:none!important;
}
::-moz-selection{
  background:rgba(109,184,255,.32)!important;
  color:#f7fbff!important;
  text-shadow:none!important;
}
.hero h1 em::selection,
.page-hero h1 em::selection,
.interview-topic-hero h1 em::selection{
  background:rgba(107,241,213,.30)!important;
  color:#06111f!important;
  -webkit-text-fill-color:#06111f!important;
}
.hero h1 em::-moz-selection,
.page-hero h1 em::-moz-selection,
.interview-topic-hero h1 em::-moz-selection{
  background:rgba(107,241,213,.30)!important;
  color:#06111f!important;
}

.mobile-contact-link{display:none!important}

@media(max-width:900px){
  .mobile-contact-link{display:flex!important}
  .main-nav{
    max-height:calc(100dvh - 98px)!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .main-nav a{
    flex:0 0 auto!important;
    white-space:normal!important;
    line-height:1.35!important;
    overflow:visible!important;
  }
  .main-nav .nav-label{
    display:block!important;
    width:100%!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:normal!important;
  }
}


/* v32 — precision mobile occlusion, native selection, exact hero wrapping, and circular assistant control. */
.header-ceiling{
  position:fixed;
  z-index:109;
  inset:0 0 auto;
  height:96px;
  background:#07111f;
  pointer-events:none;
}
.site-header{z-index:120!important;isolation:isolate}
.scroll-progress{z-index:130!important}

/* Keep the headline as two semantic, selectable text lines. */
.hero-line{display:block}
.hero-line-primary{color:#fff}
.hero-line-accent em{display:inline;font-style:normal}

/* Native, consistent selection similar to polished product sites. */
::selection{
  background:#b8d8ff!important;
  color:#101820!important;
  -webkit-text-fill-color:#101820!important;
  text-shadow:none!important;
}
::-moz-selection{
  background:#b8d8ff!important;
  color:#101820!important;
  text-shadow:none!important;
}
.hero h1 em::selection,
.page-hero h1 em::selection,
.interview-topic-hero h1 em::selection{
  background:#b8d8ff!important;
  color:#101820!important;
  -webkit-text-fill-color:#101820!important;
}
.hero h1 em::-moz-selection,
.page-hero h1 em::-moz-selection,
.interview-topic-hero h1 em::-moz-selection{
  background:#b8d8ff!important;
  color:#101820!important;
}

/* One mathematically exact assistant circle at every breakpoint. */
.va-button,
.va-button:hover,
.va-button:focus-visible,
.va-button.near-footer{
  width:58px!important;
  min-width:58px!important;
  max-width:58px!important;
  height:58px!important;
  min-height:58px!important;
  aspect-ratio:1/1!important;
  padding:0!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  gap:0!important;
  overflow:hidden!important;
  transform:none!important;
  box-sizing:border-box!important;
}
.va-button span{
  width:38px!important;
  min-width:38px!important;
  height:38px!important;
  aspect-ratio:1/1!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
  box-sizing:border-box!important;
}
.va-button b{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* Avoid duplicate desktop Contact Us while retaining the dedicated mobile item. */
.mobile-contact-link{display:none!important}

@media(max-width:900px){
  .header-ceiling{height:92px}
  .site-header{z-index:120!important}
  .main-nav{z-index:119!important}
  .hero-line{display:block!important}
  .hero h1 br{display:none!important}
  .hero-line-accent{margin-top:.04em}
  .mobile-contact-link{display:flex!important}
  .va-button,
  .va-button:hover,
  .va-button:focus-visible,
  .va-button.near-footer{
    width:54px!important;
    min-width:54px!important;
    max-width:54px!important;
    height:54px!important;
    right:max(14px,env(safe-area-inset-right))!important;
    bottom:max(18px,env(safe-area-inset-bottom))!important;
  }
  .va-button span{width:36px!important;min-width:36px!important;height:36px!important}
  .footer-top-action{
    position:static!important;
    transform:none!important;
    margin:22px 0 0!important;
    width:46px!important;
    height:46px!important;
  }
  .footer-top-action:hover,.footer-top-action:focus-visible,.footer-top-action:active{transform:none!important}
}

@media(max-width:560px){
  .hero h1{
    font-size:clamp(3rem,14.2vw,4rem)!important;
    line-height:1.02!important;
    letter-spacing:-.065em!important;
  }
  .hero-line-primary{white-space:normal}
  .hero-line-accent{font-size:.94em}
}

/* v33 — tighter desktop navigation spacing, with mobile menu unchanged. */
@media(min-width:901px){
  .main-nav{
    gap:4px!important;
  }
  .main-nav a,
  .header-cta{
    padding-inline:9px!important;
  }
}


/* Ask Neo: compact assistant circle with a polished desktop hover reveal. */
@media (min-width:901px){
  .va-button,
  .va-button.near-footer{
    width:58px!important;
    min-width:58px!important;
    max-width:58px!important;
    height:58px!important;
    padding:0 10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    overflow:hidden!important;
    border-radius:999px!important;
    transition:width .32s cubic-bezier(.2,.8,.2,1),max-width .32s cubic-bezier(.2,.8,.2,1),background-color .2s ease,box-shadow .2s ease!important;
  }
  .va-button:hover,
  .va-button:focus-visible,
  .va-button.near-footer:hover,
  .va-button.near-footer:focus-visible{
    width:154px!important;
    min-width:154px!important;
    max-width:154px!important;
    padding-right:18px!important;
    transform:none!important;
    background:rgba(15,30,49,.97)!important;
    box-shadow:0 18px 48px rgba(0,0,0,.38),0 0 0 1px rgba(109,184,255,.12)!important;
  }
  .va-button span{
    flex:0 0 38px!important;
  }
  .va-button b{
    position:static!important;
    width:auto!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
    overflow:visible!important;
    clip:auto!important;
    clip-path:none!important;
    white-space:nowrap!important;
    border:0!important;
    opacity:0!important;
    transform:translateX(8px)!important;
    font-size:.76rem!important;
    font-weight:800!important;
    line-height:1!important;
    color:#fff!important;
    pointer-events:none!important;
    transition:opacity .2s ease .06s,transform .26s ease .04s!important;
  }
  .va-button:hover b,
  .va-button:focus-visible b{
    opacity:1!important;
    transform:translateX(0)!important;
  }
}

@media (max-width:900px){
  .va-button b{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
  }
}

/* v35 — stable Ask Neo desktop pill; compact circular control on touch layouts. */
.va-button,
.va-button.near-footer{
  animation:none!important;
}

@media (min-width:901px){
  .va-button,
  .va-button.near-footer,
  .va-button:hover,
  .va-button:focus-visible,
  .va-button.near-footer:hover,
  .va-button.near-footer:focus-visible{
    position:fixed!important;
    right:24px!important;
    bottom:24px!important;
    top:auto!important;
    width:64px!important;
    min-width:64px!important;
    max-width:64px!important;
    height:64px!important;
    min-height:64px!important;
    padding:0!important;
    display:block!important;
    border-radius:999px!important;
    overflow:hidden!important;
    transform:none!important;
    box-sizing:border-box!important;
    white-space:nowrap!important;
    transition:width .32s cubic-bezier(.2,.8,.2,1),max-width .32s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease,background-color .22s ease!important;
  }

  .va-button:hover,
  .va-button:focus-visible,
  .va-button.near-footer:hover,
  .va-button.near-footer:focus-visible{
    width:218px!important;
    min-width:218px!important;
    max-width:218px!important;
    background:rgba(15,30,49,.98)!important;
    box-shadow:0 18px 48px rgba(0,0,0,.38),0 0 0 1px rgba(109,184,255,.12)!important;
  }

  .va-button span,
  .va-button:hover span,
  .va-button:focus-visible span{
    position:absolute!important;
    left:8px!important;
    top:8px!important;
    width:48px!important;
    min-width:48px!important;
    height:48px!important;
    margin:0!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    line-height:1!important;
    box-sizing:border-box!important;
  }

  .va-button b,
  .va-button:hover b,
  .va-button:focus-visible b{
    position:absolute!important;
    left:74px!important;
    top:50%!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:visible!important;
    clip:auto!important;
    clip-path:none!important;
    color:#fff!important;
    font-size:1rem!important;
    font-weight:800!important;
    line-height:1!important;
    opacity:0!important;
    transform:translate(10px,-50%)!important;
    transition:opacity .18s ease .08s,transform .25s ease .04s!important;
    pointer-events:none!important;
  }

  .va-button:hover b,
  .va-button:focus-visible b,
  .va-button.near-footer:hover b,
  .va-button.near-footer:focus-visible b{
    opacity:1!important;
    transform:translate(0,-50%)!important;
  }
}

@media (max-width:900px){
  .va-button,
  .va-button.near-footer,
  .va-button:hover,
  .va-button:focus-visible{
    width:54px!important;
    min-width:54px!important;
    max-width:54px!important;
    height:54px!important;
    min-height:54px!important;
    padding:0!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    overflow:hidden!important;
    transform:none!important;
  }
  .va-button span{
    position:static!important;
    width:36px!important;
    min-width:36px!important;
    height:36px!important;
  }
}

/* v36 — refined Ask Neo proportions: compact premium desktop pill. */
@media (min-width:901px){
  .va-button,
  .va-button.near-footer,
  .va-button:hover,
  .va-button:focus-visible,
  .va-button.near-footer:hover,
  .va-button.near-footer:focus-visible{
    width:56px!important;
    min-width:56px!important;
    max-width:56px!important;
    height:56px!important;
    min-height:56px!important;
  }

  .va-button:hover,
  .va-button:focus-visible,
  .va-button.near-footer:hover,
  .va-button.near-footer:focus-visible{
    width:166px!important;
    min-width:166px!important;
    max-width:166px!important;
  }

  .va-button span,
  .va-button:hover span,
  .va-button:focus-visible span{
    left:7px!important;
    top:7px!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
  }

  .va-button b,
  .va-button:hover b,
  .va-button:focus-visible b{
    left:62px!important;
    font-size:.84rem!important;
    font-weight:750!important;
    letter-spacing:-.01em!important;
  }
}

/* v37 — precision Ask Neo geometry and autonomous idle animation. */
@keyframes askNeoIdleGlow{
  0%,100%{box-shadow:0 12px 32px rgba(0,0,0,.30),0 0 0 1px rgba(109,184,255,.08),0 0 0 0 rgba(101,226,232,0)}
  50%{box-shadow:0 14px 36px rgba(0,0,0,.34),0 0 0 1px rgba(109,184,255,.16),0 0 0 7px rgba(101,226,232,.055)}
}
@keyframes askNeoSpark{
  0%,72%,100%{transform:scale(1) rotate(0deg);opacity:1}
  82%{transform:scale(1.16) rotate(8deg);opacity:.88}
  90%{transform:scale(.96) rotate(-4deg);opacity:1}
}

@media (min-width:901px){
  .va-button,
  .va-button.near-footer,
  .va-button:hover,
  .va-button:focus-visible,
  .va-button.near-footer:hover,
  .va-button.near-footer:focus-visible{
    width:56px!important;
    min-width:56px!important;
    max-width:56px!important;
    height:56px!important;
    min-height:56px!important;
    padding:7px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:0!important;
    overflow:hidden!important;
    border-radius:999px!important;
    box-sizing:border-box!important;
    animation:askNeoIdleGlow 3.4s ease-in-out infinite!important;
    transition:width .3s cubic-bezier(.22,.8,.22,1),min-width .3s cubic-bezier(.22,.8,.22,1),max-width .3s cubic-bezier(.22,.8,.22,1),padding-right .3s cubic-bezier(.22,.8,.22,1),background-color .2s ease,box-shadow .2s ease!important;
  }

  .va-button:hover,
  .va-button:focus-visible,
  .va-button.near-footer:hover,
  .va-button.near-footer:focus-visible{
    width:128px!important;
    min-width:128px!important;
    max-width:128px!important;
    padding-right:12px!important;
    animation-play-state:paused!important;
    background:rgba(15,30,49,.98)!important;
    box-shadow:0 16px 40px rgba(0,0,0,.36),0 0 0 1px rgba(109,184,255,.16)!important;
  }

  .va-button span,
  .va-button:hover span,
  .va-button:focus-visible span{
    position:static!important;
    flex:0 0 42px!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    margin:0!important;
    display:grid!important;
    place-items:center!important;
    border-radius:50%!important;
    line-height:1!important;
    box-sizing:border-box!important;
    transform-origin:center!important;
    animation:askNeoSpark 3.4s ease-in-out infinite!important;
  }

  .va-button:hover span,
  .va-button:focus-visible span{
    animation-play-state:paused!important;
  }

  .va-button b,
  .va-button:hover b,
  .va-button:focus-visible b{
    position:static!important;
    flex:0 0 auto!important;
    width:auto!important;
    height:auto!important;
    margin:0 0 0 10px!important;
    padding:0!important;
    overflow:visible!important;
    clip:auto!important;
    clip-path:none!important;
    border:0!important;
    white-space:nowrap!important;
    color:#fff!important;
    font-size:.78rem!important;
    font-weight:750!important;
    line-height:1!important;
    letter-spacing:-.012em!important;
    opacity:0!important;
    transform:translateX(6px)!important;
    pointer-events:none!important;
    transition:opacity .17s ease .06s,transform .24s ease .03s!important;
  }

  .va-button:hover b,
  .va-button:focus-visible b,
  .va-button.near-footer:hover b,
  .va-button.near-footer:focus-visible b{
    opacity:1!important;
    transform:translateX(0)!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .va-button,
  .va-button.near-footer,
  .va-button span{
    animation:none!important;
  }
}

/* v37 — mobile section corners and stable page-end canvas only. */
html{
  background:#07111f;
}

@media(max-width:560px){
  .agile-section,
  .cohort-section{
    width:calc(100% - 36px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    border-radius:24px!important;
    overflow:hidden!important;
  }

  body{
    min-height:100svh;
    background-color:#07111f!important;
    overscroll-behavior-y:none;
  }
}

/* v39 — requested footer action height and concentric Ask Neo geometry only. */
.contact-button,
.contact-button.call,
.contact-button.whatsapp{
  min-height:46px!important;
  height:46px!important;
  padding:8px 22px!important;
}

@media (min-width:901px){
  .va-button,
  .va-button.near-footer,
  .va-button:hover,
  .va-button:focus-visible,
  .va-button.near-footer:hover,
  .va-button.near-footer:focus-visible{
    position:fixed!important;
    right:24px!important;
    bottom:24px!important;
    width:56px!important;
    min-width:56px!important;
    max-width:56px!important;
    height:56px!important;
    min-height:56px!important;
    padding:0!important;
    display:block!important;
    border:1px solid rgba(137,181,221,.32)!important;
    border-radius:50%!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    transform:none!important;
    animation:none!important;
    box-shadow:0 12px 30px rgba(0,0,0,.30),inset 0 0 0 1px rgba(255,255,255,.035)!important;
    transition:width .3s cubic-bezier(.22,.8,.22,1),min-width .3s cubic-bezier(.22,.8,.22,1),max-width .3s cubic-bezier(.22,.8,.22,1),border-radius .3s cubic-bezier(.22,.8,.22,1),background-color .2s ease,box-shadow .2s ease!important;
  }

  .va-button:hover,
  .va-button:focus-visible,
  .va-button.near-footer:hover,
  .va-button.near-footer:focus-visible{
    width:128px!important;
    min-width:128px!important;
    max-width:128px!important;
    border-radius:28px!important;
    background:rgba(15,30,49,.98)!important;
    box-shadow:0 15px 38px rgba(0,0,0,.34),inset 0 0 0 1px rgba(109,184,255,.07)!important;
  }

  .va-button span,
  .va-button:hover span,
  .va-button:focus-visible span,
  .va-button.near-footer span,
  .va-button.near-footer:hover span,
  .va-button.near-footer:focus-visible span{
    position:absolute!important;
    left:6px!important;
    top:6px!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    margin:0!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    box-sizing:border-box!important;
    transform:none!important;
    transform-origin:50% 50%!important;
    animation:askNeoSpark 3.4s ease-in-out infinite!important;
  }

  .va-button b,
  .va-button:hover b,
  .va-button:focus-visible b,
  .va-button.near-footer b,
  .va-button.near-footer:hover b,
  .va-button.near-footer:focus-visible b{
    position:absolute!important;
    left:60px!important;
    top:50%!important;
    margin:0!important;
    padding:0!important;
    width:auto!important;
    white-space:nowrap!important;
    font-size:.78rem!important;
    font-weight:750!important;
    line-height:1!important;
    opacity:0!important;
    transform:translate(5px,-50%)!important;
    transition:opacity .17s ease .06s,transform .24s ease .03s!important;
  }

  .va-button:hover b,
  .va-button:focus-visible b,
  .va-button.near-footer:hover b,
  .va-button.near-footer:focus-visible b{
    opacity:1!important;
    transform:translate(0,-50%)!important;
  }
}

@media (max-width:900px){
  .va-button,
  .va-button.near-footer,
  .va-button:hover,
  .va-button:focus-visible{
    padding:0!important;
    display:grid!important;
    place-items:center!important;
    border-radius:50%!important;
    animation:none!important;
  }

  .va-button span,
  .va-button:hover span,
  .va-button:focus-visible span{
    position:static!important;
    margin:0!important;
    transform:none!important;
  }
}

/* v40 — only: remove duplicate desktop Contact Us and lock the mobile page-end canvas. */
@media (min-width:901px){
  .main-nav .mobile-contact-link{
    display:none!important;
  }
}

html,
body{
  background-color:#07111f!important;
}

@media (max-width:900px){
  html,
  body{
    min-height:100%;
    background:#07111f!important;
  }

  body{
    padding-bottom:env(safe-area-inset-bottom);
  }
}

/* v39 — premium hero wording and clean native heading selection. */
.hero h1{
  line-height:1.045!important;
}
.hero-line{
  display:block!important;
  position:static!important;
  transform:none!important;
}
.hero-line-accent{
  color:#72a7ff;
  background:linear-gradient(90deg,#5eead4 0%,#60a5fa 52%,#9b7cff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  font-style:normal;
}
.hero h1::selection,
.hero h1 *::selection{
  background:#b8d8ff!important;
  color:#101820!important;
  -webkit-text-fill-color:#101820!important;
  text-shadow:none!important;
}
.hero h1::-moz-selection,
.hero h1 *::-moz-selection{
  background:#b8d8ff!important;
  color:#101820!important;
  text-shadow:none!important;
}
@media(max-width:560px){
  .hero h1{line-height:1.065!important}
}


/* Final requested WhatsApp treatment only: remove the green fill and keep the icon transparent. */
.contact-button.whatsapp .whatsapp-glyph{
  background:transparent!important;
  box-shadow:none!important;
  color:inherit!important;
}
