:root {
  --palm: #1F6B4E;
  --palm-bright: #15915E;
  --palm-dark: #12382B;
  --sand: #F5EFE3;
  --sand-soft: #FBF7EF;
  --mint: #E8F1EB;
  --border: #E4D8C8;
  --gold: #C79A3B;
  --text: #33443D;
  --muted: #5B6B62;
  --white: #FFFFFF;
  --whatsapp: #25D366;
  --shadow: 0 22px 55px rgba(18, 56, 43, 0.14);
  --shadow-soft: 0 12px 34px rgba(18, 56, 43, 0.10);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--sand);
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 6%, rgba(31,107,78,.13), transparent 28rem),
    radial-gradient(circle at 92% 12%, rgba(199,154,59,.16), transparent 28rem),
    linear-gradient(135deg, rgba(255,255,255,.35), rgba(255,255,255,0));
  z-index: -2;
}
body::after {
  content: "";
  position: fixed;
  inset: auto -12rem -12rem auto;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  background: rgba(31,107,78,.08);
  filter: blur(30px);
  z-index: -1;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(31,107,78,.45); outline-offset: 4px; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 1000; background: var(--palm-dark); color: var(--white); padding: .75rem 1rem; border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(245, 239, 227, .86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(228,216,200,.78);
}
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand img { width: 194px; height: auto; }
.nav-links { display: none; align-items: center; gap: 1.35rem; font-weight: 800; color: var(--palm-dark); font-size: .92rem; }
.nav-links a { opacity: .78; }
.nav-links a:hover { opacity: 1; }
.header-cta { display: none; align-items: center; justify-content: center; background: var(--palm); color: var(--white); padding: .76rem 1.15rem; border-radius: 999px; font-weight: 900; box-shadow: var(--shadow-soft); }

.hero { padding: 42px 0 58px; }
.hero-grid { display: grid; gap: 30px; align-items: center; }
.hero-copy { max-width: 660px; }
.eyebrow, .section-kicker, .badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  background: rgba(31,107,78,.1);
  color: var(--palm);
  font-weight: 900;
  font-size: .78rem;
  letter-spacing: .02em;
  padding: .48rem .78rem;
}
h1, h2, h3 { font-family: Manrope, Inter, sans-serif; color: var(--palm-dark); margin: 0; line-height: 1.04; letter-spacing: -.055em; }
h1 { margin-top: 1rem; font-size: clamp(3.25rem, 16vw, 6.55rem); max-width: 10ch; }
h2 { font-size: clamp(2.2rem, 9vw, 4.6rem); max-width: 12ch; }
h3 { font-size: 1.18rem; letter-spacing: -.03em; }
.hero-lead { margin: 1.25rem 0 0; color: var(--palm-dark); font-weight: 900; font-size: clamp(1.08rem, 4.5vw, 1.55rem); line-height: 1.35; max-width: 650px; }
.hero-text, .section-heading p, .section-copy p { color: var(--muted); font-size: 1rem; margin: .9rem 0 0; max-width: 670px; }
.hero-actions { margin-top: 1.6rem; display: grid; gap: .85rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; border-radius: 999px; padding: .95rem 1.25rem; font-weight: 950; line-height: 1; text-align: center; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--palm), var(--palm-bright)); color: var(--white); box-shadow: var(--shadow); }
.btn-secondary { color: var(--palm); background: rgba(255,255,255,.62); border: 1.5px solid rgba(31,107,78,.32); }
.full { width: 100%; }
.trust-row { margin-top: 1.3rem; display: flex; flex-wrap: wrap; gap: .6rem; }
.trust-row span { background: rgba(255,255,255,.64); color: var(--palm-dark); border: 1px solid rgba(228,216,200,.78); padding: .48rem .68rem; border-radius: 999px; font-weight: 800; font-size: .82rem; }
.hero-media, .image-card, .wide-image { margin: 0; }
.hero-media img { border-radius: var(--radius-xl); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.8); }

.section { padding: 66px 0; }
.section-heading { text-align: center; display: grid; justify-items: center; gap: .8rem; margin-bottom: 28px; }
.section-heading.narrow p { max-width: 760px; }
.section-copy { display: grid; justify-items: start; align-content: start; gap: .75rem; }
.section-copy h2 { max-width: 11ch; }
.card-grid { display: grid; gap: 16px; }
.info-card, .service-list > div, .step-card, .pricing-card, details, .router-card, .final-card {
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(228,216,200,.9);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.info-card { padding: 1.35rem; }
.info-card span { display: inline-flex; color: var(--palm); font-weight: 950; margin-bottom: .75rem; }
.info-card p, .step-card p, .pricing-card p, details p { color: var(--muted); margin: .55rem 0 0; }

.split-section { display: grid; gap: 28px; align-items: center; }
.service-list { display: grid; gap: 12px; margin-top: 1.5rem; width: 100%; }
.service-list > div { padding: 1rem 1.05rem; display: grid; gap: .2rem; }
.service-list strong { color: var(--palm-dark); font-family: Manrope, Inter, sans-serif; font-size: 1rem; }
.service-list small { color: var(--muted); font-size: .92rem; }
.image-card img, .wide-image img { border-radius: var(--radius-xl); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.78); background: var(--sand-soft); }
.wide-image { margin-top: 1.2rem; }

.sector-tags { margin-top: 1.1rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; }
.sector-tags span { background: var(--white); color: var(--palm-dark); border: 1px solid var(--border); border-radius: 999px; padding: .55rem .8rem; font-weight: 850; font-size: .9rem; }

.process-grid { display: grid; gap: 28px; }
.steps { display: grid; gap: 14px; }
.step-card { padding: 1.2rem; display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.step-card > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 999px; background: var(--palm-dark); color: var(--white); font-weight: 950; }

.pricing-grid { display: grid; gap: 16px; align-items: stretch; }
.pricing-card { padding: 1.35rem; position: relative; display: flex; flex-direction: column; gap: 1rem; }
.pricing-card.featured { background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(232,241,235,.9)); border-color: rgba(31,107,78,.38); transform: translateY(-3px); }
.pricing-card .badge { align-self: flex-start; background: var(--palm-dark); color: var(--white); }
.price { font-family: Manrope, Inter, sans-serif; color: var(--palm-dark); font-weight: 950; font-size: 2.3rem; letter-spacing: -.055em; }
.price span { color: var(--muted); font-size: 1rem; letter-spacing: 0; }
ul { padding-left: 1.15rem; margin: 0; color: var(--text); }
li { margin: .45rem 0; }
.pricing-card .btn { margin-top: auto; }
.pricing-note { text-align: center; color: var(--muted); max-width: 760px; margin: 1.2rem auto 0; font-size: .94rem; }

.router-card { padding: 1.35rem; display: grid; gap: 1.2rem; align-items: center; }
.router-card h2 { font-size: clamp(2rem, 8vw, 3.8rem); }
.router-card p { margin: .8rem 0 0; color: var(--muted); max-width: 760px; }

.faq-grid { display: grid; gap: 24px; }
.faq-list { display: grid; gap: 12px; }
details { padding: 1.05rem 1.15rem; }
summary { cursor: pointer; color: var(--palm-dark); font-weight: 900; font-family: Manrope, Inter, sans-serif; }
summary::marker { color: var(--palm); }

.final-cta { padding: 44px 0 76px; }
.final-card { text-align: center; padding: 2rem 1.25rem; display: grid; justify-items: center; gap: 1rem; background: linear-gradient(135deg, rgba(18,56,43,.96), rgba(31,107,78,.92)); color: var(--white); overflow: hidden; position: relative; }
.final-card::before { content: ""; position: absolute; inset: -20% auto auto -10%; width: 18rem; height: 18rem; background: rgba(255,255,255,.07); border-radius: 999px; }
.final-card img { width: 72px; background: var(--sand); border-radius: 20px; padding: .5rem; }
.final-card h2 { color: var(--white); max-width: 12ch; }
.final-card p { max-width: 650px; margin: 0; color: rgba(255,255,255,.82); }
.final-card .btn { background: var(--sand); color: var(--palm-dark); box-shadow: none; }

.site-footer { background: var(--palm-dark); color: var(--white); padding: 34px 0 calc(34px + env(safe-area-inset-bottom)); }
.footer-inner { display: grid; gap: 24px; }
.footer-logo { width: 210px; filter: brightness(0) invert(1); opacity: .94; }
.site-footer p { max-width: 620px; color: rgba(255,255,255,.7); margin: 1rem 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: .8rem; }
.footer-links a { color: rgba(255,255,255,.82); font-weight: 800; }

.sticky-whatsapp { position: fixed; left: 16px; right: 16px; bottom: calc(14px + env(safe-area-inset-bottom)); z-index: 70; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; background: var(--whatsapp); color: #0C2419; border-radius: 999px; box-shadow: var(--shadow); font-weight: 950; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 700px) {
  .hero-actions { display: flex; }
  .hero-actions .btn { min-width: 210px; }
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(3, 1fr); }
  .router-card { grid-template-columns: 1fr auto; padding: 2rem; }
  .footer-inner { grid-template-columns: 1fr auto; align-items: center; }
  .sticky-whatsapp { left: auto; right: 22px; width: auto; padding-inline: 1.4rem; }
}

@media (min-width: 980px) {
  .brand img { width: 228px; }
  .nav-links, .header-cta { display: inline-flex; }
  .hero { padding: 76px 0 86px; }
  .hero-grid { grid-template-columns: .82fr 1.18fr; gap: 44px; }
  .hero-media { transform: translateX(10px); }
  .section { padding: 92px 0; }
  .split-section { grid-template-columns: .88fr 1.12fr; gap: 44px; }
  .process-grid { grid-template-columns: .82fr 1.18fr; align-items: start; }
  .card-grid.four { grid-template-columns: repeat(4, 1fr); }
  .faq-grid { grid-template-columns: .7fr 1.3fr; align-items: start; }
  .sticky-whatsapp { display: none; }
}

@media (max-width: 420px) {
  .container { width: min(100% - 24px, var(--container)); }
  .brand img { width: 170px; }
  h1 { font-size: clamp(3rem, 18vw, 4.5rem); }
  .hero { padding-top: 30px; }
  .section { padding: 54px 0; }
  .image-card img, .wide-image img, .hero-media img { border-radius: 22px; }
  .pricing-card, .info-card, .router-card { border-radius: 20px; }
}
