:root {
  --bg: #f5fbfa;
  --panel: #ffffff;
  --ink: #10201f;
  --muted: #536765;
  --brand: #0f766e;
  --brand-dark: #115e59;
  --brand-soft: #ccfbf1;
  --accent: #f59e0b;
  --line: #d8e8e5;
  --shadow: 0 22px 55px rgba(15, 118, 110, 0.13);
  --radius: 24px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 0 0, rgba(204,251,241,0.62), transparent 32rem), radial-gradient(circle at 100% 12%, rgba(15,118,110,0.08), transparent 28rem), linear-gradient(180deg, #fbfefd 0%, #eef8f6 100%);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position:absolute; left:-999px; top:12px; background:var(--brand); color:white; padding:10px 14px; border-radius:10px; z-index:100; }
.skip-link:focus { left:12px; }
.site-header { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(14px); background: rgba(245,251,250,0.82); border-bottom: 1px solid rgba(216,232,229,0.82); }
.navbar { min-height: 78px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; font-weight:900; letter-spacing:-0.035em; font-size:1.1rem; }
.brand-logo-link { min-width: 176px; }
.brand-logo { width: 190px; height: auto; max-height: 52px; object-fit: contain; }
.brand-mark { width:44px; height:44px; border-radius:15px; display:grid; place-items:center; color:white; background:linear-gradient(135deg,var(--brand),#14b8a6); box-shadow:0 14px 32px rgba(15,118,110,.24); }
.brand-mark svg { width:25px; height:25px; }
.nav-links { display:flex; align-items:center; list-style:none; gap:22px; padding:0; margin:0; color:var(--muted); font-weight:750; font-size:.95rem; }
.nav-links a:hover, .nav-links a:focus-visible, .active { color:var(--brand-dark); }
.nav-toggle { display:none; border:1px solid var(--line); background:var(--panel); border-radius:14px; width:44px; height:44px; font-size:1.35rem; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:48px; padding:0 20px; border-radius:999px; font-weight:900; border:1px solid transparent; transition:transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:var(--brand); color:white; box-shadow:0 16px 32px rgba(15,118,110,.24); }
.button-primary:hover { background:var(--brand-dark); }
.button-secondary { background:white; border-color:var(--line); color:var(--brand-dark); }
.hero { padding:78px 0 58px; }
.hero-grid { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr); gap:48px; align-items:center; }
.eyebrow { display:inline-flex; align-items:center; gap:9px; padding:8px 12px; border-radius:999px; background:rgba(204,251,241,.76); color:var(--brand-dark); font-weight:900; font-size:.88rem; margin-bottom:20px; }
.pulse { width:9px; height:9px; border-radius:50%; background:#34d399; box-shadow:0 0 0 7px rgba(52,211,153,.14); }
h1,h2,h3 { margin:0; line-height:1.08; letter-spacing:-.05em; }
h1 { font-size:clamp(2.65rem,7vw,5.4rem); max-width:900px; }
h2 { font-size:clamp(2rem,4vw,3.15rem); margin-bottom:16px; }
h3 { font-size:1.22rem; letter-spacing:-.03em; }
.lead { color:var(--muted); font-size:clamp(1.07rem,2vw,1.25rem); max-width:660px; margin:22px 0 0; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:30px; }
.trust-row { display:flex; flex-wrap:wrap; gap:18px 24px; margin-top:32px; color:var(--muted); font-weight:750; }
.trust-row span { display:inline-flex; gap:8px; align-items:center; }
.check { flex:none; width:20px; height:20px; border-radius:50%; background:var(--brand-soft); color:var(--brand-dark); display:grid; place-items:center; font-size:.78rem; font-weight:950; }
.hero-card { position:relative; background:rgba(255,255,255,.88); border:1px solid rgba(216,232,229,.96); border-radius:34px; padding:24px; box-shadow:var(--shadow); }
.status-dashboard { position:relative; overflow:hidden; min-height:432px; border-radius:26px; padding:22px; background:#092f2c; color:white; }
.status-dashboard:before { content:""; position:absolute; width:280px; height:280px; right:-95px; top:-90px; border-radius:50%; background:rgba(20,184,166,.32); }
.dash-row { position:relative; z-index:1; display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.status-pill { display:inline-flex; align-items:center; gap:8px; border-radius:999px; padding:8px 10px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.14); font-weight:800; font-size:.84rem; }
.dashboard-title { position:relative; z-index:1; margin-top:42px; }
.dashboard-title strong { display:block; font-size:2.15rem; line-height:1; letter-spacing:-.05em; }
.dashboard-title span { display:block; margin-top:10px; color:rgba(255,255,255,.68); }
.metric-grid { position:relative; z-index:1; display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:32px; }
.metric { border-radius:20px; padding:16px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.13); }
.metric small { display:block; color:rgba(255,255,255,.66); }
.metric b { display:block; margin-top:8px; font-size:1.45rem; letter-spacing:-.04em; }
.ticket-card { position:absolute; z-index:2; left:20px; right:20px; bottom:20px; border-radius:22px; padding:16px; background:white; color:var(--ink); box-shadow:0 18px 48px rgba(0,0,0,.22); }
.ticket-card small { color:var(--muted); font-weight:800; }
.ticket-card p { margin:5px 0 0; line-height:1.45; }
.section { padding:76px 0; }
.section-intro { max-width:760px; margin-bottom:34px; }
.section-intro p { margin:0; color:var(--muted); font-size:1.08rem; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.card { background:rgba(255,255,255,.9); border:1px solid var(--line); border-radius:var(--radius); padding:24px; box-shadow:0 14px 34px rgba(15,118,110,.08); }
.card p { color:var(--muted); margin:12px 0 0; }
.icon { width:52px; height:52px; display:grid; place-items:center; border-radius:18px; background:var(--brand-soft); color:var(--brand-dark); margin-bottom:18px; }
.icon svg { width:28px; height:28px; }
.band { border-radius:34px; padding:clamp(28px,5vw,54px); background:#082f2b; color:white; box-shadow:var(--shadow); display:grid; grid-template-columns:.9fr 1.1fr; gap:34px; align-items:center; }
.band p { color:rgba(255,255,255,.72); margin:16px 0 0; }
.feature-list { list-style:none; padding:0; margin:0; display:grid; gap:14px; }
.feature-list li { display:flex; gap:12px; align-items:flex-start; border-radius:18px; padding:16px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); }
.feature-list .check { background:rgba(204,251,241,.16); color:#99f6e4; }
.price-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.price-card { position:relative; }
.price-card.featured { border-color:rgba(15,118,110,.34); transform:translateY(-8px); }
.badge { position:absolute; top:18px; right:18px; border-radius:999px; background:var(--brand); color:white; padding:7px 10px; font-size:.78rem; font-weight:950; }
.price { font-size:2.18rem; font-weight:950; letter-spacing:-.06em; margin:18px 0 4px; }
.price span { font-size:.92rem; color:var(--muted); letter-spacing:0; font-weight:750; }
.tick-list { list-style:none; display:grid; gap:10px; margin:20px 0 0; padding:0; color:var(--muted); font-weight:700; }
.tick-list li { display:flex; gap:10px; align-items:flex-start; }
.notice { margin-top:20px; padding:16px 18px; border-radius:18px; background:#fff7ed; border:1px solid #fed7aa; color:#7c2d12; }
.process { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; counter-reset:steps; }
.step { counter-increment:steps; }
.step:before { content:counter(steps); width:34px; height:34px; border-radius:50%; background:var(--brand); color:white; display:grid; place-items:center; font-weight:950; margin-bottom:16px; }
.contact-section { background:white; border-top:1px solid var(--line); }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:36px; align-items:start; }
.contact-panel { background:var(--bg); border:1px solid var(--line); border-radius:30px; padding:26px; }
.contact-panel p { color:var(--muted); }
.contact-methods { display:grid; gap:12px; margin-top:20px; }
.contact-method { display:flex; align-items:center; justify-content:space-between; gap:14px; border:1px solid var(--line); border-radius:18px; padding:14px 16px; background:white; font-weight:850; }
form, .support-form { display:grid; gap:14px; }
label { display:block; font-weight:850; font-size:.92rem; margin-bottom:5px; }
input, textarea, select { width:100%; min-height:48px; border:1px solid var(--line); border-radius:14px; padding:12px 14px; font:inherit; background:white; color:var(--ink); }
textarea { min-height:132px; resize:vertical; }
.form-note { margin:0; color:var(--muted); font-size:.92rem; line-height:1.45; }
.hidden { display:none !important; }
.form-success { margin:0; padding:12px 14px; border-radius:14px; background:#ecfdf5; border:1px solid #bbf7d0; color:#14532d; font-weight:800; }
.honeypot { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; pointer-events:none !important; }
.form-error { margin:0; padding:12px 14px; border-radius:14px; background:#fff7ed; border:1px solid #fed7aa; color:#7c2d12; font-weight:700; }

.field-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.page-hero { padding:60px 0 32px; }
.content-panel { background:white; border:1px solid var(--line); border-radius:28px; padding:clamp(24px,4vw,42px); box-shadow:0 14px 34px rgba(15,118,110,.08); }
.content-panel h2 { font-size:clamp(1.6rem,3vw,2.25rem); margin-top:30px; }
.content-panel h2:first-child { margin-top:0; }
.content-panel p, .content-panel li { color:var(--muted); }
.site-footer { background:#082f2b; color:white; padding:34px 0; }
.footer-row { display:flex; justify-content:space-between; gap:22px; flex-wrap:wrap; color:rgba(255,255,255,.72); }
.footer-row strong { color:white; }
.footer-links { display:flex; gap:14px; flex-wrap:wrap; }
.footer-links a:hover { color:white; }
@media (max-width: 940px) {
  .nav-toggle { display:block; }
  .nav-links { position:absolute; left:20px; right:20px; top:78px; display:none; flex-direction:column; align-items:stretch; gap:0; background:white; border:1px solid var(--line); border-radius:22px; padding:10px; box-shadow:var(--shadow); }
  .nav-links.open { display:flex; }
  .nav-links a { display:block; padding:12px 14px; }
  .navbar > .button { display:none; }
  .hero-grid, .band, .contact-grid { grid-template-columns:1fr; }
  .cards, .price-grid, .process { grid-template-columns:repeat(2,1fr); }
  .price-card.featured { transform:none; }
}
@media (max-width: 650px) {
  .container { width:min(var(--max), calc(100% - 24px)); }
  .hero { padding-top:50px; }
  .cards, .price-grid, .process, .field-grid, .metric-grid { grid-template-columns:1fr; }
  .status-dashboard { min-height:540px; }
  .brand-logo-link { min-width: 146px; }
  .brand-logo { width: 158px; max-height: 46px; }
  .button { width:100%; }
  .contact-method { align-items:flex-start; flex-direction:column; }
}


/* Local SEO working build extras */
.breadcrumb { font-size: .92rem; color: var(--muted); margin: 20px 0 0; font-weight: 700; }
.breadcrumb a { color: var(--brand-dark); }
.link-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:18px; }
.link-card { display:block; }
.link-card h3 { margin-bottom:8px; }
.link-card p { margin:0; }
.link-card .text-link { display:inline-flex; margin-top:14px; color:var(--brand-dark); font-weight:900; }
.location-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:14px; }
.location-pill { background:white; border:1px solid var(--line); border-radius:18px; padding:16px; font-weight:850; color:var(--brand-dark); box-shadow:0 10px 24px rgba(15,118,110,.06); }
.two-column { display:grid; grid-template-columns: 1fr 1fr; gap:22px; align-items:start; }
.check-list { list-style:none; padding:0; margin:16px 0 0; display:grid; gap:10px; color:var(--muted); font-weight:700; }
.check-list li { display:flex; gap:10px; align-items:flex-start; }
.faq-list { display:grid; gap:14px; }
.faq-item { background:white; border:1px solid var(--line); border-radius:20px; padding:20px; box-shadow:0 10px 24px rgba(15,118,110,.06); }
.faq-item h3 { font-size:1.05rem; }
.faq-item p { color:var(--muted); margin:10px 0 0; }
.cta-panel { background:#082f2b; color:white; border-radius:30px; padding:clamp(26px,4vw,44px); box-shadow:var(--shadow); display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.cta-panel p { color:rgba(255,255,255,.74); margin:12px 0 0; max-width:680px; }
.cta-panel .button-secondary { color:var(--brand-dark); }
.service-meta { display:flex; gap:12px; flex-wrap:wrap; margin-top:24px; }
.service-meta span { background:white; border:1px solid var(--line); color:var(--brand-dark); border-radius:999px; padding:8px 12px; font-weight:850; }
.table-wrap { overflow-x:auto; }
.price-table { width:100%; border-collapse:separate; border-spacing:0; background:white; border:1px solid var(--line); border-radius:22px; overflow:hidden; }
.price-table th, .price-table td { padding:14px 16px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; }
.price-table th { background:var(--brand-soft); color:var(--brand-dark); font-weight:950; }
.price-table tr:last-child td { border-bottom:0; }
@media (max-width: 940px) {
  .link-grid, .location-grid { grid-template-columns: repeat(2, 1fr); }
  .two-column { grid-template-columns:1fr; }
}
@media (max-width: 650px) {
  .link-grid, .location-grid { grid-template-columns:1fr; }
  .cta-panel .button { width:100%; }
}
