@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;800&family=Plus+Jakarta+Sans:wght@400;500;700&display=swap";:root{--surface:#f9f9fb;--on-surface:#1a1c1e;--surface-container-lowest:#fff;--surface-container-low:#f3f3f6;--surface-container-highest:#e2e2e5;--primary:#30628a;--primary-container:#a2d2ff;--on-primary:#fff;--secondary:#5e604d;--secondary-container:#e1e1c9;--on-secondary-container:#1b1d0e;--tertiary:#7e5713;--tertiary-container:#fac477;--outline-variant:#c1c7cf;--font-display:"Manrope", sans-serif;--font-body:"Plus Jakarta Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--surface);color:var(--on-surface);font-family:var(--font-body);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;font-weight:800;line-height:1.2}.glass{-webkit-backdrop-filter:blur(20px);background:#ffffffb3}.ambient-shadow{box-shadow:0 12px 40px #1a1c1e14}.ghost-border{border:2px solid #c1c7cf26}a{color:inherit;text-decoration:none}.container{max-width:1280px;margin:0 auto;padding:0 24px}.navbar{z-index:1000;-webkit-backdrop-filter:blur(24px);background:linear-gradient(135deg,#ffffffe6,#a2d2ff2e),#ffffffc7;border-bottom:1px solid #c1c7cf47;padding:.85rem 0;position:sticky;top:0;box-shadow:0 18px 42px #30628a14}.nav-container{justify-content:space-between;align-items:center;gap:1.5rem;display:flex;position:relative}.brand{font-family:var(--font-display);color:var(--primary);flex:none;align-items:center;gap:.85rem;min-width:0;font-size:1.05rem;font-weight:800;display:flex}.logo{object-fit:contain;max-width:128px;height:44px}.brand-text{max-width:290px;color:var(--on-surface);line-height:1.1;display:inline-block}.nav-links{background:#ffffff8f;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem;display:flex;box-shadow:inset 0 0 0 1px #c1c7cf33}.nav-links a,.dropbtn{min-height:44px;font-family:var(--font-body);cursor:pointer;color:#1a1c1ed1;background:0 0;border:none;border-radius:999px;align-items:center;gap:.35rem;padding:0 .95rem;font-size:1rem;font-weight:600;transition:color .3s,background-color .3s,box-shadow .3s;display:inline-flex}.nav-links a:hover,.dropbtn:hover,.nav-links a.active,.dropbtn.active{color:var(--primary);background:#a2d2ff33;box-shadow:inset 0 0 0 1px #30628a1a}.nav-links a.active,.dropbtn.active{background:linear-gradient(135deg,#30628a24,#a2d2ff52);box-shadow:inset 0 0 0 1px #30628a29,0 8px 20px #30628a14}.dropdown{cursor:pointer;display:inline-flex;position:relative}.dropdown-content{background:linear-gradient(135deg, #fffffff0, #a2d2ff29), var(--surface-container-lowest);opacity:0;visibility:hidden;z-index:1001;border-radius:1rem;flex-direction:column;gap:.35rem;min-width:210px;padding:.75rem;transition:opacity .25s,transform .25s,visibility .25s;display:flex;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%,8px);box-shadow:0 22px 50px #30628a29}.dropdown.submenu-open .dropdown-content{opacity:1;visibility:visible;transform:translate(-50%)}.dropdown-content a{border-radius:.75rem;width:100%;min-height:42px;padding:.55rem .75rem;font-weight:600}.dropdown-content a:hover{background-color:var(--surface-container-low)}.submenu-icon{transition:transform .25s}.mobile-menu-toggle{background:linear-gradient(135deg, var(--primary), var(--primary-container));width:46px;height:46px;color:var(--on-primary);cursor:pointer;border:none;border-radius:999px;place-items:center;display:none;box-shadow:0 14px 30px #30628a38}@media (width<=900px){.navbar{padding:.75rem 0}.brand-text{max-width:260px}.mobile-menu-toggle{display:grid}.nav-links{-webkit-backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;overscroll-behavior:contain;background:linear-gradient(135deg,#fffffff5,#a2d2ff2e),#ffffffeb;border-radius:1.5rem;gap:.45rem;max-height:calc(100vh - 96px);padding:1rem;transition:opacity .25s,transform .25s,visibility .25s;display:grid;position:absolute;top:calc(100% + .75rem);left:24px;right:24px;overflow-y:auto;transform:translateY(-8px);box-shadow:0 22px 50px #1a1c1e24}.nav-open .nav-links{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav-links>a,.dropbtn{border-radius:1rem;justify-content:space-between;width:100%;padding:.85rem 1rem}.nav-links>a:hover,.dropbtn:hover{background:var(--surface-container-low)}.dropdown{justify-items:stretch;width:100%;min-width:0;display:grid}.dropdown-content{width:100%;min-width:0;max-width:100%;box-shadow:none;-webkit-backdrop-filter:none;opacity:1;visibility:visible;background:0 0;justify-self:stretch;gap:.25rem;margin-top:0;padding:0;display:none;position:static;top:auto;left:auto;overflow:hidden;transform:none}.dropdown.submenu-open .dropdown-content{margin-top:.3rem;padding-left:0;display:grid;transform:none}.dropdown.submenu-open .submenu-icon{transform:rotate(180deg)}.dropdown-content a{color:#1a1c1ed1;background:#30628a0f;border-radius:.85rem;align-items:center;width:100%;max-width:100%;min-height:42px;padding:.75rem 1rem;display:flex}.dropdown-content a:hover,.dropdown-content a.active{color:var(--primary);background:#a2d2ff38}}@media (width<=480px){.logo{max-width:118px}.brand{gap:.55rem}.brand-text{display:none}.nav-links{left:16px;right:16px}}.footer{color:#ffffffdb;background:radial-gradient(circle at 12% 10%,#a2d2ff24,#0000 30%),linear-gradient(135deg,#182936,#25485f 48%,#223329);border-top:1px solid #a2d2ff2e;margin-top:2.5rem;padding:2rem 0 0;position:relative;overflow:hidden}.footer-container{grid-template-columns:minmax(260px,2fr) minmax(180px,1fr) minmax(220px,1fr);gap:2rem;padding-bottom:2rem;display:grid}.footer-brand .footer-logo{object-fit:contain;max-width:128px;height:34px;margin-bottom:.45rem}.footer-brand a{flex-direction:column;display:inline-flex}.footer-brand-name{font-family:var(--font-display);color:#fff;max-width:360px;margin-bottom:.55rem;font-size:1.12rem;line-height:1.15}.footer-desc{color:#ffffffb3;max-width:360px;font-size:.88rem;line-height:1.45}.footer-socials{flex-wrap:wrap;gap:.5rem;margin-top:.85rem;display:flex}.footer-socials a{color:#fff;background:#ffffff1a;border-radius:50%;place-items:center;width:34px;height:34px;transition:background .25s,color .25s,transform .25s;display:grid;box-shadow:inset 0 0 0 1px #ffffff24}.footer-socials a:hover{background:var(--primary-container);color:#17364d;transform:translateY(-2px)}.footer-socials svg{fill:currentColor;width:16px;height:16px}.footer-socials path{fill:currentColor}.footer-socials span{color:currentColor;font-size:.8rem;font-weight:900}.footer-links,.footer-contact{background:#ffffff14;border-radius:.75rem;flex-direction:column;gap:.4rem;padding:.85rem;display:flex;box-shadow:inset 0 0 0 1px #ffffff1f}.footer h3{font-family:var(--font-display);color:#fff;margin-bottom:.25rem;font-size:1rem}.footer-links a{color:#ffffffb8;align-items:center;min-height:24px;font-size:.88rem;font-weight:500;transition:color .3s,transform .3s;display:inline-flex}.footer-links a:hover{color:var(--primary-container);transform:translate(4px)}.footer-contact-item{color:#ffffffb8;overflow-wrap:anywhere;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:.65rem;min-height:24px;font-size:.88rem;display:grid}.footer-contact-item svg{color:var(--primary-container);margin-top:.14rem}a.footer-contact-item{transition:color .25s}a.footer-contact-item:hover{color:#fff}.footer-bottom{color:#ffffffdb;background:#0d1a23b8;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 24px;font-size:.875rem;display:flex}.footer-legal-links{flex-wrap:wrap;justify-content:flex-end;gap:.7rem 1.25rem;display:flex}.footer-legal-links a{color:#ffffffc2;font-weight:700}.footer-legal-links a:hover{color:#fff;text-underline-offset:.24em;text-decoration:underline}@media (width<=900px){.footer{padding-top:1.75rem}.footer-container{grid-template-columns:1.3fr 1fr;gap:1.5rem}.footer-brand{grid-column:1/-1}.footer-desc{max-width:560px}}@media (width<=640px){.footer{margin-top:2rem}.footer-container{grid-template-columns:1fr;gap:1rem;padding-bottom:1.5rem}.footer-brand .footer-logo{max-width:136px}.footer-brand-name{font-size:1rem}.footer-links,.footer-contact{padding:.85rem}.footer-links a{min-height:32px;padding:.1rem 0}.footer-bottom{text-align:left;flex-direction:column;align-items:flex-start;line-height:1.5}.footer-legal-links{justify-content:flex-start}}.page-home{background:var(--surface);flex-direction:column;display:flex}.hero{align-items:center;min-height:92vh;margin-top:-80px;padding:120px 0 56px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;will-change:transform;background-position:50%;background-size:cover;position:absolute;inset:-120px 0;transform:translate(0,0)scale(1.14)}.hero-bg:after{content:"";background:linear-gradient(90deg,#f9f9fbe6 0%,#f9f9fb9e 45%,#f9f9fb3d 100%),linear-gradient(#f9f9fb1f 58%,#f9f9fbe6 100%);position:absolute;inset:0}.hero-container{z-index:1;grid-template-columns:minmax(0,1fr) minmax(360px,560px);align-items:center;gap:56px;width:100%;display:grid;position:relative}.hero-copy{max-width:620px}.hero-copy h1{max-width:600px;color:var(--on-surface);letter-spacing:0;opacity:0;text-wrap:balance;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5.7rem);animation:.85s cubic-bezier(.2,.8,.2,1) .15s forwards heroTextIn;transform:translate(56px)}.hero-copy h1 span{color:var(--primary);display:block}.hero-copy p{max-width:560px;color:var(--on-surface-variant);opacity:0;margin-bottom:2rem;font-size:1.05rem;animation:.85s cubic-bezier(.2,.8,.2,1) .32s forwards heroTextIn;transform:translate(42px)}.hero-actions{opacity:0;flex-wrap:wrap;gap:1rem;animation:.75s cubic-bezier(.2,.8,.2,1) .55s forwards heroButtonsUp;display:flex;transform:translateY(28px)}.home-btn{border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.9rem 1.45rem;font-size:.95rem;font-weight:800;transition:transform .25s,box-shadow .25s,background-color .25s;display:inline-flex}.home-btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-container));color:var(--on-primary)}.home-btn-secondary{background:var(--surface-container-lowest);color:var(--primary);box-shadow:0 10px 28px #1a1c1e14}.home-btn:hover{transform:translateY(-2px);box-shadow:0 16px 32px #30628a2e}.hero-proof-card{-webkit-backdrop-filter:blur(22px);opacity:0;background:#ffffffc7;border-radius:2.25rem;justify-self:end;width:min(100%,540px);padding:1.75rem;animation:.9s cubic-bezier(.2,.8,.2,1) .28s forwards heroCardIn;transform:translate(-72px)rotate(0)}.hero-proof-image{aspect-ratio:1.15;background-position:50%;background-size:cover;border-radius:1.5rem;box-shadow:inset 0 0 0 1px #1a1c1e1f}.hero-proof-meta{padding-top:1rem}.hero-proof-title{color:var(--primary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:800;display:flex}.hero-proof-progress{background:var(--surface-container-highest);border-radius:999px;height:7px;margin:.9rem 0 .55rem;overflow:hidden}.hero-proof-progress span{border-radius:inherit;background:var(--primary);width:72%;height:100%;display:block}.hero-proof-meta p{color:var(--on-surface-variant);font-size:.78rem}@keyframes heroTextIn{to{opacity:1;transform:translate(0)}}@keyframes heroButtonsUp{to{opacity:1;transform:translateY(0)}}@keyframes heroCardIn{to{opacity:1;transform:translate(0)rotate(3deg)}}.partner-strip{background:linear-gradient(180deg, #ffffffdb, #a2d2ff1a), var(--surface-container-lowest);padding:2.5rem 0}.partner-strip p{text-align:center;color:var(--secondary);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.76rem;font-weight:800}.partner-logos{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:center;gap:1.5rem;max-width:760px;margin:0 auto;display:grid}.partner-logo-card{background:#ffffffc2;border:1px dashed #30628a47;border-radius:1.5rem;place-items:center;min-height:120px;padding:1rem;display:grid;box-shadow:0 14px 30px #1a1c1e0f}.partner-logo-card img{object-fit:contain;max-width:180px;max-height:74px}.partner-logo-placeholder{color:var(--primary);font-family:var(--font-display);text-align:center;place-items:center;gap:.55rem;font-size:.95rem;font-weight:800;display:grid}.partner-logo-placeholder span{color:var(--on-surface-variant)}.home-services,.testimonial-section{padding:6.5rem 24px}.section-header{max-width:760px;margin-bottom:3.5rem}.section-header.centered{text-align:center;margin-left:auto;margin-right:auto}.section-header p{color:var(--on-surface-variant);font-size:1rem}.service-card-grid,.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;display:grid}.service-card,.testimonial-card{background:var(--surface-container-lowest);border:1px solid #c1c7cf40;border-radius:2rem}.service-card{opacity:0;flex-direction:column;align-items:flex-start;min-height:360px;padding:2.25rem;transition:opacity .55s,transform .55s cubic-bezier(.2,.8,.2,1);display:flex;transform:translateY(34px)scale(.96)}.service-icon{opacity:0;border-radius:1rem;place-items:center;width:52px;height:52px;margin-bottom:2rem;transition:opacity .45s,transform .5s cubic-bezier(.2,1.35,.3,1);display:grid;transform:scale(.72)}.service-icon-primary{background:var(--primary-container);color:var(--primary)}.service-icon-tertiary{background:var(--tertiary-container);color:var(--tertiary)}.service-icon-secondary{background:var(--secondary-container);color:var(--secondary)}.service-card h3{color:var(--on-surface);letter-spacing:0;opacity:0;margin-bottom:1rem;font-size:1.25rem;transition:opacity .45s,transform .45s;transform:translateY(12px)}.service-card p{color:var(--on-surface-variant);opacity:0;margin-bottom:2rem;font-size:.92rem;transition:opacity .45s,transform .45s;transform:translateY(12px)}.learn-link{color:var(--primary);opacity:0;align-items:center;gap:.45rem;margin-top:auto;font-size:.9rem;font-weight:800;transition:opacity .45s,transform .45s,gap .25s;display:inline-flex;transform:translateY(12px)}.learn-link:hover{gap:.65rem;transform:translate(-6px)}.eyebrow{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;background:#30628a14;border-radius:999px;margin-bottom:1rem;padding:.4rem .8rem;font-size:.75rem;font-weight:800;display:inline-flex}.testimonial-section{background:var(--surface-container-low)}.testimonial-card{opacity:0;min-height:300px;padding:2rem;transition:opacity .55s,transform .55s cubic-bezier(.2,.8,.2,1);position:relative;transform:translateY(34px)scale(.96)}.stars{color:var(--tertiary);opacity:0;transform-origin:0;gap:.18rem;margin-bottom:1.25rem;transition:opacity .45s,transform .5s cubic-bezier(.2,1.35,.3,1);display:flex;transform:scale(.8)}.quote-mark{color:var(--primary-container);opacity:0;transition:opacity .45s,transform .5s cubic-bezier(.2,1.35,.3,1);position:absolute;top:1.75rem;right:1.75rem;transform:scale(.7)rotate(-8deg)}.testimonial-card p{color:var(--on-surface-variant);opacity:0;margin-bottom:2rem;font-style:italic;transition:opacity .45s,transform .45s;transform:translateY(12px)}.student-meta{opacity:0;align-items:center;gap:.85rem;margin-top:auto;transition:opacity .45s,transform .45s;display:flex;transform:translateY(12px)}.section-in-view .service-card,.section-in-view .testimonial-card{opacity:1;transform:translateY(0)scale(1)}.section-in-view .service-icon,.section-in-view .stars,.section-in-view .quote-mark{opacity:1;transform:scale(1)rotate(0)}.section-in-view .service-card h3,.section-in-view .service-card p,.section-in-view .learn-link,.section-in-view .testimonial-card p,.section-in-view .student-meta{opacity:1;transform:translateY(0)}.section-in-view .service-card:first-child,.section-in-view .testimonial-card:first-child{transition-delay:50ms}.section-in-view .service-card:nth-child(2),.section-in-view .testimonial-card:nth-child(2){transition-delay:.16s}.section-in-view .service-card:nth-child(3),.section-in-view .testimonial-card:nth-child(3){transition-delay:.27s}.section-in-view .service-card:first-child .service-icon,.section-in-view .testimonial-card:first-child .stars,.section-in-view .testimonial-card:first-child .quote-mark{transition-delay:.12s}.section-in-view .service-card:nth-child(2) .service-icon,.section-in-view .testimonial-card:nth-child(2) .stars,.section-in-view .testimonial-card:nth-child(2) .quote-mark{transition-delay:.23s}.section-in-view .service-card:nth-child(3) .service-icon,.section-in-view .testimonial-card:nth-child(3) .stars,.section-in-view .testimonial-card:nth-child(3) .quote-mark{transition-delay:.34s}.section-in-view .service-card h3,.section-in-view .testimonial-card p{transition-delay:.2s}.section-in-view .service-card p,.section-in-view .student-meta{transition-delay:.28s}.section-in-view .learn-link{transition-delay:.36s}.student-avatar{background:var(--primary);width:42px;height:42px;color:var(--on-primary);border-radius:50%;place-items:center;font-weight:800;display:grid}.student-meta div{flex-direction:column;display:flex}.student-meta strong{color:var(--on-surface);font-size:.9rem}.student-meta span{color:var(--on-surface-variant);font-size:.78rem}@media (width<=980px){.hero{min-height:auto}.hero-container{grid-template-columns:1fr}.hero-proof-card{justify-self:start;transform:rotate(0)}.partner-logos,.service-card-grid,.testimonial-grid{grid-template-columns:1fr 1fr}@keyframes heroCardIn{to{opacity:1;transform:translate(0)rotate(0)}}}@media (prefers-reduced-motion:reduce){.hero-bg,.hero-copy h1,.hero-copy p,.hero-actions,.hero-proof-card,.service-card,.service-icon,.service-card h3,.service-card p,.learn-link,.testimonial-card,.stars,.quote-mark,.testimonial-card p,.student-meta{opacity:1;transition:none;animation:none;transform:none}.hero-bg{transform:scale(1.03)}}@media (width<=640px){.hero{padding-top:112px}.hero-container{gap:2rem}.hero-copy h1{font-size:3rem}.home-btn{width:100%}.hero-proof-card{border-radius:1.5rem;padding:1rem}.partner-logos,.service-card-grid,.testimonial-grid{grid-template-columns:1fr}.service-card,.testimonial-card{min-height:auto}}.about-page{background:var(--surface);color:var(--on-surface)}.about-hero{padding:6.5rem 0 5rem}.about-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:clamp(2.5rem,6vw,5rem);display:grid}.about-eyebrow{min-height:30px;color:var(--primary);letter-spacing:.12em;text-transform:uppercase;background:#a2d2ff52;border-radius:999px;align-items:center;padding:.35rem .8rem;font-size:.78rem;font-weight:800;display:inline-flex}.about-hero-copy h1{max-width:820px;color:var(--on-surface);letter-spacing:0;margin:1.2rem 0 1.25rem;font-size:clamp(3rem,6vw,5.6rem);line-height:1}.about-hero-copy p,.about-services-grid>div:first-child p,.about-commitment-panel p{color:#1a1c1ebd;font-size:1.08rem;line-height:1.75}.about-hero-copy p{max-width:720px}.about-hero-card{background:linear-gradient(135deg, #a2d2ff3d, #ffffffeb), var(--surface-container-lowest);border:1px solid #c1c7cf33;border-radius:2.5rem;padding:clamp(2rem,4vw,3rem)}.about-card-icon,.about-icon-chip{color:var(--primary);background:#eaf5ff;border-radius:1.1rem;place-items:center;display:grid}.about-card-icon{width:68px;height:68px;margin-bottom:2rem}.about-hero-card h2,.about-statement h2,.about-services-grid h2,.about-commitment-panel h2{color:var(--on-surface);letter-spacing:0}.about-hero-card h2{max-width:420px;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.6rem)}.about-hero-card p,.about-statement p,.about-mission-card p{color:#1a1c1eb3}.about-section{padding:5rem 0}.about-muted{background:var(--surface-container-low)}.about-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.about-statement{background:var(--surface-container-lowest);border:1px solid #c1c7cf38;border-radius:2rem;min-height:300px;padding:2rem}.about-icon-chip{width:52px;height:52px;margin-bottom:1.6rem}.about-statement:nth-child(2) .about-icon-chip{color:var(--tertiary);background:#fff1dc}.about-statement h2{margin-bottom:.9rem;font-size:clamp(1.7rem,3vw,2.25rem)}.about-mission-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.about-mission-card{background:var(--surface-container-lowest);border:1px solid #c1c7cf38;border-radius:1.6rem;min-height:280px;padding:1.6rem;box-shadow:0 18px 40px #1a1c1e0a}.about-mission-card span{width:48px;height:48px;color:var(--primary);background:#eaf5ff;border-radius:1rem;place-items:center;margin-bottom:1.35rem;display:grid}.about-mission-card:nth-child(2) span{color:var(--secondary);background:#f0f1e7}.about-mission-card:nth-child(3) span{color:var(--tertiary);background:#fff1dc}.about-mission-card h3{color:var(--on-surface);letter-spacing:0;margin-bottom:.7rem;font-size:1.1rem}.about-services-section{background:linear-gradient(135deg, #30628a14, #a2d2ff24), var(--surface)}.about-services-grid{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}.about-services-grid h2{max-width:580px;margin:1rem 0;font-size:clamp(2.2rem,5vw,4rem);line-height:1.05}.about-service-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.about-service-list span{color:#1a1c1ed1;background:#ffffffc7;border-radius:1.2rem;align-items:center;gap:.8rem;min-height:64px;padding:1rem;font-weight:700;display:flex}.about-service-list svg{color:var(--primary);flex:none}.about-commitment{padding-bottom:6rem}.about-commitment-panel{background:var(--primary);color:var(--on-primary);border-radius:2.4rem;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);align-items:center;gap:2rem;padding:clamp(2rem,5vw,3rem);display:grid}.about-commitment-panel .about-icon-chip{color:var(--on-primary);background:#ffffff29}.about-commitment-panel h2{max-width:680px;color:var(--on-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1}.about-commitment-panel p{color:#ffffffc7;max-width:760px}.about-commitment-stats{gap:.85rem;display:grid}.about-commitment-stats span{color:#ffffffbd;background:#ffffff1f;border-radius:1.3rem;padding:1rem 1.2rem;display:block}.about-commitment-stats strong{color:var(--on-primary);font-family:var(--font-display);font-size:1.25rem;display:block}@media (width<=980px){.about-hero-grid,.about-two-column,.about-services-grid,.about-commitment-panel{grid-template-columns:1fr}.about-mission-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.about-hero,.about-section{padding:4rem 0}.about-mission-grid,.about-service-list{grid-template-columns:1fr}.about-hero-card,.about-statement,.about-commitment-panel{border-radius:1.7rem}}.page-services{min-height:80vh;padding:6rem 24px 5rem}.page-services h1{max-width:760px;color:var(--on-surface);letter-spacing:0;margin-top:.75rem;font-size:clamp(3rem,7vw,5.75rem)}.page-services .section-header{margin-bottom:4rem}.page-services .section-header p{color:#1a1c1eb8;max-width:560px;margin-top:1rem;font-size:1.05rem}.services-eyebrow{color:#004f87;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;font-weight:800}.services-showcase{grid-template-columns:minmax(320px,.85fr) minmax(420px,1.15fr);align-items:center;gap:clamp(2rem,5vw,6rem);display:grid}.services-tabs{flex-direction:column;gap:1.5rem;display:flex}.service-tab{width:100%;min-height:138px;color:var(--on-surface);cursor:pointer;text-align:left;background:#ffffffbd;border:1px solid #0000;border-radius:2.5rem;grid-template-columns:56px 1fr;align-items:start;gap:1rem;padding:1.75rem;transition:transform .25s,border-color .25s,box-shadow .25s,background .25s;display:grid}.service-tab:hover{background:#fff;transform:translate(6px)}.service-tab.active{background:#fff;border-color:#0f5d91;border-left-width:3px;box-shadow:0 22px 50px #30628a1f}.service-tab:focus-visible{outline-offset:4px;outline:3px solid #a2d2ffe6}.service-tab-icon,.service-summary-icon{width:48px;height:48px;color:var(--primary);background:#eaf5ff;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.service-tab:nth-child(2) .service-tab-icon{color:var(--secondary);background:#f0f1e7}.service-tab:nth-child(3) .service-tab-icon{color:var(--tertiary);background:#fff1dc}.service-tab:nth-child(4) .service-tab-icon{color:#466a9f;background:#eaf1ff}.service-tab:nth-child(5) .service-tab-icon{color:#4c7a55;background:#edf8ef}.service-tab-copy{flex-direction:column;gap:.55rem;display:flex}.service-tab-title{font-family:var(--font-display);font-size:1.2rem;font-weight:800;line-height:1.2}.service-tab-description{color:#1a1c1eb8;font-size:.95rem;line-height:1.65}.service-image-panel{background:#dce8ef;border-radius:3rem;min-height:620px;position:sticky;top:7rem;overflow:hidden}.service-image{background-position:50%;background-size:cover;animation:.38s both serviceImageFade;position:absolute;inset:0}.service-image-panel:after{content:"";background:linear-gradient(#0c223100,#0c22317a);height:42%;position:absolute;inset:auto 0 0}.service-image-summary{z-index:1;color:var(--on-surface);border-radius:999px;grid-template-columns:48px 1fr;align-items:center;gap:1rem;padding:1rem 1.25rem;display:grid;position:absolute;bottom:2rem;left:2rem;right:2rem}.service-image-summary strong,.service-summary-label{display:block}.service-summary-label{color:#004f87;letter-spacing:.14em;text-transform:uppercase;font-size:.75rem;font-weight:800}.service-image-summary strong{margin-top:.1rem;font-size:1rem}.service-help-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-top:6rem;display:grid}.service-help-card{background:#fff;border:1px solid #c1c7cf2e;border-radius:2rem;min-height:260px;padding:2rem;box-shadow:0 18px 45px #1a1c1e0d}.service-help-icon{width:56px;height:56px;color:var(--primary);background:#eaf5ff;border-radius:1.1rem;place-items:center;margin-bottom:1.5rem;display:grid}.service-help-card:nth-child(2) .service-help-icon{color:var(--tertiary);background:#fff1dc}.service-help-card:nth-child(3) .service-help-icon{color:var(--secondary);background:#f0f1e7}.service-help-card h2{color:var(--on-surface);letter-spacing:0;margin-bottom:.8rem;font-size:1.45rem}.service-help-card p{color:#1a1c1eb8;font-size:.98rem;line-height:1.7}@keyframes serviceImageFade{0%{opacity:0;transform:scale(1.035)}to{opacity:1;transform:scale(1)}}@media (width<=980px){.page-services{padding-top:4rem}.services-showcase{grid-template-columns:1fr}.service-image-panel{order:-1;min-height:520px;position:relative;top:auto}.service-help-grid{grid-template-columns:1fr}}@media (width<=640px){.page-services{padding:3rem 18px 4rem}.page-services .section-header{margin-bottom:2.5rem}.service-tab{border-radius:1.5rem;grid-template-columns:44px 1fr;min-height:auto;padding:1.25rem}.service-tab-icon,.service-summary-icon{width:40px;height:40px}.service-image-panel{border-radius:2rem;min-height:390px}.service-image-summary{border-radius:1.5rem;grid-template-columns:40px 1fr;bottom:1rem;left:1rem;right:1rem}.service-help-grid{grid-template-columns:1fr;gap:1rem;margin-top:3rem}}.page-contact{background:var(--surface);min-height:80vh}.contact-layout{grid-template-columns:minmax(300px,.9fr) minmax(420px,1.1fr);align-items:center;gap:clamp(2.5rem,6vw,5rem);padding-top:5.5rem;padding-bottom:6rem;display:grid}.contact-info h1{max-width:560px;color:var(--on-surface);letter-spacing:0;margin-bottom:1.4rem;font-size:clamp(2.75rem,5.2vw,4.8rem);line-height:1.06}.contact-info>p{color:#1a1c1ec7;max-width:540px;margin-bottom:3rem;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.55}.info-block{background:var(--surface-container-low);max-width:480px;color:var(--on-surface);border-radius:2rem;grid-template-columns:54px 1fr;align-items:center;gap:1rem;padding:1.6rem 1.8rem;transition:transform .25s,box-shadow .25s;display:grid}.info-block:hover{transform:translateY(-3px)}.info-icon{background:var(--surface-container-lowest);width:48px;height:48px;color:var(--primary);border-radius:50%;place-items:center;display:grid}.info-block strong,.info-block em{display:block}.info-block strong{color:#1a1c1ee6;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.45rem;font-size:.82rem;font-style:normal;font-weight:800}.info-block em{color:var(--primary);font-family:var(--font-display);overflow-wrap:anywhere;font-size:clamp(1.05rem,2vw,1.4rem);font-style:normal;font-weight:800;line-height:1.2}.contact-form-container{width:100%}.contact-form{background:var(--surface-container-lowest);border:1px solid #c1c7cf38;border-radius:2.5rem;flex-direction:column;gap:1.35rem;padding:clamp(1.6rem,4vw,2.6rem);display:flex}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem;display:grid}.form-group label{color:#1a1c1eeb;font-size:.92rem;font-weight:800}.form-group input,.form-group textarea{background:var(--surface-container-low);width:100%;color:var(--on-surface);font-family:var(--font-body);border:2px solid #0000;border-radius:999px;outline:none;font-size:.98rem;transition:background .25s,border-color .25s,box-shadow .25s}.form-group input{min-height:54px;padding:0 1.35rem}.form-group textarea{resize:vertical;border-radius:1.6rem;min-height:150px;padding:1.15rem 1.35rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#1a1c1e7a}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#30628a61;box-shadow:0 0 0 5px #a2d2ff38}.form-group input[aria-invalid=true],.form-group textarea[aria-invalid=true]{background:#fff8f8;border-color:#be3144b3}.field-error{color:#be3144;font-size:.84rem;font-weight:700}.field-success{color:#2f6f4e;font-size:.92rem;font-weight:800}.recaptcha-note{background:var(--surface-container-low);color:#1a1c1eb8;border-radius:1.2rem;align-items:center;gap:.75rem;width:fit-content;max-width:100%;padding:.8rem 1rem;font-size:.9rem;display:inline-flex}.recaptcha-note span{width:34px;height:34px;color:var(--primary);background:#eaf5ff;border-radius:50%;flex:none;place-items:center;display:grid}.recaptcha-note p{margin:0}.contact-submit{min-height:58px;color:var(--on-primary);cursor:pointer;font-family:var(--font-display);background:linear-gradient(135deg,#30628a,#8bc7f6);border:0;border-radius:999px;justify-content:center;align-items:center;gap:.7rem;font-size:1.05rem;font-weight:800;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 20px 42px #30628a38}.contact-submit:hover{transform:translateY(-2px);box-shadow:0 24px 48px #30628a47}.contact-submit:disabled{cursor:wait;opacity:.72;transform:none}.contact-submit:focus-visible{outline-offset:4px;outline:3px solid #a2d2fff2}@media (width<=980px){.contact-layout{grid-template-columns:1fr;padding-top:4rem;padding-bottom:4.5rem}.contact-info>p{margin-bottom:2.5rem}}@media (width<=640px){.contact-layout{padding-top:3rem}.form-row{grid-template-columns:1fr}.contact-form{border-radius:2rem}.info-block{border-radius:2rem;grid-template-columns:1fr;padding:1.75rem}.recaptcha-note{align-items:flex-start;width:100%}}.btn{font-family:var(--font-body);cursor:pointer;border:none;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.btn:disabled{cursor:wait;opacity:.7;transform:none}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-container));color:var(--on-primary);border-radius:3rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #30628a33}.btn-secondary{background-color:var(--surface-container-highest);color:var(--primary);border-radius:3rem}.btn-secondary:hover{background-color:var(--surface-container-low)}.btn-ghost{color:var(--primary);background:0 0;border-radius:3rem;padding:1rem 16px}.btn-ghost:hover{background-color:#30628a0d}.btn:disabled:hover{box-shadow:none;transform:none}.page-admin{padding:4rem 24px 8rem}.admin-header h1{color:var(--primary);margin-bottom:.5rem;font-size:3rem}.admin-header p{color:var(--on-surface-variant);margin-bottom:3rem;font-size:1.125rem}.admin-header .admin-dev-note{color:#725c00;background:#fff8d8;border-radius:1rem;margin:-1.5rem 0 2rem;padding:.85rem 1rem;font-size:.95rem;font-weight:700;display:inline-flex}.admin-form{background-color:var(--surface-container-lowest);border-radius:1.5rem;max-width:1000px;padding:3rem}.admin-login{background:var(--surface-container-lowest);border-radius:1.5rem;gap:1.25rem;max-width:520px;padding:2rem;display:grid}.admin-shell{gap:1.5rem;display:grid}.admin-tabs{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.admin-tabs button{background:var(--surface-container-lowest);min-height:44px;color:var(--primary);font-family:var(--font-body);cursor:pointer;border:none;border-radius:999px;padding:.75rem 1.1rem;font-weight:800}.admin-tabs button.active{background:var(--primary);color:var(--on-primary)}.admin-section{border-bottom:1px dashed var(--outline-variant);margin-bottom:3rem;padding-bottom:2rem}.admin-section:last-of-type{border-bottom:none}.admin-section h2{color:var(--secondary);margin-bottom:1.5rem;font-size:1.5rem}.admin-help{color:var(--on-surface-variant);margin:-.75rem 0 1.5rem}.pathway-admin-group{gap:1rem;margin-bottom:1rem;display:flex}.pathway-admin-group .form-group{flex:1}.partner-admin-list{gap:1rem;display:grid}.partner-admin-card{background:var(--surface-container-low);border-radius:1rem;grid-template-columns:minmax(180px,.9fr) minmax(220px,1fr) minmax(180px,1fr) auto;align-items:end;gap:1rem;padding:1rem;display:grid}.partner-logo-upload{grid-template-columns:88px minmax(0,1fr);align-items:end;gap:.8rem;display:grid}.partner-logo-preview{aspect-ratio:1;border:1px solid var(--outline-variant);background:var(--surface-container-lowest);width:88px;color:var(--on-surface-variant);text-align:center;border-radius:.85rem;place-items:center;font-size:.78rem;font-weight:800;display:grid;overflow:hidden}.partner-logo-preview img{object-fit:contain;width:100%;height:100%;padding:.5rem}.city-image-admin-list{gap:1rem;display:grid}.testimonial-admin-list{gap:1rem;margin-top:1rem;display:grid}.testimonial-admin-card{background:var(--surface-container-low);border-radius:1rem;grid-template-columns:minmax(160px,.8fr) minmax(180px,.9fr) minmax(260px,1.3fr) auto;align-items:end;gap:1rem;padding:1rem;display:grid}.testimonial-review-field{align-self:stretch}.city-image-admin-card{background:var(--surface-container-low);border-radius:1rem;grid-template-columns:140px minmax(220px,1fr) minmax(180px,.6fr);align-items:end;gap:1rem;padding:1rem;display:grid}.city-image-admin-preview{background:linear-gradient(135deg, #a2d2ff52, #30628a33), var(--surface-container-lowest);min-height:92px;color:var(--primary);background-position:50%;background-size:cover;border-radius:.85rem;place-items:center;font-weight:800;display:grid;overflow:hidden}.footer-toggle-grid{flex-wrap:wrap;gap:1rem;display:flex}.footer-social-admin-list{gap:1rem;display:grid}.footer-social-admin-card{background:var(--surface-container-low);border-radius:1rem;grid-template-columns:minmax(180px,.55fr) minmax(240px,1fr);align-items:end;gap:1rem;padding:1rem;display:grid}.admin-small-button,.admin-add-button{min-height:44px;font-family:var(--font-body);cursor:pointer;border:none;border-radius:999px;padding:.75rem 1rem;font-weight:800}.admin-small-button{background:var(--surface-container-highest);color:var(--primary)}.admin-add-button{background:var(--primary);color:var(--on-primary);margin-top:1rem}.admin-small-button.danger{color:#be3144;background:#fff0f2}.blog-admin-form{gap:1rem;display:grid}.rich-text-editor{border:1px solid var(--outline-variant);background:var(--surface-container-lowest);border-radius:1rem;overflow:hidden}.rich-text-toolbar{border-bottom:1px solid var(--outline-variant);background:var(--surface-container-low);flex-wrap:wrap;align-items:center;gap:.4rem;padding:.65rem;display:flex}.rich-text-toolbar button{background:var(--surface-container-lowest);width:38px;height:38px;color:var(--primary);cursor:pointer;border:none;border-radius:.75rem;place-items:center;display:grid}.rich-text-toolbar button:hover{background:var(--primary);color:var(--on-primary)}.rich-block-control{background:var(--surface-container-lowest);min-height:38px;color:var(--primary);border-radius:.75rem;align-items:center;gap:.4rem;padding:0 .45rem;display:inline-flex}.rich-block-control span{place-items:center;display:grid}.rich-block-control select{min-height:34px;color:var(--primary);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;outline:none;font-weight:800}.rich-link-control{align-items:center;gap:.4rem;min-width:min(100%,320px);display:flex}.rich-link-control input{border:1px solid var(--outline-variant);background:var(--surface-container-lowest);min-height:38px;color:var(--on-surface);font-family:var(--font-body);border-radius:.75rem;flex:1;padding:0 .75rem}.rich-text-surface{min-height:260px;color:var(--on-surface);outline:none;padding:1rem}.rich-text-surface:empty:before{content:"Write the full blog post here...";color:var(--on-surface-variant)}.rich-text-surface h2{color:var(--on-surface);letter-spacing:0;margin:1rem 0 .6rem;font-size:1.6rem}.rich-text-surface p,.rich-text-surface li{color:var(--on-surface)}.rich-text-surface ul,.rich-text-surface ol{padding-left:1.5rem}.rich-text-surface a,.blog-preview-body a{color:var(--primary);text-underline-offset:.18em;font-style:italic;font-weight:800;text-decoration:underline}.blog-image-row,.blog-publish-row{grid-template-columns:minmax(0,1fr) minmax(220px,.6fr);align-items:end;gap:1rem;display:grid}.admin-checkbox{min-height:48px;color:var(--on-surface);align-items:center;gap:.65rem;font-weight:800;display:inline-flex}.admin-checkbox input{width:18px;height:18px}.blog-admin-list{gap:1rem;display:grid}.blog-admin-card{background:var(--surface-container-low);border-radius:1rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.25rem;display:grid}.blog-admin-card p{color:var(--on-surface-variant)}.blog-admin-main{min-width:0}.blog-title-button{width:100%;color:var(--on-surface);font-family:var(--font-display);letter-spacing:0;text-align:left;cursor:pointer;background:0 0;border:none;margin:.45rem 0 .2rem;padding:0;font-size:1.2rem;font-weight:800;line-height:1.25;display:block}.blog-title-button:hover{color:var(--primary);text-decoration:underline}.blog-admin-date{color:var(--on-surface-variant);margin:0;font-size:.86rem;font-weight:700}.blog-admin-card-actions{gap:.65rem;display:flex}.admin-status{border-radius:999px;padding:.35rem .65rem;font-size:.75rem;font-weight:800;display:inline-flex}.admin-status.published{color:#2e7d32;background:#e8f5e9}.admin-status.draft{color:#725c00;background:#fff8d8}.lead-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.lead-toolbar h2{margin-bottom:0}.lead-filters{flex-wrap:wrap;align-items:end;gap:.75rem;display:flex}.lead-filters label{color:var(--on-surface-variant);gap:.3rem;font-size:.78rem;font-weight:800;display:grid}.lead-toolbar select,.lead-table select{border:1px solid var(--outline-variant);background:var(--surface-container-lowest);min-height:44px;color:var(--on-surface);font-family:var(--font-body);border-radius:999px;padding:0 1rem;font-weight:700}.lead-table-wrap{border:1px solid #c1c7cf4d;border-radius:1rem;overflow-x:auto}.lead-table{border-collapse:collapse;background:var(--surface-container-lowest);width:100%;min-width:980px}.lead-table th,.lead-table td{color:var(--on-surface);text-align:left;vertical-align:top;border-bottom:1px solid #c1c7cf47;padding:.95rem}.lead-table th{background:var(--surface-container-low);color:var(--primary);text-transform:uppercase;font-size:.82rem}.lead-table a{color:var(--primary);font-weight:800}.lead-name-button{color:var(--primary);font-family:var(--font-body);text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-weight:900}.lead-name-button:hover{text-decoration:underline}.lead-message-cell{max-width:320px;color:var(--on-surface-variant)}.lead-action-select{border:none;min-width:140px;font-weight:900}.lead-action-new{color:#145da0;background:#e8f2ff}.lead-action-actioned{color:#2e7d32;background:#e8f5e9}.lead-action-follow-up{color:#725c00;background:#fff8d8}.lead-action-closed{color:#6b7280;background:#eef0f3}.lead-empty{margin:1rem}.blog-preview-overlay{z-index:50;background:#0c121894;place-items:center;padding:2rem;display:grid;position:fixed;inset:0}.blog-preview-modal{background:var(--surface-container-lowest);border-radius:1.25rem;width:min(80vw,1080px);max-height:86vh;position:relative;overflow:auto;box-shadow:0 24px 80px #0c121847}.blog-preview-close{float:right;z-index:2;background:var(--surface-container-highest);width:42px;height:42px;color:var(--primary);cursor:pointer;border:none;border-radius:50%;margin:1rem 1rem 0 0;font-weight:900;position:sticky;top:1rem}.blog-preview-image{background-position:50%;background-size:cover;min-height:320px}.blog-preview-body{padding:2rem}.blog-preview-body h2{color:var(--on-surface);letter-spacing:0;margin:.9rem 0 .8rem;font-size:clamp(2rem,4vw,3.2rem)}.blog-preview-body p{color:var(--on-surface-variant)}.blog-preview-summary{font-size:1.08rem;font-weight:700}.lead-modal-overlay{z-index:60;-webkit-backdrop-filter:blur(10px);background:#1a1c1e6b;place-items:center;padding:2rem;display:grid;position:fixed;inset:0}.lead-modal{background:var(--surface-container-lowest);border-radius:2rem;width:min(80vw,840px);max-height:90vh;position:relative;overflow:auto;box-shadow:0 26px 90px #1a1c1e47}.lead-modal-close{width:42px;height:42px;color:var(--on-surface);cursor:pointer;background:0 0;border:none;border-radius:50%;font-size:1.25rem;font-weight:900;position:absolute;top:1.6rem;right:1.8rem}.lead-modal-header,.lead-modal-grid,.lead-modal-status{padding-left:clamp(1.5rem,5vw,2.6rem);padding-right:clamp(1.5rem,5vw,2.6rem)}.lead-modal-header{padding-top:2.4rem;padding-bottom:2rem}.lead-modal-header h2{color:var(--on-surface);letter-spacing:0;margin:0 3rem .35rem 0;font-size:clamp(1.8rem,4vw,2.4rem)}.lead-modal-header p{color:var(--on-surface-variant);margin:0}.lead-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem 1.6rem;display:grid}.lead-modal-grid label,.lead-modal-status>span{color:var(--on-surface);gap:.55rem;font-weight:900;display:grid}.lead-modal-grid label.wide{grid-column:1/-1}.lead-modal-grid label>span{background:var(--surface-container-low);min-height:58px;color:var(--on-surface);border-radius:999px;align-items:center;padding:1rem 1.2rem;font-weight:500;display:flex}.lead-modal-grid .lead-modal-message{border-radius:2rem;align-items:flex-start;min-height:132px;line-height:1.6}.lead-modal-status{padding-top:2rem;padding-bottom:2.2rem}.lead-status-segment{background:var(--surface-container-low);border-radius:999px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:.65rem;padding:.45rem;display:grid}.lead-status-segment button{min-height:48px;color:var(--on-surface);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;border-radius:999px;font-weight:900}.lead-status-segment button.active{color:#064a78;background:#9bd0ff}.lead-modal-actions{border-top:1px solid #c1c7cf2e;justify-content:flex-end;gap:1rem;padding:1.6rem clamp(1.5rem,5vw,2.6rem) 2rem;display:flex}.lead-modal-cancel,.lead-modal-save{min-height:54px;font-family:var(--font-body);cursor:pointer;border:none;border-radius:999px;padding:0 1.8rem;font-size:1rem;font-weight:900}.lead-modal-cancel{color:var(--primary);background:0 0}.lead-modal-save{color:#fff;background:linear-gradient(135deg,#30628a,#93ccf8);min-width:210px;box-shadow:0 14px 32px #30628a52}.admin-actions{align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.admin-section-actions{align-items:center;gap:1rem;margin-top:1.25rem;display:flex}@media (width<=768px){.admin-form{border-radius:1rem;padding:1.5rem}.pathway-admin-group,.partner-admin-card,.partner-logo-upload,.testimonial-admin-card,.city-image-admin-card,.footer-social-admin-card,.blog-image-row,.blog-publish-row,.blog-admin-card{grid-template-columns:1fr;display:grid}.admin-actions,.lead-toolbar,.lead-filters,.blog-admin-card-actions{flex-direction:column;align-items:flex-start}.blog-preview-overlay{padding:1rem}.blog-preview-modal{width:100%}.blog-preview-image{min-height:220px}.lead-modal-overlay{padding:1rem}.lead-modal{border-radius:1.5rem;width:100%}.lead-modal-grid,.lead-status-segment{grid-template-columns:1fr}.lead-modal-actions{flex-direction:column;align-items:stretch}.lead-modal-save{min-width:0}}.save-status{color:#2e7d32;background-color:#e8f5e9;border-radius:2rem;padding:.5rem 1rem;font-weight:600;animation:.3s fadeIn}.save-status-error{color:#be3144;background-color:#fff0f2}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.detail-page,.blog-page{min-height:76vh;padding:6rem 24px}.detail-hero,.blog-hero{grid-template-columns:minmax(0,1fr) minmax(320px,520px);align-items:center;gap:3rem;margin-bottom:4rem;display:grid}.detail-copy h1,.blog-hero h1{color:var(--primary);letter-spacing:0;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.5rem)}.detail-copy p,.blog-hero p{color:var(--on-surface-variant);font-size:1.1rem}.detail-image,.blog-post-image{background-position:50%;background-size:cover;border-radius:2rem;min-height:360px}.detail-grid,.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.detail-card,.blog-card,.article-card{background:var(--surface-container-lowest);border:1px solid #c1c7cf40;border-radius:2rem;padding:2rem}.detail-card h2,.detail-card h3,.blog-card h2,.article-card h2{color:var(--on-surface);letter-spacing:0;margin-bottom:.8rem;font-size:1.35rem}.detail-card p,.blog-card p,.article-card p{color:var(--on-surface-variant)}.detail-actions,.blog-card-actions{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.detail-button,.blog-link{background:var(--primary);min-height:44px;color:var(--on-primary);border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.2rem;font-weight:800;display:inline-flex}.blog-card{padding:0;overflow:hidden}.blog-card-image{background-position:50%;background-size:cover;min-height:210px}.blog-card-body{padding:1.5rem}.blog-date{color:var(--secondary);text-transform:uppercase;font-size:.82rem;font-weight:800}.blog-status,.blog-status-panel{color:var(--on-surface-variant)}.blog-status-panel{background:var(--surface-container-lowest);text-align:center;border:1px solid #c1c7cf40;border-radius:1.25rem;max-width:680px;margin:2rem auto 0;padding:2rem}.blog-status-panel h2{color:var(--on-surface);letter-spacing:0;margin-bottom:.6rem}.article-card{max-width:860px;margin:0 auto}.article-rich-text{gap:1rem;display:grid}.article-rich-text h2{color:var(--on-surface);letter-spacing:0;margin-top:1.2rem;font-size:1.55rem}.article-rich-text p,.article-rich-text li{color:var(--on-surface-variant)}.article-rich-text ul,.article-rich-text ol{gap:.55rem;padding-left:1.45rem;display:grid}.article-rich-text a{color:var(--primary);text-underline-offset:.18em;font-style:italic;font-weight:800;text-decoration:underline}.australia-page{background:radial-gradient(circle at 8% 12%, #a2d2ff5c, transparent 30%), radial-gradient(circle at 92% 18%, #fac47729, transparent 26%), var(--surface);padding:0}.australia-hero{padding:7rem 0 5rem;overflow:hidden}.australia-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:clamp(3rem,6vw,5rem);display:grid}.australia-kicker{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;background:#a2d2ff47;border-radius:999px;align-items:center;gap:.55rem;margin-bottom:1.25rem;padding:.5rem .85rem;font-size:.85rem;font-weight:800;display:inline-flex}.destination-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:2rem 0 .5rem;display:grid}.destination-stats span{min-height:84px;color:var(--on-surface-variant);background:#ffffffc7;border-radius:1.25rem;flex-direction:column;justify-content:center;padding:.9rem 1rem;font-size:.82rem;display:flex}.destination-stats strong{color:var(--primary);font-family:var(--font-display);font-size:1.25rem}.detail-button-soft{background:var(--surface-container-lowest);color:var(--primary);box-shadow:0 10px 24px #1a1c1e12}.australia-visual{background:var(--surface-container-lowest);border-radius:3rem;min-height:620px;position:relative;overflow:hidden}.australia-main-image{background-position:50%;background-size:cover;position:absolute;inset:0}.australia-main-image:after{content:"";background:linear-gradient(#30628a0a,#0000 42%),linear-gradient(#0000 52%,#1a1c1e61);position:absolute;inset:0}.australia-floating-card{color:var(--primary);-webkit-backdrop-filter:blur(16px);background:#ffffffdb;border-radius:1.75rem;grid-template-columns:auto 1fr;align-items:center;gap:1rem;padding:1.25rem 1.4rem;display:grid;position:absolute;bottom:2rem;left:2rem;right:2rem}.australia-floating-card strong,.australia-floating-card span{display:block}.australia-floating-card strong{color:var(--on-surface);margin-bottom:.2rem}.australia-floating-card span{color:var(--on-surface-variant);font-size:.9rem}.australia-section{padding-top:5.5rem;padding-bottom:5.5rem}.section-header.centered{text-align:center;max-width:760px;margin:0 auto 3rem}.section-header h2{color:var(--on-surface);letter-spacing:0;margin-bottom:.8rem;font-size:clamp(2rem,4vw,3rem)}.section-header p{color:var(--on-surface-variant)}.australia-highlight-grid,.australia-city-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.australia-highlight{min-height:310px}.australia-icon{background:var(--primary-container);width:54px;height:54px;color:var(--primary);border-radius:1rem;place-items:center;margin-bottom:1.5rem;display:grid}.australia-coast-band{color:var(--on-primary);background-color:#0000;background-image:linear-gradient(90deg,#30628ae6,#30628aa3),url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=85);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:5rem 0}.coast-grid{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:3rem;display:grid}.coast-grid .australia-kicker{color:var(--on-primary);background:#ffffff2e}.coast-grid h2{letter-spacing:0;max-width:680px;margin-bottom:1rem;font-size:clamp(2.25rem,5vw,4rem)}.coast-grid p{color:#ffffffdb;max-width:720px;font-size:1.08rem}.coast-card{-webkit-backdrop-filter:blur(18px);background:#ffffff29;border-radius:2rem;gap:1rem;padding:2rem;display:grid}.australia-city-card{background:var(--surface-container-lowest);border-radius:2rem;overflow:hidden}.city-image{background:linear-gradient(135deg, #a2d2ff52, #30628a33), var(--surface-container-low);min-height:230px;position:relative;overflow:hidden}.city-image-placeholder{color:var(--primary);font-family:var(--font-display);letter-spacing:0;z-index:0;place-items:center;font-size:1.5rem;font-weight:800;display:grid;position:absolute;inset:0}.city-image img{object-fit:cover;z-index:1;width:100%;height:250px;transition:transform .35s;display:block;position:relative}.australia-city-card:hover .city-image img{transform:scale(1.04)}.australia-city-card>div:last-child{padding:1.5rem}.australia-city-card h3{color:var(--primary);letter-spacing:0;margin-bottom:.55rem;font-size:1.35rem}.australia-city-card p{color:var(--on-surface-variant)}.why-australia-section{background:linear-gradient(180deg, #ffffff4d, transparent), var(--surface)}.why-australia-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.why-australia-card{background:var(--surface-container-lowest);border:1px solid #c1c7cf3d;border-radius:2rem;min-height:285px;padding:2rem}.why-australia-card h3{color:var(--on-surface);letter-spacing:0;margin-bottom:.75rem;font-size:1.2rem}.why-australia-card p{color:var(--on-surface-variant)}.study-fit-panel{background:linear-gradient(135deg, #a2d2ff38, #ffffffe6), var(--surface-container-lowest);border-radius:2rem;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:center;gap:2rem;margin-top:2rem;padding:2.25rem;display:grid}.study-fit-panel h2{color:var(--on-surface);letter-spacing:0;margin-bottom:.75rem;font-size:clamp(1.7rem,3vw,2.35rem)}.study-fit-panel p{color:var(--on-surface-variant);max-width:760px}.study-fit-panel ul{gap:.75rem;list-style:none;display:grid}.study-fit-panel li{color:var(--on-surface);background:#ffffffc2;border-radius:1.2rem;padding:.9rem 1rem .9rem 2.35rem;font-weight:700;position:relative}.study-fit-panel li:before{content:"";background:var(--primary);border-radius:50%;width:.55rem;height:.55rem;position:absolute;top:1.18rem;left:1rem}.australia-cta{background:var(--surface-container-lowest);border-radius:2rem;justify-content:space-between;align-items:center;gap:2rem;margin-top:2rem;padding:2rem;display:flex}.australia-cta h2{color:var(--on-surface);letter-spacing:0;margin-bottom:.45rem;font-size:1.6rem}.australia-cta p{color:var(--on-surface-variant)}.student-visa-page{background:var(--surface)}.student-visa-hero{padding:6.5rem 0 5.5rem}.student-visa-hero-grid{grid-template-columns:minmax(0,.88fr) minmax(380px,1.12fr);align-items:center;gap:clamp(3rem,7vw,6rem);display:grid}.student-visa-copy h1{max-width:560px;color:var(--on-surface);letter-spacing:0;margin:1.2rem 0 1rem;font-size:clamp(3rem,6.6vw,5.8rem);line-height:.98}.student-visa-copy p{color:#1a1c1ec2;max-width:610px;font-size:1.08rem}.visa-pill{min-height:30px;color:var(--primary);background:#dceeff;border-radius:999px;align-items:center;padding:.35rem .75rem;font-size:.8rem;font-weight:800;display:inline-flex}.student-visa-benefits{gap:.85rem;margin-top:2rem;display:grid}.student-visa-benefits span{color:#1a1c1ec2;align-items:center;gap:.65rem;font-size:.95rem;display:inline-flex}.student-visa-benefits svg{color:var(--primary);flex:none}.student-primary-action{color:#23170a;background:#ffbd64;box-shadow:0 16px 30px #ffbd6457}.student-visa-visual{background:var(--surface-container-low);border-radius:2.7rem;min-height:640px;position:relative}.student-visa-image{border-radius:inherit;background-position:50%;background-size:cover;position:absolute;inset:0}.student-validity-card{background:#ffffffeb;border-radius:1.75rem;grid-template-columns:44px 1fr;align-items:center;gap:.85rem;min-width:200px;padding:1rem 1.2rem;display:grid;position:absolute;bottom:-1.3rem;left:-2.3rem;box-shadow:0 16px 40px #1a1c1e26}.student-validity-card svg{width:44px;height:44px;color:var(--primary);background:#dceeff;border-radius:50%;padding:.7rem}.student-validity-card small,.student-validity-card strong{display:block}.student-validity-card small{color:#1a1c1eb8;font-weight:700;line-height:1.1}.student-validity-card strong{color:var(--primary);font-family:var(--font-display);font-size:1.35rem;line-height:1.1}.student-visa-section{padding:5.5rem 0}.student-visa-muted{background:var(--surface-container-low)}.student-requirement-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.student-requirement-card{background:var(--surface-container-lowest);border:1px solid #c1c7cf2e;border-radius:2rem;min-height:250px;padding:2rem}.student-requirement-card.wide{grid-column:span 2}.student-requirement-icon{width:50px;height:50px;color:var(--primary);background:#eaf5ff;border-radius:1rem;place-items:center;margin-bottom:1.45rem;display:grid}.student-requirement-card:nth-child(2) .student-requirement-icon,.student-requirement-card:nth-child(5) .student-requirement-icon{color:var(--tertiary);background:#fff1dc}.student-requirement-card:nth-child(3) .student-requirement-icon{color:var(--secondary);background:#f0f1e7}.student-requirement-card h3,.student-journey-step h3{color:var(--on-surface);letter-spacing:0;font-size:1.1rem}.student-requirement-card h3{margin-bottom:.65rem}.student-requirement-card p,.student-journey-step p{color:#1a1c1ead;font-size:.93rem}.student-journey{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem;margin-top:5rem;display:grid;position:relative}.student-journey:before{content:"";background:#c1c7cf85;height:2px;position:absolute;top:28px;left:10%;right:10%}.student-journey-step{text-align:center;justify-items:center;gap:1.25rem;display:grid;position:relative}.student-journey-step>span{z-index:1;background:var(--primary);width:58px;height:58px;color:var(--on-primary);font-family:var(--font-display);border-radius:50%;place-items:center;font-size:1.25rem;font-weight:800;display:grid;position:relative;box-shadow:0 8px 18px #30628a47}.student-journey-step>div{background:#ffffffb8;border-radius:2rem;width:100%;min-height:140px;padding:1.65rem}.student-journey-step h3{margin-bottom:.45rem}.student-visa-cta{background:var(--primary);color:var(--on-primary);border-radius:2.2rem;justify-content:space-between;align-items:center;gap:2rem;margin-top:5rem;padding:2.25rem 3rem;display:flex}.student-visa-cta h2{letter-spacing:0;margin-bottom:.35rem;font-size:clamp(1.6rem,3vw,2.2rem)}.student-visa-cta p{color:#ffffffc7}.student-visa-cta .detail-button-soft{min-width:240px;color:var(--primary)}.visitor-visa-page .visa-pill{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;background:#e8f2ff}.visitor-visa-page .student-primary-action{color:#fff;background:#ff754d;box-shadow:0 16px 30px #ff754d47}.visitor-reason-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;max-width:560px;margin-top:2rem;display:grid}.visitor-reason-grid span{min-height:46px;color:var(--on-surface);background:#ffffffb8;border-radius:999px;align-items:center;gap:.7rem;padding:.7rem 1rem;font-size:.9rem;font-weight:700;display:inline-flex}.visitor-reason-grid svg{color:var(--primary);flex:none}.visitor-visa-visual{transform:rotate(1.5deg)}.visitor-visa-image{background-position:50%}.visitor-tip-card{bottom:-1rem;left:-1.8rem;transform:rotate(-1.5deg)}.visitor-requirement-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;display:grid}.visitor-requirement-grid .student-requirement-card{min-height:260px}.visitor-requirement-grid .student-requirement-icon{color:var(--primary);background:#dceeff}.visitor-journey .student-journey-step:nth-child(4)>span{background:#ff754d;box-shadow:0 8px 18px #ff754d4d}.visitor-feature{grid-template-columns:minmax(320px,1.05fr) minmax(280px,.95fr);align-items:center;gap:clamp(2rem,6vw,4rem);margin-top:5rem;display:grid}.visitor-feature-image{background-position:50%;background-size:cover;border-radius:2.2rem;min-height:420px;position:relative;overflow:hidden}.visitor-feature-image:after{content:"";background:linear-gradient(#0c223100,#0c223185);position:absolute;inset:0}.visitor-feature-image span,.visitor-feature-image strong{z-index:1;color:var(--on-primary);position:absolute;left:2rem}.visitor-feature-image span{letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800;bottom:4.25rem}.visitor-feature-image strong{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.6rem);line-height:1;bottom:1.75rem}.visitor-feature-copy h2{max-width:480px;color:var(--on-surface);letter-spacing:0;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.visitor-feature-copy p{color:#1a1c1eb8;max-width:560px;margin-bottom:1.7rem}.skilled-visa-page .visa-pill{color:var(--secondary);background:#e7e8d7}.skilled-visa-page .student-visa-copy h1{max-width:520px;color:var(--primary)}.skilled-visa-page .student-visa-copy h1 span{color:var(--on-surface);display:block}.skilled-visa-page .detail-button{background:linear-gradient(135deg,#30628a,#83c2f2);min-width:160px;box-shadow:0 18px 32px #30628a38}.skilled-visa-page .detail-button-soft{color:var(--primary);box-shadow:none;background:#e5e5e8}.skilled-visa-visual{min-height:600px}.skilled-visa-image{background-position:50%}.skilled-stats-card{border-radius:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1.2rem 1.5rem;display:grid;position:absolute;bottom:2rem;left:2rem;right:2rem}.skilled-stats-card small,.skilled-stats-card strong{display:block}.skilled-stats-card small{color:#1a1c1e94;font-size:.78rem;font-weight:700}.skilled-stats-card strong{color:var(--primary);font-family:var(--font-display);font-size:clamp(1.35rem,3vw,2rem);line-height:1.1}.skilled-pathways-section{background:linear-gradient(135deg,#f3f3f6,#e7f0f8);border-radius:2.8rem;max-width:1440px;margin:0 auto}.skilled-pathways-section .section-header{max-width:650px;margin-bottom:3rem}.skilled-pathways-section .section-header h2{color:var(--on-surface);letter-spacing:0;font-size:clamp(2rem,4vw,3rem)}.skilled-pathway-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;display:grid}.skilled-pathway-card{background:var(--surface-container-lowest);border:1px solid #c1c7cf2e;border-radius:1.4rem;flex-direction:column;min-height:350px;padding:2rem;display:flex;box-shadow:0 16px 35px #1a1c1e0a}.skilled-pathway-card-top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.6rem;display:flex}.skilled-pathway-card:nth-child(2) .student-requirement-icon{color:var(--secondary);background:#f0f1e7}.skilled-pathway-card:nth-child(3) .student-requirement-icon{color:var(--tertiary);background:#fff1dc}.skilled-pathway-tag{background:var(--surface-container-low);color:#1a1c1ead;border-radius:999px;padding:.35rem .65rem;font-size:.72rem;font-weight:800}.skilled-pathway-card h3{color:var(--on-surface);letter-spacing:0;margin-bottom:.35rem;font-size:1.45rem}.skilled-pathway-card strong{color:var(--primary);margin-bottom:1rem;font-size:.92rem}.skilled-pathway-card p{color:#1a1c1eb3;font-size:.95rem}.skilled-learn-more{visibility:hidden;pointer-events:none;color:var(--primary);margin-top:auto;font-weight:800}.skilled-timeline{grid-template-columns:1fr;gap:2.4rem;max-width:1120px;margin:5rem auto 0;display:grid;position:relative}.skilled-timeline:before{content:"";background:#c1c7cf85;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.skilled-timeline-step{grid-template-columns:minmax(0,calc(50% - 4rem)) minmax(0,calc(50% - 4rem));align-items:center;column-gap:8rem;min-height:185px;display:grid;position:relative}.skilled-timeline-step:nth-child(odd){text-align:right}.skilled-timeline-step:nth-child(2n){text-align:left}.skilled-timeline-step>div{background:#ffffffb8;border:1px solid #c1c7cf2e;border-radius:1.5rem;min-height:160px;padding:2rem}.skilled-timeline-step:nth-child(odd)>div{grid-column:1}.skilled-timeline-step:nth-child(2n)>div{grid-column:2}.skilled-timeline-step:first-child>div{background:var(--surface-container-low)}.skilled-timeline-step h3{color:var(--on-surface);letter-spacing:0;margin-bottom:.55rem;font-size:1.18rem}.skilled-timeline-step p{color:#1a1c1ead}.skilled-timeline-marker{z-index:1;background:var(--primary);width:46px;height:46px;color:var(--on-primary);border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 18px #30628a40}.skilled-timeline-marker svg{opacity:.18;grid-area:1/1}.skilled-timeline-marker strong{font-family:var(--font-display);grid-area:1/1;font-size:1rem;line-height:1}.skilled-timeline-step:nth-child(odd) .skilled-timeline-marker{right:auto}.skilled-timeline-step:nth-child(2n) .skilled-timeline-marker{left:50%}@media (width<=900px){.detail-hero,.blog-hero,.detail-grid,.blog-grid,.australia-hero-grid,.student-visa-hero-grid,.coast-grid,.australia-highlight-grid,.australia-city-grid,.why-australia-grid,.study-fit-panel,.student-requirement-grid,.student-journey,.visitor-requirement-grid,.visitor-feature,.skilled-pathway-grid,.skilled-timeline{grid-template-columns:1fr}.australia-visual{min-height:520px}.australia-cta{flex-direction:column;align-items:flex-start}.student-visa-visual{min-height:520px}.student-validity-card{bottom:1.2rem;left:1.2rem}.student-requirement-card.wide{grid-column:span 1}.student-journey{margin-top:3rem}.student-journey:before{display:none}.student-visa-cta{flex-direction:column;align-items:flex-start;padding:2rem}.visitor-visa-visual,.visitor-tip-card{transform:none}.visitor-requirement-grid .student-requirement-card{min-height:auto}.skilled-pathways-section{border-radius:2rem}.skilled-timeline{gap:1.4rem;margin-top:3rem}.skilled-timeline:before{display:none}.skilled-timeline-step,.skilled-timeline-step:nth-child(odd),.skilled-timeline-step:nth-child(2n){text-align:left;grid-column:auto;min-height:auto;display:block}.skilled-timeline-step:nth-child(odd)>div,.skilled-timeline-step:nth-child(2n)>div{grid-column:auto}.skilled-timeline-marker,.skilled-timeline-step:nth-child(odd) .skilled-timeline-marker,.skilled-timeline-step:nth-child(2n) .skilled-timeline-marker{margin-bottom:1rem;position:relative;top:auto;left:auto;right:auto;transform:none}}@media (width<=640px){.australia-hero{padding-top:4rem}.destination-stats{grid-template-columns:1fr}.australia-visual{border-radius:2rem;min-height:430px}.australia-floating-card{grid-template-columns:1fr;bottom:1rem;left:1rem;right:1rem}.student-visa-hero{padding:4rem 0}.student-visa-visual{border-radius:2rem;min-height:410px}.student-visa-section{padding:4rem 0}.student-requirement-card,.student-journey-step>div{border-radius:1.5rem;padding:1.5rem}.student-validity-card{min-width:0;right:1rem}.student-visa-cta .detail-button-soft{width:100%;min-width:0}.visitor-reason-grid{grid-template-columns:1fr}.visitor-feature{margin-top:3.5rem}.visitor-feature-image{border-radius:1.7rem;min-height:330px}.skilled-stats-card{grid-template-columns:1fr;bottom:1rem;left:1rem;right:1rem}.skilled-pathway-card{min-height:auto;padding:1.5rem}}.calculator-card{border-radius:1.5rem;padding:3rem}.calculator-source{color:var(--on-surface-variant);margin-top:.75rem;font-size:.92rem;font-weight:700}.calculator-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem;display:grid}@media (width>=768px){.calculator-grid{grid-template-columns:2fr 1fr}}.form-section{flex-direction:column;gap:1.5rem;display:flex}.client-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--on-surface);font-weight:600}.form-group select,.form-group input{background-color:var(--surface-container-high);color:var(--on-surface);font-family:var(--font-body);border:none;border-radius:.75rem;outline:none;padding:1rem;font-size:1rem;transition:background-color .3s}.form-group select:focus,.form-group input:focus{background-color:var(--surface-container-highest);box-shadow:0 0 0 2px var(--primary)}.result-section{text-align:center;background:var(--surface-container);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.points-display{color:var(--primary);font-size:4rem;font-weight:800;font-family:var(--font-display);margin:1rem 0}.points-note{color:var(--on-surface-variant);margin-bottom:2rem}.calculator-success,.calculator-error{border-radius:1rem;margin-bottom:1rem;padding:.75rem 1rem;font-weight:700;display:block}.calculator-success{color:#2e7d32;background:#e8f5e9}.calculator-error{color:#be3144;background:#fff0f2}@media (width<=640px){.client-details-grid{grid-template-columns:1fr}}.english-tool-page{padding-top:4rem}.english-tool-card{border-radius:1.5rem;padding:clamp(1.5rem,4vw,3rem)}.english-tool-header{max-width:820px}.english-tool-eyebrow{min-height:30px;color:var(--primary);letter-spacing:.08em;text-transform:uppercase;background:#30628a14;border-radius:999px;align-items:center;margin-bottom:1rem;padding:.35rem .8rem;font-size:.78rem;font-weight:800;display:inline-flex}.english-tool-header h1{color:var(--on-surface);letter-spacing:0;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.5rem)}.english-tool-header p,.english-test-helper,.english-result-panel p{color:var(--on-surface-variant)}.english-tool-grid{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:stretch;gap:1.5rem;margin-top:2rem;display:grid}.english-score-panel,.english-result-panel{background:var(--surface-container-lowest);border:1px solid #c1c7cf40;border-radius:1rem;padding:1.5rem}.english-score-panel{flex-direction:column;gap:1rem;display:flex}.english-field{flex-direction:column;gap:.5rem;display:flex}.english-field span{color:var(--on-surface);font-weight:700}.english-field select,.english-field input{min-height:52px;color:var(--on-surface);font:inherit;background:#fff;border:1px solid #8f99a666;border-radius:.75rem;outline:none;padding:0 1rem;box-shadow:inset 0 1px #ffffffb3}.english-field select:focus,.english-field input:focus{border-color:var(--primary);background:var(--surface-container-lowest);box-shadow:0 0 0 2px #30628a24}.english-field select:disabled,.english-field input:disabled{cursor:not-allowed;background:var(--surface-container-low);color:#1a1c1e80;border-color:#c1c7cf80}.english-field input[aria-invalid=true]{border-color:#be3144;box-shadow:0 0 0 2px #be31441f}.english-field-error{color:#be3144;font-size:.78rem;font-weight:800;line-height:1.35}.english-test-helper{font-size:.92rem;font-weight:600}.english-period-note,.english-table-meta{color:var(--secondary);background:#e1e1c94d;border-radius:.75rem;padding:.75rem 1rem;font-size:.88rem;font-weight:800}.english-table-meta{margin-bottom:1rem;display:inline-flex}.english-band-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.english-result-panel{text-align:center;background:linear-gradient(135deg, #30628a14, #e1e1c94d), var(--surface-container-lowest);flex-direction:column;justify-content:center;display:flex}.english-result-label{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:800}.english-result-panel strong{color:var(--primary);font-family:var(--font-display);margin:.9rem 0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}.english-requirements{margin-top:2rem}.english-requirements h2{color:var(--on-surface);letter-spacing:0;margin-bottom:1rem}.english-table-wrap{background:var(--surface-container-lowest);border:1px solid #c1c7cf40;border-radius:1rem;overflow-x:auto}.english-table-wrap table{border-collapse:collapse;width:100%;min-width:760px}.english-table-wrap th,.english-table-wrap td{text-align:left;border-bottom:1px solid #c1c7cf33;padding:.9rem 1rem}.english-table-wrap th{color:var(--primary);text-transform:uppercase;letter-spacing:.06em;background:#30628a0f;font-size:.82rem}.english-table-wrap tr:last-child td{border-bottom:none}.english-table-wrap tr.active td{background:#a2d2ff33;font-weight:800}.english-disclaimer{color:var(--on-surface-variant);margin-top:1.5rem;font-size:.78rem;line-height:1.6}.english-disclaimer a{color:var(--primary);text-underline-offset:2px;font-weight:800;text-decoration:underline}@media (width<=900px){.english-tool-grid{grid-template-columns:1fr}.english-band-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.english-band-grid{grid-template-columns:1fr}}.sc500-page{padding-top:4rem}.sc500-card{border-radius:1.5rem;padding:clamp(1.5rem,4vw,3rem)}.sc500-header{max-width:860px}.sc500-eyebrow{min-height:30px;color:var(--primary);letter-spacing:.08em;text-transform:uppercase;background:#30628a14;border-radius:999px;align-items:center;margin-bottom:1rem;padding:.35rem .8rem;font-size:.78rem;font-weight:800;display:inline-flex}.sc500-header h1{color:var(--on-surface);letter-spacing:0;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.5rem)}.sc500-header p,.sc500-result-panel p,.sc500-info-grid p,.sc500-disclaimer{color:var(--on-surface-variant)}.sc500-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:start;gap:1.5rem;margin-top:2rem;display:grid}.sc500-form,.sc500-result-panel,.sc500-info-grid article{background:var(--surface-container-lowest);border:1px solid #c1c7cf40;border-radius:1rem}.sc500-form{gap:1.25rem;padding:1.5rem;display:grid}.sc500-section{gap:1rem;display:grid}.sc500-section+.sc500-section{border-top:1px solid #c1c7cf40;padding-top:1.25rem}.sc500-section h2,.sc500-info-grid h2{color:var(--on-surface);letter-spacing:0;font-size:1.2rem}.sc500-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.sc500-field{flex-direction:column;gap:.5rem;display:flex}.sc500-field span,.sc500-checkbox span{color:var(--on-surface);font-weight:700}.sc500-field input,.sc500-field select{min-height:52px;color:var(--on-surface);font:inherit;background:#fff;border:1px solid #8f99a666;border-radius:.75rem;outline:none;padding:0 1rem}.sc500-field input:focus,.sc500-field select:focus{border-color:var(--primary);box-shadow:0 0 0 2px #30628a24}.sc500-checkbox{background:#30628a0f;border-radius:.75rem;align-items:flex-start;gap:.7rem;padding:.85rem 1rem;display:flex}.sc500-checkbox input{width:18px;height:18px;accent-color:var(--primary);flex:none;margin-top:.15rem}.sc500-result-panel{background:linear-gradient(135deg, #30628a14, #e1e1c94d), var(--surface-container-lowest);flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:sticky;top:100px}.sc500-result-label{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:800}.sc500-result-panel>strong{color:var(--primary);font-family:var(--font-display);font-size:clamp(2.3rem,4vw,3.6rem);line-height:1}.sc500-result-list{gap:.65rem;display:grid}.sc500-result-list div,.sc500-travel-note{border-top:1px solid #c1c7cf40;justify-content:space-between;gap:1rem;padding:.75rem 0;display:flex}.sc500-result-list span,.sc500-travel-note span{color:var(--on-surface-variant)}.sc500-result-list strong,.sc500-travel-note strong{color:var(--on-surface);text-align:right}.sc500-travel-note{border-bottom:1px solid #c1c7cf40;align-items:flex-start}.sc500-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem;display:grid}.sc500-info-grid article{padding:1.25rem}.sc500-info-grid h2{margin-bottom:.6rem}.sc500-disclaimer{margin-top:1.5rem;font-size:.78rem;line-height:1.6}.sc500-disclaimer a{color:var(--primary);text-underline-offset:2px;font-weight:800;text-decoration:underline}@media (width<=960px){.sc500-grid,.sc500-info-grid{grid-template-columns:1fr}.sc500-result-panel{position:static}}@media (width<=640px){.sc500-two-column{grid-template-columns:1fr}.sc500-result-list div,.sc500-travel-note{flex-direction:column;gap:.2rem}.sc500-result-list strong,.sc500-travel-note strong{text-align:left}}.legal-page{background:radial-gradient(circle at 10% 16%, #a2d2ff3d, transparent 30%), var(--surface)}.legal-layout{max-width:920px;padding-top:7rem;padding-bottom:7rem}.legal-eyebrow{color:var(--primary);text-transform:uppercase;background:#a2d2ff4d;border-radius:999px;margin-bottom:1.25rem;padding:.45rem .85rem;font-size:.82rem;font-weight:800;display:inline-flex}.legal-layout h1{max-width:760px;color:var(--on-surface);letter-spacing:0;margin-bottom:1rem;font-size:clamp(2.6rem,6vw,4.8rem)}.legal-intro{max-width:680px;color:var(--on-surface-variant);font-size:1.15rem}.legal-sections{gap:1.25rem;margin-top:3rem;display:grid}.legal-sections section{background:var(--surface-container-lowest);border-radius:.75rem;padding:1.35rem;box-shadow:0 12px 32px #1a1c1e0f}.legal-sections h2{color:var(--primary);letter-spacing:0;margin-bottom:.5rem;font-size:1.2rem}.legal-sections p{color:var(--on-surface-variant)}.legal-contact-link{background:var(--primary);min-height:52px;color:var(--on-primary);border-radius:999px;justify-content:center;align-items:center;margin-top:2rem;padding:.8rem 1.3rem;font-weight:800;display:inline-flex}.not-found-page{background:radial-gradient(circle at 8% 18%, #a2d2ff57, transparent 28%), radial-gradient(circle at 94% 12%, #fac4772e, transparent 24%), var(--surface);position:relative;overflow:hidden}.not-found-layout{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);align-items:center;gap:clamp(3rem,7vw,6rem);min-height:76vh;padding-top:7rem;padding-bottom:7rem;display:grid}.not-found-copy{max-width:720px}.error-badge{min-height:44px;color:var(--primary);text-transform:uppercase;background:#a2d2ff52;border-radius:999px;align-items:center;gap:.65rem;margin-bottom:3.2rem;padding:.55rem 1rem;font-weight:800;display:inline-flex}.not-found-copy h1{max-width:680px;color:var(--on-surface);letter-spacing:0;margin-bottom:2rem;font-size:clamp(4rem,8vw,7rem);line-height:.95}.not-found-copy h1 span{color:var(--primary);font-style:italic;display:block}.not-found-copy>p{max-width:680px;color:var(--on-surface-variant);margin-bottom:3rem;font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.45}.return-home-btn{background:linear-gradient(135deg, var(--primary), var(--primary-container));min-height:64px;color:var(--on-primary);border-radius:999px;justify-content:center;align-items:center;gap:.9rem;padding:1rem 2.25rem;font-size:1.1rem;font-weight:800;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 18px 38px #30628a33}.return-home-btn:hover{transform:translateY(-2px);box-shadow:0 22px 42px #30628a42}.quick-nav{margin-top:4.5rem}.quick-nav h2{color:var(--on-surface-variant);font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.95rem;font-weight:800}.quick-nav-links{flex-wrap:wrap;gap:1rem;display:flex}.quick-nav-links a{min-height:56px;color:var(--primary);background:#ffffffb8;border-radius:999px;justify-content:center;align-items:center;gap:.75rem;padding:.9rem 1.35rem;font-weight:800;display:inline-flex;box-shadow:0 12px 30px #1a1c1e0f}.outback-card{background:var(--surface-container-lowest);border-radius:3.5rem;overflow:hidden}.outback-image{background-position:50%;background-size:cover;align-items:flex-end;min-height:min(72vh,760px);padding:2.5rem;display:flex;position:relative}.outback-image:before{content:"";background:linear-gradient(#30628a2e,#0000 44%),linear-gradient(#0000 54%,#1a1c1e57);position:absolute;inset:0}.did-you-know{-webkit-backdrop-filter:blur(18px);background:#ffffffd1;border-radius:2rem;grid-template-columns:auto 1fr;align-items:center;gap:1.35rem;width:100%;padding:1.65rem 1.9rem;display:grid;position:relative;box-shadow:0 18px 36px #1a1c1e26}.did-icon{background:var(--primary-container);width:64px;height:64px;color:var(--primary);border-radius:50%;place-items:center;display:grid}.did-you-know strong{color:var(--on-surface);margin-bottom:.25rem;font-size:1.1rem;display:block}.did-you-know p{color:var(--on-surface-variant);line-height:1.45}.not-found-help{background:var(--surface-container-low);border-top:1px solid #c1c7cf33}.not-found-help-grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:4rem;padding-top:4rem;padding-bottom:4rem;display:grid}.not-found-help h2,.not-found-help h3{color:var(--on-surface);letter-spacing:0;margin-bottom:1.3rem;font-size:1.2rem}.not-found-help p,.not-found-help a{color:var(--on-surface-variant);line-height:1.65}.not-found-help a{margin-bottom:.7rem;display:block}.connect-icons{gap:1rem;margin-top:1rem;display:flex}.connect-icons a{color:var(--primary);margin:0}@media (width<=980px){.not-found-layout,.not-found-help-grid{grid-template-columns:1fr}.not-found-layout{padding-top:5rem}.outback-image{min-height:520px}}@media (width<=640px){.not-found-layout{padding-top:4rem;padding-bottom:4rem}.error-badge{margin-bottom:2rem}.not-found-copy h1{font-size:3.6rem}.return-home-btn,.quick-nav-links a{width:100%}.outback-card{border-radius:2rem}.outback-image{min-height:430px;padding:1rem}.did-you-know{border-radius:1.5rem;grid-template-columns:1fr;padding:1.25rem}}
