:root {
    --ink: #071f1a;
    --ink-soft: #0d2d25;
    --green: #00ad69;
    --green-dark: #008d56;
    --green-mid: #56aa67;
    --mint: #dff6e9;
    --gold: #f2bd35;
    --cream: #f7f5ee;
    --white: #fff;
    --muted: #60716b;
    --line: #dce5df;
    --shadow: 0 24px 70px rgba(4, 42, 32, .13);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, 'Segoe UI', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 30; padding: 20px 0; color: #fff; transition: .3s ease; }
.site-header.is-scrolled { position: fixed; padding: 11px 0; background: rgba(7, 31, 26, .92); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img {
    width: 178px;
    height: auto;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,.38));
}
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-login):not(.nav-order) { color: rgba(255,255,255,.72); transition: color .2s; }
.main-nav > a:hover { color: #fff; }
.nav-order { padding: 12px 18px; border-radius: 999px; color: var(--ink); background: var(--gold); }
.nav-order:hover { color: var(--ink) !important; background: #ffd15a; }
.nav-login { padding: 12px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; }
.nav-login span { margin-left: 7px; color: var(--gold); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { position: relative; min-height: 790px; overflow: hidden; color: #fff; background: radial-gradient(circle at 75% 25%, #124d3d 0, var(--ink) 42%, #051812 100%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; min-height: 770px; padding: 130px 0 90px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); }
.hero-glow-one { width: 470px; height: 470px; right: -120px; top: 80px; background: rgba(0, 173, 105, .12); }
.hero-glow-two { width: 230px; height: 230px; left: -90px; bottom: 30px; background: rgba(242, 189, 53, .08); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 2px; background: currentColor; }
.hero .eyebrow, .benefits .eyebrow, .cta-card .eyebrow { color: #61d99e; }
h1, h2, h3 { margin-top: 0; font-family: Inter, 'Segoe UI', Arial, sans-serif; }
h1 { margin-bottom: 25px; font-size: clamp(50px, 6vw, 78px); line-height: .99; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 590px; margin: 0 0 34px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 24px; border-radius: 12px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 16px 35px rgba(0, 173, 105, .25); }
.button-primary:hover { background: #00c177; }
.button-ghost { border: 1px solid rgba(255,255,255,.2); color: #fff; background: rgba(255,255,255,.04); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: rgba(255,255,255,.48); font-size: 13px; }
.check { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: var(--ink); background: var(--gold); font-size: 12px; font-weight: 800; }

.hero-visual { position: relative; min-height: 530px; }
.dashboard-card { position: absolute; z-index: 3; inset: 45px 5px auto 35px; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); box-shadow: 0 35px 90px rgba(0,0,0,.27); backdrop-filter: blur(20px); transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); }
.dashboard-top, .mini-brand, .activity, .floating-card { display: flex; align-items: center; }
.dashboard-top { justify-content: space-between; }
.mini-brand { gap: 10px; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; }
.mini-brand img { width: 20px; height: 27px; object-fit: contain; }
.status-dot { padding: 7px 10px; border-radius: 999px; color: #7de4ae; background: rgba(0,173,105,.13); font-size: 10px; font-weight: 700; }
.status-dot::before { content: ''; display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: #51dc96; }
.dashboard-greeting { display: grid; gap: 7px; margin: 38px 0 23px; }
.dashboard-greeting span, .metric-grid small, .floating-card small { color: rgba(255,255,255,.48); font-size: 11px; }
.dashboard-greeting strong { font: 600 21px Inter, 'Segoe UI', Arial, sans-serif; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.metric-grid article { display: grid; gap: 8px; padding: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; background: rgba(4, 27, 21, .42); }
.metric-grid strong { font-size: 14px; }
.metric-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; color: #61d99e; background: rgba(0,173,105,.14); }
.metric-icon.gold { color: var(--gold); background: rgba(242,189,53,.12); }
.bar { display: block; width: 100%; height: 4px; margin-top: 7px; border-radius: 4px; background: rgba(255,255,255,.08); overflow: hidden; }
.bar::after { content: ''; display: block; height: 100%; border-radius: inherit; }
.bar-green::after { width: 78%; background: var(--green); }
.bar-gold::after { width: 63%; background: var(--gold); }
.activity { justify-content: space-between; margin-top: 14px; padding: 17px 18px; border-radius: 17px; background: rgba(255,255,255,.055); }
.activity > div:first-child { display: grid; gap: 5px; }
.activity span { color: rgba(255,255,255,.4); font-size: 10px; }
.activity strong { font-size: 12px; }
.activity-chart { display: flex; align-items: end; gap: 4px; height: 31px; }
.activity-chart i { width: 5px; border-radius: 5px; background: var(--green); }
.activity-chart i:nth-child(1) { height: 30%; }.activity-chart i:nth-child(2) { height: 55%; }.activity-chart i:nth-child(3) { height: 43%; }.activity-chart i:nth-child(4) { height: 75%; }.activity-chart i:nth-child(5) { height: 58%; }.activity-chart i:nth-child(6) { height: 90%; }.activity-chart i:nth-child(7) { height: 70%; }
.floating-card { position: absolute; z-index: 5; gap: 10px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(15, 52, 42, .92); box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.floating-card > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; color: var(--ink); background: var(--gold); font-weight: 800; }
.floating-card div { display: grid; gap: 3px; }.floating-card strong { font-size: 12px; }.floating-card img { width: 24px; height: 32px; object-fit: contain; }
.floating-sale { top: 14px; right: -22px; }.floating-control { left: 0; bottom: 28px; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; top: 20px; left: 5px; }.orbit-two { width: 350px; height: 350px; top: 85px; left: 70px; }
.hero-bottom { position: absolute; right: -5%; bottom: -80px; left: -5%; height: 130px; border-radius: 50% 50% 0 0; background: var(--cream); }

.trust-strip { padding: 18px 0 22px; border-bottom: 1px solid rgba(7,31,26,.08); background: var(--cream); }
.trust-items { display: flex; align-items: center; justify-content: center; gap: 27px; color: #789087; font: 700 11px Inter, 'Segoe UI', Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.trust-items i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.section { padding: 115px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.section-heading h2, .pricing-heading h2, .benefits h2, .cta-card h2 { margin-bottom: 0; font-size: clamp(38px, 4.5vw, 59px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p, .pricing-heading > p { margin: 0 0 7px; color: var(--muted); line-height: 1.75; }
.eyebrow.dark { color: var(--green-dark); }
.solution-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 18px; }
.solution-card { position: relative; min-height: 335px; padding: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); transition: transform .25s, box-shadow .25s; }
.solution-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.solution-featured { color: #fff; border-color: transparent; background: var(--green-dark); }
.solution-number { position: absolute; top: 25px; right: 26px; color: rgba(7,31,26,.22); font: 800 13px Inter, 'Segoe UI', Arial, sans-serif; }
.solution-featured .solution-number { color: rgba(255,255,255,.35); }
.solution-icon { display: grid; place-items: center; width: 53px; height: 53px; margin-bottom: 64px; border-radius: 16px; color: var(--green-dark); background: var(--mint); }
.solution-icon svg, .price-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.solution-featured .solution-icon { color: var(--ink); background: var(--gold); }
.solution-card h3 { margin-bottom: 13px; font-size: 22px; letter-spacing: -.025em; }
.solution-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.solution-featured p { max-width: 80%; color: rgba(255,255,255,.68); }
.solution-lines { position: absolute; right: -25px; bottom: -20px; width: 150px; height: 150px; transform: rotate(-12deg); }
.solution-lines span { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }.solution-lines span:nth-child(2) { inset: 22px; }.solution-lines span:nth-child(3) { inset: 44px; }

.benefits { color: #fff; background: var(--ink); }
.benefits-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 100px; }
.benefits-visual { position: relative; display: grid; place-items: center; min-height: 520px; }
.benefits-visual::before, .benefits-visual::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.benefits-visual::before { width: 440px; height: 440px; }.benefits-visual::after { width: 310px; height: 310px; }
.shape-mark { position: relative; z-index: 2; display: grid; place-items: center; width: 220px; height: 270px; border: 1px solid rgba(255,255,255,.1); border-radius: 90px 90px 28px 28px; background: radial-gradient(circle at 50% 35%, rgba(0,173,105,.35), rgba(255,255,255,.04) 65%); box-shadow: inset 0 0 55px rgba(0,173,105,.08), 0 30px 80px rgba(0,0,0,.2); }
.shape-mark img { width: 105px; }
.benefit-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; color: rgba(255,255,255,.72); background: rgba(13,45,37,.93); font-size: 12px; font-weight: 600; box-shadow: 0 15px 40px rgba(0,0,0,.2); }
.benefit-chip span { color: var(--gold); font: 800 10px Inter, 'Segoe UI', Arial, sans-serif; }.chip-one { top: 85px; left: 0; }.chip-two { top: 230px; right: -10px; }.chip-three { bottom: 65px; left: 30px; }
.benefits-copy > p:not(.eyebrow) { margin: 27px 0 34px; color: rgba(255,255,255,.6); line-height: 1.8; }
.benefits-copy ul { display: grid; gap: 22px; margin: 0; padding: 0; list-style: none; }
.benefits-copy li { display: flex; gap: 15px; }.benefits-copy li > span { display: grid; flex: 0 0 auto; place-items: center; width: 28px; height: 28px; border-radius: 9px; color: var(--ink); background: var(--gold); font-weight: 800; }
.benefits-copy li div { display: grid; gap: 6px; }.benefits-copy li strong { font-size: 15px; }.benefits-copy li small { color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.5; }

.pricing { background: #fff; }
.pricing-heading { max-width: 720px; margin: 0 auto 55px; text-align: center; }
.pricing-heading .eyebrow { justify-content: center; }.pricing-heading > p { margin-top: 20px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.price-card-link { display: block; color: inherit; }
.price-card-link:hover, .price-card-link:focus-visible { z-index: 2; }
.price-card-link:focus-visible { border-radius: 20px; outline: 3px solid var(--gold); outline-offset: 3px; }
.price-card { position: relative; display: flex; flex-direction: column; height: 100%; min-height: 350px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s, background-color .25s; }
.price-card-link:hover .price-card, .price-card-link:focus-visible .price-card { transform: translateY(-7px); border-color: rgba(0,173,105,.45); background: #f0faf5; box-shadow: var(--shadow); }
.price-featured { color: #fff; border-color: var(--ink); background: var(--ink); box-shadow: 0 20px 45px rgba(7,31,26,.18); }
.price-card-link:hover .price-featured, .price-card-link:focus-visible .price-featured { border-color: rgba(242,189,53,.55); background: #0d382e; }
.popular { position: absolute; top: 18px; right: 18px; padding: 6px 9px; border-radius: 999px; color: var(--ink); background: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 28px; border-radius: 13px; color: var(--green-dark); background: var(--mint); }
.price-featured .price-icon { color: var(--ink); background: var(--gold); }
.price-card h3 { margin-bottom: 11px; font-size: 18px; }.price-card > p { min-height: 61px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }.price-featured > p { color: rgba(255,255,255,.55); }
.price { display: flex; align-items: baseline; margin-top: auto; padding-top: 24px; }.price small { align-self: flex-start; margin: 7px 4px 0 0; font-size: 12px; font-weight: 700; }.price strong { font: 800 32px Inter, 'Segoe UI', Arial, sans-serif; letter-spacing: -.05em; }.price span { margin-left: 4px; color: var(--muted); font-size: 11px; }.price-featured .price span { color: rgba(255,255,255,.45); }
.price-link { display: flex; justify-content: space-between; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--green-dark); font-size: 12px; font-weight: 700; }.price-featured .price-link { border-color: rgba(255,255,255,.12); color: var(--gold); }
.pricing-note { margin: 30px 0 0; color: var(--muted); text-align: center; font-size: 13px; }

.cta-section { padding: 90px 0; background: #fff; }
.cta-card { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; padding: 60px 70px; overflow: hidden; border-radius: 30px; color: #fff; background: linear-gradient(120deg, #063328, var(--ink)); }
.cta-card > div:not(.cta-mark) { position: relative; z-index: 2; }.cta-card h2 { font-size: clamp(36px, 4vw, 52px); }.cta-action p { margin: 0 0 22px; color: rgba(255,255,255,.58); line-height: 1.7; }.button-gold { color: var(--ink); background: var(--gold); box-shadow: 0 14px 35px rgba(242,189,53,.14); }
.cta-mark { position: absolute; right: 39%; bottom: -85px; opacity: .08; transform: rotate(12deg); }.cta-mark img { width: 185px; }

.site-footer { padding: 70px 0 25px; color: #fff; background: #041511; }
.footer-main { display: grid; grid-template-columns: 1.6fr .6fr .6fr; gap: 70px; padding-bottom: 55px; }
.footer-brand img { width: 175px; }.footer-brand p { max-width: 290px; margin: 20px 0 0; color: rgba(255,255,255,.45); font-size: 13px; line-height: 1.7; }
.footer-links { display: grid; align-content: start; gap: 13px; }.footer-links strong { margin-bottom: 8px; color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }.footer-links a { color: rgba(255,255,255,.68); font-size: 13px; }.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.28); font-size: 11px; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 50; display: flex; align-items: center; gap: 11px; padding: 8px 8px 8px 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: #fff; background: #159447; box-shadow: 0 14px 36px rgba(4, 42, 24, .3); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #0b7f39; box-shadow: 0 18px 42px rgba(4, 42, 24, .38); }
.whatsapp-float:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.whatsapp-label { font-size: 13px; font-weight: 700; white-space: nowrap; }
.whatsapp-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: rgba(255,255,255,.14); }
.whatsapp-icon svg { width: 25px; height: 25px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.price-card-link:nth-child(2), .solution-card:nth-child(2) { transition-delay: .08s; }.price-card-link:nth-child(3), .solution-card:nth-child(3) { transition-delay: .16s; }.price-card-link:nth-child(4) { transition-delay: .24s; }

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; padding-top: 150px; }.hero-copy { max-width: 700px; }.hero-visual { min-height: 500px; max-width: 600px; width: 100%; margin: -30px auto 0; }
    .hero { min-height: 1220px; }.solution-grid { grid-template-columns: 1fr 1fr; }.solution-featured { grid-column: span 2; }.benefits-grid { grid-template-columns: 1fr; gap: 45px; }.benefits-visual { order: 2; }.pricing-grid { grid-template-columns: repeat(2, 1fr); }.cta-card { grid-template-columns: 1fr; gap: 30px; }.cta-mark { right: 10%; }
}

@media (max-width: 720px) {
    .container { width: min(100% - 28px, 1160px); }.site-header { padding-top: 14px; }.brand img { width: 150px; }
    .menu-button { display: block; }.main-nav { position: absolute; top: 72px; right: 14px; left: 14px; display: none; align-items: stretch; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #0b2a22; box-shadow: var(--shadow); }.main-nav.is-open { display: grid; }.main-nav a { padding: 13px; }.nav-order, .nav-login { margin-top: 5px; text-align: center; }
    .hero { min-height: 1050px; }.hero-grid { min-height: auto; gap: 30px; padding-top: 125px; }.hero-lead { font-size: 16px; }.hero-actions { display: grid; }.button { width: 100%; }.hero-visual { min-height: 400px; margin-top: 5px; }.dashboard-card { inset: 25px 0 auto; padding: 18px; transform: none; }.floating-sale { top: 0; right: -5px; }.floating-control { bottom: 0; left: -4px; }.orbit-one { width: 360px; height: 360px; }.orbit-two { width: 270px; height: 270px; }.dashboard-greeting { margin: 26px 0 17px; }.activity { display: none; }
    .trust-items { flex-wrap: wrap; gap: 12px 18px; }.section { padding: 80px 0; }.section-heading { grid-template-columns: 1fr; gap: 22px; }.solution-grid, .pricing-grid { grid-template-columns: 1fr; }.solution-featured { grid-column: auto; }.solution-card { min-height: 290px; }.benefits-grid { gap: 20px; }.benefits-visual { min-height: 430px; }.benefits-visual::before { width: 330px; height: 330px; }.benefits-visual::after { width: 250px; height: 250px; }.shape-mark { width: 170px; height: 220px; }.shape-mark img { width: 80px; }.benefit-chip { font-size: 10px; }.chip-one { left: 0; }.chip-two { right: 0; }.chip-three { left: 10px; }
    .price-card { min-height: 320px; }.cta-section { padding: 60px 0; }.cta-card { padding: 42px 28px; }.footer-main { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: span 2; }.footer-bottom { flex-direction: column; gap: 10px; }
    .whatsapp-float { right: 16px; bottom: 16px; padding: 7px; }.whatsapp-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }.whatsapp-icon { width: 47px; height: 47px; background: transparent; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .price-card, .solution-card { transition: none; }
}
