/*
Theme Name:   Divi Child – TechDeals Germany
Description:  Child theme for Divi – TechDeals Germany
Author:       CRM Synergy
Template:     Divi
Version:      1.0.0
*/

/* ═══════════════════════════════════════
   Divi Resets
   ═══════════════════════════════════════ */
header#main-header, header#main-header.et-fixed-header, #top-header,
#main-header .et_menu_container, #et-top-navigation, .et_mobile_menu,
#page-container #main-header, #main-footer, #footer-info, .et-l--footer, .et-l--header {
  display: none !important; height: 0 !important; min-height: 0 !important;
  padding: 0 !important; margin: 0 !important; visibility: hidden !important; overflow: hidden !important;
}

.et_pb_section { padding: 0 !important; margin: 0 !important; background: transparent !important; background-color: transparent !important; }
.et_pb_row,
.et_pb_code,
.et_pb_code_inner { background: transparent !important; background-color: transparent !important; }
.et_pb_row { padding: 0 !important; width: 100% !important; max-width: 100% !important; margin: 0 !important; }
.et_pb_column { padding: 0 !important; }
.et_pb_code_inner { padding: 0 !important; }
#page-container { padding-top: 0 !important; margin-top: 0 !important; overflow-x: clip; max-width: 100vw; background-color: #0d1117 !important; }
.et_builder_inner_content { margin-top: 0 !important; padding-top: 0 !important; }
.et_pb_section:first-child { padding-top: 0 !important; margin-top: 0 !important; }
.et_pb_section, .et_pb_row, .et_pb_column,
.et_pb_module, .et_pb_code, .et_pb_code_inner {
  z-index: auto !important; transform: none !important; overflow: visible !important; max-width: 100vw !important;
}

/* ═══════════════════════════════════════
   TechDeals Germany — Page Styles
   ═══════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body, #page-container, #et-main-area, #main-content { background: #0d1117 !important; }

:root {
  --bg:          #0d1117;
  --bg2:         #161b22;
  --bg3:         #1c2128;
  --border:      rgba(255,255,255,0.07);
  --border2:     rgba(255,255,255,0.04);
  --text:        #e6edf3;
  --muted:       #9aa4b2;
  --muted2:      #6e7681;
  --cyan:        #00d4ff;
  --cyan-dim:    rgba(0,212,255,0.08);
  --cyan-border: rgba(0,212,255,0.22);
  --green:       #00b341;
  --green-dim:   rgba(0,179,65,0.08);
  --red:         #f85149;
  --red-dim:     rgba(248,81,73,0.08);
  --glass-bg:    rgba(22,27,34,0.42);
  --glass-blur:  blur(22px) saturate(1.6);
  --glass-inner: inset 0 1px 0 rgba(255,255,255,0.07);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', system-ui, -apple-system, sans-serif !important;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #30363d; border-radius: 99px; }

/* MESH BLOBS — fixed, pointer-none, GPU-isolated */
.bg-mesh { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.mesh-blob { position: absolute; border-radius: 50%; filter: blur(140px); }
.blob-1 { width: 700px; height: 700px; background: rgba(0,212,255,0.055); top: -180px; right: -140px; }
.blob-2 { width: 500px; height: 500px; background: rgba(0,212,255,0.04); bottom: 30%; left: -120px; }
.blob-3 { width: 380px; height: 380px; background: rgba(0,179,65,0.03); top: 55%; right: 18%; }
.blob-4 { width: 300px; height: 300px; background: rgba(0,212,255,0.03); bottom: 5%; left: 35%; }

/* GLASS */
.glass {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--border);
  box-shadow: var(--glass-inner);
}
.glass-prominent {
  background: rgba(22,27,34,0.55);
  backdrop-filter: blur(28px) saturate(1.8);
  -webkit-backdrop-filter: blur(28px) saturate(1.8);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.09), 0 24px 48px -16px rgba(0,0,0,0.4);
}

/* NAV */
body.admin-bar .site-nav { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar .site-nav { top: 46px; } }

.site-nav {
  position: fixed; top: 0; left: 0; right: 0; height: 58px;
  background: rgba(13,17,23,0.75);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border-bottom: 1px solid var(--border);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.04);
  display: flex; align-items: center; padding: 0 32px;
  z-index: 100; transition: background 0.3s;
}
.nav-inner { max-width: 1280px; width: 100%; margin: 0 auto; display: flex; align-items: center; }

.nav-logo { display: flex; align-items: center; gap: 9px; text-decoration: none; flex-shrink: 0; }
.logo-bolt { width: 30px; height: 30px; background: var(--cyan); border-radius: 7px; display: flex; align-items: center; justify-content: center; }
.logo-bolt svg { width: 14px; height: 14px; }
.logo-wordmark { font-size: 14px; font-weight: 700; letter-spacing: -0.3px; color: var(--text); }
.logo-wordmark span { color: var(--cyan); }

.nav-links { display: flex !important; align-items: center; gap: 2px; list-style: none !important; padding: 0 !important; margin-left: 28px; }
.nav-links li { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.nav-links a {
  color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500;
  padding: 6px 12px; border-radius: 6px; transition: color 0.15s, background 0.15s;
}
.nav-links a:hover { color: var(--text); background: rgba(255,255,255,0.05); }

.nav-right { margin-left: auto; display: flex !important; align-items: center; }
.nav-cta {
  background: var(--cyan); color: #0d1117;
  font-size: 13px; font-weight: 700; padding: 7px 18px; border-radius: 7px;
  text-decoration: none; transition: opacity 0.15s, transform 0.1s;
  display: flex; align-items: center; gap: 8px;
}
.nav-cta:hover { opacity: 0.88; }
.nav-cta:active { transform: scale(0.98); }
.nav-cta svg { width: 14px; height: 14px; }

/* CONTENT (above mesh) */
.content { position: relative; z-index: 1; }

/* HERO */
.hero {
  min-height: 100dvh;
  display: grid; grid-template-columns: 1fr 0.9fr;
  align-items: center; gap: 56px;
  max-width: 1280px; margin: 0 auto;
  padding: 100px 32px 80px;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cyan-dim); border: 1px solid var(--cyan-border); color: var(--cyan);
  font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  padding: 5px 12px; border-radius: 99px; margin-bottom: 24px;
}
.live-dot { width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; animation: blink 2s ease-in-out infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }

h1 {
  font-family: 'Outfit', system-ui, sans-serif !important;
  font-size: clamp(38px, 5vw, 66px) !important;
  font-weight: 800 !important; letter-spacing: -2.5px !important; line-height: 1.03 !important;
  color: var(--text) !important; margin-bottom: 20px !important; padding-bottom: 0 !important;
}
h1 .accent { color: var(--cyan) !important; }
h1 .dim { color: var(--muted2) !important; font-weight: 300 !important; }

.hero-sub {
  font-size: 16px; color: var(--muted); max-width: 500px;
  line-height: 1.75; margin-bottom: 36px;
}

/* Hero CTAs */
.hero-actions { display: flex; align-items: center; gap: 12px; margin-bottom: 40px; flex-wrap: wrap; }
.hero-cta-tg {
  display: inline-flex; align-items: center; gap: 10px;
  background: #229ED9; color: #fff;
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 15px;
  padding: 13px 28px; border-radius: 10px; text-decoration: none;
  transition: opacity 0.15s, transform 0.1s; white-space: nowrap;
}
.hero-cta-tg:hover { opacity: 0.9; }
.hero-cta-tg:active { transform: scale(0.98); }
.hero-cta-tg svg { width: 18px; height: 18px; flex-shrink: 0; }
.hero-cta-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--glass-bg); backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--border); box-shadow: var(--glass-inner);
  color: var(--muted); font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 500;
  padding: 12px 24px; border-radius: 10px; text-decoration: none;
  transition: border-color 0.15s, color 0.15s; white-space: nowrap;
}
.hero-cta-secondary:hover { border-color: var(--cyan-border); color: var(--cyan); }

.hero-trust { display: flex; gap: 28px; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--border); }
.trust-num { font-family: 'JetBrains Mono', monospace; font-size: 21px; font-weight: 600; color: var(--text); }
.trust-num span { color: var(--cyan); }
.trust-label { font-size: 12px; color: var(--muted2); margin-top: 2px; }

/* Hero right */
.hero-right { position: relative; }
.keepa-card { padding: 20px; border-radius: 16px; overflow: hidden; position: relative; }
.keepa-card::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(0,212,255,0.07) 0%, transparent 65%);
  pointer-events: none;
}

.keepa-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.keepa-label-text { font-size: 11px; color: var(--muted2); font-family: 'JetBrains Mono', monospace; }
.keepa-live { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; color: var(--green); font-family: 'JetBrains Mono', monospace; }
.keepa-live-dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; animation: blink 1.5s ease-in-out infinite; }

.product-title-k { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 16px; line-height: 1.4; }

.chart-wrap { position: relative; height: 120px; margin-bottom: 16px; }
.price-range-labels {
  position: absolute; left: 0; top: 0; bottom: 0;
  display: flex; flex-direction: column; justify-content: space-between;
  font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--muted2);
  padding: 0 0 2px; width: 48px;
}
.chart-area-inner { position: absolute; left: 52px; right: 0; top: 0; bottom: 0; }
.chart-inner-svg { width: 100%; height: 100%; overflow: visible; }

.deal-stats {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 1px; background: var(--border); border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.deal-stat { background: rgba(28,33,40,0.7); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: 12px; }
.deal-stat-label { font-size: 10px; color: var(--muted2); font-family: 'JetBrains Mono', monospace; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.deal-stat-val { font-size: 15px; font-weight: 700; font-family: 'JetBrains Mono', monospace; }
.deal-stat-val.green { color: var(--green); }
.deal-stat-val.cyan  { color: var(--cyan); }
.deal-stat-val.red   { color: var(--red); }

.keepa-badge-row { display: flex; align-items: center; gap: 8px; margin-top: 14px; }
.k-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 99px; font-family: 'JetBrains Mono', monospace; }
.k-badge.best90 { background: var(--green-dim); border: 1px solid rgba(0,179,65,0.2); color: var(--green); }
.k-badge.verified { background: var(--cyan-dim); border: 1px solid var(--cyan-border); color: var(--cyan); }

.mini-deals { display: flex; flex-direction: column; gap: 9px; margin-top: 12px; }
.mini-deal { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 10px; transition: border-color 0.2s; }
.mini-deal:hover { border-color: var(--cyan-border); }
.mini-deal-icon { width: 34px; height: 34px; background: rgba(28,33,40,0.7); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: rgba(0,212,255,0.3); }
.mini-deal-icon svg { width: 16px; height: 16px; }
.mini-deal-info { flex: 1; min-width: 0; }
.mini-deal-name { font-size: 12px; font-weight: 600; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini-deal-cat { font-size: 11px; color: var(--muted2); }
.mini-deal-price { text-align: right; flex-shrink: 0; }
.mini-price-now { font-family: 'JetBrains Mono', monospace; font-size: 14px; font-weight: 700; color: var(--green); }
.mini-price-pct { font-size: 11px; font-weight: 700; color: var(--red); }

/* MARQUEE */
.marquee-bar { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(22,27,34,0.5); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 12px 0; overflow: hidden; }
.marquee-track { display: flex; animation: scroll-marquee 28s linear infinite; width: max-content; }
@keyframes scroll-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.m-item { display: flex; align-items: center; gap: 8px; padding: 0 28px; font-size: 12px; font-weight: 500; color: var(--muted2); white-space: nowrap; font-family: 'JetBrains Mono', monospace; }
.m-sep { color: var(--cyan); opacity: 0.4; }

/* SECTIONS */
.section { max-width: 1280px; margin: 0 auto; padding: 96px 32px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--cyan); margin-bottom: 14px; }
h2 { font-family: 'Outfit', system-ui, sans-serif !important; font-size: clamp(28px, 3.2vw, 44px) !important; font-weight: 800 !important; letter-spacing: -1.5px !important; line-height: 1.1 !important; color: var(--text) !important; margin-bottom: 16px !important; padding-bottom: 0 !important; }
h2 .dim { color: var(--muted2) !important; font-weight: 300 !important; }
.section-header { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; margin-bottom: 28px; }
.see-all { font-size: 13px; font-weight: 500; color: var(--cyan); text-decoration: none; transition: opacity 0.15s; white-space: nowrap; }
.see-all:hover { opacity: 0.65; }

/* DEAL GRID */
/* DEAL GRID & CARDS */
.deal-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; grid-template-rows: auto auto; gap: 14px; }

.d-card {
  border-radius: 16px; overflow: hidden; display: flex; flex-direction: column;
  background-color: var(--glass-bg);
  background-image: radial-gradient(circle 260px at var(--sx, -300px) var(--sy, -300px), rgba(0,212,255,0.07) 0%, transparent 100%);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--border);
  box-shadow: var(--glass-inner), 0 4px 24px rgba(0,0,0,0.18);
  opacity: 0; transform: translateY(18px);
  transition: border-color 0.25s, box-shadow 0.25s, opacity 0.5s, transform 0.5s cubic-bezier(0.16,1,0.3,1), background-image 0.1s;
}
.d-card.visible { opacity: 1; transform: translateY(0); }
.d-card:hover {
  border-color: rgba(0,212,255,0.3);
  box-shadow: var(--glass-inner), 0 8px 32px rgba(0,0,0,0.28), 0 0 0 1px rgba(0,212,255,0.1);
  transform: translateY(-2px);
}
.d-card.span2 { grid-row: 1 / 3; }

/* IMAGE AREA */
.d-card-img {
  position: relative; overflow: hidden; flex-shrink: 0;
  background: linear-gradient(145deg, rgba(22,27,34,0.95) 0%, rgba(13,17,23,1) 100%);
  display: flex; align-items: center; justify-content: center;
}
.d-card.span2 .d-card-img { height: 240px; }
.d-card:not(.span2) .d-card-img { height: 150px; }

.d-card-img.has-img { background: #f0f2f4; }
.d-card-img.has-img::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 60%;
  background: linear-gradient(to bottom, transparent 0%, rgba(13,17,23,0.55) 100%);
  pointer-events: none;
}
.d-card-img img {
  width: 100%; height: 100%; object-fit: contain; padding: 12px;
  position: relative;
}

/* DISCOUNT OVERLAY ON IMAGE */
.d-pct-overlay {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  background: rgba(13,17,23,0.82);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  color: #f85149;
  font-family: 'JetBrains Mono', monospace; font-size: 14px; font-weight: 700;
  padding: 4px 10px; border-radius: 8px; letter-spacing: -0.3px;
}
.d-card.span2 .d-pct-overlay { font-size: 17px; padding: 6px 13px; }

.card-icon { color: rgba(0,212,255,0.2); }
.d-card.span2 .card-icon { width: 64px; height: 64px; }
.d-card:not(.span2) .card-icon { width: 40px; height: 40px; }

/* CARD BODY */
.d-card-body { padding: 14px 16px 16px; flex: 1; display: flex; flex-direction: column; gap: 0; }
.d-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.d-badge { display: inline-flex; align-items: center; font-size: 10px; font-weight: 700; letter-spacing: 0.3px; padding: 3px 8px; border-radius: 5px; font-family: 'JetBrains Mono', monospace; }
.d-badge.best90 { background: var(--green-dim); color: var(--green); border: 1px solid rgba(0,179,65,0.2); }
.d-badge.low30  { background: var(--cyan-dim);  color: var(--cyan);  border: 1px solid var(--cyan-border); }
.d-badge.warn   { background: var(--red-dim);   color: var(--red);   border: 1px solid rgba(248,81,73,0.2); }

.d-title { font-size: 13px; font-weight: 600; color: var(--text); line-height: 1.45; margin-bottom: 10px; flex: 1; }
.d-card.span2 .d-title { font-size: 16px; }

.d-price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 12px; }
.d-price-now { font-family: 'JetBrains Mono', monospace; font-size: 20px; font-weight: 700; color: var(--green); letter-spacing: -0.5px; }
.d-card:not(.span2) .d-price-now { font-size: 17px; }
.d-price-was { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--muted2); text-decoration: line-through; }
.d-pct { font-size: 11px; font-weight: 700; color: var(--red); }

.d-cta {
  display: block; margin-top: auto;
  background: rgba(0,212,255,0.06);
  border: 1px solid rgba(0,212,255,0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  color: var(--cyan); font-family: 'Outfit', sans-serif;
  font-size: 13px; font-weight: 600; padding: 9px 12px;
  border-radius: 9px; text-decoration: none; text-align: center;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
}
.d-cta:hover { background: rgba(0,212,255,0.12); border-color: rgba(0,212,255,0.35); }
.d-cta:active { transform: scale(0.98); }

/* CATEGORIES */
.cat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.cat-card {
  background: var(--glass-bg); backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--border); box-shadow: var(--glass-inner);
  border-radius: 14px; padding: 22px 18px;
  display: flex; flex-direction: column; gap: 10px; text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.cat-card:hover { border-color: var(--cyan-border); box-shadow: var(--glass-inner), 0 0 0 1px rgba(0,212,255,0.08); }
.cat-icon-wrap { width: 40px; height: 40px; background: rgba(0,212,255,0.08); border: 1px solid var(--cyan-border); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--cyan); }
.cat-icon-wrap svg { width: 20px; height: 20px; }
.cat-icon-wrap.dim { background: rgba(110,118,129,0.07); border-color: rgba(110,118,129,0.15); color: var(--muted2); }
.cat-name { font-size: 15px; font-weight: 700; color: var(--text); }
.cat-count { font-size: 12px; color: var(--muted2); }
.cat-badge { display: inline-flex; font-size: 10px; font-weight: 700; color: var(--cyan); background: var(--cyan-dim); border: 1px solid var(--cyan-border); padding: 2px 8px; border-radius: 4px; width: fit-content; }
.cat-badge.soon { color: var(--muted2); background: transparent; border-color: var(--border); }

/* USP */
.usp-section { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(22,27,34,0.3); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.usp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; max-width: 1280px; margin: 0 auto; }
.usp-left { padding: 96px 60px 96px 32px; border-right: 1px solid var(--border); }
.usp-right { padding: 96px 32px 96px 60px; }
.usp-vs { background: rgba(13,17,23,0.6); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid var(--border); box-shadow: var(--glass-inner); border-radius: 14px; overflow: hidden; }
.usp-vs-header { display: grid; grid-template-columns: 1fr 1fr; }
.usp-vs-col { padding: 14px 18px; font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--muted2); border-bottom: 1px solid var(--border); }
.usp-vs-col.ours { background: var(--cyan-dim); color: var(--cyan); border-left: 1px solid var(--border); }
.usp-vs-row { display: grid; grid-template-columns: 1fr 1fr; }
.usp-vs-row:not(:last-child) { border-bottom: 1px solid var(--border2); }
.usp-vs-cell { padding: 12px 18px; font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.usp-vs-cell.ours { background: rgba(0,212,255,0.025); color: var(--text); border-left: 1px solid var(--border); font-weight: 500; }
.usp-vs-cell.bad  { color: var(--muted2); }
.usp-vs-cell.good { color: var(--green); }
.usp-point { display: flex; gap: 14px; align-items: start; }
.usp-dot { width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; margin-top: 8px; flex-shrink: 0; }
.usp-point-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.usp-point-desc  { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* TOKEN */
.token-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
.token-step { display: grid; grid-template-columns: 30px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--border); opacity: 0; transform: translateY(14px); transition: opacity 0.5s, transform 0.5s; }
.token-step.visible { opacity: 1; transform: translateY(0); }
.token-step:last-child { border-bottom: none; }
.token-step-num { font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 600; color: var(--cyan); padding-top: 3px; }
.token-step-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.token-step-desc  { font-size: 14px; color: var(--muted); line-height: 1.65; }
.token-features { background: var(--glass-bg); backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur); border: 1px solid var(--border); box-shadow: var(--glass-inner); border-radius: 16px; overflow: hidden; }
.token-features-header { padding: 20px 24px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.token-features-title { font-size: 14px; font-weight: 700; color: var(--text); }
.token-pill { display: flex; align-items: center; gap: 6px; background: var(--cyan-dim); border: 1px solid var(--cyan-border); color: var(--cyan); font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 99px; }
.token-pill svg { width: 11px; height: 11px; }
.token-feature { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 14px; padding: 16px 24px; border-bottom: 1px solid var(--border2); }
.token-feature:last-child { border-bottom: none; }
.tf-icon { width: 36px; height: 36px; background: rgba(28,33,40,0.6); border: 1px solid var(--border); border-radius: 9px; display: flex; align-items: center; justify-content: center; }
.tf-icon svg { width: 16px; height: 16px; color: var(--cyan); }
.tf-title { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.tf-desc  { font-size: 12px; color: var(--muted2); line-height: 1.5; }
.tf-cost  { font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 600; color: var(--cyan); white-space: nowrap; }
.token-features-footer { padding: 18px 24px; background: rgba(13,17,23,0.5); border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.tf-note { font-size: 13px; color: var(--muted); line-height: 1.5; }
.tf-cta { background: var(--cyan); color: #0d1117; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 13px; padding: 9px 20px; border-radius: 8px; text-decoration: none; white-space: nowrap; transition: opacity 0.15s; flex-shrink: 0; }
.tf-cta:hover { opacity: 0.88; }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 0; max-width: 820px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; color: var(--text); text-align: left; transition: color 0.15s; }
.faq-q:hover { color: var(--cyan); }
.faq-q svg { width: 18px; height: 18px; color: var(--muted2); flex-shrink: 0; transition: transform 0.25s cubic-bezier(0.16,1,0.3,1); }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { font-size: 15px; color: var(--muted); line-height: 1.75; max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0.16,1,0.3,1), padding 0.25s; }
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 22px; }

/* CTA */
.cta-section { border-top: 1px solid var(--border); text-align: center; padding: 100px 32px; position: relative; overflow: hidden; }
.cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 700px; height: 320px; background: radial-gradient(ellipse, rgba(0,212,255,0.06) 0%, transparent 65%); pointer-events: none; }
.cta-inner { position: relative; z-index: 1; }
.cta-section h2 { max-width: 580px; margin: 0 auto 16px !important; }
.cta-sub { font-size: 16px; color: var(--muted); max-width: 440px; margin: 0 auto 40px; line-height: 1.75; }
.cta-buttons { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.btn-tg { display: inline-flex; align-items: center; gap: 10px; background: #229ED9; color: #fff; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 15px; padding: 13px 28px; border-radius: 10px; text-decoration: none; transition: opacity 0.15s, transform 0.1s; }
.btn-tg:hover { opacity: 0.9; }
.btn-tg:active { transform: scale(0.98); }
.btn-tg svg { width: 18px; height: 18px; }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: var(--glass-bg); backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur); border: 1px solid var(--border); box-shadow: var(--glass-inner); color: var(--muted); font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 500; padding: 12px 24px; border-radius: 10px; text-decoration: none; transition: border-color 0.15s, color 0.15s; }
.btn-secondary:hover { border-color: var(--cyan-border); color: var(--cyan); }
.cta-note { margin-top: 20px; font-size: 12px; color: var(--muted2); }

/* FOOTER */
footer { border-top: 1px solid var(--border); padding: 32px; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.footer-logo { display: flex; align-items: center; gap: 9px; }
.footer-links { display: flex; gap: 24px; list-style: none; }
.footer-links a { font-size: 13px; color: var(--muted2); text-decoration: none; transition: color 0.15s; }
.footer-links a:hover { color: var(--muted); }
.footer-legal { max-width: 1280px; margin: 16px auto 0; padding: 0 32px 32px; font-size: 11px; color: var(--muted2); opacity: 0.5; line-height: 1.6; }

/* h3 for deal card titles */
h3 { font-family: 'Outfit', system-ui, sans-serif !important; color: var(--text) !important; padding-bottom: 0 !important; }

/* SPARKLINE */
.d-spark-wrap { margin: 6px 0 10px; border-top: 1px solid var(--border2); padding-top: 6px; }
.d-spark { display: block; width: 100%; height: 32px; overflow: visible; }

/* CATEGORY FILTER TABS */
.deal-tabs {
  display: flex; gap: 6px; margin-bottom: 10px; flex-wrap: wrap;
}
.deal-tab {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--border);
  color: var(--muted); font-family: 'Outfit', sans-serif;
  font-size: 12px; font-weight: 600;
  padding: 6px 14px; border-radius: 99px;
  cursor: pointer; transition: all 0.15s; white-space: nowrap;
}
.deal-tab:hover { border-color: var(--cyan-border); color: var(--text); }
.deal-tab.active { background: var(--cyan); border-color: var(--cyan); color: #0d1117; }
.deal-tab.tab-empty { opacity: 0.35; pointer-events: none; }

/* DEAL META BAR */
.deals-meta {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 14px;
}
.deals-updated { font-size: 11px; color: var(--muted2); font-family: 'JetBrains Mono', monospace; }
.deals-count   { font-size: 11px; color: var(--cyan);   font-family: 'JetBrains Mono', monospace; }

/* DEAL AGE BADGE (replaces d-score) */
.d-age { font-size: 10px; color: var(--muted2); font-family: 'JetBrains Mono', monospace; white-space: nowrap; }
.d-age.fresh { color: var(--cyan); font-weight: 700; }

/* LOADING SKELETON */
.d-skeleton {
  border-radius: 14px; background: var(--bg2);
  border: 1px solid var(--border);
  animation: sk-pulse 1.6s ease-in-out infinite;
}
.d-skeleton.span2 { grid-row: 1 / 3; }
@keyframes sk-pulse { 0%, 100% { opacity: 0.7; } 50% { opacity: 0.25; } }

/* EMPTY STATE */
.d-empty {
  grid-column: 1 / -1; padding: 64px 32px;
  text-align: center; color: var(--muted2);
  font-size: 14px; line-height: 1.75;
}

/* DISCLAIMER */
.deals-disclaimer {
  margin-top: 18px; font-size: 11px; color: var(--muted2);
  opacity: 0.55; line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .deal-grid { grid-template-columns: 1fr 1fr; }
  .d-card.span2 { grid-row: auto; grid-column: 1 / 3; }
  .d-card.span2 .d-card-img { height: 200px; }
  .cat-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .site-nav { padding: 0 16px; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding: 80px 20px 60px; gap: 40px; }
  .hero-trust { gap: 18px; }
  .section { padding: 64px 20px; }
  .section-header { grid-template-columns: 1fr; }
  .deal-grid { grid-template-columns: 1fr; }
  .d-card.span2 { grid-column: auto; }
  .usp-grid { grid-template-columns: 1fr; }
  .usp-left { padding: 64px 20px 40px; border-right: none; border-bottom: 1px solid var(--border); }
  .usp-right { padding: 40px 20px 64px; }
  .token-grid { grid-template-columns: 1fr; gap: 48px; }
  .cta-section { padding: 64px 20px; }
  footer { padding: 24px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-legal { padding: 0 20px 24px; }
}