:root{
  --white:#fff;
  --light:#f5f5f7;
  --border:#e5e5ea;
  --muted:#86868b;
  --text:#1d1d1f;
  --black:#000;
  --container:1120px;
  --font:-apple-system,BlinkMacSystemFont,"SF Pro Display","Inter","Segoe UI",Roboto,Arial,sans-serif;
  --r:32px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);color:var(--text);background:var(--white);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(100% - 2rem,var(--container));margin:auto}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.88);border-bottom:1px solid var(--border);backdrop-filter:blur(16px);z-index:2}
.header-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.brand{display:flex;align-items:center}
.brand img{width:178px;height:auto;opacity:.98}
.nav{display:flex;gap:1.35rem;color:var(--muted);font-size:.95rem;font-weight:500;align-items:center;white-space:nowrap}
.nav a:hover,.nav a.active{color:var(--text)}
.pill{border:1px solid var(--border);border-radius:999px;padding:.62rem 1rem;font-weight:750;color:var(--text);background:#fff}
.lang{border:1px solid var(--border);background:var(--light);border-radius:999px;padding:.5rem .75rem;font-size:.8rem;font-weight:750;color:var(--text)}
.hero{padding:5.2rem 0 5.8rem;text-align:center}
.eyebrow{margin:0 0 1rem;color:var(--muted);font-size:.88rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}
h1{margin:0 0 1.2rem;font-size:clamp(3.4rem,7.7vw,6.5rem);line-height:.96;letter-spacing:-.018em;font-weight:650}
h2{margin:0 0 .85rem;font-size:clamp(2.2rem,4.8vw,4.2rem);line-height:1.03;letter-spacing:-.015em;font-weight:650}
h3{margin:.1rem 0 .7rem;font-size:1.35rem;line-height:1.18;letter-spacing:-.02em}
.lead{max-width:760px;margin:0 auto 2rem;color:var(--muted);font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.38;letter-spacing:-.03em}
.action-panel{display:flex;gap:.65rem;max-width:720px;margin:0 auto;padding:.55rem;background:var(--light);border:1px solid var(--border);border-radius:999px}
.action-panel input,.action-panel select{flex:1;border:0;outline:0;background:transparent;padding:.95rem 1.1rem;font-size:1rem;min-width:0}
.action-panel button,.button{border:0;border-radius:999px;background:var(--text);color:#fff;padding:.95rem 1.45rem;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.button.secondary{background:#fff;color:var(--text);border:1px solid var(--border)}
.quick-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1rem;margin-top:1.25rem;color:var(--muted);font-size:.95rem}
.quick-links a{font-weight:750;color:var(--text)}
.section{padding:clamp(5rem,8vw,8rem) 0}
.muted{background:var(--light)}
.section-heading{max-width:760px;margin-bottom:2.5rem}
.section-heading.center{margin-left:auto;margin-right:auto;text-align:center}
.section-heading p,.cta p{color:var(--muted);font-size:1.15rem;line-height:1.55;letter-spacing:-.02em}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.card{min-height:250px;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;border:1px solid var(--border);border-radius:var(--r);background:#fff}
.card p{color:var(--muted);margin:.2rem 0 0}
.card span{font-weight:800}
.card .number{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--text);color:#fff;font-size:.75rem;font-weight:850;margin-bottom:1.6rem}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}
.list-card{background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:2rem}
.list-card ul{margin:0;padding-left:1.2rem;color:var(--muted);font-size:1.05rem}
.list-card li{margin:.65rem 0}
.black{background:#000;color:#fff}
.black .eyebrow,.black p{color:#b8b8bd}
.black .card{background:#111;border-color:#282828;color:#fff}
.black .card p{color:#c9c9ce}
.black .card .number{background:#fff;color:#000}
.cta{max-width:900px;margin:auto;padding:clamp(2rem,5vw,4rem);text-align:center;background:#fff;border:1px solid var(--border);border-radius:var(--r)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form{background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:1.6rem}
.field{margin-bottom:1rem}
label{display:block;font-size:.88rem;font-weight:800;margin:0 0 .45rem}
input,select,textarea{width:100%;border:1px solid var(--border);border-radius:16px;padding:.95rem 1rem;font:inherit;background:#fff}
textarea{min-height:150px;resize:vertical}
.footer{padding:2.5rem 0;border-top:1px solid var(--border);color:var(--muted);background:var(--light)}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.footer img{width:170px;opacity:.9}
.footer nav{display:flex;gap:1rem}
.fine{font-size:.92rem;color:var(--muted)}
@media(max-width:940px){
  .header-inner{flex-wrap:wrap;padding:1rem 0}
  .nav{order:3;width:100%;justify-content:center;flex-wrap:wrap}
  .grid,.grid.two,.split,.contact-grid{grid-template-columns:1fr}
  .action-panel{flex-direction:column;border-radius:22px}
  .footer-inner{flex-direction:column;text-align:center}
  .hero{text-align:left}
  .quick-links{justify-content:flex-start}
  .brand img{width:155px}
}
