:root{
  --text: #0f172a;
  --muted: #475569;
  --line: rgba(15, 23, 42, .10);
  --card: rgba(255,255,255,.92);
  --brand: #0ea5a4;
  --brand2:#2563eb;
  --radius: 18px;
  --shadow: 0 18px 40px rgba(2, 6, 23, .10);
  --shadow2: 0 10px 20px rgba(2, 6, 23, .08);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 10% 5%, rgba(14,165,164,.12), transparent 55%),
    radial-gradient(900px 600px at 90% 10%, rgba(37,99,235,.10), transparent 55%),
    #ffffff;
  line-height: 1.55;
}
.container{max-width:1120px;margin:0 auto;padding:0 20px}
a{color:inherit}
a:hover{opacity:.9}

.skip{position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;}
.skip:focus{left:20px;top:20px;width:auto;height:auto;background:#fff;padding:10px;border-radius:12px;box-shadow:var(--shadow2);z-index:1000}

.topbar{
  background: rgba(2,6,23,.92);
  color:#e2e8f0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar-inner{display:flex; gap:10px; align-items:center; justify-content:space-between; padding:10px 0}
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px; border-radius:999px;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  text-decoration:none;
  font-size:13px;
}
.topbar-right{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}

.header{
  position:sticky; top:0; z-index:60;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:14px 0}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.brand-mark{
  width:44px; height:44px; border-radius:14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(14,165,164,.16), rgba(37,99,235,.14));
  border:1px solid rgba(15,23,42,.10);
}
.brand-text{display:flex; flex-direction:column}
.brand-name{font-weight:800; letter-spacing:.2px}
.brand-tag{font-size:12px; color: var(--muted)}

.nav{display:flex; align-items:center; gap:16px; flex-wrap:wrap}
.nav a{text-decoration:none; font-weight:600; font-size:14px; color: var(--text)}
.nav a:hover{text-decoration:underline}

.menu{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.9);
}
.menu span{display:block; width:18px; height:2px; background: var(--text); margin:4px auto; border-radius:2px}
.mobile-nav{border-top:1px solid var(--line); background: rgba(255,255,255,.92);}
.mobile-nav a{display:block; padding:14px 20px; text-decoration:none; font-weight:700; border-bottom:1px solid rgba(15,23,42,.06);}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  font-weight:800;
  border:1px solid rgba(15,23,42,.14);
  text-decoration:none;
  gap:10px;
}
.btn-sm{padding:10px 12px; font-size:13px}
.btn-primary{
  color:#fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: var(--shadow2);
}
.btn-primary:hover{opacity:.95}
.btn-ghost{background: rgba(255,255,255,.75);}
.btn-ghost:hover{background: rgba(255,255,255,.95);}

.hero{position:relative; padding: 54px 0 22px;}
.hero-wave{
  height: 28px;
  background: linear-gradient(90deg, rgba(14,165,164,.18), rgba(37,99,235,.14));
  clip-path: polygon(0 60%, 10% 40%, 20% 60%, 30% 35%, 40% 65%, 50% 40%, 60% 70%, 70% 45%, 80% 65%, 90% 40%, 100% 60%, 100% 100%, 0 100%);
  opacity:.35;
}
.hero-grid{display:grid; grid-template-columns: 1.15fr .85fr; gap: 26px; align-items:center;}
.eyebrow{margin:0 0 10px; font-weight:700; color: rgba(15,23,42,.75); letter-spacing:.2px;}
.hero h1{margin:0 0 14px; font-size: 44px; line-height: 1.06; letter-spacing:-.02em;}
.lead{margin:0 0 18px; color: var(--muted); font-size:16px;}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin:16px 0 14px}
.trust{display:flex; gap:12px; flex-wrap:wrap; margin-top: 10px;}
.trust-item{
  flex: 1 1 150px;
  background: rgba(255,255,255,.72);
  border:1px solid var(--line);
  border-radius: 16px;
  padding: 12px 14px;
  box-shadow: 0 10px 18px rgba(2,6,23,.05);
}
.trust-num{font-weight:900}
.trust-label{color: var(--muted); font-size:13px}

.photo-card{
  background: rgba(255,255,255,.75);
  border:1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.photo-card img{width:100%; height:auto; display:block}
.photo-cap{
  display:flex; align-items:center; gap:10px;
  padding:12px 14px;
  color: rgba(15,23,42,.75);
  font-weight:700;
  font-size:13px;
}
.dot{width:10px; height:10px; border-radius:999px; background: linear-gradient(135deg, var(--brand), var(--brand2));}

.section{padding: 56px 0}
.section-alt{
  background: linear-gradient(180deg, rgba(15,23,42,.04), rgba(255,255,255,0));
  border-top:1px solid rgba(15,23,42,.06);
  border-bottom:1px solid rgba(15,23,42,.06);
}
.section-head{margin-bottom:18px}
.section-head h2{margin:0 0 6px; font-size:32px; letter-spacing:-.02em}
.section-head p{margin:0; color: var(--muted)}

.grid-3{display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px;}
.card{background: var(--card); border:1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 20px rgba(2,6,23,.05);}
.card-pad{padding:18px}
.card-icon{
  width:44px; height:44px; border-radius:14px;
  display:grid; place-items:center;
  background: rgba(14,165,164,.12);
  border:1px solid rgba(14,165,164,.18);
  margin-bottom: 10px;
}
.card h3{margin:0 0 10px; font-size:18px}
.card ul{margin:0; padding-left:18px; color: var(--muted)}
.card ul li{margin:6px 0}

.cta-row{
  margin-top: 18px;
  display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
  padding: 18px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(14,165,164,.10), rgba(37,99,235,.10));
  border:1px solid rgba(15,23,42,.08);
}
.cta-title{margin:0 0 4px; font-size:18px}
.cta-sub{margin:0; color: var(--muted)}

.split{display:grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items:center;}
.badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}
.badge{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.7);
  color: rgba(15,23,42,.75);
  font-weight:700;
  font-size:13px;
}

.quote{
  background: rgba(255,255,255,.78);
  border:1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 20px rgba(2,6,23,.05);
  padding: 18px;
  margin:0;
}
.quote blockquote{margin:0; color: var(--muted); font-size:15px}
.quote figcaption{margin-top:12px; font-weight:900}

.contact-grid{display:grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items:start;}
.info{display:grid; gap:10px; margin: 12px 0 14px}
.info-row{display:flex; justify-content:space-between; gap:12px; padding:10px 12px; border-radius:14px; background: rgba(255,255,255,.7); border:1px solid rgba(15,23,42,.08)}
.info-row span{color: var(--muted); font-weight:700}
.muted{color: var(--muted)}
.small{font-size:13px}

label{display:block; font-weight:800; font-size:13px; margin:12px 0 6px}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.14);
  background: rgba(255,255,255,.85);
  font:inherit;
}
textarea{resize:vertical}
.form-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px}

.success{
  margin: 12px 0 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.22);
  font-weight: 800;
}

.map-wrap{
  margin-top: 12px;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(15,23,42,.10);
  box-shadow: 0 10px 18px rgba(2,6,23,.05);
}
.map-wrap iframe{width:100%; height:280px; border:0}

.footer{
  padding: 28px 0;
  background: rgba(2,6,23,.92);
  color: #e2e8f0;
  border-top:1px solid rgba(255,255,255,.10);
}
.footer a{color:#e2e8f0}
.footer-inner{display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap; align-items:flex-end}
.footer-name{font-weight:900}
.footer-muted{color: rgba(226,232,240,.78); font-weight:600; font-size:13px; margin-top:4px}

@media (max-width: 940px){
  .nav{display:none}
  .menu{display:block}
  .hero-grid{grid-template-columns: 1fr}
  .grid-3{grid-template-columns: 1fr}
  .split{grid-template-columns: 1fr}
  .contact-grid{grid-template-columns: 1fr}
  .form-grid{grid-template-columns: 1fr}
  .topbar-inner{flex-direction:column; align-items:flex-start}
  .topbar-right{justify-content:flex-start}
  .hero h1{font-size: 38px}
}