:root {
  --bg: #f6f1e8;
  --bg-soft: #fffaf0;
  --dark: #09241e;
  --dark-2: #0f332c;
  --ink: #153a32;
  --muted: #61766f;
  --teal: #2e8a74;
  --teal-2: #64bea3;
  --mint: #dcefe8;
  --lime: #b8f06a;
  --line: #ddd3c4;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(9, 36, 30, .14);
  --radius-lg: 34px;
  --radius-md: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 999;
  background: var(--dark);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 999px;
}
.skip-link:focus { left: 12px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(246, 241, 232, .78);
  border-bottom: 1px solid rgba(221, 211, 196, .75);
}
.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -.03em;
  color: var(--dark);
  font-size: 1.22rem;
}
.brand img {
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(9, 36, 30, .12);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: .95rem;
  font-weight: 750;
  color: rgba(21, 58, 50, .78);
}
.main-nav a:not(.btn):hover { color: var(--teal); }
.nav-toggle { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: -.01em;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--dark-2));
  box-shadow: 0 18px 36px rgba(46, 138, 116, .25);
}
.btn-ghost {
  color: var(--dark);
  background: rgba(255, 255, 255, .72);
  border-color: var(--line);
}
.btn-light {
  color: var(--dark);
  background: var(--white);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .18);
}
.btn-small {
  min-height: 42px;
  padding: 0 18px;
  color: var(--white);
  background: var(--dark);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 72px;
}
.hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -170px;
  top: -220px;
  border-radius: 999px;
  background: var(--mint);
  filter: blur(4px);
  z-index: -1;
}
.hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -120px;
  bottom: -120px;
  border-radius: 999px;
  background: rgba(184, 240, 106, .28);
  z-index: -1;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .84fr);
  align-items: center;
  gap: 56px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .78rem;
  font-weight: 950;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 7vw, 5.85rem);
  line-height: .95;
  letter-spacing: -.07em;
  color: var(--dark);
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  color: var(--dark);
}
h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.18;
  letter-spacing: -.025em;
  color: var(--dark);
}
.hero-text {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.18rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 28px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.trust-row span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  border: 1px solid var(--line);
  color: var(--dark-2);
  font-weight: 800;
  font-size: .9rem;
}
.hero-media {
  position: relative;
  min-height: 590px;
}
.hero-media > img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  border-radius: 46px;
  box-shadow: var(--shadow);
  border: 6px solid rgba(255,255,255,.7);
}
.floating-card {
  position: absolute;
  width: min(270px, 74%);
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(221, 211, 196, .9);
  box-shadow: 0 18px 48px rgba(9, 36, 30, .15);
}
.floating-card strong,
.floating-card span { display: block; }
.floating-card strong { color: var(--dark); font-size: .98rem; }
.floating-card span { color: var(--muted); font-size: .88rem; line-height: 1.35; }
.floating-card-top { top: 34px; left: -28px; }
.floating-card-bottom { right: -20px; bottom: 48px; }

.section { padding: 84px 0; }
.section-heading { max-width: 620px; }
.section-heading.narrow { max-width: 720px; margin-bottom: 34px; }
.section-heading.center { margin: 0 auto 42px; text-align: center; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.problem-card,
.service-card,
.steps article,
.team-card,
.faq-list details {
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 42px rgba(9, 36, 30, .06);
}
.problem-card {
  padding: 28px;
}
.icon {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--white);
  background: var(--dark);
  width: 48px;
  height: 48px;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  font-weight: 950;
}
.problem-card p,
.service-card p,
.steps p,
.team-card p,
.faq-list p { color: var(--muted); margin-bottom: 0; }

.services { background: var(--dark); color: rgba(255,255,255,.78); }
.services h2,
.services h3 { color: var(--white); }
.services .eyebrow { color: var(--teal-2); }
.services-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 54px;
  align-items: start;
}
.sticky-heading { position: sticky; top: 118px; }
.services .section-heading p { color: rgba(255,255,255,.68); }
.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.service-card {
  padding: 26px;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.11);
}
.service-card p { color: rgba(255,255,255,.64); }

.highlight-grid,
.audience-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 48px;
  align-items: center;
}
.highlight-image img,
.audience-grid img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 42px;
  border: 6px solid rgba(255,255,255,.75);
  box-shadow: var(--shadow);
}
.highlight-copy {
  padding: 44px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
}
.highlight-copy p { color: var(--muted); }

.process { background: var(--bg-soft); }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.steps article { padding: 30px; }
.steps span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 18px;
  align-items: center;
  justify-content: center;
  background: var(--mint);
  color: var(--teal);
  font-weight: 950;
  font-size: 1.25rem;
}

.audience-grid {
  grid-template-columns: 1fr .9fr;
}
.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 36px;
  color: var(--muted);
  font-weight: 650;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--teal);
  font-size: .82rem;
  font-weight: 950;
}

.team { background: linear-gradient(180deg, var(--dark) 0%, #10382f 100%); color: rgba(255,255,255,.76); }
.team h2 { color: var(--white); }
.team .section-heading p { color: rgba(255,255,255,.66); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.team-card {
  overflow: hidden;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
}
.team-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.team-card div { padding: 28px; }
.team-card span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--lime);
  font-weight: 900;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.team-card h3 { color: var(--white); font-size: 1.7rem; }
.team-card p { color: rgba(255,255,255,.67); }

.faq-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 42px;
  align-items: start;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-list details { padding: 22px 24px; }
.faq-list summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--dark);
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--teal);
  font-size: 1.25rem;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { padding-top: 12px; }

.final-cta {
  padding: 36px 0 86px;
}
.final-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 46px;
  border-radius: 38px;
  color: var(--white);
  background: radial-gradient(circle at 80% 10%, rgba(100,190,163,.34), transparent 36%), var(--dark);
  box-shadow: var(--shadow);
}
.final-cta-card h2 { color: var(--white); margin-bottom: 10px; }
.final-cta-card p { color: rgba(255,255,255,.7); margin-bottom: 0; }
.final-cta-card .eyebrow { color: var(--teal-2); }

.site-footer {
  padding: 44px 0;
  background: #061b17;
  color: rgba(255,255,255,.62);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .7fr .8fr;
  gap: 34px;
}
.brand-footer { color: var(--white); margin-bottom: 14px; }
.site-footer strong {
  display: block;
  color: var(--white);
  margin-bottom: 12px;
}
.site-footer a,
.site-footer span {
  display: block;
  margin: 8px 0;
}
.site-footer a:hover { color: var(--teal-2); }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white);
  background: #22c55e;
  font-weight: 950;
  box-shadow: 0 18px 36px rgba(34, 197, 94, .32);
}
.whatsapp-float::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--white);
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
  .nav-toggle span:not(.sr-only) {
    width: 20px;
    height: 2px;
    background: var(--dark);
    border-radius: 999px;
  }
  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 92px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 8px 6px; }
  .main-nav .btn { width: 100%; }
  .hero-grid,
  .services-grid,
  .highlight-grid,
  .audience-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .sticky-heading { position: static; }
  .hero { padding-top: 58px; }
  .hero-media { min-height: auto; }
  .hero-media > img { height: 520px; }
  .floating-card-top { left: 18px; }
  .floating-card-bottom { right: 18px; }
  .problem-grid,
  .steps,
  .team-grid { grid-template-columns: 1fr; }
  .service-list { grid-template-columns: 1fr; }
  .final-cta-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { height: 72px; }
  .hero { padding: 42px 0 54px; }
  h1 { font-size: clamp(2.65rem, 16vw, 4.1rem); }
  h2 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .hero-actions,
  .trust-row { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .hero-media > img,
  .highlight-image img,
  .audience-grid img { height: 390px; border-radius: 30px; }
  .floating-card { position: relative; inset: auto; width: 100%; margin-top: 12px; }
  .section { padding: 58px 0; }
  .problem-card,
  .service-card,
  .steps article,
  .highlight-copy,
  .team-card div,
  .faq-list details,
  .final-cta-card { padding: 24px; }
  .team-card img { height: 280px; }
  .whatsapp-float {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
  .site-footer { padding-bottom: 92px; }
}
