:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;background:#f8fafc}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page{color:#0f172a}.top-bar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 2.5rem;background:#f8fafce6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0}.top-bar__brand{display:flex;align-items:center;gap:.75rem}.top-bar__brand img{width:44px;height:44px}.top-bar__brand strong{display:block;font-size:1rem}.top-bar__nav{display:flex;flex-wrap:wrap;gap:1rem;font-size:.9rem}.top-bar__nav a{color:#0f172a;font-weight:600;opacity:.75}.top-bar__nav a:hover{opacity:1}.top-bar__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.language-switch{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:#475569}.language-switch select{padding:.45rem .75rem;border-radius:999px;border:1px solid #cbd5f5;background:#fff;font-weight:600;color:inherit}.button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:999px;border:none;background:#2563eb;color:#fff;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #2563eb33}.button--ghost{background:#e2e8f0;color:#0f172a;border:1px solid #cbd5f5}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;padding:4rem 2.5rem 3rem;align-items:center}.hero__content h1{font-size:clamp(2.2rem,4vw,3.4rem);margin:.5rem 0 1rem}.lead{font-size:1.1rem;color:#475569}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.hero__highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.hero__highlights div{padding:1rem;background:#fff;border-radius:1rem;border:1px solid #e2e8f0}.hero__highlights strong{display:block;font-size:1rem}.hero__highlights span{color:#64748b;font-size:.9rem}.hero__media img{border-radius:1.5rem;box-shadow:0 30px 50px #0f172a1f}.section{padding:3.5rem 2.5rem}.section--highlight{background:#f1f5f9}.section__header{max-width:720px;margin-bottom:2rem}.section__header h2{margin-bottom:.5rem;font-size:2rem}.section__header p{color:#475569;margin:0}.grid{display:grid;gap:1.5rem}.grid--cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{padding:1.5rem;background:#fff;border-radius:1.2rem;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0f172a0d}.card h3{margin-top:0}.steps{list-style:none;display:grid;gap:1.5rem;padding:0;margin:0}.steps li{padding:1.5rem;background:#fff;border-radius:1.2rem;border:1px solid #e2e8f0}.steps ul{margin:0;padding-left:1.2rem}.split{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:start}.split figure{margin:0}.split figcaption,.gallery figcaption{margin-top:.75rem;font-size:.85rem;color:#64748b}.gallery{margin-top:2rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.faq{display:grid;gap:1rem}.faq details{background:#fff;border-radius:1rem;padding:1rem 1.25rem;border:1px solid #e2e8f0}.faq summary{cursor:pointer;font-weight:600}.text-link{display:inline-flex;margin-top:1rem;color:#2563eb;font-weight:600}.footer{padding:2.5rem;background:#0f172a;color:#e2e8f0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.footer__links{display:flex;flex-wrap:wrap;gap:1.5rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:#2563eb;margin:0}@media(max-width:900px){.top-bar{flex-direction:column;align-items:flex-start}.top-bar__nav{gap:.75rem}}
