:root{--wvg-bg:#fff;--wvg-surface:#fafafa;--wvg-text:#111827;--wvg-text-2:#4b5563;--wvg-muted:#6b7280;--wvg-accent:#25d366;--wvg-accent-dark:#128c7e;--wvg-accent-soft:#e8f5e9;--wvg-border:#e5e7eb;--wvg-border-soft:#f3f4f6;--wvg-card-shadow:0 8px 20px #00000005,0 2px 6px #0000000d}[data-theme=dark]{--wvg-bg:#0a0a0f;--wvg-surface:#111118;--wvg-text:#f9fafb;--wvg-text-2:#d1d5db;--wvg-muted:#9ca3af;--wvg-border:#1f2937;--wvg-border-soft:#1e1e2a;--wvg-accent-soft:#1a2a1f}.wvg-page{background:var(--wvg-bg);color:var(--wvg-text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.5;position:relative;overflow-x:clip}.wvg-ambient{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.wvg-blob{filter:blur(90px);opacity:.25;border-radius:50%;width:40vw;height:40vw;position:absolute}.wvg-blob-1{opacity:.2;background:#25d366;top:-20vh;left:-10vw}.wvg-blob-2{opacity:.15;background:#128c7e;bottom:-10vh;right:-5vw}.wvg-blob-3{opacity:.1;background:#075e54;top:30vh;right:20vw}.wvg-grid-bg{z-index:0;background-image:linear-gradient(var(--wvg-border-soft)1px,transparent 1px),linear-gradient(90deg,var(--wvg-border-soft)1px,transparent 1px);opacity:.3;pointer-events:none;background-size:40px 40px;position:fixed;inset:0}.wvg-nav{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--wvg-border);background:#ffffffb3;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;position:relative}[data-theme=dark] .wvg-nav{background:#0a0a0fcc}.wvg-nav-logo{letter-spacing:-.02em;color:var(--wvg-text);font-size:1.5rem;font-weight:800;text-decoration:none}.wvg-nav-logo span{color:var(--wvg-accent)}.wvg-nav-links{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.wvg-nav-links a{color:var(--wvg-text-2);font-weight:500;text-decoration:none;transition:color .2s}.wvg-nav-links a:hover{color:var(--wvg-accent)}.wvg-nav-cta{background:linear-gradient(135deg,#25d366,#128c7e);border-radius:999px;padding:.5rem 1.25rem;font-weight:600;color:#fff!important}.wvg-content{z-index:2;max-width:1280px;margin:0 auto;padding:2rem 2rem 4rem;position:relative}.wvg-hero{text-align:center;margin-bottom:5rem}.wvg-eyebrow{background:var(--wvg-accent-soft);color:var(--wvg-accent-dark);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.3rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.wvg-eyebrow-dot{background:var(--wvg-accent);border-radius:50%;width:6px;height:6px;display:inline-block}.wvg-hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.2rem;font-weight:800;line-height:1.2}.wvg-highlight{color:#0000;background:linear-gradient(135deg,#25d366,#128c7e);-webkit-background-clip:text;background-clip:text}.wvg-hero-sub{color:var(--wvg-text-2);max-width:720px;margin:0 auto 2rem;font-size:1.2rem}.wvg-cta-block{margin:2rem 0}.wvg-cta-primary{color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:999px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.2rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 12px 24px -8px #25d3664d}.wvg-cta-primary:hover{transform:translateY(-2px);box-shadow:0 20px 28px -12px #25d36666}.wvg-cta-arrow{transition:transform .2s}.wvg-cta-primary:hover .wvg-cta-arrow{transform:translate(4px)}.wvg-cta-note{color:var(--wvg-muted);flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;font-size:.8rem;display:flex}.wvg-trust-badges{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.wvg-badge{background:var(--wvg-surface);border:1px solid var(--wvg-border);border-radius:999px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:500;display:flex}.wvg-mockup-section{text-align:center;margin:4rem 0}.wvg-section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--wvg-accent-dark);margin-bottom:1rem;font-size:.7rem;font-weight:700}.wvg-mockup-wrapper{max-width:1000px;margin:2rem auto;position:relative}.wvg-mockup-glow{z-index:0;background:radial-gradient(circle,#25d36626,#0000 70%);border-radius:40px;position:absolute;inset:-2rem}.wvg-mockup-frame{background:var(--wvg-surface);border:1px solid var(--wvg-border);box-shadow:var(--wvg-card-shadow);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:24px;position:relative;overflow:hidden}.wvg-mockup-topbar{background:var(--wvg-border-soft);border-bottom:1px solid var(--wvg-border);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.wvg-dot-red,.wvg-dot-yellow,.wvg-dot-green{border-radius:50%;width:12px;height:12px}.wvg-dot-red{background:#ff5f56}.wvg-dot-yellow{background:#ffbd2e}.wvg-dot-green{background:#27c93f}.wvg-mockup-url{color:var(--wvg-muted);background:var(--wvg-bg);border-radius:20px;margin-left:1rem;padding:.2rem .8rem;font-size:.7rem}.wvg-mockup-body{background:var(--wvg-bg);flex-direction:row;gap:2rem;padding:2rem;display:flex}@media (max-width:768px){.wvg-mockup-body{flex-direction:column}}.wvg-prompt-col{background:var(--wvg-surface);border:1px solid var(--wvg-border);border-radius:20px;flex:2;padding:1.5rem}.wvg-prompt-header{gap:.75rem;margin-bottom:1.5rem;display:flex}.wvg-prompt-avatar{font-size:2rem}.wvg-prompt-title{font-weight:800}.wvg-prompt-type{color:var(--wvg-muted);font-size:.75rem}.wvg-prompt-line{background:var(--wvg-bg);border:1px solid var(--wvg-border-soft);border-radius:12px;gap:.75rem;margin-bottom:1rem;padding:.75rem;display:flex}.wvg-prompt-num{font-size:1.2rem}.wvg-prompt-connector{background:var(--wvg-border);width:2px;height:20px;margin:.25rem auto}.wvg-mockup-arrow{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.wvg-arrow-line{color:var(--wvg-accent);font-size:2rem}.wvg-arrow-label{background:var(--wvg-accent-soft);border-radius:999px;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.wvg-whatsapp-col{background:var(--wvg-surface);border:1px solid var(--wvg-border);border-radius:28px;flex:1.5;padding:1rem}.wvg-phone-mockup{background:#1e2a1f;border-radius:32px;padding:1rem;box-shadow:0 20px 35px -12px #0000004d}.wvg-phone-notch{background:#111;border-radius:0 0 16px 16px;width:120px;height:20px;margin:-1rem auto 1rem}.wvg-phone-header{color:#fff;justify-content:space-between;margin-bottom:1rem;font-weight:600;display:flex}.wvg-phone-video{color:#fff;background:#2d3a2e;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:180px;margin-bottom:1rem;display:flex}.wvg-play-icon{font-size:2rem}.wvg-phone-message{color:#fff;background:#075e54;border-radius:16px;margin-bottom:.5rem;padding:.5rem .75rem;font-size:.7rem}.wvg-message-in{background:#1f2c20;margin-left:2rem}.wvg-message-sender{margin-right:.5rem;font-weight:700}.wvg-stats-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:3rem 0;display:grid}.wvg-stat-card{background:var(--wvg-surface);border:1px solid var(--wvg-border);text-align:center;border-radius:20px;padding:1.5rem}.wvg-stat-num{color:#0000;background:linear-gradient(135deg,#25d366,#128c7e);-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:800}.wvg-stat-label{color:var(--wvg-text-2);margin-top:.5rem;font-size:.85rem}.wvg-usecases-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:2rem 0;display:grid}.wvg-uc-card{background:var(--wvg-surface);border:1px solid var(--wvg-border);border-radius:24px;padding:1.5rem;transition:all .2s}.wvg-uc-card:hover{border-color:var(--wvg-accent);transform:translateY(-4px)}.wvg-uc-emoji{margin-bottom:1rem;font-size:2rem;display:block}.wvg-uc-card h3{margin-bottom:.5rem;font-size:1.25rem}.wvg-uc-card p{color:var(--wvg-text-2);margin-bottom:1rem;font-size:.9rem}.wvg-uc-tag{background:var(--wvg-accent-soft);color:var(--wvg-accent-dark);border-radius:999px;padding:.2rem .6rem;font-size:.7rem;display:inline-block}.wvg-steps{flex-direction:column;gap:2rem;margin:2rem 0;display:flex}.wvg-step{align-items:flex-start;gap:1.5rem;display:flex}.wvg-step-num{color:var(--wvg-accent);background:var(--wvg-accent-soft);border-radius:999px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;font-weight:800;display:flex}.wvg-step-content h3{margin-bottom:.5rem;font-size:1.3rem}.wvg-step-badge{background:var(--wvg-border-soft);color:var(--wvg-muted);border-radius:999px;margin-top:.75rem;padding:.2rem .8rem;font-size:.7rem;display:inline-block}.wvg-inline-cta{text-align:center;background:linear-gradient(135deg,#25d36614,#128c7e0f);border:1px solid #25d36633;border-radius:32px;margin:3rem 0;padding:2rem}.wvg-features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin:2rem 0;display:grid}.wvg-feature-card{background:var(--wvg-surface);border:1px solid var(--wvg-border);border-radius:20px;padding:1.5rem}.wvg-feature-icon{margin-bottom:.75rem;font-size:2rem;display:block}.wvg-prose{max-width:850px;color:var(--wvg-text-2);margin:2rem auto;font-size:1rem}.wvg-prose h2{color:var(--wvg-text);margin:2rem 0 1rem;font-size:1.8rem}.wvg-prose h3{color:var(--wvg-text);margin:1.5rem 0 .75rem;font-size:1.3rem}.wvg-prose p{margin-bottom:1rem;line-height:1.6}.wvg-highlight-box{background:var(--wvg-accent-soft);border-left:4px solid var(--wvg-accent);border-radius:16px;margin:1.5rem 0;padding:1.25rem}.wvg-compare-table{border-collapse:collapse;background:var(--wvg-surface);border-radius:20px;width:100%;overflow:hidden}.wvg-compare-table th,.wvg-compare-table td{text-align:left;border-bottom:1px solid var(--wvg-border);padding:1rem}.wvg-compare-table th{background:var(--wvg-border-soft);font-weight:700}.wvg-col-highlight{background:#25d3660d}.wvg-yes{color:#10b981;font-weight:700}.wvg-no{color:#ef4444}.wvg-maybe{color:#f59e0b}.wvg-faq{flex-direction:column;gap:.75rem;display:flex}.wvg-faq-item{background:var(--wvg-surface);border:1px solid var(--wvg-border);border-radius:16px;overflow:hidden}.wvg-faq-q{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:700;list-style:none;display:flex}.wvg-faq-q::-webkit-details-marker{display:none}.wvg-faq-chevron{font-size:.7rem;transition:transform .2s}details[open] .wvg-faq-chevron{transform:rotate(180deg)}.wvg-faq-a{color:var(--wvg-text-2);border-top:1px solid var(--wvg-border);padding:0 1.25rem 1.25rem}.wvg-related-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:2rem 0;display:grid}.wvg-related-card{background:var(--wvg-surface);border:1px solid var(--wvg-border);color:inherit;border-radius:20px;padding:1.25rem;text-decoration:none;transition:all .2s}.wvg-related-card:hover{border-color:var(--wvg-accent);transform:translateY(-2px)}.wvg-related-icon{margin-bottom:.75rem;font-size:1.8rem;display:block}.wvg-related-card h4{margin-bottom:.25rem;font-size:1rem}.wvg-related-card p{color:var(--wvg-muted);font-size:.8rem}.wvg-footer-cta{text-align:center;background:var(--wvg-surface);border:1px solid var(--wvg-border);border-radius:48px;margin-top:4rem;padding:3rem 2rem}.wvg-footer-cta h2{margin-bottom:1rem;font-size:2rem}.wvg-footer-small{color:var(--wvg-muted);margin-top:1.5rem;font-size:.75rem}@media (max-width:768px){.wvg-nav{flex-direction:column;gap:1rem}.wvg-nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.wvg-hero-title{font-size:2rem}.wvg-cta-primary{padding:.75rem 1.5rem;font-size:1rem}.wvg-step{text-align:center;flex-direction:column;align-items:center}.wvg-mockup-body{padding:1rem}}
