:root {
  color-scheme: light;
  --ink: #161817;
  --muted: #5a625e;
  --line: #d7ded8;
  --paper: #f5f7f1;
  --panel: #fbfcf7;
  --green: #1f5b43;
  --deep: #0f241c;
  --gold: #c3923c;
  --blue: #d8e9ee;
  --chalk: #fffef8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
}

main {
  overflow: hidden;
}

section {
  padding: clamp(46px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.hero {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(135deg, rgba(216, 233, 238, 0.86), rgba(251, 252, 247, 0.92) 45%, rgba(195, 146, 60, 0.15)),
    var(--panel);
  border-bottom: 1px solid var(--line);
}

nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: var(--deep);
  font-size: 14px;
}

nav span {
  color: var(--muted);
  text-align: right;
}

.hero-grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  align-items: center;
  gap: clamp(32px, 7vw, 84px);
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 850;
  color: var(--gold);
}

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

h1 {
  max-width: 860px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 7.1vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
  margin-bottom: 24px;
}

h2 {
  max-width: 800px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 22px;
}

h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.intro,
.panel p,
article p,
.step p {
  color: var(--muted);
  line-height: 1.65;
}

.intro {
  max-width: 710px;
  font-size: clamp(17px, 2vw, 21px);
}

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

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 850;
  border: 1px solid var(--deep);
}

.primary {
  background: var(--deep);
  color: white;
}

.secondary {
  color: var(--deep);
  background: rgba(255, 254, 248, 0.74);
}

.phone {
  position: relative;
  padding: 18px;
  border: 1px solid var(--deep);
  border-radius: 30px;
  background: #11241d;
  box-shadow: 0 24px 80px rgba(15, 36, 28, 0.24);
}

.phone-top {
  display: flex;
  gap: 6px;
  margin: 4px 0 20px;
}

.phone-top span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8e9ee;
  opacity: 0.9;
}

.step {
  padding: 18px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: var(--chalk);
  animation: rise 700ms ease both;
}

.step:nth-child(3) {
  animation-delay: 120ms;
}

.step:nth-child(4) {
  animation-delay: 240ms;
}

.step small {
  color: var(--gold);
  font-weight: 850;
  text-transform: uppercase;
}

.step strong {
  display: block;
  margin: 8px 0;
  color: var(--deep);
}

.proof-band {
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.proof-band p {
  margin: 0;
  color: var(--muted);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.chips span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  color: var(--deep);
  font-size: 13px;
  font-weight: 750;
}

.fit {
  background: var(--chalk);
}

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

article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf4;
}

article span {
  display: inline-flex;
  margin-bottom: 54px;
  color: var(--green);
  font-weight: 900;
}

.whatsapp {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  align-items: center;
  gap: clamp(26px, 6vw, 74px);
  background: var(--deep);
  color: white;
}

.whatsapp .eyebrow {
  color: #e0bb72;
}

.whatsapp h2 {
  color: white;
}

.whatsapp p {
  color: rgba(255, 255, 255, 0.72);
}

.crm-card {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
}

.row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.row:last-child {
  border-bottom: 0;
}

.row span {
  color: rgba(255, 255, 255, 0.62);
}

.row strong {
  text-align: right;
  color: white;
}

.faq {
  background: var(--paper);
}

.questions {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

button {
  width: 100%;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
  text-align: left;
  font: inherit;
  font-weight: 780;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: auto;
  }

  nav,
  .proof-band {
    align-items: flex-start;
    flex-direction: column;
  }

  nav span {
    text-align: left;
  }

  .hero-grid,
  .whatsapp,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .phone {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }

  .chips {
    justify-content: flex-start;
  }

  article {
    min-height: 0;
  }

  article span {
    margin-bottom: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
