/* ========================================================
   SEO PAGES STYLESHEET - verandaglasprijs.nl
   Voor regio-, projecten-, gids- en blog-pagina's
   On-brand: navy + sky-blue + Inter Tight + Cormorant
   ======================================================== */

/* ── BASIS ── */
.seo-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 24px;
  font-family: 'Inter Tight', sans-serif;
  color: #0F2A4A;
  line-height: 1.65;
}
.seo-wrap h1, .seo-wrap h2, .seo-wrap h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  color: #0F2A4A;
  letter-spacing: -0.01em;
}
.seo-wrap h1 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.1;
  margin: 0 0 16px;
}
.seo-wrap h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  margin: 56px 0 16px;
  line-height: 1.2;
}
.seo-wrap h3 {
  font-size: clamp(20px, 2.5vw, 26px);
  margin: 32px 0 12px;
  font-weight: 600;
}
.seo-wrap p {
  font-size: 17px;
  margin: 0 0 18px;
  color: #1F2937;
}
.seo-wrap a {
  color: #1F4870;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.seo-wrap a:hover { color: #5BA8E8; }

/* ── BREADCRUMBS ── */
.seo-breadcrumb {
  font-size: 13px;
  color: #5C6B82;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.seo-breadcrumb a {
  color: #5C6B82;
  text-decoration: none;
}
.seo-breadcrumb a:hover { color: #5BA8E8; }
.seo-breadcrumb-sep { color: #C8D1DE; }
.seo-breadcrumb [aria-current="page"] { color: #0F2A4A; font-weight: 500; }

/* ── HERO BLOK ── */
.seo-hero {
  background: linear-gradient(135deg, #F4F8FC 0%, #E8F0F8 100%);
  border-radius: 20px;
  padding: 48px 40px;
  margin-bottom: 48px;
  border: 1px solid rgba(91,168,232,0.2);
}
.seo-hero-eyebrow {
  display: inline-block;
  background: rgba(91,168,232,0.15);
  color: #1F4870;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.seo-hero h1 { margin-bottom: 16px; }
.seo-hero-lead {
  font-size: 19px;
  color: #1F2937;
  max-width: 720px;
  line-height: 1.55;
}
.seo-hero-cta {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.seo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s;
}
.seo-btn-primary {
  background: #0F2A4A;
  color: white;
}
.seo-btn-primary:hover { background: #1F4870; color: white; }
.seo-btn-secondary {
  background: white;
  color: #0F2A4A;
  border: 1.5px solid #C8D1DE;
}
.seo-btn-secondary:hover { border-color: #5BA8E8; color: #5BA8E8; }

/* ── PRICE TABLE ── */
.price-table {
  background: white;
  border-radius: 16px;
  border: 1px solid #E8EEF5;
  padding: 28px;
  margin: 32px 0;
  overflow-x: auto;
}
.price-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.price-table th {
  text-align: left;
  padding: 14px 16px;
  background: #F4F8FC;
  color: #0F2A4A;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #E8EEF5;
}
.price-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #F0F2F5;
  color: #1F2937;
}
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:hover { background: #FAFBFD; }
.price-table .price-cell {
  font-weight: 600;
  color: #0F2A4A;
  font-size: 18px;
  white-space: nowrap;
}

/* ── INFO CARDS GRID ── */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 32px 0;
}
.info-card {
  background: white;
  border: 1px solid #E8EEF5;
  border-radius: 14px;
  padding: 24px;
}
.info-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(91,168,232,0.12);
  color: #1F4870;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.info-card-icon svg { width: 22px; height: 22px; }
.info-card h4 {
  font-size: 17px;
  font-weight: 600;
  color: #0F2A4A;
  margin: 0 0 6px;
  font-family: 'Inter Tight', sans-serif;
}
.info-card p {
  font-size: 14.5px;
  margin: 0;
  color: #5C6B82;
  line-height: 1.5;
}

/* ── PROJECT GRID ── */
.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin: 32px 0;
}
.project-card {
  background: white;
  border: 1px solid #E8EEF5;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: all 0.25s;
}
.project-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(15,42,74,0.08);
  border-color: #5BA8E8;
}
.project-card-img {
  width: 100%;
  height: 240px;
  background: linear-gradient(135deg, #E8F0F8 0%, #C8DAEA 100%);
  display: block;
}
.project-card-body { padding: 24px; }
.project-card-meta {
  font-size: 12px;
  color: #5BA8E8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.project-card h3 {
  font-size: 22px;
  font-weight: 500;
  color: #0F2A4A;
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', serif;
}
.project-card p {
  font-size: 14.5px;
  color: #5C6B82;
  margin: 0;
  line-height: 1.55;
}
.project-card-stats {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #F0F2F5;
}
.project-card-stat {
  flex: 1;
}
.project-card-stat strong {
  display: block;
  color: #0F2A4A;
  font-size: 16px;
  font-weight: 600;
}
.project-card-stat span {
  font-size: 11.5px;
  color: #5C6B82;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* ── FAQ ── */
.faq-item-seo {
  background: white;
  border: 1px solid #E8EEF5;
  border-radius: 12px;
  padding: 22px 26px;
  margin-bottom: 12px;
}
.faq-item-seo h4 {
  font-size: 17px;
  font-weight: 600;
  color: #0F2A4A;
  margin: 0 0 10px;
  font-family: 'Inter Tight', sans-serif;
}
.faq-item-seo p {
  font-size: 15px;
  color: #1F2937;
  margin: 0;
  line-height: 1.6;
}

/* ── COMPARE BLOCK ── */
.compare-block {
  background: white;
  border-radius: 16px;
  border: 1px solid #E8EEF5;
  padding: 32px;
  margin: 32px 0;
}
.compare-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.compare-col-block {
  border-radius: 12px;
  padding: 24px;
}
.compare-col-block.market {
  background: #FAFBFD;
  border: 1px solid #E8EEF5;
}
.compare-col-block.us {
  background: linear-gradient(135deg, #F0F8FF 0%, #E6F2FB 100%);
  border: 2px solid #5BA8E8;
  position: relative;
}
.us-badge {
  position: absolute;
  top: -10px;
  right: 16px;
  background: #5BA8E8;
  color: white;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.compare-col-name {
  font-size: 13px;
  font-weight: 600;
  color: #5C6B82;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.compare-col-block.us .compare-col-name { color: #0F2A4A; }
.compare-col-price {
  font-size: 32px;
  font-weight: 700;
  color: #5C6B82;
  line-height: 1;
  margin-bottom: 4px;
  font-family: 'Inter Tight', sans-serif;
}
.compare-col-block.us .compare-col-price { color: #0F2A4A; }
.compare-col-suffix {
  font-size: 13px;
  color: #5C6B82;
  margin-bottom: 16px;
}
.compare-line-seo {
  font-size: 14px;
  padding: 6px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.compare-line-seo .x { color: #C44; flex-shrink: 0; font-weight: 700; width: 16px; }
.compare-line-seo .v { color: #2D7A0F; flex-shrink: 0; font-weight: 700; width: 16px; }

/* ── TRUST ROW ── */
.trust-row-seo {
  background: white;
  border-radius: 14px;
  padding: 28px;
  border: 1px solid #E8EEF5;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 20px;
  margin: 32px 0;
}
.trust-cell-seo {
  text-align: center;
  border-right: 1px solid #F0F2F5;
}
.trust-cell-seo:last-child { border-right: none; }
.trust-num-seo {
  font-size: 30px;
  font-weight: 600;
  color: #0F2A4A;
  line-height: 1;
  margin-bottom: 6px;
  font-family: 'Inter Tight', sans-serif;
}
.trust-label-seo {
  font-size: 11.5px;
  color: #5C6B82;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

/* ── CTA BLOCK ── */
.cta-block {
  background: linear-gradient(135deg, #0F2A4A 0%, #1F4870 100%);
  border-radius: 18px;
  padding: 44px;
  margin: 48px 0;
  color: white;
  text-align: center;
}
.cta-block h3 {
  color: white;
  font-size: 30px;
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
}
.cta-block p {
  color: #A8D0F0;
  font-size: 16px;
  margin: 0 0 24px;
}
.cta-block .seo-btn-primary {
  background: #5BA8E8;
  color: #0F2A4A;
}
.cta-block .seo-btn-primary:hover { background: white; }
.cta-block .seo-btn-secondary {
  background: transparent;
  color: white;
  border-color: rgba(168,208,240,0.4);
}
.cta-block .seo-btn-secondary:hover {
  border-color: white;
  color: white;
}

/* ── INTERNAL LINK CARDS ── */
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin: 32px 0;
}
.related-card {
  background: white;
  border: 1px solid #E8EEF5;
  border-radius: 12px;
  padding: 20px 24px;
  text-decoration: none;
  display: block;
  transition: all 0.2s;
}
.related-card:hover {
  border-color: #5BA8E8;
  background: #FAFBFD;
}
.related-card h5 {
  font-size: 15px;
  color: #0F2A4A;
  font-weight: 600;
  margin: 0 0 4px;
  font-family: 'Inter Tight', sans-serif;
}
.related-card p {
  font-size: 13px;
  color: #5C6B82;
  margin: 0;
}
.related-card-arrow {
  display: inline-block;
  margin-top: 6px;
  color: #5BA8E8;
  font-size: 13px;
  font-weight: 600;
}

/* ── PROJECT DETAIL HERO ── */
.project-hero {
  background: linear-gradient(135deg, #E8F0F8 0%, #C8DAEA 100%);
  border-radius: 20px;
  padding: 0;
  margin-bottom: 48px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  min-height: 360px;
}
.project-hero-img {
  background: linear-gradient(135deg, #B8C9E0 0%, #8FAACE 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-hero-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-hero h1 { margin-top: 12px; font-size: clamp(28px, 4vw, 42px); }
.project-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}
.project-meta-item strong {
  display: block;
  color: #0F2A4A;
  font-weight: 600;
  font-size: 16px;
}
.project-meta-item span {
  font-size: 12px;
  color: #5C6B82;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

@media (max-width: 720px) {
  .seo-wrap { padding: 32px 16px; }
  .seo-hero { padding: 28px 20px; }
  .compare-cols { grid-template-columns: 1fr; }
  .project-hero { grid-template-columns: 1fr; }
  .project-hero-img { min-height: 280px; }
  .trust-cell-seo { border-right: none; border-bottom: 1px solid #F0F2F5; padding-bottom: 16px; }
  .trust-cell-seo:last-child { border-bottom: none; }
}

/* ── REGIO-MAP ── */
.regio-map {
  background: linear-gradient(135deg, #E8F0F8 0%, #D2E2F0 100%);
  border-radius: 16px;
  padding: 0;
  height: 320px;
  position: relative;
  overflow: hidden;
  margin: 32px 0;
}
.regio-map svg {
  width: 100%;
  height: 100%;
  display: block;
}
