:root{--primary: #3b82f6;--primary-glow: rgba(59, 130, 246, .5);--bg-dark: #050a14;--bg-deep: #02060e;--text-main: #f8fafc;--text-muted: #94a3b8;--glass: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--glass-hover: rgba(255, 255, 255, .06);--accent: #a855f7;--nav-bg: rgba(5, 10, 20, .7)}:root[data-theme=light]{--bg-dark: #f8fafc;--bg-deep: #f1f5f9;--text-main: #0f172a;--text-muted: #475569;--glass: rgba(0, 0, 0, .02);--glass-border: rgba(0, 0, 0, .08);--glass-hover: rgba(0, 0, 0, .05);--primary-glow: rgba(59, 130, 246, .2);--nav-bg: rgba(248, 250, 252, .85)}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;overflow-x:hidden}#root{min-height:100vh}.gradient-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:radial-gradient(circle at 20% 30%,rgba(59,130,246,.15),transparent 40%),radial-gradient(circle at 80% 70%,rgba(168,85,247,.1),transparent 40%);background-color:var(--bg-deep)}.nav{position:fixed;top:0;left:0;right:0;width:100%;box-sizing:border-box;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:100;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--glass-border);background:var(--nav-bg)}.nav-links{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.subpage-container{min-height:100vh;padding:6.5rem 5% 4rem;box-sizing:border-box;width:100%;max-width:100vw;overflow-x:hidden}@media(max-width:900px){.nav{padding:1rem 1.25rem}.nav-links{gap:.75rem}}@media(max-width:640px){.nav{padding:.75rem 1rem}.nav .logo{font-size:1.15rem}.nav-links{gap:.5rem}.nav-links a:not(.btn-primary){display:none}.subpage-container{padding:5.5rem 1.25rem 3rem}}.logo{font-size:1.5rem;font-weight:800;letter-spacing:-1px;background:linear-gradient(135deg,var(--text-main) 0%,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;flex-shrink:0}.btn-primary{background:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:99px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px var(--primary-glow);text-decoration:none;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px var(--primary-glow);filter:brightness(1.1)}.hero{padding:10rem 2rem 5rem;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.hero{grid-template-columns:1fr;padding-top:8rem;text-align:center}}.hero-title{font-size:4.5rem;line-height:1.1;font-weight:900;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:500px}.hero-image-container{position:relative}.hero-image{width:100%;height:auto;border-radius:2rem;box-shadow:0 0 50px #3b82f64d;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.section{padding:5rem 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:4rem;font-weight:800}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.glass-card{background:var(--glass);border:1px solid var(--glass-border);border-radius:1.5rem;padding:2.5rem;transition:all .3s ease}.glass-card:hover{background:var(--glass-hover);border-color:#3b82f666;transform:translateY(-5px)}.feature-icon{width:3rem;height:3rem;background:#3b82f61a;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary)}.feature-title{font-size:1.5rem;margin-bottom:1rem;font-weight:700}.feature-description{color:var(--text-muted);font-size:1rem}.cta-section{text-align:center;background:linear-gradient(135deg,#3b82f61a,#a855f71a);border-radius:3rem;padding:5rem 2rem}.footer{padding:4rem 2rem;text-align:center;border-top:1px solid var(--glass-border);color:var(--text-muted);font-size:.9rem}.text-gradient{background:linear-gradient(135deg,#3b82f6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.batch-section{background:linear-gradient(135deg,#3b82f614,#a855f714);border:1px solid var(--glass-border);border-radius:3rem;padding:4rem 2rem}.batch-header{text-align:center}.batch-demo{max-width:680px;margin:0 auto}.csv-drop-zone{border:2px dashed var(--glass-border);border-radius:1.25rem;padding:2.5rem;text-align:center;cursor:pointer;transition:all .25s ease;background:var(--glass)}.csv-drop-zone:hover,.csv-drop-zone.dragging{border-color:var(--primary);background:#3b82f612}.btn-outline{background:transparent;border:1px solid var(--glass-border);color:var(--text-muted);padding:.5rem 1.25rem;border-radius:99px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.btn-outline:hover{border-color:var(--primary);color:#f8fafc}.csv-error{display:flex;align-items:center;gap:.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.75rem;padding:.75rem 1rem;color:#fca5a5;font-size:.875rem;margin-top:1rem}.csv-preview{margin-top:1.5rem;background:var(--glass);border:1px solid var(--glass-border);border-radius:1.25rem;padding:1.25rem}.csv-preview-header{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#22c55e;margin-bottom:1rem}.csv-table-wrap{max-height:220px;overflow-y:auto;border-radius:.75rem}.csv-table{width:100%;border-collapse:collapse;font-size:.85rem}.csv-table th{text-align:left;padding:.5rem .75rem;color:var(--text-muted);font-weight:500;border-bottom:1px solid var(--glass-border);position:sticky;top:0;background:var(--bg-dark)}.csv-table td{padding:.5rem .75rem;border-bottom:1px solid var(--glass-border)}.csv-addr{font-family:monospace;color:var(--text-muted)}.feature-screenshot{width:100%;border-radius:1.25rem;box-shadow:0 8px 40px #00000080,0 0 0 1px var(--glass-border)}.batch-screenshot{margin-bottom:2rem}.showcase-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:6rem}.showcase-row.reverse{direction:rtl}.showcase-row.reverse>*{direction:ltr}@media(max-width:768px){.showcase-row,.showcase-row.reverse{grid-template-columns:1fr;direction:ltr;gap:2rem;margin-bottom:4rem}}.showcase-tag{display:inline-block;background:#3b82f626;border:1px solid rgba(59,130,246,.3);color:var(--primary);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .75rem;border-radius:99px;margin-bottom:1.25rem}.showcase-title{font-size:2rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.showcase-desc{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.showcase-img img{transition:transform .4s ease}.showcase-img img:hover{transform:scale(1.02)}.faq-category{margin-bottom:3rem}.faq-category-title{font-size:1.35rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--glass-border);color:var(--text-main)}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.5rem;background:var(--glass);border:1px solid var(--glass-border);border-radius:1rem;color:var(--text-main);font-size:1rem;font-weight:600;text-align:left;cursor:pointer;transition:all .25s ease}.faq-question:hover{background:var(--glass-hover);border-color:#3b82f64d}.faq-question--open{background:#3b82f614;border-color:#3b82f659;border-radius:1rem 1rem 0 0}.faq-chevron{flex-shrink:0;color:var(--text-muted);display:flex;align-items:center}.faq-answer-wrapper{overflow:hidden}.faq-answer{padding:1.25rem 1.5rem;background:#3b82f60a;border:1px solid rgba(59,130,246,.15);border-top:none;border-radius:0 0 1rem 1rem;color:var(--text-muted);font-size:.95rem;line-height:1.75}.theme-select{background:var(--glass);border:1px solid var(--glass-border);color:var(--text-main);padding:.4rem .6rem;border-radius:99px;cursor:pointer;font-size:.8rem;outline:none;font-weight:600;transition:all .2s ease}.theme-select:hover{background:var(--glass-hover);border-color:var(--primary)}.theme-select option{background-color:var(--bg-dark)!important;color:var(--text-main)!important}.pricing-toggle-container{display:inline-flex;align-items:center;gap:.5rem;background:var(--glass);border:1px solid var(--glass-border);padding:.35rem;border-radius:999px;max-width:100%;flex-wrap:wrap;justify-content:center}.pricing-toggle-btn{position:relative;background:transparent;border:none;color:var(--text-muted);padding:.6rem 1.25rem;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;gap:.5rem}.pricing-toggle-btn:hover{color:var(--text-main)}.pricing-toggle-btn.active{background:var(--primary);color:#fff;box-shadow:0 4px 15px var(--primary-glow)}.pricing-save-pill{background:#22c55e;color:#fff;font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:99px;text-transform:uppercase;letter-spacing:.03em}.pricing-cycle-hint{font-size:.8rem;opacity:.85;font-weight:500}.pricing-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:960px;margin:0 auto 3rem;align-items:stretch}.pricing-card{position:relative;display:flex;flex-direction:column;height:100%;padding:2.5rem 2rem 2rem;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.pricing-card:hover{transform:translateY(-6px)}.pricing-card--featured{border-color:#3b82f680;background:linear-gradient(180deg,#3b82f614,#ffffff05);box-shadow:0 8px 32px #3b82f626}:root[data-theme=light] .pricing-card--featured{background:linear-gradient(180deg,#3b82f60f,#00000003);box-shadow:0 8px 32px #3b82f61a}.pricing-ribbon{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem 1rem;border-radius:99px;box-shadow:0 4px 12px #3b82f666;white-space:nowrap;letter-spacing:.02em}.pricing-card-header{text-align:left}.pricing-tier-tag{display:inline-block;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:1rem}.pricing-tier-tag--pro{color:var(--primary)}.pricing-price-wrap{display:flex;align-items:baseline;margin-bottom:.5rem}.pricing-currency{font-size:1.75rem;font-weight:700;color:var(--text-main);margin-right:.25rem}.pricing-amount{font-size:3.5rem;font-weight:900;line-height:1;color:var(--text-main)}.pricing-period{font-size:1rem;color:var(--text-muted);margin-left:.5rem;font-weight:500}.pricing-sub-calculation{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem;padding:.4rem .75rem;background:#3b82f614;border-radius:.5rem;border:1px solid rgba(59,130,246,.15)}.pricing-tier-desc{font-size:.95rem;color:var(--text-muted);line-height:1.5;min-height:2.8rem}.pricing-divider{height:1px;background:var(--glass-border);margin:1.5rem 0}.pricing-features-list{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.85rem;flex-grow:1}.pricing-features-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:var(--text-main);line-height:1.4}.text-success{color:#22c55e;flex-shrink:0;margin-top:2px}.text-primary-check{color:var(--primary);flex-shrink:0;margin-top:2px}.pricing-card-footer{margin-top:auto}.pricing-summary-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:960px;margin:0 auto 4rem}.pricing-strip-card{position:relative;background:var(--glass);border:1px solid var(--glass-border);border-radius:1rem;padding:1.25rem;text-align:center;cursor:pointer;transition:all .2s ease}.pricing-strip-card:hover{background:var(--glass-hover);border-color:#3b82f666}.pricing-strip-card.selected{border-color:var(--primary);background:#3b82f614}.pricing-strip-card h4{font-size:.95rem;font-weight:700;margin-bottom:.25rem}.pricing-strip-card .strip-price{font-size:1.35rem;font-weight:800;color:var(--primary);margin-bottom:.25rem}.pricing-strip-card .strip-price span{font-size:.8rem;color:var(--text-muted);font-weight:500}.pricing-strip-card p{font-size:.75rem;color:var(--text-muted);line-height:1.3}.strip-badge{position:absolute;top:-8px;right:12px;background:#22c55e;color:#fff;font-size:.65rem;font-weight:700;padding:.1rem .4rem;border-radius:99px}.pricing-matrix-wrap{border-radius:1.5rem}.pricing-matrix-table{width:100%;border-collapse:collapse;font-size:.95rem;min-width:600px}.pricing-matrix-table th{padding:1.25rem 1rem;font-size:1.05rem;font-weight:700;color:var(--text-main);border-bottom:2px solid var(--glass-border)}.pricing-matrix-table th.col-highlight,.pricing-matrix-table td.col-highlight{background:#3b82f60a}.matrix-group-row td{padding:1.25rem 1rem .5rem;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);border-bottom:1px solid var(--glass-border)}.matrix-item-row td{padding:1rem;border-bottom:1px solid var(--glass-border);vertical-align:middle}.matrix-feature-name{font-weight:500;color:var(--text-main)}.matrix-val{text-align:center;color:var(--text-muted)}.matrix-check{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-weight:600;color:#22c55e}.matrix-check--primary{color:var(--primary)}@media(max-width:768px){.pricing-cards-grid{grid-template-columns:1fr}.pricing-summary-strip{grid-template-columns:1fr 1fr}}
