:root {
  --ink: #14211d;
  --muted: #58635f;
  --line: #dfe5df;
  --surface: #ffffff;
  --soft: #f4f7f1;
  --green: #0f6b45;
  --green-strong: #0a5136;
  --sun: #f0b429;
  --blue: #1b6078;
  --shadow: 0 24px 70px rgba(20, 33, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fbfcf7;
  color: var(--ink);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-tap-highlight-color: rgba(15, 107, 69, 0.16);
}

a {
  color: inherit;
}

a,
button,
summary,
input,
select,
textarea {
  touch-action: manipulation;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(223, 229, 223, 0.85);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 14px;
}

.brand strong {
  display: block;
  font-size: 1rem;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.nav-links a,
.nav-phone {
  text-decoration: none;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 50%;
  z-index: 40;
  min-width: 250px;
  display: grid;
  gap: 0.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.45rem;
  background: white;
  box-shadow: 0 18px 42px rgba(20, 33, 29, 0.14);
  transform: translateX(-50%);
}

.nav-dropdown:not([open]) .dropdown-menu {
  display: none;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  display: grid;
}

.dropdown-menu a {
  min-height: 42px;
  border-radius: 6px;
  padding: 0.65rem 0.75rem;
  color: var(--ink);
  white-space: nowrap;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  background: var(--soft);
  color: var(--green-strong);
}

.nav-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-weight: 700;
  background: white;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #edf4ed;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 52, 40, 0.78), rgba(11, 52, 40, 0.48), rgba(11, 52, 40, 0.1)),
    url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1800&q=82") center/cover;
}

.business-hero .hero-bg {
  background:
    linear-gradient(90deg, rgba(11, 52, 40, 0.82), rgba(11, 52, 40, 0.5), rgba(11, 52, 40, 0.1)),
    url("https://images.unsplash.com/photo-1497440001374-f26997328c1b?auto=format&fit=crop&w=1800&q=82") center/cover;
}

.contact-hero .hero-bg {
  background:
    linear-gradient(90deg, rgba(11, 52, 40, 0.82), rgba(11, 52, 40, 0.48), rgba(11, 52, 40, 0.12)),
    url("https://images.unsplash.com/photo-1466611653911-95081537e5b7?auto=format&fit=crop&w=1800&q=82") center/cover;
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100dvh - 76px);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 420px);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.hero-copy {
  max-width: 760px;
  color: white;
}

.eyebrow,
.panel-kicker {
  margin: 0 0 0.75rem;
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

section,
[id] {
  scroll-margin-top: 96px;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 5rem;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

h2,
h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  text-wrap: balance;
}

.hero-text {
  max-width: 650px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.18rem;
}

.hero-actions,
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-actions {
  margin-top: 2rem;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary,
.btn-form {
  background: var(--sun);
  color: #1d1808;
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.48);
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 2rem 0 0;
}

.trust-row div {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.1);
}

.trust-row dt {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
}

.trust-row dd {
  margin: 0.15rem 0 0;
  font-weight: 800;
}

.lead-panel {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  padding: clamp(1.2rem, 3vw, 1.75rem);
}

.lead-panel h2,
.section h2 {
  margin: 0;
  font-size: 2.65rem;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
}

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

form {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

label {
  font-weight: 700;
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd5cf;
  border-radius: 8px;
  padding: 0.78rem 0.85rem;
  font: inherit;
  background: white;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

.btn-form {
  width: 100%;
  margin-top: 0.45rem;
  border: 0;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-heading .eyebrow,
.split .eyebrow,
.price-section .eyebrow {
  color: var(--green);
}

.intro-grid,
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.intro-grid article,
.steps article,
.solution-list article,
.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 1.25rem;
}

.intro-grid h3,
.steps h3,
.solution-list h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
}

.intro-grid p,
.steps p,
.solution-list p,
.split p,
.calculator-preview p,
.faq p {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  border-top: 1px solid var(--line);
}

.solution-list {
  display: grid;
  gap: 0.9rem;
}

.solution-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 1rem;
}

.solution-list span,
.steps span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #e5f1e8;
  color: var(--green-strong);
  font-weight: 800;
}

.solution-list p {
  grid-column: 2;
  margin: 0;
}

.text-link {
  grid-column: 2;
  color: var(--green-strong);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.text-link-plain {
  grid-column: auto;
  display: inline-flex;
  margin-top: 0.3rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: #edf4ed;
}

.page-hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: 560px;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.breadcrumb {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.breadcrumb a {
  color: white;
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 3rem;
  align-items: start;
}

.content-layout > div > p {
  max-width: 760px;
  color: var(--muted);
}

.content-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.content-checklist span {
  min-height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
  background: white;
  font-weight: 700;
}

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

.info-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: white;
}

.info-table div {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 1.15rem;
}

.info-table div + div {
  border-top: 1px solid var(--line);
}

.info-table strong {
  color: var(--green-strong);
}

.info-table span,
.two-column-copy,
.price-box li {
  color: var(--muted);
}

.two-column-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.price-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.25rem;
  background: white;
}

.price-box h3 {
  margin-top: 0;
}

.price-box ul {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}

.price-box li + li {
  margin-top: 0.5rem;
}

.contact-table a {
  color: var(--green-strong);
  font-weight: 800;
}

.mini-list {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 1.25rem;
}

.mini-list span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.75rem 0.85rem;
  background: white;
  color: var(--muted);
  font-weight: 700;
}

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

.price-section {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - 1180px) / 2));
  padding-right: max(16px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px) auto;
  align-items: center;
  gap: 2rem;
  background: var(--green-strong);
  color: white;
}

.price-section p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
}

.price-points {
  display: grid;
  gap: 0.65rem;
}

.price-points span {
  min-height: 42px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

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

.faq-list {
  display: grid;
  gap: 0.75rem;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 2rem 0 6rem;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer strong {
  color: var(--ink);
}

.footer-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  background: white;
  text-decoration: none;
  font-weight: 700;
  color: var(--ink);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.85rem 1.15rem;
  background: #25d366;
  color: #082617;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(9, 61, 33, 0.24);
}

*:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .nav {
    min-height: 68px;
    padding: 0.65rem 0;
  }

  .nav-links {
    order: 3;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
    font-size: 0.84rem;
  }

  .nav-links a {
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0.45rem 0.5rem;
    background: white;
    text-align: center;
  }

  .nav-dropdown {
    min-width: 0;
  }

  .nav-dropdown summary {
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0.45rem 0.5rem;
    background: white;
    text-align: center;
  }

  .dropdown-menu {
    position: static;
    min-width: 0;
    margin-top: 0.35rem;
    transform: none;
    box-shadow: none;
  }

  .dropdown-menu a {
    justify-content: center;
    white-space: normal;
  }

  .hero-inner,
  .split,
  .content-layout {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 2.5rem;
  }

  h1 {
    font-size: 3.55rem;
  }

  .lead-panel h2,
  .section h2 {
    font-size: 2.2rem;
  }

  .intro-grid,
  .steps,
  .content-checklist,
  .two-column-copy {
    grid-template-columns: 1fr 1fr;
  }

  .info-table div {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .price-section {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .brand small,
  .nav-phone {
    display: none;
  }

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

  .hero-inner {
    width: min(100% - 24px, 1180px);
    min-height: auto;
  }

  .page-hero-inner {
    width: min(100% - 24px, 1180px);
    min-height: 470px;
    padding: 3.5rem 0;
  }

  h1 {
    font-size: 2.45rem;
    line-height: 1.03;
  }

  .hero-text {
    font-size: 1rem;
  }

  .lead-panel h2,
  .section h2 {
    font-size: 1.85rem;
  }

  .hero-actions,
  .trust-row {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .trust-row,
  .intro-grid,
  .steps,
  .content-checklist,
  .two-column-copy {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - 24px, 1180px);
  }
}
