:root {
  --vw-primary: #f4462b;
  --vw-primary-glow: #f9903f;
  --vw-gold: #f2a63b;
  --vw-fg: #241a17;
  --vw-muted: #6d6360;
  --vw-bg: #ffffff;
  --vw-card: #fff;
  --vw-border: #eee7e4;
  --vw-radius: 20px;
  --vw-shadow: 0 18px 40px -24px rgba(244, 70, 43, 0.35);
  --vw-glow: 0 24px 60px -20px rgba(244, 70, 43, 0.45);
  --vw-display: "Bricolage Grotesque", system-ui, sans-serif;
  --vw-sans: "Plus Jakarta Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--vw-bg); color: var(--vw-fg); font-family: var(--vw-sans); -webkit-font-smoothing: antialiased; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--vw-display); letter-spacing: -0.02em; line-height: 1.08; margin: 0; }
.vw-muted { color: var(--vw-muted); }
.vw-container { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.vw-narrow { max-width: 780px; }

/* Header */
.vw-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(14px); border-bottom: 1px solid var(--vw-border); transition: box-shadow 0.3s ease; }
.vw-header.is-scrolled { box-shadow: 0 6px 22px -18px rgba(0, 0, 0, 0.5); }
.vw-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 12px; padding-bottom: 12px; }
.vw-logo { display: flex; align-items: center; gap: 10px; }
.vw-logo-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 999px; background: linear-gradient(135deg, var(--vw-primary), var(--vw-primary-glow)); color: #fff; font-family: var(--vw-display); font-weight: 800; }
.vw-logo-text { font-family: var(--vw-display); font-weight: 700; font-size: 18px; }
.vw-nav { display: none; gap: 26px; font-size: 14px; font-weight: 500; color: var(--vw-muted); }
.vw-nav a:hover { color: var(--vw-primary); }
.vw-menu { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
@media (min-width: 900px) { .vw-nav { display: flex; align-items: center; } }

/* Buttons */
.vw-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 15px 28px; font-weight: 700; font-size: 15px; transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease; }
.vw-btn:hover { transform: translateY(-2px) scale(1.02); }
.vw-btn-sm { padding: 10px 18px; font-size: 14px; }
.vw-btn-block { display: flex; width: 100%; margin-top: 22px; }
.vw-btn-primary { background: linear-gradient(135deg, var(--vw-primary), var(--vw-primary-glow)); color: #fff; box-shadow: var(--vw-glow); }
.vw-btn-ghost { border: 1px solid var(--vw-border); background: var(--vw-card); }
.vw-btn-light { background: #fff; color: var(--vw-primary); box-shadow: var(--vw-shadow); }

/* Hero */
.vw-hero { position: relative; overflow: hidden; background:
    radial-gradient(1200px 600px at 15% 10%, rgba(53, 180, 125, 0.22), transparent 60%),
    radial-gradient(900px 500px at 95% 40%, rgba(227, 178, 60, 0.25), transparent 65%),
    linear-gradient(180deg, #f2fbf6, #fbfdfb); }
.vw-hero-grid { display: grid; gap: 48px; padding-top: 64px; padding-bottom: 48px; align-items: center; }
@media (min-width: 960px) { .vw-hero-grid { grid-template-columns: 1fr 1fr; padding-top: 90px; } }
.vw-badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--vw-border); background: #fff; border-radius: 999px; padding: 8px 16px; font-size: 14px; font-weight: 500; box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.3); }
.vw-live { font-style: normal; font-size: 11px; font-weight: 700; background: #e7f5ee; color: var(--vw-primary); padding: 2px 8px; border-radius: 999px; }
.vw-hero-title { font-size: clamp(38px, 6.4vw, 62px); font-weight: 800; margin-top: 22px; }
.vw-underline { display: block; position: relative; }
.vw-underline::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 6px; width: 100%; border-radius: 999px; background: linear-gradient(135deg, var(--vw-gold), #f0d38a); }
.vw-lead { margin-top: 34px; font-size: 18px; color: var(--vw-muted); max-width: 520px; }
.vw-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.vw-ticks { display: flex; flex-wrap: wrap; gap: 8px 26px; list-style: none; padding: 0; margin: 26px 0 0; font-size: 14px; color: var(--vw-muted); }
.vw-ticks li::before { content: "✓ "; color: var(--vw-primary); font-weight: 700; }

.vw-hero-media { position: relative; }
.vw-hero-media .vw-shine { position: relative; overflow: hidden; border-radius: 26px; border: 1px solid var(--vw-border); box-shadow: var(--vw-glow); }
.vw-shine::after { content: ""; position: absolute; inset: 0; width: 40%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent); animation: vw-shine 3.4s ease-in-out infinite; }
.vw-float { position: absolute; background: #fff; border: 1px solid var(--vw-border); border-radius: 18px; padding: 12px 16px; box-shadow: var(--vw-shadow); animation: vw-float 6s ease-in-out infinite; }
.vw-float strong { display: block; font-size: 14px; }
.vw-float small { color: var(--vw-muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; }
.vw-chip-pay { left: -8px; top: 26px; }
.vw-chip-total { right: 12px; top: 12px; background: linear-gradient(135deg, var(--vw-primary), var(--vw-primary-glow)); color: #fff; border: none; border-radius: 999px; font-weight: 700; font-size: 14px; animation-delay: 1s; }
.vw-chip-rating { right: 0; bottom: -18px; animation-delay: 2s; }

/* Stats */
.vw-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding-bottom: 60px; }
@media (min-width: 760px) { .vw-stats { grid-template-columns: repeat(4, 1fr); } }
.vw-stat { background: var(--vw-card); border: 1px solid var(--vw-border); border-radius: var(--vw-radius); padding: 22px; text-align: center; box-shadow: var(--vw-shadow); transition: transform 0.35s ease, box-shadow 0.35s ease; }
.vw-stat:hover { transform: translateY(-6px); box-shadow: var(--vw-glow); }
.vw-stat > span { font-family: var(--vw-display); font-size: 30px; font-weight: 800; color: var(--vw-primary); }
.vw-stat p { margin: 4px 0 0; font-size: 13px; color: var(--vw-muted); }

/* Marquee */
.vw-marquee { overflow: hidden; border-top: 1px solid var(--vw-border); border-bottom: 1px solid var(--vw-border); background: #f1f8f4; padding: 12px 0; }
.vw-marquee-track { display: flex; gap: 40px; width: max-content; font-size: 14px; font-weight: 500; animation: vw-marquee 32s linear infinite; }
.vw-marquee-track span { white-space: nowrap; }

/* Sections */
.vw-section { padding: 84px 20px; }
.vw-alt { background: #f4faf6; }
.vw-head { max-width: 640px; margin: 0 auto 54px; text-align: center; }
.vw-eyebrow { text-transform: uppercase; letter-spacing: 0.18em; font-size: 12px; font-weight: 800; color: var(--vw-primary); margin: 0 0 10px; }
.vw-head h2 { font-size: clamp(30px, 4.4vw, 46px); font-weight: 800; }
.vw-grid-3 { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 860px) { .vw-grid-3 { grid-template-columns: repeat(3, 1fr); } }

.vw-card { position: relative; background: var(--vw-card); border: 1px solid var(--vw-border); border-radius: 24px; padding: 30px; box-shadow: var(--vw-shadow); transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease; }
.vw-card:hover { transform: translateY(-6px); box-shadow: var(--vw-glow); }
.vw-card h3 { font-size: 19px; font-weight: 700; margin-top: 14px; }
.vw-step-num, .vw-idx { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: linear-gradient(135deg, var(--vw-primary), var(--vw-primary-glow)); color: #fff; font-family: var(--vw-display); font-weight: 800; }
.vw-pill { display: inline-block; margin-top: 16px; background: #e7f5ee; color: var(--vw-primary); border-radius: 999px; padding: 5px 12px; font-size: 12px; font-weight: 700; }
.vw-popular { border-color: var(--vw-primary); }
.vw-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--vw-gold), #f0d38a); color: #4a3a10; font-size: 12px; font-weight: 800; padding: 5px 14px; border-radius: 999px; }
.vw-price { font-family: var(--vw-display); font-size: 38px; font-weight: 800; color: var(--vw-primary); margin: 14px 0 4px; }
.vw-price small { font-size: 13px; font-weight: 500; color: var(--vw-muted); margin-left: 6px; font-family: var(--vw-sans); }
.vw-list { list-style: none; padding: 0; margin: 20px 0 0; font-size: 14px; }
.vw-list li { padding-left: 24px; position: relative; margin-bottom: 10px; }
.vw-list li::before { content: "✓"; position: absolute; left: 0; color: var(--vw-primary); font-weight: 800; }
.vw-note { text-align: center; margin-top: 34px; font-size: 14px; color: var(--vw-muted); }

.vw-card blockquote { margin: 0; font-size: 14px; color: var(--vw-muted); }
.vw-card figcaption { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--vw-border); }
.vw-avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 999px; background: linear-gradient(135deg, var(--vw-primary), var(--vw-primary-glow)); color: #fff; font-size: 12px; font-weight: 700; }
.vw-card figcaption strong { display: block; font-size: 14px; }
.vw-card figcaption small { color: var(--vw-muted); font-size: 12px; }
.vw-card figcaption em { margin-left: auto; font-style: normal; font-family: var(--vw-display); font-weight: 800; color: var(--vw-primary); }

/* FAQ */
.vw-faq details { border-bottom: 1px solid var(--vw-border); padding: 18px 0; }
.vw-faq summary { cursor: pointer; font-family: var(--vw-display); font-weight: 700; font-size: 17px; list-style: none; }
.vw-faq summary::-webkit-details-marker { display: none; }
.vw-faq summary::after { content: "+"; float: right; color: var(--vw-primary); font-weight: 800; }
.vw-faq details[open] summary::after { content: "–"; }

/* Final CTA */
.vw-final { position: relative; overflow: hidden; text-align: center; border-radius: 32px; padding: 64px 24px; color: #fff; background: linear-gradient(135deg, var(--vw-primary), var(--vw-primary-glow)); box-shadow: var(--vw-glow); }
.vw-final h2 { font-size: clamp(30px, 4.4vw, 46px); font-weight: 800; margin: 20px 0 12px; }
.vw-final p { max-width: 560px; margin: 0 auto; opacity: 0.9; }
.vw-final .vw-btn { margin-top: 28px; }
.vw-final small { display: block; margin-top: 18px; opacity: 0.85; font-size: 13px; }
.vw-live-pill { display: inline-block; background: rgba(255, 255, 255, 0.18); border-radius: 999px; padding: 6px 16px; font-size: 14px; font-weight: 600; }

/* Footer */
.vw-footer { border-top: 1px solid var(--vw-border); padding: 34px 0; font-size: 14px; color: var(--vw-muted); }
.vw-footer-inner { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; }
.vw-footer-link { color: var(--vw-primary); font-weight: 700; }

/* Effects */
.vw-reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.vw-reveal.is-in { opacity: 1; transform: none; }
.vw-grid-3 .vw-reveal:nth-child(2) { transition-delay: 0.11s; }
.vw-grid-3 .vw-reveal:nth-child(3) { transition-delay: 0.22s; }
.vw-grid-3 .vw-reveal:nth-child(4) { transition-delay: 0.33s; }
.vw-grid-3 .vw-reveal:nth-child(5) { transition-delay: 0.44s; }
.vw-grid-3 .vw-reveal:nth-child(6) { transition-delay: 0.55s; }
.vw-rise { animation: vw-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) both; }
.vw-delay { animation-delay: 0.15s; }

@keyframes vw-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes vw-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes vw-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes vw-shine { from { transform: translateX(-120%) skewX(-18deg); } to { transform: translateX(320%) skewX(-18deg); } }

@media (prefers-reduced-motion: reduce) {
  *, *::after { animation: none !important; transition: none !important; }
  .vw-reveal { opacity: 1; transform: none; }
}


/* Logo + extra motion */
.vw-logo-img { width: 40px; height: 40px; border-radius: 999px; object-fit: cover; animation: vw-glow 3.6s ease-in-out infinite; transition: transform .5s ease; }
.vw-logo:hover .vw-logo-img { transform: rotate(6deg) scale(1.1); }
.vw-footer-logo { width: 28px; height: 28px; border-radius: 999px; object-fit: cover; animation: vw-bob 3.4s ease-in-out infinite; vertical-align: middle; margin-right: 8px; }
@keyframes vw-glow { 0%,100% { box-shadow: 0 0 0 0 rgba(244,70,43,0); } 50% { box-shadow: 0 0 30px 2px rgba(244,70,43,0.35); } }
@keyframes vw-bob { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-6px);} }
@keyframes vw-blob { 0%,100% { transform: translate3d(0,0,0) scale(1);} 33% { transform: translate3d(24px,-18px,0) scale(1.08);} 66% { transform: translate3d(-18px,14px,0) scale(.94);} }
@keyframes vw-gradient { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.vw-btn-primary, .vw-cta { background-size: 220% 220% !important; animation: vw-gradient 7s ease infinite; }
.vw-blob { position: absolute; border-radius: 999px; filter: blur(60px); pointer-events: none; animation: vw-blob 16s ease-in-out infinite; }
.vw-blob-1 { left: -90px; top: -90px; width: 280px; height: 280px; background: rgba(244,70,43,0.18); }
.vw-blob-2 { right: -40px; top: 160px; width: 320px; height: 320px; background: rgba(242,166,59,0.22); animation-delay: 3s; }
.vw-card:hover, .vw-step:hover, .vw-benefit:hover { transform: perspective(900px) rotateX(4deg) rotateY(-4deg) translateY(-6px); box-shadow: var(--vw-glow); }
.vw-card, .vw-step, .vw-benefit { transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s ease; }
@media (prefers-reduced-motion: reduce) { * { animation-duration: .001ms !important; transition-duration: .001ms !important; } }
