: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 0 rgb(0 0 0 / .03);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .05), 0 2px 4px -2px rgb(0 0 0 / .05);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .06), 0 4px 6px -4px rgb(0 0 0 / .03);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .08), 0 8px 10px -6px rgb(0 0 0 / .04);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .15);--shadow-premium: 0 0 0 1px rgba(0, 0, 0, .03), 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .04);--shadow-glow: 0 0 20px rgba(0, 123, 255, .2);--grad-primary: linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);--grad-surface: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 1) 100%)}.glass-card{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);box-shadow:var(--shadow-premium)}*{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{width:100%;max-width:1360px;margin:0 auto;padding:0 clamp(1.5rem,3vw,4rem)}.container-hero{width:100%;max-width:1440px;margin:0 auto;padding:0 clamp(1rem,2vw,2.5rem)}.container-reading{width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(1.5rem,3vw,4rem)}.center-text{text-align:center}.mb-large{margin-bottom:3rem}.mt-large{margin-top:3rem}.mt-4{margin-top:1rem}.section-padding{padding:clamp(4rem,8vw,8rem) 0}.section-margin{margin:clamp(4rem,8vw,8rem) 0}.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:clamp(2.8rem,4.5vw,6rem);line-height:1.1}h2{font-size:clamp(2rem,3.5vw,4.5rem)}p{margin-bottom:1rem;color:var(--text-muted);font-size:clamp(1rem,1.2vw,1.35rem)}.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:60px;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:clamp(1.75rem,2.5vw,3.25rem)}@media(min-width:768px){.nav-menu{display:flex}}.nav-link{font-weight:500;font-size:clamp(.95rem,1.1vw,1.2rem)}.nav-link:hover{color:var(--primary)}.nav-actions{display:flex;align-items:center;gap:clamp(1.25rem,1.8vw,2.25rem)}.nav-link-secondary{font-weight:600;font-size:clamp(.95rem,1.1vw,1.2rem)}.hero-section{display:flex;align-items:center;padding:clamp(64px,8vh,80px) 0 clamp(72px,10vh,96px) 0;min-height:calc(100vh - 76px);background:radial-gradient(ellipse 80% 60% at 10% 40%,rgba(59,130,246,.05) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 90% 20%,rgba(139,92,246,.04) 0%,transparent 50%),linear-gradient(180deg,#fafbff,#fff 30%);overflow:visible;position:relative}.hero-section:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.02'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.hero-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(59,130,246,.03) 1px,transparent 1px),radial-gradient(circle at 75% 75%,rgba(16,185,129,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0}.hero-section>*{position:relative;z-index:1}.hero-layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:992px){.hero-layout{grid-template-columns:1fr 1.25fr;gap:clamp(64px,6vw,96px);align-items:center}}.hero-content{display:flex;flex-direction:column;align-items:flex-start}.hero-title{font-size:clamp(2.75rem,3.8vw,3.75rem);font-weight:800;line-height:1.15;letter-spacing:-.04em;color:var(--bg-dark);margin-bottom:24px;max-width:600px;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-subtitle-bold{font-size:clamp(1.05rem,1.2vw,1.25rem);color:#1e293b;font-weight:700;margin-bottom:16px;letter-spacing:-.01em}.hero-description-main{font-size:clamp(1rem,1.1vw,1.15rem);max-width:520px;color:#64748b;line-height:1.6;margin-bottom:32px;text-align:left}.hero-alert{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#10b98114,#f59e0b0f);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-main);padding:8px 16px;border-radius:99px;font-weight:600;font-size:clamp(.88rem,.95vw,1rem);border:1px solid rgba(16,185,129,.15);margin-bottom:40px;box-shadow:0 2px 8px #10b9810f;transition:all .3s ease;width:fit-content}.hero-alert:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000000f}.hero-alert-icon{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:clamp(1rem,1.1vw,1.25rem)}.hero-cta-group{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:0}.hero-cta-button{padding:14px 28px;font-size:clamp(1rem,1.1vw,1.15rem);font-weight:600;box-shadow:0 4px 14px #0076ff33,0 0 0 1px #0076ff1a inset;transition:all .2s cubic-bezier(.165,.84,.44,1);white-space:nowrap;width:fit-content;border-radius:8px;position:relative;letter-spacing:-.01em}.hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0076ff4d,0 0 0 1px #0076ff26 inset}.hero-trust-badge{display:flex;flex-direction:column;gap:.2rem;padding-top:16px}.hero-trust-text-main{font-size:clamp(.95rem,1vw,1.1rem);color:var(--text-main);font-weight:700;display:flex;align-items:center;gap:clamp(.5rem,.8vw,1rem)}.hero-trust-text-main:before{content:"";display:block;width:clamp(10px,1.2vw,14px);height:clamp(10px,1.2vw,14px);background:#10b981;border-radius:50%;box-shadow:0 0 0 4px #10b98126}.hero-trust-text-sub{font-size:clamp(.85rem,.9vw,1rem);color:var(--text-muted)}.hero-stats-row{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:24px;margin-top:48px;padding:16px 24px;background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 32px #0000000a,inset 0 1px #fff;width:fit-content;transition:all .4s cubic-bezier(.165,.84,.44,1)}.hero-stats-row:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00000014,inset 0 1px #fff;background:#ffffffe6;border-color:#fff}.stat-item{display:flex;align-items:center;gap:clamp(.5rem,.8vw,1rem);padding-right:24px;border-right:1px solid rgba(0,0,0,.04);flex:0 0 auto}.stat-item:last-child{border-right:none;padding-right:0}.stat-icon-wrapper{width:clamp(28px,3.5vw,44px);height:clamp(28px,3.5vw,44px);border-radius:clamp(8px,1vw,12px);display:flex;align-items:center;justify-content:center;position:relative}.stat-icon{width:clamp(16px,1.8vw,24px);height:clamp(16px,1.8vw,24px);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:clamp(.9rem,1.2vw,1.3rem);font-weight:800;color:#111827;line-height:1.2}.stat-label{font-size:clamp(.65rem,.8vw,.85rem);color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.02em}.pulse-dot{position:absolute;top:-2px;right:-2px;width:clamp(8px,1vw,12px);height:clamp(8px,1vw,12px);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-image-wrapper{position:relative;z-index:1}.hero-image-wrapper:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:130%;height:130%;background:radial-gradient(circle,#8b5cf626,#2563eb1a 30%,#fff0 70%);z-index:-1;pointer-events:none;filter:blur(60px)}.hero-browser-template{position:relative;background:#fff;border-radius:12px;box-shadow:0 40px 80px -20px #00000026,0 0 0 1px #0000000d;overflow:visible;transition:transform .6s cubic-bezier(.165,.84,.44,1),box-shadow .6s cubic-bezier(.165,.84,.44,1);width:100%;max-width:100%;margin:0}.hero-browser-template:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 50px 100px -20px #0003,0 0 0 1px #0000000d}.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 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%;margin:0 auto;display:block;height:auto;object-fit:contain;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.floating-badge{position:absolute;bottom:-32px;left:-32px;background:#ffffffd9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:16px 24px;border-radius:12px;box-shadow:0 24px 48px -12px #0000002e,0 0 0 1px #fffc inset,0 0 0 1px #0000000d;display:flex;align-items:center;gap:16px;z-index:10;animation:float-badge 6s ease-in-out infinite;transition:transform .3s cubic-bezier(.165,.84,.44,1),box-shadow .3s cubic-bezier(.165,.84,.44,1)}.floating-badge:hover{box-shadow:0 32px 64px -12px #00000038,0 0 0 1px #ffffffe6 inset,0 0 0 1px #0000000d}@keyframes float-badge{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.hero-image-wrapper{position:relative;z-index:10;animation:drift 6s ease-in-out infinite alternate}@media(min-width:992px){.hero-image-wrapper{transform:scale(1.05) translate(0);transform-origin:center center}}.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)}.features-section{position:relative;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:1.5rem;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)}.bento-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(320px,30vw,800px),1fr));gap:clamp(1.5rem,2.5vw,3rem);margin-top:clamp(2rem,3.5vw,4rem)}.bento-card{position:relative;background:#fff;border-radius:24px;border:1px solid var(--border-color);padding:1.5rem 2rem;display:flex;flex-direction:column;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.bento-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.card-large{grid-column:span 2;flex-direction:row;align-items:center;gap:2rem}.card-medium{grid-column:span 1}.step-indicator{position:absolute;top:1.5rem;right:1.5rem;font-size:.75rem;font-weight:700;color:var(--primary);background:var(--bg-highlight);padding:.3rem .6rem;border-radius:99px;text-transform:uppercase;letter-spacing:.05em}.bento-card h3{font-size:1.5rem;font-weight:800;margin-bottom:.75rem;color:var(--text-main);letter-spacing:-.02em;padding-right:4.5rem}.bento-card p{color:var(--text-muted);font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.card-content{flex:1}.card-visual{flex:1;display:flex;align-items:center;justify-content:center;background:var(--bg-highlight);border-radius:16px;padding:1.5rem;min-height:160px}.visual-center{min-height:180px}.chrome-store-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:var(--shadow-lg);width:100%;max-width:320px;border:1px solid #f1f5f9}.store-header{display:flex;gap:1rem;margin-bottom:1.5rem}.store-logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden;background:#f8fafc;border:1px solid #e2e8f0}.store-logo img{width:100%;height:100%;object-fit:contain;padding:4px}.store-name{font-weight:700;font-size:1.1rem;color:#000}.store-meta{font-size:.8rem;color:#64748b;display:flex;gap:.5rem;align-items:center}.rating{color:#f59e0b;font-size:1.1rem;letter-spacing:1px}.verified{color:#10b981;display:flex;align-items:center;gap:2px}.store-btn{background:var(--primary);color:#fff;text-align:center;padding:10px;border-radius:8px;font-weight:600;font-size:.9rem}.cta-mini{margin-top:1.5rem}.btn-chrome-mini{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;background:#2563eb;color:#fff;text-decoration:none;font-weight:700;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -1px #2563eb1a;font-size:1rem;border:none;cursor:pointer}.btn-chrome-mini:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 15px -3px #2563eb4d,0 4px 6px -2px #2563eb0d;color:#fff}.toolbar-mock{display:flex;gap:1rem;background:#fff;padding:.75rem 1rem;border-radius:12px;box-shadow:var(--shadow-md);border:1px solid #f1f5f9}.toolbar-icon{color:#94a3b8;font-size:1.25rem;position:relative}.active-icon{color:var(--primary)}.pin-indicator{position:absolute;bottom:-2px;right:-2px;width:8px;height:8px;background:#10b981;border-radius:50%;border:2px solid white}.overlay-mock{background:#fff;padding:1rem;border-radius:12px;box-shadow:var(--shadow-lg);width:240px;position:relative}.mock-table-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid #f1f5f9}.mock-cell.name{font-weight:600;font-size:.9rem}.mock-cell-snipe{display:flex;gap:4px}.snipe-tag{font-size:.7rem;padding:2px 6px;background:#f1f5f9;border-radius:4px;font-weight:700}.snipe-tag.success{background:#10b9811a;color:#10b981}.success-check-anim{position:absolute;top:-20px;right:-20px;background:#fff;border-radius:50%;padding:5px;box-shadow:var(--shadow-md)}.visual-glow{position:absolute;width:100%;height:100%;background:radial-gradient(circle at center,rgba(0,123,255,.1) 0%,transparent 70%);filter:blur(40px);z-index:-1}.browser-frame.premium-shadow{box-shadow:0 50px 100px -20px #00000026,0 30px 60px -30px #0003}.browser-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px 16px;display:flex;align-items:center;gap:1.5rem}.browser-dots{display:flex;gap:6px}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.browser-address{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:2px 12px;font-size:.75rem;color:#64748b;flex:1;text-align:center}@media(max-width:1024px){.card-large{flex-direction:column;gap:2rem}.bento-grid{grid-template-columns:1fr}.card-large,.card-medium{grid-column:span 1}}.sync-section{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}.logo-marquee-section{background:#fff;overflow:hidden;border-top:1px solid #f1f5f9;padding-top:0}.marquee-container{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;gap:3rem;-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee-content{flex-shrink:0;display:flex;justify-content:space-around;min-width:100%;gap:3rem;animation:scroll 40s linear infinite}.brand-logo{display:flex;align-items:center;filter:grayscale(100%) brightness(.2);opacity:.95;transition:all .3s;white-space:nowrap}.brand-logo img[alt=Paddle]{filter:brightness(.15)}.brand-logo img{height:52px;width:auto;object-fit:contain}.brand-logo:hover{filter:grayscale(0%);opacity:1;color:#475569}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.integration-section{padding:6rem 0;background:#fff;position:relative;overflow:hidden}.integration-section:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,rgba(37,99,235,.05) 0%,transparent 70%);z-index:0}.integration-badge{display:inline-block;padding:.5rem 1rem;background:#eff6ff;color:#2563eb;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;border:1px solid rgba(37,99,235,.1)}.integration-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:#111827}.integration-content p{font-size:1.125rem;color:#4b5563;margin-bottom:2.5rem;max-width:90%}.browser-frame{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000026;border:1px solid #e2e8f0;overflow:hidden;position:relative}.browser-header{background:#f8fafc;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;display:flex;gap:.5rem}.browser-dot{width:10px;height:10px;border-radius:50%}.browser-dot.red{background:#ff5f56}.browser-dot.yellow{background:#ffbd2e}.browser-dot.green{background:#27c93f}.integration-visual img{width:100%;height:auto;display:block;transition:transform .5s ease}.integration-visual:hover img{transform:scale(1.02)}.integration-layout{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:992px){.integration-layout{grid-template-columns:1fr 1fr}}.integration-visual{position:relative;padding:2rem}.extension-overlay-mock{background:#fff;border-radius:20px;box-shadow:0 40px 80px -20px #0003;border:1px solid #e2e8f0;overflow:hidden;width:100%;max-width:400px;margin:0 auto;position:relative;z-index:2}.overlay-header{background:#2563eb;color:#fff;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.overlay-body{padding:1.5rem}.score-circle{width:80px;height:80px;border-radius:50%;border:6px solid #10b981;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 1.5rem}.score-circle span{font-size:1.5rem;font-weight:800;color:#111827}.score-circle label{font-size:.7rem;color:#64748b;text-transform:uppercase}.data-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.data-row:last-child{border-bottom:none}.data-label{font-size:.9rem;color:#64748b}.data-value{font-size:.9rem;font-weight:600;color:#111827}.integration-background{position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(45deg,#f8fafc,#f8fafc 10px,#fff 10px 20px);border-radius:40px;z-index:1;transform:rotate(-2deg)}.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{background-color:#fff}.pricing-section .container{max-width:1400px}.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:1600px;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}.pricing-title{font-size:1.75rem;margin-bottom:.5rem}.pricing-subtitle{color:#64748b;font-weight:500;font-size:1.1rem;margin-bottom:1.5rem}.discount-badge{background:#dcfce7;color:#166534;padding:2px 8px;border-radius:99px;font-size:.75rem;font-weight:700}.plan-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.plan-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.plan-icon-free{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.plan-icon-starter{background:#fef3c7;color:#d97706;border:1px solid #fde68a}.plan-icon-pro{width:48px;height:48px;background:#ffffff26;color:#60a5fa;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #0003}.plan-icon-max{background:#faf5ff;color:#9333ea;border:1px solid #e9d5ff}.plan-name{font-size:1.35rem;font-weight:800;letter-spacing:-.01em;color:#0f172a}.plan-card.featured .plan-name{color:#fff}.yearly-upsell-text{font-size:.85rem;margin-top:-1.25rem;margin-bottom:1.5rem;padding:4px 8px;display:inline-block;border-radius:6px;font-weight:700}.yearly-upsell-text.hidden{visibility:hidden;font-weight:400}.yearly-upsell-starter{color:#059669;background:#d1fae5}.yearly-upsell-pro{color:#6ee7b7;background:#10b98133}.yearly-upsell-max{color:#059669;background:#d1fae5}.badge-best-value{position:absolute;top:-16px;left:50%;transform:translate(-50%);background:linear-gradient(90deg,#3b82f6,#2563eb);color:#fff;padding:6px 20px;border-radius:99px;font-size:.75rem;font-weight:800;letter-spacing:.1em;box-shadow:0 8px 16px #2563eb66;z-index:100;white-space:nowrap}.faq-container{max-width:1100px;margin:0 auto}.footer-cta-title{font-size:2.5rem;margin-bottom:.5rem;color:#fff}.footer-cta-subtitle{font-size:1.15rem;color:#e2e8f0;opacity:.9;margin-bottom:0}.footer-logo-link{margin-bottom:2rem;display:inline-flex;align-items:center;text-decoration:none;gap:.75rem}.footer-logo-img{height:60px;width:auto}.footer-logo-title{color:#fff;font-size:24px;font-weight:800}.footer-logo-tagline{color:#94a3b8;font-size:.85rem}.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{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-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;position:relative}.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-form .input-group.relative .auth-input{padding-right:3.5rem}.auth-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1a}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .2s ease,background-color .2s ease}.password-toggle:hover{color:var(--text-dark);background-color:#0000000d}.password-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.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}@keyframes pulse-glow{0%{box-shadow:0 0 #007bff66}70%{box-shadow:0 0 0 10px #007bff00}to{box-shadow:0 0 #007bff00}}.success-check-anim{animation:pulse-glow 2s infinite}.pin-indicator{animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.bento-card:hover .card-visual{background:#fff;transition:background .3s ease}.card-visual img{transition:transform .5s cubic-bezier(.16,1,.3,1)}.bento-card:hover .card-visual img{transform:scale(1.05)}.logo-marquee-section{background:#fff;border-bottom:1px solid var(--border-color);overflow:hidden}.marquee-container{width:100%;overflow:hidden;position:relative;padding:.5rem 0}.marquee-content{display:flex;gap:4.5rem;width:max-content;animation:marquee-scroll 60s linear infinite}.brand-logo{display:flex;align-items:center;justify-content:center;height:48px;filter:grayscale(1) opacity(.5);transition:all .4s ease}.brand-logo:hover{filter:grayscale(0) opacity(1);transform:scale(1.1)}.brand-logo img{height:100%;width:auto;object-fit:contain}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;margin-top:2rem}.card-large{grid-column:span 8}.card-medium{grid-column:span 4}@media(max-width:992px){.card-large,.card-medium{grid-column:span 12}.bento-grid{grid-template-columns:1fr}}.integration-layout{display:grid;grid-template-columns:repeat(12,1fr);gap:4rem;align-items:center}.integration-content{grid-column:span 5}.integration-visual{grid-column:span 7;position:relative}.visual-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140%;height:140%;background:radial-gradient(circle,rgba(37,99,235,.12) 0%,transparent 60%);z-index:0;pointer-events:none}.integration-visual .browser-frame{max-height:550px;overflow:hidden;position:relative;z-index:1;border:1px solid rgba(255,255,255,.8);box-shadow:0 30px 60px -15px #0003,0 0 0 1px #0000000d;border-radius:16px}@media(max-width:992px){.integration-content,.integration-visual{grid-column:span 12}.integration-layout{gap:3rem}}.integration-badge{display:inline-flex;align-items:center;padding:.5rem 1.25rem;background:linear-gradient(135deg,#2563eb1a,#2563eb0a);color:var(--primary);border-radius:99px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;border:1px solid rgba(37,99,235,.15);box-shadow:0 4px 10px #2563eb0d}.integration-list{list-style:none;padding:0;margin:2rem 0 0;display:flex;flex-direction:column;gap:1rem}.integration-list li{display:flex;gap:1rem;align-items:flex-start;padding:.5rem 0;background:transparent;border:none;box-shadow:none;transition:transform .2s ease}.integration-list li:hover{transform:translate(6px)}.icon-check{width:28px;height:28px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;box-shadow:0 4px 10px #2563eb33}.icon-check svg{width:14px!important;height:14px!important;stroke-width:3px}.integration-list strong{display:block;font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.25rem;letter-spacing:-.01em}.integration-list p{margin-bottom:0;font-size:.95rem;color:#475569;line-height:1.5}svg:not([width]){width:24px;height:24px}.hero-subtitle-bold{font-size:1.25rem;font-weight:700;color:#0f172a;margin-top:1rem;margin-bottom:.5rem}.hero-description-main{font-size:1.05rem;color:#475569;margin-bottom:.75rem;font-weight:500}.text-red{color:red;font-weight:500}.hero-alert{display:flex;align-items:center;gap:8px;margin-bottom:.75rem;font-size:.95rem;color:#10b981;font-weight:600}.hero-cta-group{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.hero-cta-button{box-shadow:0 4px 14px #0076ff63;width:100%;max-width:320px}.hero-trust-badge{margin-top:.25rem;padding-left:.5rem;display:flex;flex-direction:column;gap:4px}.hero-trust-text-main{font-size:.85rem;color:#64748b;font-weight:600}.hero-trust-text-sub{font-size:.85rem;color:#64748b}.trust-card{transition:transform .3s ease,box-shadow .3s ease}.trust-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)!important}.review-card{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:2.5rem;box-shadow:var(--shadow-md);transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden}.review-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary)}.review-card:before{content:'"';position:absolute;top:-20px;right:20px;font-size:120px;font-weight:900;font-family:serif;color:var(--bg-highlight);opacity:.5;z-index:0}.review-stars{display:flex;gap:.25rem;color:#fbbf24;margin-bottom:1.25rem;position:relative;z-index:1}.review-text{color:var(--text-main);font-size:1.1rem;font-style:italic;line-height:1.6;margin-bottom:2rem;position:relative;z-index:1}.review-author{display:flex;align-items:center;gap:1rem;position:relative;z-index:1}.review-avatar{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem}.avatar-1{background:#e0e7ff;color:#4338ca}.avatar-2{background:#dcfce7;color:#15803d}.avatar-3{background:#ffedd5;color:#c2410c}.review-author-name{margin:0;font-size:1.05rem;color:#0f172a;font-weight:700}.review-author-title{margin:0;font-size:.875rem;color:#64748b;font-weight:500}.logo-wrapper{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-icon svg{width:40px;height:40px;display:block}.logo-content{display:flex;flex-direction:column;line-height:1;gap:4px}.logo-title{font-family:Inter,sans-serif;font-weight:800;font-size:24px;letter-spacing:-.02em;color:#111827}.logo-tagline{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#6b7280;letter-spacing:.02em}.text-red{color:red}.text-blue{color:#2563eb}.accordion-custom{display:block}@media(min-width:768px){.accordion-custom{column-count:2;column-gap:1.5rem}}.accordion-custom .premium-accordion{break-inside:avoid;display:inline-block;width:100%;margin-bottom:1rem}.premium-accordion{border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 2px 4px #00000005;transition:all .3s ease;overflow:hidden}.premium-accordion[open]{border-color:#2563eb;box-shadow:0 4px 12px #2563eb1a}.premium-accordion summary{padding:1.25rem 1.5rem;font-size:1.05rem;line-height:1.4;font-weight:600;color:#0f172a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;list-style:none;min-height:5.5rem}.premium-accordion summary span[itemprop=name]{flex:1}.premium-accordion summary::-webkit-details-marker{display:none}.premium-accordion summary .icon-wrapper{color:#94a3b8;transition:transform .3s ease;display:flex;align-items:center}.premium-accordion[open] summary .icon-wrapper{transform:rotate(180deg);color:#2563eb}.premium-accordion .accordion-body{padding:0 1.5rem 1.25rem;color:#475569;line-height:1.6;animation:fadeInDown .3s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-cta-button{position:relative;overflow:hidden;animation:cta-pulse 2s infinite cubic-bezier(.66,0,0,1);box-shadow:0 0 #2563ebb3}@keyframes cta-pulse{to{box-shadow:0 0 0 15px #2563eb00}}.fade-in-up{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.auth-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#11182799;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;z-index:9999;padding:20px}.auth-modal-overlay.open{display:flex}.auth-modal{background:var(--bg-white);width:100%;max-width:440px;border-radius:24px;position:relative;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;animation:modalSlideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.auth-modal-close{position:absolute;top:20px;right:20px;width:32px;height:32px;border-radius:50%;background:var(--bg-off-white);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:all .2s;color:var(--text-muted);z-index:10}.auth-modal-close:hover{background:#e5e7eb;color:var(--text-main);transform:rotate(90deg)}.auth-modal-content{padding:40px}.auth-header{text-align:center;margin-bottom:32px}.auth-logo{height:48px;margin:0 auto 16px}.auth-title{font-size:1.75rem;font-weight:800;color:var(--bg-dark)}.auth-subtitle{color:var(--text-muted);font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;font-size:.9rem;color:var(--text-main)}.form-group input{padding:12px 16px;border-radius:12px;border:1px solid var(--border-color);font-family:inherit;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1a}.auth-submit-btn{margin-top:8px;padding:14px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s}.auth-submit-btn:hover{background:var(--primary-hover);transform:translateY(-1px)}.auth-footer{margin-top:24px;text-align:center;font-size:.9rem;color:var(--text-muted)}.auth-switch-link{color:var(--primary);font-weight:700;cursor:pointer;border:none;background:none;padding:0;font-size:inherit}.auth-error-message{padding:12px;background:#fef2f2;border:1px solid #FCA5A5;color:#dc2626;border-radius:8px;font-size:.85rem;margin-bottom:16px;display:none}.hero-title{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(2rem,3.5vw,3.25rem)!important;font-weight:700!important;line-height:1.05!important;letter-spacing:-.03em!important;color:#0f172a!important;max-width:700px!important;display:block;margin-bottom:1.25rem!important}.hero-title-line-1,.hero-title-line-2{display:block}.hero-highlight{position:relative;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text}.hero-highlight:after{content:"";position:absolute;bottom:.08em;left:0;width:100%;height:.08em;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:.1em;opacity:.4}.hero-subtitle-bold{font-size:clamp(1.05rem,1.2vw,1.15rem)!important;color:#475569!important;font-weight:500!important;margin-top:.5rem!important;margin-bottom:.5rem!important;letter-spacing:-.01em!important}.hero-subtitle-accent{color:#0f172a;font-weight:600}.hero-description-main{font-size:clamp(1rem,1.1vw,1.1rem)!important;color:#475569!important;margin-bottom:1.5rem!important;font-weight:400!important;line-height:1.6!important}.hero-title-line-1{animation:heroLineReveal .9s cubic-bezier(.16,1,.3,1) .15s both}.hero-title-line-2{animation:heroLineReveal .9s cubic-bezier(.16,1,.3,1) .35s both}@keyframes heroLineReveal{0%{opacity:0;transform:translateY(25px) skewY(1deg);filter:blur(4px)}to{opacity:1;transform:translateY(0) skewY(0);filter:blur(0px)}}.hero-cta-button{position:relative;overflow:visible}.hero-cta-button:before{content:"";position:absolute;inset:-3px;background:linear-gradient(135deg,#007bff,#7c3aed,#ec4899,#007bff);background-size:300% 300%;border-radius:inherit;z-index:-1;opacity:0;filter:blur(12px);animation:ctaGlowPulse 4s ease-in-out infinite;transition:opacity .4s ease}.hero-cta-button:hover:before{opacity:.6}@keyframes ctaGlowPulse{0%,to{background-position:0% 50%;opacity:0}50%{background-position:100% 50%;opacity:.35}}.hero-stats-row .stat-item{animation:statFloat .7s cubic-bezier(.16,1,.3,1) both}.hero-stats-row .stat-item:nth-child(1){animation-delay:.6s}.hero-stats-row .stat-item:nth-child(2){animation-delay:.75s}.hero-stats-row .stat-item:nth-child(3){animation-delay:.9s}@keyframes statFloat{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.help-center-header{background:radial-gradient(ellipse at 50% -20%,rgba(59,130,246,.1),transparent 70%);padding:6rem 0 4rem;text-align:center;border-bottom:1px solid var(--border-color)}.help-center-header h1{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;color:var(--bg-dark);margin-bottom:1rem;letter-spacing:-.03em}.help-center-header p{font-size:1.125rem;color:var(--text-muted);max-width:600px;margin:0 auto 2rem}.help-search-container{max-width:500px;margin:0 auto;position:relative}.help-search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.help-search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid var(--border-color);border-radius:12px;font-size:1rem;background:#fff;box-shadow:0 4px 6px -1px #0000000d;transition:all .2s ease;outline:none}.help-search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.help-layout{display:grid;grid-template-columns:280px 1fr;gap:4rem;padding:4rem 0;align-items:start}@media(max-width:900px){.help-layout{grid-template-columns:1fr;gap:2rem}}.help-sidebar{position:sticky;top:100px;padding-right:1rem}@media(max-width:900px){.help-sidebar{position:static;display:flex;overflow-x:auto;padding-bottom:1rem;border-bottom:1px solid var(--border-color);gap:1rem;-webkit-overflow-scrolling:touch}.help-sidebar::-webkit-scrollbar{display:none}}.help-sidebar h3{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:1rem}@media(max-width:900px){.help-sidebar h3{display:none}}.help-nav-list{display:flex;flex-direction:column;gap:.25rem}@media(max-width:900px){.help-nav-list{flex-direction:row}}.help-nav-item{display:block;padding:.6rem 1rem;color:var(--text-muted);font-weight:500;border-radius:8px;transition:all .2s ease;text-decoration:none;white-space:nowrap}.help-nav-item:hover{background:#f1f5f9;color:var(--bg-dark)}.help-nav-item.active{background:#2563eb14;color:var(--primary);font-weight:600}.help-category-section{margin-bottom:4rem;scroll-margin-top:100px}.help-category-section h2{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--bg-dark);letter-spacing:-.02em}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid var(--border-color);border-radius:12px;background:#fff;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.faq-item:hover{border-color:#cbd5e1}.faq-question{width:100%;text-align:left;background:none;border:none;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.05rem;font-weight:600;color:var(--bg-dark);font-family:inherit;transition:color .2s ease}.faq-question:hover{color:var(--primary)}.faq-icon{flex-shrink:0;width:20px;height:20px;color:#94a3b8;transition:transform .3s cubic-bezier(.4,0,.2,1)}.faq-item.active .faq-icon{transform:rotate(180deg);color:var(--primary)}.faq-item.active{border-color:var(--primary);box-shadow:0 4px 12px #2563eb14}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.faq-answer-inner{padding:0 1.5rem 1.25rem;color:var(--text-muted);line-height:1.6;font-size:1rem}.faq-answer-inner p{margin-bottom:.75rem}.faq-answer-inner p:last-child{margin-bottom:0}.faq-answer-inner a{color:var(--primary);text-decoration:underline;text-decoration-color:#2563eb4d;text-underline-offset:3px}.faq-answer-inner a:hover{text-decoration-color:var(--primary)}.no-results{text-align:center;padding:4rem 2rem;color:var(--text-muted);display:none}.faq-grid-2col{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.faq-grid-2col{grid-template-columns:1fr 1fr;align-items:start}}.faq-column{display:flex;flex-direction:column;gap:1.5rem}.premium-accordion{display:block}.institutional-page{background-color:#fafafa;color:#0f172a}.inst-hero{padding:clamp(80px,12vh,120px) 0 clamp(64px,8vh,80px) 0;text-align:center;background:radial-gradient(circle at top,rgba(37,99,235,.06) 0%,transparent 70%)}.inst-hero-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.inst-hero-badge{background:#e0e7ff;color:#4338ca;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px}.inst-hero-title{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;color:#0f172a;margin-bottom:24px}.inst-hero-subtitle{font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.6;color:#475569;max-width:700px;margin-bottom:40px}.inst-hero-actions{display:flex;gap:16px}.inst-btn{padding:14px 28px;font-size:1rem;border-radius:12px;font-weight:600;transition:all .2s}.inst-btn.large{padding:18px 36px;font-size:1.1rem}.inst-section-title{font-size:clamp(2rem,3vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:1rem}.inst-section-subtitle{font-size:1.15rem;color:#64748b;max-width:650px;margin:0 auto 3rem;line-height:1.6}.inst-section-text{font-size:1.1rem;color:#475569;line-height:1.7;margin-bottom:1.5rem}.inst-feature-section{padding:clamp(80px,10vh,120px) 0}.inst-feature-section.alternate{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.inst-problem-grid,.inst-split-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width:992px){.inst-problem-grid,.inst-split-grid{grid-template-columns:1fr;gap:40px}}.inst-problem-visual{display:flex;flex-direction:column;gap:24px;position:relative}.inst-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 10px 30px #00000008}.inst-card-header{display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:16px;color:#334155;font-size:.95rem}.dot{width:10px;height:10px;border-radius:50%;display:inline-block}.dot.red{background:#ef4444}.dot.green{background:#10b981}.skeleton-line{height:12px;background:#f1f5f9;border-radius:6px;margin-bottom:12px;width:100%}.skeleton-line.short{width:60%}.status-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:700;margin-top:12px}.status-badge.error{background:#fee2e2;color:#b91c1c}.status-badge.success{background:#d1fae5;color:#047857}.inst-bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}.inst-bento-card{background:#fafafa;border:1px solid #e2e8f0;border-radius:20px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;grid-column:span 6;transition:all .3s;overflow:hidden;position:relative}.inst-bento-card:hover{box-shadow:0 20px 40px #0000000a;border-color:#cbd5e1;transform:translateY(-4px)}.inst-bento-card.large{grid-column:span 12;flex-direction:row;gap:32px;align-items:center}@media(max-width:992px){.inst-bento-card{grid-column:span 12}.inst-bento-card.large{flex-direction:column;align-items:flex-start}}.bento-content h3{font-size:1.5rem;font-weight:700;margin-bottom:12px;color:#0f172a}.bento-content p{color:#475569;line-height:1.6;margin-bottom:20px}.bento-list{list-style:none;padding:0;margin:0}.bento-list li{display:flex;align-items:center;gap:10px;color:#334155;margin-bottom:10px;font-weight:500}.bento-list li i{color:#2563eb}.bento-visual{flex-shrink:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;width:100%;margin-top:20px;box-shadow:0 4px 12px #00000005}.inst-bento-card.large .bento-visual{width:400px;margin-top:0}.mockup-chart{display:flex;align-items:flex-end;gap:12px;height:120px}.mockup-chart .bar{flex:1;background:linear-gradient(180deg,#2563eb,#60a5fa);border-radius:6px 6px 0 0;opacity:.8}.mockup-chart .bar.h-40{height:40%}.mockup-chart .bar.h-60{height:60%}.mockup-chart .bar.h-70{height:70%}.mockup-chart .bar.h-80{height:80%}.mockup-chart .bar.h-100{height:100%}.mini-browser-mockup{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.mini-browser-mockup .browser-header{background:#f1f5f9;padding:8px 12px;display:flex;gap:6px;border-bottom:1px solid #e2e8f0}.mini-browser-mockup .dot{background:#cbd5e1}.mini-browser-mockup .browser-body{padding:20px;font-family:monospace;color:#475569;font-size:.85rem;text-align:center}.mini-browser-mockup .highlight-text{color:#2563eb;font-weight:700}.score-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 0}.score-ring{width:80px;height:80px;border-radius:50%;border:6px solid #10b981;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#10b981;box-shadow:0 0 20px #10b98133}.score-label{font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.inst-feature-list{list-style:none;padding:0}.inst-feature-list li{position:relative;padding-left:24px;margin-bottom:16px;color:#475569;line-height:1.6}.inst-feature-list li:before{content:"→";position:absolute;left:0;color:#2563eb;font-weight:700}.inst-feature-list li strong{color:#0f172a}.filter-ui-mockup{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 20px 40px #0000000d}.filter-row{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid #f1f5f9}.filter-row:last-child{border-bottom:none}.filter-row .label{font-weight:600;color:#334155}.filter-row .value{background:#f1f5f9;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600;color:#475569}.inst-cta-section{padding:60px 0 100px}.inst-cta-box{background:#0f172a;border-radius:24px;padding:60px 40px;text-align:center;color:#fff;position:relative;overflow:hidden}.inst-cta-box:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(37,99,235,.15) 0%,transparent 50%);pointer-events:none}.inst-cta-box h2{font-size:clamp(2rem,3vw,2.5rem);font-weight:800;margin-bottom:16px;position:relative;z-index:1}.inst-cta-box p{font-size:1.1rem;color:#94a3b8;margin-bottom:32px;position:relative;z-index:1}.inst-cta-box .btn{position:relative;z-index:1}.ai-page{background-color:#fafafa;color:#0f172a}.ai-hero{padding:clamp(80px,12vh,120px) 0 clamp(64px,8vh,80px) 0;text-align:center;background:radial-gradient(ellipse at top,rgba(139,92,246,.08) 0%,transparent 70%)}.ai-hero-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.ai-hero-badge{background:#f3e8ff;color:#7e22ce;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px;border:1px solid rgba(126,34,206,.2)}.ai-hero-title{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;color:#0f172a;margin-bottom:24px}.ai-hero-subtitle{font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.6;color:#475569;max-width:700px;margin-bottom:40px}.ai-hero-actions{display:flex;gap:16px}.ai-btn{padding:14px 28px;font-size:1rem;border-radius:12px;font-weight:600;transition:all .2s}.ai-btn.large{padding:18px 36px;font-size:1.1rem}.ai-section-title{font-size:clamp(2rem,3vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:1rem}.ai-section-subtitle{font-size:1.15rem;color:#64748b;max-width:650px;margin:0 auto 3rem;line-height:1.6}.ai-section-text{font-size:1.1rem;color:#475569;line-height:1.7;margin-bottom:1.5rem}.ai-feature-section,.ai-problem-section,.ai-example-section,.ai-usecases-section{padding:clamp(80px,10vh,120px) 0}.ai-problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width:992px){.ai-problem-grid{grid-template-columns:1fr;gap:40px}}.ai-comparison-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 30px #00000008;overflow:hidden}.ai-comp-header{display:grid;grid-template-columns:1fr 1fr;background:#f8fafc;border-bottom:1px solid #e2e8f0}.comp-label{padding:16px;text-align:center;font-weight:600;color:#64748b;font-size:.95rem}.comp-label.active{background:#fff;color:#8b5cf6;border-bottom:2px solid #8b5cf6}.ai-comp-body{display:grid;grid-template-columns:1fr 1fr}.comp-list{list-style:none;padding:24px;margin:0}.comp-list li{margin-bottom:16px;font-size:.95rem;color:#334155;display:flex;align-items:flex-start;gap:10px}.comp-list.legacy li i{color:#ef4444;margin-top:2px}.comp-list.modern li i{color:#10b981;margin-top:2px}.comp-list.legacy{border-right:1px solid #f1f5f9;background:#fafafa}.ai-output-showcase{background:#0f172a;border-radius:20px;padding:40px;color:#fff;box-shadow:0 20px 40px #0000001a;position:relative;overflow:hidden}.ai-output-showcase:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,rgba(139,92,246,.4) 0%,transparent 70%);pointer-events:none}.showcase-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:24px}.showcase-header .domain-name{font-size:2rem;font-weight:800;font-family:monospace;color:#fff}.showcase-header .ai-score-badge{background:#10b98133;color:#34d399;padding:8px 16px;border-radius:12px;font-weight:700;border:1px solid rgba(16,185,129,.4)}.showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}@media(max-width:768px){.showcase-grid{grid-template-columns:1fr}.showcase-header{flex-direction:column;align-items:flex-start;gap:16px}}.showcase-panel h4{font-size:1.1rem;color:#94a3b8;margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em}.showcase-panel ul{list-style:none;padding:0;margin:0}.showcase-panel ul li{margin-bottom:12px;font-size:1rem;display:flex;align-items:baseline;gap:12px}.insight-label{color:#cbd5e1;background:#ffffff0d;padding:2px 8px;border-radius:6px;font-size:.85rem;width:140px;flex-shrink:0}.pitch-preview{margin-top:24px;padding:16px;background:#ffffff0d;border-left:3px solid #8b5cf6;border-radius:0 8px 8px 0;font-style:italic;color:#e2e8f0}.ai-bento-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.ai-bento-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:0 4px 12px #00000005;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s}.ai-bento-card:hover{box-shadow:0 20px 40px #0000000d;border-color:#cbd5e1;transform:translateY(-4px)}.ai-bento-card:nth-child(1),.ai-bento-card:nth-child(2){grid-column:span 2}.ai-bento-card:nth-child(3),.ai-bento-card:nth-child(4){grid-column:span 2}@media(max-width:992px){.ai-bento-card{grid-column:span 4!important}}.ai-bento-card h3{font-size:1.4rem;font-weight:700;margin-bottom:12px;color:#0f172a}.ai-bento-card p{color:#475569;line-height:1.6;margin-bottom:24px}.ai-bento-visual{background:#f8fafc;border-radius:12px;padding:20px;min-height:100px;display:flex;flex-direction:column;justify-content:center;gap:12px}.ai-bento-visual.outline{background:transparent;border:1px dashed #cbd5e1}.ai-bento-visual.alert{background:#ecfdf5;color:#047857;font-weight:700;align-items:center;font-size:1.1rem;flex-direction:row}.semantic-bar{height:8px;background:#e2e8f0;border-radius:4px;position:relative;margin-bottom:20px}.semantic-bar .fill{height:100%;background:#8b5cf6;border-radius:4px}.semantic-bar .label{position:absolute;top:12px;left:0;font-size:.8rem;font-weight:600;color:#64748b}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.tag-cloud span{background:#f1f5f9;color:#475569;padding:4px 12px;border-radius:16px;font-size:.85rem;font-weight:600}.mini-graph{width:100%;height:60px}.usecases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto}@media(max-width:768px){.usecases-grid{grid-template-columns:1fr}}.usecase-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:0 4px 12px #00000005}.usecase-item h4{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:#0f172a}.usecase-item p{color:#475569;line-height:1.6;margin:0}.ai-cta-section{padding:60px 0 100px}.ai-cta-box{background:#0f172a;border-radius:24px;padding:60px 40px;text-align:center;color:#fff;position:relative;overflow:hidden}.ai-cta-box:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(139,92,246,.2) 0%,transparent 50%);pointer-events:none}.ai-cta-box h2{font-size:clamp(2rem,3vw,2.5rem);font-weight:800;margin-bottom:16px;position:relative;z-index:1}.ai-cta-box p{font-size:1.1rem;color:#94a3b8;margin-bottom:32px;position:relative;z-index:1;max-width:600px;margin-left:auto;margin-right:auto}.ai-cta-box .btn{position:relative;z-index:1}.ds-page{background-color:#fafafa;color:#0f172a}.ds-hero{padding:clamp(80px,12vh,120px) 0 clamp(64px,8vh,80px) 0;text-align:center;background:radial-gradient(ellipse at top,rgba(14,165,233,.08) 0%,transparent 70%)}.ds-hero-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.ds-hero-badge{background:#e0f2fe;color:#0284c7;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px;border:1px solid rgba(2,132,199,.2)}.ds-hero-title{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;color:#0f172a;margin-bottom:24px}.ds-hero-subtitle{font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.6;color:#475569;max-width:700px;margin-bottom:40px}.ds-hero-actions{display:flex;gap:16px}.ds-btn{padding:14px 28px;font-size:1rem;border-radius:12px;font-weight:600;transition:all .2s}.ds-btn.large{padding:18px 36px;font-size:1.1rem}.ds-section-title{font-size:clamp(2rem,3vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:1rem}.ds-section-subtitle{font-size:1.15rem;color:#64748b;max-width:650px;margin:0 auto 3rem;line-height:1.6}.ds-section-text{font-size:1.1rem;color:#475569;line-height:1.7;margin-bottom:1.5rem}.ds-hybrid-section,.ds-engine-section,.ds-examples-section,.ds-workflows-section{padding:clamp(80px,10vh,120px) 0}.alternate{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.ds-hybrid-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:center}@media(max-width:992px){.ds-hybrid-grid{grid-template-columns:1fr;gap:40px}}.ds-equation{background:#0f172a;border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:16px;box-shadow:0 20px 40px #0000001a}.eq-part{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:16px;border-radius:12px;display:flex;flex-direction:column;align-items:center;color:#fff;text-align:center}.eq-part i{font-size:1.5rem;margin-bottom:8px;color:#94a3b8}.eq-part span{font-weight:700;font-size:1.1rem;margin-bottom:4px}.eq-part small{color:#94a3b8;font-size:.85rem}.eq-part.highlight{background:#0ea5e926;border-color:#0ea5e94d}.eq-part.highlight i{color:#38bdf8}.eq-part.result{background:#10b98126;border-color:#10b9814d}.eq-part.result i{color:#34d399}.eq-operator{text-align:center;color:#475569;font-size:1.5rem;font-weight:800}.ds-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){.ds-metric-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ds-metric-grid{grid-template-columns:1fr}}.ds-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 4px 12px #00000005;transition:all .3s}.ds-metric-card:hover{box-shadow:0 10px 20px #0000000d;border-color:#cbd5e1;transform:translateY(-2px)}.ds-metric-card .metric-icon{width:48px;height:48px;background:#f0f9ff;color:#0284c7;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:16px}.ds-metric-card h3{font-size:1.1rem;font-weight:700;margin-bottom:8px;color:#0f172a}.ds-metric-card p{color:#475569;font-size:.95rem;line-height:1.6;margin:0}.ds-showcase-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1000px;margin:0 auto}@media(max-width:768px){.ds-showcase-container{grid-template-columns:1fr}}.ds-score-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 30px #0000000d;overflow:hidden}.ds-score-panel.premium{border-top:4px solid #10b981}.ds-score-panel.weak{border-top:4px solid #ef4444}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #f1f5f9;background:#f8fafc}.panel-header .domain-title{font-family:monospace;font-size:1.5rem;font-weight:800;color:#0f172a}.panel-header .final-score{font-size:2rem;font-weight:800;line-height:1;display:flex;flex-direction:column;align-items:flex-end}.premium .final-score{color:#10b981}.weak .final-score{color:#ef4444}.final-score small{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.panel-body{padding:24px}.score-row{display:flex;align-items:center;gap:16px;margin-bottom:16px}.score-row:last-child{margin-bottom:0}.score-row .label{width:120px;font-size:.9rem;font-weight:600;color:#475569}.score-row .bar-bg{flex-grow:1;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.score-row .bar-fill{height:100%;border-radius:4px}.premium .bar-fill{background:#34d399}.weak .bar-fill{background:#f87171}.score-row .value{width:30px;text-align:right;font-size:.9rem;font-weight:700;color:#0f172a}.panel-footer{padding:20px 24px;background:#f8fafc;border-top:1px solid #f1f5f9;font-size:.95rem;color:#475569;line-height:1.6}.panel-footer strong{color:#0f172a}.ds-workflow-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto}@media(max-width:768px){.ds-workflow-grid{grid-template-columns:1fr}}.workflow-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:0 4px 12px #00000005}.workflow-card h4{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:#0f172a;display:flex;align-items:center;gap:12px}.workflow-card h4 i{color:#0284c7}.workflow-card p{color:#475569;line-height:1.6;margin:0}.ds-cta-section{padding:60px 0 100px}.ds-cta-box{background:#0f172a;border-radius:24px;padding:60px 40px;text-align:center;color:#fff;position:relative;overflow:hidden}.ds-cta-box:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(14,165,233,.2) 0%,transparent 50%);pointer-events:none}.ds-cta-box h2{font-size:clamp(2rem,3vw,2.5rem);font-weight:800;margin-bottom:16px;position:relative;z-index:1}.ds-cta-box p{font-size:1.1rem;color:#94a3b8;margin-bottom:32px;position:relative;z-index:1;max-width:600px;margin-left:auto;margin-right:auto}.ds-cta-box .btn{position:relative;z-index:1}.ds-hero{padding-bottom:4rem}.ds-hero-container{max-width:800px;margin:0 auto;text-align:center}.ds-hero-badge{display:inline-block;background:#2563eb1a;color:#2563eb;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}.ds-hero-title{font-size:3.5rem;font-weight:800;color:#111827;letter-spacing:-.03em;margin-bottom:1rem}.ds-hero-subtitle{font-size:1.25rem;color:#4b5563;line-height:1.6}.ds-research-cluster{padding:4rem 0;border-top:1px solid #E5E7EB}.ds-section-title{text-align:left;margin-bottom:.5rem;font-size:1.75rem}.ds-research-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.ds-rich-card{text-decoration:none;display:flex;flex-direction:column;background:#fff;border:1px solid #E5E7EB;border-radius:16px;overflow:hidden;transition:box-shadow .2s,transform .2s}.ds-rich-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #00000026}.ds-rich-card-img{height:180px;background-size:cover;background-position:center;border-bottom:1px solid #E5E7EB;position:relative}.ds-tag{position:absolute;top:12px;left:12px;background:#000000b3;color:#fff;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ds-rich-card-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.ds-rich-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.ds-rich-card-category{color:#2563eb;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.ds-rich-card-time{color:#94a3b8;font-size:.8rem}.ds-rich-card-title{font-size:1.25rem;color:#111827;margin-bottom:.75rem;line-height:1.4;font-weight:700}.ds-rich-card-desc{color:#4b5563;font-size:.95rem;margin-bottom:1.5rem;flex-grow:1}.ds-rich-card-author{border-top:1px solid #F3F4F6;padding-top:1rem;display:flex;align-items:center;gap:.75rem}.ds-rich-card-author-icon{width:24px;height:24px;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center}.ds-rich-card-author-icon i{font-size:.6rem;color:#64748b}.ds-rich-card-author-name{font-size:.8rem;color:#64748b;font-weight:500}.ds-article-hero{background:#f8fafc;border-bottom:1px solid #E2E8F0;padding:4rem 0}.ds-breadcrumb{font-size:.875rem;color:#64748b;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.ds-breadcrumb a{color:#2563eb}.ds-breadcrumb a:hover{text-decoration:underline}.ds-article-title{font-size:3rem;font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:1rem;line-height:1.1}.ds-article-subtitle{font-size:1.5rem;color:#475569;font-weight:400;max-width:800px;margin-bottom:2.5rem}.ds-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;border-top:1px solid #E2E8F0;padding-top:1.5rem}.ds-meta-item{display:flex;flex-direction:column;gap:.25rem}.ds-meta-label{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.ds-meta-value{font-size:.9rem;font-weight:600;color:#334155}.ds-meta-value.author-name{display:flex;align-items:center;gap:.5rem}.ds-article-body{display:grid;grid-template-columns:280px 1fr;gap:4rem;padding:4rem 0}@media(max-width:992px){.ds-article-body{grid-template-columns:1fr}.ds-sidebar{display:none}}.ds-sidebar{position:sticky;top:100px;height:max-content}.ds-toc-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#0f172a;margin-bottom:1rem}.ds-toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.ds-toc-link{font-size:.95rem;color:#64748b;font-weight:500;transition:color .2s}.ds-toc-link:hover{color:#2563eb}.ds-toc-link.active{color:#2563eb;font-weight:600}.ds-content{font-size:1.125rem;line-height:1.8;color:#334155}.ds-content h2{font-size:2rem;font-weight:800;color:#0f172a;margin:3rem 0 1.5rem;letter-spacing:-.02em}.ds-content h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin:2rem 0 1rem}.ds-content p{margin-bottom:1.5rem;font-size:1.125rem}.ds-content img.article-image{width:100%;border-radius:12px;margin:2rem 0;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #E2E8F0}.ds-data-box{background:#f8fafc;border:1px solid #E2E8F0;border-left:4px solid #2563EB;padding:1.5rem;margin:2rem 0;border-radius:8px}.ds-data-box h4{margin:0 0 .5rem;font-size:1.1rem;color:#0f172a}.ds-data-box p{margin:0;font-size:1rem;color:#475569}.ds-data-table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem}.ds-data-table th,.ds-data-table td{padding:1rem;border-bottom:1px solid #E2E8F0;text-align:left}.ds-data-table th{background:#f8fafc;font-weight:700;color:#0f172a}.ds-data-table td{color:#334155}.ds-data-table tr:hover td{background:#f8fafc}.ds-author-bio{margin-top:4rem;padding:2rem;background:#f8fafc;border-radius:12px;display:flex;gap:1.5rem;align-items:center}.ds-author-bio img{width:64px;height:64px;border-radius:50%}.ds-author-bio-content h4{margin:0 0 .25rem;font-size:1.1rem;color:#0f172a}.ds-author-bio-content p{margin:0;font-size:.95rem;color:#475569}.trust-page{background-color:#f8fafc;color:#1e293b;position:relative;overflow:hidden}.trust-page:before{content:"";position:absolute;top:-10%;left:50%;transform:translate(-50%);width:120%;height:800px;background:radial-gradient(circle at top,#2563eb14,#f8fafc00 70%);pointer-events:none;z-index:0}.trust-section{position:relative;z-index:1;padding:5rem 0}.trust-hero{padding:6rem 0 4rem;text-align:left;border-bottom:1px solid #e2e8f0}.trust-hero-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}@media(max-width:992px){.trust-hero-inner{grid-template-columns:1fr;text-align:center}}.trust-hero-title{font-size:3.5rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin-bottom:1.5rem;line-height:1.1}.trust-hero-subtitle{font-size:1.25rem;color:#475569;line-height:1.6;margin-bottom:2rem}.trust-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}@media(max-width:992px){.trust-badges{justify-content:center}}.trust-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;color:#334155;box-shadow:0 1px 2px #0000000d}.trust-badge i{color:#10b981}.trust-hero-ctas{display:flex;gap:1rem}@media(max-width:992px){.trust-hero-ctas{justify-content:center}}.glass-card{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5);box-shadow:0 10px 30px -10px #0f172a14;border-radius:24px;padding:3rem;position:relative;overflow:hidden}.glass-card:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent)}.trust-section-title{text-align:center;font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem;letter-spacing:-.02em}.trust-section-subtitle{text-align:center;font-size:1.15rem;color:#64748b;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.data-collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:768px){.data-collection-grid{grid-template-columns:1fr}}.data-list-allowed,.data-list-forbidden{list-style:none;padding:0;margin:0}.data-list-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f5f9;font-size:1.05rem;color:#334155;font-weight:500}.data-list-item:last-child{border-bottom:none}.data-list-item .icon-box{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;flex-shrink:0}.data-list-allowed .icon-box{background:#dcfce7;color:#16a34a}.data-list-forbidden .icon-box{background:#fee2e2;color:#dc2626}.data-list-forbidden .data-list-item{color:#64748b}.security-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.security-card{background:#fff;border:1px solid #e2e8f0;padding:2rem;border-radius:16px;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:flex-start}.security-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #0000001a;border-color:#cbd5e1}.security-card-icon{width:48px;height:48px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#2563eb;margin-bottom:1.25rem}.security-card-title{font-size:1.15rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.security-card-desc{font-size:.95rem;color:#64748b;line-height:1.6}.faq-section{width:100%}.faq-item{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1rem;background:#fff;overflow:hidden}.faq-summary{padding:1.25rem 1.5rem;font-size:1.1rem;font-weight:600;color:#1e293b;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-summary::-webkit-details-marker{display:none}.faq-summary:after{content:"";font-family:"Font Awesome 6 Free";font-weight:900;color:#94a3b8;font-size:.8rem;transition:transform .2s}details[open] .faq-summary:after{transform:rotate(180deg)}.faq-content{padding:0 1.5rem 1.5rem;font-size:1rem;color:#475569;line-height:1.6}.trust-cta{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:24px;padding:5rem 2rem;text-align:center;color:#fff;margin-top:4rem;margin-bottom:4rem;box-shadow:0 20px 40px -10px #0f172a66}.trust-cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.trust-cta-subtitle{font-size:1.15rem;color:#94a3b8;max-width:600px;margin:0 auto 2.5rem}.legal-container{max-width:900px;margin:0 auto}.zero-leak-card{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:24px;padding:4rem 3rem;color:#fff;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #0f172a66;margin:4rem 0}.zero-leak-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(37,99,235,.2) 0%,transparent 60%);pointer-events:none}.zero-leak-title{font-size:2.25rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em}.zero-leak-list{list-style:none;padding:0;margin:0;font-size:1.1rem;color:#cbd5e1}.zero-leak-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.zero-leak-list li i{color:#10b981;font-size:1.25rem}.privacy-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:3rem 0}@media(max-width:768px){.privacy-grid{grid-template-columns:1fr}}.comparison-column{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.comparison-column.allowed{border-top:4px solid #10b981}.comparison-column.forbidden{border-top:4px solid #ef4444}.comparison-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.comparison-list{list-style:none;padding:0;margin:0}.comparison-list li{padding:.75rem 0;border-bottom:1px solid #f1f5f9;color:#334155;font-size:1.05rem}.comparison-list li:last-child{border-bottom:none}.legal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin:3rem 0}@media(max-width:768px){.legal-grid{grid-template-columns:1fr}}.legal-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000000d}.legal-card-title{font-size:1.35rem;font-weight:700;color:#0f172a;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.legal-card-title i{color:#2563eb}.legal-card-content{font-size:1rem;color:#475569;line-height:1.6}.legal-card-content ul{padding-left:1.5rem;margin-top:1rem}.legal-card-content li{margin-bottom:.5rem}.disclaimer-card{background:#fffbeb;border:1px solid #fde68a;border-left:4px solid #f59e0b;border-radius:12px;padding:2rem;margin:3rem 0}.disclaimer-card-title{font-size:1.25rem;font-weight:700;color:#92400e;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.disclaimer-card-content{font-size:1.05rem;color:#92400e;line-height:1.6}.legal-content-block{margin:3rem 0;padding-top:2rem;border-top:1px solid #e2e8f0}.legal-content-title{font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.legal-content-text{font-size:1.1rem;color:#334155;line-height:1.7;margin-bottom:1.5rem}.lifecycle-flow{display:flex;flex-direction:column;gap:1rem;margin:3rem 0;max-width:600px;margin-left:auto;margin-right:auto}.lifecycle-step{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem 2rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 4px 6px -1px #0000000d;transition:transform .2s,box-shadow .2s}.lifecycle-step:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.lifecycle-step-icon{width:48px;height:48px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#3b82f6;flex-shrink:0}.lifecycle-step.active .lifecycle-step-icon{background:#dcfce7;color:#10b981}.lifecycle-step.cancel .lifecycle-step-icon{background:#fee2e2;color:#ef4444}.lifecycle-step-content{flex-grow:1}.lifecycle-step-title{font-weight:700;font-size:1.15rem;color:#0f172a;margin-bottom:.25rem}.lifecycle-step-desc{font-size:.95rem;color:#64748b;line-height:1.4}.lifecycle-arrow{text-align:center;color:#cbd5e1;font-size:1.5rem}.trust-cta-title{color:#fff}.roi-scanner-section{background:radial-gradient(circle at 10% 90%,#f4f8ff,#fff 60%);position:relative;overflow:hidden}.roi-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}@media(max-width:992px){.roi-layout{grid-template-columns:1fr}}.roi-dashboard-wrapper{background:#0b1121;border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 30px 60px -15px #2563eb4d,inset 0 1px #ffffff0d;overflow:hidden;display:flex;flex-direction:column}.roi-dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff05}.dashboard-title{display:flex;align-items:center;gap:8px;font-weight:600;font-size:.95rem;color:#f8fafc;letter-spacing:.5px}.pulse-indicator{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:700;color:#10b981;text-transform:uppercase;letter-spacing:.5px}.pulse-dot{width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 10px 2px #10b98166;animation:pulse-green 1.5s infinite}@keyframes pulse-green{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.roi-dashboard-body{padding:16px;display:flex;flex-direction:column;gap:12px}.opportunity-row{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.opportunity-row:hover{transform:translateY(-2px);background:#ffffff0a;box-shadow:0 10px 20px -5px #0000004d;border-color:#ffffff1a}.opportunity-row.highlighted{border:1px solid rgba(59,130,246,.4);background:linear-gradient(145deg,#2563eb1a,#0f172a00);padding-top:14px;box-shadow:inset 0 0 20px #3b82f60d}.ai-flag{font-size:.75rem;font-weight:700;color:#60a5fa;display:flex;align-items:center;gap:6px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.row-main{display:grid;grid-template-columns:2.5fr .5fr 1fr 1fr;align-items:center;gap:16px}@media(max-width:640px){.row-main{grid-template-columns:1fr;gap:12px}.row-chart{display:none}}.domain-info{display:flex;flex-direction:column;gap:6px}.domain-info strong{font-family:JetBrains Mono,Roboto Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1.1rem;color:#f8fafc;font-weight:700;letter-spacing:-.5px}.signal-badge{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:#94a3b8}.signal-dot{width:6px;height:6px;border-radius:50%;display:inline-block;box-shadow:0 0 8px 1px currentColor}.signal-dot.green{background:#34d399;color:#34d399}.signal-dot.blue{background:#60a5fa;color:#60a5fa}.signal-dot.yellow{background:#fbbf24;color:#fbbf24}.score-pill{font-weight:800;font-size:.95rem;padding:4px 10px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;width:max-content}.score-high{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.3)}.score-good{background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.score-medium{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.3)}.value-badge{display:flex;flex-direction:column}.value-badge .value-label{font-size:.7rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.value-badge strong{font-size:1.1rem;color:#f8fafc;font-weight:800}.row-chart{height:30px;width:100%;filter:drop-shadow(0 0 4px rgba(16,185,129,.5))}.opportunity-row:nth-child(2) .row-chart{filter:drop-shadow(0 0 4px rgba(59,130,246,.5))}.opportunity-row:nth-child(3) .row-chart{filter:drop-shadow(0 0 4px rgba(245,158,11,.5))}.sparkline{width:100%;height:100%;overflow:visible}.animated-sparkline path:first-child{stroke-dasharray:200;stroke-dashoffset:200;animation:draw-line 2s ease-out forwards}@keyframes draw-line{to{stroke-dashoffset:0}}.cta-hover-lift{transition:transform .2s ease,box-shadow .2s ease}.cta-hover-lift:hover{transform:translateY(-3px);box-shadow:0 10px 25px -5px #2563eb66}
