:root{--navy:#1a2b49;--navy-deep:#0f1b30;--zeiss-blue:#0072ef;--zeiss-blue-d:#0059c2;--sky:#5bc2f4;--sky-soft:#e8f3fc;--grad-primary:linear-gradient(135deg,#2f8bff,#0a5fd0);--grad-primary-hover:linear-gradient(135deg,#0a5fd0,#074bb0);--grad-band:radial-gradient(120% 120% at 88% 4%,rgba(135,208,255,0.5),transparent 50%),radial-gradient(95% 100% at 4% 100%,rgba(6,48,130,0.55),transparent 58%),linear-gradient(135deg,#2f8bff,#0a5fd0 55%,#0a47a6);--bg:#ffffff;--bg-cool:#f2f6fa;--line:#e2e8f0;--text:#41506b;--text-soft:#5a6782;--white:#ffffff;--radius:14px;--shadow:0 10px 30px rgba(26,43,73,0.08);--shadow-lg:0 24px 60px rgba(26,43,73,0.14)}*{box-sizing:border-box;margin:0;padding:0}textarea{resize:vertical;max-width:100%}html{scroll-behavior:smooth}body{font-family:-apple-system,var(--font-inter,"Segoe UI"),"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--navy);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3{color:var(--navy);letter-spacing:-.02em;line-height:1.15}.wrap{max-width:1180px;margin:0 auto;padding:0 24px}section.block{padding:88px 0}.btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15px;cursor:pointer;padding:13px 24px;border-radius:10px;border:1.5px solid transparent;transition:all .18s ease}.btn-primary{background:var(--grad-primary);color:var(--white)}.btn-primary:hover{background:var(--grad-primary-hover);transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,114,239,.3)}.btn-ghost{background:transparent;color:var(--navy);border-color:var(--line)}.btn-ghost:hover:not(:disabled):not([aria-disabled=true]){border-color:var(--zeiss-blue);color:var(--zeiss-blue)}.btn-white{background:var(--white);color:var(--zeiss-blue)}.btn-white:hover:not(:disabled):not([aria-disabled=true]){transform:translateY(-1px);box-shadow:var(--shadow)}.btn:disabled,.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(0,114,239,.35)}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%231a2b49' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding:10px 36px 10px 12px;border:1px solid var(--line);border-radius:10px;font-size:15px;color:var(--navy);line-height:1.2;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}select:hover{border-color:var(--zeiss-blue)}select:focus-visible{outline:none;border-color:var(--zeiss-blue);box-shadow:0 0 0 3px rgba(0,114,239,.15)}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--sky-soft);color:var(--zeiss-blue-d);font-weight:600;font-size:13px;padding:7px 14px;border-radius:100px;margin-bottom:22px}.eyebrow-dark{background:rgba(91,194,244,.14);color:var(--sky)}.section-head{text-align:center;max-width:640px;margin:0 auto 52px}.section-head .eyebrow{margin-bottom:16px}.section-head h2{font-size:36px;font-weight:800;margin-bottom:14px}.section-head p{font-size:17px;color:var(--text)}.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;color:var(--navy);letter-spacing:-.03em}.logo .mark{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--zeiss-blue),var(--sky));display:grid;place-items:center;color:#fff;font-weight:800;font-size:18px}.logo .accent{color:var(--zeiss-blue)}.doc-top{display:flex;gap:16px;align-items:center}.avatar{width:64px;height:64px;border-radius:50%;flex:none;background:linear-gradient(135deg,var(--sky),var(--zeiss-blue));color:#fff;display:grid;place-items:center;font-weight:700;font-size:22px;object-fit:cover}.doc-name{font-weight:700;font-size:17px}.doc-spec{color:var(--text-soft);font-size:14px}.verified{display:inline-flex;align-items:center;gap:5px;color:#0068d8;font-size:12px;font-weight:600;margin-top:4px}.CookieConsent_bar__27a5X{position:fixed;left:16px;right:16px;bottom:16px;z-index:80;max-width:720px;margin:0 auto;background:var(--navy);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:18px 20px;display:flex;gap:18px;align-items:center}.CookieConsent_text__6o96c{font-size:14px;color:rgba(255,255,255,.92);line-height:1.5}.CookieConsent_text__6o96c a{color:var(--sky);text-decoration:underline}.CookieConsent_actions__YPCKu{display:flex;gap:10px;flex:none}.CookieConsent_actions__YPCKu button{font-weight:600;font-size:14px;padding:10px 16px;min-height:44px;border-radius:10px;cursor:pointer;border:1.5px solid transparent;white-space:nowrap}.CookieConsent_accept___5eGr{background:var(--zeiss-blue);color:#fff}.CookieConsent_accept___5eGr:hover{background:var(--zeiss-blue-d)}.CookieConsent_reject__3JyNK{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}.CookieConsent_reject__3JyNK:hover{border-color:#fff}@media (max-width:600px){.CookieConsent_bar__27a5X{flex-direction:column;align-items:stretch;gap:10px;padding:14px 16px}.CookieConsent_text__6o96c{font-size:13px}.CookieConsent_actions__YPCKu button{flex:1 1;font-size:13px;padding:10px 8px;min-height:42px}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_1b85de{font-family:Inter,Inter Fallback;font-style:normal}.__variable_1b85de{--font-inter:"Inter","Inter Fallback"}