
:root {
  --ink: #123c2f;
  --emerald: #087d58;
  --emerald-dark: #075c43;
  --lime: #b7ef25;
  --mint: #eaf8f1;
  --paper: #fcfdf9;
  --text: #26362f;
  --muted: #64736c;
  --line: #dce8e1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.siteHeader {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  background: rgba(252, 253, 249, .84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(18, 60, 47, .07);
}
.navBar { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); white-space: nowrap; }
.brandName { display: inline-flex; align-items: baseline; gap: 8px; font-size: 28px; line-height: 1; letter-spacing: -.045em; }
.brandName b { font-weight: 800; }
.brandMark { position: relative; width: 48px; height: 48px; display: block; flex: 0 0 48px; }
.brandMark::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); inset: 20.5px; box-shadow: 0 0 0 4px rgba(183,239,37,.12); }
.brandMark i { position: absolute; width: 4px; height: 14px; left: 22px; top: 1px; border-radius: 5px; background: var(--emerald); transform-origin: 2px 23px; }
.brandMark i:nth-child(3n + 1) { height: 10px; top: 3px; background: var(--lime); }
.brandMark i:nth-child(3n + 2) { height: 7px; top: 5px; background: #77bf18; }
.desktopNav { display: flex; align-items: center; gap: 36px; font-size: 17px; font-weight: 600; color: var(--ink); }
.desktopNav a { position: relative; padding: 12px 0; }
.desktopNav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 4px; background: var(--lime); transition: right .25s ease; }
.desktopNav a:hover::after { right: 0; }
.navCta { display: inline-flex; align-items: center; gap: 10px; border: 1.5px solid var(--ink); padding: 13px 18px; border-radius: 12px; font-size: 16px; font-weight: 700; color: var(--ink); transition: .2s ease; }
.navCta:hover { background: var(--ink); color: white; }
.chatDot { color: var(--emerald); font-size: 24px; line-height: 0; }
.hero { min-height: 760px; padding: 132px 0 70px; position: relative; overflow: hidden; background: radial-gradient(circle at 88% 25%, #ddf7ea 0, transparent 30%), var(--paper); }
.heroGrid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 76px; align-items: center; }
.heroCopy { position: relative; z-index: 3; }
.eyebrow, .kicker { margin: 0 0 23px; color: var(--ink); font-size: 14px; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::after { content: ""; display: block; width: 46px; height: 4px; border-radius: 6px; margin-top: 18px; background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin-bottom: 27px; color: var(--ink); font-size: clamp(54px, 5.3vw, 78px); line-height: 1.02; letter-spacing: -.055em; font-weight: 800; }
.heroText { max-width: 555px; margin-bottom: 34px; font-size: 20px; line-height: 1.58; color: #3d4944; }
.heroActions { display: flex; align-items: center; gap: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 64px; padding: 8px 10px 8px 28px; border-radius: 18px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(8, 125, 88, .16); }
.buttonPrimary { color: #fff; background: var(--emerald); }
.buttonArrow { width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; font-size: 24px; background: var(--lime); color: var(--ink); transition: transform .2s ease; }
.button:hover .buttonArrow { transform: translateX(2px); }
.textLink { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 7px; border-bottom: 2px solid var(--lime); color: var(--ink); font-weight: 800; }
.textLink span { font-size: 24px; }
.trustLine { display: flex; align-items: center; gap: 13px; margin: 34px 0 0; font-size: 16px; }
.trustLine i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
.shield { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--emerald); background: var(--mint); font-weight: 900; }
.heroVisual { position: relative; min-width: 0; }
.heroVisual img { display: block; width: 100%; height: 590px; object-fit: cover; object-position: center; border-radius: 34px; box-shadow: 0 30px 70px rgba(18, 60, 47, .12); background: var(--mint); }
.savingsCard { position: absolute; left: -76px; bottom: 28px; width: 224px; padding: 29px 28px 27px; border-radius: 25px; background: linear-gradient(150deg, #fff 55%, #edffbb); box-shadow: 0 18px 42px rgba(18, 60, 47, .22); color: var(--ink); }
.savingsCard span { display: block; font-size: 23px; }
.savingsCard strong { display: block; font-size: 86px; line-height: .88; letter-spacing: -.08em; }
.savingsCard sup { font-size: 39px; letter-spacing: -.04em; }
.savingsCard b { display: block; margin-top: 8px; font-size: 23px; }
.energyLines { position: absolute; left: -10%; bottom: -40px; width: 65%; height: 170px; opacity: .65; background: repeating-radial-gradient(ellipse at 15% 120%, transparent 0 18px, rgba(8,125,88,.12) 19px 20px); transform: rotate(-4deg); }
.proofStrip { border-block: 1px solid var(--line); background: white; box-shadow: 0 14px 35px rgba(18,60,47,.035); }
.proofGrid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 42px; }
.proofGrid p { margin: 0; padding: 7px 38px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 9px; }
.proofGrid p:first-child { padding-left: 0; }
.proofGrid p:last-child { border-right: 0; }
.proofGrid strong { color: var(--ink); font-size: 28px; line-height: 1; letter-spacing: -.045em; }
.proofGrid span { color: var(--muted); font-size: 16px; line-height: 1.4; }
.serviceSection { padding: 104px 0 112px; background: linear-gradient(180deg, #f7faf8 0%, #ffffff 100%); border-bottom: 1px solid var(--line); }
.serviceHeading { text-align: center; max-width: 700px; margin: 0 auto 46px; }
.serviceHeading .kicker, .processHeading .kicker { margin-bottom: 16px; }
.serviceHeading h2, .processHeading h2 { margin: 0; color: var(--ink); font-size: clamp(36px, 4vw, 56px); line-height: 1.08; letter-spacing: -.05em; }
.serviceHeading > p:last-child { max-width: 600px; margin: 18px auto 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.serviceSchedule { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 930px; margin: 0 auto; }
.scheduleCard { padding: 32px 34px 28px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 14px 36px rgba(18,60,47,.055); }
.scheduleTitle { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.scheduleTitle h3 { margin: 0; color: var(--ink); font-size: 23px; letter-spacing: -.03em; }
.scheduleIcon { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid var(--emerald); border-radius: 50%; color: var(--emerald); font-size: 24px; line-height: 1; }
.scheduleCard dl { margin: 0; display: grid; gap: 15px; }
.scheduleCard dl div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.scheduleCard dt, .scheduleCard dd { margin: 0; font-size: 16px; line-height: 1.4; }
.scheduleCard dt { color: var(--text); }
.scheduleCard dd { color: var(--ink); font-weight: 800; text-align: right; }
.processHeading { max-width: 760px; margin: 94px auto 42px; text-align: center; }
.processHeading > p:last-child { max-width: 680px; margin: 18px auto 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.processGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.processGrid article { padding: 10px 15px 0; text-align: center; }
.processIcon { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 50%; background: linear-gradient(135deg, #5b2cff, #ed4d84); color: white; font-size: 32px; font-weight: 700; box-shadow: 0 8px 18px rgba(91,44,255,.2); }
.processGrid b { display: grid; place-items: center; width: 30px; height: 30px; margin: 0 auto 15px; border-radius: 50%; background: #087dff; color: white; font-size: 14px; }
.processGrid h3 { margin: 0 0 10px; color: var(--ink); font-size: 18px; letter-spacing: -.02em; }
.processGrid p { max-width: 210px; margin: 0 auto; color: var(--muted); font-size: 15px; line-height: 1.55; }
.serviceAction { margin-top: 42px; text-align: center; }
.section { padding: 110px 0; }
.howSection { padding-top: 128px; padding-bottom: 128px; }
.sectionHeading { display: grid; grid-template-columns: 1.18fr .82fr; gap: 78px; align-items: end; margin-bottom: 64px; }
.sectionHeading h2, .audienceIntro h2, .benefitsTop h2, .faqGrid h2, .ctaCard h2 { margin: 0; color: var(--ink); font-size: clamp(40px, 4.2vw, 61px); line-height: 1.07; letter-spacing: -.05em; }
.sectionHeading > p { max-width: 485px; margin: 0; padding: 25px 27px; border-left: 4px solid var(--lime); border-radius: 0 16px 16px 0; background: white; box-shadow: 0 12px 34px rgba(18,60,47,.06); color: #4f625a; font-size: 20px; line-height: 1.68; }
.stepsGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.stepCard { min-height: 360px; padding: 38px 34px; border: 1px solid #d6e6dd; border-radius: 26px; background: linear-gradient(145deg, #fff 70%, #f5fbf7); box-shadow: 0 18px 45px rgba(18,60,47,.065); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.stepCard:hover { transform: translateY(-6px); border-color: #99cbb9; box-shadow: 0 24px 55px rgba(18,60,47,.11); }
.stepCard > span { display: inline-grid; place-items: center; width: 52px; height: 52px; margin-bottom: 72px; border-radius: 50%; background: var(--mint); color: var(--emerald); font-size: 17px; font-weight: 800; }
.stepCard h3 { margin-bottom: 16px; color: var(--ink); font-size: 26px; line-height: 1.2; letter-spacing: -.035em; }
.stepCard p, .benefitsGrid p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.audienceSection { background: var(--mint); }
.audienceGrid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.audienceIntro > p:not(.kicker) { max-width: 520px; margin: 25px 0 30px; font-size: 18px; line-height: 1.7; color: var(--muted); }
.audienceCards { display: grid; gap: 14px; }
.audienceCards article { display: grid; grid-template-columns: 70px 1fr; gap: 22px; align-items: center; padding: 25px; border-radius: 21px; background: rgba(255,255,255,.76); border: 1px solid rgba(18,60,47,.08); }
.audienceCards article > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 17px; background: var(--ink); color: var(--lime); font-size: 27px; }
.audienceCards h3 { margin: 0 0 7px; color: var(--ink); font-size: 22px; }
.audienceCards p { margin: 0; color: var(--muted); line-height: 1.55; }
.benefitsSection { background: var(--ink); color: white; }
.benefitsTop { display: grid; grid-template-columns: .55fr 1fr; gap: 80px; margin-bottom: 64px; }
.benefitsTop .kicker { color: var(--lime); padding-top: 10px; }
.benefitsTop h2 { color: white; }
.benefitsGrid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.benefitsGrid article { padding: 31px 28px 12px 0; border-right: 1px solid rgba(255,255,255,.18); }
.benefitsGrid article:not(:first-child) { padding-left: 28px; }
.benefitsGrid article:last-child { border-right: 0; }
.benefitsGrid span { color: var(--lime); font-size: 15px; font-weight: 800; }
.benefitsGrid h3 { margin: 55px 0 14px; color: white; font-size: 22px; }
.benefitsGrid p { color: #bcd0c8; }
.faqGrid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faqGrid > div:first-child > p:not(.kicker) { margin: 25px 0; color: var(--muted); line-height: 1.7; }
.faqList { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; position: relative; padding: 25px 45px 25px 0; color: var(--ink); font-size: 19px; font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 20px; font-size: 28px; color: var(--emerald); }
details[open] summary::after { content: "−"; }
details p { padding: 0 55px 25px 0; margin: 0; color: var(--muted); line-height: 1.7; }
.ctaSection { padding: 0 0 100px; }
.ctaCard { min-height: 330px; padding: 62px 70px; display: flex; align-items: center; justify-content: space-between; gap: 70px; border-radius: 32px; background: linear-gradient(120deg, var(--emerald), #066447); color: white; position: relative; overflow: hidden; }
.ctaCard::after { content: ""; position: absolute; width: 330px; height: 330px; right: -160px; top: -140px; border: 1px solid rgba(183,239,37,.55); border-radius: 50%; box-shadow: 0 0 0 45px rgba(183,239,37,.07), 0 0 0 90px rgba(183,239,37,.05); }
.ctaCard > * { position: relative; z-index: 2; }
.ctaCard .kicker { color: var(--lime); }
.ctaCard h2 { max-width: 700px; color: white; }
.ctaCard p:not(.kicker) { margin: 18px 0 0; color: #dcece6; font-size: 18px; }
.buttonLime { min-width: 244px; padding-left: 23px; color: var(--ink); background: var(--lime); }
.buttonLime .buttonArrow { color: white; background: var(--ink); }
footer { padding: 70px 0 24px; background: #0c2e24; color: white; }
.whatsappFloat { position: fixed; right: 24px; bottom: 24px; z-index: 20; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 12px 26px rgba(9, 55, 36, .24); transition: transform .2s ease, box-shadow .2s ease; }
.whatsappFloat:hover { color: white; transform: translateY(-3px); box-shadow: 0 16px 30px rgba(9, 55, 36, .3); }
.whatsappFloat svg { width: 31px; height: 31px; fill: currentColor; }
.footerTop { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 60px; }
footer .brand { color: white; }
.footerTop > div:first-child > p { max-width: 350px; margin: 24px 0 0; color: #acc5bb; line-height: 1.65; }
.footerLinks { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; }
.footerLinks div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footerLinks b { margin-bottom: 8px; color: var(--lime); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.footerLinks a, .footerLinks span { color: #d3e1dc; font-size: 15px; }
.footerLinks a:hover { color: var(--lime); }
.footerBottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: #a9c0b7; font-size: 14px; }

@media (max-width: 1020px) {
  .desktopNav { display: none; }
  .heroGrid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .savingsCard { left: -35px; }
  .benefitsGrid { grid-template-columns: repeat(2, 1fr); }
  .benefitsGrid article:nth-child(2) { border-right: 0; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 580px); }
  .navBar { height: 72px; }
  .brandName { gap: 6px; font-size: 23px; }
  .brandMark { transform: scale(.86); transform-origin: left center; margin-right: -5px; }
  .navCta { padding: 11px 13px; font-size: 0; }
  .navCta .chatDot { font-size: 23px; }
  .hero { min-height: 0; padding: 115px 0 55px; }
  .heroGrid { display: flex; flex-direction: column; gap: 42px; }
  h1 { font-size: clamp(48px, 14vw, 65px); }
  .heroText { font-size: 18px; }
  .heroActions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .buttonPrimary { width: 100%; justify-content: space-between; }
  .trustLine { flex-wrap: wrap; }
  .heroVisual { width: 100%; }
  .heroVisual img { height: 475px; border-radius: 25px; }
  .savingsCard { left: 14px; bottom: 14px; width: 176px; padding: 21px; }
  .savingsCard strong { font-size: 64px; }
  .savingsCard span, .savingsCard b { font-size: 18px; }
  .proofGrid { grid-template-columns: 1fr 1fr; row-gap: 26px; padding-block: 32px; }
  .proofGrid p { padding: 5px 18px 5px 0; }
  .proofGrid p:nth-child(2) { border-right: 0; }
  .serviceSection { padding: 76px 0 84px; }
  .serviceHeading > p:last-child, .processHeading > p:last-child { font-size: 17px; }
  .serviceSchedule { grid-template-columns: 1fr; gap: 16px; }
  .scheduleCard { padding: 26px 24px 24px; }
  .scheduleTitle h3 { font-size: 21px; }
  .scheduleCard dt, .scheduleCard dd { font-size: 15px; }
  .processHeading { margin-top: 76px; }
  .processGrid { grid-template-columns: 1fr 1fr; row-gap: 34px; }
  .processGrid article { padding-inline: 4px; }
  .processGrid h3 { font-size: 17px; }
  .processGrid p { font-size: 14px; }
  .section { padding: 78px 0; }
  .sectionHeading, .audienceGrid, .benefitsTop, .faqGrid, .footerTop { grid-template-columns: 1fr; gap: 35px; }
  .stepsGrid { grid-template-columns: 1fr; }
  .sectionHeading > p { padding: 21px 22px; font-size: 18px; }
  .stepCard { min-height: 330px; padding: 32px 28px; }
  .stepCard > span { margin-bottom: 52px; }
  .audienceCards article { grid-template-columns: 55px 1fr; gap: 17px; padding: 20px; }
  .audienceCards article > span { width: 52px; height: 52px; }
  .benefitsGrid { grid-template-columns: 1fr; }
  .benefitsGrid article, .benefitsGrid article:not(:first-child) { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .benefitsGrid h3 { margin: 30px 0 12px; }
  .ctaSection { padding-bottom: 60px; }
  .ctaCard { padding: 42px 28px; flex-direction: column; align-items: flex-start; gap: 34px; border-radius: 24px; }
  .buttonLime { width: 100%; justify-content: space-between; }
  .footerLinks { grid-template-columns: 1fr; }
  .footerBottom { gap: 20px; }
  .whatsappFloat { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .whatsappFloat svg { width: 28px; height: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
