:root{--red: #dc2626;--red-dark: #b91c1c;--red-pale: #fff1f2;--red-mid: #fecaca;--navy: #0d1b2e;--gray1: #f8fafc;--gray2: #f1f5f9;--text: #1e293b;--muted: #64748b;--border: #e2e8f0;--white: #ffffff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,sans-serif;color:var(--text);background:var(--white)}.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:9999;background:linear-gradient(90deg,var(--red),#f87171);transition:width .1s linear}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--red),#f87171);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;cursor:pointer;box-shadow:0 10px 30px #dc262666;z-index:1000;border:none}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{transform:translateY(-5px)}.topbar{background:#fff;padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:96px;position:sticky;top:0;z-index:100;box-shadow:0 1px #e2e8f0;border-bottom:1px solid #f1f5f9}.topbar .logo img{height:80px;width:auto;display:block}.topbar-nav{display:flex;align-items:center;gap:32px}.topbar-nav a{color:#334155;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s}.topbar-nav a:hover{color:var(--red-dark)}.topbar-nav .btn-cta{background:var(--red);color:#fff!important;padding:8px 22px;border-radius:999px;font-weight:700;transition:all .2s}.topbar-nav .btn-cta:hover{background:var(--red-dark);transform:translateY(-1px)}.tl-nav{position:sticky;top:96px;z-index:98;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 10px #0000000f}.tl-inner{max-width:1200px;margin:0 auto;padding:0 5%;display:flex;align-items:center;gap:2px;height:58px;overflow-x:auto;scrollbar-width:none}.tl-inner::-webkit-scrollbar{display:none}.tl-product{display:flex;align-items:center;gap:10px;padding-right:20px;margin-right:12px;border-right:2px solid #f1f5f9;flex-shrink:0}.tl-product-name{font-size:.9rem;font-weight:800;color:var(--red);white-space:nowrap;letter-spacing:-.01em}.tl-item{display:flex;align-items:center;padding:6px 14px;border-radius:999px;text-decoration:none;flex-shrink:0;transition:all .2s}.tl-item:hover{background:var(--red-pale)}.tl-dot{display:none}.tl-label{font-size:.78rem;font-weight:600;color:#64748b;white-space:nowrap;transition:color .2s}.tl-item:hover .tl-label{color:var(--red-dark)}.tl-item.tl-active{background:var(--red-pale)}.tl-item.tl-active .tl-label{color:var(--red-dark);font-weight:700}.tl-line{display:none}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.floating-shape{position:absolute;border-radius:50%;filter:blur(60px);animation:float 6s ease-in-out infinite;pointer-events:none}.inner{max-width:1100px;margin:0 auto;padding:80px 5%}.section-tag{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}h2{font-size:2.2rem;font-weight:800;line-height:1.2;margin-bottom:16px}.lead{font-size:1.05rem;color:var(--muted);line-height:1.7;margin-bottom:36px;max-width:680px}.btn-shine{position:relative;overflow:hidden}.btn-shine:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn-shine:hover:before{left:100%}.card-3d{transition:all .3s ease}.card-3d:hover{transform:translateY(-10px) rotateX(5deg);box-shadow:0 25px 50px -12px #dc262633}.gradient-border{position:relative}.gradient-border:before{content:"";position:absolute;inset:-2px;border-radius:calc(1.5rem + 2px);background:linear-gradient(135deg,var(--red),#f87171,var(--red-dark));z-index:-1;opacity:0;transition:opacity .3s}.gradient-border:hover:before{opacity:1}.hero{background:linear-gradient(135deg,#7f1d1d,#450a0a);color:#fff;min-height:520px;display:flex;align-items:center;scroll-margin-top:145px;position:relative;overflow:hidden}.hero-inner{max-width:1100px;margin:0 auto;padding:80px 5%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-tag{display:inline-block;background:#ffffff26;color:#fca5a5;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:99px;margin-bottom:20px;border:1px solid rgba(255,255,255,.2)}.saas-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:10px;padding:10px 18px;margin-bottom:28px}.saas-badge span{color:#fca5a5;font-size:.9rem;font-weight:700}.hero h1{font-size:3.2rem;font-weight:800;line-height:1.1;margin-bottom:18px}.hero h1 span{color:#fca5a5}.hero p{color:#ffffffd9;font-size:1.05rem;line-height:1.7;margin-bottom:32px}.hero-cta{display:flex;gap:14px;flex-wrap:wrap}.btn-primary{background:var(--red-mid);color:#7f1d1d;padding:13px 28px;border-radius:999px;font-weight:800;text-decoration:none;font-size:.92rem;transition:all .2s}.btn-primary:hover{background:#fee2e2;transform:translateY(-2px)}.btn-outline{border:2px solid rgba(255,255,255,.35);color:#fff;padding:11px 26px;border-radius:999px;font-weight:700;text-decoration:none;font-size:.92rem;transition:all .2s}.btn-outline:hover{background:#ffffff1a}.hero-visual{display:flex;flex-direction:column;gap:12px}.hero-stat{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:20px 24px;backdrop-filter:blur(8px)}.hero-stat-num{font-size:1.8rem;font-weight:900;color:#fca5a5}.hero-stat-label{font-size:.82rem;color:#ffffffbf;margin-top:2px}.dlakogo{background:var(--gray1);scroll-margin-top:145px}.dlakogo .section-tag{color:var(--red)}.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.audience-card{background:#fff;border-radius:1.5rem;padding:28px;border:1px solid rgba(220,38,38,.1);display:flex;gap:18px}.audience-card .icon{width:52px;height:52px;background:var(--red-pale);border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.audience-card .icon svg{width:26px;height:26px;fill:var(--red)}.audience-card h3{font-size:.95rem;font-weight:700;margin-bottom:6px}.audience-card p{font-size:.85rem;color:var(--muted);line-height:1.6}.features{background:#fff;scroll-margin-top:145px}.features .section-tag{color:var(--red)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{background:var(--gray1);border-radius:1.5rem;padding:28px 24px;border:1px solid rgba(220,38,38,.1)}.feature-icon{width:52px;height:52px;background:var(--red-pale);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.feature-icon svg{width:26px;height:26px;fill:var(--red)}.feature-card h3{font-size:.95rem;font-weight:700;margin-bottom:8px}.feature-card p{font-size:.85rem;color:var(--muted);line-height:1.6}.screenshots{background:#1a0505;scroll-margin-top:145px}.screenshots h2{color:#fff}.screenshots .section-tag{color:#fca5a5}.screenshots .lead{color:#94a3b8}.screens-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.screen-frame{border-radius:1.5rem;overflow:hidden;box-shadow:0 8px 32px #0006;transition:transform .3s ease}.screen-frame:hover{transform:translateY(-5px)}.screen-placeholder{background:#2d0808;aspect-ratio:16/10;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed rgba(220,38,38,.3)}.screen-placeholder svg{width:40px;height:40px;fill:#dc262666;margin-bottom:12px}.screen-placeholder span{color:#dc262680;font-size:.8rem;text-align:center;padding:0 16px}.screen-label{background:#2d0808;padding:10px 16px}.screen-label p{margin:0;font-size:.82rem;color:#fca5a5;font-weight:600}.comparison{background:var(--gray2);scroll-margin-top:145px}.comparison .section-tag{color:var(--red)}.comp-table{width:100%;border-collapse:collapse;border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 24px #00000014}.comp-table th{padding:16px 20px;font-size:.85rem;font-weight:800;text-align:left}.comp-table th:first-child{background:var(--gray2);color:var(--muted)}.comp-table th:nth-child(2){background:var(--red);color:#fff}.comp-table th:nth-child(3){background:#e2e8f0;color:var(--muted)}.comp-table td{padding:12px 20px;font-size:.85rem;border-bottom:1px solid var(--border);background:#fff}.comp-table tr:last-child td{border-bottom:none}.comp-table tr:hover td{background:#fafafa}.comp-table td:nth-child(2){font-weight:600;color:var(--text)}.comp-table td:nth-child(3){color:var(--muted)}.check{color:var(--red);font-size:1rem}.cross{color:#94a3b8}.pricing{background:#180505;color:#fff;scroll-margin-top:145px}.pricing .section-tag{color:#fca5a5}.pricing h2{color:#fff}.pricing .lead{color:#94a3b8}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.plan-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:32px}.plan-card.featured{background:var(--red);border-color:var(--red);position:relative}.featured-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#fca5a5;color:var(--red-dark);font-size:.7rem;font-weight:800;padding:4px 14px;border-radius:99px;white-space:nowrap}.plan-name{font-size:1rem;font-weight:800;color:#fff;margin-bottom:6px}.plan-subtitle{font-size:.8rem;color:#fff9;margin-bottom:20px}.plan-card.featured .plan-subtitle{color:#ffffffd9}.plan-price{font-size:2rem;font-weight:900;color:#fff;margin-bottom:4px}.plan-price span{font-size:.85rem;font-weight:400;color:#fff9}.plan-price-alt{font-size:.8rem;color:#ffffff80;margin-bottom:24px}.plan-features{list-style:none;display:flex;flex-direction:column;gap:10px}.plan-features li{display:flex;align-items:flex-start;gap:9px;font-size:.85rem;color:#fffc}.plan-features li svg{width:16px;height:16px;fill:#fca5a5;flex-shrink:0;margin-top:2px}.plan-card.featured .plan-features li svg{fill:#fff}.requirements{background:var(--gray2);scroll-margin-top:145px}.requirements .section-tag{color:var(--red)}.req-note{background:var(--red-pale);border:1px solid var(--red-mid);border-radius:1.5rem;padding:24px 28px;margin-bottom:28px}.req-note p{font-size:.95rem;color:var(--red-dark);font-weight:600}.req-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.req-card{background:#fff;border-radius:1.5rem;padding:28px;border:1px solid var(--border)}.req-card h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:18px;padding-bottom:14px;border-bottom:2px solid var(--red-pale);display:flex;align-items:center;gap:10px}.req-card h3 svg{width:20px;height:20px;fill:var(--red)}.req-row{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px solid #f8fafc;font-size:.9rem}.req-row:last-child{border-bottom:none}.req-row svg{width:16px;height:16px;fill:var(--red);flex-shrink:0;margin-top:2px}.footer{background:#fff;border-top:1px solid #e2e8f0;padding:64px 5% 32px}.footer-inner{max-width:1100px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:48px;margin-bottom:48px}.footer-brand p{color:#64748b;font-size:.875rem;line-height:1.6;margin-top:4px}.footer-col h4{font-weight:700;color:#1e293b;margin-bottom:16px;font-size:.9rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-col ul li a{color:#64748b;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-col ul li a:hover{color:var(--red)}.footer-col ul li a.active{color:var(--red);font-weight:600}.footer-bottom{border-top:1px solid #e2e8f0;padding-top:32px;text-align:center;color:#94a3b8;font-size:.875rem}@media(max-width:768px){.hero-inner,.features-grid,.pricing-grid,.req-grid,.screens-grid,.audience-grid{grid-template-columns:1fr}.hero h1{font-size:2.2rem}.inner{padding:52px 20px}.topbar-nav{display:none}}
