:root {
  color-scheme: light;
  --ink: #20211c;
  --muted: #66695e;
  --line: #d8d7ce;
  --paper: #f4f4ef;
  --panel: #fbfbf6;
  --moss: #64745b;
  --forest: #263026;
  --rosewood: #8c4f45;
  --chalk: #fffffa;
}

* {
  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(48px, 7vw, 96px) clamp(18px, 5vw, 74px);
}

.hero {
  min-height: 92dvh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(118deg, rgba(100, 116, 91, 0.18), rgba(140, 79, 69, 0.1)),
    var(--panel);
  border-bottom: 1px solid var(--line);
}

nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: var(--forest);
  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, 414px);
  align-items: center;
  gap: clamp(34px, 7vw, 88px);
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
}

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

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

h1 {
  max-width: 840px;
  font-size: clamp(43px, 7.2vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
  margin-bottom: 24px;
}

h2 {
  max-width: 800px;
  font-size: clamp(33px, 4.8vw, 61px);
  line-height: 1.03;
  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: 670px;
  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: 7px;
  text-decoration: none;
  font-weight: 850;
  border: 1px solid var(--forest);
}

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

.secondary {
  color: var(--forest);
  background: rgba(255, 255, 250, 0.58);
}

.phone {
  position: relative;
  padding: 18px;
  border: 1px solid var(--forest);
  border-radius: 30px;
  background: #1c241c;
  box-shadow: 0 24px 80px rgba(38, 48, 38, 0.24);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.whatsapp .eyebrow {
  color: #dfb2aa;
}

.whatsapp h2 {
  color: white;
}

.panel p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
}

.crm-card {
  background: #f7f7f1;
  color: var(--ink);
  border-radius: 22px;
  padding: 10px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px;
  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: 1120px;
  margin: 0 auto;
}

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

button {
  min-height: 54px;
  text-align: left;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 8px;
  color: var(--forest);
  font: inherit;
  font-weight: 800;
  padding: 16px 18px;
}

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

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

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

  nav span {
    text-align: left;
  }

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

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

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

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

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