:root {
  --blue: #1e6bd6;
  --orange: #ffb21d;
  --navy: #0d2b52;
  --ink: #132238;
  --muted: #607089;
  --surface: #ffffff;
  --soft: #f2f4f7;
  --line: #dce4ef;
  --shadow: 0 24px 70px rgba(13, 43, 82, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--soft);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 228, 239, 0.8);
  backdrop-filter: blur(14px);
}

.brand,
.site-nav,
.hero-actions,
.preview-business,
.rating-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  color: var(--blue);
}

.brand-mark {
  position: relative;
  width: 30px;
  height: 30px;
  border: 4px solid var(--orange);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.brand-mark::after {
  position: absolute;
  inset: 6px;
  content: "";
  background: var(--orange);
  border-radius: 50%;
}

.brand-name {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.brand-name span {
  color: var(--navy);
  font-weight: 500;
}

.site-nav {
  gap: clamp(12px, 2vw, 26px);
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 650;
}

.nav-cta,
.button {
  border-radius: 8px;
  font-weight: 800;
}

.nav-cta {
  padding: 10px 16px;
  background: var(--orange);
  color: #231600;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  padding: clamp(54px, 7vw, 96px) clamp(20px, 5vw, 72px) 36px;
  background:
    linear-gradient(135deg, rgba(255, 178, 29, 0.12), transparent 32%),
    linear-gradient(160deg, #ffffff 0%, #f7f9fc 70%, #edf4ff 100%);
}

.hero-content {
  min-width: 0;
  max-width: 780px;
}

.eyebrow,
.section-label {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(2.4rem, 6vw, 5.3rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  color: var(--navy);
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.18rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
}

.button-primary {
  background: var(--orange);
  color: #241700;
  box-shadow: 0 14px 34px rgba(255, 178, 29, 0.35);
}

.button-secondary {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
}

.profile-preview {
  position: relative;
  width: min(100%, 420px);
  margin-inline: auto;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.preview-toolbar {
  display: flex;
  gap: 6px;
  padding-bottom: 18px;
}

.preview-toolbar span {
  width: 9px;
  height: 9px;
  background: #c9d4e4;
  border-radius: 999px;
}

.preview-business {
  gap: 12px;
  padding-bottom: 14px;
}

.preview-avatar {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  color: #fff;
  border-radius: 8px;
  font-weight: 900;
}

.preview-business p,
.rating-row small {
  margin: 0;
  color: var(--muted);
}

.rating-row {
  gap: 8px;
  margin-bottom: 14px;
}

.rating-row span:first-child {
  font-weight: 850;
}

.stars {
  color: var(--orange);
  font-size: 0.9rem;
}

.map-card {
  position: relative;
  height: 220px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(30, 107, 214, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(30, 107, 214, 0.08) 1px, transparent 1px),
    #edf4ff;
  background-size: 28px 28px;
  border-radius: 8px;
}

.map-pin {
  position: absolute;
  top: 72px;
  left: 50%;
  width: 44px;
  height: 44px;
  border: 7px solid var(--orange);
  border-radius: 50% 50% 50% 0;
  transform: translateX(-50%) rotate(-45deg);
}

.map-pin::after {
  position: absolute;
  inset: 9px;
  content: "";
  background: var(--orange);
  border-radius: 50%;
}

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

.photo-grid span {
  height: 68px;
  background: linear-gradient(135deg, #0d2b52, #1e6bd6);
  border-radius: 8px;
}

.photo-grid span:nth-child(2) {
  background: linear-gradient(135deg, #ffb21d, #ffcf6b);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(20px, 5vw, 72px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  transform: translateY(28px);
  box-shadow: var(--shadow);
}

.trust-strip div {
  padding: 24px;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  color: #fff;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  color: rgba(255, 255, 255, 0.78);
}

.section,
.before-after,
.final-cta {
  margin: 0 auto;
  padding: clamp(78px, 8vw, 116px) clamp(20px, 5vw, 72px);
}

.two-column {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(28px, 5vw, 76px);
  max-width: 1240px;
  padding-top: 116px;
}

.problem-list {
  color: var(--muted);
  font-size: 1.15rem;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 1180px;
  padding-top: 0;
}

.before-after article,
.price-card,
.process-grid article,
.cases-section {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.before-after article {
  padding: clamp(24px, 4vw, 38px);
}

.after-card {
  box-shadow: var(--shadow);
}

.badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  background: rgba(255, 178, 29, 0.18);
  color: #8b5900;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.badge.muted {
  background: #eef2f7;
  color: #68768a;
}

ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

li + li {
  margin-top: 8px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 26px;
}

.price-card p {
  color: var(--muted);
}

.price-card.featured {
  border-color: rgba(30, 107, 214, 0.45);
  box-shadow: var(--shadow);
}

.price-tag {
  margin-bottom: 14px;
  color: var(--blue) !important;
  font-size: 1.45rem;
  font-weight: 900;
}

.process-section {
  background: var(--navy);
}

.process-section h2,
.process-section h3 {
  color: #fff;
}

.process-section .section-label {
  color: var(--orange);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.process-grid article {
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.process-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  background: var(--orange);
  color: #241700;
  border-radius: 50%;
  font-weight: 900;
}

.process-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.cases-section {
  max-width: 1180px;
  margin-top: 0;
}

.cases-section .section-heading {
  margin-bottom: 0;
}

.final-cta {
  max-width: 1100px;
  margin-bottom: 48px;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  color: #fff;
  border-radius: 8px;
  text-align: center;
}

.final-cta h2 {
  color: #fff;
}

.final-cta .section-label {
  color: var(--orange);
}

.final-cta p {
  max-width: 640px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(20px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer span:first-child {
  color: var(--navy);
  font-weight: 850;
}

@media (max-width: 980px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .two-column,
  .before-after,
  .pricing-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
  }

  .site-nav {
    display: none;
  }

  .hero {
    display: block;
    padding-top: 36px;
  }

  .hero-content,
  .profile-preview,
  h1,
  .hero-copy,
  .button {
    max-width: 342px;
  }

  h1 {
    font-size: 1.88rem;
    line-height: 1.05;
  }

  h2 {
    font-size: 1.8rem;
  }

  .eyebrow,
  .section-label {
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 1rem;
  }

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

  .button {
    width: 100%;
  }

  .profile-preview {
    width: 100%;
  }

  .trust-strip,
  .pricing-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    transform: none;
    margin-top: 20px;
  }

  .section,
  .before-after,
  .final-cta {
    padding-block: 58px;
  }

  .two-column {
    padding-top: 58px;
  }

  .price-card {
    min-height: auto;
  }

  .final-cta {
    margin-inline: 20px;
  }
}
