:root {
  --ink: #10231c;
  --muted: #5e7069;
  --green: #0b7a46;
  --green-dark: #06492f;
  --gold: #f1a51d;
  --red: #d93b36;
  --cream: #fffaf1;
  --soft: #eef8f2;
  --line: #d7e7dd;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(12, 53, 34, .14);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fbfdfb;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 6vw, 86px);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand img, .site-footer img { display: block; object-fit: contain; }
.nav { display: flex; gap: 22px; font-weight: 750; font-size: 14px; }
.nav a:hover { color: var(--green); }
.header-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 850;
  border: 1px solid transparent;
}
.header-cta, .btn-primary { background: #25d366; color: #fff; box-shadow: 0 12px 28px rgba(37, 211, 102, .22); }
.btn-secondary { color: var(--green); border-color: var(--green); background: rgba(255,255,255,.82); }
.hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  background: url("../images/hero.webp") center / cover no-repeat;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 35, 25, .82) 0%, rgba(4, 35, 25, .66) 39%, rgba(4, 35, 25, .12) 100%);
}
.hero-content {
  position: relative;
  max-width: 720px;
  padding: 74px clamp(22px, 7vw, 92px);
  color: #fff;
}
.eyebrow {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #065f3e;
  background: #dff8ea;
  font-size: 13px;
  font-weight: 900;
}
.hero .eyebrow { color: #073622; background: #f7d76b; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: .96;
  letter-spacing: 0;
}
h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.05; margin-bottom: 14px; }
h3 { font-size: 20px; margin-bottom: 8px; }
.hero-copy { max-width: 610px; color: rgba(255,255,255,.9); font-size: 18px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0; }
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #fff;
}
.trust-strip span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}
.section { padding: 86px clamp(18px, 6vw, 86px); }
.section-intro { max-width: 560px; }
.section-intro p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.centered { text-align: center; margin: 0 auto 34px; }
.rate-section {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 520px);
  align-items: start;
  gap: 42px;
  background: linear-gradient(180deg, #fbfdfb 0%, var(--soft) 100%);
}
.rate-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
label { display: block; margin: 16px 0 8px; font-weight: 850; }
select, input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #cfe0d6;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}
.quick-amounts { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 12px 0 20px; }
.quick-amounts button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fcfa;
  font-weight: 850;
  cursor: pointer;
}
.quick-amounts button:hover { border-color: var(--green); color: var(--green); }
.estimate-box {
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--green-dark), #137b53);
}
.estimate-box span { display: block; color: rgba(255,255,255,.82); font-weight: 750; }
.estimate-box strong { display: block; margin-top: 4px; font-size: 40px; }
.full { width: 100%; margin-top: 16px; }
.fine-print { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.cards-section { background: var(--cream); }
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.card-grid article, .steps article, .reviews article {
  min-height: 128px;
  padding: 22px;
  border: 1px solid #ecdcc2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(95, 64, 18, .08);
}
.card-grid article {
  display: block;
  min-height: auto;
  padding: 10px;
}
.card-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  border-radius: 8px;
  background-image: url("../images/card-thumbnails-v2.webp");
  background-size: 400% 200%;
  box-shadow: inset 0 0 0 1px rgba(6, 73, 47, .08);
}
.thumb-1 { background-position: 0% 0%; }
.thumb-2 { background-position: 33.33% 0%; }
.thumb-3 { background-position: 66.66% 0%; }
.thumb-4 { background-position: 100% 0%; }
.thumb-5 { background-position: 0% 100%; }
.thumb-6 { background-position: 33.33% 100%; }
.thumb-7 { background-position: 66.66% 100%; }
.thumb-8 { background-position: 100% 100%; }
.steps-section { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}
.steps p { color: var(--muted); margin-bottom: 0; }
.payout-section {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 28px;
  background: linear-gradient(135deg, #fffaf1 0%, #eef8f2 100%);
}
.payout-grid {
  display: grid;
  gap: 14px;
}
.payout-grid article {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 34px rgba(12, 53, 34, .08);
}
.payout-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}
.payout-grid span {
  display: block;
  color: var(--muted);
}
.reviews-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(241,165,29,.16), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f5fbf7 100%);
}
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.reviews article {
  min-height: 176px;
  border-color: var(--line);
}
.avatar {
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  border: 3px solid #fff;
  border-radius: 999px;
  background-image: url("../images/review-avatars.webp");
  background-size: 300% 100%;
  box-shadow: 0 10px 24px rgba(6, 73, 47, .16);
}
.avatar-1 { background-position: 0% 50%; }
.avatar-2 { background-position: 50% 50%; }
.avatar-3 { background-position: 100% 50%; }
.reviews strong {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}
.reviews p {
  color: var(--muted);
}
.reviews em {
  display: inline-flex;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--green);
  background: var(--soft);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}
.compliance-section {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  color: #fff;
  background: var(--green-dark);
}
.compliance-section .eyebrow { background: rgba(255,255,255,.14); color: #fff; }
.compliance-section p { color: rgba(255,255,255,.86); }
.compliance-section ul { margin: 0; padding: 26px 26px 26px 44px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.08); }
.compliance-section li + li { margin-top: 10px; }
.faq-section { background: #f7fbf8; }
.faq {
  max-width: 780px;
  margin: 0 auto;
}
details {
  margin-bottom: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 900;
}
details p { padding: 0 20px 18px; color: var(--muted); }
.site-footer {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 42px 18px;
  color: rgba(255,255,255,.82);
  text-align: center;
  background: #071d15;
}
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; font-weight: 750; }
.footer-links a:hover { color: var(--gold); }
.content-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 22px;
}
.content-page h1 { color: var(--ink); font-size: clamp(36px, 5vw, 58px); }
.content-page p, .content-page li { color: var(--muted); }
.content-page a { color: var(--green); font-weight: 850; }
.seo-section {
  background: #f4fbf7;
}
.keyword-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 28px auto 0;
}
.keyword-grid article {
  display: grid;
  gap: 10px;
  min-height: 132px;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #d7e7df;
  box-shadow: 0 16px 36px rgba(18, 59, 42, .07);
}
.keyword-grid strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
}
.keyword-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 16px;
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 16px 42px rgba(6, 73, 47, .24);
  border: 1px solid rgba(37, 211, 102, .32);
}
.floating-text {
  max-width: 190px;
  font-weight: 900;
  font-size: 14px;
}
.wa-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #25d366;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='22' fill='%2325d366'/%3E%3Cpath d='M14.2 34.5l1.45-5.22a12.48 12.48 0 1 1 4.66 4.44l-6.11.78Z' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.23 17.85c-.28-.63-.58-.65-.85-.66h-.72c-.25 0-.65.09-.99.46-.34.37-1.3 1.27-1.3 3.1 0 1.83 1.33 3.6 1.52 3.85.19.25 2.58 4.14 6.37 5.64 3.15 1.24 3.79.99 4.47.93.68-.06 2.2-.9 2.51-1.77.31-.87.31-1.62.22-1.77-.09-.16-.34-.25-.71-.43-.37-.19-2.2-1.08-2.54-1.21-.34-.12-.59-.19-.84.19-.25.37-.96 1.21-1.18 1.46-.22.25-.43.28-.8.09-.37-.19-1.57-.58-2.99-1.85-1.1-.98-1.85-2.2-2.07-2.57-.22-.37-.02-.57.16-.76.17-.17.37-.43.56-.65.19-.22.25-.37.37-.62.12-.25.06-.47-.03-.65-.09-.19-.81-2.01-1.14-2.78Z' fill='white'/%3E%3C/svg%3E");
  background-size: 36px 36px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 3px #fff;
}
@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-wrap: wrap; }
  .nav { order: 3; width: 100%; overflow-x: auto; padding-bottom: 2px; }
  .header-cta { margin-left: auto; }
  .hero {
    min-height: 640px;
    background-size: auto 100%;
    background-position: 82% center;
  }
  .hero-overlay { background: linear-gradient(90deg, rgba(4, 35, 25, .9), rgba(4, 35, 25, .58)); }
  .rate-section, .payout-section, .compliance-section { grid-template-columns: 1fr; }
  .keyword-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps, .reviews { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .site-header { padding: 12px 16px; gap: 12px; }
  .brand img { width: 128px; height: auto; }
  .header-cta { min-height: 38px; padding: 0 14px; font-size: 13px; }
  .nav { gap: 16px; font-size: 13px; }
  .hero {
    min-height: 700px;
    background-size: auto 100%;
    background-position: 86% center;
  }
  .hero-content { padding: 54px 18px 118px; }
  .hero-copy { font-size: 16px; }
  .section { padding: 58px 16px; }
  .rate-card { padding: 20px; }
  .quick-amounts { grid-template-columns: repeat(3, 1fr); }
  .keyword-grid { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr; }
  .card-grid article { padding: 8px; }
  .card-thumb { width: 100%; height: auto; border-radius: 8px; }
  .estimate-box strong { font-size: 32px; }
  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    max-width: calc(100vw - 28px);
    padding: 8px 9px 8px 14px;
    gap: 8px;
  }
  .floating-text {
    max-width: 132px;
    font-size: 13px;
    line-height: 1.15;
  }
  .wa-icon {
    width: 42px;
    height: 42px;
    background-size: 34px 34px;
  }
}
