*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#b721ff;--color-secondary:#21d4fd;--color-dark:#0f0f0f;--color-text:#1a1a1a;--color-text-muted:#6b7280;--color-text-light:#9ca3af;--color-bg:#ffffff;--color-bg-soft:#fafafa;--color-bg-muted:#f3f4f6;--color-border:#e5e7eb;--gradient-primary:linear-gradient(135deg,var(--color-primary),var(--color-secondary));--gradient-subtle:linear-gradient(135deg,rgba(183,33,255,0.08),rgba(33,212,253,0.08));--shadow-sm:0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 4px 12px rgba(0,0,0,0.08);--shadow-lg:0 12px 40px rgba(0,0,0,0.12);--shadow-glow:0 8px 32px rgba(183,33,255,0.2);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--transition-fast:0.15s ease;--transition-base:0.25s ease;--transition-slow:0.4s cubic-bezier(0.4,0,0.2,1);--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-bg);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.heading-display{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-0.03em}.heading-1{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-0.02em}.heading-2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.3;letter-spacing:-0.01em}.heading-3{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:600;line-height:1.4}.text-lg{font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.7}.text-base{font-size:1rem;line-height:1.7}.text-sm{font-size:0.875rem;line-height:1.6}.text-muted{color:var(--color-text-muted)}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-lg{padding:120px 0}.section-sm{padding:48px 0}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.gap-xl{gap:32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-family:var(--font-sans);font-size:1rem;font-weight:600;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all var(--transition-base);white-space:nowrap}.btn-primary{background:var(--gradient-primary);color:white;box-shadow:var(--shadow-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(183,33,255,0.35)}.btn-secondary{background:var(--color-bg);color:var(--color-text);border:1.5px solid var(--color-border)}.btn-secondary:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--gradient-subtle)}.btn-ghost{background:transparent;color:var(--color-text-muted);padding:10px 16px}.btn-ghost:hover{color:var(--color-primary)}.btn-lg{padding:18px 36px;font-size:1.125rem;border-radius:var(--radius-lg)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;padding-top:100px;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:-1;overflow:hidden}.hero-bg::before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:100%;background:radial-gradient(circle,rgba(183,33,255,0.08) 0%,transparent 60%);animation:float-slow 20s ease-in-out infinite}.hero-bg::after{content:"";position:absolute;bottom:-30%;left:-10%;width:60%;height:80%;background:radial-gradient(circle,rgba(33,212,253,0.06) 0%,transparent 60%);animation:float-slow 25s ease-in-out infinite reverse}@keyframes float-slow{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(30px,-20px) scale(1.05)}}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-text{max-width:560px;word-break:break-word}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--gradient-subtle);border:1px solid rgba(183,33,255,0.15);border-radius:100px;font-size:0.875rem;font-weight:600;color:var(--color-primary);margin-bottom:24px;animation:fade-in-up 0.6s ease-out}.hero-badge-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.6;transform:scale(1.2)}}.hero-title{margin-bottom:24px;animation:fade-in-up 0.6s ease-out 0.1s both}.hero-description{margin-bottom:32px;animation:fade-in-up 0.6s ease-out 0.2s both}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:48px;animation:fade-in-up 0.6s ease-out 0.3s both}.hero-features{display:flex;flex-wrap:wrap;gap:24px;animation:fade-in-up 0.6s ease-out 0.4s both}.hero-feature{display:flex;align-items:center;gap:8px;font-size:0.875rem;color:var(--color-text-muted)}.hero-feature-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);border-radius:50%;color:white;font-size:10px}.hero-visual{position:relative;display:flex;justify-content:center;animation:fade-in-up 0.8s ease-out 0.2s both}.hero-phone{position:relative;z-index:2}.hero-phone-wrapper{width:280px;height:580px;border-radius:45px;overflow:hidden;box-shadow:var(--shadow-lg),0 0 0 1px rgba(0,0,0,0.05);background:var(--color-dark)}.hero-phone-wrapper video{width:100%;height:100%;object-fit:cover}.hero-phone-glow{position:absolute;inset:-40px;background:var(--gradient-primary);filter:blur(80px);opacity:0.3;z-index:-1;animation:glow-pulse 4s ease-in-out infinite}@keyframes glow-pulse{0%,100%{opacity:0.3;transform:scale(1)}50%{opacity:0.4;transform:scale(1.05)}}.hero-stats{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:3;width:max-content}.hero-stat{display:flex;align-items:center;gap:8px;padding:12px 20px;background:white;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);font-size:0.875rem;font-weight:600}.hero-stat-live{width:12px;height:12px;background:#4ade80;border-radius:50%;position:relative;animation:livePulse 1.5s infinite}.hero-stat-live::after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border:2px solid #4ade80;border-radius:50%;animation:liveRing 1.5s infinite}@keyframes livePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes liveRing{0%{transform:scale(0.8);opacity:1}100%{transform:scale(1.4);opacity:0}}@keyframes fade-in-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-feature-bubbles{position:absolute;left:calc(100% + 16px);top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:20px;z-index:10;pointer-events:none}.hero-bubble-item{position:relative;pointer-events:auto;cursor:default;animation:hero-bubble-in 0.75s cubic-bezier(0.34,1.56,0.64,1) calc(0.5s + var(--i) * 0.2s) both,hero-bubble-float 3.6s ease-in-out calc(1.6s + var(--i) * 0.45s) infinite}.hero-bubble-inner{display:flex;flex-direction:column;align-items:center;gap:7px}.hero-bubble-circle{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;box-shadow:0 8px 22px rgba(0,0,0,0.18);transition:transform 0.35s cubic-bezier(0.34,1.56,0.64,1),box-shadow 0.3s ease}.hero-bubble-circle::after{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(145deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 55%);pointer-events:none}.hero-bubble--video .hero-bubble-circle{background:linear-gradient(135deg,#8b5cf6,#b721ff)}.hero-bubble--photos .hero-bubble-circle{background:linear-gradient(135deg,#f43f5e,#b721ff)}.hero-bubble--voice .hero-bubble-circle{background:linear-gradient(135deg,#06b6d4,#21d4fd)}.hero-bubble-label{font-size:0.6rem;font-weight:500;text-align:center;color:var(--color-text-muted);letter-spacing:0.03em;line-height:1.2;white-space:nowrap;transition:color 0.25s ease}.hero-bubble-item:hover .hero-bubble-circle{transform:scale(1.13) rotate(9deg)}.hero-bubble--video:hover .hero-bubble-circle{box-shadow:0 12px 32px rgba(139,92,246,0.48)}.hero-bubble--photos:hover .hero-bubble-circle{box-shadow:0 12px 32px rgba(244,63,94,0.48)}.hero-bubble--voice:hover .hero-bubble-circle{box-shadow:0 12px 32px rgba(6,182,212,0.48)}.hero-bubble--video:hover .hero-bubble-label{color:#8b5cf6}.hero-bubble--photos:hover .hero-bubble-label{color:#f43f5e}.hero-bubble--voice:hover .hero-bubble-label{color:#06b6d4}@keyframes hero-bubble-in{from{opacity:0;translate:-170px 0;scale:0.45}to{opacity:1;translate:0 0;scale:1}}@keyframes hero-bubble-float{0%,100%{translate:0 0}50%{translate:0 -11px}}@media (max-width:768px){.hero-feature-bubbles{left:50%;top:calc(100% + 28px);transform:translateX(-50%);flex-direction:row;gap:20px;align-items:flex-start;pointer-events:auto}.hero-bubble-item{animation:hero-bubble-in-up 0.6s cubic-bezier(0.34,1.56,0.64,1) calc(0.3s + var(--i) * 0.15s) both,hero-bubble-float 3.6s ease-in-out calc(1.2s + var(--i) * 0.4s) infinite}.hero-bubble-circle{width:52px;height:52px}.hero-bubble-circle svg{width:21px;height:21px}}@keyframes hero-bubble-in-up{from{opacity:0;translate:0 38px;scale:0.5}to{opacity:1;translate:0 0;scale:1}}@media (max-width:480px){.hero-feature-bubbles{gap:12px}.hero-bubble-circle{width:48px;height:48px}.hero-bubble-circle svg{width:19px;height:19px}.hero-bubble-label{font-size:0.5625rem}}.trust-bar{background:var(--color-bg-soft);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);overflow:hidden}.trust-track{display:flex;animation:scroll-left 15s linear infinite;will-change:transform}.trust-item{display:flex;align-items:center;gap:10px;padding:16px 32px;white-space:nowrap;font-size:0.9375rem;font-weight:500;color:var(--color-text-muted)}.trust-item-icon{font-size:1.25rem}@keyframes scroll-left{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.trust-track{animation-duration:10s}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all 0.6s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:0.1s}.delay-2{transition-delay:0.2s}.delay-3{transition-delay:0.3s}.delay-4{transition-delay:0.4s}.delay-5{transition-delay:0.5s}@media (max-width:768px){.animate-on-scroll{opacity:1;transform:translateY(0);transition:none}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 24px;transition:all var(--transition-base)}.header-pill{max-width:1200px;margin:0 auto;background:rgba(255,255,255,0.95);border:1px solid rgba(0,0,0,0.06);border-radius:100px;box-shadow:0 4px 24px rgba(0,0,0,0.06);transition:all var(--transition-base)}.header.scrolled .header-pill{box-shadow:0 8px 32px rgba(0,0,0,0.1);background:rgba(255,255,255,0.98)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px;padding:0 8px 0 24px;gap:16px}.header-logo a{display:flex;align-items:center;flex-shrink:0}.header-logo .logo-full{height:35px;width:auto;max-width:170px;object-fit:contain}.header-logo .logo-icon{display:none;height:28px;width:28px;object-fit:contain}.header-nav{display:flex;align-items:center;gap:8px}.header-nav-link{display:flex;align-items:center;gap:4px;padding:8px 14px;font-size:0.9rem;font-weight:500;color:var(--color-text);border-radius:100px;transition:all var(--transition-fast)}.header-nav-link:hover{color:var(--color-primary);background:var(--gradient-subtle)}.header-nav-link svg{width:16px;height:16px;transition:transform var(--transition-fast)}.header-dropdown{position:relative}.header-dropdown-trigger{cursor:pointer}.header-dropdown:hover .header-nav-link svg{transform:rotate(180deg)}.header-dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);min-width:280px;padding:12px;background:white;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:all var(--transition-base)}.header-dropdown:hover .header-dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.header-dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--radius-md);transition:all var(--transition-fast)}.header-dropdown-item:hover{background:var(--gradient-subtle)}.header-dropdown-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-muted);border-radius:var(--radius-sm);font-size:1.25rem;flex-shrink:0;transition:all var(--transition-fast)}.header-dropdown-item:hover .header-dropdown-icon{background:var(--gradient-primary)}.header-dropdown-text{flex:1}.header-dropdown-title{font-size:0.9375rem;font-weight:600;color:var(--color-text);margin-bottom:2px}.header-dropdown-desc{font-size:0.8125rem;color:var(--color-text-muted)}.header-dropdown-divider{height:1px;background:var(--color-border);margin:8px 0}.header-actions{display:flex;align-items:center;gap:8px}.header-actions .btn{padding:10px 20px;font-size:0.875rem;border-radius:100px}.lang-picker{position:relative}.lang-picker-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:transparent;border:none;border-radius:100px;cursor:pointer;transition:all var(--transition-fast)}.lang-picker-btn:hover{background:var(--gradient-subtle)}.lang-picker-btn img{width:26px;height:18px;border-radius:2px;object-fit:cover}.lang-picker-btn svg{width:14px;height:14px;color:var(--color-text-muted);transition:transform var(--transition-fast)}.lang-picker.open .lang-picker-btn svg{transform:rotate(180deg)}.lang-picker-dropdown{position:absolute;top:100%;right:0;margin-top:8px;min-width:120px;padding:8px;background:white;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(8px);transition:all var(--transition-base);max-height:50vh;overflow-y:scroll}.lang-picker.open .lang-picker-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.lang-picker-option{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:var(--radius-sm);font-size:0.875rem;font-weight:500;transition:all var(--transition-fast)}.lang-picker-option:hover{background:var(--gradient-subtle)}.lang-picker-option img{width:20px;height:14px;border-radius:2px;object-fit:cover}.header-menu-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast)}.header-menu-btn:hover{background:var(--color-bg-muted)}.header-menu-btn svg{width:24px;height:24px;color:var(--color-text)}.header-menu-btn .icon-close{display:none}.header-menu-btn.active .icon-menu{display:none}.header-menu-btn.active .icon-close{display:block}.header-cta-mobile{display:none}.header-nav-mobile-extras{display:none}.header-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.4);opacity:0;visibility:hidden;transition:all var(--transition-base);z-index:998}.header-overlay.active{opacity:1;visibility:visible}@media (max-width:900px){.header{padding:12px 16px}.header-pill{border-radius:var(--radius-lg)}.header-nav{position:fixed;top:88px;left:16px;right:16px;bottom:16px;flex-direction:column;align-items:stretch;gap:0;padding:16px;background:white;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow-y:auto;transform:translateX(-120%);transition:transform var(--transition-base);z-index:999;height:fit-content;max-height:70vh}.header-nav.open{transform:translateX(0)}.header-nav-link{padding:16px;font-size:1rem;border-radius:var(--radius-md)}.header-dropdown-menu{position:static;transform:none;min-width:100%;padding:0;margin-top:8px;background:var(--color-bg-soft);border:none;box-shadow:none;opacity:1;visibility:visible;max-height:0;overflow:hidden;transition:max-height var(--transition-base)}.header-dropdown.open .header-dropdown-menu{max-height:500px;padding:8px}.header-dropdown:hover .header-dropdown-menu{opacity:1;visibility:visible;transform:none}.header-menu-btn{display:flex}.header-actions .btn{display:none}.header-actions .header-cta-mobile{display:inline-flex;padding:5px 15px}.lang-picker{display:none}.header-nav-mobile-extras{display:block;margin-top:auto;padding-top:16px;border-top:1px solid var(--color-border)}.header-nav-lang-mobile{display:flex;flex-wrap:wrap;gap:8px;padding:16px;justify-content:space-around;max-height:20vh;overflow-y:auto}.header-nav-lang-mobile a{display:flex;align-items:center;gap:6px;padding:8px 12px;background:var(--color-bg-muted);border-radius:var(--radius-sm);font-size:0.875rem;font-weight:500}.header-nav-lang-mobile a:hover{background:var(--gradient-subtle)}.header-nav-lang-mobile img{width:20px;height:14px;border-radius:2px;object-fit:cover}.header-nav-cta-mobile{padding:16px}.header-nav-cta-mobile .btn{width:100%}}@media (max-width:480px){.header{padding:10px 12px}.header-inner{height:48px;padding:0 6px 0 16px}.header-nav{top:78px;left:12px;right:12px;bottom:12px}}@media (max-width:360px){.header-logo .logo-full{display:none}.header-logo .logo-icon{display:block}}@media (max-width:1024px){.hero{min-height:auto;padding-bottom:60px}.hero-content{grid-template-columns:1fr;text-align:center;gap:48px}.hero-text{max-width:100%}.hero-actions{justify-content:center}.hero-features{justify-content:center}}@media (max-width:768px){.section{padding:60px 0}.section-lg{padding:80px 0}.hero{min-height:auto;padding-top:120px;padding-bottom:110px}.hero-phone-wrapper{width:240px;height:500px;border-radius:38px}.hero-stats{flex-direction:column;gap:8px}.hero-phone-glow{background:none;filter:none}.hero-badge,.hero-title,.hero-description,.hero-actions,.hero-features,.hero-visual,.hero-bubble-item,.hero-feature-bubbles,.hero-bg::before,.hero-bg::after,.hero-phone-glow,.hero-stat-live,.hero-stat-live::after{animation:none !important;opacity:1 !important}}@media (max-width:480px){.container{padding:0 16px}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}}.section-header{max-width:640px;margin:0 auto 64px}.section-label{display:inline-block;padding:6px 14px;background:var(--gradient-subtle);border-radius:100px;font-size:0.8125rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:16px}.section-title{margin-bottom:16px}.section-desc{color:var(--color-text-muted)}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}}.help-bubble{position:fixed;z-index:500;bottom:20px;right:20px;width:48px;height:48px;border-radius:50%;background:#251c4d;cursor:pointer;box-shadow:0 1px 6px 0 rgba(0,0,0,0.06),0 2px 32px 0 rgba(0,0,0,0.16);transition:width 400ms cubic-bezier(0.4,0,0.2,1),height 400ms cubic-bezier(0.4,0,0.2,1),border-radius 400ms cubic-bezier(0.4,0,0.2,1),box-shadow 400ms cubic-bezier(0.4,0,0.2,1);box-sizing:border-box;overflow:hidden}.help-bubble:not(.help-bubble--open):hover{transform:scale(1.1);transition:transform 250ms cubic-bezier(0.33,0,0,1)}.help-bubble--open{width:270px;height:195px;border-radius:16px;cursor:default;box-shadow:0 4px 24px 0 rgba(0,0,0,0.18),0 2px 8px 0 rgba(0,0,0,0.10)}.help-bubble__icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:white;font-size:2rem;transition:opacity 180ms ease,transform 180ms ease;pointer-events:none;user-select:none}.help-bubble--open .help-bubble__icon{opacity:0;transform:scale(0.6)}.help-bubble__panel{position:absolute;inset:0;padding:18px 20px 20px;opacity:0;transform:translateY(6px);transition:opacity 220ms ease 180ms,transform 220ms ease 180ms;pointer-events:none}.help-bubble--open .help-bubble__panel{opacity:1;transform:translateY(0);pointer-events:all}.help-bubble__close{position:absolute;top:11px;right:13px;background:none;border:none;color:rgba(255,255,255,0.55);font-size:1.3rem;line-height:1;cursor:pointer;padding:2px 4px;transition:color 150ms ease}.help-bubble__close:hover{color:white}.help-bubble__panel-content{margin-top:6px;display:flex;flex-direction:column;gap:10px}.help-bubble__text{color:rgba(255,255,255,0.88);font-size:12.5px;line-height:1.55;margin:0}.help-bubble__text a{color:white;text-decoration:underline;text-underline-offset:2px;transition:opacity 150ms ease}.help-bubble__text a:hover{opacity:0.75}@media (max-width:320px){.help-bubble--open{width:calc(100vw - 40px);height:215px}}.vs-hero{position:relative;padding:130px 0 76px;overflow:hidden}.vs-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(58% 55% at 84% 8%,rgba(183,33,255,0.1),transparent 60%),radial-gradient(52% 52% at 6% 92%,rgba(33,212,253,0.09),transparent 62%);pointer-events:none}.vs-hero-inner{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,0.97fr);grid-template-areas:"intro compare" "highlights compare" "actions compare";column-gap:56px;row-gap:24px;align-items:start}.vs-hero-intro{grid-area:intro}.vs-hero-highlights{grid-area:highlights}.vs-hero-actions-wrap{grid-area:actions}.vs-hero-compare{grid-area:compare;align-self:center}.vs-hero-intro,.vs-hero-highlights,.vs-hero-actions-wrap,.vs-hero-compare{min-width:0}.vs-hero-title{font-size:clamp(2rem,4.4vw,3.15rem);font-weight:800;line-height:1.08;letter-spacing:-0.03em;margin:18px 0}.vs-hero-desc{color:var(--color-text-muted);max-width:540px;margin-bottom:0}.vs-hero-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:540px}.vs-highlight{display:flex;align-items:center;gap:12px;padding:12px 14px;background:rgba(255,255,255,0.72);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color var(--transition-base),transform var(--transition-base),box-shadow var(--transition-base)}.vs-highlight:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);border-color:rgba(183,33,255,0.22)}.vs-highlight-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 16px rgba(0,0,0,0.14)}.vs-highlight-icon svg{width:20px;height:20px}.vs-highlight--photos .vs-highlight-icon{background:linear-gradient(135deg,#f43f5e,#b721ff)}.vs-highlight--video .vs-highlight-icon{background:linear-gradient(135deg,#8b5cf6,#b721ff)}.vs-highlight--voice .vs-highlight-icon{background:linear-gradient(135deg,#06b6d4,#21d4fd)}.vs-highlight--sync .vs-highlight-icon{background:linear-gradient(135deg,#10b981,#06b6d4)}.vs-highlight-label{font-size:0.9rem;font-weight:600;line-height:1.25;color:var(--color-text)}.vs-hero-actions{display:flex;flex-wrap:wrap;gap:14px}.vs-hero-trust{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:18px}.vs-hero-trust span{display:inline-flex;align-items:center;gap:7px;font-size:0.85rem;color:var(--color-text-muted);font-weight:500}.vs-hero-trust span::before{content:"\2713";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--gradient-primary);color:#fff;font-size:10px;flex-shrink:0}.vs-compare-card{position:relative;background:#fff;border-radius:var(--radius-xl);box-shadow:0 30px 70px -22px rgba(22,22,42,0.3),0 0 0 1px rgba(183,33,255,0.1);overflow:hidden}.vs-compare-body{padding:22px 22px 6px;overflow-x:auto}.vs-price{width:100%;border-collapse:collapse;table-layout:fixed}.vs-price thead th{padding:15px 8px 13px;text-align:center;font-size:0.82rem;font-weight:700;vertical-align:middle;overflow-wrap:break-word}.vs-price .vs-col-label{width:26%;text-align:left;padding-left:14px;font-size:0.68rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--color-text-light)}.vs-price .vs-col-jmm{width:40%;color:#fff;background:var(--gradient-primary);border-radius:14px 14px 0 0;font-size:0.95rem;font-weight:800}.vs-price .vs-col-them{width:34%}.vs-col-jmm-check{display:block;font-size:0.72rem;font-weight:700;opacity:0.92;margin-top:2px}.vs-price .vs-col-them{color:var(--color-text-muted);font-size:0.9rem}.vs-price tbody td{padding:14px 8px;text-align:center;font-size:0.98rem;border-top:1px solid #f0f0f5}.vs-price tbody tr:first-child td{border-top:none}.vs-price .vs-cell-label{text-align:left;padding-left:14px;font-weight:600;color:var(--color-text-muted);font-size:0.9rem}.vs-price .vs-cell-jmm{background:rgba(183,33,255,0.05);color:var(--color-primary);font-weight:800;font-size:1.02rem;border-left:1.5px solid rgba(183,33,255,0.14);border-right:1.5px solid rgba(183,33,255,0.14)}.vs-price tbody tr:last-child .vs-cell-jmm{border-radius:0 0 14px 14px;box-shadow:inset 0 -3px 0 0 rgba(183,33,255,0.22)}.vs-price .vs-cell-them{color:var(--color-text-light);text-decoration-color:rgba(239,68,68,0.45);text-decoration-thickness:2px}.vs-compare-foot{padding:20px 22px 24px;text-align:center;border-top:1px solid #f0f0f5}.vs-compare-savings-label{font-size:0.9rem;color:var(--color-text-muted);margin-bottom:8px}.vs-compare-savings{font-size:2.15rem;font-weight:800;letter-spacing:-0.02em;line-height:1;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:18px}.vs-compare-foot .btn{width:100%}@media (max-width:992px){.vs-hero{padding:120px 0 64px}.vs-hero-inner{grid-template-columns:minmax(0,1fr);grid-template-areas:"intro" "compare" "highlights" "actions";row-gap:30px;max-width:560px;margin:0 auto;text-align:center}.vs-hero-desc{margin-left:auto;margin-right:auto}.vs-hero-highlights{max-width:100%}.vs-hero-actions{justify-content:center}.vs-hero-trust{justify-content:center}}@media (max-width:560px){.vs-hero{padding-top:112px}.vs-hero-highlights{grid-template-columns:1fr;text-align:left}.vs-hero-actions{flex-direction:column}.vs-hero-actions .btn{width:100%}.vs-compare-body{padding:16px 12px 4px}.vs-price thead th{padding:12px 5px 11px;font-size:0.74rem}.vs-price .vs-col-label{padding-left:10px}.vs-price .vs-col-jmm{font-size:0.82rem}.vs-price .vs-col-them{font-size:0.78rem}.vs-price tbody td{padding:13px 5px;font-size:0.9rem}.vs-price .vs-cell-label{padding-left:10px;font-size:0.82rem}.vs-price .vs-cell-jmm{font-size:0.94rem}.vs-price .vs-cell-them{font-size:0.82rem}.vs-compare-foot{padding:18px 16px 20px}}