@font-face{font-family:'Outfit';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/outfit-500.woff') format('woff')}
@font-face{font-family:'Outfit';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/outfit-600.woff') format('woff')}
@font-face{font-family:'Outfit';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/outfit-700.woff') format('woff')}
@font-face{font-family:'Outfit';font-style:normal;font-weight:800;font-display:swap;src:url('../fonts/outfit-800.woff') format('woff')}


/* ============================================================
   VOICE IN THE CLOUD - DESIGN SYSTEM & STYLESHEET
   ============================================================ */
:root {
  --bg: #070b14;
  --bg-2: #0b1120;
  --panel: rgba(255, 255, 255, 0.035);
  --panel-hi: rgba(255, 255, 255, 0.06);
  --stroke: rgba(255, 255, 255, 0.09);
  --stroke-hi: rgba(255, 255, 255, 0.18);
  --text: #eaf0ff;
  --muted: #93a1bd;
  --cyan: #22d3ee;
  --indigo: #6366f1;
  --violet: #a855f7;
  --grad: linear-gradient(100deg, #22d3ee 0%, #6366f1 55%, #a855f7 100%);
  --grad-soft: linear-gradient(100deg, rgba(34, 211, 238, 0.16), rgba(99, 102, 241, 0.16));
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.8);
  --maxw: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.12; margin: 0; letter-spacing: -0.025em; font-weight: 700; font-family: 'Outfit', sans-serif; }
h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); }
h3 { font-size: 1.22rem; }
p { margin: 0; }

/* ============================================================
   AMBIENT BACKGROUND
   ============================================================ */
.bg-layer { position: fixed; inset: 0; z-index: -2; pointer-events: none; }
.bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 0%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 50% 0%, #000 0%, transparent 72%);
}
.glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; animation: breatheGlow 15s ease-in-out infinite alternate; }
@keyframes breatheGlow {
  0% { transform: scale(1); opacity: 0.4; }
  100% { transform: scale(1.15); opacity: 0.65; }
}
.glow-a { width: 620px; height: 620px; top: -260px; left: -140px; background: radial-gradient(circle, rgba(34, 211, 238, 0.5), transparent 65%); }
.glow-b { width: 680px; height: 680px; top: -180px; right: -220px; background: radial-gradient(circle, rgba(99, 102, 241, 0.45), transparent 65%); }
.glow-c { width: 720px; height: 720px; top: 1500px; left: 35%; background: radial-gradient(circle, rgba(168, 85, 247, 0.22), transparent 65%); }
#net { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.55; }

/* ============================================================
   LAYOUT
   ============================================================ */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { position: relative; padding: 90px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cyan);
  padding: 7px 14px; border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.28);
  background: rgba(34, 211, 238, 0.07);
}
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.lead { color: var(--muted); font-size: 1.1rem; max-width: 62ch; }
.sec-head { max-width: 720px; margin-bottom: 52px; display: flex; flex-direction: column; gap: 18px; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 600; font-size: 0.97rem; cursor: pointer;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.3s, border-color 0.3s;
  white-space: nowrap;
}
.btn:active { transform: scale(0.96) translateY(-1px); }
.btn-primary { background: var(--grad); color: #05080f; box-shadow: 0 14px 40px -14px rgba(99, 102, 241, 0.9); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 22px 55px -14px rgba(34, 211, 238, 0.95); }
.btn-ghost { background: var(--panel); border-color: var(--stroke); color: var(--text); backdrop-filter: blur(12px); }
.btn-ghost:hover { border-color: var(--stroke-hi); background: var(--panel-hi); transform: translateY(-3px); }
.btn-sm { padding: 10px 20px; font-size: 0.9rem; }

/* ============================================================
   HEADER & NAV
   ============================================================ */
header { position: sticky; top: 0; z-index: 60; transition: background 0.35s, border-color 0.35s, backdrop-filter 0.35s; border-bottom: 1px solid transparent; }
header.stuck { background: rgba(7, 11, 20, 0.9); backdrop-filter: blur(24px) saturate(180%); border-bottom-color: var(--stroke-hi); }
.nav { display: flex; align-items: center; gap: 36px; height: 96px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -0.02em; font-size: 1.06rem; white-space: nowrap; flex: 0 0 auto; }
.brand-logo-img {
  height: 72px; width: auto; max-width: 320px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 20px rgba(34, 211, 238, 0.45));
  transition: transform 0.35s var(--ease), filter 0.35s var(--ease);
}
.brand:hover .brand-logo-img {
  transform: translateY(-2px) scale(1.04);
  filter: drop-shadow(0 8px 28px rgba(34, 211, 238, 0.7));
}
.f-logo-img {
  height: 68px; width: auto; max-width: 300px;
  object-fit: contain;
  display: block;
  margin-bottom: 16px;
  filter: drop-shadow(0 0 16px rgba(34, 211, 238, 0.35));
}
.live-pulse {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #28c840;
  box-shadow: 0 0 0 rgba(40, 200, 64, 0.7);
  animation: pulseRing 2s infinite;
  vertical-align: middle;
}
@keyframes pulseRing {
  0% { box-shadow: 0 0 0 0 rgba(40, 200, 64, 0.75); }
  70% { box-shadow: 0 0 0 9px rgba(40, 200, 64, 0); }
  100% { box-shadow: 0 0 0 0 rgba(40, 200, 64, 0); }
}
.brand small { display: block; font-size: 0.66rem; font-weight: 500; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; line-height: 1; }
.nav-links { display: flex; align-items: center; gap: 6px; flex-wrap: nowrap; }
.nav-links a {
  padding: 10px 14px; border-radius: 10px; font-size: 0.95rem; color: var(--muted);
  font-weight: 500; transition: color 0.25s, background 0.25s; white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); background: var(--panel); }
.nav-links a.active { border: 1px solid var(--stroke-hi); color: var(--cyan); }
.nav-cta { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; margin-left: auto; }
.tel { display: inline-flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: 0.9rem; color: var(--text); white-space: nowrap; }
.tel svg { width: 15px; height: 15px; color: var(--cyan); }
.burger { display: none; background: var(--panel); border: 1px solid var(--stroke); border-radius: 11px; width: 44px; height: 44px; cursor: pointer; color: var(--text); place-items: center; }
.burger svg { width: 20px; height: 20px; }

/* Dropdown Menu */
.nav-item { position: relative; }
.nav-item > a { display: inline-flex; align-items: center; gap: 6px; }
.dropdown {
  display: none; position: absolute; top: 100%; left: 0; margin-top: 12px;
  min-width: 250px; padding: 10px; border-radius: 14px;
  border: 1px solid var(--stroke); background: rgba(11, 17, 32, 0.97);
  backdrop-filter: blur(20px); box-shadow: var(--shadow); z-index: 70;
}
.nav-item:hover .dropdown { display: block; animation: dropIn 0.2s var(--ease) forwards; }
.dropdown a { display: block; padding: 11px 14px; border-radius: 10px; font-size: 0.9rem; color: var(--muted); font-weight: 500; transition: background 0.2s, color 0.2s; }
.dropdown a:hover { background: var(--panel); color: var(--text); }
@keyframes dropIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* ============================================================
   PAGE HEADER / BANNER & CENTERED HEADINGS
   ============================================================ */
.page-hero { padding: 80px 0 60px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; }
.page-hero .wrap { display: flex; flex-direction: column; align-items: center; text-align: center; }
.page-hero h1 { max-width: 26ch; text-align: center; margin: 0 auto; }
.page-hero .lead { text-align: center; margin: 0 auto; }

.sec-head.center, .sec-head-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-items: center;
}
.sec-head.center .lead, .sec-head-center .lead {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   CARDS & GRIDS
   ============================================================ */
.grid { display: grid; gap: 20px; }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }

.card {
  position: relative; padding: 32px; border-radius: var(--radius);
  border: 1px solid var(--stroke); background: var(--panel); backdrop-filter: blur(24px) saturate(180%);
  transition: transform 0.45s var(--ease), border-color 0.35s, background 0.35s, box-shadow 0.45s;
  overflow: hidden;
}
.card::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(34, 211, 238, 0.2), transparent 60%);
  opacity: 0; transition: opacity 0.4s;
}
.card:hover { transform: translateY(-6px); border-color: rgba(34, 211, 238, 0.35); background: var(--panel-hi); box-shadow: 0 10px 30px -10px rgba(34, 211, 238, 0.15); }
.card:hover::after { opacity: 1; }
.card .ico {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 20px;
  background: var(--grad-soft); border: 1px solid rgba(34, 211, 238, 0.24); color: var(--cyan);
}
.card .ico svg { width: 23px; height: 23px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 0.97rem; }
.card ul { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-direction: column; gap: 9px; }
.card li { position: relative; padding-left: 22px; color: var(--muted); font-size: 0.92rem; }
.card li::before {
  content: ""; position: absolute; left: 0; top: 0.62em; width: 8px; height: 8px; border-radius: 50%;
  background: var(--grad);
}
.card.feature { grid-column: span 2; background: linear-gradient(120deg, rgba(34, 211, 238, 0.09), rgba(99, 102, 241, 0.07)); }

/* ============================================================
   HERO CONSOLE & STATS
   ============================================================ */
.hero { padding: 90px 0 80px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; text-align: left; }
.hero .lead { font-size: 1.16rem; max-width: 52ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-start; }
.trust { display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: flex-start; color: var(--muted); font-size: 0.88rem; margin-top: 6px; }
.trust span { display: inline-flex; align-items: center; gap: 8px; }
.trust svg { width: 15px; height: 15px; color: var(--cyan); flex: 0 0 auto; }

.console {
  border-radius: 22px; border: 1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  backdrop-filter: blur(24px) saturate(180%); box-shadow: var(--shadow); overflow: hidden; text-align: left;
}
.console-bar { display: flex; align-items: center; gap: 8px; padding: 14px 18px; border-bottom: 1px solid var(--stroke); background: rgba(255, 255, 255, 0.02); }
.dot { width: 11px; height: 11px; border-radius: 50%; }
.console-bar .label { margin-left: 12px; font-family: 'JetBrains Mono', monospace; font-size: 0.78rem; color: var(--muted); }
.console-body { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--stroke); }
.stat { padding: 26px 22px; background: rgba(7, 11, 20, 0.55); }
.stat .k { font-size: 1.85rem; font-weight: 800; letter-spacing: -0.03em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-variant-numeric: tabular-nums; }
.stat .v { font-size: 0.82rem; color: var(--muted); margin-top: 4px; }

/* ============================================================
   SPLIT LAYOUT & PIPES
   ============================================================ */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.split.rev { grid-template-columns: 0.95fr 1.05fr; }
.pipes {
  border-radius: 22px; border: 1px solid var(--stroke); padding: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  backdrop-filter: blur(24px) saturate(180%); box-shadow: var(--shadow);
}
.pipe { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 22px; border-radius: 14px; transition: background 0.3s; }
.pipe + .pipe { border-top: 1px solid var(--stroke); }
.pipe:hover { background: rgba(255, 255, 255, 0.035); }
.pipe .name { font-weight: 600; font-size: 1rem; }
.pipe .name small { display: block; font-weight: 400; color: var(--muted); font-size: 0.85rem; margin-top: 3px; }
.pipe .speed { font-family: 'JetBrains Mono', monospace; font-size: 0.86rem; color: var(--cyan); white-space: nowrap; }
.bar { height: 5px; border-radius: 99px; background: rgba(255, 255, 255, 0.08); overflow: hidden; margin-top: 10px; }
.bar i { display: block; height: 100%; border-radius: 99px; background: var(--grad); width: 0; transition: width 1.5s var(--ease); }

.checklist { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; color: var(--muted); font-size: 0.98rem; }
.checklist svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--cyan); margin-top: 2px; }
.checklist b { color: var(--text); font-weight: 600; }

/* ============================================================
   PROCESS STEPS
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: s; }
.step { padding: 30px 26px; border-radius: var(--radius); border: 1px solid var(--stroke); background: var(--panel); position: relative; backdrop-filter: blur(24px) saturate(180%); }
.step::before {
  counter-increment: s; content: "0" counter(s);
  font-family: 'JetBrains Mono', monospace; font-size: 0.8rem; font-weight: 500;
  color: var(--cyan); display: block; margin-bottom: 14px; letter-spacing: 0.1em;
}
.step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.93rem; }

/* ============================================================
   CTA BAND
   ============================================================ */
.band {
  border-radius: 26px; padding: 64px 48px; text-align: center;
  border: 1px solid rgba(34,211,238,0.28);
  background:
    radial-gradient(700px circle at 50% -30%, rgba(99, 102, 241, 0.28), transparent 70%),
    rgba(7, 11, 20, 0.82);
  backdrop-filter: blur(24px); box-shadow: var(--shadow), 0 0 0 1px rgba(34,211,238,0.1), 0 0 60px -20px rgba(99,102,241,0.4);
  display: flex; flex-direction: column; align-items: center; gap: 22px;
}
/* All text inside CTA bands must be fully legible */
.band h2, .band h3 { color: #ffffff; }
.band .lead { color: rgba(255,255,255,0.85); font-size: 1.1rem; }
.band .eyebrow { color: var(--cyan); background: rgba(0,0,0,0.45); border-color: rgba(34,211,238,0.5); }
.band .btn-ghost { color: #ffffff; border-color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.08); }
.band .btn-ghost:hover { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.16); color: #fff; }

/* ============================================================
   INTERACTIVE WIDGETS & CALCULATORS
   ============================================================ */
.widget-box {
  padding: 36px; border-radius: var(--radius); border: 1px solid var(--stroke-hi);
  background: rgba(11, 17, 32, 0.75); backdrop-filter: blur(20px); box-shadow: var(--shadow);
}
.calc-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 28px; }
.slider-group { display: flex; flex-direction: column; gap: 10px; }
.slider-group label { display: flex; justify-content: space-between; font-size: 0.92rem; font-weight: 600; }
.slider-group input[type="range"] {
  -webkit-appearance: none; appearance: none; width: 100%; height: 6px;
  border-radius: 99px; background: rgba(255, 255, 255, 0.15); outline: none;
}
.slider-group input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 20px; height: 20px;
  border-radius: 50%; background: var(--cyan); cursor: pointer; box-shadow: 0 0 12px var(--cyan);
}
.calc-result {
  padding: 24px; border-radius: var(--radius-sm); background: rgba(34, 211, 238, 0.06);
  border: 1px solid rgba(34, 211, 238, 0.25); display: flex; justify-content: space-between; align-items: center;
}
.calc-price { font-size: 2rem; font-weight: 800; color: var(--cyan); font-family: 'JetBrains Mono', monospace; }

/* Accordion — smooth animated open/close */
.accordion { display: grid; gap: 14px; }
.acc-item { border: 1px solid var(--stroke); border-radius: var(--radius-sm); background: var(--panel); overflow: hidden; }
.acc-header {
  padding: 20px 24px; display: flex; justify-content: space-between; align-items: center;
  font-weight: 600; cursor: pointer; user-select: none; transition: background 0.25s, color 0.25s;
}
.acc-header:hover { background: var(--panel-hi); }
.acc-icon { width: 18px; height: 18px; transition: transform 0.35s var(--ease); color: var(--cyan); }
.acc-item.open .acc-icon { transform: rotate(180deg); }
.acc-body {
  max-height: 0; overflow: hidden; padding: 0 24px;
  color: var(--muted); font-size: 0.95rem; line-height: 1.6;
  transition: max-height 0.42s var(--ease), padding 0.42s var(--ease);
}
.acc-item.open .acc-body { max-height: 500px; padding: 0 24px 20px; }

/* Focus-visible styles for keyboard accessibility */
.btn:focus-visible,
.nav-links a:focus-visible,
.acc-header:focus-visible,
.card:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(34,211,238,0.18);
}

/* Tel hover */
.tel:hover { color: var(--cyan); }
.tel:hover svg { filter: drop-shadow(0 0 6px var(--cyan)); }

/* Form input hover */
input:hover, select:hover, textarea:hover { border-color: var(--stroke-hi); }

/* Custom select arrow (cyan chevron) */
select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322d3ee' stroke-width='2'%3E%3Cpath d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 16px;
  padding-right: 44px;
}

/* pipe-list alias for index.html circuit widget */
.pipe-list { border-radius: 22px; border: 1px solid var(--stroke); padding: 8px; background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)); backdrop-filter: blur(16px); box-shadow: var(--shadow); }

/* h4 base size */
h4 { font-size: 0.95rem; font-weight: 600; }

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.table-wrap { overflow-x: auto; margin-top: 30px; border-radius: var(--radius); border: 1px solid var(--stroke); }
table { width: 100%; border-collapse: collapse; text-align: left; }
th, td { padding: 18px 22px; border-bottom: 1px solid var(--stroke); }
th { background: rgba(255, 255, 255, 0.04); font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
td { font-size: 0.95rem; color: var(--muted); }
tr:last-child td { border-bottom: none; }
td.highlight { color: var(--text); font-weight: 600; }
.check-yes { color: var(--cyan); font-weight: 700; }
.check-no { color: rgba(255, 255, 255, 0.2); }

/* ============================================================
   CONTACT FORM & INPUTS
   ============================================================ */
.contact { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }
form { display: grid; gap: 16px; padding: 34px; border-radius: var(--radius); border: 1px solid var(--stroke); background: var(--panel); backdrop-filter: blur(16px); }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 8px; color: var(--text); }
input, select, textarea {
  width: 100%; padding: 14px 16px; border-radius: var(--radius-sm);
  background: rgba(7, 11, 20, 0.6); border: 1px solid var(--stroke); color: var(--text);
  font-family: inherit; font-size: 0.96rem; transition: border-color 0.25s, box-shadow 0.25s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.14); }
textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 0.8rem; color: var(--muted); }
.contact-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 20px; }
.contact-list li { display: flex; gap: 16px; align-items: flex-start; }
.contact-list .ci { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--grad-soft); border: 1px solid rgba(34, 211, 238, 0.24); color: var(--cyan); flex: 0 0 auto; }
.contact-list .ci svg { width: 19px; height: 19px; }
.contact-list span { display: block; font-size: 0.82rem; color: var(--muted); }
.contact-list a, .contact-list strong { font-size: 1.02rem; font-weight: 600; }

/* ============================================================
   FOOTER
   ============================================================ */
footer { border-top: 1px solid var(--stroke); padding: 64px 0 34px; background: rgba(7, 11, 20, 0.6); }
.f-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.f-col h4, .f-col .footer-heading { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; font-weight: 600; }
.f-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.f-col a { color: var(--muted); font-size: 0.94rem; transition: color 0.25s; }
.f-col a:hover { color: var(--cyan); }
.f-about p { color: var(--muted); font-size: 0.94rem; margin-top: 16px; max-width: 34ch; }
.f-bottom {
  margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--stroke);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  color: var(--muted); font-size: 0.85rem;
}

/* ============================================================
   SCROLL REVEAL & ANIMATIONS
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE STYLES (TABLET & MOBILE OPTIMIZED)
   ============================================================ */

/* Desktop Large (>= 1141px) */
@media (min-width: 1141px) {
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; }
}

/* Tablets & Small Laptops (<= 1140px) */
@media (max-width: 1140px) {
  .nav { height: 78px; gap: 20px; }
  .brand-logo-img { height: 50px; max-width: 220px; }
  .nav-links {
    position: fixed; inset: 78px 0 auto; flex-direction: column; align-items: stretch; gap: 4px;
    background: rgba(7, 11, 20, 0.98); backdrop-filter: blur(24px) saturate(180%);
    padding: 20px 24px 30px; border-bottom: 1px solid var(--stroke-hi);
    transform: translateY(-130%); transition: transform 0.4s var(--ease);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
    z-index: 59;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 14px 16px; font-size: 1.05rem; width: 100%; border-radius: 12px; }
  .dropdown { position: static; display: block !important; animation: none; margin: 2px 0 6px 14px; border: none; background: transparent; padding: 0; box-shadow: none; }
  .burger { display: grid; }
  .tel { display: none; }
}

/* Medium Tablets & iPads (<= 1024px) */
@media (max-width: 1024px) {
  section { padding: 70px 0; }
  .hero { padding: 60px 0 50px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; text-align: center; }
  .hero-copy { align-items: center; text-align: center; }
  .hero .lead { text-align: center; max-width: 60ch; }
  .hero-actions, .trust { justify-content: center; }
  
  .g3, .steps, .calc-controls { grid-template-columns: repeat(2, 1fr); }
  .g4 { grid-template-columns: repeat(2, 1fr); }
  .card.feature { grid-column: span 2; }
  .split, .split.rev, .contact { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .console-body { grid-template-columns: repeat(2, 1fr); }
  .f-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

/* Small Tablets & Large Phones (<= 820px) */
@media (max-width: 820px) {
  section { padding: 56px 0; }
  .page-hero { padding: 60px 0 40px; }
  .page-hero h1 { font-size: clamp(2rem, 6vw, 3rem); }
  .calc-controls { grid-template-columns: 1fr; gap: 18px; }
  .widget-box { padding: 26px 20px; }
  .pipes { padding: 6px; }
  .pipe { padding: 16px 14px; gap: 12px; }
  .pipe .name { font-size: 0.95rem; }
  .pipe .speed { font-size: 0.8rem; }
}

/* Mobile Phones (<= 640px) */
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { padding: 0 16px; }
  .nav { height: 72px; }
  .brand-logo-img { height: 44px; max-width: 180px; }
  .nav-links { inset: 72px 0 auto; padding: 16px 20px 24px; }

  h1 { font-size: clamp(2rem, 7vw, 2.8rem); }
  h2 { font-size: clamp(1.6rem, 5.5vw, 2.2rem); }
  .lead { font-size: 1rem; }

  .g3, .g2, .g4, .steps, .row { grid-template-columns: 1fr; }
  .card.feature { grid-column: span 1; }
  .card { padding: 24px 20px; }
  .f-grid { grid-template-columns: 1fr; gap: 30px; }
  
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-actions .btn { width: 100%; }

  .band { padding: 40px 20px; border-radius: 20px; }
  .band .hero-actions { flex-direction: column; width: 100%; }
  .band .btn { width: 100%; }

  .console-body { grid-template-columns: repeat(2, 1fr); }
  .stat { padding: 18px 14px; }
  .stat .k { font-size: 1.45rem; }
  .stat .v { font-size: 0.76rem; }

  form { padding: 22px 16px; }

  /* Modal Responsive Sizing */
  .modal-card {
    padding: 24px 18px !important;
    max-width: 95vw !important;
    max-height: 88vh !important;
    border-radius: 16px !important;
  }
  .modal-card h2 { font-size: 1.3rem !important; }
  .modal-card .eyebrow { font-size: 0.68rem !important; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  #net { display: none; }
}

/* ============================================================
   TECHY POLISH — MICRO-ANIMATIONS & ENHANCED GLASSMORPHISM
   ============================================================ */

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: rgba(34,211,238,0.3); border-radius: 99px; }
::-webkit-scrollbar-thumb:hover { background: rgba(34,211,238,0.55); }

/* Scanline CRT overlay on hero console */
.console { position: relative; }
.console::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    0deg, transparent, transparent 3px,
    rgba(0,0,0,0.07) 3px, rgba(0,0,0,0.07) 4px
  );
  pointer-events: none; border-radius: inherit; z-index: 1;
}
.console-bar, .console-body { position: relative; z-index: 2; }

/* Subtle gradient glow edge on band — safe, no text interference */
.band {
  transition: box-shadow 0.4s var(--ease);
}
.band:hover {
  box-shadow: var(--shadow), 0 0 0 1px rgba(34,211,238,0.22), 0 0 80px -20px rgba(34,211,238,0.3);
}

/* Card shimmer sweep on hover */
.card { overflow: hidden; }
.card::before {
  content: ''; position: absolute;
  top: 0; left: -75%; width: 50%; height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(34,211,238,0.08) 50%, transparent 100%);
  transform: skewX(-20deg); transition: left 0.65s var(--ease);
  pointer-events: none; z-index: 3;
}
.card:hover::before { left: 130%; }

/* Card icon glow on hover */
.card .ico {
  transition: box-shadow 0.35s var(--ease), transform 0.35s var(--ease);
}
.card:hover .ico {
  box-shadow: 0 0 28px rgba(34,211,238,0.35);
  transform: scale(1.08);
}

/* Pipe rows: animated left accent bar */
.pipe { position: relative; padding-left: 28px; }
.pipe::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; border-radius: 99px; background: var(--grad);
  transform: scaleY(0); transform-origin: bottom;
  transition: transform 0.3s var(--ease);
}
.pipe:hover::before { transform: scaleY(1); }
.pipe:hover .speed { text-shadow: 0 0 14px rgba(34,211,238,0.7); }

/* Step cards techy hover */
.step {
  transition: transform 0.4s var(--ease), border-color 0.35s, box-shadow 0.4s;
}
.step:hover {
  transform: translateY(-5px);
  border-color: rgba(34,211,238,0.4);
  box-shadow: 0 16px 48px -16px rgba(34,211,238,0.22);
}
.step::before { text-shadow: 0 0 18px rgba(34,211,238,0.5); }

/* Eyebrow pulse dot */
.eyebrow::before { animation: eyebrowPulse 2.4s ease-in-out infinite; }
@keyframes eyebrowPulse {
  0%, 100% { box-shadow: 0 0 6px var(--cyan); }
  50% { box-shadow: 0 0 18px var(--cyan); opacity: 0.7; }
}

/* Console blinking cursor */
.console-bar .label::after {
  content: '▋'; animation: blink 1.1s step-end infinite;
  color: var(--cyan); margin-left: 4px;
}
@keyframes blink {
  0%, 100% { opacity: 1; } 50% { opacity: 0; }
}

/* Gradient text shimmer */
.grad-text { background-size: 200% auto; animation: shimmerText 5s linear infinite; }
@keyframes shimmerText {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* Nav active link underline glow */
.nav-links a.active {
  position: relative;
}
.nav-links a.active::after {
  content: ''; display: block; height: 2px;
  background: var(--grad); border-radius: 99px;
  margin-top: 2px; box-shadow: 0 0 10px var(--cyan);
}

/* Footer link slide-right on hover */
.f-col a {
  position: relative; padding-left: 0;
  transition: color 0.25s, padding-left 0.25s;
}
.f-col a:hover { color: var(--cyan); padding-left: 6px; }

/* Input focus glow upgrade */
input:focus, select:focus, textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(34,211,238,0.14), 0 0 22px rgba(34,211,238,0.07);
}

/* Table row hover */
tbody tr { transition: background 0.2s; }
tbody tr:hover td { background: rgba(34,211,238,0.04); color: var(--text); }

/* Accordion open state glow */
.acc-item.open {
  border-color: rgba(34,211,238,0.35);
  box-shadow: 0 0 0 1px rgba(34,211,238,0.1) inset;
}
.acc-item.open .acc-header { color: var(--cyan); }

/* Modal card edge glow */
.modal-card {
  box-shadow: 0 40px 100px -30px rgba(0,0,0,0.9), 0 0 0 1px rgba(34,211,238,0.12) !important;
}

/* Checklist svg glow */
.checklist svg { filter: drop-shadow(0 0 6px rgba(34,211,238,0.4)); }

/* Staggered section reveal delays */
.reveal:nth-child(1) { transition-delay: 0ms; }
.reveal:nth-child(2) { transition-delay: 80ms; }
.reveal:nth-child(3) { transition-delay: 160ms; }
.reveal:nth-child(4) { transition-delay: 240ms; }
.reveal:nth-child(5) { transition-delay: 320ms; }
.reveal:nth-child(6) { transition-delay: 400ms; }

/* Accessible enhancements preserve the original colour and layout system. */
.skip-link{position:fixed;top:-100px;left:16px;z-index:200;background:#070b14;color:#fff;padding:12px 20px}.skip-link:focus{top:12px}
:focus-visible{outline:2px solid var(--cyan);outline-offset:4px}
html{scroll-padding-top:100px} input,select,textarea{max-width:100%}
#formError{padding:16px;border:1px solid #fda4af;color:#fecdd3;border-radius:12px}
@media(max-width:600px){.modal-card{padding:20px!important}.hero-actions .btn{white-space:normal}.nav-cta{gap:10px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}

.search-help p{max-width:76ch;color:var(--muted);font-size:1rem;line-height:1.75;margin:0 0 18px}.search-help a{color:var(--cyan);text-decoration:underline;text-underline-offset:3px}.search-faq{display:grid;gap:12px}.search-faq details{border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--panel);padding:18px 22px}.search-faq summary{cursor:pointer;font-weight:600;font-size:1rem;color:var(--text)}.search-faq details p{margin:14px 0 0}.indicative-options{display:grid;gap:12px;margin-top:20px}.indicative-options article{padding:16px;border:1px solid var(--stroke);border-radius:12px}.indicative-options p{margin:8px 0 12px;color:var(--muted);font-size:1rem} [hidden]{display:none!important}

.hero .reveal,.page-hero .reveal{opacity:1;transform: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}.logos{opacity:1!important;color:var(--muted)!important}.logos span{color:var(--muted)!important}

.price-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.price-grid .card{display:flex;flex-direction:column;gap:14px}.price-grid .btn{margin-top:auto}.price-amount{font-family:'Outfit',sans-serif;font-size:2.5rem;font-weight:800;color:var(--cyan)}.price-unit,.price-terms{color:var(--muted);font-size:1rem;line-height:1.65}.price-terms{margin-top:20px;max-width:78ch}.price-card h3{font-size:1.25rem}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.steps-grid p{color:var(--muted);line-height:1.7;margin-top:12px}@media(max-width:1000px){.price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.price-grid,.steps-grid{grid-template-columns:1fr}.grad-text,.eyebrow::before,.live-pulse{animation:none}.glow{animation:none}}

/* Keep the reception demo readable at narrow widths. */
.split > * { min-width: 0; }
.reception-console .console-bar { flex-wrap: wrap; }
.reception-console .console-bar .label { white-space: normal; overflow-wrap: anywhere; min-width: 0; }
.reception-console .call-summary { flex-wrap: wrap; gap: 10px; }
.reception-console #simCallerName { flex: 1 1 180px; min-width: 0; }
.reception-console #testCallSimBtn { white-space: normal; }
@media (max-width: 640px) {
  .reception-console .console-bar .label { margin-left: 4px; }
  .reception-console .demo-body { padding: 16px !important; }
  .reception-console #simCallCard { padding: 16px !important; }
}

/* Shared small-screen safeguards for demos, calculators and contact details. */
.hero-grid > *, .grid > *, .contact > *, .calc-controls > *, .row > * { min-width: 0; }
@media (max-width: 640px) {
  .console-bar { flex-wrap: wrap; }
  .console-bar .label { min-width: 0; overflow-wrap: anywhere; margin-left: 4px; }
  .console-bar .dot { flex-shrink: 0; }
  main .btn, .modal-card .btn { max-width: 100%; white-space: normal; text-align: center; }
  .calc-result { flex-wrap: wrap; gap: 16px; }
  .slider-group label { flex-wrap: wrap; gap: 6px 12px; }
  .contact-list li > div { min-width: 0; }
  .contact-list a { overflow-wrap: anywhere; }
  .ai-console .demo-body { padding: 16px !important; }
  .ai-console .transcript-heading { flex-wrap: wrap; gap: 8px; }
  .reception-benefit { flex-direction: column; }
  .pipe { flex-wrap: wrap; }
}

/* Buyer guides and short routes to an enquiry. */
.breadcrumbs { display:flex; flex-wrap:wrap; gap:10px; color:var(--muted); font-size:.88rem; margin-bottom:24px; }
.guide-actions { margin-top:26px; justify-content:center; }
.page-shortcuts { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; padding-bottom:12px; }
.page-shortcuts a { padding:10px 16px; border:1px solid var(--stroke); border-radius:999px; color:var(--cyan); }
.guide-section { padding-top:24px; }
.guide-layout { display:grid; grid-template-columns:220px minmax(0,1fr); gap:56px; align-items:start; }
.guide-nav { position:sticky; top:112px; padding:20px; border:1px solid var(--stroke); border-radius:16px; }
.guide-nav nav { display:grid; gap:14px; margin-top:16px; }
.guide-nav a { color:var(--muted); font-size:.94rem; }
.guide-nav a:hover { color:var(--cyan); }
.guide-copy { max-width:820px; min-width:0; }
.guide-copy section { padding:0 0 44px; }
.guide-copy h2 { font-size:clamp(1.5rem,3vw,2.15rem); margin-bottom:18px; }
.guide-copy h3 { margin:20px 0 10px; }
.guide-copy p { margin:0 0 18px; color:var(--muted); line-height:1.8; }
.guide-copy a:not(.btn),.search-help a:not(.btn),.card > a:not(.btn) { color:var(--cyan); text-underline-offset:4px; }
.guide-copy p a,.search-help p a { text-decoration:underline; }
.guide-copy ul,.guide-copy ol { padding-left:24px; color:var(--muted); }
.guide-copy li { padding:0 0 12px 4px; line-height:1.75; }
.guide-copy strong { color:var(--text); }
.guide-callout { background:rgba(34,211,238,.055); border:1px solid var(--stroke-hi); border-radius:18px; padding:28px; margin:28px 0; }
.decision-cards { display:grid; gap:16px; margin:24px 0; }
.decision-cards article { border-left:3px solid var(--cyan); padding:4px 0 4px 20px; }
.decision-cards h3 { margin-top:0; }
.decision-cards p { margin-bottom:0; }
.guide-copy caption { text-align:left; padding:16px 20px; color:var(--text); font-weight:600; }
.guide-copy .table-wrap { margin:22px 0; }
.regional-copy { margin:0 auto; }
.form-heading { font-size:1.5rem; margin-bottom:12px; }
.form-intro { color:var(--muted); margin-bottom:24px; line-height:1.7; }
.form-fields > div { margin-bottom:16px; }
.demo-note { color:var(--muted); font-size:.8rem; padding:16px 20px 0; }
.mobile-contact { display:none; }
@media(max-width:820px) {
 .guide-layout { grid-template-columns:minmax(0,1fr); gap:30px; }
 .guide-nav { position:static; }
 .guide-nav nav { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:640px) {
 body { padding-bottom:calc(66px + env(safe-area-inset-bottom)); }
 .mobile-contact { display:grid; grid-template-columns:1fr 1fr; gap:10px; position:fixed; bottom:0; left:0; right:0; padding:10px 16px calc(10px + env(safe-area-inset-bottom)); background:#070b14; border-top:1px solid var(--stroke-hi); z-index:55; }
 .mobile-contact a { display:flex; align-items:center; justify-content:center; min-height:44px; border:1px solid var(--stroke-hi); border-radius:12px; font-weight:700; font-size:.92rem; }
 .mobile-contact a:last-child { background:var(--grad); color:#05080f; }
 .guide-callout { padding:22px 18px; }
 .guide-copy th,.guide-copy td { padding:14px 10px; font-size:.85rem; }
 .guide-nav nav { grid-template-columns:minmax(0,1fr); }
}

input[type="checkbox"],input[type="radio"]{width:1.1rem;height:1.1rem;padding:0;flex:0 0 auto;margin:0;accent-color:var(--cyan)}
.price-grid .btn{white-space:normal;max-width:100%;padding-left:12px;padding-right:12px;text-align:center}

/* Search visitors: clear offers and readable supporting links. */
.offer-summary { max-width:720px; margin:22px auto 0; color:var(--muted); font-size:1rem; line-height:1.7; }
.offer-summary strong { color:var(--text); }
.section-note { margin-top:24px; color:var(--muted); line-height:1.75; }
.section-note a { color:var(--cyan); text-decoration:underline; text-underline-offset:4px; }
.card > p + p { margin-top:14px; }
#answering-costs .sec-head > p { margin-bottom:22px; }
#answering-costs .sec-head .btn { margin-top:8px; }
#sheffield h3 { margin-top:26px; }

/* September offer and customer journey refinement. */
.home-hero{padding:70px 0 58px}.home-hero .hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:56px;align-items:center}
.home-hero h1{font-size:clamp(2.5rem,4.8vw,4rem);max-width:15ch;line-height:1.08}
.home-hero .lead{max-width:49ch;font-size:1.08rem}.home-hero .hero-actions{gap:12px}
.home-hero .hero-actions .btn{padding:14px 21px}.home-hero .trust{gap:12px 20px}
.hero-offer{border:1px solid rgba(34,211,238,.3);background:linear-gradient(145deg,rgba(34,211,238,.075),rgba(99,102,241,.07) 70%);border-radius:24px;padding:32px;box-shadow:0 22px 65px -35px rgba(34,211,238,.35)}
.offer-kicker{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--cyan)}
.hero-price{display:flex;align-items:baseline;gap:10px;margin-top:12px}.hero-price>span{color:var(--muted);font-size:1rem}.hero-price strong{font:800 3.7rem/1.1 'Outfit',sans-serif;letter-spacing:-.04em}
.hero-price-basis{font-size:.92rem;margin-top:6px}.hero-price-terms{font-size:.8rem;line-height:1.65;color:var(--muted);margin-top:12px}
.offer-benefits{padding:22px 0;margin:22px 0;border-top:1px solid var(--stroke-hi);border-bottom:1px solid var(--stroke-hi);list-style:none;display:grid;gap:17px}
.offer-benefits li{padding-left:23px;position:relative}.offer-benefits li:before{content:'✓';color:var(--cyan);position:absolute;left:0}.offer-benefits strong{display:block;font-size:.95rem}.offer-benefits span{display:block;color:var(--muted);font-size:.87rem;line-height:1.6;margin-top:3px}
.hero-offer>.btn{width:100%;white-space:normal;text-align:center}.offer-link{display:block;text-align:center;color:var(--cyan);font-size:.84rem;margin-top:15px;text-decoration:underline;text-underline-offset:4px}
.customer-story{display:flex;flex-direction:column}.story-client{color:var(--cyan);font-size:.78rem;font-weight:700;letter-spacing:.04em;margin-bottom:14px}.customer-story h3{font-size:1.35rem;line-height:1.25}.customer-story dl{margin:22px 0}.customer-story dt{font-weight:700;font-size:.82rem;margin-top:14px}.customer-story dd{margin:4px 0 0;color:var(--muted);font-size:.92rem;line-height:1.65}.customer-story details{border-top:1px solid var(--stroke);padding-top:16px;margin-top:auto}.customer-story summary{cursor:pointer;color:var(--cyan);font-size:.88rem}.customer-story details p{margin-top:16px}.story-link{margin-top:22px;font-size:.88rem}
.plan-needs h4{font-size:.9rem;letter-spacing:0}.plan-needs ul{padding-left:19px;margin:12px 0}.plan-needs li{font-size:.9rem;line-height:1.55;padding-bottom:9px}.plan-needs p{font-size:.8rem;line-height:1.6;color:var(--muted)}
.quote-scope{padding:28px;margin-top:30px;border:1px solid var(--stroke-hi);border-radius:18px;background:var(--panel)}.quote-scope>.grid{margin:24px 0}.quote-scope h4{font-size:1rem;line-height:1.35}.quote-scope p{margin-top:12px;font-size:.93rem;color:var(--muted)}.quote-scope>a{color:var(--cyan);font-size:.93rem}
@media(max-width:1000px){.home-hero .hero-grid{grid-template-columns:1fr;gap:34px}.home-hero h1{max-width:19ch}.hero-offer{max-width:640px;width:100%}.home-hero .hero-copy{max-width:720px}}
@media(max-width:640px){.home-hero{padding:34px 0 36px}.home-hero h1{font-size:clamp(2.25rem,9.5vw,3.2rem)}.home-hero .lead{font-size:1rem}.home-hero .hero-actions{display:grid;grid-template-columns:1fr;width:100%}.hero-offer{padding:24px 20px}.hero-price strong{font-size:3.3rem}.quote-scope{padding:22px 18px}.hero-offer,.customer-story,.price-card{overflow-wrap:break-word}.home-hero .trust{font-size:.8rem}.home-hero .eyebrow{font-size:.65rem;letter-spacing:.11em}.home-hero .hero-copy{text-align:left}}

.plan-tag{font-size:.72rem;font-weight:700;color:var(--cyan);text-transform:uppercase;letter-spacing:.06em;min-height:2.6em}.price-card:nth-child(3){border-color:rgba(34,211,238,.5);background:linear-gradient(150deg,rgba(34,211,238,.06),rgba(99,102,241,.08))}.plan-comparison{padding:22px;margin-top:22px;border:1px solid var(--stroke-hi);border-radius:16px}.plan-comparison summary{cursor:pointer;font-weight:700;color:var(--cyan)}.plan-comparison .grid{margin-top:20px}.plan-comparison p{font-size:.95rem;color:var(--muted)}.plan-comparison strong{color:var(--text)}.ai-plans{padding-top:20px}.ai-plans .card a{display:block;margin-top:20px}.home-hero .hero-copy{align-items:flex-start;text-align:left}

.home-hero .lead{text-align:left}.mobile-starting-price{display:none}@media(max-width:640px){.home-hero .hero-copy{gap:20px}.home-hero .trust{justify-content:flex-start}.mobile-starting-price{display:block;font-size:.88rem}.mobile-starting-price span{display:block;color:var(--muted);font-size:.78rem;margin-top:4px}.brand-logo-img{height:54px}.home-hero h1{line-height:1.12}}

@media(max-width:640px){.reveal{opacity:1;transform:none;transition:none}}

/* Shared page rhythm: the homepage is the reference for every introduction. */
:root { --intro-gap:28px; --section-space:72px; }
.page-hero { padding:90px 0 80px; text-align:left; }
.page-hero .wrap { align-items:flex-start; text-align:left; gap:var(--intro-gap); }
.page-hero h1 { font-size:clamp(2.5rem,4.8vw,4rem); line-height:1.12; max-width:22ch; margin:0; text-align:left; }
.page-hero .lead { font-size:1.08rem; max-width:49ch; margin:0; text-align:left; }
.page-hero .breadcrumbs { margin:0; gap:10px; text-align:left; justify-content:flex-start; }
.page-hero .eyebrow { margin:0; align-self:flex-start; }
.page-hero .offer-summary { margin:0; text-align:left; max-width:49ch; }
.page-hero .hero-actions { margin:0; gap:12px; justify-content:flex-start; }
main > section:not(.hero):not(.page-hero) { padding-top:var(--section-space); padding-bottom:var(--section-space); }
.sec-head,.sec-head.center,.sec-head-center { gap:20px; margin:0 0 36px; text-align:left; align-items:flex-start; }
.sec-head .lead,.sec-head.center .lead,.sec-head-center .lead { margin:0; text-align:left; }
.sec-head .eyebrow { align-self:flex-start; }
.customer-story h3 { margin:20px 0; }
.customer-story h4 { margin:24px 0 10px; }
.customer-story p { margin:0 0 20px; }
@media(max-width:1024px) {
 .page-hero { padding:60px 0 50px; }
 .hero-copy { align-items:flex-start; text-align:left; }
}
@media(max-width:640px) {
 :root { --intro-gap:20px; --section-space:40px; }
 .page-hero { padding:34px 0 36px; }
 .page-hero h1 { font-size:clamp(2.25rem,9.5vw,3.2rem); line-height:1.12; max-width:19ch; }
 .page-hero .lead { font-size:1rem; }
 .page-hero .eyebrow { font-size:.65rem; letter-spacing:.11em; }
 .page-hero .breadcrumbs { font-size:.78rem; }
 .page-hero .hero-actions { display:grid; grid-template-columns:1fr; width:100%; }
 .sec-head,.sec-head.center,.sec-head-center { gap:20px; margin-bottom:28px; }
 .sec-head .eyebrow { font-size:.65rem; letter-spacing:.11em; }
}
