﻿/* Premium Krypto-Karten Overview */

.kk-overview,
.kk-overview *{
  box-sizing:border-box;
}

.kk-overview{
  --page:#0e1015;
  --ink:#111827;
  --text:#1f2937;
  --muted:#4b5563;
  --muted-2:#6b7280;
  --border:rgba(255,255,255,.08);
  --white:#ffffff;
  --shadow:0 14px 34px rgba(0,0,0,.22);
  --shadow-2:0 28px 58px rgba(0,0,0,.34);
  --green:#b0d6b2;
  --green-ink:#29543a;
  --yellow:#f1f0da;
  --yellow-ink:#6f650f;
  --blue:#d7e7f6;
  --blue-ink:#214968;
  --rose:#fce7de;
  --rose-ink:#7a2e12;
  --ink-soft:#eef4fb;
  --cta:#df410a;
  --cta-2:#ff5a2a;
  --radius-xl:26px;
  --radius-lg:22px;
  --radius-md:18px;
  --radius-sm:14px;

  width:100%;
  margin:0 0 34px;
  padding:8px 12px 24px;
  color:var(--text);
  font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  background:transparent;
}

.kk-overview :where(h1,h2,h3,p,span,strong,a,button,div,article,section){
  min-width:0;
  max-width:100%;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.kk-overview__shell{
  width:min(1240px, 100%);
  margin:0 auto;
  padding:26px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(560px 260px at 0% 0%, rgba(233,199,52,.08), transparent 48%),
    radial-gradient(680px 320px at 100% 0%, rgba(223,65,10,.09), transparent 42%),
    linear-gradient(180deg, #14141a 0%, #0f1015 100%);
  box-shadow:0 36px 82px rgba(0,0,0,.42);
}

.kk-overview__hero.is-visible,
.kk-overview__summary.is-visible,
.kk-overview__section.is-visible,
.kk-overview__note.is-visible,
.kk-overview__feature-card.is-visible,
.kk-overview__scan-card.is-visible,
.kk-overview__stat.is-visible{
  opacity:1;
  transform:none;
}

.kk-overview__hero,
.kk-overview__summary,
.kk-overview__section,
.kk-overview__note{
  opacity:1;
  transform:none;
}

.kk-overview__hero{
  margin-bottom:14px;
}

.kk-overview__hero-grid{
  display:grid;
  grid-template-columns:1fr;
  background:transparent;
  border:1px solid rgba(255,255,255,.06);
  border-radius:22px;
  box-shadow:none;
  overflow:hidden;
  position:relative;
}

.kk-overview__hero-grid::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.10), transparent);
}

.kk-overview__hero-media{
  position:relative;
  min-height:276px;
  display:grid;
  place-items:center;
  padding:22px;
  background:
    radial-gradient(520px 260px at 20% 10%, rgba(233,199,52,.10), transparent 58%),
    linear-gradient(135deg, #20222a 0%, #171920 52%, #111319 100%);
  overflow:hidden;
}

.kk-overview__hero-mediaimg,
.kk-overview__feature-mediaimg,
.kk-overview__scan-mediaimg{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.kk-overview__hero-mediaimg{
  width:min(78%, 264px);
  height:auto;
  max-height:168px;
  object-fit:contain;
  object-position:center;
  margin:0;
  position:relative;
  z-index:1;
  filter:drop-shadow(0 22px 36px rgba(8,10,18,.30));
}

.kk-overview__feature-mediaimg,
.kk-overview__scan-mediaimg{
  width:min(82%, 320px);
  height:auto;
  max-height:100%;
  object-fit:contain;
  margin:0 auto;
}

.kk-overview__hero-mediafill,
.kk-overview__feature-mediafill,
.kk-overview__scan-mediafill{
  display:grid;
  align-content:center;
  justify-items:center;
  gap:14px;
  width:100%;
  height:100%;
  padding:20px;
  color:var(--ink);
  position:relative;
}

.kk-overview__hero-mediafill{
  color:#f6f2e9;
  align-content:center;
  justify-items:center;
  padding:24px 22px;
}

.kk-overview__hero-mediafill::before,
.kk-overview__feature-mediafill::before,
.kk-overview__scan-mediafill::before{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:20px;
  border:1px dashed rgba(255,255,255,.14);
}

.kk-overview__hero-mediafill span,
.kk-overview__feature-mediafill span,
.kk-overview__scan-mediafill span{
  position:relative;
  z-index:1;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#6b7280;
}

.kk-overview__hero-mediafill span,
.kk-overview__hero-mediafill small{
  color:rgba(246,242,233,.72);
}

.kk-overview__hero-mediafill::before{
  inset:16px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.01));
}

.kk-overview__hero-mediafill strong,
.kk-overview__feature-mediafill strong,
.kk-overview__scan-mediafill strong{
  position:relative;
  z-index:1;
  font-size:clamp(24px,3.4vw,36px);
  line-height:1.02;
  letter-spacing:-.03em;
  color:var(--ink);
}

.kk-overview__hero-mediafill strong{
  color:#f6f2e9;
}

.kk-overview__mock-card{
  width:min(238px, 100%);
  aspect-ratio:1.65;
  display:grid;
  align-content:space-between;
  gap:14px;
  padding:16px;
  border-radius:18px;
  background:linear-gradient(135deg, #5d73ff 0%, #3152ef 100%);
  box-shadow:0 18px 38px rgba(49,82,239,.28);
  color:#fff;
}

.provider-wallet .kk-overview__mock-card{
  background:linear-gradient(135deg, #5abf88 0%, #2e9c68 100%);
  box-shadow:0 18px 38px rgba(46,156,104,.25);
}

.provider-bank .kk-overview__mock-card{
  background:linear-gradient(135deg, #7a84ff 0%, #4b58ea 100%);
  box-shadow:0 18px 38px rgba(75,88,234,.25);
}

.provider-neutral .kk-overview__mock-card{
  background:linear-gradient(135deg, #454a58 0%, #202530 100%);
  box-shadow:0 18px 38px rgba(17,24,39,.25);
}

.kk-overview__mock-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}

.kk-overview__mock-brand{
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.92;
}

.kk-overview__mock-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.14);
  font-size:11px;
  font-weight:900;
}

.kk-overview__mock-card strong{
  color:#fff;
  font-size:24px;
  line-height:1.02;
  letter-spacing:-.03em;
}

.kk-overview__mock-card small{
  color:rgba(255,255,255,.84);
  font-size:12px;
  line-height:1.45;
}

.kk-overview__media-caption{
  display:grid;
  gap:4px;
  justify-items:center;
  text-align:center;
}

.kk-overview__hero-mediafill .kk-overview__mock-card{
  width:min(260px, 100%);
}

.kk-overview__media-caption span{
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#6b7280;
}

.kk-overview__media-caption small{
  color:#6b7280;
  font-size:12px;
  line-height:1.45;
}

.kk-overview__hero-mediafill .kk-overview__media-caption span,
.kk-overview__hero-mediafill .kk-overview__media-caption small{
  color:rgba(246,242,233,.72);
}

.kk-overview__hero-mediafill small,
.kk-overview__feature-mediafill small,
.kk-overview__scan-mediafill small{
  position:relative;
  z-index:1;
  max-width:32ch;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}

.kk-overview__hero-overlay,
.kk-overview__feature-overlay,
.kk-overview__scan-overlay{
  position:absolute;
  left:18px;
  bottom:18px;
  right:auto;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  z-index:2;
  max-width:calc(100% - 36px);
}

.kk-overview__hero-overlay,
.kk-overview__feature-overlay{
  padding:10px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(17,19,25,.55);
  backdrop-filter:blur(8px);
}

.kk-overview__hero-overlay{
  display:none;
}

.kk-overview__media-chip,
.kk-overview__badge,
.kk-overview__jump{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:32px;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
  text-decoration:none;
}

.kk-overview__media-chip{
  border:1px solid rgba(255,255,255,.08);
  background:rgba(241,240,218,.88);
  color:#111827;
}

.kk-overview__hero-copy,
.kk-overview__feature-copy,
.kk-overview__scan-body{
  padding:22px 20px;
}

.kk-overview__hero-copy{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

.kk-overview__hero-main,
.kk-overview__hero-aside{
  min-width:0;
}

.kk-overview__hero-main{
  display:grid;
  align-content:start;
}

.kk-overview__hero-aside{
  display:grid;
  gap:12px;
  align-content:start;
}

.kk-overview__hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 16px;
}

.kk-overview__hero-kicker,
.kk-overview__meta-kicker,
.kk-overview__section-kicker{
  margin:0 0 8px !important;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#6b7280;
  font-weight:900;
}

.kk-overview__hero-kicker,
.kk-overview__section-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  width:auto;
  max-width:100%;
  flex-wrap:wrap;
  color:#f0c935;
}

.kk-overview__hero-kicker{
  margin-bottom:10px !important;
  font-size:11px;
  letter-spacing:.12em;
  color:rgba(240,201,53,.92);
}

.kk-overview__hero-kicker::before,
.kk-overview__section-kicker::before{
  content:"";
  width:26px;
  height:2px;
  border-radius:999px;
  background:#f0c935;
}

.kk-overview__hero-title,
.kk-overview__feature-title,
.kk-overview__scan-title{
  margin:0 0 10px !important;
  color:var(--ink);
  line-height:1.04;
  letter-spacing:-.03em;
  font-weight:950;
}

.kk-overview__hero-title{ font-size:clamp(42px,6vw,72px); }
.kk-overview__feature-title{ font-size:30px; }
.kk-overview__scan-title{ font-size:24px; }

.kk-overview__hero-title{
  color:#f7f4ee;
  margin-bottom:12px !important;
  max-width:10ch;
  line-height:.98;
  letter-spacing:-.045em;
}

.kk-overview__hero-title a,
.kk-overview__feature-title a,
.kk-overview__scan-title a{
  color:inherit;
  text-decoration:none;
}

.kk-overview__hero-lead,
.kk-overview__feature-lead,
.kk-overview__scan-lead,
.kk-overview__section-head p,
.kk-overview__footnote{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.74;
}

.kk-overview__hero-lead,
.kk-overview__section-head p,
.kk-overview__footnote{
  color:rgba(246,242,233,.72);
}

.kk-overview__hero-lead{
  max-width:56ch;
  color:rgba(246,242,233,.78);
  font-size:15px;
  line-height:1.68;
}

.kk-overview__hero-facts,
.kk-overview__feature-facts,
.kk-overview__scan-facts{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:14px 0 16px;
}

.kk-overview__hero-facts{
  gap:12px;
  margin:16px 0 18px;
}

.kk-overview__hero-fact,
.kk-overview__feature-fact,
.kk-overview__scan-fact{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(17,24,39,.08);
  background:#f5f0e5;
}

.kk-overview__hero-fact{
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:8px;
  padding:14px 14px 13px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg, rgba(247,240,226,.96), rgba(232,222,202,.93));
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.kk-overview__hero-fact strong,
.kk-overview__feature-fact strong,
.kk-overview__scan-fact strong{
  color:var(--ink);
  font-size:12px;
  letter-spacing:.02em;
}

.kk-overview__hero-fact strong{
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#5e5548;
}

.kk-overview__hero-fact span,
.kk-overview__feature-fact span,
.kk-overview__scan-fact span{
  color:var(--ink);
  font-size:12.5px;
  font-weight:900;
  text-align:right;
}

.kk-overview__hero-fact span{
  font-size:18px;
  line-height:1.15;
  text-align:left;
  color:#101826;
}

.kk-overview__hero-row,
.kk-overview__feature-row,
.kk-overview__scan-row{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.kk-overview__hero-row{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:16px;
  align-items:stretch;
}

.kk-overview__feature-row,
.kk-overview__scan-row{
  margin-top:auto;
}

.kk-overview__hero-score,
.kk-overview__feature-score,
.kk-overview__scan-score,
.kk-overview__live,
.kk-overview__section-count,
.kk-overview__badge--soft{
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.05);
  border-radius:16px;
  padding:10px 12px;
}

.kk-overview__feature-score,
.kk-overview__scan-score{
  border:1px solid rgba(17,24,39,.08);
  background:rgba(255,255,255,.56);
}

.kk-overview__hero-score,
.kk-overview__feature-score,
.kk-overview__scan-score{
  display:flex;
  align-items:baseline;
  gap:10px;
  flex-wrap:wrap;
}

a.kk-overview__hero-score,
a.kk-overview__feature-score,
a.kk-overview__scan-score{
  text-decoration:none;
  cursor:pointer;
}

a.kk-overview__hero-score:hover,
a.kk-overview__feature-score:hover,
a.kk-overview__scan-score:hover{
  transform:translateY(-1px);
}

.kk-overview__score-label,
.kk-overview__score-note,
.kk-overview__section-count,
.kk-overview__live{
  font-size:12px;
}

.kk-overview__score-label{
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#111827;
}

.kk-overview__score-value{
  font-size:16px;
  font-weight:950;
  color:#111827;
}

.kk-overview__score-note{
  color:#374151;
  opacity:.9;
}

.kk-overview__hero-score .kk-overview__score-label,
.kk-overview__hero-score .kk-overview__score-value,
.kk-overview__hero-score .kk-overview__score-note{
  color:#f7f4ee;
}

.kk-overview__hero-score{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:4px;
  align-content:start;
  min-height:96px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
}

.kk-overview__hero-score .kk-overview__score-label{
  color:rgba(240,201,53,.9);
  font-size:11px;
  letter-spacing:.12em;
}

.kk-overview__hero-score .kk-overview__score-value{
  font-size:34px;
  line-height:1;
  letter-spacing:-.04em;
}

.kk-overview__hero-score .kk-overview__score-note{
  color:rgba(246,242,233,.66);
  font-size:13px;
  line-height:1.5;
  letter-spacing:0;
  text-transform:none;
  font-weight:700;
}

.kk-overview__hero-cta,
.kk-overview__feature-cta,
.kk-overview__scan-cta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.kk-overview__hero-cta{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  align-content:start;
}

.kk-overview__hero-cta .kk-overview__btn{
  width:100%;
  min-height:48px;
  justify-content:flex-start;
  padding:13px 16px;
  border-radius:14px;
}

.kk-overview__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:12px 18px;
  border-radius:12px;
  font-weight:950;
  font-size:14px;
  line-height:1;
  white-space:nowrap;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
  position:relative;
  overflow:hidden;
}

.kk-overview__btn--cta{
  color:#fff;
  background:linear-gradient(180deg, var(--cta-2), var(--cta));
  border:1px solid rgba(223,65,10,.55);
  box-shadow:0 14px 30px rgba(223,65,10,.22);
}

.kk-overview__btn--cta::before{
  content:"";
  position:absolute;
  top:-40%;
  left:-60%;
  width:60%;
  height:220%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
  transform:rotate(18deg);
  transition:left .55s ease;
}

.kk-overview__btn--cta:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 40px rgba(223,65,10,.28);
}

.kk-overview__btn--cta:hover::before{
  left:120%;
}

.kk-overview__btn--ghost{
  color:#17211d;
  background:linear-gradient(180deg, rgba(219,234,201,.98), rgba(196,221,172,.98));
  border:1px solid rgba(133,163,115,.45);
  box-shadow:0 12px 26px rgba(176,214,178,.18);
}

.kk-overview__btn--ghost:hover{
  transform:translateY(-1px);
  box-shadow:0 0 0 4px rgba(176,214,178,.16);
  border-color:rgba(176,214,178,.42);
}

.kk-overview__btn--soft{
  color:#f7f4ee;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:none;
}

.kk-overview__btn--soft:hover{
  transform:translateY(-1px);
  border-color:rgba(233,199,52,.34);
  box-shadow:0 0 0 4px rgba(233,199,52,.10);
}

.kk-overview__hero-cta .kk-overview__btn--cta{
  box-shadow:0 16px 34px rgba(223,65,10,.26);
}

.kk-overview__hero-cta .kk-overview__btn--soft{
  background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
}

.kk-overview__hero-foot{
  margin:14px 0 0 !important;
  color:rgba(246,242,233,.62);
  font-size:12px;
  max-width:62ch;
}

.kk-overview__summary{
  margin-bottom:18px;
}

.kk-overview__live{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f7f4ee;
  font-weight:900;
}

.kk-overview__live::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:#e9c734;
  box-shadow:0 0 0 5px rgba(233,199,52,.16);
}

.kk-overview__live strong{
  color:#f7f4ee;
}

.kk-overview__stats{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}

.kk-overview__stat{
  position:relative;
  overflow:hidden;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.07);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow:none;
  opacity:0;
  transform:translateY(14px);
  transition:transform .4s ease, opacity .4s ease;
}

.kk-overview__stat::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg, #df410a, #ff8d66);
}

.kk-overview__stat strong{
  display:block;
  margin-bottom:6px;
  color:#f7f4ee;
  font-size:28px;
  line-height:1;
  font-weight:950;
}

.kk-overview__stat span{
  color:rgba(246,242,233,.68);
  font-size:13px;
  line-height:1.5;
}

.kk-overview__nav{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));
  gap:12px;
  margin-top:16px;
}

.kk-overview__nav-label{
  grid-column:1 / -1;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin:0;
  color:rgba(246,242,233,.82);
  font-size:13px;
  font-weight:800;
  line-height:1.5;
}

.kk-overview__nav-label::before{
  content:"Bereich waehlen";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  background:rgba(240,201,53,.16);
  color:#f0c935;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.kk-overview__jump{
  position:relative;
  display:grid;
  align-content:start;
  justify-items:start;
  gap:4px;
  min-height:86px;
  padding:14px 16px;
  border-radius:18px;
  color:#f7f4ee;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 16px 28px rgba(8,10,20,.18), inset 0 1px 0 rgba(255,255,255,.06);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.kk-overview__jump::after{
  content:"Zum Bereich";
  position:absolute;
  top:14px;
  right:14px;
  color:rgba(246,242,233,.48);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.kk-overview__jump-eyebrow{
  color:rgba(246,242,233,.62);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.kk-overview__jump-label{
  display:block;
  max-width:calc(100% - 84px);
  color:#f7f4ee;
  font-size:16px;
  line-height:1.08;
  font-weight:950;
}

.kk-overview__jump-meta{
  color:rgba(246,242,233,.72);
  font-size:12px;
  line-height:1.45;
  font-weight:700;
}

.kk-overview__jump[data-tone="featured"]{
  background:linear-gradient(180deg, rgba(240,201,53,.18), rgba(255,255,255,.05));
}

.kk-overview__jump[data-tone="exchange"]{
  background:linear-gradient(180deg, rgba(236,224,179,.16), rgba(255,255,255,.05));
}

.kk-overview__jump[data-tone="wallet"]{
  background:linear-gradient(180deg, rgba(160,214,173,.16), rgba(255,255,255,.05));
}

.kk-overview__jump[data-tone="bank"]{
  background:linear-gradient(180deg, rgba(128,169,230,.18), rgba(255,255,255,.05));
}

.kk-overview__jump[data-tone="neutral"]{
  background:linear-gradient(180deg, rgba(179,188,204,.15), rgba(255,255,255,.05));
}

.kk-overview__jump[data-tone="watch"]{
  background:linear-gradient(180deg, rgba(245,157,87,.18), rgba(255,255,255,.05));
}

.kk-overview__jump:hover,
.kk-overview__jump:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(240,201,53,.32);
  box-shadow:0 0 0 4px rgba(233,199,52,.10), 0 24px 44px rgba(7,8,16,.22);
}

.kk-overview__section{
  margin-top:14px;
  padding:18px 0 0;
  border:none;
  border-radius:22px;
  background:transparent;
  box-shadow:none;
  position:relative;
}

.kk-overview__section::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:0;
  height:0;
  border-radius:0;
  background:none;
}

.kk-overview__section[data-tone="exchange"]::before{
  background:linear-gradient(90deg, #f3d26b, #f1f0da);
}

.kk-overview__section[data-tone="wallet"]::before{
  background:linear-gradient(90deg, #9ccda0, #dff0e2);
}

.kk-overview__section[data-tone="bank"]::before{
  background:linear-gradient(90deg, #bdd7ee, #eef4fb);
}

.kk-overview__section[data-tone="neutral"]::before{
  background:linear-gradient(90deg, #f4ddd0, #f7f1eb);
}

.kk-overview__section[data-tone="watch"]::before{
  background:linear-gradient(90deg, #f7cab7, #fff0ea);
}

.kk-overview__section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}

.kk-overview__section-head h2{
  margin:0;
  color:#f7f4ee;
  font-size:clamp(24px,3vw,34px);
  line-height:1.05;
  letter-spacing:-.03em;
  font-weight:950;
  font-style:italic;
}

.kk-overview__section-head p{
  margin-top:8px;
}

.kk-overview__section-count{
  color:#f7f4ee;
  font-weight:900;
  white-space:nowrap;
  align-self:flex-start;
}

.kk-overview__feature-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

.kk-overview__card-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

.kk-overview__feature-card,
.kk-overview__scan-card{
  --tone:#f1f0da;
  --tone-ink:#6f650f;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(17,24,39,.08);
  border-radius:20px;
  background:linear-gradient(180deg, #f4efe2 0%, #fbf8f2 100%);
  box-shadow:var(--shadow);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  opacity:0;
  transform:translateY(16px);
}

.kk-overview__feature-card::before,
.kk-overview__scan-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(220px 160px at var(--mx, 50%) var(--my, 0%), rgba(223,65,10,.10), transparent 68%);
  opacity:0;
  transition:opacity .22s ease;
  pointer-events:none;
}

.kk-overview__feature-card:hover,
.kk-overview__scan-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 44px rgba(17,24,39,.12);
  border-color:rgba(223,65,10,.18);
}

.kk-overview__feature-card:hover::before,
.kk-overview__scan-card:hover::before{
  opacity:1;
}

.provider-exchange{ --tone:#f1f0da; --tone-ink:#6f650f; }
.provider-wallet{ --tone:#dff0e2; --tone-ink:#29543a; }
.provider-bank{ --tone:#eef4fb; --tone-ink:#214968; }
.provider-neutral{ --tone:#f7f1eb; --tone-ink:#7a4b32; }

.kk-overview__feature-card{
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:190px auto;
}

.kk-overview__feature-media,
.kk-overview__scan-media{
  position:relative;
  min-height:190px;
  display:grid;
  place-items:center;
  padding:18px;
  background:
    radial-gradient(340px 180px at 18% 10%, rgba(255,255,255,.55), transparent 56%),
    linear-gradient(135deg, var(--tone), #fff 72%);
  overflow:hidden;
}

.kk-overview__feature-overlay,
.kk-overview__scan-overlay{
  display:none;
}

.kk-overview__feature-copy{
  display:grid;
  align-content:start;
  gap:10px;
  padding:20px 18px;
}

.kk-overview__scan-card{
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:190px auto;
}

.kk-overview__scan-body{
  display:grid;
  align-content:start;
  gap:10px;
  padding:18px;
}

.kk-overview__scan-top{
  display:flex;
  align-items:center;
  gap:12px;
}

.kk-overview__feature-title{
  font-size:26px;
}

.kk-overview__scan-title{
  font-size:22px;
}

.kk-overview__feature-facts,
.kk-overview__scan-facts{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.kk-overview__feature-fact,
.kk-overview__scan-fact{
  flex:1 1 170px;
  min-width:0;
}

.kk-overview__logo{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:16px;
  border:1px solid rgba(17,24,39,.08);
  background:rgba(255,255,255,.94);
  overflow:hidden;
}

.kk-overview__logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:8px;
}

.kk-overview__logo-fallback{
  font-size:16px;
  font-weight:950;
  color:#111827;
}

.kk-overview__meta-line{
  color:#6b7280;
  font-size:13px;
  line-height:1.5;
}

.kk-overview__badge-row,
.kk-overview__chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.kk-overview__badge{
  border:1px solid rgba(17,24,39,.08);
  background:rgba(255,255,255,.9);
  color:var(--tone-ink);
}

.kk-overview__badge--live{
  background:linear-gradient(180deg, rgba(220,248,211,.98), rgba(182,229,183,.94));
  border-color:rgba(98,151,108,.44);
  color:#143d24;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
}

.kk-overview__badge--live::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:#1f7a3c;
  box-shadow:0 0 0 4px rgba(31,122,60,.14);
}

.kk-overview__badge--limited{
  background:rgba(241,240,218,.78);
  color:#6f650f;
}

.kk-overview__badge--watch{
  background:rgba(252,231,222,.85);
  color:#7a2e12;
}

.kk-overview__chip-row .kk-overview__media-chip{
  background:rgba(241,240,218,.45);
}

.kk-overview__feature-mediafill .kk-overview__mock-card{
  width:min(210px, 100%);
}

.kk-overview__scan-mediafill .kk-overview__mock-card{
  width:min(170px, 100%);
}

.kk-overview__feature-mediafill .kk-overview__media-caption,
.kk-overview__scan-mediafill .kk-overview__media-caption{
  justify-items:start;
  text-align:left;
}

.kk-overview__scan-note,
.kk-overview__feature-note{
  padding:10px 12px;
  border-radius:16px;
  background:rgba(241,240,218,.46);
  border:1px solid rgba(17,24,39,.08);
  color:#374151;
  font-size:12.5px;
  line-height:1.6;
}

.kk-overview__note{
  margin-top:18px;
  padding:18px 20px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.04);
  box-shadow:none;
}

.kk-overview__note .kk-overview__footnote{
  color:rgba(246,242,233,.72);
}

@media (min-width: 720px){
  .kk-overview__feature-card{
    grid-template-columns:228px minmax(0, 1fr);
    grid-template-rows:auto;
    min-height:0;
  }

  .kk-overview__scan-card{
    grid-template-columns:152px minmax(0, 1fr);
    grid-template-rows:auto;
    min-height:0;
  }

  .kk-overview__feature-media,
  .kk-overview__scan-media{
    min-height:100%;
    padding:18px 16px;
    border-right:1px solid rgba(17,24,39,.06);
  }

  .kk-overview__feature-mediaimg{
    width:min(92%, 196px);
    max-height:132px;
  }

  .kk-overview__scan-mediaimg{
    width:min(92%, 136px);
    max-height:100px;
  }

  .kk-overview__feature-mediafill,
  .kk-overview__scan-mediafill{
    justify-items:start;
    align-content:center;
    padding:18px 16px;
  }

  .kk-overview__feature-copy,
  .kk-overview__scan-body{
    padding:15px 16px;
  }

  .kk-overview__feature-title{
    font-size:30px;
  }

  .kk-overview__feature-lead{
    max-width:58ch;
  }

  .kk-overview__scan-lead{
    max-width:46ch;
  }

  .kk-overview__feature-row,
  .kk-overview__scan-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
  }

  .kk-overview__feature-cta,
  .kk-overview__scan-cta{
    justify-content:flex-end;
  }

  .kk-overview__feature-facts,
  .kk-overview__scan-facts{
    margin:8px 0 0;
  }
}

@media (min-width: 700px) and (max-width: 1100px){
  .kk-overview__shell{
    padding:22px 20px;
  }

  .kk-overview__section-head{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }

  .kk-overview__section-count{
    align-self:flex-start;
  }

  .kk-overview__feature-card{
    grid-template-columns:190px minmax(0, 1fr);
  }

  .kk-overview__feature-media{
    padding:16px 14px;
  }

  .kk-overview__feature-mediaimg{
    width:min(90%, 164px);
    max-height:116px;
  }

  .kk-overview__feature-mediafill{
    padding:16px 14px;
  }

  .kk-overview__feature-title{
    font-size:27px;
  }

  .kk-overview__feature-lead{
    font-size:14px;
  }

  .kk-overview__feature-fact,
  .kk-overview__scan-fact{
    flex:1 1 calc(50% - 8px);
  }

  .kk-overview__feature-row,
  .kk-overview__scan-row{
    grid-template-columns:1fr;
    align-items:start;
  }

  .kk-overview__feature-cta,
  .kk-overview__scan-cta,
  .kk-overview__hero-cta{
    justify-content:flex-start;
  }

  .kk-overview__hero-row{
    align-items:flex-start;
  }
}

@media (min-width: 700px) and (max-width: 919px){
  .kk-overview__hero-grid{
    grid-template-columns:1fr;
    min-height:0;
  }

  .kk-overview__hero-media{
    min-height:224px;
    padding:18px 18px 14px;
  }

  .kk-overview__hero-mediaimg{
    width:min(72%, 248px);
    max-height:144px;
  }

  .kk-overview__hero-copy{
    padding:20px 20px 18px;
  }

  .kk-overview__hero-title{
    font-size:clamp(34px, 6vw, 52px);
  }

  .kk-overview__hero-lead{
    font-size:14px;
  }
}

@media (min-width: 760px) and (max-width: 1199px){
  .kk-overview__hero-copy{
    grid-template-columns:minmax(0,1fr) minmax(220px, 248px);
    gap:16px 18px;
    align-items:start;
  }

  .kk-overview__hero-main{
    grid-column:1;
    grid-row:1;
  }

  .kk-overview__hero-aside{
    grid-column:2;
    grid-row:1 / span 2;
  }

  .kk-overview__hero-facts,
  .kk-overview__hero-foot{
    grid-column:1 / -1;
  }
}

@media (min-width: 1200px){
  .kk-overview__hero-grid{
    grid-template-columns:344px minmax(0, 1fr);
    min-height:312px;
  }

  .kk-overview__hero-copy{
    grid-template-columns:minmax(0,1fr) minmax(248px, 284px);
    gap:18px 20px;
    align-items:start;
    padding:26px 28px 24px;
  }

  .kk-overview__hero-main{
    grid-column:1;
    grid-row:1;
  }

  .kk-overview__hero-aside{
    grid-column:2;
    grid-row:1 / span 2;
  }

  .kk-overview__hero-title{
    font-size:clamp(38px, 4.8vw, 66px);
  }

  .kk-overview__hero-lead{
    max-width:54ch;
    font-size:15px;
  }

  .kk-overview__hero-facts{
    margin:16px 0 18px;
    grid-column:1 / -1;
  }

  .kk-overview__hero-badges{
    margin:0 0 14px;
  }

  .kk-overview__hero-foot{
    grid-column:1 / -1;
  }
}

@media (max-width: 1199px){
  .kk-overview{
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    padding:0 12px 24px;
  }

  .kk-overview__shell{
    width:100%;
    padding:22px 18px;
    border-radius:26px;
  }

  .kk-overview__hero-grid{
    grid-template-columns:1fr;
    min-height:0;
  }

  .kk-overview__hero-media{
    min-height:220px;
    padding:18px 18px 14px;
  }

  .kk-overview__hero-mediaimg{
    width:min(78%, 252px);
    max-height:148px;
  }

  .kk-overview__hero-copy{
    padding:20px 18px 18px;
  }

  .kk-overview__hero-title{
    font-size:clamp(34px, 6vw, 54px);
    max-width:11ch;
  }

  .kk-overview__hero-lead{
    max-width:none;
    font-size:14px;
  }

  .kk-overview__hero-facts{
    grid-template-columns:1fr 1fr;
    margin:12px 0 14px;
  }

  .kk-overview__hero-row{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  .kk-overview__hero-cta{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .kk-overview__hero-cta .kk-overview__btn{
    width:100%;
  }
}

@media (max-width: 980px){
  .kk-overview__stats{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .kk-overview__feature-grid{
    grid-template-columns:1fr;
  }

  .kk-overview__card-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 699px){
  .kk-overview{
    padding:0 8px 20px;
  }

  .kk-overview__shell{
    padding:18px 12px;
    border-radius:22px;
  }

  .kk-overview__hero-media{
    min-height:176px;
    padding:16px 14px 12px;
  }

  .kk-overview__hero-mediaimg{
    width:min(80vw, 232px);
    max-height:132px;
  }

  .kk-overview__hero-title{ font-size:clamp(28px, 10vw, 40px); }
  .kk-overview__feature-title{ font-size:26px; }
  .kk-overview__scan-title{ font-size:22px; }

  .kk-overview__hero-facts,
  .kk-overview__feature-facts,
  .kk-overview__scan-facts,
  .kk-overview__stats{
    grid-template-columns:1fr;
  }

  .kk-overview__hero-copy,
  .kk-overview__feature-copy,
  .kk-overview__scan-body,
  .kk-overview__section,
  .kk-overview__note{
    padding:16px 14px;
  }

  .kk-overview__section-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .kk-overview__hero-kicker,
  .kk-overview__section-kicker{
    font-size:11px;
    gap:8px;
  }

  .kk-overview__hero-row,
  .kk-overview__feature-row,
  .kk-overview__scan-row{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .kk-overview__hero-cta,
  .kk-overview__feature-cta,
  .kk-overview__scan-cta{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

  .kk-overview__btn{
    width:100%;
    max-width:none;
  }

  .kk-overview__hero-score,
  .kk-overview__feature-score,
  .kk-overview__scan-score{
    width:100%;
  }
}
