:root {
  --bg: #f3efe7;
  --bg-strong: #e6dfd3;
  --surface: rgba(255, 255, 255, 0.62);
  --surface-strong: #fffaf2;
  --text: #171717;
  --muted: #5f625d;
  --line: rgba(23, 23, 23, 0.08);
  --accent: #0c7c59;
  --accent-soft: #d9f0e3;
  --accent-warm: #d88f2d;
  --shadow: 0 20px 60px rgba(28, 31, 26, 0.1);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(216, 143, 45, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(12, 124, 89, 0.16), transparent 28%),
    linear-gradient(180deg, #f8f3eb 0%, #f3efe7 45%, #efe7db 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(23, 23, 23, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 23, 23, 0.025) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 80%);
}

.site-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto 48px;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  padding: 16px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
}

.brand-logo {
  display: block;
  width: auto;
  height: 38px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav a,
.button {
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease,
    border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

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

.button-dark {
  background: #151716;
  color: #fff;
  box-shadow: 0 16px 32px rgba(21, 23, 22, 0.14);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: #0f1110;
}

.button-light {
  border-color: rgba(23, 23, 23, 0.12);
  background: rgba(255, 255, 255, 0.56);
  color: var(--text);
}

.whatsapp-button {
  gap: 10px;
}

.whatsapp-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #25d366;
}

.hero {
  display: block;
  min-height: calc(100vh - 130px);
  padding: 64px 0 32px;
}

.hero-copy,
.signal-bar,
.service-card,
.pricing-card,
.benchmark-note,
.contact-section,
.automation-card,
.faq-grid article,
.niche-grid div {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 32px;
  width: 100%;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.68), rgba(255, 250, 242, 0.74)),
    linear-gradient(180deg, rgba(12, 124, 89, 0.08), transparent 55%);
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 143, 45, 0.23), transparent 65%);
}

.hero-intro {
  display: grid;
  gap: 10px;
}

.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: end;
}

.hero-side {
  display: grid;
  gap: 16px;
  align-self: center;
}

.hero-kicker {
  margin-bottom: 0;
  max-width: 42ch;
  color: #2d332f;
  font-size: 1.02rem;
  line-height: 1.55;
  font-weight: 600;
}

.eyebrow,
.mini-label,
.card-tag,
.tier {
  margin: 0 0 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--accent);
}

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

h1 {
  max-width: 10ch;
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 6.1rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

h1 span,
.section h2 em {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  color: var(--accent-warm);
}

.hero-text,
.section-copy,
.service-card p,
.pricing-card p,
.automation-card p,
.faq-grid p,
.niche-grid p,
.contact-copy p,
.process-grid p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1rem;
}

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

.hero-points span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(23, 23, 23, 0.08);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0 0;
}

.service-card ul,
.pricing-card ul,
.contact-copy ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-card li,
.pricing-card li,
.contact-copy li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
}

.service-card li::before,
.pricing-card li::before,
.contact-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
}

.hero-foot {
  display: grid;
  gap: 14px;
}

.hero-foot p {
  margin-bottom: 0;
  max-width: 54ch;
  color: var(--muted);
  justify-self: center;
  text-align: center;
}

.signal-bar,
.contact-section {
  display: grid;
  gap: 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 245, 0.68);
}

.signal-bar {
  padding: 22px 24px;
}

.signal-bar p {
  margin-bottom: 0;
  font-weight: 700;
}

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

.signal-items span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(12, 124, 89, 0.08);
  color: #174433;
  font-weight: 700;
}

.section {
  padding: 72px 0 0;
}

.intro-grid,
.split-panel,
.contact-section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.intro-grid,
.contact-section {
  display: grid;
  gap: 24px;
  align-items: center;
}

.intro-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

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

.section h2 {
  margin-bottom: 12px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.intro-copy {
  margin-bottom: 0;
  max-width: 30ch;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.5;
  color: #2d332f;
}

.service-grid,
.pricing-grid,
.automation-grid,
.faq-grid,
.niche-grid,
.process-grid {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.service-card,
.pricing-card,
.automation-card,
.faq-grid article,
.niche-grid div {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 245, 0.72);
}

.service-card.featured,
.pricing-card.spotlight {
  background: linear-gradient(180deg, #fffaf2 0%, #eef8f3 100%);
}

.service-card h3,
.pricing-card h3,
.automation-card h3,
.faq-grid h3,
.niche-grid h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.tier {
  color: var(--accent-warm);
}

.price-note {
  min-height: 76px;
}

.benchmark-note {
  margin-top: 18px;
  padding: 22px 24px;
  border-radius: var(--radius-lg);
  background: rgba(24, 27, 25, 0.94);
}

.benchmark-note p {
  margin-bottom: 0;
  color: rgba(255, 250, 242, 0.82);
}

.benchmark-note strong {
  color: #fff;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.process-grid article {
  padding: 24px;
  border-top: 1px solid var(--line);
}

.process-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  font-weight: 800;
}

.automation-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.automation-card {
  min-height: 168px;
}

.niche-grid,
.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.contact-section {
  margin-top: 72px;
  padding: 32px;
  gap: 28px;
  align-items: start;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 20px 0 0;
  padding: 10px 0 0;
  text-align: left;
}

.footer-logo {
  display: block;
  width: auto;
  height: 44px;
}

.site-footer p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.contact-copy {
  display: grid;
  gap: 18px;
  max-width: 520px;
}

.contact-copy h2,
.contact-copy p,
.contact-copy ul {
  margin-bottom: 0;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: start;
}

.lead-form label {
  display: grid;
  gap: 10px;
  font-size: 0.94rem;
  font-weight: 700;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  font: inherit;
  color: var(--text);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 2px solid rgba(12, 124, 89, 0.18);
  border-color: rgba(12, 124, 89, 0.32);
}

.full-width {
  grid-column: 1 / -1;
}

.form-note {
  margin-bottom: 0;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero,
  .intro-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .automation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid,
  .process-grid,
  .faq-grid,
  .niche-grid {
    grid-template-columns: 1fr;
  }

  .price-note {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .topbar {
    position: static;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 28px;
  }

  .nav {
    order: 3;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    min-height: auto;
    padding: 28px 0 24px;
  }

  .hero-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-copy,
  .signal-bar,
  .contact-section,
  .service-card,
  .pricing-card,
  .automation-card,
  .faq-grid article,
  .niche-grid div {
    padding: 20px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 14vw, 4.4rem);
  }

  .hero-copy {
    padding: 20px;
  }

  .service-grid,
  .automation-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .contact-section {
    padding: 20px;
    gap: 20px;
  }

  .site-footer {
    flex-direction: row;
    align-items: center;
  }
}
