/* Karacan Analytics â€” vitrin */
:root {
  --bg: #0b1220;
  --surface: #121b2e;
  --surface-soft: #172238;
  --text: #e8edf7;
  --muted: #94a3b8;
  --accent: #38bdf8;
  --accent-dim: #0ea5e9;
  --border: rgba(148, 163, 184, 0.15);
  --radius: 14px;
  --max: 1080px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background: radial-gradient(1200px 800px at 10% -10%, rgba(14, 165, 233, 0.12), transparent),
    radial-gradient(900px 600px at 100% 0%, rgba(56, 189, 248, 0.08), transparent), var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
}

a {
  color: var(--accent);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  background: var(--accent);
  color: #0b1220;
  border-radius: 8px;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header */
header {
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
  background: rgba(11, 18, 32, 0.75);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 1rem;
}

.logo {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.125rem;
  color: var(--text);
  text-decoration: none;
}
.logo:hover {
  text-decoration: none;
  color: var(--accent);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.9375rem;
  font-weight: 500;
}
.nav-links a:hover {
  color: var(--text);
  text-decoration: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9375rem;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent-dim), var(--accent));
  color: #0b1220;
  box-shadow: 0 4px 24px rgba(14, 165, 233, 0.35);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 32px rgba(14, 165, 233, 0.45);
  text-decoration: none;
  color: #0b1220;
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}
.btn-ghost:hover {
  border-color: var(--muted);
  text-decoration: none;
  color: var(--text);
}

.hero-site-link {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: var(--muted);
  max-width: 48ch;
}
.hero-site-link a {
  font-weight: 600;
}

.text-link {
  color: var(--muted);
  font-size: 0.9375rem;
  font-weight: 500;
  align-self: center;
}

.text-link:hover {
  color: var(--text);
}

/* Above-the-fold hero (Clarity scroll-depth fix) */
.hero-atf {
  padding: 1.25rem 0 2rem;
  border-bottom: 1px solid var(--border);
  min-height: auto;
  display: block;
}

.hero-atf-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
  width: 100%;
}

@media (min-width: 900px) {
  .hero-atf-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
  }
}

@media (max-width: 899px) {
  .hero-atf {
    padding-bottom: 2.5rem;
  }
  .hero-teaser-panel {
    min-height: auto;
  }
}

.hero-atf-copy {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.hero-atf-lead {
  margin-bottom: 0.5rem !important;
}

.hero-atf-roi {
  margin-top: 0.35rem;
}

/* Clickable blocks → Stripe (dead-click repair) */
a.ka-stripe-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

a.ka-stripe-link:hover {
  text-decoration: none;
  color: inherit;
  transform: translateY(-2px);
}

a.risk-alert.ka-stripe-link:hover,
a.roi-card.ka-stripe-link:hover {
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.35);
}

a.card.ka-stripe-link:hover,
a.step.ka-stripe-link:hover,
a.faq-item.ka-stripe-link:hover {
  border-color: rgba(56, 189, 248, 0.55);
  box-shadow: 0 12px 40px rgba(14, 165, 233, 0.12);
}

a.preview-band.ka-stripe-link {
  display: block;
}

a.preview-band.ka-stripe-link:hover .btn-primary {
  transform: translateY(-1px);
}

a.ka-vsl-card.ka-stripe-link {
  display: block;
}

a.ka-vsl-card.ka-stripe-link .ka-stripe-cta {
  pointer-events: none;
}

.card-mixed {
  display: block;
}

.card-mixed a[href="privacy.html"],
.card-mixed a[href="terms.html"] {
  position: relative;
  z-index: 2;
}

/* Blurred report teaser (entire panel links to Stripe) */
.hero-teaser-link {
  height: 100%;
}

.hero-teaser-panel {
  height: 100%;
  min-height: auto;
  background: linear-gradient(160deg, rgba(30, 41, 59, 0.85), rgba(15, 23, 42, 0.98));
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: calc(var(--radius) + 2px);
  padding: 1.5rem 1.65rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero-teaser-badge {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-teaser-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
}

.hero-teaser-visual {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.hero-teaser-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 400 / 260;
}

.hero-teaser-findings {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.hero-teaser-findings .blur-line {
  margin-bottom: 0.65rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid var(--border);
  font-size: 0.9rem;
  color: var(--muted);
  filter: blur(4px);
  user-select: none;
  pointer-events: none;
}

.hero-teaser-findings--clear li {
  margin-bottom: 0.65rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid var(--border);
  font-size: 0.9rem;
  color: var(--text);
  filter: none;
  opacity: 1;
  user-select: auto;
  pointer-events: auto;
}

@media (max-width: 899px) {
  .hero-teaser-findings .blur-line {
    filter: none;
    opacity: 0.55;
  }
}

.hero-teaser-unlock {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}

.hero-teaser-cta {
  align-self: flex-start;
  margin-top: auto;
  pointer-events: none;
}

a.hero-teaser-link:hover .hero-teaser-panel {
  border-color: rgba(56, 189, 248, 0.65);
  box-shadow: 0 28px 90px rgba(14, 165, 233, 0.2);
}

/* Legacy hero (unused) */
.hero {
  padding: 4.5rem 0 3.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
  }
}

.eyebrow {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

h1 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  font-weight: 700;
}

.lead {
  font-size: 1.125rem;
  color: var(--muted);
  max-width: 42ch;
  margin: 0 0 1.75rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
  color: var(--muted);
}
.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* Card panel */
.panel {
  background: linear-gradient(160deg, rgba(30, 41, 59, 0.68), rgba(15, 23, 42, 0.95));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.panel h2 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9375rem;
}

.panel ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.9375rem;
}
.panel li {
  margin-bottom: 0.35rem;
}

.price-box {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.price-box strong {
  font-size: 1.625rem;
  line-height: 1;
  color: var(--text);
}

.price-box span {
  font-size: 0.875rem;
  color: var(--muted);
}

/* Sections */
section {
  padding: 3rem 0;
  border-top: 1px solid var(--border);
}

section:not(#hero-atf) {
  content-visibility: auto;
  contain-intrinsic-size: auto 480px;
}

.preview-band {
  background: linear-gradient(90deg, rgba(14, 165, 233, 0.14), rgba(56, 189, 248, 0.07));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
}

.preview-band h2 {
  margin-bottom: 0.5rem;
}

.preview-band p {
  margin: 0 0 1rem;
  color: var(--muted);
  max-width: 60ch;
}

section h2 {
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}

.section-lead {
  color: var(--muted);
  margin: 0 0 2rem;
  max-width: 52ch;
}

.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 700px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  background: linear-gradient(180deg, var(--surface), var(--surface-soft));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: border-color 0.15s ease;
}
.card:hover {
  border-color: rgba(56, 189, 248, 0.35);
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
}

.card p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--muted);
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 800px) {
  .split-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.list {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.9375rem;
}

.list li {
  margin-bottom: 0.45rem;
}

.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 860px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.step,
a.step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.3rem;
}

.step span {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.3rem;
  font-weight: 700;
}

.step h3 {
  margin: 0.15rem 0 0.5rem;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9375rem;
}

.trust-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 860px) {
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.faq-item,
a.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(18, 27, 46, 0.7);
  padding: 1.2rem 1.25rem;
}

.faq-item h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9375rem;
}

/* CTA band */
.cta-band {
  background: linear-gradient(90deg, rgba(14, 165, 233, 0.15), rgba(56, 189, 248, 0.08));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.75rem;
  text-align: center;
}

.cta-band h2 {
  margin: 0 0 0.5rem;
}

.cta-band p {
  margin: 0 auto 1.25rem;
  color: var(--muted);
  max-width: 48ch;
}

.micro-copy {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  color: var(--muted);
}

.section-cta {
  margin: 1.25rem 0 0;
}

/* Footer */
footer {
  border-top: 1px solid var(--border);
  padding: 2rem 0 2.5rem;
  color: var(--muted);
  font-size: 0.875rem;
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

footer strong {
  color: var(--text);
}

footer address {
  font-style: normal;
  line-height: 1.7;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

/* Legal pages */
.legal {
  padding: 3rem 0 4rem;
  max-width: 720px;
  margin: 0 auto;
}
.legal h1 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.legal .meta {
  color: var(--muted);
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.legal h2 {
  font-size: 1.125rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.legal p,
.legal li {
  color: var(--muted);
  font-size: 0.9375rem;
}
.legal ul {
  padding-left: 1.25rem;
}

.risk-alert,
a.risk-alert {
  background: linear-gradient(135deg, #7f1d1d 0%, #991b1b 45%, #b91c1c 100%);
  border: 1px solid rgba(252, 165, 165, 0.55);
  border-radius: calc(var(--radius) + 2px);
  padding: 1.5rem 1.65rem;
  box-shadow: 0 16px 48px rgba(220, 38, 38, 0.2);
}
.risk-alert-eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fecaca;
}
.risk-alert-value {
  margin: 0.5rem 0 0.35rem;
  font-size: clamp(1.65rem, 4vw, 2.1rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.1;
}
.risk-alert-sub {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fee2e2;
  opacity: 0.95;
}
.roi-card,
a.roi-card {
  background: linear-gradient(135deg, #14532d 0%, #166534 50%, #15803d 100%);
  border: 1px solid rgba(134, 239, 172, 0.55);
  border-radius: calc(var(--radius) + 2px);
  padding: 1.5rem 1.65rem;
  box-shadow: 0 16px 48px rgba(34, 197, 94, 0.16);
}
.roi-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #bbf7d0;
}
.roi-value {
  margin: 0.55rem 0 0.4rem;
  font-size: clamp(1.85rem, 4.5vw, 2.45rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.roi-note {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #dcfce7;
}

/* VSL / story (#story) â€” conversion card inspired by modern hero+media patterns */
.ka-vsl-card {
  max-width: 880px;
  margin: 0 auto;
  padding: 2rem 1.75rem;
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid rgba(56, 189, 248, 0.25);
  background: linear-gradient(145deg, rgba(18, 27, 46, 0.95), rgba(11, 18, 32, 0.98));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}
.ka-vsl-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}
.ka-vsl-card h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  line-height: 1.2;
}
.ka-vsl-lead {
  margin: 0 0 1.25rem !important;
  max-width: 56ch;
}
.ka-vsl-checklist {
  margin: 0 0 1.5rem;
  padding-left: 1.2rem;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.65;
}
.ka-vsl-checklist li {
  margin-bottom: 0.4rem;
}
.ka-vsl-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.25rem;
}
.ka-vsl-placeholder {
  border: 1px dashed rgba(148, 163, 184, 0.35);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
  background: rgba(15, 23, 42, 0.5);
}
.ka-vsl-placeholder-title {
  margin: 0 0 0.5rem;
  font-weight: 600;
  color: var(--text);
  font-size: 1rem;
}
.muted {
  margin: 0;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.6;
}
