:root {
  --navy: #062b52;
  --deep: #07535c;
  --teal: #14b299;
  --mint: #dff7f2;
  --soft: #eef7f5;
  --orange: #ff6b3d;
  --ink: #0d1620;
  --muted: #5d6976;
  --line: #d3e4e1;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(6, 43, 82, 0.14);
  --card-shadow: 0 14px 34px rgba(6, 43, 82, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background: #f6fbfa;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: clip;
}

body.nav-open {
  overflow: hidden;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  width: min(1280px, calc(100% - 32px));
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transform: translateX(-50%);
  border: 1px solid rgba(211, 228, 225, 0.8);
  border-radius: 18px;
  padding: 12px 14px 12px 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 40px rgba(6, 43, 82, 0.12);
  backdrop-filter: blur(16px);
}

.site-header.scrolled {
  top: 10px;
  min-height: 74px;
}

.brand img {
  width: clamp(174px, 15vw, 204px);
}

.site-nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(8px, 0.9vw, 14px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  line-height: 1;
}

.site-nav a:hover {
  color: var(--teal);
}

.nav-cta,
.primary-button,
.secondary-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.nav-cta {
  flex: 0 0 auto;
  min-width: max-content;
  padding-inline: 24px;
}

.nav-cta,
.primary-button {
  background: var(--teal);
  color: #052d33;
  box-shadow: 0 16px 28px rgba(20, 178, 153, 0.25);
}

.primary-button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
  background: #22d0b3;
}

.secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.secondary-button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--navy);
  place-items: center;
}

.menu-button span {
  width: 21px;
  height: 2px;
  display: block;
  margin: 4px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px 24px 56px;
  background: var(--navy);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 43, 82, 0.94) 0%, rgba(5, 43, 82, 0.78) 44%, rgba(5, 43, 82, 0.28) 100%),
    linear-gradient(0deg, rgba(5, 43, 82, 0.94) 0%, rgba(5, 43, 82, 0) 44%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.46fr);
  gap: 34px;
  align-items: end;
  margin: 0 auto;
  color: var(--white);
}

.hero-mascot {
  position: relative;
  z-index: 2;
  justify-self: end;
  align-self: end;
  width: min(390px, 100%);
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(223, 247, 242, 0.9));
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.24);
  animation: mascotFloat 5.5s ease-in-out infinite;
}

.hero-mascot img {
  width: 100%;
  border-radius: 6px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-left: 5px solid var(--orange);
  padding-left: 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero p {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-metrics {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 46px;
}

.hero-metrics span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.74);
}

.hero-metrics strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.72s ease,
    transform 0.72s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.problem-grid article,
.benefit-cards article,
.finance-grid article,
.audience-grid article,
.testimonial-grid article {
  transition:
    opacity 0.72s ease,
    transform 0.72s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.problem-grid article:hover,
.benefit-cards article:hover,
.finance-grid article:hover,
.audience-grid article:hover,
.testimonial-grid article:hover {
  border-color: rgba(20, 178, 153, 0.45);
  box-shadow: 0 18px 42px rgba(6, 43, 82, 0.1);
  transform: translateY(-4px);
}

@keyframes mascotFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

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

.section-copy h2,
.solution-band h2,
.finance-card h2,
.final-cta h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.section-copy p,
.finance-card p,
.final-cta p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}

.signup-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 34px;
  align-items: stretch;
  margin-top: -34px;
}

.signup-copy,
.signup-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.signup-copy {
  overflow: hidden;
  padding: 34px;
  background:
    radial-gradient(circle at 90% 10%, rgba(20, 178, 153, 0.28), transparent 32%),
    linear-gradient(135deg, rgba(5, 43, 82, 0.98), rgba(7, 83, 92, 0.96));
  color: var(--white);
}

.signup-copy h2 {
  margin: 14px 0 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: 0;
}

.signup-copy p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.55;
}

.signup-highlights {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.signup-highlights span {
  min-height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 900;
}

.signup-form {
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 250, 0.98));
}

.profile-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.profile-toggle label {
  cursor: pointer;
}

.profile-toggle input {
  position: absolute;
  opacity: 0;
}

.profile-toggle span {
  min-height: 50px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: var(--muted);
  font-weight: 1000;
}

.profile-toggle input:checked + span {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 14px 26px rgba(6, 43, 82, 0.16);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.signup-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 900;
}

.signup-form label[hidden] {
  display: none;
}

.signup-form label span {
  font-size: 14px;
}

.signup-form input,
.signup-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px 16px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 750;
  outline: none;
}

.signup-form input:focus,
.signup-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(20, 178, 153, 0.14);
}

.signup-form textarea {
  resize: vertical;
}

.full-field {
  margin-top: 14px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.form-feedback {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--deep);
  font-weight: 900;
}

.intro-section,
.feature-section,
.app-section,
.proof-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 44px;
  align-items: center;
}

.problem-grid,
.benefit-cards,
.finance-grid,
.audience-grid,
.testimonial-grid {
  display: grid;
  gap: 14px;
  align-items: stretch;
}

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

.problem-grid article,
.benefit-cards article,
.finance-grid article,
.audience-grid article,
.testimonial-grid article,
.faq-list details {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 18px 18px 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 252, 0.98));
  box-shadow: var(--card-shadow);
}

.problem-grid article::before,
.benefit-cards article::before,
.finance-grid article::before,
.audience-grid article::before,
.testimonial-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--orange));
}

.problem-grid strong,
.benefit-cards strong,
.finance-grid strong,
.audience-grid strong,
.testimonial-grid strong {
  display: block;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.18;
}

.problem-grid p,
.benefit-cards p,
.finance-grid p,
.testimonial-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.solution-band {
  width: 100%;
  margin: 0;
  padding: 86px max(24px, calc((100% - 1180px) / 2));
  background: var(--navy);
  color: var(--white);
}

.solution-band h2 {
  max-width: 760px;
  color: var(--white);
}

.flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.flow article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

.flow span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 107, 61, 0.14);
  color: var(--orange);
  font-weight: 1000;
}

.flow h3 {
  margin: 16px 0 0;
  font-size: 25px;
  line-height: 1.1;
}

.flow p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 750;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--teal);
}

.product-shot,
.proof-shot,
.phone-shot {
  margin: 0;
}

.web-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
  gap: 14px;
  align-items: stretch;
}

.showcase-main,
.showcase-thumbs figure,
.phone-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.showcase-main img,
.showcase-thumbs img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
}

.showcase-main {
  display: grid;
}

.showcase-main img {
  min-height: 390px;
}

.showcase-main figcaption,
.showcase-thumbs figcaption,
.phone-card figcaption {
  display: grid;
  gap: 6px;
  border-top: 1px solid var(--line);
  padding: 16px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 250, 248, 0.98));
}

.showcase-main figcaption strong,
.showcase-thumbs figcaption strong,
.phone-card figcaption strong {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.15;
}

.showcase-main figcaption span,
.showcase-thumbs figcaption span,
.phone-card figcaption span {
  color: var(--muted);
  line-height: 1.42;
}

.showcase-thumbs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.showcase-thumbs figure {
  display: grid;
  grid-template-rows: auto 1fr;
}

.showcase-thumbs img {
  aspect-ratio: 16 / 10;
}

.mobile-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.phone-card {
  max-width: 290px;
  justify-self: center;
}

.main-phone {
  max-width: 290px;
}

.phone-card img {
  width: 100%;
  aspect-ratio: 9 / 18.6;
  object-fit: cover;
  object-position: top center;
  background: var(--soft);
}

.product-shot img,
.proof-shot img,
.phone-shot img {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.phone-shot {
  justify-self: center;
}

.phone-shot img {
  max-height: 620px;
  width: auto;
}

.app-section {
  grid-template-columns: 0.8fr 1.2fr;
}

.document-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  align-items: center;
}

.document-laptop {
  position: relative;
  margin: 0;
  display: grid;
  gap: 16px;
}

.laptop-shell {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(6, 43, 82, 0.28);
  border-radius: 18px 18px 8px 8px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(6, 43, 82, 0.98), rgba(7, 83, 92, 0.94)),
    radial-gradient(circle at 85% 18%, rgba(20, 178, 153, 0.32), transparent 28%);
  box-shadow: 0 28px 70px rgba(6, 43, 82, 0.24);
}

.laptop-topbar {
  height: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 10px 10px 0 0;
  background: rgba(255, 255, 255, 0.08);
}

.laptop-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.laptop-topbar span:first-child {
  background: var(--orange);
}

.laptop-topbar span:nth-child(2) {
  background: var(--teal);
}

.laptop-screen {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0 0 6px 6px;
  background: var(--white);
}

.laptop-screen img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.laptop-base {
  width: 82%;
  height: 18px;
  justify-self: center;
  border-radius: 0 0 26px 26px;
  background:
    linear-gradient(180deg, #d8e5e2, #9fb7b2);
  box-shadow: 0 18px 34px rgba(6, 43, 82, 0.16);
}

.document-laptop figcaption {
  display: grid;
  gap: 6px;
  border-left: 5px solid var(--orange);
  padding-left: 14px;
}

.document-laptop figcaption strong {
  color: var(--ink);
  font-size: 20px;
}

.document-laptop figcaption span {
  color: var(--muted);
}

.document-benefits {
  display: grid;
  gap: 12px;
}

.document-benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.document-benefits article {
  min-height: 170px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
  box-shadow: var(--card-shadow);
}

.document-benefits strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.1;
}

.document-benefits p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.48;
}

.benefit-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.finance-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
}

.finance-card {
  border-radius: 8px;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
}

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

.seo-service-section {
  width: 100%;
  margin: 0;
  padding: 86px max(24px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(180deg, rgba(223, 247, 242, 0.88), rgba(246, 251, 250, 0.96)),
    radial-gradient(circle at 10% 20%, rgba(255, 107, 61, 0.14), transparent 28%);
}

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

.service-keywords article {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: var(--white);
  box-shadow: var(--card-shadow);
}

.service-keywords article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--orange), var(--teal));
}

.service-keywords strong {
  display: block;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.08;
}

.service-keywords span {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.local-seo-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 36px;
  align-items: start;
}

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

.city-grid article {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px 24px 24px 28px;
  background: var(--white);
  box-shadow: var(--card-shadow);
}

.city-grid article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--teal), rgba(20, 178, 153, 0.18));
}

.city-grid article:first-child {
  grid-column: span 2;
  min-height: 188px;
  background:
    linear-gradient(135deg, rgba(6, 43, 82, 0.96), rgba(7, 83, 92, 0.92));
}

.city-grid article:first-child::before {
  background: linear-gradient(180deg, var(--orange), var(--teal));
}

.city-grid article:first-child strong,
.city-grid article:first-child span {
  color: var(--white);
}

.city-grid strong {
  display: block;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.05;
}

.city-grid span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.search-intent-section {
  padding-top: 28px;
}

.intent-card {
  overflow: hidden;
  border: 1px solid rgba(20, 178, 153, 0.28);
  border-radius: 8px;
  padding: 42px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(223, 247, 242, 0.72)),
    radial-gradient(circle at 90% 20%, rgba(255, 107, 61, 0.16), transparent 30%);
  box-shadow: var(--shadow);
}

.intent-card h2 {
  max-width: 850px;
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
}

.intent-card p {
  max-width: 860px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.58;
}

.intent-card .primary-button {
  margin-top: 28px;
}

.audience-section,
.testimonials,
.faq-section {
  padding-top: 40px;
}

.center {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.center .eyebrow {
  border-left: 0;
  border-bottom: 4px solid var(--orange);
  padding: 0 0 7px;
}

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

.audience-grid span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.38;
}

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

.testimonial-grid p {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: 17px;
}

.testimonial-grid article::after {
  content: "“";
  position: absolute;
  top: 10px;
  right: 18px;
  color: rgba(20, 178, 153, 0.16);
  font-size: 86px;
  font-weight: 1000;
  line-height: 1;
}

.testimonial-grid span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
}

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

.faq-list summary {
  cursor: pointer;
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
}

.faq-list p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.final-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 40px auto 90px;
  border-radius: 8px;
  padding: 58px;
  background:
    linear-gradient(135deg, rgba(5, 43, 82, 0.96), rgba(7, 83, 92, 0.94)),
    var(--navy);
  color: var(--white);
}

.final-cta h2 {
  max-width: 860px;
  color: var(--white);
}

.final-cta p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
}

.final-cta .primary-button {
  margin-top: 28px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 28px;
}

.contact-grid article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-grid span {
  display: block;
  color: var(--teal);
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
}

.contact-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.1;
}

.contact-grid a {
  display: inline-flex;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  font-weight: 900;
}

.contact-grid a:hover {
  color: var(--teal);
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  background: #25d366;
  color: #052d33;
  font-weight: 1000;
  box-shadow: 0 20px 38px rgba(37, 211, 102, 0.28);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding: 30px 24px 38px;
  color: var(--muted);
  background: var(--white);
}

.site-footer img {
  width: 140px;
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer small {
  color: var(--muted);
  font-size: 13px;
}

.site-footer a {
  color: var(--navy);
  font-weight: 900;
}

@media (max-width: 1240px) {
  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 86px;
    left: 16px;
    right: 16px;
    display: none;
    grid-template-columns: 1fr;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    background: var(--white);
    box-shadow: var(--shadow);
    white-space: normal;
    flex: none;
  }

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

  .site-nav a {
    padding: 14px;
    justify-content: flex-start;
  }

  .nav-cta {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .intro-section,
  .feature-section,
  .document-section,
  .app-section,
  .finance-section,
  .proof-section,
  .faq-section,
  .local-seo-section,
  .signup-section {
    grid-template-columns: 1fr;
  }

  .problem-grid,
  .flow,
  .document-benefits,
  .benefit-cards,
  .finance-grid,
  .service-keywords,
  .city-grid,
  .audience-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .web-showcase {
    grid-template-columns: 1fr;
  }

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

  .mobile-showcase {
    grid-template-columns: repeat(3, minmax(210px, 1fr));
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x proximity;
  }

  .phone-card {
    scroll-snap-align: start;
  }

  .product-shot {
    order: -1;
  }

  .web-showcase {
    order: -1;
  }

  .document-laptop {
    order: -1;
  }

  .hero-content {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 22px;
  }

  .hero-mascot {
    width: min(300px, 100%);
  }
}

@media (max-width: 720px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    padding-left: 14px;
  }

  .brand img {
    width: 174px;
  }

  .hero {
    min-height: 94vh;
    padding: 124px 20px 42px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 43, 82, 0.96), rgba(5, 43, 82, 0.74)),
      linear-gradient(0deg, rgba(5, 43, 82, 0.95), rgba(5, 43, 82, 0));
  }

  .hero-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .hero p {
    font-size: 18px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .signup-section {
    margin-top: -18px;
  }

  .signup-copy,
  .signup-form {
    padding: 24px;
  }

  .form-grid,
  .profile-toggle {
    grid-template-columns: 1fr;
  }

  .hero-metrics,
  .problem-grid,
  .flow,
  .document-benefits,
  .benefit-cards,
  .finance-grid,
  .service-keywords,
  .city-grid,
  .contact-grid,
  .audience-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .city-grid article:first-child {
    grid-column: auto;
  }

  .web-showcase,
  .showcase-thumbs {
    grid-template-columns: 1fr;
  }

  .web-showcase {
    display: flex;
    gap: 14px;
    max-width: 100%;
    margin: 0;
    padding: 0 0 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .showcase-main,
  .showcase-thumbs {
    min-width: 82vw;
    scroll-snap-align: center;
  }

  .showcase-thumbs {
    display: flex;
  }

  .showcase-thumbs figure {
    min-width: 82vw;
    scroll-snap-align: center;
  }

  .showcase-main img {
    min-height: 240px;
  }

  .mobile-showcase {
    grid-template-columns: repeat(3, minmax(250px, 82vw));
    max-width: 100%;
    margin: 0;
    padding: 0 0 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .phone-card,
  .main-phone {
    max-width: none;
    width: 100%;
    scroll-snap-align: center;
  }

  .phone-card img {
    aspect-ratio: 9 / 16;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 62px 0;
  }

  .section-copy h2,
  .solution-band h2,
  .finance-card h2,
  .final-cta h2 {
    font-size: 34px;
  }

  .laptop-shell {
    border-radius: 14px 14px 8px 8px;
    padding: 8px;
  }

  .laptop-topbar {
    height: 26px;
  }

  .document-laptop figcaption {
    font-size: 15px;
  }

  .solution-band {
    padding: 62px 14px;
  }

  .seo-service-section {
    padding: 62px 14px;
  }

  .finance-card,
  .intent-card,
  .final-cta {
    padding: 28px;
  }

  .final-cta {
    width: calc(100% - 28px);
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }

  .hero-mascot {
    width: min(100%, 360px);
    margin: 0 auto;
    justify-self: center;
  }
}
