:root{--font-site:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--text-page-title-size:clamp(2.75rem,7vw,5.4rem);--text-section-title-size:clamp(1.9rem,4vw,3.2rem);--text-body-size:1rem;--text-label-size:0.875rem;--text-helper-size:0.75rem;--table-header-size:0.8125rem;--text-page-title-weight:760;--text-section-title-weight:720;--text-label-weight:650;--text-body-weight:400;--text-page-title-color:#062d2a;--text-section-title-color:#073c37;--foreground:#173b38;--muted-foreground:#55706d;--background:#f6fbfa;--surface:#fff;--surface-soft:#eaf7f4;--surface-dark:#052f2d;--primary:#0b6b61;--primary-strong:#07564f;--accent:#27d3b2;--line:#cfe7e2;--line-strong:#99cfc5;--shadow:0 1.5rem 4.5rem rgba(6,75,67,.1);--radius-large:2rem;--radius-medium:1.25rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-site);font-size:var(--text-body-size);line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img,svg{max-width:100%}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:60;border-bottom:1px solid color-mix(in srgb,var(--line) 80%,transparent);background:color-mix(in srgb,var(--background) 88%,transparent);-webkit-backdrop-filter:blur(1.2rem);backdrop-filter:blur(1.2rem)}.header-inner{display:flex;min-height:5rem;max-width:84rem;margin:0 auto;padding:0 1.5rem;align-items:center;justify-content:space-between;gap:1rem}.brand-lockup{display:inline-flex;align-items:center;gap:.75rem;color:var(--primary-strong)}.brand-logo{display:block;width:auto;height:2.75rem;flex:none;filter:drop-shadow(0 .75rem 1.2rem rgba(8,23,45,.16))}.brand-mark{display:inline-flex;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;border-radius:.9rem;color:#fff;background:linear-gradient(145deg,var(--primary),#123f78);box-shadow:0 .75rem 1.8rem rgba(11,107,97,.2)}.brand-mark svg{width:1.6rem}.brand-name,.brand-parent{display:block;line-height:1.2}.brand-parent{color:var(--muted-foreground);font-size:var(--text-helper-size);font-weight:var(--text-label-weight);letter-spacing:.13em;text-transform:uppercase}.brand-name{margin-top:.2rem;font-size:var(--text-body-size);font-weight:var(--text-section-title-weight);letter-spacing:-.02em}.desktop-nav{display:flex;align-items:center;gap:.3rem;font-size:var(--text-label-size);font-weight:var(--text-label-weight)}.desktop-nav>a,.services-menu-button{display:inline-flex;min-height:2.6rem;align-items:center;padding:0 .8rem;border:0;border-radius:999px;color:inherit;background:transparent;cursor:pointer}.desktop-nav>a:hover,.services-menu-button:hover,.services-menu-button[aria-expanded=true]{background:var(--surface-soft);color:var(--primary-strong)}.services-menu{position:relative}.services-panel{position:absolute;z-index:70;top:calc(100% + 1rem);left:50%;display:grid;width:min(70rem,calc(100vw - 3rem));padding:1.25rem;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;transform:translateX(-50%);border:1px solid var(--line);border-radius:var(--radius-medium);background:var(--surface);box-shadow:var(--shadow)}.services-panel div{padding:.8rem;border-radius:1rem;background:var(--background)}.services-panel p{margin:0 0 .5rem;color:var(--primary);font-size:var(--text-helper-size);font-weight:var(--text-label-weight);letter-spacing:.1em;text-transform:uppercase}.services-panel a{display:block;padding:.35rem 0;color:var(--foreground);font-size:var(--text-label-size);cursor:pointer}.services-panel a:focus-visible,.services-panel a:hover{color:var(--primary);text-decoration:underline;text-underline-offset:.2rem}.header-actions{display:flex;align-items:center;gap:.7rem}.button{display:inline-flex;min-height:3rem;padding:.65rem 1.2rem;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:999px;font-size:var(--text-label-size);font-weight:var(--text-label-weight);transition:transform .16s ease,background-color .16s ease}.button:hover{transform:translateY(-.1rem)}.button-primary{color:#fff;background:var(--primary);box-shadow:0 1rem 2.5rem rgba(11,107,97,.18)}.button-primary:hover{background:var(--primary-strong)}.button-secondary{border-color:var(--line-strong);color:var(--primary-strong);background:var(--surface)}.mobile-nav{display:none;position:relative}.icon-button{display:inline-flex;width:2.8rem;height:2.8rem;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;color:var(--primary);background:var(--surface)}.mobile-menu{position:absolute;top:calc(100% + .75rem);right:0;width:min(26rem,calc(100vw - 2rem));max-height:calc(100vh - 7rem);overflow:auto;padding:.75rem;border:1px solid var(--line);border-radius:var(--radius-medium);background:var(--surface);box-shadow:var(--shadow)}.mobile-menu>a{display:flex;min-height:2.8rem;padding:.5rem .8rem;align-items:center;border-radius:.8rem;font-size:var(--text-label-size);font-weight:var(--text-label-weight)}.mobile-service-list{padding:.5rem .7rem .8rem;column-count:2;background:var(--background);border-radius:.8rem}.mobile-service-list a{display:block;padding:.3rem;page-break-inside:avoid;break-inside:avoid;color:var(--muted-foreground);font-size:var(--text-helper-size)}.container{width:min(84rem,calc(100% - 3rem));margin-inline:auto}.section{padding:clamp(4.5rem,9vw,7.5rem) 0;scroll-margin-top:5rem}.section-soft{background:var(--surface-soft)}.section-dark{color:#effffb;background:var(--surface-dark)}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin:0;color:var(--primary);font-size:var(--text-label-size);font-weight:var(--text-label-weight);letter-spacing:.13em;text-transform:uppercase}.section-dark .eyebrow{color:var(--accent)}.display-title{max-width:62rem;margin:1.2rem 0 0;color:var(--text-page-title-color);font-size:var(--text-page-title-size);font-weight:var(--text-page-title-weight);line-height:.98;letter-spacing:-.055em}.section-title{max-width:58rem;margin:1rem 0 0;color:var(--text-section-title-color);font-size:var(--text-section-title-size);font-weight:var(--text-section-title-weight);line-height:1.05;letter-spacing:-.04em}.section-dark .section-title{color:#fff}.lead{max-width:48rem;margin:1.5rem 0 0;color:var(--muted-foreground);font-size:calc(var(--text-body-size) * 1.12);line-height:1.8}.section-dark .lead{color:#b8d7d1}.hero{position:relative;overflow:hidden;padding:clamp(5rem,10vw,8.5rem) 0;background:radial-gradient(circle at 82% 16%,rgba(39,211,178,.18),transparent 25%),radial-gradient(circle at 8% 85%,rgba(41,102,177,.12),transparent 30%),linear-gradient(180deg,#f6fbfa,#eaf7f4)}.hero-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;grid-gap:clamp(2rem,4vw,4rem);gap:clamp(2rem,4vw,4rem)}.hero-actions{gap:.8rem;margin-top:2rem}.hero-actions,.trust-row{display:flex;flex-wrap:wrap}.trust-row{gap:.75rem;margin-top:2.2rem}.trust-row span{padding:.45rem .75rem;border:1px solid var(--line);border-radius:999px;color:var(--muted-foreground);background:color-mix(in srgb,var(--surface) 76%,transparent);font-size:var(--text-helper-size);font-weight:var(--text-label-weight)}.audit-visual{position:relative;min-height:31rem;padding:1.5rem;border:1px solid var(--line);border-radius:var(--radius-large);background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:var(--shadow)}.posture-title{margin:0;color:var(--text-section-title-color);font-size:calc(var(--text-section-title-size) * .72);font-weight:var(--text-section-title-weight)}.posture-summary{display:grid;grid-template-columns:8rem 1fr;grid-gap:1rem;gap:1rem;margin-top:1rem;align-items:center}.posture-score{display:grid;place-items:center}.posture-score-ring{position:relative;display:grid;width:7.2rem;height:7.2rem;place-content:center;justify-items:center;border-radius:50%;background:conic-gradient(var(--primary) 0 68%,var(--surface-soft) 68% 100%)}.posture-score-ring:before{position:absolute;inset:.65rem;border-radius:50%;background:var(--surface);content:""}.posture-score-ring span,.posture-score-ring strong{position:relative;z-index:1}.posture-score-ring strong{color:var(--text-section-title-color);font-size:calc(var(--text-section-title-size) * 1.05);font-weight:var(--text-page-title-weight);line-height:1}.posture-score-ring span{margin-top:.2rem;color:var(--muted-foreground);font-size:var(--text-label-size)}.posture-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.posture-metric{display:grid;min-width:0;padding:.3rem .65rem;place-items:center;border-left:1px solid var(--line);text-align:center}.posture-metric strong{font-size:calc(var(--text-section-title-size) * .82);font-weight:var(--text-section-title-weight);line-height:1}.posture-metric span{margin-top:.25rem;color:var(--foreground);font-size:var(--text-helper-size);font-weight:var(--text-label-weight)}.posture-metric svg{width:1.35rem;height:1.35rem;margin-top:.5rem;padding:.18rem;border-radius:.35rem}.posture-metric-critical strong,.posture-metric-high strong{color:#d52f35}.posture-metric-critical svg,.posture-metric-high svg{color:#d52f35;background:#fff0f0}.posture-metric-controls svg{color:#16894e;background:#edf9f1}.posture-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.55rem;gap:.55rem;margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--line)}.posture-row{display:grid;min-height:4rem;padding:.5rem .65rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:.55rem;gap:.55rem;border:1px solid var(--line);border-radius:.75rem;background:color-mix(in srgb,var(--surface) 92%,var(--surface-soft))}.posture-row-icon{display:grid;width:2.1rem;height:2.1rem;place-items:center;border-radius:.55rem;color:var(--primary);background:var(--surface-soft)}.posture-row-icon svg{width:1.15rem;height:1.15rem}.posture-row strong{min-width:0;color:var(--foreground);font-size:var(--text-label-size);font-weight:var(--text-section-title-weight)}.posture-badge{display:inline-flex;min-width:4.6rem;padding:.3rem .55rem;align-items:center;justify-content:center;gap:.35rem;border:1px solid;border-radius:999px;text-align:center;font-size:var(--text-helper-size);font-weight:var(--text-label-weight)}.posture-badge:before{width:.45rem;height:.45rem;flex:0 0 auto;border-radius:50%;background:currentColor;content:""}.posture-badge-high{color:#c92b31;border-color:#f3c4c6;background:#fff0f0}.posture-badge-medium{color:#b85c08;border-color:#f2d3ae;background:#fff7ed}.posture-badge-passed{color:#138647;border-color:#bfe5cf;background:#edf9f1}.posture-frameworks{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.45rem;gap:.45rem;margin-top:.9rem}.posture-frameworks span{display:flex;min-width:0;padding:.45rem;align-items:center;justify-content:center;gap:.35rem;border:1px solid var(--line-strong);border-radius:999px;color:var(--foreground);background:var(--surface);font-size:var(--text-helper-size);font-weight:var(--text-label-weight);white-space:nowrap}.posture-frameworks svg{flex:0 0 auto;width:1rem;height:1rem;color:var(--primary)}.posture-note{margin:.65rem 0 0;text-align:center;color:var(--muted-foreground);font-size:var(--text-helper-size)}.content-grid,.intro-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);grid-gap:clamp(2rem,6vw,5rem);gap:clamp(2rem,6vw,5rem);align-items:start}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.2rem;gap:1.2rem;margin-top:3rem}.info-card,.service-card{display:flex;min-height:100%;padding:1.5rem;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius-medium);background:var(--surface);box-shadow:0 1rem 3rem rgba(6,75,67,.06)}.service-card .card-icon{display:inline-flex;width:2.8rem;height:2.8rem;align-items:center;justify-content:center;border-radius:.85rem;color:var(--primary);background:var(--surface-soft)}.info-card h3,.service-card h3{margin:1rem 0 0;color:var(--text-section-title-color);font-size:calc(var(--text-body-size) * 1.15);font-weight:var(--text-section-title-weight);line-height:1.3}.info-card p,.service-card p{margin:.8rem 0 0;color:var(--muted-foreground);font-size:var(--text-label-size)}.mini-list{margin:1rem 0 0;padding-left:1.2rem;color:var(--foreground);font-size:var(--text-label-size)}.mini-list li{margin-top:.35rem}.card-link{display:inline-flex;margin-top:auto;padding-top:1.2rem;align-items:center;gap:.4rem;color:var(--primary);font-size:var(--text-label-size);font-weight:var(--text-label-weight)}.method-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin-top:3rem;counter-reset:process}.method-step{position:relative;padding:1.4rem 1rem;border:1px solid hsla(0,0%,100%,.12);border-radius:var(--radius-medium);background:hsla(0,0%,100%,.05);counter-increment:process}.method-step:before{content:"0" counter(process);display:block;margin-bottom:1.4rem;color:var(--accent);font-size:var(--text-helper-size);font-weight:var(--text-label-weight);letter-spacing:.12em}.method-icon{position:absolute;top:1rem;right:1rem;display:grid;width:2rem;height:2rem;place-items:center;border:1px solid rgba(40,221,194,.32);border-radius:.65rem;color:var(--accent);background:rgba(40,221,194,.09)}.method-icon svg{width:1rem;height:1rem;stroke-width:1.8}.method-step p{margin:0;color:#e9faf7;font-size:var(--text-label-size);font-weight:var(--text-label-weight);line-height:1.45}.deliverable-grid,.framework-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-top:2.5rem}.framework-pill{display:flex;min-height:4.6rem;padding:1rem;align-items:center;gap:.8rem;border:1px solid var(--line);border-radius:1rem;color:var(--foreground);background:var(--surface);font-weight:var(--text-label-weight)}.framework-pill svg{flex:0 0 auto;color:var(--primary)}.contact-shell{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:2rem;gap:2rem;padding:clamp(1.5rem,4vw,3rem);border:1px solid var(--line);border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--shadow)}.contact-points{margin:2rem 0 0;padding:0;list-style:none}.contact-points li{display:flex;margin-top:1rem;align-items:flex-start;gap:.7rem;color:var(--muted-foreground)}.contact-points svg{flex:0 0 auto;margin-top:.2rem;color:var(--primary)}.contact-form{display:grid;grid-gap:1rem;gap:1rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.contact-form label{display:grid;grid-gap:.4rem;gap:.4rem;color:var(--foreground);font-size:var(--text-label-size);font-weight:var(--text-label-weight)}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.8rem .9rem;border:1px solid var(--line-strong);border-radius:.75rem;outline:none;color:var(--foreground);background:var(--background);font-size:var(--text-body-size);font-weight:var(--text-body-weight)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 .25rem color-mix(in srgb,var(--primary) 16%,transparent)}.contact-form textarea{resize:vertical}.contact-form .button{justify-self:start}.contact-form .button:disabled{cursor:wait;opacity:.72}.contact-error{margin:0;color:#a52b2b;font-size:var(--text-label-size);font-weight:var(--text-label-weight)}.contact-thank-you{display:grid;min-height:28rem;place-content:center;justify-items:center;padding:2rem;border:1px solid var(--line);border-radius:var(--radius-large);text-align:center;background:linear-gradient(145deg,var(--surface),var(--surface-soft))}.contact-thank-you-icon{display:grid;width:4.5rem;height:4.5rem;margin-bottom:1.4rem;place-items:center;border-radius:50%;color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,#fff)}.contact-thank-you-icon svg{width:2.2rem;height:2.2rem}.contact-thank-you h3{margin:0;color:var(--text-section-title-color);font-size:var(--text-section-title-size);font-weight:var(--text-section-title-weight)}.contact-thank-you p{margin:.8rem 0 0;color:var(--muted-foreground);font-size:var(--text-body-size)}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.service-hero{padding:clamp(4rem,8vw,7rem) 0;background:radial-gradient(circle at 85% 10%,rgba(39,211,178,.17),transparent 26%),linear-gradient(180deg,#f6fbfa,#ecf8f6)}.breadcrumbs{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;color:var(--muted-foreground);font-size:var(--text-label-size)}.breadcrumbs a{color:var(--foreground);font-weight:var(--text-label-weight)}.service-hero .display-title{font-size:clamp(2.5rem,6vw,4.7rem)}.service-summary-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:2rem;gap:2rem;margin-top:3rem}.service-proof{padding:1.5rem;border:1px solid var(--line);border-radius:var(--radius-medium);background:var(--surface)}.service-proof p{margin:0;color:var(--primary);font-size:var(--text-label-size);font-weight:var(--text-label-weight)}.service-proof ul{margin:1rem 0 0;padding-left:1.25rem}.service-proof li{margin-top:.5rem}.prose p,.service-proof li{color:var(--muted-foreground)}.prose p+p{margin-top:1.2rem}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.8rem;gap:.8rem;margin-top:2rem}.check-item{display:flex;min-height:4.5rem;padding:1rem;align-items:flex-start;gap:.7rem;border:1px solid var(--line);border-radius:1rem;background:var(--surface)}.check-item svg{flex:0 0 auto;color:var(--primary)}.check-item span{font-size:var(--text-label-size);font-weight:var(--text-label-weight)}.number-list{margin:2rem 0 0;padding:0;list-style:none;counter-reset:approach}.number-list li{display:grid;grid-template-columns:2.5rem 1fr;grid-gap:.8rem;gap:.8rem;margin-top:1rem;align-items:start;counter-increment:approach;color:var(--muted-foreground)}.number-list li:before{content:counter(approach);display:flex;width:2.3rem;height:2.3rem;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:var(--primary);font-size:var(--text-label-size);font-weight:var(--text-label-weight)}.faq-list{margin-top:2rem}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{padding:1.3rem 0;cursor:pointer;color:var(--foreground);font-weight:var(--text-label-weight)}.faq-list p{margin:0;padding:0 0 1.3rem;color:var(--muted-foreground)}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-top:2rem}.related-card{padding:1.3rem;border:1px solid var(--line);border-radius:1rem;background:var(--surface);color:var(--primary);font-weight:var(--text-label-weight)}.related-card svg{width:1rem;vertical-align:middle}.section-dark .info-card{border-color:hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);box-shadow:none}.section-dark .info-card h3{color:#fff}.section-dark .info-card p{color:#b8d7d1}.section-dark .info-card>svg{color:var(--accent)}.service-cta{display:grid;margin-top:3rem;padding:clamp(1.5rem,4vw,2.5rem);grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1.3rem;gap:1.3rem;border-radius:var(--radius-large);color:#eafffb;background:var(--surface-dark)}.service-cta h2{margin:0;color:#fff;font-size:var(--text-section-title-size);font-weight:var(--text-section-title-weight);line-height:1.1}.service-cta p{margin:.6rem 0 0;color:#a9c9c3}.site-footer{padding:4.5rem 1.5rem 2rem;color:#d9efeb;background:#032825}.footer-grid{display:grid;max-width:84rem;margin:0 auto;grid-template-columns:1.35fr repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem}.footer-grid>div:first-child p{max-width:25rem;color:#a9c9c3;font-size:var(--text-label-size)}.footer-grid h2{margin:0 0 1rem;color:#fff;font-size:var(--text-label-size);font-weight:var(--text-section-title-weight)}.footer-grid>div>a{display:block;margin-top:.6rem;color:#a9c9c3;font-size:var(--text-label-size)}.footer-grid>div>a:hover{color:var(--accent)}.footer-brand{color:#fff}.footer-brand .brand-parent{color:#8abbb3}.footer-bottom{display:flex;max-width:84rem;margin:3rem auto 0;padding-top:1.5rem;justify-content:space-between;gap:2rem;border-top:1px solid hsla(0,0%,100%,.1);color:#8abbb3;font-size:var(--text-helper-size)}.footer-bottom p{margin:0}@media (max-width:70rem){.desktop-nav,.header-cta{display:none}.mobile-nav{display:block}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.method-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:60rem){.hero-grid{grid-template-columns:1fr}}@media (max-width:48rem){.container{width:min(100% - 2rem,84rem)}.header-inner{padding:0 1rem}.header-actions>label{display:none}.contact-shell,.content-grid,.hero-grid,.intro-grid,.service-summary-grid{grid-template-columns:1fr}.audit-visual{min-height:25rem}.posture-summary{grid-template-columns:7.2rem 1fr}.card-grid,.deliverable-grid,.framework-grid,.related-grid{grid-template-columns:1fr}.method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.check-grid,.footer-grid,.form-grid,.service-cta{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@media (max-width:32rem){.audit-visual{padding:1rem}.posture-summary{grid-template-columns:1fr}.posture-metric:first-child{border-left:0}.posture-list{grid-template-columns:1fr}.posture-badge{min-width:auto}.posture-frameworks{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-color-scheme:dark){:root{--text-page-title-color:#ecfffb;--text-section-title-color:#e2faf5;--foreground:#d8eeea;--muted-foreground:#9bbab4;--background:#061f1e;--surface:#0b302d;--surface-soft:#0d3b37;--surface-dark:#031817;--line:#28524d;--line-strong:#3d7770;--shadow:0 1.5rem 4.5rem rgba(0,0,0,.25)}.hero,.service-hero{background:radial-gradient(circle at 82% 16%,rgba(39,211,178,.13),transparent 25%),linear-gradient(180deg,#061f1e,#082a27)}.button-primary{color:#fff}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}.LanguageSelector_field__dEZAy{align-items:center;background:color-mix(in srgb,#fff 96%,transparent);border:1px solid color-mix(in srgb,#0f294d 18%,transparent);border-radius:999px;box-shadow:0 12px 32px rgba(15,41,77,.16);color:#0f294d;display:flex;font-size:var(--text-label-size,.75rem);gap:.5rem;padding:.45rem .55rem .45rem .8rem}.LanguageSelector_floating__7aiCT{bottom:1rem;inset-inline-end:1rem;position:fixed;z-index:100}.LanguageSelector_top__cMP63{inset-inline-end:1rem;position:fixed;top:1rem;z-index:100}.LanguageSelector_inline__ADWG2{box-shadow:none;flex:0 0 auto;position:static}.LanguageSelector_label__i1iz2{font-weight:var(--text-section-title-weight,600)}.LanguageSelector_select__s0jSG{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;background:#fff;border:1px solid color-mix(in srgb,#0f294d 18%,transparent);border-radius:999px;color:#0f294d;cursor:pointer;font:inherit;min-width:8.5rem;padding:.45rem .7rem}.LanguageSelector_select__s0jSG:focus-visible{outline:2px solid #1686c4;outline-offset:2px}@media (max-width:640px){.LanguageSelector_floating__7aiCT{bottom:.75rem;inset-inline-end:.75rem}.LanguageSelector_top__cMP63{inset-inline-end:.75rem;top:.75rem}.LanguageSelector_label__i1iz2{display:none}}