:root{--bg2:#0f0f18;--bg3:#13131f;--surface:#16161f;--surface2:#1c1c2a;--border:rgba(255,255,255,.07);--border2:rgba(255,255,255,.12);--text:#f0eff8;--text2:#9896b8;--text3:#5e5c7a;--accent:#6d20f2;--accent2:#6d20f2;--accent-glow:rgba(108,99,255,.25);--green:#22d3a0;--green-dim:rgba(34,211,160,.15);--amber:#f5a623;--amber-dim:rgba(245,166,35,.12);--violet:#6d20f2;--violet-dim:rgba(192,132,252,.12);--font-display:'Manrope';--font-sans:'Manrope';--font-body:'Manrope'}body{font-size:16px;line-height:1.6;overflow-x:hidden}.problem-section{padding:80px 0;max-width:1200px;margin:0 auto}.section-eyebrow{font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--accent2);margin-bottom:20px;display:flex;align-items:center;gap:12px}.section-eyebrow::before{content:'';display:block;width:24px;height:1px;background:var(--accent2)}.section.section-title-h{font-family:var(--font-display);font-size:clamp(36px,4vw,56px);line-height:1.1;letter-spacing:-.5px;margin-bottom:20px;margin-top:0}.section.section-title-h em{font-style:italic;color:var(--accent2)}.section-desc{font-size:17px;max-width:540px;line-height:1.7;font-weight:300}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:60px;align-items:center;margin-top:0}.problem-list{display:flex;flex-direction:column;gap:0}.problem-item{display:flex;gap:20px;padding:24px 0;border-bottom:1px solid var(--border)}.problem-item:first-child{border-top:1px solid var(--border)}.problem-num{font-family:var(--font-sans);font-size:11px;font-weight:700;color:var(--text3);letter-spacing:1px;min-width:24px;padding-top:3px}.problem-content h4{font-family:var(--font-sans);font-size:18px;font-weight:600;margin-bottom:6px;letter-spacing:-.2px;margin-top:0}.problem-content p{font-size:16px;line-height:1.6;font-weight:300}.problem-visual{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:32px;position:relative;overflow:hidden}.problem-visual::before{content:'';position:absolute;top:-40px;right:-40px;width:200px;height:200px;background:radial-gradient(circle,rgba(108,99,255,.12) 0%,transparent 70%)}.metric-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--border)}.metric-row:last-child{border-bottom:none}.metric-label{font-family:var(--font-sans);font-size:13px;color:var(--text2);font-weight:500}.metric-bar-wrap{flex:1;margin:0 20px;height:6px;background:var(--surface2);border-radius:3px;overflow:hidden}.metric-bar{height:100%;border-radius:3px;background:var(--accent);opacity:.4}.metric-bar.bad{background:#ff5c5c;opacity:.6}.metric-val{font-family:var(--font-sans);font-size:13px;font-weight:700;color:var(--text3)}.visual-label{font-family:var(--font-sans);font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--text3);margin-bottom:24px}.products-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative;overflow:hidden;max-width:1200px;margin:0 auto}.products-section::before{content:'';position:absolute;width:800px;height:400px;background:radial-gradient(ellipse,rgba(108,99,255,.08) 0%,transparent 70%);top:0;left:50%;transform:translateX(-50%);pointer-events:none}.products-header{max-width:1200px;margin:0 auto 50px}.products-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:40px 36px;position:relative;overflow:hidden;transition:border-color .3s,transform .3s}.product-card:hover{border-color:var(--border2);transform:translateY(-4px)}.product-card::before{content:'';position:absolute;inset:0;opacity:0;transition:opacity .3s;border-radius:16px}.product-card.adsync::before{background:radial-gradient(ellipse at top left,rgba(108,99,255,.1) 0%,transparent 60%)}.product-card.enrich::before{background:radial-gradient(ellipse at top left,rgba(34,211,160,.08) 0%,transparent 60%)}.product-card.klarity::before{background:radial-gradient(ellipse at top left,rgba(192,132,252,.08) 0%,transparent 60%)}.product-card:hover::before{opacity:1}.product-tag{display:inline-flex;align-items:center;gap:8px;border-radius:6px;padding:6px 14px;font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:28px}.adsync .product-tag{background:rgba(108,99,255,.15);color:var(--accent2)}.enrich .product-tag{background:var(--green-dim);color:var(--green)}.klarity .product-tag{background:var(--violet-dim);color:var(--violet)}.product-name{font-family:var(--font-display);font-size:34px;font-weight:400;margin-bottom:8px;letter-spacing:-.5px;color:white}.product-tagline{font-family:var(--font-sans);font-size:13px;font-weight:600;letter-spacing:-.1px;color:var(--text2);margin-bottom:24px}.product-desc{font-size:14px;color:var(--text2);line-height:1.7;margin-bottom:32px;font-weight:300}.product-features{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:36px}.product-features li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--text2);line-height:1.5}.feature-check{width:18px;height:18px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0;margin-top:2px}.adsync .feature-check{background:rgba(108,99,255,.2);color:var(--accent2)}.enrich .feature-check{background:var(--green-dim);color:var(--green)}.klarity .feature-check{background:var(--violet-dim);color:var(--violet)}.product-outcome{border-top:1px solid var(--border);padding-top:24px;display:flex;align-items:center;justify-content:space-between}.outcome-label{font-family:var(--font-sans);font-size:12px;font-weight:600;letter-spacing:.5px;color:var(--text3);text-transform:uppercase}.outcome-value{font-family:var(--font-sans);font-size:13px;font-weight:700}.adsync .outcome-value{color:var(--accent2)}.enrich .outcome-value{color:var(--green)}.klarity .outcome-value{color:var(--violet)}@media (max-width:900px){.logos-section,.problem-section,.products-section,.how-section{padding-left:24px;padding-right:24px}.products-grid{grid-template-columns:1fr}.problem-grid{grid-template-columns:1fr;gap:40px}}