:root {
  color-scheme: light;
  --ink: #191b18;
  --muted: #62675d;
  --line: #d9ddd1;
  --paper: #f3f4ee;
  --panel: #fcfbf4;
  --sage: #6e7f63;
  --clay: #9f6b54;
  --graphite: #20251f;
  --mist: #e7eadf;
  --white: #fffef9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

main {
  overflow: hidden;
}

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

.hero {
  min-height: 92dvh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(125deg, rgba(110, 127, 99, 0.16), rgba(159, 107, 84, 0.08)),
    var(--panel);
  border-bottom: 1px solid var(--line);
}

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

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

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

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

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

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  max-width: 800px;
  margin-bottom: 22px;
  font-size: clamp(31px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

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

.intro,
.panel p,
article p,
.lead-card p {
  color: var(--muted);
  line-height: 1.64;
}

.intro {
  max-width: 660px;
  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: 1px solid var(--graphite);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 820;
}

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

.secondary {
  background: rgba(255, 254, 249, 0.7);
  color: var(--graphite);
}

.device {
  padding: 18px;
  border: 1px solid var(--graphite);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 254, 249, 0.08), rgba(255, 254, 249, 0)),
    #151813;
  box-shadow: 0 24px 80px rgba(32, 37, 31, 0.24);
}

.device-bar {
  display: flex;
  gap: 6px;
  margin: 4px 0 20px;
}

.device-bar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #dfe6d7;
}

.lead-card {
  padding: 18px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: var(--white);
  animation: rise 720ms ease both;
}

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

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

.lead-card small {
  color: var(--clay);
  font-weight: 850;
  text-transform: uppercase;
}

.lead-card strong {
  display: block;
  margin: 8px 0;
  color: var(--graphite);
}

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

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

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

.chips span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 254, 249, 0.78);
  font-size: 13px;
}

.fit {
  max-width: 1220px;
  margin: 0 auto;
}

.section-head {
  max-width: 980px;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

article {
  padding: clamp(22px, 4vw, 38px);
  background: var(--panel);
}

article span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--clay);
  font-weight: 900;
}

.whatsapp {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 6vw, 72px);
  align-items: center;
  background: var(--mist);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.panel {
  max-width: 760px;
}

.crm-card {
  border: 1px solid var(--graphite);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(32, 37, 31, 0.16);
  overflow: hidden;
}

.row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

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

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

.row strong {
  text-align: right;
}

.faq {
  max-width: 1180px;
  margin: 0 auto;
}

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

button {
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  color: var(--graphite);
  font: inherit;
  font-weight: 780;
  text-align: left;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  nav span {
    text-align: left;
  }

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

  .hero {
    min-height: auto;
  }

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

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

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