:root {
  --ink: #0b0d0c;
  --paper: #f2f0e9;
  --lime: #c8ff47;
  --lime-dark: #83aa16;
  --muted: #9ba29b;
  --line: rgba(255, 255, 255, .13);
  --dark-line: rgba(11, 13, 12, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1160px, 88vw); margin: 0 auto; }
.site-header {
  position: absolute; z-index: 10; inset: 0 0 auto; height: 82px;
  display: flex; align-items: center; justify-content: space-between;
  color: white; border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 800; }
.brand b {
  width: 36px; height: 36px; display: grid; place-items: center;
  color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 11px;
}
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { color: #cdd2cd; font-size: 11px; }
.site-header nav a:hover { color: var(--lime); }
.header-cta { padding: 11px 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; }
.hero {
  position: relative; min-height: 760px; overflow: hidden; color: white;
  background: #080a09; display: flex; align-items: center; padding: 130px 0 80px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(5,7,6,.98) 0%, rgba(5,7,6,.9) 44%, rgba(5,7,6,.32) 78%, rgba(5,7,6,.68) 100%),
    radial-gradient(circle at 70% 35%, rgba(200,255,71,.13), transparent 30%);
}
.hero-image {
  position: absolute; inset: 0 0 0 45%; width: 55%; height: 100%;
  object-fit: cover; object-position: center top; opacity: .72;
}
.hero-content { position: relative; z-index: 2; width: min(720px, 66vw); }
.kicker {
  display: flex; align-items: center; gap: 10px; margin: 0 0 22px;
  color: #d1d6d1; font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .17em;
}
.kicker::before { content: ""; width: 30px; height: 1px; background: var(--lime); }
h1, h2 { margin: 0; line-height: .98; letter-spacing: -.06em; font-weight: 600; }
h1 { max-width: 850px; font-size: clamp(55px, 6.5vw, 98px); }
h1 em, h2 em { color: var(--lime); font-family: "Newsreader", serif; font-weight: 500; }
.hero-lead { max-width: 650px; margin: 28px 0 32px; color: #c0c6c0; font-size: 16px; line-height: 1.75; }
.actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  padding: 16px 21px; color: var(--ink); background: var(--lime);
  border-radius: 3px; font-size: 11px; font-weight: 800; transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: #dcff89; }
.secondary-link { padding-bottom: 4px; color: #d4d9d4; border-bottom: 1px solid #667066; font-size: 11px; font-weight: 700; }
.hero-proof { display: flex; gap: 36px; margin-top: 55px; flex-wrap: wrap; }
.hero-proof div { display: grid; gap: 5px; }
.hero-proof strong { font-size: 17px; }
.hero-proof span { color: #868e86; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.answer {
  padding: 42px 0; color: white; background: #151915; border-top: 1px solid #2c322c;
}
.answer .wrap { display: grid; grid-template-columns: 180px 1fr; gap: 40px; align-items: start; }
.answer span { color: var(--lime); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.answer p { max-width: 900px; margin: 0; font-size: clamp(21px, 2.3vw, 33px); line-height: 1.35; letter-spacing: -.035em; }
.section { padding: 120px 0; }
.section-dark { color: white; background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.1fr .65fr; gap: 10vw; align-items: end; margin-bottom: 65px; }
.section-heading h2 { font-size: clamp(45px, 5vw, 76px); }
.section:not(.section-dark) h2 em { color: var(--lime-dark); }
.section-heading p { margin: 0; color: #656b65; font-size: 14px; line-height: 1.8; }
.section-dark .section-heading p { color: var(--muted); }
.problem-grid, .deliver-grid, .audience-grid { display: grid; gap: 1px; background: var(--dark-line); }
.problem-grid { grid-template-columns: repeat(3, 1fr); }
.problem-card { min-height: 260px; padding: 30px; background: var(--paper); }
.problem-card span, .deliver-card span { color: var(--lime-dark); font-size: 10px; font-weight: 800; }
.problem-card h3, .deliver-card h3 { margin: 45px 0 14px; font-size: 21px; letter-spacing: -.04em; }
.problem-card p, .deliver-card p { margin: 0; color: #626862; font-size: 13px; line-height: 1.7; }
.deliver-grid { grid-template-columns: repeat(3, 1fr); background: var(--line); }
.deliver-card { min-height: 290px; padding: 30px; background: #111411; }
.deliver-card p { color: #929a92; }
.deliver-card span { color: var(--lime); }
.process { display: grid; grid-template-columns: .72fr 1.28fr; gap: 11vw; }
.process-intro { position: sticky; top: 45px; align-self: start; }
.process-intro h2 { font-size: clamp(45px, 5vw, 76px); }
.process-intro p { color: #626862; font-size: 14px; line-height: 1.8; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid var(--dark-line); }
.steps li:last-child { border-bottom: 1px solid var(--dark-line); }
.steps span { color: var(--lime-dark); font-size: 10px; }
.steps h3 { margin: 0 0 9px; font-size: 25px; letter-spacing: -.04em; }
.steps p { margin: 0; color: #656b65; font-size: 13px; line-height: 1.7; }
.credibility { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.credibility figure { margin: 0; padding: 15px; background: white; }
.credibility figure img { width: 100%; max-height: 650px; object-fit: contain; }
.credibility-copy h2 { font-size: clamp(44px, 4.5vw, 72px); }
.credibility-copy p { color: #9aa19a; line-height: 1.8; font-size: 14px; }
.trust-list { list-style: none; padding: 0; margin: 30px 0; }
.trust-list li { padding: 14px 0; border-top: 1px solid var(--line); color: #c4cac4; font-size: 12px; }
.trust-list li:last-child { border-bottom: 1px solid var(--line); }
.audience-grid { grid-template-columns: repeat(4, 1fr); }
.audience-grid div { min-height: 125px; padding: 24px; background: var(--paper); }
.audience-grid b { display: block; margin-bottom: 10px; font-size: 14px; }
.audience-grid span { color: #686e68; font-size: 11px; line-height: 1.55; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10vw; }
.faq-layout h2 { font-size: clamp(44px, 5vw, 76px); }
details { border-top: 1px solid var(--dark-line); }
details:last-child { border-bottom: 1px solid var(--dark-line); }
summary { cursor: pointer; list-style: none; padding: 23px 0; font-size: 14px; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
details p { margin: 0 35px 23px 0; color: #626862; font-size: 13px; line-height: 1.75; }
.final-cta { padding: 120px 0; text-align: center; color: white; background: #0b0d0c; }
.final-cta h2 { max-width: 900px; margin: 0 auto; font-size: clamp(48px, 6vw, 88px); }
.final-cta p { max-width: 620px; margin: 28px auto 35px; color: #9da49d; line-height: 1.7; }
footer {
  padding: 38px 6vw; display: flex; justify-content: space-between; gap: 25px;
  color: #777f77; background: #070908; border-top: 1px solid var(--line); font-size: 10px;
}
.floating-whatsapp {
  position: fixed; z-index: 20; right: 22px; bottom: 22px; width: 50px; height: 50px;
  display: grid; place-items: center; color: var(--ink); background: var(--lime);
  border-radius: 50%; font-weight: 900; box-shadow: 0 8px 28px rgba(0,0,0,.28);
}

@media (max-width: 900px) {
  .site-header nav a:not(.header-cta) { display: none; }
  .hero-content { width: 86vw; }
  .hero-image { left: 30%; width: 70%; }
  .answer .wrap, .section-heading, .process, .credibility, .faq-layout { grid-template-columns: 1fr; }
  .answer .wrap { gap: 18px; }
  .problem-grid, .deliver-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .process-intro { position: static; }
}

@media (max-width: 620px) {
  .wrap { width: 88vw; }
  .site-header { height: 72px; }
  .site-header nav { gap: 0; }
  .site-header .header-cta { padding: 9px 12px; font-size: 9px; }
  .hero { min-height: 720px; padding: 105px 0 60px; align-items: start; }
  .hero::before { background: linear-gradient(90deg, rgba(5,7,6,.97), rgba(5,7,6,.7)); }
  .hero-image { inset: 0; width: 100%; opacity: .28; }
  .hero-content { width: 100%; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-lead { font-size: 14px; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .secondary-link { width: max-content; }
  .hero-proof { gap: 22px; margin-top: 38px; }
  .answer { padding: 34px 0; }
  .section { padding: 85px 0; }
  .section-heading { gap: 26px; margin-bottom: 44px; }
  .problem-grid, .deliver-grid, .audience-grid { grid-template-columns: 1fr; }
  .problem-card, .deliver-card { min-height: 230px; }
  .credibility { gap: 55px; }
  .faq-layout { gap: 45px; }
  .final-cta { padding: 90px 0; }
  footer { flex-direction: column; }
}
