:root{--bg-dark: #111827;--bg-dark-brand: #1E3A8A;--primary: #007BFF;--primary-hover: #0056b3;--brand-red: #FF0000;--accent: var(--brand-red);--text-main: #1F2937;--text-muted: #4B5563;--text-light: #9CA3AF;--bg-white: #FFFFFF;--bg-off-white: #F3F4F6;--bg-highlight: #EFF6FF;--border-color: #E5E7EB;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--radius-lg: 16px;--radius-pill: 50px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-card: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-hover: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:.2s}ul{list-style:none;padding:0;margin:0}img,svg{display:block;max-width:100%}.container{max-width:1140px;margin:0 auto;padding:0 1.5rem}.center-text{text-align:center}.mb-large{margin-bottom:3rem}.mt-large{margin-top:3rem}.mt-4{margin-top:1rem}.text-white{color:#fff!important}.text-white-dim{color:#fffc!important}.text-red{color:var(--accent)}.text-blue{color:var(--primary)}.text-red{color:var(--brand-red)}h1,h2,h3{color:#111827;margin:0 0 .5rem;font-weight:700;letter-spacing:-.025em}h1{font-size:2.5rem;line-height:1.1}h2{font-size:2rem}p{margin-bottom:1rem;color:var(--text-muted)}@media(min-width:768px){h1{font-size:3rem}h2{font-size:2.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:1px solid transparent}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.rounded-pill{border-radius:var(--radius-pill)}.full-width{width:100%}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.btn-outline{background:#fff;border-color:var(--border-color);color:var(--text-main)}.btn-outline:hover{border-color:var(--text-muted);background-color:var(--bg-off-white)}.navbar{height:80px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;display:flex;align-items:center;box-shadow:0 1px 0 var(--border-color)}.nav-inner{display:flex;justify-content:space-between;align-items:center;width:100%}.nav-menu{display:none;gap:2rem}@media(min-width:768px){.nav-menu{display:flex}}.nav-link{font-weight:500;font-size:.95rem}.nav-link:hover{color:var(--primary)}.nav-actions{display:flex;align-items:center;gap:1.5rem}.nav-link-secondary{font-weight:600;font-size:.95rem}.hero-section{padding:1rem 0 2rem;background:linear-gradient(to bottom,#eff6ff,#fff);overflow:hidden}.hero-layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:992px){.hero-layout{grid-template-columns:1fr 1fr;gap:4rem;align-items:center}}.hero-subtitle{font-size:1.25rem;color:var(--primary);font-weight:600;margin-top:-1rem;margin-bottom:1rem}.hero-description{font-size:1.125rem;max-width:500px;color:var(--text-muted)}.hero-checkpoints{margin:.75rem 0}.hero-checkpoints li{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;font-weight:500}.check-icon{width:20px;height:20px;color:var(--primary)}.hero-cta-group{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.trust-badge{display:flex;align-items:center;white-space:nowrap}.trust-text{font-size:.95rem;color:var(--text-muted);font-weight:500}.hero-stats-row{display:flex;gap:1.5rem;margin-top:1rem;padding:.75rem 1rem;background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;border:1px solid rgba(0,0,0,.04);box-shadow:0 4px 20px #00000008;width:fit-content;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-stats-row:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000000f;background:#ffffffe6;border-color:#3b82f61a}.stat-item{display:flex;align-items:center;gap:1rem;padding-right:1.5rem;border-right:1px solid rgba(0,0,0,.05)}.stat-item:last-child{border-right:none;padding-right:0}.stat-icon-wrapper{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative}.stat-icon{width:20px;height:20px;stroke-width:2.5px}.stat-profit .stat-icon-wrapper{background:#dcfce7;color:#166534}.stat-speed .stat-icon-wrapper{background:#e0f2fe;color:#0369a1}.stat-time .stat-icon-wrapper{background:#fef3c7;color:#92400e}.stat-text{display:flex;flex-direction:column}.stat-value{font-size:1.1rem;font-weight:800;color:#111827;line-height:1.2}.stat-label{font-size:.75rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.02em}.pulse-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:#10b981;border-radius:50%;border:2px solid white}.pulse-dot:after{content:"";position:absolute;width:100%;height:100%;background:inherit;border-radius:inherit;animation:pulse-out 2s infinite}@keyframes pulse-out{0%{transform:scale(1);opacity:.8}to{transform:scale(3);opacity:0}}@media(max-width:768px){.hero-stats-row{flex-direction:column;width:100%;gap:1.25rem;padding:1.5rem}.stat-item{border-right:none;border-bottom:1px solid rgba(0,0,0,.05);padding-right:0;padding-bottom:1rem;width:100%}.stat-item:last-child{border-bottom:none;padding-bottom:0}}.hero-browser-template{position:relative;background:#fff;border-radius:12px;box-shadow:0 30px 60px -12px #00000040,0 18px 36px -18px #0000004d;border:1px solid rgba(0,0,0,.1);overflow:visible;transition:transform .5s cubic-bezier(.165,.84,.44,1);width:110%;margin-left:-5%}.hero-browser-template:hover{transform:translateY(-10px) scale(1.02)}.browser-header{background:#f1f5f9;padding:10px 16px;display:flex;align-items:center;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom:1px solid rgba(0,0,0,.05);gap:16px}.browser-dots{display:flex;gap:6px}.browser-dots span{width:10px;height:10px;border-radius:50%}.browser-dots span:nth-child(1){background:#ff5f56}.browser-dots span:nth-child(2){background:#ffbd2e}.browser-dots span:nth-child(3){background:#27c93f}.browser-address-bar{background:#fff;font-size:11px;color:#64748b;padding:4px 12px;border-radius:4px;flex-grow:1;max-width:300px;text-align:center;border:1px solid rgba(0,0,0,.05)}.browser-content{position:relative;padding:0;line-height:0}.hero-img{width:100%;height:auto;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.hero-image-wrapper{position:relative;z-index:10;margin-top:-2rem;animation:drift 6s ease-in-out infinite alternate}@media(min-width:992px){.hero-image-wrapper{margin-top:-3rem;margin-right:-2rem;transform:scale(1.02)}}.hero-image-wrapper:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,#2563eb26,#fff0 70%);z-index:-1;pointer-events:none;filter:blur(40px)}.floating-badge{position:absolute;bottom:30px;left:-20px;background:#fff;padding:12px 20px;border-radius:12px;box-shadow:0 10px 25px #00000026;display:flex;align-items:center;gap:12px;animation:float 4s ease-in-out infinite;border:1px solid var(--border-color)}.badge-icon{background:#e0f2fe;color:var(--primary);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.features-section{padding:2rem 0;background:var(--bg-white)}.feature-tabs-layout{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:1.5rem;align-items:center}@media(min-width:992px){.feature-tabs-layout{grid-template-columns:1.5fr 1fr}}.feature-visual{display:flex;align-items:center;justify-content:center;position:relative}.feature-visual img{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);max-height:350px;width:auto;opacity:0;transition:opacity .3s ease;display:none;border:1px solid var(--border-color)}.feature-visual img.active{display:block;opacity:1}.feature-list{display:flex;flex-direction:column}.feature-tab{padding:1rem;border-bottom:1px solid var(--border-color);cursor:pointer;transition:all .3s}.tab-header{display:flex;justify-content:space-between;align-items:center}.tab-title-group{display:flex;align-items:center;gap:1rem}.feature-icon{width:20px;height:20px;color:#6b7280;transition:color .2s}.feature-tab.active .feature-icon{color:var(--primary)}.tab-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#374151;transition:color .2s}.chevron{width:20px;height:20px;color:#9ca3af;transition:transform .3s}.tab-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.feature-tab.active .tab-content{max-height:200px;margin-top:.5rem}.feature-tab.active .tab-header h3{color:var(--primary)}.feature-tab.active .chevron{transform:rotate(180deg);color:var(--primary)}.steps-section{padding:2rem 0;background:#fff}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.step-card{text-align:left;background:#f8fafc;transition:.3s;border:1px solid #F1F5F9;padding:1.5rem;border-radius:16px}.step-visual{background:#f3f4f6;border-radius:20px;height:160px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;position:relative;overflow:hidden}.step-card h3{font-size:1.15rem;margin-bottom:.5rem;font-weight:700;color:#111827}.step-card p{color:#64748b;font-size:.9rem;line-height:1.5;font-weight:400}.app-icon-bg-square{width:80px;height:80px;background:var(--primary);border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #2563eb33}.login-ui-mock{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 10px 25px #00000014;width:180px;display:flex;flex-direction:column;align-items:center;gap:.75rem;position:relative;transform:scale(.9)}.user-avatar-mock{width:60px;height:60px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center}.user-avatar-mock svg{width:30px;height:30px;opacity:.6}.mock-email{font-size:14px;color:#111827;font-weight:500}.mock-btn-dark{background:#111827;color:#fff;font-size:13px;font-weight:600;padding:10px 0;border-radius:10px;width:100%;text-align:center;cursor:pointer;transition:background .2s}.mock-btn-dark:hover{background:#000}.cursor-pointer{position:absolute;bottom:-15px;right:-15px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.step-svg{width:32px;height:32px;stroke:currentColor}.sync-section{padding:8rem 0;background:#f8fafc;overflow:hidden}.sync-image img{width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.08));border-radius:20px}.sync-image{position:relative;z-index:1}.sync-image:after{content:"";position:absolute;top:10%;left:10%;width:90%;height:90%;background:linear-gradient(135deg,#eff6ff,#dbeafe);z-index:-1;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;opacity:.6}.profit-visual-group{position:relative;width:100%;height:320px;display:flex;align-items:center;justify-content:center}.profit-card{background:#fff;border-radius:24px;box-shadow:0 20px 50px #00000014;position:absolute;border:1px solid rgba(255,255,255,.5)}.main-card{width:280px;padding:24px;z-index:2;transform:rotate(-3deg);animation:floating-slight 6s ease-in-out infinite}.card-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.circle-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.circle-icon.green{background:#dcfce7;color:#10b981}.card-meta{display:flex;flex-direction:column}.card-meta .label{font-size:.8rem;color:var(--text-muted);font-weight:500}.card-meta .value{font-size:1.5rem;font-weight:800;color:#111827}.growth-chart svg{width:100%;height:80px;overflow:visible}.float-card-1{padding:16px 24px;top:40px;right:40px;z-index:1;transform:rotate(4deg) scale(.9);animation:floating-slight 7s ease-in-out infinite reverse}.mini-stat{display:flex;flex-direction:column;text-align:center}.mini-stat span{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.mini-stat strong{font-size:1.25rem;color:var(--primary)}@keyframes floating-slight{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.sync-layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.sync-layout{grid-template-columns:1fr 1fr}}.sync-content h2{font-size:2.75rem;line-height:1.1;margin-bottom:1.5rem}.sync-content p{font-size:1.125rem;max-width:540px;margin-bottom:2rem}.platform-icons{display:flex;gap:1rem;margin:1.5rem 0}.p-icon{width:40px;height:40px;background:#e5e7eb;border-radius:50%}.pricing-section{padding:2rem 0;background-color:#fff}.pricing-toggle-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3.5rem;background:#f8fafc;padding:.5rem;border-radius:99px;width:fit-content;margin-left:auto;margin-right:auto;border:1px solid #E5E7EB;position:relative;box-shadow:inset 0 2px 4px #00000005}.toggle-label{font-weight:600;font-size:.95rem;color:var(--text-muted);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;padding:.75rem 1.5rem;border-radius:99px;z-index:2;position:relative;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:.5rem}.toggle-label.active{color:#fff}.toggle-highlight{position:absolute;top:.5rem;bottom:.5rem;left:.5rem;background:var(--bg-dark);border-radius:99px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);z-index:1;box-shadow:0 4px 12px #0f172a26}body:not(.show-yearly) .toggle-highlight{width:104px;transform:translate(0)}body.show-yearly .toggle-highlight{width:220px;transform:translate(110px)}.switch{position:absolute;opacity:0;width:0;height:0}.switch input{display:none}.pricing-deck{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:center;max-width:1400px;margin:0 auto;padding-bottom:3rem}.plan-card .btn{white-space:nowrap}.plan-card{background:#fff;padding:2.5rem 1.5rem;border-radius:20px;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;position:relative;border:1px solid #E5E7EB;transition:all .4s cubic-bezier(.16,1,.3,1);height:100%}.plan-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:var(--primary)}.plan-card.featured{background:radial-gradient(120% 120% at 50% 0%,#1e3a8a,#0f172a);border-color:#3b82f6;transform:scale(1.05);z-index:10;box-shadow:0 30px 60px -12px #2563eb66,inset 0 1px #fff3;padding:3rem 2rem}.plan-card.featured:hover{transform:scale(1.05) translateY(-8px);box-shadow:0 40px 80px -12px #2563eb80,inset 0 1px #fff3}.plan-card.featured *{color:#fff}.plan-title{margin-bottom:.5rem;font-size:1.4rem;font-weight:800;letter-spacing:-.02em;color:#0f172a}.plan-purpose{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.4;font-weight:400;min-height:40px}.price-area{margin:1.5rem 0 2rem;display:flex;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid #E5E7EB}.featured .price-area{border-bottom-color:#ffffff1a}.currency{font-size:1.5rem;font-weight:700;margin-top:.25rem}.amount{font-size:3.5rem;font-weight:900;line-height:1;letter-spacing:-.05em}.period{font-size:1rem;align-self:flex-end;margin-bottom:.5rem;margin-left:.25rem;color:#64748b;font-weight:500}.featured .period{color:#93c5fd}.plan-features-list{margin:0 0 2rem;flex-grow:1;text-align:left}.plan-features-list li{margin-bottom:1rem;position:relative;padding-left:2rem;font-size:.95rem;color:#334155;line-height:1.4}.featured .plan-features-list li{color:#e2e8f0}.plan-features-list li:before{content:"";position:absolute;left:0;top:4px;width:18px;height:18px;background-color:var(--primary);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;mask-size:contain;-webkit-mask-size:contain}.plan-card.featured .plan-features-list li:before{background-color:#60a5fa}.plan-features-list li.unavailable{color:#94a3b8}.featured .plan-features-list li.unavailable{color:#fff6}.plan-features-list li.unavailable:before{background-color:#cbd5e1;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") no-repeat center}.featured .plan-features-list li.unavailable:before{background-color:#ffffff4d}.yearly-feature{display:none;color:#0d9488!important;font-weight:600}.yearly-feature:after{content:"YEARLY ONLY";font-size:.65rem;background:#dcfce7;color:#166534;padding:1px 4px;border-radius:4px;margin-left:6px;vertical-align:middle;font-weight:700}.featured .yearly-feature{color:#dcfce7!important}.featured .yearly-feature:after{background:#fff3;color:#fff}.yearly-badge{font-size:.65rem;background:#fdf2f8;color:#9d174d;padding:2px 6px;border-radius:99px;margin-left:.5rem;font-weight:700;text-transform:uppercase;display:none}.featured .yearly-badge{background:#fff3;color:#fff}body.show-yearly .yearly-badge{display:inline-block}body.show-yearly .yearly-feature{display:list-item}body.show-yearly .monthly-only{display:none}.plan-header-icon{margin-bottom:1rem;color:var(--primary)}.featured .plan-header-icon{color:#fff}.plan-header-icon svg{width:32px;height:32px}.badge-best-value{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:red;color:#fff;padding:.35rem 1rem;border-radius:99px;font-size:.75rem;font-weight:800;letter-spacing:.05em;box-shadow:0 4px 10px #dc262666;z-index:20;white-space:nowrap}.main-footer{background:radial-gradient(circle at top center,#1e293b,#0b0f19 70%);color:#94a3b8;position:relative;border-top:1px solid rgba(255,255,255,.05)}.footer-cta{padding:3rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.cta-inner{background:linear-gradient(90deg,#1e293b,#0f172a);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2.5rem 3rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;box-shadow:0 20px 50px #0003}.cta-text h3{color:#fff;font-size:1.75rem;margin-bottom:.5rem}.cta-text p{color:#94a3b8;margin-bottom:0}.footer-main{padding:5rem 0}.footer-grid{display:grid;grid-template-columns:1.2fr 2fr;gap:4rem}.footer-brand{max-width:320px}.footer-logo{margin-bottom:1.5rem}.logo-text{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.02em}.brand-description{font-size:.95rem;line-height:1.6;margin-bottom:2rem}.social-links{display:flex;gap:1.25rem}.social-icon{width:40px;height:40px;border-radius:12px;background:#ffffff08;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.05)}.social-icon svg{width:20px;height:20px}.social-icon:hover{background:var(--primary);color:#fff;transform:translateY(-4px) rotate(5deg);border-color:var(--primary);box-shadow:0 10px 20px #2563eb4d}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.link-group h4{color:#fff;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.link-group ul li{margin-bottom:.75rem}.link-group ul li a{color:#94a3b8;font-size:.95rem;transition:all .2s}.link-group ul li a:hover{color:#fff;transform:translate(4px);display:inline-block}.footer-bottom{padding:2rem 0;background:#080c14;border-top:1px solid rgba(255,255,255,.05);font-size:.875rem}.bottom-inner{display:flex;justify-content:space-between;align-items:center}.legal-links{display:flex;gap:2rem}.legal-links a{color:#64748b;transition:color .2s}.legal-links a:hover{color:#fff}.footer-disclaimer{font-size:.75rem;color:#6b7280;margin-top:.25rem;max-width:500px;line-height:1.4}.copyright-text{font-weight:500;color:#e2e8f0;margin:0}@media(max-width:640px){.bottom-inner{flex-direction:column;text-align:center;gap:1.5rem}.legal-links{justify-content:center}}@media(max-width:992px){.cta-inner{flex-direction:column;text-align:center;padding:2rem}.footer-grid{grid-template-columns:1fr;gap:4rem}.footer-brand{max-width:none;text-align:center;display:flex;flex-direction:column;align-items:center}}.accordion-simple details{background:#fff;border-radius:8px;padding:1rem;margin-bottom:1rem;border:1px solid #E5E7EB}.accordion-simple summary{font-weight:600;cursor:pointer;list-style:none;outline:none}.accordion-simple p{margin-top:1rem;margin-bottom:0}.browser-mock-mini{background:#fff;width:140px;height:100px;border-radius:8px;box-shadow:0 8px 20px #00000014;border:1px solid #E5E7EB;display:flex;flex-direction:column;position:relative;transition:transform .3s ease}.step-card:hover .browser-mock-mini{transform:scale(1.05)}.browser-bar{background:#f3f4f6;height:20px;border-bottom:1px solid #E5E7EB;border-radius:8px 8px 0 0;display:flex;align-items:center;padding:0 8px}.dots{display:flex;gap:4px}.dots span{width:6px;height:6px;border-radius:50%;background:#d1d5db}.browser-content{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.app-icon-mini{font-weight:900;font-family:Inter,sans-serif;color:#ef4444;font-size:1.5rem}.install-btn-mock{background:#2563eb;color:#fff;font-size:10px;padding:4px 12px;border-radius:4px;font-weight:600}.trust-section{padding:8rem 0;background:#fff;position:relative;overflow:hidden}.trust-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border-color),transparent)}.trust-heading{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1rem;color:#111827}.trust-subheading{color:var(--text-muted);font-size:1.125rem;max-width:600px;margin:0 auto 4rem}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.trust-card{position:relative;padding:2.5rem;background:#fff;border-radius:24px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid #f3f4f6;display:flex;flex-direction:column;align-items:flex-start}.trust-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000000f;border-color:#e5e7eb}.trust-icon-box{width:64px;height:64px;background:#f8fafc;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;color:var(--primary);transition:all .3s ease;position:relative}.trust-card:hover .trust-icon-box{background:var(--primary);color:#fff;transform:rotate(-5deg) scale(1.1)}.trust-icon-box svg{width:30px;height:30px}.trust-card h3{font-size:1.35rem;font-weight:700;margin-bottom:1rem;color:#111827}.trust-card p{font-size:1rem;line-height:1.6;color:var(--text-muted);margin:0}.card-accent{position:absolute;bottom:0;left:2.5rem;right:2.5rem;height:3px;border-radius:3px 3px 0 0;transform:scaleX(0);transition:transform .4s ease}.brand-blue{background:var(--primary)}.brand-red{background:var(--accent)}.trust-card:hover .card-accent{transform:scaleX(1)}@media(max-width:768px){.trust-section{padding:5rem 0}.trust-heading{font-size:2rem}}.page-hero{padding:6rem 0 4rem;background:var(--bg-highlight);text-align:center}.page-hero h1{font-size:3rem;color:var(--bg-dark);margin-bottom:1rem}.page-hero p{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin:0 auto}.content-section{padding:4rem 0;min-height:50vh}.content-section h2{color:var(--bg-dark);margin-top:2rem}.content-section p{line-height:1.8;margin-bottom:1.5rem}.content-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid #E5E7EB;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem}.auth-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .3s ease}.auth-modal-overlay.open{opacity:1;visibility:visible}.auth-modal{background:#fff;width:100%;max-width:440px;padding:2rem;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;position:relative;transform:scale(.95);opacity:0;transition:all .3s cubic-bezier(.16,1,.3,1)}.auth-modal-overlay.open .auth-modal{transform:scale(1);opacity:1}.auth-close-btn{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;line-height:1;padding:.5rem;border-radius:50%;transition:background .2s}.auth-close-btn:hover{background:var(--bg-off-white);color:var(--text-main)}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h2{font-size:1.75rem;margin-bottom:.5rem}.auth-header p{margin:0}.auth-tabs{display:flex;border-bottom:1px solid var(--border-color);margin-bottom:2rem}.auth-tab{flex:1;padding:1rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-muted);font-weight:600;cursor:pointer;transition:all .2s}.auth-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.auth-form .input-group{margin-bottom:1.25rem}.auth-input{width:100%;padding:.875rem 1rem;border:1px solid var(--border-color);border-radius:12px;font-size:1rem;transition:border-color .2s,box-shadow .2s;outline:none}.auth-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1a}.password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-light);cursor:pointer;padding:0}.auth-divider{display:flex;align-items:center;text-align:center;color:var(--text-muted);font-size:.875rem;margin:1.5rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid var(--border-color)}.auth-divider span{padding:0 1rem}.google-btn{display:flex;gap:.75rem;align-items:center;color:var(--text-main);font-weight:600}.auth-error{background:#fef2f2;color:#991b1b;padding:.75rem;border-radius:8px;font-size:.875rem;margin-bottom:1.25rem;border:1px solid #FEE2E2}.auth-success{background:#f0fdf4;color:#166534;padding:.75rem;border-radius:8px;font-size:.875rem;margin-bottom:1.25rem;border:1px solid #BBF7D0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.nav-user-menu{display:flex;align-items:center;gap:1.25rem}.nav-btn-dashboard,.nav-btn-logout,.nav-btn-login{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:10px;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;background:transparent;font-family:inherit}.nav-btn-login{color:var(--text-main)}.nav-btn-login:hover{color:var(--primary);background:#007bff1a;transform:translateY(-2px)}.nav-btn-dashboard{color:var(--primary);background:#007bff0d}.nav-btn-dashboard:hover{background:#007bff1a;transform:translateY(-2px);box-shadow:0 4px 12px #007bff1a}.nav-btn-logout{color:var(--text-muted)}.nav-btn-logout:hover{color:var(--brand-red);background:#ff00000d;transform:translateY(-2px)}.nav-avatar-circle{width:38px;height:38px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;border:2px solid white;box-shadow:0 4px 10px #007bff26;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.user-avatar-wrapper{display:flex;align-items:center;cursor:pointer}.user-avatar-wrapper:hover .nav-avatar-circle{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 20px #007bff33}.hover-underline:hover{text-decoration:underline}.hidden{display:none!important}
