:root {
  --ink: #132033;
  --muted: #5d6978;
  --line: #dfe5eb;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --dark: #14213d;
  --accent: #f2a23a;
  --accent-dark: #9b5600;
  --focus: #0b5fff;
  --green: #1f7a5c;
  --shadow: 0 24px 70px rgba(19, 32, 51, 0.12);
  --radius: 22px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { font-size: 100%; scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-size: 1rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:not(.btn):not(.brand):not(.nav-phone):not(.quick-call):hover { text-decoration: underline; text-underline-offset: 3px; }
.container { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }
.section { padding: 82px 0; }
.skip-link { position: absolute; top: -100px; left: 1rem; background: var(--dark); color: white; padding: .75rem 1rem; z-index: 99; border-radius: 10px; }
.skip-link:focus, .skip-link:focus-visible { top: 1rem; outline: 3px solid var(--focus); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.hidden, [hidden] { display: none !important; }
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}
:where(.btn, .nav-phone, .quick-call, .brand, .nav-toggle, summary):focus-visible { border-radius: 12px; }
:where(.btn-primary, .nav-phone, .quick-call):focus-visible {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--focus);
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223,229,235,.8);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 1 auto; min-width: 0; }
.brand-logo-picture { display: block; line-height: 0; }
.brand-logo {
  display: block;
  width: clamp(118px, 30vw, 148px);
  height: auto;
  object-fit: contain;
}
.nav-menu { display: flex; align-items: center; gap: 22px; font-weight: 750; color: #2f3a48; }
.nav-menu a:hover { color: var(--accent-dark); }
.nav-phone { background: var(--dark); color: white !important; padding: .65rem .95rem; border-radius: 999px; }
.nav-toggle { display: none; background: none; border: 0; padding: .5rem; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { background: radial-gradient(circle at top left, rgba(242,162,58,.22), transparent 32%), linear-gradient(135deg, #f8fbff 0%, #ffffff 58%, #fff6e7 100%); padding-top: 92px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; color: var(--accent-dark); letter-spacing: .12em; font-weight: 900; font-size: .76rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.55rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; margin-bottom: 22px; }
h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); line-height: 1.05; letter-spacing: -.045em; margin-bottom: 18px; }
h3 { font-size: 1.25rem; line-height: 1.2; letter-spacing: -.02em; margin-bottom: 10px; }
.hero-lede { font-size: clamp(1.08rem, 2vw, 1.35rem); color: #415063; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 18px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1.15rem; border-radius: 999px; border: 2px solid transparent; font-weight: 900; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; text-align: center; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #1b1308; box-shadow: 0 12px 28px rgba(242,162,58,.26); }
.btn-primary:hover { background: #ffb34f; }
.btn-secondary { background: white; border-color: var(--line); color: var(--dark); }
.btn-secondary:hover { border-color: var(--accent); }
.full { width: 100%; }
.microcopy { color: var(--muted); font-size: .96rem; }

.hero-card, .pricing-card, .info-card, .service-card, .mockup-box, .step-card, .contact-card, .lead-form {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card { padding: 30px; }
.card-badge, .plan-label { display: inline-flex; align-items: center; border: 1px solid rgba(242,162,58,.45); background: rgba(242,162,58,.12); color: var(--accent-dark); border-radius: 999px; padding: .35rem .7rem; font-weight: 900; font-size: .76rem; text-transform: uppercase; letter-spacing: .07em; }
.pricing-card .plan-label { width: 100%; justify-content: center; text-align: center; margin-bottom: 12px; }
.price { font-size: 3.4rem; font-weight: 950; line-height: 1; letter-spacing: -.05em; margin: 20px 0; }
.price span { display: block; font-size: .95rem; color: var(--muted); letter-spacing: 0; font-weight: 800; margin-bottom: 6px; }
.check-list { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 950; }
.check-list.compact { gap: 8px; font-size: .96rem; }

.section-heading { max-width: 820px; margin-bottom: 34px; }
.section-heading.narrow { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.problem-section, .services-section, .industries-section, .faq-section { background: var(--soft); }
.card-grid { display: grid; gap: 22px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.info-card, .service-card { padding: 26px; min-height: 100%; box-shadow: none; }
.info-card p, .service-card p, .pricing-card p, .step-card p { color: var(--muted); }
.service-card .icon { width: 42px; height: 42px; display: grid; place-items: center; background: #fff5e7; color: var(--accent-dark); border-radius: 14px; margin-bottom: 16px; font-weight: 900; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.pricing-card { padding: 28px; display: flex; flex-direction: column; }
.pricing-card.featured { border: 2px solid var(--accent); transform: translateY(-8px); }
.plan-price { font-size: 2.35rem; line-height: 1; font-weight: 950; letter-spacing: -.045em; color: var(--dark) !important; margin: 18px 0 14px; }
.pricing-card .btn { margin-top: auto; }

.split-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; background: var(--dark); color: white; border-radius: 34px; padding: 42px; box-shadow: var(--shadow); }
.split-panel p { color: rgba(255,255,255,.78); }
.split-panel .eyebrow { color: #ffc371; }
.mockup-box { color: var(--ink); padding: 28px; box-shadow: none; }
.mockup-box p { color: var(--muted); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { padding: 24px; box-shadow: none; }
.step-card span { display: grid; place-items: center; width: 38px; height: 38px; background: var(--dark); color: white; border-radius: 50%; font-weight: 950; margin-bottom: 18px; }

.tag-list { display: flex; flex-wrap: wrap; gap: 12px; }
.tag-list span { border: 1px solid var(--line); background: white; border-radius: 999px; padding: .75rem 1rem; font-weight: 850; color: #334155; }

.about-grid { max-width: 820px; }

.faq-list { display: grid; gap: 14px; max-width: 860px; margin: 0 auto; }
.faq-section details { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; }
.faq-section summary {
  cursor: pointer;
  font-weight: 900;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 32px;
}
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff5e7;
  color: var(--accent-dark);
  font-weight: 950;
  line-height: 1;
  transition: transform .15s ease, background .15s ease;
}
.faq-section details[open] {
  border-color: rgba(242,162,58,.45);
  box-shadow: 0 14px 36px rgba(19, 32, 51, .08);
}
.faq-section details[open] summary::after {
  content: "–";
  background: rgba(242,162,58,.2);
}
.faq-section details p { margin: 14px 0 0; color: var(--muted); line-height: 1.55; }

.contact-section { background: linear-gradient(180deg, #ffffff, #f8fafc); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; }
.contact-card { box-shadow: none; padding: 24px; margin-top: 22px; }
.big-link { display: inline-block; font-size: 1.6rem; font-weight: 950; color: var(--accent-dark); margin-bottom: 10px; }
.lead-form { padding: 28px; display: grid; gap: 16px; overflow: visible; }
label { font-weight: 850; color: #334155; }
.field { display: grid; gap: 8px; }
.field-label {
  position: relative;
  display: block;
  font-weight: 850;
  line-height: 1.3;
}
.required-mark {
  position: absolute;
  left: -0.72rem;
  top: 0;
  color: var(--accent-dark);
  font-weight: 950;
}
.required-field .field-label { padding-left: 0; }
input, select, textarea { width: 100%; border: 1px solid #cfd8e3; border-radius: 14px; padding: .9rem 1rem; font: inherit; font-size: 1rem; color: var(--ink); background: white; }
.lead-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%235d6978' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.15rem;
  padding-right: 2.85rem;
}
.lead-form select::-ms-expand { display: none; }
input:focus, select:focus, textarea:focus { border-color: var(--focus); }
.field:focus-within .field-label { color: var(--dark); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-instructions { margin: 0 0 2px; color: var(--muted); font-size: .95rem; }
.form-note { text-align: center; color: var(--muted); margin: 0; }
.form-note a { color: var(--accent-dark); font-weight: 900; }

.site-footer { padding: 36px 0; background: var(--dark); color: white; }
.site-footer p { color: rgba(255,255,255,.72); margin: 6px 0 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; font-weight: 850; }
.footer-links a:hover { color: #ffc371; }
.site-footer a:focus-visible, .split-panel a:focus-visible { outline-color: #ffffff; box-shadow: 0 0 0 3px var(--focus); }

.success-page {
  min-height: 100vh;
  padding-top: max(96px, env(safe-area-inset-top));
  padding-bottom: 72px;
  background: radial-gradient(circle at top left, rgba(242,162,58,.18), transparent 32%), linear-gradient(135deg, #f8fbff 0%, #ffffff 58%, #fff6e7 100%);
}
.success-shell {
  display: grid;
  gap: 34px;
  max-width: 980px;
}
.success-confirmation,
.success-upsell {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.success-confirmation {
  padding: clamp(28px, 5vw, 46px);
}
.success-confirmation h1 {
  max-width: 760px;
  font-size: clamp(2rem, 4.6vw, 3.25rem);
  line-height: 1.04;
}
.success-confirmation .hero-lede {
  margin-bottom: 0;
}
.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.success-upsell {
  padding: clamp(22px, 4vw, 34px);
}
.success-upsell .section-heading {
  margin-bottom: 22px;
}
.success-upsell h2 {
  max-width: 760px;
}
.success-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.success-service-card {
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfcfe;
}
.success-service-card h3 {
  margin-bottom: 7px;
  font-size: 1.05rem;
}
.success-service-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}
.success-note {
  margin: 20px 0 0;
  padding: .9rem 1rem;
  border-left: 4px solid var(--accent);
  border-radius: 14px;
  background: #fff8e5;
  color: #4f3410;
  font-weight: 800;
}

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav-menu { position: absolute; top: 76px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--line); padding: 18px; display: none; flex-direction: column; align-items: stretch; }
  .nav-menu.open { display: flex; }
  .nav-menu a { padding: .65rem 0; }
  .hero-grid, .split-panel, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .pricing-grid, .card-grid.three, .steps { grid-template-columns: 1fr 1fr; }
  .success-service-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card.featured { transform: none; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 58px 0; }
  .hero { padding-top: 62px; }
  .hero-card, .split-panel, .lead-form { padding: 22px; border-radius: 22px; }
  .pricing-grid, .card-grid.three, .steps, .form-row { grid-template-columns: 1fr; }
  .success-page { padding: 32px 0; }
  .success-shell { gap: 20px; }
  .success-confirmation,
  .success-upsell {
    border-radius: 20px;
  }
  .success-actions {
    flex-direction: column;
    margin-top: 22px;
  }
  .success-service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .success-service-card {
    padding: 16px;
    border-radius: 16px;
  }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}

.google-panel {
  margin-top: 28px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 24px;
  align-items: start;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.google-panel p { color: var(--muted); }
.google-panel .eyebrow { color: var(--accent-dark); }
.two-column-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4px 0 0;
}
.panel-note {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  font-size: .95rem;
}
@media (max-width: 920px) {
  .google-panel { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .two-column-list { grid-template-columns: 1fr; }
}

/* Refinements from mobile review: cleaner spacing, compact menu, and mobile call CTA */
.section { padding: 72px 0; }
.hero { padding-top: 76px; padding-bottom: 66px; }
.nav { position: relative; min-height: 72px; }
.nav-menu { margin-left: auto; }
.nav-actions { display: none; }
.quick-call { display: none; }
.section-heading { margin-bottom: 28px; }
.card-grid, .pricing-grid { gap: 20px; }
.hero-actions { margin: 26px 0 16px; }

@media (max-width: 920px) {
  .nav { min-height: 72px; gap: 10px; }
  .brand-logo {
    width: clamp(116px, 24vw, 136px);
  }
  .nav-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
  .quick-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: .68rem .88rem;
    border-radius: 999px;
    background: var(--dark);
    color: #fff;
    font-weight: 900;
    font-size: .88rem;
    white-space: nowrap;
  }
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  .nav-toggle:hover, .nav-toggle[aria-expanded="true"] { background: #f4f6f8; }
  .nav-toggle span:not(.sr-only) { margin: 3px 0; }
  .nav-menu {
    position: absolute;
    top: 72px;
    left: 14px;
    right: 14px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(19, 32, 51, .14);
    padding: 10px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    z-index: 70;
  }
  .nav-menu.open { display: flex; }
  .nav-menu a {
    min-height: 44px;
    padding: 12px 14px;
    border-radius: 12px;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
  .nav-menu a:not(.nav-phone):hover,
  .nav-menu a:not(.nav-phone):focus-visible {
    background: #f6f8fb;
    color: var(--ink);
  }
  .nav-phone {
    margin-top: 8px;
    min-height: 46px;
    padding: 12px 14px !important;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .container { width: min(100% - 30px, var(--max)); }
  .section { padding: 48px 0; }
  .success-page {
    padding-top: max(72px, calc(env(safe-area-inset-top) + 56px));
    padding-bottom: 44px;
  }
  .success-confirmation h1 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
    line-height: 1.08;
  }
  .hero { padding-top: 38px; padding-bottom: 48px; }
  .hero-grid { gap: 22px; }
  h1 { font-size: clamp(2.15rem, 10vw, 2.95rem); line-height: 1.02; margin-bottom: 18px; }
  h2 { font-size: clamp(1.75rem, 8vw, 2.35rem); }
  .hero .eyebrow {
    margin-bottom: 10px;
    line-height: 1.35;
    letter-spacing: .09em;
  }
  .hero-lede { font-size: 1.04rem; margin-bottom: 0; }
  .hero-actions { gap: 10px; margin: 20px 0 12px; }
  .btn { min-height: 48px; padding: .78rem 1rem; }
  .hero-actions .btn-primary { min-height: 52px; }
  .hero-actions .btn-secondary {
    min-height: 46px;
    background: rgba(255,255,255,.72);
    box-shadow: none;
  }
  .hero .microcopy {
    display: block;
    margin: 0;
    padding: .78rem .9rem;
    border: 1px solid rgba(242,162,58,.38);
    border-radius: 16px;
    background: rgba(255,255,255,.72);
    color: #354256;
    line-height: 1.45;
    box-shadow: 0 10px 26px rgba(19, 32, 51, .08);
  }
  .hero .microcopy strong { color: var(--dark); }
  .hero-card {
    padding: 22px;
    border-radius: 20px;
  }
  .section-heading { margin-bottom: 24px; }
  .info-card, .service-card, .pricing-card, .step-card { padding: 22px; }
  .services-section .section-heading { margin-bottom: 20px; }
  .services-section .card-grid { gap: 12px; }
  .service-card {
    padding: 18px;
    border-radius: 18px;
  }
  .service-card .icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    margin-bottom: 12px;
    font-size: .95rem;
  }
  .service-card h3 { margin-bottom: 6px; }
  .service-card p {
    margin-bottom: 0;
    line-height: 1.52;
  }
  .services-section .service-card:first-child,
  .services-section .service-card:nth-child(4) {
    border-color: rgba(242,162,58,.48);
    background: linear-gradient(180deg, rgba(242,162,58,.08), #fff 42%);
  }
  .services-section .service-card:nth-child(6) {
    background: #fbfcfe;
    box-shadow: none;
  }
  .offer-section .section-heading { margin-bottom: 22px; }
  .pricing-grid { gap: 16px; }
  .pricing-card {
    gap: 10px;
    padding: 22px;
    border-radius: 20px;
  }
  .pricing-card.featured {
    background: linear-gradient(180deg, rgba(242,162,58,.08), #fff 36%);
    box-shadow: 0 18px 46px rgba(19, 32, 51, .11);
  }
  .pricing-card .plan-label { margin-bottom: 2px; }
  .pricing-card h3 { margin-bottom: 0; }
  .plan-price {
    font-size: clamp(2rem, 11vw, 2.35rem);
    line-height: .96;
    margin: 4px 0 2px;
  }
  .pricing-card p:not(.plan-label):not(.plan-price) { margin-bottom: 2px; }
  .pricing-card .check-list.compact {
    gap: 9px;
    line-height: 1.45;
    margin: 8px 0 14px;
  }
  .pricing-card .check-list li { padding-left: 26px; }
  .pricing-card .btn {
    min-height: 52px;
    margin-top: 2px;
  }
  .split-panel { padding: 24px; border-radius: 24px; }
  .contact-section { padding-top: 44px; }
  .contact-grid { gap: 22px; }
  .contact-copy .eyebrow { margin-bottom: 8px; }
  .contact-copy h2 { margin-bottom: 12px; }
  .contact-copy > p { margin-bottom: 16px; }
  .contact-card {
    margin-top: 18px;
    padding: 20px;
    border-radius: 18px;
  }
  .contact-card p { margin-bottom: 8px; }
  .contact-card .microcopy {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .big-link {
    font-size: 1.45rem;
    margin-bottom: 8px;
  }
  .lead-form {
    gap: 15px;
    padding: 22px;
    border-radius: 20px;
  }
  .lead-form .field { gap: 7px; }
  .lead-form .field-label {
    padding-left: 0;
    line-height: 1.25;
  }
  .required-mark { left: -.72rem; }
  .form-instructions {
    margin-bottom: 0;
    color: #415063;
    font-weight: 750;
  }
  .lead-form input,
  .lead-form select,
  .lead-form textarea {
    min-height: 3.35rem;
    padding: .86rem .95rem;
  }
  .lead-form select {
    background-position: right .95rem center;
    padding-right: 2.8rem;
  }
  .lead-form textarea { min-height: 8.25rem; }
  .lead-form .btn[type="submit"] {
    min-height: 52px;
    margin-top: 2px;
    box-shadow: 0 14px 30px rgba(242,162,58,.3);
  }
  .lead-form .form-note {
    font-size: .96rem;
    line-height: 1.45;
  }
  .google-panel {
    margin-top: 18px;
    gap: 16px;
    padding: 18px;
    border-radius: 18px;
  }
  .google-panel .eyebrow { margin-bottom: 8px; }
  .google-panel h3 { margin-bottom: 8px; }
  .google-panel p {
    margin-bottom: 0;
    color: #667486;
    line-height: 1.5;
  }
  .two-column-list {
    gap: 7px;
    line-height: 1.45;
    margin-top: 0;
  }
  .two-column-list li {
    padding-left: 26px;
  }
  .panel-note {
    padding: 12px;
    border: 1px solid rgba(223,229,235,.9);
    border-radius: 14px;
    background: #f8fafc;
    color: #526172;
    line-height: 1.45;
  }
  .process-section { padding-top: 44px; padding-bottom: 46px; }
  .process-section .section-heading { margin-bottom: 20px; }
  .process-section .section-heading h2 { margin-bottom: 0; }
  .steps { gap: 12px; }
  .step-card {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
    padding: 18px;
    border-radius: 18px;
  }
  .step-card span {
    width: 36px;
    height: 36px;
    margin-bottom: 0;
    font-size: .95rem;
  }
  .step-card h3 { margin-bottom: 6px; }
  .step-card p {
    grid-column: 2;
    margin-bottom: 0;
    line-height: 1.52;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: clamp(104px, 31vw, 122px);
  }
  .quick-call {
    min-height: 44px;
    padding: .62rem .68rem;
    font-size: .8rem;
  }
  .nav-actions { gap: 4px; }
  .nav-toggle { width: 44px; height: 44px; }
  .nav-menu { left: 10px; right: 10px; }
  .hero { padding-top: 34px; padding-bottom: 44px; }
  .hero-grid { gap: 18px; }
  h1 {
    font-size: clamp(2rem, 9.4vw, 2.35rem);
    line-height: 1.04;
    letter-spacing: -.042em;
    margin-bottom: 14px;
  }
  .hero .eyebrow {
    margin-bottom: 8px;
    font-size: .7rem;
    letter-spacing: .075em;
  }
  .hero-lede {
    font-size: 1rem;
    line-height: 1.52;
  }
  .hero-actions { margin: 18px 0 10px; }
  .hero-actions .btn-secondary { min-height: 46px; }
  .hero .microcopy {
    padding: .72rem .8rem;
    border-radius: 14px;
    font-size: .93rem;
  }
  .hero-card {
    padding: 20px;
    border-radius: 18px;
  }
  .service-card { padding: 16px; }
  .google-panel { padding: 16px; }
  .pricing-card { padding: 20px; }
  .pricing-card .plan-label {
    font-size: .7rem;
    letter-spacing: .055em;
    padding: .34rem .58rem;
  }
  .plan-price {
    font-size: clamp(1.9rem, 10vw, 2.2rem);
    letter-spacing: -.04em;
  }
  .contact-section { padding-top: 42px; }
  .contact-grid { gap: 20px; }
  .contact-card { padding: 18px; }
  .lead-form {
    gap: 14px;
    padding: 20px;
  }
  .lead-form .field-label { padding-left: 0; }
  .required-mark { left: -.68rem; }
  .lead-form select {
    background-position: right .85rem center;
    padding-right: 2.65rem;
  }
  .step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 12px;
    padding: 16px;
  }
  .step-card span {
    width: 34px;
    height: 34px;
  }
}

@media (min-width: 721px) {
  .brand-logo {
    width: clamp(240px, 22vw, 300px);
  }
}

@media (min-width: 721px) and (max-width: 920px) {
  .brand-logo {
    width: clamp(210px, 28vw, 245px);
  }
}

@media (max-width: 640px) {
  .faq-section { padding-top: 44px; padding-bottom: 46px; }
  .faq-section .section-heading { margin-bottom: 20px; }
  .faq-list { gap: 10px; }
  .faq-section details {
    padding: 16px;
    border-radius: 16px;
  }
  .faq-section summary {
    min-height: 44px;
    gap: 12px;
    line-height: 1.25;
  }
  .faq-section summary::after {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }
  .faq-section details p {
    margin-top: 10px;
    line-height: 1.5;
  }
}


/* UX cleanup: required markers, package badge alignment, and 1rem base sizing */
.lead-form .field { min-width: 0; }
.lead-form .field-label { color: #263244; }
.lead-form input, .lead-form select, .lead-form textarea { min-height: 3.4rem; }
.lead-form textarea { min-height: 8.5rem; }
@media (max-width: 640px) {
  .lead-form { padding-left: 22px; padding-right: 22px; }
  .required-mark { left: -.72rem; }
}

.toast-region {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  gap: 10px;
  width: min(420px, calc(100vw - 44px));
  pointer-events: none;
}
.toast {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px;
  padding: 1rem 1rem 1rem 1.08rem;
  border: 1px solid rgba(19, 32, 51, .12);
  border-left: 6px solid var(--dark);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 20px 52px rgba(19, 32, 51, .18);
  line-height: 1.45;
  pointer-events: auto;
  animation: toast-in .28s ease-out both;
}
.toast.is-leaving {
  animation: toast-out .22s ease-in both;
}
.toast-success {
  border-left-color: #2f8f5b;
  background: #f1fbf5;
  color: #173b2a;
}
.toast-error {
  border-left-color: #b42318;
  background: #fff4f2;
  color: #5f1712;
}
.toast-info {
  border-left-color: var(--dark);
  background: #f3f7fb;
  color: #18283d;
}
.toast-warning {
  border-left-color: #b7791f;
  background: #fff8e5;
  color: #4f3410;
}
.toast-message {
  margin: 0;
  font-weight: 850;
}
.toast-close {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(19, 32, 51, .16);
  border-radius: 10px;
  background: rgba(255,255,255,.72);
  color: currentColor;
  font: inherit;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}
.toast-close:hover {
  background: #fff;
  box-shadow: 0 8px 18px rgba(19, 32, 51, .12);
}
.toast-close:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}
@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateX(calc(-100% - 28px));
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes toast-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(calc(-100% - 28px));
  }
}

.assistant-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  justify-items: end;
  gap: 12px;
}
.assistant-launcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: .75rem 1rem;
  border: 0;
  border-radius: 999px;
  background: var(--dark);
  color: #fff;
  box-shadow: 0 18px 44px rgba(19, 32, 51, .22);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}
.assistant-launcher span[aria-hidden="true"] {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--accent);
  color: #1b1308;
}
.assistant-panel {
  width: min(390px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 110px));
  overflow-y: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(19, 32, 51, .22);
}
.assistant-panel[hidden] { display: none; }
.assistant-widget.is-contact-visible { display: none; }
.assistant-header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 14px;
  background: linear-gradient(180deg, #fff, rgba(255,255,255,.94));
  border-bottom: 1px solid var(--line);
}
.assistant-kicker {
  margin: 0 0 3px;
  color: var(--accent-dark);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.assistant-header h2 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.assistant-close {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.assistant-form {
  display: grid;
  gap: 12px;
  padding: 14px 18px 18px;
}
.assistant-progress {
  justify-self: start;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
}
.assistant-thread {
  display: grid;
  gap: 9px;
  max-height: 260px;
  overflow-y: auto;
  padding: 2px 3px 2px 0;
  scroll-behavior: smooth;
}
.assistant-bubble {
  max-width: 86%;
  padding: .75rem .85rem;
  border-radius: 16px;
  line-height: 1.42;
  font-size: .95rem;
}
.assistant-bubble-bot {
  justify-self: start;
  border-bottom-left-radius: 6px;
  background: #f5f7fa;
  color: #263244;
}
.assistant-bubble-user {
  justify-self: end;
  border-bottom-right-radius: 6px;
  background: var(--dark);
  color: #fff;
}
.assistant-step {
  display: grid;
  gap: 10px;
}
.assistant-step[hidden] { display: none; }
.assistant-next {
  margin-top: 0;
}
.assistant-choice-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.assistant-choice-group-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.assistant-choice-group legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  font-weight: 900;
  color: #263244;
}
.assistant-choice {
  display: block;
  min-width: 0;
  font-weight: 850;
  color: #334155;
}
.assistant-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.assistant-choice span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .62rem .7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  text-align: center;
  line-height: 1.2;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease, transform .12s ease;
}
.assistant-choice:hover span {
  border-color: rgba(242,162,58,.65);
  background: #fffaf2;
  box-shadow: 0 8px 20px rgba(19, 32, 51, .08);
}
.assistant-choice:active span {
  transform: translateY(1px);
}
.assistant-choice input:checked + span {
  border-color: rgba(242,162,58,.75);
  background: rgba(242,162,58,.16);
  color: #1b1308;
  font-weight: 950;
  box-shadow: inset 0 0 0 2px rgba(155,86,0,.2), 0 10px 24px rgba(242,162,58,.16);
}
.assistant-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  font-weight: 850;
  color: #263244;
}
.assistant-field input,
.assistant-field textarea {
  width: 100%;
  border: 1px solid #cfd8e3;
  border-radius: 14px;
  padding: .78rem .9rem;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
.assistant-field input { min-height: 48px; }
.assistant-field textarea {
  min-height: 5.8rem;
  resize: vertical;
}
.assistant-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.assistant-form .btn {
  min-height: 52px;
  margin-top: 2px;
}
.assistant-reset {
  justify-self: center;
  border: 0;
  background: transparent;
  color: var(--accent-dark);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  padding: .25rem .5rem;
}
.assistant-launcher:focus-visible,
.assistant-close:focus-visible,
.assistant-choice input:focus-visible + span,
.assistant-field input:focus-visible,
.assistant-field textarea:focus-visible,
.assistant-reset:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}
.assistant-field input:focus,
.assistant-field textarea:focus {
  border-color: var(--focus);
}

@media (max-width: 640px) {
  .toast-region {
    left: 14px;
    bottom: 82px;
    width: calc(100vw - 28px);
  }
  .toast {
    padding: .9rem .9rem .9rem 1rem;
    border-radius: 14px;
  }
  .assistant-widget {
    right: 14px;
    bottom: 14px;
  }
  .assistant-launcher {
    min-height: 50px;
    padding: .7rem .86rem;
    font-size: .92rem;
  }
  .assistant-panel {
    width: calc(100vw - 28px);
    max-height: min(620px, calc(100vh - 96px));
    border-radius: 18px;
  }
  .assistant-header {
    padding: 16px 16px 12px;
  }
  .assistant-form {
    padding: 14px 16px 16px;
  }
  .assistant-thread {
    max-height: 220px;
  }
}

@media (max-width: 420px) {
  .assistant-choice-group,
  .assistant-choice-group-three,
  .assistant-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .toast,
  .toast.is-leaving {
    animation: none;
  }
}
