:root {
  --ink: #111827;
  --muted: #667085;
  --soft: #f5f7fb;
  --panel: #ffffff;
  --line: #e5e7eb;
  --blue: #005fcc;
  --blue-dark: #004f9f;
  --green: #247a52;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: #fff;
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  margin: 0;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

:focus-visible {
  outline: 3px solid rgba(0, 95, 204, 0.5);
  outline-offset: 3px;
}

.skip-link {
  background: var(--ink);
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  transform: translateY(-140%);
  transition: transform 160ms ease;
  z-index: 100;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  margin: 0 auto;
  width: min(1180px, calc(100% - 40px));
}

.site-nav {
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(229, 231, 235, 0.85);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav-inner {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: space-between;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 700;
  gap: 10px;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(145deg, #111827, #334155);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.brand-logo {
  display: block;
  height: 31px;
  width: 31px;
}

.logo-head,
.logo-canvas {
  fill: none;
  stroke: #fff;
  stroke-width: 2.3;
}

.logo-line {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.logo-stroke {
  fill: none;
  stroke: #7cc4ff;
  stroke-linecap: round;
  stroke-width: 2.6;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 28px;
}

.nav-links a {
  color: #3f4654;
  font-size: 0.92rem;
  font-weight: 600;
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  padding: 8px;
}

.menu-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 24px;
}

.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary {
  background: #fff;
  border-color: var(--line);
  color: #202938;
}

.nav-cta {
  min-height: 38px;
  padding: 8px 17px;
}

.hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(0, 113, 227, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfcff 0%, #fff 72%);
  overflow: hidden;
  padding: 88px 0 86px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.hero-copy { max-width: 660px; }

.eyebrow {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.h1 {
  font-size: clamp(2.65rem, 6.2vw, 5.7rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.h2 {
  font-size: clamp(2rem, 4.2vw, 3.45rem);
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

.lead {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  margin: 22px 0 0;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.offer-strip {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 3px;
  margin-top: 30px;
  max-width: 420px;
  padding: 18px 20px;
}

.offer-strip span,
.label {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

.offer-strip strong {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.05;
}

.offer-strip small,
.muted {
  color: var(--muted);
}

.hero-visual {
  min-height: 520px;
  position: relative;
}

.browser-shell {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(229, 231, 235, 0.95);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 8px;
  width: min(100%, 620px);
}

.browser-top {
  align-items: center;
  background: #f4f6f9;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 7px;
  height: 38px;
  padding: 0 14px;
}

.browser-top span {
  background: #c7ced8;
  border-radius: 999px;
  height: 10px;
  width: 10px;
}

.browser-content { padding: 30px; }
.mock-nav {
  background: linear-gradient(90deg, #101827 0 20%, #e8edf5 20% 100%);
  border-radius: 999px;
  height: 16px;
  margin-bottom: 32px;
  opacity: 0.9;
}

.mock-hero {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: 1.25fr 0.75fr;
}

.mock-hero i,
.mock-hero b,
.phone-shell span,
.phone-shell b,
.phone-shell i,
.mock-grid span {
  display: block;
}

.mock-hero i {
  background: #0071e3;
  border-radius: 999px;
  height: 18px;
  margin-bottom: 18px;
  width: 120px;
}

.mock-hero b {
  background: #d9e0ea;
  border-radius: 999px;
  height: 18px;
  margin-top: 12px;
  width: 100%;
}

.mock-hero .short { width: 72%; }

.mock-price {
  background: #111827;
  border-radius: 8px;
  color: #fff;
  display: grid;
  min-height: 156px;
  padding: 22px;
  place-content: end start;
}

.mock-price span {
  font-size: 2.55rem;
  font-weight: 850;
  line-height: 1;
}

.mock-price small { color: rgba(255, 255, 255, 0.72); }

.mock-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.mock-grid span {
  background: #f0f3f8;
  border: 1px solid #e5eaf2;
  border-radius: 8px;
  min-height: 118px;
}

.phone-shell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  bottom: 22px;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.16);
  display: grid;
  gap: 12px;
  padding: 42px 18px 20px;
  position: absolute;
  right: 34px;
  width: 180px;
}

.phone-shell::before {
  background: #111827;
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 18px;
  transform: translateX(-50%);
  width: 46px;
}

.phone-shell span {
  background: #0071e3;
  border-radius: 999px;
  height: 14px;
  width: 72px;
}

.phone-shell b {
  background: #111827;
  border-radius: 8px;
  height: 78px;
}

.phone-shell i {
  background: #e8edf5;
  border-radius: 999px;
  height: 12px;
}

.section { padding: 94px 0; }
.section-soft { background: var(--soft); }
.section-heading {
  margin-bottom: 38px;
  max-width: 760px;
}

.pricing-layout {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
}

.price-panel,
.contact-form,
.included-list div {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.06);
}

.price-panel {
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: space-between;
  padding: 30px;
}

.price-panel h3 {
  font-size: 1.45rem;
  line-height: 1.12;
  margin: 10px 0 12px;
}

.price-lockup {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.price-lockup .before {
  color: var(--muted);
  display: block;
  font-size: 0.92rem;
  text-decoration: line-through;
}

.price-lockup strong {
  display: block;
  font-size: clamp(3rem, 5vw, 4.2rem);
  letter-spacing: 0;
  line-height: 1;
  margin-top: 8px;
}

.price-lockup small {
  color: var(--muted);
  font-size: 1.05rem;
}

.included-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.included-list div {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.included-list span,
.presence-points span,
.steps p,
.footer p {
  color: var(--muted);
  margin: 0;
}

.presence-section {
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border-top: 1px solid rgba(229, 231, 235, 0.72);
  border-bottom: 1px solid rgba(229, 231, 235, 0.72);
}

.presence-grid {
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
}

.presence-copy .lead {
  margin-top: 0;
}

.presence-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.presence-points div {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.05);
  display: grid;
  gap: 6px;
  padding: 20px;
}

.local-section {
  background: #fff;
}

.keyword-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.keyword-grid span {
  background: #f0f6ff;
  border: 1px solid #d8e8ff;
  border-radius: 999px;
  color: #145da8;
  font-size: 0.93rem;
  font-weight: 700;
  padding: 9px 14px;
}

.faq-section {
  background: #fff;
  border-top: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.05);
  padding: 22px;
}

.faq-list h3 {
  font-size: 1.08rem;
  line-height: 1.25;
  margin: 0 0 8px;
}

.faq-list p {
  color: var(--muted);
  margin: 0;
}

.plan-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 430px;
  padding: 26px;
  position: relative;
}

.plan-card.featured {
  background: #111827;
  color: #fff;
}

.plan-card.featured p,
.plan-card.featured .plan-price small,
.plan-card.featured .feature-list li,
.plan-card.featured .before {
  color: rgba(255, 255, 255, 0.72);
}

.plan-card.custom {
  grid-column: 1 / -1;
  min-height: 0;
}

.plan-badge {
  background: var(--blue);
  border-radius: 999px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 850;
  padding: 6px 12px;
  position: absolute;
  right: 18px;
  top: 18px;
}

.plan-head h3,
.plan-card.custom h3 {
  font-size: 1.45rem;
  line-height: 1.12;
  margin: 0 0 10px;
}

.plan-head p,
.plan-card.custom p {
  color: var(--muted);
  margin: 0;
}

.plan-card.featured .plan-head p {
  color: rgba(255, 255, 255, 0.74);
}

.plan-price {
  border-top: 1px solid rgba(229, 231, 235, 0.9);
  display: grid;
  gap: 6px;
  margin-top: 4px;
  padding-top: 20px;
}

.plan-card.featured .plan-price {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.plan-price strong {
  font-size: clamp(2.15rem, 4vw, 3rem);
  letter-spacing: 0;
  line-height: 1;
}

.plan-price small {
  color: var(--muted);
}

.feature-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}

.feature-list li {
  color: var(--muted);
  padding-left: 24px;
  position: relative;
}

.feature-list li::before {
  color: var(--blue);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.plan-card.featured .feature-list li::before {
  color: #77b7ff;
}

.plan-card .btn { margin-top: auto; }
.plan-card.custom strong { margin-top: auto; }

.process-grid,
.contact-grid {
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 42px 1fr;
  padding: 20px;
}

.steps span {
  align-items: center;
  background: #f0f6ff;
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.contact-section {
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-lines a,
.contact-lines span {
  color: #273143;
  font-weight: 650;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
}

.contact-form label {
  color: #344054;
  display: grid;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  color: var(--ink);
  min-height: 46px;
  padding: 12px 14px;
  width: 100%;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
}

.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #667085 50%),
    linear-gradient(135deg, #667085 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 19px,
    calc(100% - 13px) 19px;
  background-repeat: no-repeat;
  background-size: 5px 5px;
  padding-right: 42px;
}

.contact-form textarea {
  min-height: 134px;
  resize: vertical;
}

.form-status {
  color: var(--muted);
  min-height: 24px;
  margin: 0;
}

.footer {
  background: #111827;
  color: rgba(255, 255, 255, 0.72);
  padding: 34px 0;
}

.footer-inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto auto;
}

.footer strong { color: #fff; }
.footer a { color: rgba(255, 255, 255, 0.82); margin-left: 18px; }
.footer a:hover { color: #fff; }

@media (max-width: 980px) {
  .hero-grid,
  .pricing-layout,
  .presence-grid,
  .faq-grid,
  .process-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 70px;
  }

  .hero-copy {
    max-width: none;
    text-align: center;
  }

  .offer-strip {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-row {
    justify-content: center;
  }

  .hero-visual {
    margin: 0 auto;
    max-width: 680px;
    min-height: 470px;
    width: 100%;
  }

  .plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-card.custom {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .nav-links {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: none;
    gap: 8px;
    left: 0;
    padding: 14px;
    position: absolute;
    right: 0;
    top: 64px;
  }

  .nav-links.open {
    display: grid;
  }

  .nav-links a {
    border-radius: 8px;
    padding: 11px 8px;
  }

  .menu-toggle { display: block; }

  .section { padding: 68px 0; }
  .hero { padding: 54px 0 66px; }

  .hero-visual {
    min-height: 380px;
  }

  .browser-content {
    padding: 22px;
  }

  .browser-shell {
    left: 0;
    width: calc(100% - 18px);
  }

  .mock-hero {
    grid-template-columns: 1fr;
  }

  .mock-price {
    min-height: 112px;
  }

  .mock-grid {
    grid-template-columns: 1fr;
  }

  .mock-grid span {
    min-height: 54px;
  }

  .phone-shell {
    bottom: 0;
    right: 0;
    width: 142px;
  }

  .included-list,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
    min-height: 0;
  }

  .footer-inner {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer a {
    display: inline-block;
    margin: 0 16px 0 0;
  }
}

@media (max-width: 480px) {
  .brand span:last-child {
    font-size: 0.9rem;
  }

  .h1 {
    font-size: clamp(2.35rem, 14vw, 3.3rem);
  }

  .btn-row,
  .btn {
    width: 100%;
  }

  .offer-strip,
  .price-panel,
  .contact-form,
  .plan-card,
  .included-list div,
  .steps li {
    padding: 20px;
  }

  .hero-visual {
    min-height: 340px;
  }

  .phone-shell {
    transform: scale(0.86);
    transform-origin: right bottom;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
