:root {
    --vp-green: #07824f;
    --vp-green-dark: #035c3a;
    --vp-blue: #2468e8;
    --vp-navy: #0c1930;
    --vp-ink: #111827;
    --vp-muted: #5f6b7a;
    --vp-line: #dfe6e3;
    --vp-soft: #f3f7f5;
    --vp-white: #fff;
    --vp-shadow: 0 24px 70px rgba(11, 35, 27, .14);
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
.vp-page, .vp-page * { box-sizing: border-box; }
.vp-page { background: #fff; color: var(--vp-ink); overflow: hidden; padding-top: 118px; }
.vp-page h1, .vp-page h2, .vp-page h3, .vp-page p { margin-top: 0; }
.vp-page p { color: var(--vp-muted); }
.vp-wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.vp-hero { position: relative; min-height: 730px; display: grid; align-items: center; background: radial-gradient(circle at 83% 28%, rgba(40, 116, 232, .18), transparent 28%), radial-gradient(circle at 70% 75%, rgba(7, 130, 79, .18), transparent 34%), linear-gradient(145deg, #f7fbf9 0%, #fff 48%, #eef5ff 100%); }
.vp-hero::before { content: ''; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(7,130,79,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(7,130,79,.08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.vp-hero-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; padding-block: 90px; }
.vp-eyebrow, .vp-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--vp-green-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; }
.vp-eyebrow { padding: 9px 13px; border: 1px solid rgba(7,130,79,.22); background: rgba(255,255,255,.75); border-radius: 999px; }
.vp-hero-copy h1 { max-width: 670px; margin: 22px 0 22px; color: var(--vp-navy); font-size: clamp(42px, 5.2vw, 72px); line-height: .98; letter-spacing: -.055em; }
.vp-lead { max-width: 610px; font-size: 18px; line-height: 1.75; }
.vp-hero-actions, .vp-final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.vp-btn { min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; font-weight: 800; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.vp-btn:hover { transform: translateY(-2px); }
.vp-btn-primary { background: var(--vp-navy); color: #fff; box-shadow: 0 14px 30px rgba(12,25,48,.18); }
.vp-btn-ghost { border-color: #cad5d0; color: var(--vp-ink); background: rgba(255,255,255,.7); }
.vp-btn-whatsapp { background: var(--vp-green); color: #fff; box-shadow: 0 14px 32px rgba(7,130,79,.22); }
.vp-btn-whatsapp i { font-size: 22px; }
.vp-trust-list { display: flex; flex-wrap: wrap; gap: 12px 20px; list-style: none; padding: 0; margin: 26px 0 0; color: #425064; font-size: 13px; font-weight: 700; }
.vp-trust-list li { display: flex; align-items: center; gap: 5px; }
.vp-trust-list i { color: var(--vp-green); font-size: 18px; }

.vp-hero-visual { position: relative; min-height: 500px; display: flex; align-items: center; justify-content: center; }
.vp-glow { position: absolute; width: 510px; height: 510px; border-radius: 50%; background: linear-gradient(135deg, rgba(7,130,79,.22), rgba(36,104,232,.2)); filter: blur(4px); }
.vp-laptop { position: relative; width: min(680px, 95%); padding: 8px 8px 0; border: 7px solid #101a2b; border-bottom-width: 13px; border-radius: 18px 18px 8px 8px; background: #101a2b; box-shadow: var(--vp-shadow); transform: perspective(1300px) rotateY(-7deg) rotateX(2deg); overflow: visible; z-index: 1; }
.vp-laptop img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: top; border-radius: 5px; }
.vp-laptop-bar, .vp-browser-top { height: 22px; display: flex; align-items: center; gap: 5px; padding: 0 7px; color: #677386; background: #eef2f5; font-size: 8px; }
.vp-laptop-bar span, .vp-browser-top span { width: 6px; height: 6px; border-radius: 50%; background: #ff695f; }
.vp-laptop-bar span:nth-child(2), .vp-browser-top span:nth-child(2) { background: #fbbf24; }
.vp-laptop-bar span:nth-child(3), .vp-browser-top span:nth-child(3) { background: #32c48d; }
.vp-laptop-bar b, .vp-browser-top b { margin-left: 7px; font-weight: 700; }
.vp-laptop-base { position: absolute; left: -8%; bottom: -22px; width: 116%; height: 15px; border-radius: 2px 2px 18px 18px; background: linear-gradient(#cbd3db, #8d99a6); box-shadow: 0 10px 15px rgba(0,0,0,.17); }
.vp-phone { position: relative; overflow: hidden; border: 7px solid #111b2d; border-radius: 34px; background: #111b2d; box-shadow: 0 25px 60px rgba(13,24,45,.24); }
.vp-phone img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; border-radius: 26px; }
.vp-phone-speaker { position: absolute; z-index: 3; top: 7px; left: 50%; width: 44px; height: 5px; border-radius: 20px; background: #111b2d; transform: translateX(-50%); }
.vp-phone-hero { position: absolute; z-index: 2; right: 0; bottom: -35px; width: 205px; height: 430px; transform: rotate(4deg); }
.vp-sync-badge { position: absolute; z-index: 4; left: 3%; bottom: 10px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(7,130,79,.18); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: 0 16px 35px rgba(12,25,48,.15); backdrop-filter: blur(12px); }
.vp-sync-badge i { font-size: 27px; color: var(--vp-green); }
.vp-sync-badge span { display: grid; font-size: 11px; color: #667085; }
.vp-sync-badge strong { color: var(--vp-ink); font-size: 13px; }

.vp-proof { position: relative; z-index: 5; background: var(--vp-navy); }
.vp-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.vp-proof article { display: flex; align-items: center; gap: 14px; min-height: 112px; padding: 20px 32px; border-right: 1px solid rgba(255,255,255,.12); }
.vp-proof article:last-child { border-right: 0; }
.vp-proof article > i { color: #5ee0a6; font-size: 30px; }
.vp-proof article div { display: grid; gap: 3px; }
.vp-proof strong { color: #fff; }
.vp-proof span { color: #a9b5c7; font-size: 13px; }

.vp-section { padding: 110px 0; }
.vp-heading { max-width: 750px; margin-bottom: 48px; }
.vp-heading h2, .vp-final h2 { margin: 12px 0 16px; color: var(--vp-navy); font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.vp-heading p { max-width: 660px; font-size: 17px; line-height: 1.7; }
.vp-heading-light h2 { color: #fff; }
.vp-heading-light p { color: #abb8ca; }
.vp-heading-light .vp-kicker { color: #63dda8; }
.vp-versions { background: #f6f9f7; }
.vp-device-tabs { width: fit-content; display: flex; gap: 8px; margin-bottom: 30px; padding: 7px; border: 1px solid var(--vp-line); border-radius: 18px; background: #fff; }
.vp-device-tab { width: auto; min-width: 245px; margin: 0; padding: 12px 18px; display: flex; align-items: center; gap: 13px; border: 0; border-radius: 13px; color: #566273; background: transparent; text-align: left; cursor: pointer; }
.vp-device-tab i { font-size: 30px; }
.vp-device-tab span { display: grid; gap: 2px; font-size: 15px; font-weight: 800; }
.vp-device-tab small { font-size: 11px; font-weight: 500; color: #8390a2; }
.vp-device-tab.is-active { background: var(--vp-navy); color: #fff; box-shadow: 0 10px 24px rgba(12,25,48,.16); }
.vp-device-tab.is-active small { color: #b8c3d2; }
.vp-device-panel { min-height: 590px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; padding: 55px; border: 1px solid var(--vp-line); border-radius: 34px; background: #fff; box-shadow: 0 20px 60px rgba(19,47,37,.08); }
.vp-device-panel[hidden] { display: none; }
.vp-status { width: fit-content; padding: 7px 11px; display: flex; align-items: center; gap: 7px; border-radius: 999px; color: var(--vp-green-dark); background: #e8f7f0; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.vp-status span { width: 7px; height: 7px; border-radius: 50%; background: #16a36a; box-shadow: 0 0 0 4px rgba(22,163,106,.14); }
.vp-device-copy h3 { margin: 18px 0 16px; color: var(--vp-navy); font-size: clamp(30px, 3vw, 43px); line-height: 1.08; letter-spacing: -.035em; }
.vp-device-copy p { line-height: 1.75; }
.vp-device-copy ul { list-style: none; padding: 0; margin: 24px 0 28px; display: grid; gap: 12px; color: #334155; font-size: 14px; font-weight: 700; }
.vp-device-copy li { display: flex; align-items: center; gap: 9px; }
.vp-device-copy li i { color: var(--vp-green); font-size: 19px; }
.vp-cta-note { display: block; margin-top: 12px; color: #7b8798; font-size: 11px; }
.vp-phone-gallery { min-height: 510px; position: relative; display: flex; align-items: center; justify-content: center; }
.vp-phone-front { z-index: 2; width: 245px; height: 510px; transform: rotate(-3deg); }
.vp-phone-back { position: absolute; right: 7%; width: 205px; height: 430px; transform: rotate(8deg); opacity: .87; }
.vp-desktop-gallery { position: relative; min-height: 430px; display: flex; align-items: center; }
.vp-browser-frame { overflow: hidden; border: 6px solid #172238; border-radius: 15px; background: #fff; box-shadow: var(--vp-shadow); }
.vp-browser-frame img { width: 100%; display: block; }
.vp-browser-main { width: 100%; transform: perspective(1200px) rotateY(-4deg); }
.vp-browser-float { position: absolute; right: -4%; bottom: -25px; width: 48%; border-width: 4px; }
.vp-ios-note { width: fit-content; margin: 24px auto 0; padding: 10px 15px; border: 1px solid var(--vp-line); border-radius: 999px; color: #697586; background: rgba(255,255,255,.7); font-size: 12px; }
.vp-ios-note i { margin-right: 5px; }

.vp-story { position: relative; background: var(--vp-navy); }
.vp-story::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 10% 20%, rgba(7,130,79,.2), transparent 30%), radial-gradient(circle at 92% 70%, rgba(36,104,232,.18), transparent 28%); pointer-events: none; }
.vp-story .vp-wrap { position: relative; }
.vp-steps { display: grid; gap: 42px; }
.vp-step { min-height: 560px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; padding: 56px; border: 1px solid rgba(255,255,255,.1); border-radius: 34px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.vp-step-reverse .vp-step-copy { order: 2; }
.vp-step-reverse .vp-step-media { order: 1; }
.vp-step-copy > span { color: #59d8a1; font-size: 14px; font-weight: 900; letter-spacing: .12em; }
.vp-step-copy h3 { margin: 12px 0 15px; color: #fff; font-size: clamp(31px, 3vw, 46px); line-height: 1.1; }
.vp-step-copy p { color: #b4c0d0; font-size: 16px; line-height: 1.75; }
.vp-step-media { min-height: 430px; display: flex; align-items: center; justify-content: center; position: relative; }
.vp-phone-step { width: 230px; height: 480px; }
.vp-step-media-stack .vp-mini-shot { position: absolute; right: 3%; bottom: 0; width: 210px; height: 320px; overflow: hidden; border: 5px solid #fff; border-radius: 24px; box-shadow: 0 24px 50px rgba(0,0,0,.3); transform: rotate(5deg); }
.vp-mini-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.vp-offline-flow { margin-top: 26px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.vp-offline-flow b { padding: 10px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: #fff; background: rgba(255,255,255,.07); font-size: 12px; }
.vp-offline-flow b i { color: #63dda8; margin-right: 4px; }
.vp-offline-flow > i { color: #6f7f94; font-size: 20px; }
.vp-web-gallery { display: flex; min-height: 480px; }
.vp-phone-web { width: 230px; height: 480px; z-index: 2; transform: rotate(3deg); }
.vp-phone-web-back { position: absolute; left: 10%; z-index: 1; transform: rotate(-6deg); opacity: .82; }

.vp-final { background: #f6f9f7; }
.vp-final-card { padding: 55px 60px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; border-radius: 32px; background: linear-gradient(135deg, #075d3b, #0b243d 68%, #174d91); box-shadow: var(--vp-shadow); }
.vp-final .vp-kicker { color: #78e1b4; }
.vp-final h2 { margin-bottom: 12px; color: #fff; }
.vp-final p { max-width: 630px; margin-bottom: 0; color: #c2ceda; line-height: 1.65; }
.vp-final-actions { min-width: 275px; display: grid; margin-top: 0; }
.vp-btn-outline-light { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.08); }

.vp-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.vp-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
    .vp-page { padding-top: 105px; }
    .vp-hero-grid, .vp-device-panel, .vp-step, .vp-final-card { grid-template-columns: 1fr; }
    .vp-hero-grid { gap: 25px; padding-block: 70px 110px; }
    .vp-hero-copy { text-align: center; }
    .vp-lead { margin-inline: auto; }
    .vp-hero-actions, .vp-trust-list { justify-content: center; }
    .vp-hero-visual { width: min(720px, 100%); margin: 0 auto; }
    .vp-device-panel { gap: 25px; }
    .vp-device-copy { max-width: 680px; }
    .vp-step { gap: 30px; }
    .vp-step-reverse .vp-step-copy, .vp-step-reverse .vp-step-media { order: initial; }
    .vp-final-actions { width: 100%; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
    .vp-wrap { width: min(100% - 28px, 1180px); }
    .vp-page { padding-top: 95px; }
    .vp-hero { min-height: auto; }
    .vp-hero-grid { padding-block: 55px 90px; }
    .vp-hero-copy h1 { font-size: clamp(39px, 12vw, 56px); }
    .vp-lead { font-size: 16px; line-height: 1.65; }
    .vp-btn { width: 100%; }
    .vp-hero-visual { min-height: 380px; }
    .vp-glow { width: 360px; height: 360px; }
    .vp-laptop { width: 94%; transform: translateX(-5%) perspective(1000px) rotateY(-5deg); }
    .vp-phone-hero { width: 130px; height: 274px; right: -2%; bottom: 0; border-width: 5px; border-radius: 24px; }
    .vp-phone-hero img { border-radius: 19px; }
    .vp-sync-badge { left: 1%; bottom: -30px; }
    .vp-proof-grid { grid-template-columns: 1fr; padding-block: 6px; }
    .vp-proof article { min-height: 82px; padding: 15px 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .vp-proof article:last-child { border-bottom: 0; }
    .vp-section { padding: 78px 0; }
    .vp-heading { margin-bottom: 32px; }
    .vp-heading h2, .vp-final h2 { font-size: 36px; }
    .vp-device-tabs { width: 100%; }
    .vp-device-tab { flex: 1; min-width: 0; padding: 11px; }
    .vp-device-tab small { display: none; }
    .vp-device-panel { min-height: auto; padding: 28px 20px 40px; border-radius: 24px; overflow: hidden; }
    .vp-phone-gallery { min-height: 420px; }
    .vp-phone-front { width: 195px; height: 405px; }
    .vp-phone-back { width: 160px; height: 335px; right: -2%; }
    .vp-desktop-gallery { min-height: 290px; }
    .vp-browser-main { width: 118%; max-width: none; transform: translateX(-4%); }
    .vp-browser-float { width: 52%; right: -7%; bottom: 5px; }
    .vp-step { min-height: auto; padding: 34px 20px; border-radius: 24px; }
    .vp-step-media { min-height: 420px; }
    .vp-phone-step { width: 195px; height: 405px; }
    .vp-step-media-stack .vp-mini-shot { width: 155px; height: 245px; right: -4%; }
    .vp-web-gallery { min-height: 410px; }
    .vp-phone-web { width: 190px; height: 400px; }
    .vp-phone-web-back { left: -2%; }
    .vp-final-card { padding: 38px 24px; border-radius: 24px; }
    .vp-final-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .vp-reveal { opacity: 1; transform: none; transition: none; }
    .vp-btn { transition: none; }
}
