:root {
  color-scheme: light;
  --ink: #171817;
  --muted: #666762;
  --paper: #f4f4ef;
  --panel: #ffffff;
  --line: rgba(23, 24, 23, 0.14);
  --accent: #5b6f67;
  --accent-dark: #263a34;
  --mist: #dce3de;
  --stone: #c9c5bc;
  --shadow: rgba(32, 42, 38, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Avenir Next, Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(220, 227, 222, 0.92), transparent 34%),
    linear-gradient(278deg, rgba(201, 197, 188, 0.35), transparent 44%),
    var(--paper);
}

a {
  color: inherit;
}

main {
  overflow: hidden;
}

.hero {
  min-height: 100dvh;
  padding: 28px clamp(18px, 5vw, 74px) 64px;
  display: grid;
  align-content: space-between;
  gap: 46px;
}

nav {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  font-size: 0.9rem;
}

nav strong {
  color: var(--ink);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-dark);
  font-weight: 760;
}

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

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7.3vw, 7rem);
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 760;
}

.intro {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.26rem);
  line-height: 1.6;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 760;
  border: 1px solid var(--line);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--accent-dark);
  color: white;
  border-color: var(--accent-dark);
  box-shadow: 0 18px 44px var(--shadow);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.68);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: var(--accent);
}

.phone {
  border: 1px solid rgba(23, 24, 23, 0.17);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 246, 242, 0.92)),
    var(--panel);
  padding: 18px;
  box-shadow: 0 28px 80px var(--shadow);
  transform: rotate(1.4deg);
}

.phone-top {
  display: flex;
  gap: 6px;
  padding: 4px 4px 18px;
}

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

.lead {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.72);
}

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

.lead small,
.lead p {
  color: var(--muted);
}

.lead.active small,
.lead.active p {
  color: rgba(255, 255, 255, 0.68);
}

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

.lead p {
  margin-bottom: 0;
  line-height: 1.45;
}

.fit,
.brief,
.whatsapp,
.faq {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 94px) 0;
}

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

.fit p {
  color: var(--muted);
  margin-bottom: 18px;
}

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

.chips span {
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  font-weight: 680;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 30px;
}

h2 {
  font-size: clamp(2rem, 4.7vw, 4.65rem);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0;
}

.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, 255, 255, 0.66);
  box-shadow: 0 16px 46px rgba(32, 42, 38, 0.08);
}

article {
  padding: 24px;
}

article span {
  display: inline-flex;
  margin-bottom: 36px;
  color: var(--accent-dark);
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 760;
}

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

article p,
.panel p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 0;
}

.whatsapp {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(18px, 4vw, 46px);
  align-items: stretch;
}

.panel {
  padding: clamp(26px, 5vw, 48px);
}

.panel h2 {
  margin-bottom: 22px;
}

.crm-card {
  padding: 10px 22px;
  align-self: center;
}

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

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

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

.row strong {
  text-align: right;
}

.faq {
  padding-bottom: 110px;
}

.faq h2 {
  max-width: 900px;
  margin-bottom: 24px;
}

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

.questions button {
  appearance: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  padding: 18px;
  text-align: left;
  font: inherit;
  line-height: 1.35;
  min-height: 92px;
}

@media (max-width: 860px) {
  nav,
  .hero-grid,
  .section-head,
  .brief-grid,
  .whatsapp,
  .questions {
    grid-template-columns: 1fr;
  }

  nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    padding-top: 22px;
  }

  .phone {
    transform: none;
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.8rem);
  }
}

@media (max-width: 520px) {
  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .row {
    display: block;
  }

  .row strong {
    display: block;
    text-align: left;
    margin-top: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }

  .button:hover,
  .button:focus-visible {
    transform: none;
  }
}
