* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --cream: #fff8ec;
  --paper: #fffdf7;
  --ink: #111827;
  --text: #374151;
  --muted: #6b7280;
  --line: rgba(17, 24, 39, 0.12);
  --blue: #2563eb;
  --blue-dark: #153ea7;
  --orange: #f97316;
  --green: #16a34a;
  --dark: #0f172a;
  --shadow: 0 24px 80px rgba(17, 24, 39, 0.12);
  --radius: 28px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.45;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 10%, rgba(249, 115, 22, 0.16), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(37, 99, 235, 0.14), transparent 30%),
    linear-gradient(rgba(17, 24, 39, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 39, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 42px 42px, 42px 42px;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 34px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 248, 236, 0.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  letter-spacing: -0.08em;
  box-shadow: 7px 7px 0 var(--orange);
}

.brand-text {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.topbar-cta {
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 13px 18px;
  border-radius: 999px;
  box-shadow: 5px 5px 0 rgba(249, 115, 22, 0.45);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.topbar-cta:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(249, 115, 22, 0.45);
}

.hero {
  padding: 76px 0 84px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 56px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: #fff;
  color: var(--blue);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  padding: 9px 14px;
  margin-bottom: 18px;
  box-shadow: 5px 5px 0 rgba(37, 99, 235, 0.08);
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.94;
  letter-spacing: -0.075em;
}

.hero-description {
  max-width: 610px;
  margin-top: 24px;
  color: var(--text);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 900;
  padding: 0 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 6px 6px 0 rgba(17, 24, 39, 0.92);
}

.btn-primary:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 rgba(17, 24, 39, 0.92);
}

.btn-light {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}

.btn-light:hover {
  transform: translateY(-2px);
}

.mini-proof {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 720px;
}

.mini-proof div {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 16px;
}

.mini-proof strong {
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
}

.mini-proof span {
  color: var(--muted);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  min-height: 600px;
}

.url-strip {
  position: absolute;
  top: 24px;
  left: 0;
  right: 42px;
  z-index: 2;
  background: var(--ink);
  color: #fff;
  border-radius: 22px;
  padding: 17px 22px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
  transform: rotate(-2deg);
  box-shadow: 11px 11px 0 rgba(249, 115, 22, 0.9);
}

.phone-card {
  position: relative;
  margin: 96px 0 0 auto;
  width: min(420px, 100%);
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 42px;
  padding: 28px;
  box-shadow: 20px 20px 0 rgba(17, 24, 39, 0.92);
}

.phone-card::before {
  content: "";
  display: block;
  width: 72px;
  height: 7px;
  border-radius: 99px;
  background: rgba(17, 24, 39, 0.16);
  margin: 0 auto 28px;
}

.phone-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.avatar {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--blue), var(--orange));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 24px;
}

.phone-header strong,
.phone-header span {
  display: block;
}

.phone-header strong {
  font-size: 20px;
  letter-spacing: -0.04em;
}

.phone-header span {
  color: var(--muted);
  font-size: 14px;
}

.status-box {
  background: #111827;
  color: #fff;
  border-radius: 26px;
  padding: 22px;
  margin-bottom: 18px;
}

.status-box span {
  display: inline-flex;
  background: rgba(22, 163, 74, 0.22);
  color: #86efac;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 11px;
  margin-bottom: 12px;
}

.status-box strong {
  display: block;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.service-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.service-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 13px;
  color: var(--text);
  font-weight: 700;
}

.service-list span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
}

.phone-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #fff;
  min-height: 56px;
  border-radius: 18px;
  font-weight: 900;
  box-shadow: 0 12px 25px rgba(22, 163, 74, 0.25);
}

.floating-note {
  position: absolute;
  background: #fff;
  border: 2px solid var(--ink);
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  border-radius: 999px;
  padding: 12px 16px;
  box-shadow: 6px 6px 0 rgba(37, 99, 235, 0.8);
}

.note-one {
  left: 12px;
  bottom: 130px;
  transform: rotate(5deg);
}

.note-two {
  right: 8px;
  bottom: 44px;
  transform: rotate(-4deg);
  box-shadow: 6px 6px 0 rgba(249, 115, 22, 0.85);
}

.problem {
  padding: 34px 0;
}

.problem-box {
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 38px;
  align-items: center;
  box-shadow: var(--shadow);
}

.problem-box h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.problem-box p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.section-kicker.light {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.section {
  padding: 84px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading.compact {
  max-width: 620px;
}

.section-heading h2,
.process-copy h2,
.pricing-card h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 26px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-card span {
  color: var(--blue);
  font-weight: 900;
}

.feature-card h3 {
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: auto 0 12px;
}

.feature-card p {
  color: var(--text);
}

.feature-card.dark {
  background: var(--ink);
  color: #fff;
  box-shadow: 9px 9px 0 rgba(249, 115, 22, 0.85);
}

.feature-card.dark p {
  color: rgba(255, 255, 255, 0.76);
}

.feature-card.accent {
  background: #fff2d8;
  border-color: rgba(249, 115, 22, 0.26);
}

.examples-section {
  padding-top: 28px;
}

.business-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.business-pill {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 900;
  color: var(--ink);
}

.process-section {
  background: rgba(255, 255, 255, 0.46);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 58px;
  align-items: start;
}

.process-copy p {
  margin-top: 22px;
  color: var(--text);
  font-size: 18px;
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.05);
}

.timeline-item > span {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: var(--blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 5px 5px 0 rgba(17, 24, 39, 0.92);
}

.timeline-item h3 {
  font-size: 22px;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}

.timeline-item p {
  color: var(--text);
}

.pricing {
  padding: 78px 0;
}

.pricing-card {
  background: linear-gradient(135deg, #0f172a, #111827 58%, #1e3a8a);
  color: #fff;
  border-radius: 36px;
  padding: 44px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 38px;
  align-items: center;
  box-shadow: 18px 18px 0 rgba(249, 115, 22, 0.85);
}

.price-left p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  max-width: 680px;
}

.price-right {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  padding: 24px;
}

.price small {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  margin-bottom: 4px;
}

.price strong {
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.btn-price {
  width: 100%;
  margin-top: 22px;
  background: #fff;
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--orange);
}

.btn-price:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 var(--orange);
}

.price-right p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.footer {
  padding: 28px 0 96px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 14px;
}

.footer a {
  color: var(--ink);
  font-weight: 900;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  background: var(--green);
  color: #fff;
  border-radius: 999px;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 35px rgba(22, 163, 74, 0.3);
}

@media (max-width: 980px) {
  .hero-grid,
  .problem-box,
  .process-grid,
  .pricing-card {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-visual {
    min-height: auto;
  }

  .phone-card {
    margin-left: 0;
  }

  .url-strip {
    position: relative;
    right: auto;
    margin-bottom: 22px;
  }

  .floating-note {
    display: none;
  }

  .pricing-card {
    box-shadow: 10px 10px 0 rgba(249, 115, 22, 0.85);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .topbar-inner {
    height: 68px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 13px;
    box-shadow: 5px 5px 0 var(--orange);
  }

  .brand-text {
    font-size: 21px;
  }

  .topbar-cta {
    padding: 11px 14px;
    font-size: 13px;
    box-shadow: none;
  }

  .hero {
    padding: 44px 0 58px;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 0.96;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .mini-proof {
    grid-template-columns: 1fr;
  }

  .url-strip {
    font-size: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    box-shadow: 6px 6px 0 rgba(249, 115, 22, 0.9);
  }

  .phone-card {
    border-radius: 30px;
    padding: 20px;
    box-shadow: 10px 10px 0 rgba(17, 24, 39, 0.92);
  }

  .status-box strong {
    font-size: 23px;
  }

  .problem-box {
    padding: 28px;
  }

  .problem-box p {
    font-size: 16px;
  }

  .section {
    padding: 58px 0;
  }

  .section-heading h2,
  .process-copy h2,
  .pricing-card h2 {
    font-size: 36px;
    line-height: 1.02;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 210px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .pricing {
    padding: 58px 0;
  }

  .pricing-card {
    padding: 26px;
    border-radius: 30px;
  }

  .price-right {
    padding: 20px;
  }

  .price strong {
    font-size: 38px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .floating-whatsapp {
    left: 14px;
    right: 14px;
    text-align: center;
  }
}