.section-rail{position:fixed;left:24px;top:50%;transform:translateY(-50%);z-index:40;opacity:0;pointer-events:none;transition:opacity .32s ease}.section-rail.is-visible{opacity:1;pointer-events:auto}.section-rail ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.section-rail a{display:flex;align-items:center;gap:10px;padding:6px 0;color:var(--fg-subtle);font-size:11px;font-weight:500;transition:color .2s ease}.rail-num{font-size:10px;letter-spacing:.05em;opacity:.6;min-width:18px}.rail-tick{display:block;width:18px;height:1px;background:var(--border-strong);transition:width .26s cubic-bezier(.16,1,.3,1),background-color .2s ease}.rail-label{font-family:var(--font-sans);letter-spacing:-.005em;opacity:0;transform:translate(-6px);transition:opacity .22s ease,transform .22s ease;white-space:nowrap}.section-rail li.is-active a{color:var(--fg)}.section-rail li.is-active .rail-tick{width:32px;background:var(--brand)}.section-rail li.is-active .rail-num{opacity:1;color:var(--brand)}.section-rail li.is-active .rail-label{opacity:1;transform:translate(0)}.section-rail a:hover{color:var(--fg)}.section-rail a:hover .rail-label{opacity:1;transform:translate(0)}.section-rail a:hover .rail-tick{background:var(--fg-muted)}@media(max-width:1280px){.section-rail{display:none}}.hero{padding-top:clamp(120px,16vw,180px);padding-bottom:clamp(80px,10vw,140px);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-10%;right:-10%;width:440px;height:440px;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 8%,transparent) 0%,transparent 65%);filter:blur(80px);pointer-events:none;opacity:var(--brand-halo-opacity, 1);z-index:0}[data-theme=dark] .hero:before{background:radial-gradient(circle,color-mix(in srgb,var(--brand) 12%,transparent) 0%,transparent 65%)}.hero-grid{display:block;position:relative;z-index:1;max-width:880px}.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:12px;color:var(--fg-muted);background:linear-gradient(135deg,#f3f3f7,#fff,#e7e7ee 52%,#fbfbfd 74%,#eeeef3);border:1px solid var(--border-strong);padding:6px 12px;border-radius:100px;margin-bottom:28px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffe6,inset 0 -1px 2px #5c72871f,var(--shadow-sm);transition:color var(--t-fast) var(--ease),border-color var(--t-fast) var(--ease)}.hero-eyebrow>*{position:relative;z-index:1}[data-theme=dark] .hero-eyebrow{background:linear-gradient(135deg,#26262e,#34343e,#1e1e26 52%,#303039 74%,#26262e);border-color:#3c3c48;box-shadow:inset 0 1px #ffffff0f,inset 0 -1px 2px #00000059,var(--shadow-sm)}.hero-eyebrow:hover{border-color:var(--brand);color:var(--fg)}.hero-eyebrow strong{color:var(--brand);font-weight:600}.hero-dot{width:6px;height:6px;background:var(--brand);border-radius:50%;box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 18%,transparent);animation:pulse 2.4s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 18%,transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb,var(--brand) 6%,transparent)}}.hero-h1{margin-bottom:28px;padding-bottom:.06em}.hero-lead{font-size:clamp(16px,1.55vw,19px);line-height:1.6;color:var(--fg-muted);max-width:56ch;margin:0 0 40px;text-wrap:pretty}.hero-lead strong{color:var(--fg);font-weight:600}.hero-cta{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:32px;flex-wrap:wrap}.hero-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:14px 20px}.hero-cta .btn-primary{padding:16px 24px;font-size:16px}.hero-cta-secondary{font-size:14px;color:var(--fg-muted);padding:0;background:none;border:none;text-decoration:underline;text-decoration-color:var(--border-strong);text-underline-offset:4px;transition:color var(--t-fast) var(--ease),text-decoration-color var(--t-fast) var(--ease)}.hero-cta-secondary:hover{color:var(--brand);text-decoration-color:var(--brand)}.hero-trust{font-size:11px;color:var(--fg-subtle);letter-spacing:.04em;margin:4px 0 0}.hero-cta-meta{font-family:var(--font-mono);font-size:12px;color:var(--fg-subtle);letter-spacing:.02em;display:inline-flex;align-items:center}.hero-cta-meta:before{content:"";width:14px;height:1px;background:var(--border-strong);display:inline-block;margin-right:6px;vertical-align:middle}.hero-check{display:none}.hero-strip{padding-top:24px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px;text-decoration:none;transition:color .16s ease}.hero-strip:hover .hero-strip-label{color:var(--brand)}.hero-strip-label{color:var(--fg-subtle);transition:color .16s ease}.why-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(40px,6vw,100px);align-items:start}@media(max-width:900px){.why-grid{grid-template-columns:1fr}}.why-intro{position:sticky;top:100px}@media(max-width:900px){.why-intro{position:static}}.why-items{display:flex;flex-direction:column}.why-item{display:grid;grid-template-columns:54px 1fr;gap:24px;padding:32px 0;border-top:1px solid var(--border)}.why-item:last-child{border-bottom:1px solid var(--border)}.why-item-num{font-size:clamp(26px,2.6vw,34px);font-weight:600;line-height:1;letter-spacing:-.01em;color:var(--accent);padding-top:4px}@media(max-width:900px){.why-item{grid-template-columns:44px 1fr;gap:18px}.why-item-num{font-size:26px}}.why-item-title{font-size:clamp(22px,2.2vw,28px);font-weight:600;letter-spacing:-.02em;margin:0 0 14px}.why-item-desc{font-size:16px;line-height:1.6;color:var(--fg-muted);margin:0 0 14px;max-width:54ch}.why-item-meta{color:var(--fg-muted);font-size:12.5px}.res-teaser-section{padding-top:clamp(64px,8vw,96px);padding-bottom:clamp(64px,8vw,96px)}.res-teaser-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:40px}.res-teaser-all{font-family:var(--font-mono);font-size:13px;color:var(--brand);letter-spacing:.02em;white-space:nowrap;padding-block:8px;transition:color .16s ease}.res-teaser-all:hover{color:var(--brand-hover)}.res-teaser-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:900px){.res-teaser-grid{grid-template-columns:1fr}}.res-teaser-card{display:flex;flex-direction:column;height:100%;background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--r-lg);padding:28px;box-shadow:var(--shadow-sm);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;color:var(--fg)}.res-teaser-card:hover{border-color:var(--brand);transform:translateY(-3px);box-shadow:var(--shadow-lift)}.res-teaser-card:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.res-teaser-sector{color:var(--accent);font-size:11px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.res-teaser-title{font-size:clamp(17px,1.9vw,20px);font-weight:600;line-height:1.3;letter-spacing:-.015em;margin:0 0 12px}.res-teaser-text{font-size:14px;color:var(--fg-muted);line-height:1.55;margin:0 0 24px;flex:1}.res-teaser-link{color:var(--brand);font-size:12.5px;letter-spacing:.04em;display:inline-flex;align-items:center;gap:6px}@media(prefers-reduced-motion:reduce){.res-teaser-card{transition:none}}.propos-grid{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1fr);gap:clamp(40px,6vw,90px);align-items:start}@media(max-width:900px){.propos-grid{grid-template-columns:1fr}}.propos-photo{position:sticky;top:100px;display:flex;flex-direction:column;gap:16px}@media(max-width:900px){.propos-photo{position:static}}.propos-photo-frame{position:relative;aspect-ratio:4/5;border-radius:var(--r-lg);overflow:hidden;background:var(--bg-alt);border:1px solid var(--border)}.propos-photo-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,color-mix(in srgb,var(--brand) 8%,transparent));pointer-events:none}.propos-photo-frame img{width:100%;height:100%;object-fit:cover;filter:saturate(.96)}.propos-photo-tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;color:var(--fg-subtle);padding-left:4px}.tag-dot{width:5px;height:5px;background:var(--success);border-radius:50%}.propos-h2{max-width:16ch;margin-top:20px;margin-bottom:32px}.propos-body p{font-size:17px;line-height:1.65;color:var(--fg-muted);margin:0 0 18px;max-width:58ch;text-wrap:pretty}.propos-body p:first-of-type{color:var(--fg);font-size:18px}.propos-facts{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px;margin:40px 0;padding:28px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.propos-facts>div{display:flex;flex-direction:column;gap:4px}.propos-facts dt{font-family:var(--font-mono);font-size:11px;color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.06em}.propos-facts dd{margin:0;font-size:14.5px;font-weight:500;color:var(--fg)}.propos-credentials{display:flex;flex-direction:column;gap:12px}.propos-cred-label{color:var(--fg-subtle)}.propos-cred-list{display:flex;flex-wrap:wrap;gap:8px}.propos-cred{padding:7px 12px;background:var(--bg-alt);border:1px solid var(--border);border-radius:100px;font-size:13px;font-weight:500}.propos-cred-pending{color:var(--fg-muted);font-style:italic}.propos-resources{margin-top:24px;display:flex;flex-direction:column;gap:12px}.propos-resources-links{display:flex;flex-wrap:wrap;gap:8px}.propos-resource{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;background:var(--bg-elev);border:1px solid var(--border);border-radius:100px;font-size:12.5px;font-weight:500;color:var(--fg);transition:color var(--t-fast) var(--ease),border-color var(--t-fast) var(--ease),transform var(--t-fast) var(--ease)}.propos-resource:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-1px)}.propos-resource svg{color:var(--fg-subtle);transition:color .16s ease}.propos-resource:hover svg{color:var(--brand)}.propos-editor-note{font-size:13.5px;line-height:1.6;color:var(--fg-muted);margin:0 0 8px;max-width:62ch}.propos-editor-note strong{color:var(--fg);font-weight:600}
