:root {
  color-scheme: light;
  --ink: #201b17;
  --muted: #6c6259;
  --paper: #fbf7ef;
  --soft: #f0e6d8;
  --line: rgba(32, 27, 23, 0.14);
  --clay: #93634d;
  --sage: #6f7c68;
  --plum: #44313a;
  --white: #fffdf9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(120deg, rgba(147, 99, 77, 0.11), transparent 34%),
    linear-gradient(225deg, rgba(111, 124, 104, 0.16), transparent 32%),
    var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

main {
  overflow: hidden;
}

.hero {
  min-height: 92svh;
  padding: 22px clamp(18px, 4vw, 56px) 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

nav {
  width: min(1120px, 100%);
  margin: 0 auto 48px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

nav strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.hero-grid,
.whatsapp,
.brief,
.faq,
.fit {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.78fr);
  align-items: end;
  gap: clamp(32px, 7vw, 96px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 8vw, 6.6rem);
  line-height: 0.93;
}

.intro {
  max-width: 640px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

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

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 8px;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 750;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

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

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 253, 249, 0.7);
}

.button:hover,
.button:focus-visible {
  border-color: var(--clay);
  background: var(--clay);
  color: var(--white);
  outline: none;
}

.phone {
  position: relative;
  border: 1px solid rgba(32, 27, 23, 0.2);
  border-radius: 28px;
  padding: 18px;
  background:
    linear-gradient(160deg, rgba(255, 253, 249, 0.94), rgba(240, 230, 216, 0.82)),
    var(--white);
  box-shadow: 0 28px 80px rgba(68, 49, 58, 0.18);
}

.phone-top {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}

.phone-top span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--clay);
}

.lead {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 253, 249, 0.72);
}

.lead + .lead {
  margin-top: 12px;
}

.lead.active {
  background: var(--plum);
  color: var(--white);
}

.lead small {
  display: block;
  margin-bottom: 8px;
  color: inherit;
  opacity: 0.72;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.lead strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.lead p {
  margin-bottom: 0;
  color: inherit;
  opacity: 0.78;
  line-height: 1.55;
}

.fit {
  padding: 34px clamp(18px, 3vw, 28px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.fit p {
  margin: 0;
  max-width: 280px;
  color: var(--muted);
  line-height: 1.5;
}

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

.chips span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(255, 253, 249, 0.6);
  color: var(--muted);
  font-size: 0.86rem;
}

.brief,
.whatsapp,
.faq {
  padding: clamp(58px, 10vw, 104px) clamp(18px, 3vw, 28px);
}

.section-head {
  max-width: 720px;
  margin-bottom: 34px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1;
}

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

article,
.crm-card,
.panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.62);
}

article {
  min-height: 220px;
  padding: 22px;
}

article span {
  color: var(--sage);
  font-size: 0.82rem;
  font-weight: 850;
}

h3 {
  margin: 46px 0 12px;
  font-size: 1.28rem;
}

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

.whatsapp {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.62fr);
  align-items: stretch;
  gap: 14px;
}

.panel {
  padding: clamp(26px, 5vw, 52px);
  background: var(--plum);
  color: var(--white);
}

.panel .eyebrow,
.panel p {
  color: rgba(255, 253, 249, 0.72);
}

.crm-card {
  padding: 20px;
  display: grid;
  align-content: center;
  gap: 12px;
  background: rgba(255, 253, 249, 0.78);
}

.row {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

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

.row span {
  color: var(--muted);
}

.row strong {
  text-align: right;
}

.faq {
  border-top: 1px solid var(--line);
}

.faq h2 {
  max-width: 780px;
}

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

.questions button {
  min-height: 92px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 253, 249, 0.7);
  color: var(--ink);
  font: inherit;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.questions button:hover,
.questions button:focus-visible {
  border-color: var(--clay);
  background: var(--white);
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  html {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 820px) {
  nav,
  .fit {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    min-height: auto;
  }

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

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

  h1 {
    font-size: clamp(2.7rem, 14vw, 4.6rem);
  }
}

@media (max-width: 480px) {
  .hero {
    padding-inline: 16px;
  }

  nav span {
    font-size: 0.82rem;
  }

  .button {
    width: 100%;
  }

  .row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .row strong {
    text-align: left;
  }
}
