/* ── BREADCRUMB ── */
.breadcrumb {
  margin-top: 72px; padding: 0.75rem 2.5rem;
  background: var(--cream); border-bottom: 1px solid var(--border);
  font-family: 'DM Mono', monospace; font-size: 0.68rem;
  color: var(--muted); display: flex; gap: 0.5rem; align-items: center;
}
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb-sep { opacity: 0.4; }

/* ── HERO ── */
.hero {
  padding: 5rem 2.5rem;
  background: linear-gradient(135deg, #f0ebe0 0%, #ede8df 60%, #e8e0d5 100%);
  border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(214,207,195,0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(214,207,195,0.3) 1px, transparent 1px);
  background-size: 55px 55px; pointer-events: none;
}
.hero-inner { max-width: 860px; margin: 0 auto; position: relative; z-index: 2; }
.platform-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: 'DM Mono', monospace; font-size: 0.7rem; font-weight: 500;
  color: var(--accent); background: rgba(212,80,10,0.08);
  border: 1px solid rgba(212,80,10,0.25); border-radius: 2px;
  padding: 0.3rem 0.75rem; letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 1.5rem; animation: fadeUp 0.5s 0.1s ease both;
}
.hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.1; letter-spacing: -0.02em; color: var(--ink);
  margin-bottom: 1.5rem; animation: fadeUp 0.5s 0.2s ease both;
}
.hero h1 em { font-style: italic; color: var(--accent); }
.hero-sub {
  font-size: 1.05rem; color: var(--muted); line-height: 1.75;
  max-width: 640px; margin-bottom: 2.5rem;
  animation: fadeUp 0.5s 0.3s ease both;
}
.hero-sub strong { color: var(--ink); font-weight: 600; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; animation: fadeUp 0.5s 0.4s ease both; }

/* ── STATS BAR ── */
.stats-bar { background: var(--ink); color: var(--paper); padding: 2.5rem 2.5rem; }
.stats-inner { max-width: 860px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat { text-align: center; }
.stat-num { font-family: 'DM Serif Display', serif; font-size: 2.4rem; letter-spacing: -0.03em; color: var(--accent-light); line-height: 1; margin-bottom: 0.4rem; }
.stat-label { font-size: 0.8rem; color: rgba(245,241,234,0.55); line-height: 1.4; }

/* ── SECTIONS ── */
.section { padding: 5.5rem 2.5rem; }
.section-inner { max-width: 860px; margin: 0 auto; }
.section-label { font-family: 'DM Mono', monospace; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.85rem; }
.section-title { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 1.25rem; }
.section-title em { font-style: italic; color: var(--accent); }
.section-sub { font-size: 1rem; color: var(--muted); line-height: 1.75; max-width: 640px; margin-bottom: 2.5rem; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.body-text p { font-size: 0.95rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.25rem; }
.body-text p strong { color: var(--ink); }
.check-item { display: flex; gap: 0.75rem; align-items: flex-start; font-size: 0.88rem; line-height: 1.5; margin-bottom: 0.65rem; }
.check-item::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; font-family: 'DM Mono', monospace; }

/* ── SOURCES TABLE (Scannet, Smartweb) ── */
.sources-section { background: var(--ink); color: var(--paper); }
.sources-section .section-label { color: rgba(245,241,234,0.4); }
.sources-section .section-title { color: var(--paper); }
.sources-section .section-sub { color: rgba(245,241,234,0.6); }
.sources-table { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(245,241,234,0.08); border: 1px solid rgba(245,241,234,0.08); border-radius: 6px; overflow: hidden; margin-top: 2.5rem; }
.source-col { background: #1a1815; padding: 1.75rem; }
.source-col-title { font-family: 'DM Mono', monospace; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 1.25rem; }
.source-tag { display: inline-block; font-family: 'DM Mono', monospace; font-size: 0.72rem; background: rgba(212,80,10,0.15); color: var(--accent-light); border: 1px solid rgba(212,80,10,0.25); border-radius: 2px; padding: 0.22rem 0.55rem; margin: 0.2rem 0.2rem 0.2rem 0; letter-spacing: 0.03em; }
.source-tag.neutral { background: rgba(245,241,234,0.06); color: rgba(245,241,234,0.6); border-color: rgba(245,241,234,0.1); }

/* ── FORMAT MATRIX (Smartweb) ── */
.format-matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.format-group { }
.format-group-title { font-family: 'DM Mono', monospace; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,241,234,0.5); margin-bottom: 0.85rem; padding-bottom: 0.5rem; border-bottom: 1px solid rgba(245,241,234,0.15); }
.format-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.83rem; color: var(--paper); margin-bottom: 0.4rem; }
.format-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.format-note { font-size: 0.75rem; color: rgba(245,241,234,0.5); font-style: italic; margin-top: 0.75rem; }

/* ── DEEP DIVE (Smartweb) ── */
.deepdive { background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.deepdive-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5px; background: var(--border); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin-top: 2.5rem; }
.deepdive-card { background: var(--white); padding: 1.75rem; transition: background 0.2s; }
.deepdive-card:hover { background: var(--paper); }
.deepdive-card-icon { font-size: 1.4rem; margin-bottom: 0.75rem; }
.deepdive-card h3 { font-size: 0.92rem; font-weight: 600; margin-bottom: 0.4rem; }
.deepdive-card p { font-size: 0.81rem; color: var(--muted); line-height: 1.65; }

/* ── PROBLEM ── */
.problem-section { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.problem { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.problem-list { display: flex; flex-direction: column; gap: 1.25rem; }
.problem-item { display: flex; gap: 1rem; align-items: flex-start; }
.problem-icon { width: 36px; height: 36px; flex-shrink: 0; background: rgba(176,48,48,0.08); border: 1px solid rgba(176,48,48,0.2); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.problem-text strong { display: block; font-size: 0.9rem; font-weight: 600; margin-bottom: 0.2rem; }
.problem-text p { font-size: 0.83rem; color: var(--muted); line-height: 1.6; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.problem-right h2 { font-family: 'DM Serif Display', serif; font-size: clamp(1.6rem, 2.5vw, 2.2rem); letter-spacing: -0.02em; margin-bottom: 1rem; }
.problem-right h2 em { font-style: italic; color: var(--accent); }
.problem-right p { font-size: 0.95rem; color: var(--muted); line-height: 1.75; margin-bottom: 1rem; }
.solution-card { background: var(--ink); color: var(--paper); border-radius: 8px; padding: 2rem; position: sticky; top: 100px; }
.solution-card-label { font-family: 'DM Mono', monospace; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,241,234,0.4); margin-bottom: 1.5rem; }
.solution-step { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(245,241,234,0.08); }
.solution-step:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.step-num { font-family: 'DM Mono', monospace; font-size: 0.65rem; color: var(--accent-light); background: rgba(212,80,10,0.15); border: 1px solid rgba(212,80,10,0.25); padding: 0.25rem 0.5rem; border-radius: 3px; flex-shrink: 0; }
.step-body strong { display: block; font-size: 0.88rem; font-weight: 600; color: var(--paper); margin-bottom: 0.2rem; }
.step-body span { font-size: 0.78rem; color: rgba(245,241,234,0.5); line-height: 1.5; }

/* ── SOLUTION SECTION (Wannafind) ── */
.solution { background: var(--paper); }
.solution-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: start; }
.solution-text p { font-size: 0.95rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.25rem; }
.solution-text p strong { color: var(--ink); font-weight: 600; }
.solution-checklist { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.5rem; }

/* ── DATA SOURCES (DanDomain) ── */
.sources { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.sources-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.sources-text p { font-size: 0.95rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.25rem; }
.sources-text p strong { color: var(--ink); }
.sources-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.source-group-title { font-family: 'DM Mono', monospace; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.85rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border); }
.source-list { display: flex; flex-direction: column; gap: 0.5rem; }
.source-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.83rem; color: var(--ink); }
.source-item::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.source-note { font-size: 0.78rem; color: var(--muted); font-style: italic; margin-top: 0.75rem; }

/* ── FILETYPES BAR (DanDomain) ── */
.filetypes-bar { background: var(--ink); padding: 3rem 2.5rem; }
.filetypes-inner { max-width: 860px; margin: 0 auto; }
.filetypes-label { font-family: 'DM Mono', monospace; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,241,234,0.4); margin-bottom: 1.5rem; }
.filetypes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1px; background: rgba(245,241,234,0.08); border: 1px solid rgba(245,241,234,0.08); border-radius: 6px; overflow: hidden; }
.filetype-card { background: #1a1815; padding: 1.25rem 1.5rem; }
.filetype-card:hover { background: #211e1a; }
.filetype-ext { font-family: 'DM Mono', monospace; font-size: 0.95rem; font-weight: 500; color: var(--accent-light); margin-bottom: 0.3rem; }
.filetype-name { font-size: 0.78rem; color: rgba(245,241,234,0.5); }

/* ── FEATURES ── */
.features-section { background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.features { background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5px; background: var(--border); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin-top: 3rem; }
.feature-card { background: var(--white); padding: 1.75rem; transition: background 0.2s; }
.feature-card:hover { background: var(--paper); }
.feature-icon { width: 40px; height: 40px; border-radius: 4px; background: rgba(212,80,10,0.08); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 0.85rem; }
.feature-card h3 { font-size: 0.92rem; font-weight: 600; margin-bottom: 0.4rem; }
.feature-card p { font-size: 0.81rem; color: var(--muted); line-height: 1.65; }

/* ── TIME SAVINGS ── */
.timesavings-section { background: var(--paper); }
.timesavings { background: var(--white); }
.timesavings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.timesavings-text p { font-size: 0.95rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.25rem; }
.timesavings-text p strong { color: var(--ink); }
.time-block { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: 1.5rem; }
.time-block-label { font-family: 'DM Mono', monospace; font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.time-row { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 0; border-bottom: 1px solid var(--border); font-size: 0.83rem; gap: 0.5rem; }
.time-row:last-child { border-bottom: none; }
.time-row .before, .before { color: var(--red); font-weight: 500; white-space: nowrap; }
.time-row .after, .after { color: var(--green); font-weight: 600; white-space: nowrap; }
.time-row .task, .task { color: var(--muted); flex: 1; }
.highlight-box { background: rgba(212,80,10,0.06); border: 1px solid rgba(212,80,10,0.2); border-radius: 6px; padding: 1.25rem 1.5rem; margin-top: 1.5rem; }
.highlight-box p { font-size: 0.88rem; color: var(--ink); line-height: 1.65; margin: 0; }
.highlight-box strong { color: var(--accent); }

/* ── FAQ ── */
.faq-section { background: var(--white); border-top: 1px solid var(--border); }
.faq { background: var(--paper); }
.faq-list { margin-top: 2.5rem; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.faq-item { background: var(--white); border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; padding: 1.25rem 1.5rem; text-align: left; display: flex; justify-content: space-between; align-items: center; font-family: 'Instrument Sans', sans-serif; font-size: 0.92rem; font-weight: 600; color: var(--ink); transition: background 0.15s; }
.faq-q:hover { background: var(--cream); }
.faq-q .arrow { color: var(--muted); transition: transform 0.25s; flex-shrink: 0; margin-left: 1rem; }
.faq-item.open .faq-q .arrow { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 1.5rem 1.25rem; font-size: 0.88rem; color: var(--muted); line-height: 1.75; }
.faq-item.open .faq-a { display: block; }

/* ── CONTACT ── */
.contact-cta { background: var(--ink); color: var(--paper); padding: 5rem 2.5rem; }
.contact-cta-inner { max-width: 860px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: start; }
.contact-cta h2 { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -0.02em; color: var(--paper); margin-bottom: 1rem; }
.contact-cta h2 em { font-style: italic; color: var(--accent-light); }
.contact-cta p { font-size: 0.92rem; color: rgba(245,241,234,0.6); line-height: 1.75; margin-bottom: 2rem; }
.contact-facts { display: flex; flex-direction: column; gap: 0.85rem; }
.contact-fact { display: flex; gap: 0.75rem; align-items: center; font-size: 0.83rem; color: rgba(245,241,234,0.7); }
.contact-fact::before { content: '→'; color: var(--accent-light); font-family: 'DM Mono', monospace; flex-shrink: 0; }
.contact-form-card { background: var(--white); border-radius: 8px; padding: 2rem; }
.form-label-mono { font-family: 'DM Mono', monospace; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.25rem; display: block; }

/* ── OTHER PLATFORMS ── */
.other-platforms { background: var(--cream); border-top: 1px solid var(--border); padding: 3rem 2.5rem; }
.other-platforms-inner { max-width: 860px; margin: 0 auto; }
.other-platforms h3 { font-family: 'DM Mono', monospace; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.25rem; }
.platform-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.platform-link { font-size: 0.85rem; font-weight: 500; color: var(--ink); text-decoration: none; padding: 0.5rem 1rem; border: 1.5px solid var(--border); border-radius: 4px; background: var(--white); transition: all 0.2s; }
.platform-link:hover { border-color: var(--accent); color: var(--accent); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .breadcrumb { padding: 0.75rem 1.25rem; }
  .hero { padding: 3.5rem 1.25rem; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .section { padding: 3.5rem 1.25rem; }
  .two-col, .sources-table, .contact-cta-inner, .problem-grid, .solution-grid,
  .timesavings-grid, .sources-grid, .format-matrix { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-secondary { justify-content: center; }
  .other-platforms { padding: 2.5rem 1.25rem; }
  .filetypes-bar { padding: 2.5rem 1.25rem; }
  .sources-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .stat-num { font-size: 1.9rem; }
}
