:root {
  --bg: #07111f;
  --bg-soft: #0b1728;
  --surface: #0f1d30;
  --surface-2: #13243a;
  --text: #f7f9fc;
  --muted: #9eacbf;
  --line: rgba(255,255,255,.09);
  --green: #25e6a1;
  --green-2: #0fbf80;
  --purple: #9f8cff;
  --amber: #ffbd57;
  --blue: #6aa6ff;
  --shell: 1180px;
  --radius: 26px;
  --shadow: 0 35px 100px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(37,230,161,.08), transparent 28%),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
svg { display: block; }
button { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link { position:fixed; z-index:999; top:10px; left:10px; padding:10px 14px; background:#fff; color:#111; border-radius:8px; transform:translateY(-150%); }
.skip-link:focus { transform:none; }

.topbar { position:fixed; inset:0 0 auto; z-index:100; border-bottom:1px solid transparent; transition:.25s ease; }
.topbar.scrolled { background:rgba(7,17,31,.82); border-color:var(--line); backdrop-filter:blur(18px); }
.nav { height:76px; display:flex; align-items:center; justify-content:space-between; }
.logo { display:inline-flex; align-items:center; gap:10px; font-size:22px; font-weight:800; letter-spacing:-.7px; }
.logo b { color:var(--green); }
.logo-icon { width:36px; height:36px; display:grid; place-items:center; color:var(--green); background:rgba(37,230,161,.08); border:1px solid rgba(37,230,161,.22); border-radius:12px; }
.logo-icon svg { width:25px; height:25px; }
.nav-links { display:flex; align-items:center; gap:30px; color:#c0cad7; font-size:14px; font-weight:650; }
.nav-links > a:not(.nav-button):hover { color:#fff; }
.nav-button { padding:10px 16px; color:#05120d; background:var(--green); border-radius:12px; transition:.2s ease; }
.nav-button:hover { transform:translateY(-1px); background:#4ff0b5; }
.menu-btn { display:none; border:0; background:transparent; padding:8px; }
.menu-btn span { display:block; width:24px; height:2px; margin:5px 0; background:#fff; }

.hero { position:relative; min-height:820px; padding:150px 0 105px; display:flex; align-items:center; overflow:hidden; }
.hero::before {
  content:""; position:absolute; inset:0; opacity:.13;
  background-image:linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to bottom,#000 0%,transparent 82%);
}
.orb { position:absolute; border-radius:50%; filter:blur(90px); opacity:.16; }
.orb-a { width:500px; height:500px; right:0; top:10%; background:var(--green); }
.orb-b { width:330px; height:330px; left:-12%; bottom:4%; background:var(--purple); }
.hero-layout { position:relative; z-index:2; display:grid; grid-template-columns:.88fr 1.12fr; gap:72px; align-items:center; }
.badge,.kicker { color:var(--green); text-transform:uppercase; letter-spacing:.14em; font-size:12px; font-weight:850; }
.badge { display:inline-flex; align-items:center; gap:9px; padding:7px 12px; border:1px solid rgba(37,230,161,.2); background:rgba(37,230,161,.06); border-radius:999px; }
.badge span { width:7px; height:7px; background:var(--green); border-radius:50%; box-shadow:0 0 0 5px rgba(37,230,161,.1); }
h1 { margin:20px 0 23px; font-size:clamp(48px,5.4vw,76px); line-height:1.02; letter-spacing:-.06em; }
h1 em { color:var(--green); font-style:normal; }
.hero-copy > p { max-width:590px; margin:0; color:var(--muted); font-size:18px; line-height:1.75; }
.hero-cta { display:flex; gap:12px; margin-top:32px; flex-wrap:wrap; }
.btn { min-height:53px; padding:0 21px; display:inline-flex; align-items:center; justify-content:center; gap:10px; border-radius:14px; font-size:15px; font-weight:820; transition:.2s ease; }
.btn:hover { transform:translateY(-2px); }
.btn.primary { color:#05130e; background:var(--green); box-shadow:0 16px 40px rgba(37,230,161,.22); }
.btn.primary:hover { background:#4ff0b5; box-shadow:0 19px 50px rgba(37,230,161,.3); }
.btn.primary svg { width:21px; fill:currentColor; }
.btn.ghost { border:1px solid var(--line); background:rgba(255,255,255,.035); }
.btn.ghost:hover { border-color:rgba(255,255,255,.2); background:rgba(255,255,255,.06); }
.micro-proof { display:flex; gap:18px; margin-top:25px; color:#8290a4; font-size:12px; flex-wrap:wrap; }

.hero-product { position:relative; perspective:1200px; }
.glow-card { position:absolute; inset:18% 7%; background:rgba(37,230,161,.22); filter:blur(60px); border-radius:50%; }
.app-window { position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.14); border-radius:20px; background:#f4f6f8; box-shadow:0 45px 110px rgba(0,0,0,.5),0 0 0 10px rgba(255,255,255,.02); transform:rotateY(-4deg) rotateX(1deg); }
.window-bar { height:45px; padding:0 14px; display:grid; grid-template-columns:72px 1fr auto; gap:10px; align-items:center; color:#778392; background:#e6eaee; border-bottom:1px solid #d4d9df; }
.window-dots { display:flex; gap:6px; }
.window-dots i { width:9px; height:9px; border-radius:50%; background:#c0c7cf; }
.url { max-width:315px; width:100%; justify-self:center; padding:4px 12px; border-radius:7px; background:#fff; font-size:9px; }
.extension-pill { padding:4px 8px; color:#1e6f52; background:#dff5ec; border-radius:8px; font-size:8px; font-weight:750; }
.window-body { position:relative; min-height:505px; padding:30px 22px; overflow:hidden; background:#fff; }
.amazon-side { display:grid; grid-template-columns:48% 52%; gap:25px; opacity:.4; }
.mock-image { min-height:320px; display:grid; place-items:center; background:#f1f3f5; border-radius:4px; }
.headphones { position:relative; width:175px; height:180px; }
.band { position:absolute; left:27px; top:8px; width:120px; height:120px; border:17px solid #313941; border-bottom:0; border-radius:70px 70px 0 0; }
.cup { position:absolute; top:90px; width:45px; height:75px; border-radius:16px; background:#252c33; }
.cup.left { left:5px; transform:rotate(5deg); }.cup.right { right:5px; transform:rotate(-5deg); }
.mock-copy { padding-top:15px; }
.line { height:10px; margin-bottom:10px; background:#b7c0c9; border-radius:99px; }
.l1 { width:92%; }.l2 { width:76%; }.l3 { width:58%; }
.stars { margin:18px 0; color:#eea532; }
.stars small { color:#65707c; }
.mock-copy strong { display:block; color:#111; font-size:25px; margin:12px 0; }
.buybar { width:80%; height:29px; margin-top:24px; border-radius:18px; background:#ffd814; }

.panel { position:absolute; width:340px; top:25px; right:22px; padding:18px; color:#edf3f8; background:linear-gradient(155deg,#132238,#0a1525); border:1px solid rgba(255,255,255,.12); border-radius:19px; box-shadow:0 24px 60px rgba(4,11,20,.4); }
.panel-top { display:flex; align-items:center; justify-content:space-between; padding-bottom:13px; border-bottom:1px solid rgba(255,255,255,.08); }
.mini-logo { font-weight:850; }.mini-logo b { color:var(--green); }
.live { color:#8f9bad; font-size:8px; }.live i { display:inline-block; width:5px; height:5px; margin-right:5px; border-radius:50%; background:var(--green); }
.score-block { display:grid; grid-template-columns:115px 1fr; gap:12px; align-items:center; padding:17px 0 14px; }
.score-circle { position:relative; width:108px; height:108px; }
.score-circle svg { width:100%; transform:rotate(-90deg); }
.score-circle circle { fill:none; stroke-width:9; }
.track { stroke:rgba(255,255,255,.08); }
.progress { stroke:var(--green); stroke-linecap:round; stroke-dasharray:308; stroke-dashoffset:40; }
.score-circle > div { position:absolute; inset:0; display:grid; place-content:center; text-align:center; }
.score-circle strong { font-size:29px; line-height:1; }
.score-circle small { margin-top:4px; color:#8f9bad; font-size:7px; text-transform:uppercase; letter-spacing:.08em; }
.score-copy > span { color:#7f8ca0; font-size:8px; text-transform:uppercase; letter-spacing:.1em; }
.score-copy h3 { margin:2px 0; color:var(--green); font-size:19px; }
.score-copy p { margin:0; color:#98a5b7; font-size:9px; line-height:1.5; }
.metric-list { display:grid; gap:9px; padding:12px; background:rgba(255,255,255,.035); border-radius:12px; }
.metric-list > div { display:grid; grid-template-columns:1fr 24px; gap:5px; align-items:center; }
.metric-list span,.metric-list b { font-size:8px; }
.metric-list span { color:#9aa6b8; }.metric-list b { text-align:right; }
.metric-list i { grid-column:1/-1; height:4px; overflow:hidden; border-radius:99px; background:rgba(255,255,255,.08); }
.metric-list u { display:block; height:100%; background:var(--green); border-radius:inherit; }
.price-box { margin-top:13px; }
.price-head,.price-foot { display:flex; justify-content:space-between; align-items:center; }
.price-head { color:#92a0b3; font-size:8px; }.price-head strong { color:var(--green); }
.price-box svg { width:100%; height:60px; margin:4px 0; }
.area { fill:url(#fill); }.curve { fill:none; stroke:var(--green); stroke-width:2.5; }
.price-foot { color:#7f8ca0; font-size:8px; }.price-foot b { color:var(--green); }

.float-card { position:absolute; display:flex; align-items:center; gap:9px; padding:10px 13px; border:1px solid rgba(255,255,255,.12); border-radius:13px; background:rgba(11,23,40,.96); box-shadow:var(--shadow); font-size:10px; }
.float-card b { color:var(--green); font-size:14px; }
.float-card span { color:#c6d0dc; }
.fc-one { left:-22px; bottom:72px; }.fc-two { right:-18px; top:76px; }

.value-strip { border-block:1px solid var(--line); background:rgba(255,255,255,.014); }
.value-grid { min-height:95px; display:grid; grid-template-columns:repeat(4,1fr); }
.value-grid > div { display:flex; flex-direction:column; justify-content:center; align-items:center; border-right:1px solid var(--line); }
.value-grid > div:last-child { border-right:0; }
.value-grid b { font-size:17px; }.value-grid span { color:#7d899b; font-size:11px; }

.section { padding:120px 0; }
.section-title { max-width:760px; margin-bottom:52px; }
.section-title.centered { margin-inline:auto; text-align:center; }
.section-title h2,.sticky-copy h2,.faq-copy h2,.statement-copy h2,.closing h2 { margin:12px 0 18px; font-size:clamp(36px,4.1vw,54px); line-height:1.08; letter-spacing:-.05em; }
.section-title p,.sticky-copy > p,.faq-copy p,.statement-copy > p,.closing p { margin:0; color:var(--muted); font-size:17px; }

.bento { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.bento-card { position:relative; min-height:360px; padding:32px; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(150deg,rgba(255,255,255,.048),rgba(255,255,255,.018)); }
.bento-card h3 { margin:8px 0 13px; font-size:29px; line-height:1.18; letter-spacing:-.035em; }
.bento-card p { max-width:500px; margin:0; color:var(--muted); }
.bento-main { grid-column:1/-1; min-height:420px; display:grid; grid-template-columns:1fr .85fr; align-items:center; gap:60px; }
.bento-wide { grid-column:1/-1; min-height:310px; display:grid; grid-template-columns:1fr .85fr; align-items:center; gap:60px; }
.eyeline { color:#748297; text-transform:uppercase; letter-spacing:.12em; font-size:11px; font-weight:800; }
.icon-box { width:45px; height:45px; display:grid; place-items:center; margin-bottom:23px; border-radius:13px; }
.icon-box svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.icon-box.purple { color:var(--purple); background:rgba(159,140,255,.09); border:1px solid rgba(159,140,255,.18); }
.icon-box.amber { color:var(--amber); background:rgba(255,189,87,.09); border:1px solid rgba(255,189,87,.18); }
.icon-box.green { color:var(--green); background:rgba(37,230,161,.09); border:1px solid rgba(37,230,161,.18); }
.big-score { position:relative; min-height:270px; display:grid; place-content:center; text-align:center; border:1px solid rgba(37,230,161,.12); border-radius:24px; background:radial-gradient(circle,rgba(37,230,161,.12),transparent 60%),rgba(4,10,18,.25); }
.big-score strong { position:relative; z-index:2; font-size:96px; line-height:1; letter-spacing:-.07em; }
.big-score span { position:relative; z-index:2; color:var(--green); font-weight:800; }
.halo { position:absolute; left:50%; top:50%; width:200px; height:200px; transform:translate(-50%,-50%); border:1px solid rgba(37,230,161,.25); border-radius:50%; box-shadow:0 0 0 30px rgba(37,230,161,.04),0 0 0 60px rgba(37,230,161,.02); }
.tiny-chart { height:115px; margin-top:35px; border-radius:15px; overflow:hidden; background:rgba(5,12,21,.3); }
.tiny-chart svg { width:100%; height:100%; }
.tiny-chart path { fill:none; stroke:var(--purple); stroke-width:3; }
.trust-meter { margin-top:42px; padding:20px; border-radius:15px; background:rgba(255,189,87,.045); border:1px solid rgba(255,189,87,.12); }
.trust-meter div { display:flex; justify-content:space-between; font-size:12px; }
.trust-meter b { color:var(--amber); }
.trust-meter i { display:block; height:7px; margin-top:12px; overflow:hidden; background:rgba(255,255,255,.08); border-radius:99px; }
.trust-meter u { display:block; width:86%; height:100%; background:var(--amber); border-radius:inherit; }
.reason-card { padding:27px; border:1px solid rgba(37,230,161,.19); background:linear-gradient(150deg,rgba(37,230,161,.11),rgba(37,230,161,.03)); border-radius:20px; }
.reason-card small { color:#8ea199; text-transform:uppercase; letter-spacing:.1em; }
.reason-card strong { display:block; margin:7px 0 17px; color:var(--green); font-size:30px; }
.reason-card ul { margin:0; padding:0; list-style:none; display:grid; gap:10px; color:#b6c2cf; font-size:13px; }
.reason-card li::before { content:"✓"; margin-right:9px; color:var(--green); }

.benefit-section { background:linear-gradient(180deg,transparent,rgba(255,255,255,.017),transparent); }
.split { display:grid; grid-template-columns:.8fr 1.2fr; gap:95px; align-items:start; }
.sticky-copy { position:sticky; top:130px; }
.text-link { display:inline-flex; gap:10px; margin-top:22px; color:var(--green); font-weight:800; }
.text-link span { transition:.2s; }.text-link:hover span { transform:translateX(4px); }
.benefit-list { border-top:1px solid var(--line); }
.benefit-list article { min-height:165px; display:grid; grid-template-columns:70px 1fr; gap:24px; align-items:center; border-bottom:1px solid var(--line); }
.benefit-list article > span { color:var(--green); font-size:13px; font-weight:800; letter-spacing:.13em; }
.benefit-list h3 { margin:0 0 6px; font-size:23px; }
.benefit-list p { margin:0; color:var(--muted); }

.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.steps article { min-height:310px; position:relative; padding:30px; border:1px solid var(--line); border-radius:24px; background:rgba(255,255,255,.025); }
.step-no { position:absolute; right:25px; top:22px; color:#526076; font-size:11px; font-weight:850; letter-spacing:.14em; }
.step-icon { width:55px; height:55px; display:grid; place-items:center; margin-bottom:65px; color:var(--green); border-radius:16px; background:rgba(37,230,161,.08); border:1px solid rgba(37,230,161,.18); }
.step-icon svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.steps h3 { margin:0 0 7px; font-size:24px; }.steps p { margin:0; color:var(--muted); }

.statement { padding-top:35px; }
.statement-card { min-height:500px; padding:65px; display:grid; grid-template-columns:1fr .9fr; gap:70px; align-items:center; overflow:hidden; border:1px solid rgba(37,230,161,.15); border-radius:32px; background:radial-gradient(circle at 85% 50%,rgba(37,230,161,.1),transparent 30%),linear-gradient(145deg,#101f33,#091525); }
.insight-card { position:relative; padding:30px; color:#17221e; background:#f3faf7; border-radius:23px; box-shadow:0 30px 70px rgba(0,0,0,.24); transform:rotate(1.2deg); }
.insight-card::after { content:""; position:absolute; right:30px; bottom:-17px; border:9px solid transparent; border-top-color:#f3faf7; border-left-color:#f3faf7; }
.insight-top { display:flex; align-items:center; gap:8px; color:#39795f; text-transform:uppercase; letter-spacing:.08em; font-size:12px; font-weight:850; }
.insight-top span { color:var(--green-2); font-size:18px; }
.insight-card p { margin:22px 0; font-size:18px; line-height:1.6; }
.insight-bottom { display:flex; justify-content:space-between; padding-top:16px; border-top:1px solid #d8e5df; color:#75827c; font-size:12px; }
.insight-bottom b { color:var(--green-2); font-size:18px; }

.faq-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:90px; align-items:start; }
.faq-copy { position:sticky; top:130px; }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { position:relative; padding:25px 45px 25px 0; cursor:pointer; list-style:none; font-size:18px; font-weight:750; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span,.faq-list summary span::after { position:absolute; right:3px; top:50%; width:16px; height:2px; background:#8794a7; content:""; transition:.2s; }
.faq-list summary span::after { right:0; top:0; transform:rotate(90deg); }
.faq-list details[open] summary span::after { transform:rotate(0); }
.faq-list p { margin:-5px 50px 25px 0; color:var(--muted); }

.closing { padding:40px 0 110px; }
.closing-card { min-height:320px; display:flex; align-items:center; justify-content:space-between; gap:50px; padding:60px; border:1px solid rgba(37,230,161,.2); border-radius:30px; background:linear-gradient(120deg,rgba(37,230,161,.15),rgba(37,230,161,.035)); }
.closing-card > div { max-width:720px; }
.closing h2 { margin-bottom:10px; }
.btn.large { min-width:220px; min-height:60px; flex-shrink:0; }

footer { padding:55px 0 25px; border-top:1px solid var(--line); background:#050b13; }
.footer-main { display:flex; justify-content:space-between; gap:40px; }
.footer-main p { margin:14px 0 0; color:#748196; font-size:13px; }
.footer-links { display:flex; gap:25px; align-items:center; color:#96a3b5; font-size:13px; }
.footer-links a:hover { color:#fff; }
.footer-bottom { display:flex; justify-content:space-between; gap:25px; margin-top:45px; padding-top:22px; border-top:1px solid var(--line); color:#5d6a7d; font-size:11px; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay { transition-delay:.1s; }

@media (max-width: 980px) {
  .hero-layout { grid-template-columns:1fr; gap:65px; }
  .hero-copy { text-align:center; }
  .hero-copy > p { margin-inline:auto; }
  .hero-cta,.micro-proof { justify-content:center; }
  .hero-product { max-width:700px; margin:auto; }
  .bento-main,.bento-wide { grid-template-columns:1fr; gap:35px; }
  .split,.faq-layout { grid-template-columns:1fr; gap:50px; }
  .sticky-copy,.faq-copy { position:static; }
  .statement-card { grid-template-columns:1fr; padding:48px; }
  .closing-card { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 760px) {
  .shell { width:min(calc(100% - 28px),var(--shell)); }
  .topbar { background:rgba(7,17,31,.88); backdrop-filter:blur(18px); }
  .menu-btn { display:block; }
  .nav-links { position:absolute; top:76px; left:14px; right:14px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:12px; background:#101f33; border:1px solid var(--line); border-radius:17px; box-shadow:var(--shadow); }
  .nav-links.open { display:flex; }
  .nav-links a { padding:13px; }
  .nav-button { margin-top:5px; text-align:center; }
  .hero { min-height:auto; padding:130px 0 82px; }
  h1 { font-size:43px; }
  .hero-copy > p { font-size:16px; }
  .app-window { transform:none; }
  .window-body { min-height:435px; padding:18px 10px; }
  .panel { width:294px; top:18px; right:11px; transform:scale(.92); transform-origin:top right; }
  .amazon-side { grid-template-columns:1fr; }
  .mock-copy { display:none; }
  .float-card { display:none; }
  .value-grid { grid-template-columns:repeat(2,1fr); }
  .value-grid > div { min-height:85px; border-bottom:1px solid var(--line); }
  .value-grid > div:nth-child(2) { border-right:0; }
  .value-grid > div:nth-child(3),.value-grid > div:nth-child(4) { border-bottom:0; }
  .section { padding:86px 0; }
  .bento { grid-template-columns:1fr; }
  .bento-main,.bento-wide { grid-column:auto; min-height:auto; padding:25px; }
  .bento-card { min-height:330px; padding:25px; }
  .bento-card h3 { font-size:25px; }
  .steps { grid-template-columns:1fr; }
  .step-icon { margin-bottom:45px; }
  .statement-card { padding:29px; border-radius:25px; }
  .insight-card { padding:24px; }
  .insight-card p { font-size:16px; }
  .closing-card { padding:37px 27px; }
  .btn.large { width:100%; }
  .footer-main,.footer-bottom { flex-direction:column; }
  .footer-links { flex-wrap:wrap; gap:15px 22px; }
}
@media (max-width: 420px) {
  .hero-cta .btn { width:100%; }
  h1 { font-size:38px; }
  .panel { right:50%; transform:translateX(50%) scale(.88); transform-origin:top center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition-duration:.01ms!important; }
  .reveal { opacity:1; transform:none; }
}


/* Blog system */
.blog-teaser { background: linear-gradient(180deg, transparent, rgba(255,255,255,.014), transparent); }
.article-grid { display:grid; gap:22px; }
.article-card {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(150deg,rgba(255,255,255,.048),rgba(255,255,255,.018));
}
.article-card.featured { display:grid; grid-template-columns:1.05fr .95fr; min-height:390px; }
.article-visual { position:relative; min-height:340px; padding:28px; overflow:hidden; display:flex; align-items:flex-end; background:
  radial-gradient(circle at 20% 10%,rgba(37,230,161,.2),transparent 30%),
  linear-gradient(145deg,#11243a,#091524);
}
.visual-tag { position:absolute; left:25px; top:24px; padding:7px 10px; color:var(--green); border:1px solid rgba(37,230,161,.2); border-radius:999px; background:rgba(37,230,161,.07); font-size:10px; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
.visual-chart { position:absolute; inset:72px 25px 28px; border:1px solid rgba(255,255,255,.06); border-radius:18px; overflow:hidden; background:rgba(4,10,18,.25); }
.visual-chart svg { width:100%; height:100%; }
.grid-line { fill:none; stroke:rgba(255,255,255,.07); stroke-width:1; }
.chart-area { fill:rgba(37,230,161,.1); }
.chart-line { fill:none; stroke:var(--green); stroke-width:4; }
.visual-price { position:relative; z-index:2; margin:0 0 14px 15px; padding:14px 16px; display:grid; grid-template-columns:auto auto; gap:1px 14px; border:1px solid rgba(255,255,255,.12); border-radius:13px; background:rgba(8,19,32,.88); box-shadow:0 16px 40px rgba(0,0,0,.28); }
.visual-price small { grid-column:1/-1; color:#8390a3; font-size:9px; }
.visual-price strong { font-size:18px; }
.visual-price span { align-self:center; color:var(--green); font-size:11px; font-weight:800; }
.article-card-copy { padding:42px; display:flex; flex-direction:column; justify-content:center; }
.article-meta { display:flex; gap:14px; color:#748297; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.article-card h3 { margin:12px 0; font-size:31px; line-height:1.18; letter-spacing:-.035em; }
.article-card h3 a:hover { color:var(--green); }
.article-card p { margin:0; color:var(--muted); }
.all-articles-link { margin-top:25px; display:inline-flex; gap:10px; color:#b7c1ce; font-weight:750; }
.all-articles-link:hover { color:var(--green); }
.all-articles-link span { transition:.2s; }
.all-articles-link:hover span { transform:translateX(4px); }

/* Blog listing */
.blog-page { min-height:100vh; background:var(--bg); }
.blog-hero { padding:155px 0 80px; border-bottom:1px solid var(--line); background:
  radial-gradient(circle at 70% 5%,rgba(37,230,161,.11),transparent 25%),
  linear-gradient(180deg,rgba(255,255,255,.014),transparent); }
.blog-hero-inner { max-width:790px; }
.blog-hero h1 { margin:16px 0 18px; font-size:clamp(46px,6vw,72px); }
.blog-hero p { max-width:670px; margin:0; color:var(--muted); font-size:18px; }
.blog-listing { padding:80px 0 120px; }
.blog-listing .article-card.featured { min-height:430px; }
.blog-empty-card { padding:36px; margin-top:22px; border:1px dashed rgba(255,255,255,.12); border-radius:20px; color:#7f8ca0; text-align:center; background:rgba(255,255,255,.015); }

/* Article */
.article-page { background:#07111f; }
.article-hero { padding:145px 0 70px; border-bottom:1px solid var(--line); background:
  radial-gradient(circle at 82% 0%,rgba(37,230,161,.1),transparent 27%),
  linear-gradient(180deg,rgba(255,255,255,.012),transparent); }
.article-hero-inner { max-width:900px; }
.breadcrumbs { display:flex; gap:9px; align-items:center; margin-bottom:25px; color:#778599; font-size:12px; }
.breadcrumbs a:hover { color:#fff; }
.article-category { color:var(--green); text-transform:uppercase; letter-spacing:.13em; font-size:11px; font-weight:850; }
.article-hero h1 { margin:15px 0 22px; max-width:960px; font-size:clamp(42px,5vw,67px); line-height:1.06; }
.article-subtitle { max-width:790px; margin:0; color:var(--muted); font-size:19px; line-height:1.75; }
.article-byline { display:flex; flex-wrap:wrap; gap:14px 22px; margin-top:30px; color:#8290a3; font-size:12px; }
.article-byline span { display:flex; align-items:center; gap:7px; }
.article-content-wrap { width:min(calc(100% - 40px),1060px); margin:0 auto; padding:70px 0 120px; display:grid; grid-template-columns:230px minmax(0,720px); gap:70px; align-items:start; }
.article-toc { position:sticky; top:112px; padding:20px; border:1px solid var(--line); border-radius:17px; background:rgba(255,255,255,.025); }
.article-toc strong { display:block; margin-bottom:12px; font-size:12px; text-transform:uppercase; letter-spacing:.1em; }
.article-toc a { display:block; padding:7px 0; color:#8290a3; font-size:12px; line-height:1.4; }
.article-toc a:hover { color:var(--green); }
.article-body { min-width:0; }
.article-body > p:first-child { margin-top:0; color:#c8d1dc; font-size:20px; line-height:1.75; }
.article-body h2 { scroll-margin-top:110px; margin:64px 0 18px; font-size:35px; line-height:1.15; letter-spacing:-.035em; }
.article-body h3 { scroll-margin-top:110px; margin:35px 0 11px; font-size:23px; }
.article-body p,.article-body li { color:#a5b1c1; font-size:16px; line-height:1.85; }
.article-body ul,.article-body ol { padding-left:23px; }
.article-body li { margin:8px 0; }
.article-body strong { color:#eef3f8; }
.article-callout { margin:34px 0; padding:25px; border:1px solid rgba(37,230,161,.2); border-radius:18px; background:rgba(37,230,161,.055); }
.article-callout strong { display:block; margin-bottom:5px; color:var(--green); font-size:18px; }
.example-box { margin:28px 0; padding:27px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.024); }
.example-box h3 { margin-top:0; }
.example-prices { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:18px; }
.example-prices div { padding:17px; border-radius:13px; background:#0d1a2c; border:1px solid rgba(255,255,255,.06); }
.example-prices small { display:block; color:#718095; }
.example-prices b { display:block; margin-top:3px; font-size:20px; }
.example-prices .good b { color:var(--green); }
.article-table { width:100%; margin:28px 0; border-collapse:collapse; overflow:hidden; border-radius:16px; }
.article-table th,.article-table td { padding:15px 17px; border:1px solid var(--line); text-align:left; }
.article-table th { color:#eef3f8; background:rgba(255,255,255,.045); font-size:13px; }
.article-table td { color:#9eacbd; font-size:14px; }
.article-cta { margin-top:60px; padding:35px; border:1px solid rgba(37,230,161,.2); border-radius:23px; background:linear-gradient(140deg,rgba(37,230,161,.11),rgba(37,230,161,.03)); }
.article-cta h2 { margin:0 0 10px; font-size:31px; }
.article-cta p { margin:0 0 22px; }
.article-faq details { border-bottom:1px solid var(--line); }
.article-faq summary { padding:19px 0; cursor:pointer; color:#eef3f8; font-weight:750; }
.article-faq p { margin:0 0 20px; }
.author-box { margin-top:60px; padding-top:28px; border-top:1px solid var(--line); display:grid; grid-template-columns:52px 1fr; gap:15px; }
.author-mark { width:52px; height:52px; display:grid; place-items:center; color:#06140e; background:var(--green); border-radius:15px; font-weight:900; }
.author-box strong { display:block; }
.author-box p { margin:3px 0 0; font-size:13px; line-height:1.6; }

@media (max-width: 850px) {
  .article-card.featured { grid-template-columns:1fr; }
  .article-content-wrap { grid-template-columns:1fr; gap:30px; }
  .article-toc { position:static; }
}
@media (max-width: 600px) {
  .article-card-copy { padding:27px; }
  .article-card h3 { font-size:25px; }
  .article-visual { min-height:300px; }
  .blog-hero { padding-top:125px; }
  .article-hero { padding-top:125px; }
  .article-hero h1 { font-size:39px; }
  .article-content-wrap { width:min(calc(100% - 28px),1060px); padding-top:45px; }
  .article-body h2 { font-size:29px; }
  .example-prices { grid-template-columns:1fr; }
  .article-table { display:block; overflow-x:auto; }
}
/* =========================================================
   Tyvalo Ratgeber – Einzelartikel
   ========================================================= */

.article-page {
  min-height: 100vh;
  padding: 145px 0 110px;
  background:
    radial-gradient(circle at 80% 0%, rgba(37,230,161,.08), transparent 28%),
    var(--bg);
}

.article-shell {
  width: min(calc(100% - 40px), 900px);
  margin: 0 auto;
}

.article-back {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--green);
  font-size: 14px;
  font-weight: 750;
}

.article-back:hover {
  transform: translateX(-3px);
}

.article-header {
  margin-bottom: 46px;
}

.article-header h1 {
  max-width: 900px;
  margin: 14px 0 22px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -.055em;
}

.article-lead {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.75;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 25px;
  color: #748297;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}


/* große Preisgrafik */

.article-hero-chart {
  position: relative;
  height: 330px;
  margin: 0 0 65px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 20% 10%, rgba(37,230,161,.14), transparent 34%),
    linear-gradient(145deg,#11243a,#091524);
}

.article-hero-chart .visual-chart {
  position: absolute;
  inset: 35px 35px 30px;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(4,10,18,.25);
}

.article-hero-chart .visual-chart svg {
  width: 100%;
  height: 100%;
}

.article-hero-chart .visual-price {
  position: absolute;
  z-index: 3;
  left: 55px;
  bottom: 45px;
  margin: 0;
}


/* eigentlicher Artikel */

.article-content {
  max-width: 760px;
  margin: 0 auto;
}

.article-content > p:first-child {
  font-size: 20px;
  color: #c8d1dc;
}

.article-content p,
.article-content li {
  color: #a5b1c1;
  font-size: 16px;
  line-height: 1.85;
}

.article-content p {
  margin: 0 0 23px;
}

.article-content h2 {
  margin: 64px 0 18px;
  color: #f5f8fc;
  font-size: 35px;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.article-content h3 {
  margin: 38px 0 12px;
  color: #eef3f8;
  font-size: 23px;
}

.article-content ul {
  margin: 0 0 28px;
  padding-left: 24px;
}

.article-content li {
  margin: 8px 0;
}

.article-content strong {
  color: #eef3f8;
}

.article-content blockquote {
  margin: 32px 0;
  padding: 24px 28px;
  color: #d9e2ec;
  font-size: 19px;
  line-height: 1.65;
  border-left: 3px solid var(--green);
  border-radius: 0 16px 16px 0;
  background: rgba(255,255,255,.025);
}


/* Hinweisbox */

.article-callout {
  margin: 35px 0;
  padding: 26px;
  border: 1px solid rgba(37,230,161,.20);
  border-radius: 18px;
  background: rgba(37,230,161,.055);
}

.article-callout strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 18px;
}

.article-callout p {
  margin: 0;
}


/* Preiswerte-Beispiel */

.article-data-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 30px 0 36px;
}

.article-data-box div {
  padding: 20px 16px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255,255,255,.025);
}

.article-data-box span {
  display: block;
  margin-bottom: 6px;
  color: #748297;
  font-size: 11px;
}

.article-data-box strong {
  color: #eef3f8;
  font-size: 20px;
}


/* Tyvalo CTA */

.article-tyvalo-box {
  margin: 65px 0;
  padding: 38px;
  border: 1px solid rgba(37,230,161,.20);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(37,230,161,.13), transparent 34%),
    linear-gradient(145deg,#101f33,#091525);
}

.article-tyvalo-box h2 {
  margin-top: 10px;
}

.article-tyvalo-box .btn {
  margin-top: 10px;
}


/* nächster Artikel */

.article-next {
  margin-top: 70px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.article-next > span {
  display: block;
  margin-bottom: 8px;
  color: #748297;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.article-next a {
  color: var(--green);
  font-size: 18px;
  font-weight: 750;
}


/* Mobile */

@media (max-width: 760px) {

  .article-page {
    padding-top: 120px;
  }

  .article-shell {
    width: min(calc(100% - 28px), 900px);
  }

  .article-header h1 {
    font-size: 40px;
  }

  .article-lead {
    font-size: 17px;
  }

  .article-hero-chart {
    height: 260px;
    margin-bottom: 45px;
  }

  .article-hero-chart .visual-chart {
    inset: 20px;
  }

  .article-hero-chart .visual-price {
    left: 35px;
    bottom: 32px;
  }

  .article-content h2 {
    font-size: 29px;
  }

  .article-data-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-tyvalo-box {
    padding: 27px;
  }
}

@media (max-width: 480px) {

  .article-data-box {
    grid-template-columns: 1fr;
  }

  .article-header h1 {
    font-size: 35px;
  }
}