*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0ea5e9;--primary-dark: #0284c7;--primary-light: #38bdf8;--secondary: #06b6d4;--accent: #22d3ee;--tertiary: #6366f1;--dark: #0c1929;--dark-light: #132f4c;--gray: #64748b;--gray-light: #94a3b8;--light: #f0f9ff;--white: #ffffff;--gradient-primary: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 50%, #22d3ee 100%);--gradient-hero: linear-gradient(135deg, #0c1929 0%, #132f4c 50%, #0c1929 100%);--gradient-card: linear-gradient(145deg, rgba(14, 165, 233, .1) 0%, rgba(6, 182, 212, .1) 100%);--gradient-accent: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-xl: 0 25px 50px -12px rgb(0 0 0 / .25);--shadow-glow: 0 0 40px rgba(14, 165, 233, .3);--shadow-glow-lg: 0 0 60px rgba(14, 165, 233, .4);--radius-sm: .375rem;--radius: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--radius-full: 9999px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--dark);color:var(--light);line-height:1.6;overflow-x:hidden}#app{width:100%}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}p{color:var(--gray-light)}a{color:inherit;text-decoration:none;transition:var(--transition)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:var(--radius-full);border:none;cursor:pointer;transition:var(--transition);text-decoration:none}.btn-primary{background:var(--gradient-primary);color:var(--white);box-shadow:var(--shadow-lg),0 0 20px #0ea5e966}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl),0 0 30px #0ea5e980}.btn-secondary{background:transparent;color:var(--white);border:2px solid rgba(14,165,233,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{border-color:var(--primary);background:#0ea5e91a}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass{background:#0ea5e90d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(14,165,233,.1)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes ring{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes ripple{0%{transform:scale(.8);opacity:1}to{transform:scale(2.5);opacity:0}}@keyframes wave{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}.navbar[data-v-d181b4fd]{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:var(--transition)}.navbar.scrolled[data-v-d181b4fd]{background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);padding:.75rem 0}.nav-container[data-v-d181b4fd]{display:flex;align-items:center;justify-content:space-between}.logo[data-v-d181b4fd]{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800}.logo-icon[data-v-d181b4fd]{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);border-radius:var(--radius);color:#fff}.logo-icon svg[data-v-d181b4fd]{width:1.5rem;height:1.5rem}.nav-links[data-v-d181b4fd]{display:flex;gap:2rem}.nav-links a[data-v-d181b4fd]{color:var(--gray-light);font-weight:500;position:relative}.nav-links a[data-v-d181b4fd]:hover{color:var(--white)}.nav-links a[data-v-d181b4fd]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gradient-primary);transition:var(--transition)}.nav-links a[data-v-d181b4fd]:hover:after{width:100%}.nav-actions[data-v-d181b4fd]{display:flex;align-items:center;gap:1rem}.btn-link[data-v-d181b4fd]{color:var(--gray-light);font-weight:500}.btn-link[data-v-d181b4fd]:hover{color:var(--white)}.mobile-menu-btn[data-v-d181b4fd]{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn span[data-v-d181b4fd]{width:24px;height:2px;background:var(--white);transition:var(--transition)}.hero[data-v-d181b4fd]{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:5rem}.hero-bg[data-v-d181b4fd]{position:absolute;inset:0;z-index:0}.hero-gradient[data-v-d181b4fd]{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(14,165,233,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(6,182,212,.1) 0%,transparent 50%)}.hero-grid[data-v-d181b4fd]{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:50px 50px}.hero-particles[data-v-d181b4fd]{position:absolute;inset:0}.particle[data-v-d181b4fd]{position:absolute;width:4px;height:4px;background:var(--primary);border-radius:50%;opacity:.3;animation:float 6s ease-in-out infinite}.particle[data-v-d181b4fd]:nth-child(1){left:10%;top:20%;animation-delay:0s}.particle[data-v-d181b4fd]:nth-child(2){left:20%;top:80%;animation-delay:.5s}.particle[data-v-d181b4fd]:nth-child(3){left:30%;top:40%;animation-delay:1s}.particle[data-v-d181b4fd]:nth-child(4){left:40%;top:60%;animation-delay:1.5s}.particle[data-v-d181b4fd]:nth-child(5){left:50%;top:30%;animation-delay:2s}.particle[data-v-d181b4fd]:nth-child(6){left:60%;top:70%;animation-delay:2.5s}.particle[data-v-d181b4fd]:nth-child(7){left:70%;top:50%;animation-delay:3s}.particle[data-v-d181b4fd]:nth-child(8){left:80%;top:20%;animation-delay:3.5s}.particle[data-v-d181b4fd]:nth-child(9){left:90%;top:80%;animation-delay:4s}.particle[data-v-d181b4fd]:nth-child(10){left:15%;top:50%;animation-delay:4.5s}.particle[data-v-d181b4fd]:nth-child(11){left:25%;top:10%;animation-delay:.2s}.particle[data-v-d181b4fd]:nth-child(12){left:35%;top:90%;animation-delay:.7s}.particle[data-v-d181b4fd]:nth-child(13){left:45%;top:15%;animation-delay:1.2s}.particle[data-v-d181b4fd]:nth-child(14){left:55%;top:85%;animation-delay:1.7s}.particle[data-v-d181b4fd]:nth-child(15){left:65%;top:25%;animation-delay:2.2s}.particle[data-v-d181b4fd]:nth-child(16){left:75%;top:75%;animation-delay:2.7s}.particle[data-v-d181b4fd]:nth-child(17){left:85%;top:35%;animation-delay:3.2s}.particle[data-v-d181b4fd]:nth-child(18){left:95%;top:55%;animation-delay:3.7s}.particle[data-v-d181b4fd]:nth-child(19){left:5%;top:65%;animation-delay:4.2s}.particle[data-v-d181b4fd]:nth-child(20){left:50%;top:50%;animation-delay:4.7s}.hero-content[data-v-d181b4fd]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text[data-v-d181b4fd]{animation:slideIn .8s ease-out}.hero-badge[data-v-d181b4fd]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0ea5e91a;border:1px solid rgba(14,165,233,.2);border-radius:var(--radius-full);font-size:.875rem;color:var(--primary-light);margin-bottom:1.5rem}.badge-dot[data-v-d181b4fd]{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s ease-in-out infinite}.hero-text h1[data-v-d181b4fd]{margin-bottom:1.5rem}.hero-description[data-v-d181b4fd]{font-size:1.125rem;line-height:1.8;margin-bottom:2rem;max-width:540px}.hero-cta[data-v-d181b4fd]{display:flex;gap:1rem;margin-bottom:2rem}.hero-trust[data-v-d181b4fd]{display:flex;align-items:center;gap:1rem}.trust-avatars[data-v-d181b4fd]{display:flex}.trust-avatars img[data-v-d181b4fd]{width:36px;height:36px;border-radius:50%;border:2px solid var(--dark);margin-left:-10px}.trust-avatars img[data-v-d181b4fd]:first-child{margin-left:0}.hero-trust p[data-v-d181b4fd]{font-size:.875rem;color:var(--gray-light)}.hero-trust strong[data-v-d181b4fd]{color:var(--white)}.hero-visual[data-v-d181b4fd]{position:relative;animation:scaleIn .8s ease-out .2s both}.phone-call-card[data-v-d181b4fd]{display:flex;justify-content:center}.phone-frame[data-v-d181b4fd]{width:320px;background:linear-gradient(145deg,#1a2744,#0c1929);border-radius:40px;padding:12px;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff1a,inset 0 1px #ffffff1a,var(--shadow-glow-lg);position:relative}.phone-notch[data-v-d181b4fd]{position:absolute;top:12px;left:50%;transform:translate(-50%);width:120px;height:28px;background:#0c1929;border-radius:0 0 16px 16px;z-index:10}.phone-notch[data-v-d181b4fd]:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:8px;height:8px;background:#1e293b;border-radius:50%}.call-screen[data-v-d181b4fd]{background:linear-gradient(180deg,#0ea5e926,#06b6d41a,#0ea5e90d);border-radius:32px;padding:3.5rem 1.5rem 2rem;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;min-height:480px}.call-ripples[data-v-d181b4fd]{position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);width:200px;height:200px}.ripple[data-v-d181b4fd]{position:absolute;inset:0;border:2px solid rgba(14,165,233,.3);border-radius:50%;animation:ripple 3s ease-out infinite}.ripple-1[data-v-d181b4fd]{animation-delay:0s}.ripple-2[data-v-d181b4fd]{animation-delay:1s}.ripple-3[data-v-d181b4fd]{animation-delay:2s}.call-avatar-container[data-v-d181b4fd]{position:relative;z-index:2;margin-bottom:1.5rem}.call-avatar-ring[data-v-d181b4fd]{width:120px;height:120px;border-radius:50%;padding:4px;background:var(--gradient-primary);animation:ring 2s ease-in-out infinite}.call-avatar[data-v-d181b4fd]{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid var(--dark)}.call-info[data-v-d181b4fd]{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:.75rem;z-index:2}.call-name[data-v-d181b4fd]{font-size:1.5rem;font-weight:700;color:var(--white)}.call-role[data-v-d181b4fd]{font-size:.875rem;color:var(--gray-light)}.call-status[data-v-d181b4fd]{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;z-index:2}.call-status-dot[data-v-d181b4fd]{width:10px;height:10px;background:#10b981;border-radius:50%;animation:pulse 1.5s ease-in-out infinite;box-shadow:0 0 10px #10b98180}.call-timer[data-v-d181b4fd]{font-size:1.125rem;font-weight:600;color:var(--white);font-family:SF Mono,Monaco,monospace}.audio-wave[data-v-d181b4fd]{display:flex;align-items:center;justify-content:center;gap:4px;height:40px;margin-bottom:2rem;z-index:2}.wave-bar[data-v-d181b4fd]{width:4px;height:20px;background:var(--gradient-primary);border-radius:2px;animation:wave 1s ease-in-out infinite}.wave-bar[data-v-d181b4fd]:nth-child(1){animation-delay:0s;height:15px}.wave-bar[data-v-d181b4fd]:nth-child(2){animation-delay:.1s;height:25px}.wave-bar[data-v-d181b4fd]:nth-child(3){animation-delay:.2s;height:35px}.wave-bar[data-v-d181b4fd]:nth-child(4){animation-delay:.3s;height:28px}.wave-bar[data-v-d181b4fd]:nth-child(5){animation-delay:.4s;height:40px}.wave-bar[data-v-d181b4fd]:nth-child(6){animation-delay:.5s;height:28px}.wave-bar[data-v-d181b4fd]:nth-child(7){animation-delay:.6s;height:35px}.wave-bar[data-v-d181b4fd]:nth-child(8){animation-delay:.7s;height:25px}.wave-bar[data-v-d181b4fd]:nth-child(9){animation-delay:.8s;height:15px}.call-quality[data-v-d181b4fd]{position:absolute;top:3rem;right:1rem;display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#10b98133;border-radius:var(--radius-full);z-index:10}.call-quality svg[data-v-d181b4fd]{width:14px;height:14px;color:#10b981}.call-quality span[data-v-d181b4fd]{font-size:.7rem;font-weight:600;color:#10b981}.call-controls[data-v-d181b4fd]{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:auto;z-index:2}.control-btn[data-v-d181b4fd]{width:52px;height:52px;border-radius:50%;border:none;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.control-btn svg[data-v-d181b4fd]{width:24px;height:24px;color:var(--white)}.control-btn[data-v-d181b4fd]:hover{background:#fff3;transform:scale(1.05)}.control-btn.mute-btn[data-v-d181b4fd]{background:#0ea5e94d;border:1px solid rgba(14,165,233,.5)}.control-btn.mute-btn[data-v-d181b4fd]:hover{background:#0ea5e980}.control-btn.end-call-btn[data-v-d181b4fd]{width:60px;height:60px;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px #ef444466}.control-btn.end-call-btn[data-v-d181b4fd]:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:scale(1.05)}.control-btn.end-call-btn svg[data-v-d181b4fd]{transform:rotate(135deg)}.floating-card[data-v-d181b4fd]{position:absolute;background:#1e293bf2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:.875rem 1.25rem;display:flex;align-items:center;gap:.75rem;box-shadow:var(--shadow-lg);animation:float 4s ease-in-out infinite}.card-1[data-v-d181b4fd]{top:5%;left:-10%;animation-delay:0s}.card-2[data-v-d181b4fd]{top:40%;right:-8%;animation-delay:1s}.card-3[data-v-d181b4fd]{bottom:15%;left:-5%;animation-delay:2s}.floating-icon[data-v-d181b4fd]{font-size:1.5rem}.floating-info[data-v-d181b4fd]{display:flex;flex-direction:column}.floating-name[data-v-d181b4fd]{font-size:.75rem;font-weight:600;color:var(--white)}.floating-text[data-v-d181b4fd]{font-size:.7rem;color:var(--gray-light)}.floating-text-single[data-v-d181b4fd]{font-size:.75rem;font-weight:600;color:var(--white)}.about-section[data-v-d181b4fd]{padding:6rem 0;background:linear-gradient(180deg,transparent 0%,rgba(14,165,233,.03) 50%,transparent 100%)}.about-content[data-v-d181b4fd]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text[data-v-d181b4fd]{animation:slideIn .8s ease-out}.about-description[data-v-d181b4fd]{font-size:1.125rem;line-height:1.8;margin:1.5rem 0}.about-note[data-v-d181b4fd]{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:var(--radius-lg);margin-bottom:2rem}.note-icon[data-v-d181b4fd]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#10b98133;border-radius:50%;flex-shrink:0}.note-icon svg[data-v-d181b4fd]{width:24px;height:24px;color:#10b981}.about-note p[data-v-d181b4fd]{color:var(--gray-light);font-size:.9rem;line-height:1.6}.about-note strong[data-v-d181b4fd]{color:#10b981}.about-visual[data-v-d181b4fd]{display:flex;justify-content:center}.visual-card[data-v-d181b4fd]{background:#1e293bcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);overflow:hidden;width:100%;max-width:400px}.visual-header[data-v-d181b4fd]{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.visual-badge[data-v-d181b4fd]{display:inline-flex;align-items:center;padding:.375rem .75rem;background:#10b98133;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;color:#10b981}.visual-content[data-v-d181b4fd]{padding:1.5rem}.companion-profile[data-v-d181b4fd]{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.companion-profile img[data-v-d181b4fd]{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid var(--primary)}.profile-info h4[data-v-d181b4fd]{color:var(--white);margin-bottom:.25rem}.profile-info p[data-v-d181b4fd]{font-size:.75rem;margin-bottom:.5rem}.profile-tags[data-v-d181b4fd]{display:flex;gap:.5rem}.profile-tags span[data-v-d181b4fd]{padding:.25rem .5rem;background:#6366f133;border-radius:var(--radius-full);font-size:.7rem;color:var(--primary-light)}.visual-stats[data-v-d181b4fd]{display:flex;gap:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.visual-stats .stat[data-v-d181b4fd]{display:flex;flex-direction:column}.stat-number[data-v-d181b4fd]{font-size:1.5rem;font-weight:800;color:var(--white)}.stat-label[data-v-d181b4fd]{font-size:.75rem;color:var(--gray-light)}.section-header[data-v-d181b4fd]{text-align:center;margin-bottom:4rem}.section-tag[data-v-d181b4fd]{display:inline-block;padding:.375rem 1rem;background:#6366f11a;border:1px solid rgba(99,102,241,.2);border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:var(--primary-light);margin-bottom:1rem}.section-header h2[data-v-d181b4fd]{margin-bottom:1rem}.section-header p[data-v-d181b4fd]{font-size:1.125rem;max-width:600px;margin:0 auto}.how-it-works[data-v-d181b4fd]{padding:6rem 0}.steps-grid[data-v-d181b4fd]{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.step-card[data-v-d181b4fd]{position:relative;text-align:center}.step-number[data-v-d181b4fd]{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;background:var(--gradient-primary);border-radius:50%;font-size:1.25rem;font-weight:800;color:#fff}.step-content h3[data-v-d181b4fd]{color:var(--white);margin-bottom:.75rem}.step-content p[data-v-d181b4fd]{font-size:.9rem;line-height:1.6}.step-line[data-v-d181b4fd]{position:absolute;top:32px;left:calc(50% + 40px);width:calc(100% - 80px);height:2px;background:linear-gradient(90deg,var(--primary) 0%,rgba(99,102,241,.2) 100%)}.steps-cta[data-v-d181b4fd]{text-align:center;margin-top:3rem}.benefits[data-v-d181b4fd]{padding:6rem 0;background:linear-gradient(180deg,transparent 0%,rgba(99,102,241,.03) 50%,transparent 100%)}.benefits-grid[data-v-d181b4fd]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.benefit-card[data-v-d181b4fd]{background:linear-gradient(145deg,#38bdf826,#0284c733);border:1px solid rgba(56,189,248,.35);border-radius:var(--radius-xl);padding:2rem;text-align:center;transition:var(--transition)}.benefit-card[data-v-d181b4fd]:hover{background:linear-gradient(145deg,#38bdf840,#0284c74d);border-color:#38bdf880;transform:translateY(-4px);box-shadow:0 0 30px #38bdf84d}.benefit-icon[data-v-d181b4fd]{font-size:3rem;margin-bottom:1rem}.benefit-card h3[data-v-d181b4fd]{color:var(--white);margin-bottom:.75rem}.benefits-cta[data-v-d181b4fd]{text-align:center;margin-top:3rem}.free-trial[data-v-d181b4fd]{padding:6rem 0}.trial-content[data-v-d181b4fd]{text-align:center;background:linear-gradient(135deg,#6366f126,#ec489926);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);padding:4rem}.trial-badge[data-v-d181b4fd]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fbbf2433;border:1px solid rgba(251,191,36,.3);border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:#fbbf24;margin-bottom:1.5rem}.trial-content h2[data-v-d181b4fd]{margin-bottom:1rem}.trial-content>p[data-v-d181b4fd]{font-size:1.125rem;max-width:600px;margin:0 auto 2rem}.trial-features[data-v-d181b4fd]{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.trial-feature[data-v-d181b4fd]{display:flex;align-items:center;gap:.5rem;color:var(--gray-light)}.trial-feature svg[data-v-d181b4fd]{width:20px;height:20px;color:#10b981}.btn-large[data-v-d181b4fd]{padding:1rem 2.5rem;font-size:1.125rem}.pricing[data-v-d181b4fd]{padding:6rem 0;background:linear-gradient(180deg,transparent 0%,rgba(99,102,241,.03) 50%,transparent 100%)}.pricing-grid[data-v-d181b4fd]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:start}.pricing-card[data-v-d181b4fd]{background:#1e293b80;border:1px solid rgba(255,255,255,.05);border-radius:var(--radius-xl);padding:2rem;position:relative;transition:var(--transition)}.pricing-card[data-v-d181b4fd]:hover{border-color:#6366f14d}.pricing-card.popular[data-v-d181b4fd]{background:#6366f11a;border-color:var(--primary);transform:scale(1.02)}.popular-badge[data-v-d181b4fd]{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gradient-primary);padding:.375rem 1rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;color:#fff;white-space:nowrap}.pricing-header[data-v-d181b4fd]{margin-bottom:1rem}.pricing-header h3[data-v-d181b4fd]{font-size:1.25rem;margin-bottom:.25rem;color:var(--white)}.pricing-header p[data-v-d181b4fd]{font-size:.8rem}.pricing-price[data-v-d181b4fd]{margin-bottom:1.5rem}.currency[data-v-d181b4fd]{font-size:1.25rem;font-weight:600;color:var(--gray-light);vertical-align:top}.amount[data-v-d181b4fd]{font-size:3rem;font-weight:800;color:var(--white);line-height:1}.period[data-v-d181b4fd]{font-size:.875rem;color:var(--gray)}.pricing-features[data-v-d181b4fd]{list-style:none;margin-bottom:1.5rem}.pricing-features li[data-v-d181b4fd]{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05);color:var(--gray-light);font-size:.875rem}.pricing-features li[data-v-d181b4fd]:last-child{border-bottom:none}.pricing-features svg[data-v-d181b4fd]{width:18px;height:18px;color:var(--primary);flex-shrink:0}.pricing-card .btn[data-v-d181b4fd]{width:100%}.custom-plan[data-v-d181b4fd]{margin-top:3rem}.custom-plan-content[data-v-d181b4fd]{display:flex;align-items:center;justify-content:center;gap:2rem;padding:2rem;background:#1e293b80;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl)}.custom-plan-icon[data-v-d181b4fd]{font-size:2.5rem}.custom-plan-text h3[data-v-d181b4fd]{color:var(--white);margin-bottom:.25rem}.custom-plan-text p[data-v-d181b4fd]{font-size:.875rem}.safety-section[data-v-d181b4fd]{padding:4rem 0}.safety-content[data-v-d181b4fd]{display:flex;align-items:center;gap:2rem;padding:3rem;background:#10b9810d;border:1px solid rgba(16,185,129,.2);border-radius:var(--radius-xl)}.safety-icon[data-v-d181b4fd]{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#10b98133;border-radius:50%;flex-shrink:0}.safety-icon svg[data-v-d181b4fd]{width:40px;height:40px;color:#10b981}.safety-text h2[data-v-d181b4fd]{margin:.5rem 0 1rem}.safety-text p[data-v-d181b4fd]{font-size:1rem;line-height:1.7}.cta[data-v-d181b4fd]{padding:6rem 0}.cta-content[data-v-d181b4fd]{text-align:center;background:linear-gradient(135deg,#6366f126,#ec489926);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);padding:4rem}.cta-content h2[data-v-d181b4fd]{margin-bottom:1rem}.cta-content>p[data-v-d181b4fd]{font-size:1.125rem;max-width:500px;margin:0 auto 2rem}.cta-buttons[data-v-d181b4fd]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.footer[data-v-d181b4fd]{padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-grid[data-v-d181b4fd]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .logo[data-v-d181b4fd]{margin-bottom:1rem}.footer-brand p[data-v-d181b4fd]{font-size:.875rem;line-height:1.7;margin-bottom:1.5rem;max-width:280px}.social-links[data-v-d181b4fd]{display:flex;gap:1rem}.social-links a[data-v-d181b4fd]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:50%;color:var(--gray-light);transition:var(--transition)}.social-links a[data-v-d181b4fd]:hover{background:var(--primary);color:#fff}.footer-links h4[data-v-d181b4fd]{font-size:1rem;font-weight:600;color:var(--white);margin-bottom:1.5rem}.footer-links ul[data-v-d181b4fd]{list-style:none}.footer-links li[data-v-d181b4fd]{margin-bottom:.75rem}.footer-links a[data-v-d181b4fd]{color:var(--gray-light);font-size:.875rem}.footer-links a[data-v-d181b4fd]:hover{color:var(--white)}.footer-bottom[data-v-d181b4fd]{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-bottom p[data-v-d181b4fd]{font-size:.875rem}.footer-badges[data-v-d181b4fd]{display:flex;gap:1rem}.badge[data-v-d181b4fd]{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0d;border-radius:var(--radius-full);font-size:.75rem;color:var(--gray-light)}@media(max-width:1200px){.pricing-grid[data-v-d181b4fd],.steps-grid[data-v-d181b4fd]{grid-template-columns:repeat(2,1fr)}.step-line[data-v-d181b4fd]{display:none}}@media(max-width:1024px){.hero-content[data-v-d181b4fd]{grid-template-columns:1fr;gap:3rem}.hero-visual[data-v-d181b4fd]{max-width:500px;margin:0 auto}.about-content[data-v-d181b4fd]{grid-template-columns:1fr;gap:3rem}.benefits-grid[data-v-d181b4fd]{grid-template-columns:repeat(2,1fr)}.footer-grid[data-v-d181b4fd]{grid-template-columns:1fr 1fr}}@media(max-width:768px){.nav-links[data-v-d181b4fd],.nav-actions .btn-link[data-v-d181b4fd]{display:none}.nav-actions .btn[data-v-d181b4fd]{padding:.5rem .75rem;font-size:.75rem}.mobile-menu-btn[data-v-d181b4fd]{display:flex}.nav-links.active[data-v-d181b4fd]{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--dark);padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.hero[data-v-d181b4fd]{padding-top:6rem}.hero-cta[data-v-d181b4fd]{flex-direction:column}.hero-trust[data-v-d181b4fd]{flex-direction:column;align-items:flex-start;gap:.75rem}.floating-card[data-v-d181b4fd]{display:none}.steps-grid[data-v-d181b4fd],.benefits-grid[data-v-d181b4fd],.pricing-grid[data-v-d181b4fd]{grid-template-columns:1fr}.safety-content[data-v-d181b4fd],.custom-plan-content[data-v-d181b4fd]{flex-direction:column;text-align:center}.footer-grid[data-v-d181b4fd]{grid-template-columns:1fr;text-align:center}.footer-brand p[data-v-d181b4fd]{max-width:100%}.social-links[data-v-d181b4fd]{justify-content:center}.footer-bottom[data-v-d181b4fd]{flex-direction:column;gap:1rem;text-align:center}.cta-content[data-v-d181b4fd],.trial-content[data-v-d181b4fd]{padding:2rem}.cta-buttons[data-v-d181b4fd]{flex-direction:column}.trial-features[data-v-d181b4fd]{flex-direction:column;align-items:center}}
