:root{--navy-900:#0a0e27;--navy-800:#0f1535;--navy-700:#161d45;--navy-600:#1c2555;--teal-500:#1283ff;--teal-400:#3a9aff;--teal-300:#5fb3ff;--blue-500:#1283ff;--blue-400:#3a9aff;--blue-600:#0a6fde;--orange-500:#f97316;--orange-400:#fb923c;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--bg-primary:var(--navy-900);--bg-section:var(--gray-50);--bg-card:var(--white);--text-primary:var(--white);--text-dark:var(--gray-900);--text-muted:var(--gray-500);--accent:var(--teal-500);--accent-hover:var(--teal-400);--cta:var(--orange-500);--cta-hover:var(--orange-400);--section-py:6rem;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 20px #0000001a;--shadow-lg:0 10px 40px #0000001f;--shadow-glow:0 0 30px #1283ff40}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--text-dark);background:var(--white);font-family:Instrument Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,Inter,sans-serif;font-weight:700;line-height:1.15}a{color:inherit;text-decoration:none;transition:all .25s}img{max-width:100%;display:block}ul{list-style:none}.container{width:100%;max-width:1380px;margin:0 auto;padding:0 1.5rem}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.section-title{color:var(--text-dark);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:700}.section-title--light{color:var(--white)}.section-subtitle{color:var(--text-muted);max-width:600px;font-size:1.125rem}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.btn{border-radius:var(--radius-full);cursor:pointer;text-align:center;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-cta{background:var(--cta);color:var(--white)}.btn-cta:hover{background:var(--cta-hover);color:var(--white);transform:translateY(-2px)}.btn-accent{background:var(--accent);color:var(--navy-900);font-weight:700}.btn-accent:hover{background:var(--accent-hover);color:var(--navy-900);transform:translateY(-2px)}.btn-outline{border:2px solid var(--white);color:var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--navy-900)}.btn-dark{background:var(--navy-900);color:var(--white)}.btn-dark:hover{background:var(--navy-800);color:var(--white);transform:translateY(-2px)}.btn-lg{padding:1rem 2.5rem;font-size:1.0625rem}.btn .arrow{transition:transform .3s}.btn:hover .arrow{transform:translate(4px)}.top-bar{background:#e93638;padding:.625rem 0;font-size:.875rem}.top-bar .container{justify-content:center;align-items:center;display:flex}.top-bar__text{color:#fff;text-align:center}.top-bar__countdown{color:#fff;letter-spacing:.03em;font-weight:700}.top-bar__cta{color:#fff;margin-left:.5rem;font-weight:700;text-decoration:underline}.top-bar__cta:hover{color:#ffffffd9}.navbar{z-index:100;background:#fff;transition:box-shadow .3s;position:sticky;top:0}.navbar.scrolled{box-shadow:0 2px 20px #00000014}.navbar .container{justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem;display:flex}.logo{flex-shrink:0;align-items:center;display:flex}.logo img{width:auto;height:48px}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:var(--gray-700);white-space:nowrap;font-size:.875rem;font-weight:500;position:relative}.nav-links a:after{content:"";background:var(--blue-500);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--navy-900)}.nav-links a:hover:after{width:100%}.nav-right{flex-shrink:0;align-items:center;gap:1rem;display:flex}.mobile-toggle{color:var(--gray-700);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.mobile-nav{background:var(--white);z-index:200;flex-direction:column;padding:2rem;display:none;position:fixed;inset:0}.mobile-nav.open{display:flex}.mobile-nav__close{color:var(--gray-700);cursor:pointer;background:0 0;border:none;align-self:flex-end;margin-bottom:2rem;font-size:2rem}.mobile-nav a{color:var(--gray-800);border-bottom:1px solid var(--gray-100);padding:1rem 0;font-size:1.125rem;font-weight:500}.nav-dropdown{position:relative}.nav-dropdown__trigger{color:var(--gray-700);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-family:inherit;font-size:.875rem;font-weight:500;display:flex}.nav-dropdown__trigger:hover{color:var(--navy-900)}.nav-dropdown__chevron-icon{flex-shrink:0;transition:transform .2s}.nav-dropdown:hover .nav-dropdown__chevron-icon{transform:rotate(180deg)}.nav-dropdown__menu{opacity:0;pointer-events:none;z-index:200;min-width:260px;margin-top:-4px;padding-top:10px;transition:opacity .18s,margin-top .18s;position:absolute;top:100%;left:50%;transform:translate(-50%)}.nav-dropdown:hover .nav-dropdown__menu{opacity:1;pointer-events:auto;margin-top:0}.nav-dropdown__inner{background:#fff;border-radius:10px;padding:.375rem 0;overflow:hidden;box-shadow:0 8px 32px #00000021}.nav-dropdown__item{color:var(--gray-700);white-space:normal;border-bottom:1px solid var(--gray-100);padding:.65rem 1.25rem;font-size:.875rem;font-weight:400;transition:background .15s,color .15s;display:block}.nav-dropdown__item:last-child{border-bottom:none}.nav-dropdown__item:hover{color:var(--blue-500);background:#f0f7ff}.mobile-nav__press{border-bottom:1px solid var(--gray-100)}.mobile-nav__press-toggle{text-align:left;width:100%;color:var(--gray-800);cursor:pointer;background:0 0;border:none;justify-content:space-between;padding:1rem 0;font-family:inherit;font-size:1.125rem;font-weight:500;display:flex}.mobile-nav__press-items{padding:0 0 .5rem 1rem}.mobile-nav__press-item{display:block;color:var(--gray-600)!important;border-bottom:none!important;padding:.6rem 0!important;font-size:.9375rem!important}.page-main{padding-top:2rem}.legal-page{padding:4rem 0 6rem}.legal-page__content{max-width:780px;margin:0 auto}.legal-page__content h1{color:var(--navy-900);margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.legal-page__effective{color:var(--gray-500);margin-bottom:2.5rem;font-size:.9rem}.legal-page__content h2{color:var(--navy-900);border-bottom:1px solid var(--gray-100);margin-top:2.25rem;margin-bottom:.75rem;padding-bottom:.4rem;font-size:1.125rem;font-weight:700}.legal-page__content p{color:var(--gray-600);margin-bottom:1rem;font-size:.9375rem;line-height:1.8}.legal-page__content ul{color:var(--gray-600);margin-bottom:1rem;padding-left:1.5rem;font-size:.9375rem;line-height:1.8}.legal-page__content ul li{margin-bottom:.4rem}.legal-page__content a{color:var(--blue-500);text-decoration:underline}.about-hero{text-align:center;background-image:url(/hero-students.png);background-position:top;background-size:cover;border-radius:16px;margin:0 1rem 1.5rem;padding:7rem 0;position:relative;overflow:hidden}.about-hero__overlay{background:linear-gradient(135deg,#000000ad 0%,#00000085 100%);position:absolute;inset:0}.about-hero__content{z-index:2;position:relative}.about-hero__label{color:#6db8ff;letter-spacing:.08em;text-transform:uppercase;background:#1283ff33;border:1px solid #1283ff73;border-radius:999px;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.8125rem;font-weight:600;display:inline-block}.about-hero__title{color:#fff;margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15}.about-hero__sub{color:#ffffffd1;max-width:640px;margin:0 auto 2rem;font-size:1.0625rem;line-height:1.7}.about-stats{padding:0 1rem 1.5rem}.about-stats__grid{background:var(--navy-900);border-radius:16px;flex-wrap:wrap;justify-content:space-around;gap:1rem;padding:2.5rem 2rem;display:flex}.about-stats__item{text-align:center;flex:140px}.about-stats__value{color:var(--blue-500);font-size:1.875rem;font-weight:800;line-height:1}.about-stats__label{color:var(--gray-400,#9ca3af);margin-top:.4rem;font-size:.8125rem}.about-mv{padding:5rem 0}.about-mv__grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.about-mv__card{border:1px solid var(--gray-100,#f3f4f6);border-radius:16px;padding:2.5rem}.about-mv__card--mission{background:#f0f7ff}.about-mv__card--vision{background:var(--navy-900)}.about-mv__card--vision h2{color:#fff!important}.about-mv__card--vision p{color:#ffffffd1!important}.about-mv__icon{background:#1283ff2e;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:flex}.about-mv__card h2{color:var(--navy-900);margin-bottom:.875rem;font-size:1.375rem;font-weight:700}.about-mv__card p{color:var(--gray-600);font-size:.9375rem;line-height:1.75}.about-story{padding:0 0 5rem}.about-story__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-story__image{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000001a}.about-story__image img{object-fit:cover;width:100%;height:420px;display:block}.about-story__text .section-label{color:var(--blue-500);margin-bottom:.75rem}.about-story__text h2{color:var(--navy-900);margin-bottom:1.25rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.25}.about-story__text p{color:var(--gray-600);margin-bottom:1rem;font-size:.9375rem;line-height:1.75}.about-story__text p:last-child{margin-bottom:0}.about-values{background:var(--gray-50,#f9fafb);padding:5rem 0}.about-values__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.about-values__card{border:1px solid var(--gray-100,#f3f4f6);background:#fff;border-radius:14px;padding:2rem;transition:box-shadow .25s,transform .25s}.about-values__card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #00000014}.about-values__icon{width:52px;height:52px;color:var(--blue-500);background:#f0f7ff;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.about-values__card h3{color:var(--navy-900);margin-bottom:.625rem;font-size:1rem;font-weight:700}.about-values__card p{color:var(--gray-600);font-size:.875rem;line-height:1.7}.about-accred{padding:5rem 0}.about-accred__badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;margin-top:3rem;display:flex}.about-accred__badge img{object-fit:contain;width:auto;height:160px}.about-cta{padding:0 1rem 3rem}.about-cta__box{background:var(--navy-900);text-align:center;border-radius:16px;padding:5rem 2rem}.about-cta__box h2{color:#fff;margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700}.about-cta__box p{color:#ffffffb8;max-width:520px;margin:0 auto 2rem;font-size:1rem;line-height:1.7}@media (width<=900px){.about-mv__grid,.about-story__grid{grid-template-columns:1fr}.about-story__image{order:-1}.about-values__grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.about-values__grid{grid-template-columns:1fr}.about-stats__value{font-size:1.5rem}}.about-page{padding:5rem 0}.about-page__grid{grid-template-columns:1fr 1fr;gap:2rem;margin:3rem 0;display:grid}.about-page__block{background:var(--gray-50,#f9fafb);border:1px solid var(--gray-100,#f3f4f6);border-radius:12px;padding:2rem}.about-page__block h3{color:var(--navy-900);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.about-page__block p{color:var(--gray-600);font-size:.9375rem;line-height:1.7}.about-page__stats{background:var(--navy-900);border-radius:16px;flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;padding:3rem 2rem;display:flex}.about-page__stat{text-align:center}.about-page__stat-number{color:var(--blue-500);font-size:2.25rem;font-weight:800;line-height:1}.about-page__stat-label{color:var(--gray-400,#9ca3af);margin-top:.5rem;font-size:.875rem}@media (width<=768px){.about-page__grid{grid-template-columns:1fr}}.btn-blue{background:var(--blue-500);color:var(--white);border-radius:8px}.btn-blue:hover{background:var(--blue-600);color:var(--white);transform:translateY(-2px)}.btn-tp-more{color:#00b67a;background:0 0;border:2px solid #00b67a;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:background .2s,color .2s,transform .2s;display:inline-flex}.btn-tp-more:hover{color:#fff;background:#00b67a;transform:translateY(-2px)}.btn-google-more{color:#4285f4;background:0 0;border:2px solid #4285f4;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:background .2s,color .2s,transform .2s;display:inline-flex}.btn-google-more:hover{color:#fff;background:#4285f4;transform:translateY(-2px)}.hero{background-image:url(/hero-students.png);background-position:50%;background-size:cover;border-radius:16px;margin:0 1rem 1.5rem;padding:7rem 0;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:linear-gradient(135deg,#000000cf 0%,#000000b3 100%);position:absolute;inset:0}.hero .container{z-index:2;position:relative}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero-content{text-align:left}.hero-bbb{width:auto;height:56px;margin:0 0 1.25rem;display:block}.hero-pill{border:1.5px solid var(--orange-500);color:var(--white);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;background:#f9731633;margin-bottom:1.25rem;padding:.4rem 1.125rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-eyebrow{border:1.5px solid var(--orange-500);color:var(--white);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.07em;background:#f973164d;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.8125rem;font-weight:600;display:inline-block}.hero-salary{color:#ffffffd9;margin-bottom:2rem;font-size:1rem;line-height:1.6}.hero-ctas{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.hero-cta-secondary{color:var(--blue-600);border:1.5px solid var(--blue-600);border-radius:var(--radius-full);background:0 0;padding:.6rem 1.25rem;font-size:.875rem;line-height:1.5;text-decoration:none;transition:background .2s,color .2s;display:inline-block}.hero-cta-secondary:hover{background:var(--blue-600);color:var(--white)}.hero-cta-secondary strong{color:inherit}.hero-title{color:var(--white);margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);line-height:1.1}.hero-title .highlight{color:var(--white)}.hero-desc{color:#ffffffe0;margin-bottom:0;font-size:1.0625rem;line-height:1.7}.hero-form-card{background:var(--white);border-radius:16px;padding:2rem 1.75rem;box-shadow:0 20px 60px #00000040}.hero-form-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.hero-form-badge{background:var(--navy-900);color:#f4c40f;text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:.3rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.hero-form-badge--alt{background:#1a1a2e}.hero-form-title{color:var(--navy-900);margin-bottom:.4rem;font-size:1.35rem;font-weight:700;line-height:1.25}.hero-form-sub{color:var(--gray-600);margin-bottom:1.25rem;font-size:.9rem}.hero-form{flex-direction:column;gap:.875rem;display:flex}.hero-form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.hero-form-group{flex-direction:column;gap:.3rem;display:flex}.hero-form-label{color:var(--navy-900);font-size:.8125rem;font-weight:600}.hero-form-label span,.hero-form-check .req{color:#e53e3e}.hero-form-input{height:44px;color:var(--navy-900);background:#f0f4f8;border:1.5px solid #d1d5db;border-radius:6px;outline:none;padding:0 .875rem;font-size:.9375rem;transition:border-color .2s}.hero-form-input:focus{border-color:var(--blue-600);background:var(--white)}.hero-form-check{color:var(--gray-700);cursor:pointer;align-items:flex-start;gap:.6rem;font-size:.8125rem;line-height:1.5;display:flex}.hero-form-check input[type=checkbox]{width:15px;height:15px;accent-color:var(--navy-900);cursor:pointer;flex-shrink:0;margin-top:2px}.hero-form-btn{background:var(--navy-900);width:100%;color:var(--white);letter-spacing:.06em;cursor:pointer;border:none;border-radius:6px;margin-top:.25rem;padding:.875rem;font-size:.9375rem;font-weight:700;transition:background .2s}.hero-form-btn:hover{background:var(--blue-600)}.hero-form-btn:disabled{opacity:.7;cursor:not-allowed}.hero-form-error{color:#e53e3e;margin:0;font-size:.8125rem}.hero-form-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem 1rem;display:flex}.hero-form-success h3{color:var(--navy-900);margin:0;font-size:1.25rem;font-weight:700}.hero-form-success p{color:var(--gray-600);margin:0;font-size:.9375rem}.hero-actions{justify-content:flex-start;gap:1rem;margin-bottom:3rem;display:flex}.hero-stats{justify-content:center;gap:3rem;display:flex}.hero-stat{text-align:center}.hero-stat__number{color:var(--accent);font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:800}.hero-stat__label{color:var(--gray-400);font-size:.8125rem}.hero-trust{margin-top:3rem}.hero-trust__label{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem;font-weight:600}.hero-trust__logos{background:#ffffff1f;border:1px solid #fff3;border-radius:10px;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;padding:.75rem;display:inline-flex}.hero-trust__logo{justify-content:center;align-items:center;display:flex}.hero-trust__logo img{object-fit:contain;width:auto;height:56px}.featured-story{padding:var(--section-py) 0;background:var(--white)}.featured-story__inner{align-items:flex-start;gap:12rem;display:flex}.featured-story__thumb{border-radius:var(--radius-lg);cursor:pointer;flex-shrink:0;width:160px;position:relative;overflow:hidden}.featured-story__thumb img{object-fit:cover;width:100%;height:auto;transition:transform .4s;display:block}.featured-story__thumb:hover img{transform:scale(1.05)}.featured-story__play{background:#00000059;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.featured-story__thumb:hover .featured-story__play{background:#00000080}.featured-story__play svg{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff2e;border:2px solid #fff9;border-radius:50%;width:48px;height:48px;padding:12px 12px 12px 15px;transition:background .3s,transform .3s}.featured-story__thumb:hover .featured-story__play svg{background:var(--blue-500);border-color:var(--blue-500);transform:scale(1.1)}.featured-story__content{flex-direction:column;flex:1;justify-content:flex-start;display:flex}.featured-story__title{color:var(--navy-900);margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.1}.featured-story__desc{color:var(--gray-500);margin-bottom:2rem;font-size:1.25rem;line-height:1.8}.featured-story__trust{margin-bottom:2rem}.featured-story__trust-label{color:var(--gray-900);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.875rem;font-size:1.2rem;font-weight:500}.featured-story__trust-logos{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.featured-story__trust-logo img{object-fit:contain;width:auto;height:72px}.featured-story__cta{color:var(--blue-500);border:2px solid var(--blue-500);border-radius:8px;align-self:flex-start;align-items:center;gap:.75rem;padding:.75rem 1.75rem;font-size:1.25rem;font-weight:700;transition:gap .3s,background .25s,color .25s;display:inline-flex}.featured-story__cta:hover{background:var(--blue-500);color:var(--white);gap:1.25rem}.for-who{padding:var(--section-py) 0;background:#0d1836;border-radius:16px;margin:0 1rem 1.5rem}.for-who__header{flex-direction:column;margin-bottom:6rem;display:flex}.for-who__label{letter-spacing:.15em;text-transform:uppercase;color:var(--blue-400);margin-bottom:.875rem;font-size:.75rem;font-weight:700;display:inline-block}.for-who__heading{color:var(--white);font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.1}.for-who__sub{color:#ffffffbf;margin-top:1rem;font-size:1.125rem}.for-who__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.for-who__card{border-radius:var(--radius-lg);background:0 0;border:1.5px solid #ffffff2e;flex-direction:column;gap:1rem;padding:2rem 1.75rem;transition:border-color .25s;display:flex}.for-who__card:hover{border-color:#ffffff2e}.for-who__card-num{color:#ffffff59;letter-spacing:.05em;font-size:.8125rem;font-weight:600}.for-who__card-icon{color:var(--blue-400);margin:.25rem 0}.for-who__card-title{color:var(--white);font-size:1.8rem;font-weight:700;line-height:1.2}.for-who__card-desc{color:#ffffff8c;flex:1;font-size:1.1rem;line-height:1.7}.for-who__card-cta{color:var(--blue-400);opacity:0;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.875rem;font-weight:600;transition:opacity .25s,transform .25s,gap .25s;display:inline-flex;transform:translateY(6px)}.for-who__card:hover .for-who__card-cta{opacity:1;transform:translateY(0)}.for-who__card-cta:hover{gap:.875rem}.announcement{background:var(--navy-900);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.announcement__track{width:max-content;padding:1.125rem 0;animation:32s linear infinite ticker;display:flex}.announcement__track:hover{animation-play-state:paused}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.announcement__item{white-space:nowrap;align-items:center;gap:.625rem;padding:0 2.25rem;display:flex}.announcement__icon{font-size:1.125rem;line-height:1}.announcement__value{color:var(--accent);font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:800}.announcement__label{color:var(--gray-300);font-size:.9375rem;font-weight:500}.announcement__sep{color:#ffffff2e;margin-left:.75rem;font-size:1.375rem;line-height:1}.steps{padding:var(--section-py) 0;background:var(--white)}.steps .container{padding-left:10rem;padding-right:10rem}.steps .section-subtitle{margin-bottom:5rem}.steps-label{text-align:center;display:block}.steps-body{grid-template-columns:1fr .6fr;align-items:start;gap:12rem;display:grid}.steps-timeline{flex-direction:column;display:flex}.step-row{align-items:stretch;gap:2rem;margin-bottom:100px;display:flex}.step-row:last-child{margin-bottom:0}.step-row__indicator{flex-direction:column;flex-shrink:0;align-items:center;width:100px;min-height:9rem;display:flex;position:relative}.step-row:not(:last-child) .step-row__indicator:after{content:"";background:var(--gray-200);z-index:0;border-radius:2px;width:2px;transition:background .4s;position:absolute;top:15px;bottom:-115px;left:50%;transform:translate(-50%)}.step-row:not(:last-child) .step-row__indicator.filled:after{background:var(--blue-500)}.step-badge{z-index:1;background:var(--blue-500);color:var(--white);border-radius:var(--radius-full);white-space:nowrap;align-items:center;padding:.35rem 1.1rem;font-size:.8125rem;font-weight:700;display:inline-flex;position:relative}.step-row__content{padding-top:.2rem}.step-row__title{color:var(--navy-900);margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.2}.step-row__desc{color:var(--gray-500);margin-bottom:.5rem;font-size:.9375rem;line-height:1.75}.step-row__desc:last-of-type{margin-bottom:0}.step-row__bullets{margin:.75rem 0}.step-row__bullets-label{color:var(--gray-700);margin-bottom:.5rem;font-size:.9375rem;font-weight:700}.step-row__bullets-list{flex-direction:column;gap:.375rem;padding-left:1.25rem;list-style:outside;display:flex}.step-row__bullets-list li{color:var(--gray-500);font-size:.9375rem;line-height:1.6}.step-row__cta-wrap{flex-direction:column;align-items:flex-start;gap:.625rem;margin-top:1.5rem;display:flex}.step-row__cta-note{color:var(--gray-500);font-size:.8125rem}.steps-image-wrap{align-self:start;position:sticky;top:7rem}.steps-image-sticky{border-radius:var(--radius-lg);aspect-ratio:4/3;position:relative;overflow:hidden}.steps-image{object-fit:cover;border-radius:var(--radius-lg);opacity:0;width:100%;height:100%;transition:opacity .5s;position:absolute;inset:0}.steps-image.visible{opacity:1}.benefits{padding:var(--section-py) 0;background:var(--navy-900);border-radius:16px;margin:0 1rem 1.5rem;position:relative;overflow:hidden}.benefits:before{content:"";background:url("data:image/svg+xml;utf8,<svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"2\" cy=\"2\" r=\"1\" fill=\"%23ffffff\" fill-opacity=\"0.03\"/></svg>");position:absolute;inset:0}.benefits .container{z-index:2;position:relative}.benefits .section-label{text-align:center;display:block}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.benefits-cta{justify-content:center;margin-top:3rem;display:flex}.benefits-cta .btn,.step-row__cta-wrap .btn{border-radius:6px}.benefit-card{border-radius:var(--radius-md);background:#ffffff0a;border:1px solid #ffffff14;align-items:flex-start;gap:1rem;padding:1.75rem;transition:all .3s;display:flex}.benefit-icon{border-radius:var(--radius-sm);background:#1283ff26;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.benefit-card h4{color:var(--white);margin-bottom:.25rem;font-size:1rem;font-weight:600}.benefit-card p{color:var(--gray-400);font-size:.875rem}.why-us{padding:var(--section-py) 0;background:var(--white)}.why-us__inner{grid-template-columns:1.5fr 2.5fr;align-items:start;gap:10rem;display:grid}.why-us__left{position:sticky;top:96px}.why-us__heading{color:var(--navy-900);margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,3rem);line-height:1.15}.why-us__body{color:var(--gray-500);font-size:1rem;line-height:1.85}.why-us__cards{flex-direction:column;gap:1rem;display:flex}.why-card-v2{background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-200);padding:1.75rem}.why-card-v2__header{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.why-card-v2__icon{border:1.5px solid var(--blue-500);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.why-card-v2__title{color:var(--navy-900);font-size:1.0625rem;font-weight:700}.why-card-v2__desc{color:var(--gray-600);font-size:.9375rem;line-height:1.75}.where-they-work{padding:var(--section-py) 0;background:var(--white);overflow:hidden}.wtw-label{display:block}.where-they-work .section-subtitle{margin-bottom:3.5rem}.wtw-ticker{width:100%;position:relative;overflow:hidden}.wtw-ticker:before,.wtw-ticker:after{content:"";z-index:1;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.wtw-ticker:before{background:linear-gradient(to right, var(--white), transparent);left:0}.wtw-ticker:after{background:linear-gradient(to left, var(--white), transparent);right:0}.wtw-ticker__track{align-items:center;gap:3.5rem;width:max-content;animation:28s linear infinite wtw-scroll;display:flex}.wtw-ticker__track:hover{animation-play-state:paused}.wtw-logo{flex-shrink:0;justify-content:center;align-items:center;display:flex}.wtw-logo img{object-fit:contain;width:auto;height:48px}@keyframes wtw-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.accreditation{padding:var(--section-py) 0;background:var(--white)}.accreditation__label{display:block;color:#1283ff!important}.accreditation .section-subtitle{margin-bottom:3.5rem}.accreditation__badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:3.5rem;display:flex}.accreditation__badge img{object-fit:contain;width:auto;height:240px;display:block}.cta-banner{background:var(--navy-900);text-align:center;border-radius:16px;margin:0 1rem 1.5rem;padding:5rem 0;position:relative;overflow:hidden}.cta-banner:before{content:"";background:radial-gradient(circle,#1283ff1a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-banner .container{z-index:2;position:relative}.cta-banner h2{color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,3rem)}.cta-banner p{color:var(--gray-400);max-width:550px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.accreditation{background:var(--gray-50);text-align:center;padding:4rem 0}.accreditation h2{color:var(--text-dark);margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2.25rem)}.accreditation p{color:var(--text-muted);margin-bottom:2rem}.footer{background:var(--navy-900);color:var(--white);padding:4rem 0 0}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand p{color:var(--gray-400);max-width:300px;margin:1rem 0 1.5rem;font-size:.9375rem;line-height:1.7}.footer-contact-item{color:var(--gray-400);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.footer-contact-item span:first-child{font-size:1rem}.footer h4{color:var(--white);margin-bottom:1.25rem;font-size:1rem;font-weight:700}.footer-links li{margin-bottom:.625rem}.footer-links a{color:var(--gray-400);font-size:.9375rem}.footer-links a:hover{color:var(--accent)}.footer-socials{gap:.75rem;margin-top:1rem;display:flex}.footer-socials a{width:38px;height:38px;color:var(--gray-400);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;transition:background .25s,color .25s,transform .25s;display:flex}.footer-socials a:hover{color:#fff;transform:translateY(-3px)}.footer-social--facebook:hover{background:#1877f2}.footer-social--linkedin:hover{background:#0a66c2}.footer-social--instagram:hover{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.footer-social--youtube:hover{background:red}.footer-social--x:hover{background:#000}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.footer-bottom p{color:var(--gray-500);font-size:.8125rem}.footer-bottom__links{gap:1.5rem;display:flex}.footer-bottom__links a{color:var(--gray-500);font-size:.8125rem}.footer-bottom__links a:hover{color:var(--accent)}.hero-float-card{background:var(--white);border-radius:var(--radius-md);align-items:center;gap:.75rem;padding:.875rem 1.25rem;animation:.6s .4s both floatUp;display:flex;position:absolute;bottom:1.5rem;left:-1.5rem;box-shadow:0 8px 32px #00000040}.hero-float-card__icon{font-size:1.375rem}.hero-float-card__title{color:var(--text-dark);font-size:.875rem;font-weight:700}.hero-float-card__sub{color:var(--gray-500);margin-top:.125rem;font-size:.75rem}@keyframes floatUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.trust-bar{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:1.25rem 0}.trust-bar .container{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.trust-bar__label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;font-size:.75rem;font-weight:700}.trust-bar__logos{flex-wrap:wrap;flex:1;align-items:center;gap:.75rem;display:flex}.trust-bar__logo{border:1.5px solid var(--gray-300);border-radius:var(--radius-md);color:var(--gray-600);background:var(--white);letter-spacing:.02em;white-space:nowrap;padding:.4rem 1rem;font-size:.75rem;font-weight:700}.written-reviews{padding:var(--section-py) 0;background:var(--gray-50)}.wr-label{display:block}.testimonials{padding:var(--section-py) 0;background:var(--gray-50)}.testimonials-label{display:block}.vmodal-overlay{z-index:9999;background:#000000eb;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.vmodal-box{width:100%;max-width:900px;position:relative}.vmodal-close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:.25rem;line-height:1;transition:color .2s;position:absolute;top:-2.5rem;right:0}.vmodal-close:hover{color:var(--white)}.vmodal-player{background:#000;border-radius:12px;width:100%;padding-bottom:56.25%;position:relative;overflow:hidden}.vmodal-player iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.video-carousel{margin-top:3.5rem;margin-bottom:3.5rem}.video-carousel__viewport{width:100%;overflow:hidden}.video-carousel__track{gap:1.25rem;display:flex}.video-card{aspect-ratio:4/3;cursor:pointer;border-radius:16px;flex-shrink:0;transition:box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001f}.video-card--center{cursor:default;box-shadow:0 8px 32px #0003}.video-card__thumb{object-fit:cover;width:100%;height:100%;display:block}.video-card__preview{pointer-events:none;border:none}.video-card__play{background:#ffffffe0;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 12px #0003}.video-card:hover .video-card__play{background:var(--white);transform:translate(-50%,-50%)scale(1.08)}.video-card__info{background:linear-gradient(#0000 0%,#000000b8 100%);padding:1.25rem 1.25rem 1rem;position:absolute;bottom:0;left:0;right:0}.video-card__name{color:var(--white);font-size:1rem;font-weight:700;line-height:1.3}.video-card__role{color:#ffffffd1;margin-top:.2rem;font-size:.8125rem}.video-carousel__controls{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.vc-arrow{border:2px solid var(--gray-300);background:var(--white);width:40px;height:40px;color:var(--navy-900);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,border-color .2s,color .2s;display:flex}.vc-arrow:hover{background:var(--navy-900);border-color:var(--navy-900);color:var(--white)}.video-carousel__dots{justify-content:center;align-items:center;gap:.5rem;display:flex}.vc-dot{background:var(--gray-300);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,width .2s}.vc-dot.active{background:var(--navy-900);border-radius:4px;width:22px}.testimonials-tabs{background:var(--gray-200);border-radius:var(--radius-full);justify-content:center;align-items:center;gap:.375rem;width:fit-content;margin:2.5rem auto .875rem;padding:5px;display:flex}.testimonials-tab{border-radius:var(--radius-full);color:var(--gray-500);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.testimonials-tab.active{background:var(--white);color:var(--text-dark);box-shadow:0 1px 4px #0000001a}.testimonials-meta{color:var(--gray-500);justify-content:center;align-items:center;gap:.4rem;margin-bottom:2.5rem;font-size:.875rem;display:flex}.testimonials-meta strong{color:var(--text-dark)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:0;display:grid}.testimonial-card--tp{gap:1rem}.tp-card__header{justify-content:space-between;align-items:center;display:flex}.tp-stars{gap:3px;display:flex}.tp-star{color:var(--gray-200);font-size:1.375rem;line-height:1}.tp-star--filled{color:#00b67a}.tp-card__footer{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:.5rem;padding-top:1rem;display:flex}.tp-card__author{align-items:center;gap:.75rem;display:flex}.tp-card__avatar{color:#fff;background:#00b67a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.75rem;font-weight:700;display:flex}.tp-card__date{color:var(--gray-400);white-space:nowrap;font-size:.75rem}.tp-card__verified{color:#00b67a;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;display:flex}.testimonial-card--g{gap:.875rem}.g-card__header{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.g-card__author-row{align-items:center;gap:.75rem;display:flex}.g-card__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:700;display:flex}.g-stars{gap:2px;display:flex}.g-star{color:var(--gray-200);font-size:1.25rem;line-height:1}.g-star--filled{color:#fbbc05}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);flex-direction:column;gap:1.25rem;padding:2rem;transition:all .3s;display:flex}.testimonial-card:hover{box-shadow:var(--shadow-lg);border-color:#1283ff59;transform:translateY(-4px)}.testimonial-card__rating{color:#f59e0b;letter-spacing:.05em;font-size:1.125rem}.testimonial-card__quote{color:var(--gray-700);flex:1;font-size:.9375rem;font-style:italic;line-height:1.75}.testimonial-card__author{border-top:1px solid var(--gray-100);align-items:center;gap:.875rem;padding-top:1rem;display:flex}.testimonial-card__avatar{background:linear-gradient(135deg, var(--navy-900), var(--navy-700));width:44px;height:44px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.testimonial-card__info{flex:1}.testimonial-card__name{color:var(--text-dark);font-size:.9375rem;font-weight:700}.testimonial-card__title{color:var(--accent);font-size:.8125rem;font-weight:600}.testimonial-card__prev{color:var(--gray-500);margin-top:.125rem;font-size:.75rem}.testimonial-card__outcome{color:var(--white);background:var(--navy-900);border-radius:var(--radius-full);white-space:nowrap;margin-top:.5rem;padding:.35rem .875rem;font-size:.75rem;font-weight:700;display:inline-block}.testimonials-aggregate{background:var(--navy-900);border-radius:var(--radius-xl);justify-content:center;align-items:center;margin-top:3rem;padding:2.5rem 3rem;display:flex}.agg-item{text-align:center;flex:1}.agg-number{color:var(--accent);margin-bottom:.25rem;font-family:Space Grotesk,sans-serif;font-size:2.25rem;font-weight:800}.agg-label{color:var(--gray-400);font-size:.875rem}.agg-divider{background:#ffffff1a;flex-shrink:0;width:1px;height:60px}.faq{padding:var(--section-py) 0;background:var(--white)}.faq .section-label{display:block}.faq-list{max-width:780px;margin:3rem auto 0}.faq-item{border:1px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;margin-bottom:.75rem;transition:border-color .25s;overflow:hidden}.faq-item:hover,.faq-item.open{border-color:var(--accent)}.faq-item__question{color:var(--text-dark);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.faq-item__icon{background:var(--gray-100);width:28px;height:28px;color:var(--gray-600);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;transition:background .25s,color .25s;display:flex}.faq-item.open .faq-item__icon{background:var(--accent);color:var(--navy-900)}.faq-item__answer{max-height:0;padding:0 1.5rem;transition:max-height .35s,padding .25s;overflow:hidden}.faq-item.open .faq-item__answer{max-height:300px;padding:0 1.5rem 1.25rem}.faq-item__answer p{color:var(--gray-600);font-size:.9375rem;line-height:1.75}.cta-banner__urgency{color:var(--orange-400);border-radius:var(--radius-full);background:#f973161f;border:1px solid #f973164d;margin-bottom:1.5rem;padding:.4rem 1.125rem;font-size:.8125rem;font-weight:700;display:inline-block}.cta-form{gap:.75rem;max-width:540px;margin:0 auto 1rem;display:flex}.cta-form__input{border-radius:var(--radius-full);color:var(--white);background:#ffffff14;border:1px solid #fff3;outline:none;flex:1;min-width:0;padding:.875rem 1.25rem;font-family:inherit;font-size:.9375rem;transition:border-color .3s,background .3s}.cta-form__input::placeholder{color:#ffffff73}.cta-form__input:focus{border-color:var(--accent);background:#ffffff24}.cta-banner__footnote{color:var(--gray-500);margin-top:2rem;font-size:.8125rem}.cta-banner__footnote a{color:var(--gray-400);text-decoration:underline}.scroll-top{background:var(--accent);width:44px;height:44px;color:var(--navy-900);cursor:pointer;box-shadow:var(--shadow-md);z-index:50;opacity:0;pointer-events:none;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.scroll-top.visible{opacity:1;pointer-events:auto}.scroll-top:hover{box-shadow:var(--shadow-glow);transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.6s forwards fadeInUp}@media (width<=992px){.for-who__grid{grid-template-columns:repeat(2,1fr)}.for-who__header{margin-bottom:3rem}.hero{margin:1rem}.hero-inner{grid-template-columns:1fr;gap:2rem}.hero-content{text-align:center}.hero-bbb{margin:0 auto 1.25rem}.hero-stats{gap:2rem}.steps .container{padding-left:2.5rem;padding-right:2.5rem}.steps-body{grid-template-columns:1fr;gap:3rem}.steps-image-wrap{order:-1;position:static}.benefits-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.featured-story__inner{min-height:unset;gap:4rem}.featured-story__thumb{width:180px}.why-us__inner{grid-template-columns:1fr;gap:2.5rem}.why-us__left{position:static}.testimonials-aggregate{padding:2rem 1.5rem}.footer-grid{grid-template-columns:1fr 1fr}.trust-bar .container,.trust-bar__logos{justify-content:center}}@media (width<=768px){:root{--section-py:4rem}.for-who__grid{grid-template-columns:1fr}.for-who__heading{font-size:2rem}.for-who__card-cta{opacity:1;transform:translateY(0)}.nav-links,.nav-right .btn{display:none}.mobile-toggle{display:block}.hero{margin:.75rem;padding:4rem 0}.hero-title{font-size:2rem}.hero-form-row{grid-template-columns:1fr}.hero-stats{flex-direction:column;align-items:center;gap:1rem}.hero-actions{flex-direction:column;align-items:center}.featured-story__inner{min-height:unset;flex-direction:column;gap:2rem}.featured-story__thumb{width:100%;max-width:400px}.featured-story__thumb img{height:240px}.featured-story__content{position:static}.featured-story__thumb{transform:none!important}.featured-story__title{font-size:2rem}.featured-story__desc,.featured-story__trust-label{font-size:1rem}.featured-story__cta{font-size:1.25rem}.benefits-grid,.testimonials-grid{grid-template-columns:1fr}.testimonials-aggregate{flex-direction:column;gap:2rem}.agg-divider{width:60px;height:1px}.cta-form{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}.top-bar .container{text-align:center;flex-direction:column;gap:.5rem}.faq-item__question{font-size:.9375rem}.hero-float-card{display:none}.top-bar__text{flex-direction:column;align-items:center;gap:.4rem;font-size:.8125rem;display:flex}.hero-bbb{height:44px}.hero-pill{padding:.35rem .875rem;font-size:.75rem}.hero-title{font-size:1.875rem;line-height:1.2}.hero-desc{font-size:.9375rem}.announcement__value{font-size:.875rem}.announcement__label{font-size:.75rem}.announcement__item{gap:.35rem;padding:0 .75rem}.featured-story__trust-logos{flex-wrap:wrap;gap:1rem}.steps .container{padding-left:1.25rem;padding-right:1.25rem}.steps .section-subtitle{margin-bottom:2.5rem}.steps-image-wrap{display:none}.steps-body{grid-template-columns:1fr;gap:0}.step-row{gap:1rem;margin-bottom:56px}.step-row__indicator{align-items:flex-start;width:76px;min-height:auto;padding-top:0}.step-row:not(:last-child) .step-row__indicator:after{top:28px;bottom:-71px}.step-badge{padding:.3rem .9rem;font-size:.75rem}.step-row__title{font-size:1.125rem}.step-row__desc{font-size:.9rem;line-height:1.65}.accreditation__badges{gap:1.5rem 2rem}.accreditation__badge img{height:110px}.why-card-v2{padding:1.25rem}.testimonials-tabs{flex-wrap:wrap;gap:.5rem}.testimonials-tab{padding:.6rem 1rem;font-size:.875rem}.testimonials-meta{font-size:.875rem}.cta-banner{margin:0 .75rem 1.5rem;padding:3.5rem 0}.cta-banner p{font-size:.9375rem}.cta-banner__urgency{margin-left:1rem;margin-right:1rem;padding:.5rem 1rem;font-size:.8125rem}.faq-item{padding:1rem 1.25rem}.footer-contact-item{font-size:.875rem}.about-hero{margin:0 .75rem 1.5rem;padding:4rem 0}.about-hero__title{font-size:1.875rem}.about-hero__sub{font-size:.9375rem}.about-stats{padding:0 .75rem 1.5rem}.about-stats__grid{gap:1.5rem 1rem;padding:2rem 1.25rem}.about-stats__value{font-size:1.5rem}.about-story__image img{height:260px}.about-cta{padding:0 .75rem 2rem}.about-cta__box{padding:3rem 1.5rem}.legal-page{padding:2.5rem 0 4rem}.btn-tp-more,.btn-google-more{padding:.65rem 1.1rem;font-size:.875rem}.section-title{font-size:clamp(1.5rem,5vw,2.25rem)}.section-subtitle{font-size:.9375rem}}@media (width<=480px){.container{padding-left:1rem;padding-right:1rem}.hero{margin:.5rem;padding:4rem 0}.hero-title{font-size:1.625rem}.for-who__grid,.benefits-grid{grid-template-columns:1fr}.accreditation__badge img{height:90px}.accreditation__badges{gap:1rem}.about-mv__card{padding:1.5rem}.about-cta__box h2{font-size:1.375rem}.nav-right .btn-blue{padding:.5rem .875rem;font-size:.8125rem}.footer-socials{flex-wrap:wrap}.steps .container{padding-left:1rem;padding-right:1rem}.step-row{gap:.75rem;margin-bottom:48px}.step-row:not(:last-child) .step-row__indicator:after{top:26px;bottom:-62px}.step-row__indicator{width:64px}.step-row__title{font-size:1rem}}
