﻿:root {
  --ink: #15202b;
  --muted: #607080;
  --line: #d8e2ea;
  --paper: #ffffff;
  --mist: #eef6f8;
  --blue: #147c88;
  --blue-dark: #07525c;
  --green: #2d7d5a;
  --brick: #bd5b45;
  --gold: #c79536;
  --shadow: 0 18px 55px rgba(14, 42, 58, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 12px clamp(18px, 4vw, 54px); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(216,226,234,.85); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo { width: clamp(56px, 6vw, 72px); height: clamp(56px, 6vw, 72px); object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.12)); }
.vrn-brand-logo {
  width: clamp(48px, 5vw, 64px);
  height: clamp(58px, 6vw, 74px);
  border-radius: 7px;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: clamp(56px, 6vw, 72px);
  height: clamp(56px, 6vw, 72px);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--green));
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(7,82,92,.22);
}
.brand-text { display: grid; gap: 2px; line-height: 1.1; }
.brand-text strong { color: var(--ink); font-size: clamp(17px, 1.7vw, 23px); font-weight: 800; white-space: nowrap; }
.brand-text small { color: var(--muted); font-size: 12px; font-weight: 700; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { padding: 10px 12px; border-radius: 6px; color: #2c3e4c; font-weight: 700; font-size: 14px; }
.site-nav a:hover { background: var(--mist); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); }
.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; padding: 136px clamp(18px, 5vw, 72px) 72px; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: center center;
}
.ventilation-hero .hero-image { object-position: center center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.84) 43%, rgba(255,255,255,.18) 76%), linear-gradient(0deg, rgba(8,77,104,.28), rgba(8,77,104,0)); }
.hero-content { position: relative; max-width: 720px; }
.eyebrow { margin: 0 0 12px; color: var(--blue-dark); font-size: 13px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 700px; font-size: clamp(42px, 6.5vw, 78px); line-height: .99; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.06; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 20px; }
.hero-copy { max-width: 640px; margin: 24px 0 0; color: #35495a; font-size: 19px; line-height: 1.65; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border: 0; border-radius: 7px; font: inherit; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(15,109,143,.24); }
.button.primary:hover { background: var(--blue-dark); }
.button.secondary { color: var(--blue-dark); background: #fff; border: 1px solid var(--line); }
.button.full { width: 100%; }
.trust-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; max-width: 760px; margin: 36px 0 0; }
.trust-strip div { padding: 18px; border: 1px solid rgba(216,226,234,.9); border-radius: 8px; background: rgba(255,255,255,.8); box-shadow: 0 12px 32px rgba(12,49,68,.08); }
.trust-strip dt { color: var(--brick); font-size: 26px; font-weight: 800; }
.trust-strip dd { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.section, .section-band, .quote-section, .area-section, .contact-section { padding: 88px clamp(18px, 5vw, 72px); }
.section-inner { width: min(1160px, 100%); margin: 0 auto; }
.two-column, .quote-layout, .area-layout, .contact-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(28px, 6vw, 76px); align-items: center; }
.section-band { background: var(--mist); }
.section-inner p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading { max-width: 690px; margin-bottom: 34px; }
.service-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.service-card, .steps article, .contact-card, .request-form { border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(14,42,58,.07); }
.service-card { min-height: 260px; padding: 24px; }
.service-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 34px; border-radius: 8px; color: var(--blue-dark); font-weight: 800; background: #e4f3f5; }
.service-card p, .steps p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.brand-proof-section {
  padding: 76px clamp(18px, 5vw, 72px);
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.brand-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.brand-proof-layout p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.brand-proof-card {
  display: grid;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(14,42,58,.1);
}
.brand-proof-card img {
  width: 100%;
  min-height: 170px;
  object-fit: cover;
}
.brand-proof-card figcaption {
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.45;
}
.quote-section { background: #f7fbfb; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quality-list { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.quality-list li { padding: 14px 16px; border-left: 4px solid var(--gold); border-radius: 7px; color: #263948; background: #fff; font-weight: 800; box-shadow: 0 8px 22px rgba(14,42,58,.06); }
.request-form { display: grid; gap: 14px; padding: clamp(20px, 4vw, 30px); }
.request-stack {
  display: grid;
  gap: 16px;
}
.appointment-first {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid rgba(20,124,136,.35);
  border-radius: 8px;
  background: linear-gradient(135deg, #f0fbfb, #f8fff1);
  box-shadow: 0 14px 36px rgba(20,124,136,.11);
}
.appointment-first h3 {
  margin: 0;
  font-size: 24px;
}
.appointment-first p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.appointment-first small {
  color: var(--blue-dark);
  font-weight: 800;
  text-align: center;
}
.form-row { display: grid; gap: 14px; }
.two-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.request-form label { display: grid; gap: 7px; color: #253746; font-size: 14px; font-weight: 800; }
.request-form input, .request-form select, .request-form textarea { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: #fff; font: inherit; font-weight: 500; }
.request-form textarea { min-height: 112px; padding-top: 12px; resize: vertical; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { outline: 3px solid rgba(15,109,143,.16); border-color: var(--blue); }
.estimate-result { margin: 0; padding: 16px; border-radius: 7px; color: var(--blue-dark) !important; background: #e7f5f7; font-weight: 800; }
.form-note { margin: 0 !important; text-align: center; font-size: 14px !important; }
.form-note a { color: var(--blue-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.steps article { padding: 24px; }
.steps span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 22px; border-radius: 50%; color: #fff; background: var(--green); font-weight: 800; }
.area-section { color: #fff; background: linear-gradient(135deg, #0f4154, #1f7258); }
.area-section .eyebrow, .area-section p { color: rgba(255,255,255,.82); }
.area-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.area-list li { padding: 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.08); font-weight: 800; }
.contact-section { background: #fbfcfc; }
.contact-card { display: grid; gap: 14px; padding: 26px; }
.contact-link { display: block; padding: 16px; border: 1px solid var(--line); border-radius: 7px; color: var(--blue-dark); background: var(--mist); font-weight: 800; }
.form-success,
.form-error {
  margin: 0;
  padding: 14px 16px;
  border-radius: 7px;
  font-weight: 800;
}
.form-success {
  color: #1f5f43;
  background: #eaf6ed;
}
.form-error {
  color: #8f2d22;
  background: #fff1ef;
}
.whatsapp-float {
  position: fixed;
  z-index: 30;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 7px;
  color: #fff;
  background: #25d366;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(37,211,102,.28);
}
.site-footer { display: flex; justify-content: space-between; gap: 18px; padding: 28px clamp(18px, 5vw, 72px); color: #5d6b76; border-top: 1px solid var(--line); font-size: 14px; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--blue-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.seo-page {
  padding-top: 78px;
}
.seo-hero {
  padding: 96px clamp(18px, 5vw, 72px);
  background: var(--mist);
}
.content-grid,
.review-grid,
.before-after-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.seo-card,
.review-grid article,
.before-after-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(14,42,58,.07);
}
.seo-card h2,
.review-grid h2,
.before-after-card h2 {
  margin-bottom: 14px;
  font-size: 24px;
}
.seo-card p,
.review-grid p,
.before-after-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.review-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.review-summary article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
}
.review-summary strong {
  display: block;
  color: var(--blue-dark);
  font-size: 42px;
  line-height: 1;
}
.review-summary span,
.before-after-card span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--green);
  background: #eaf6ed;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.network-section {
  background: #fff;
  border-top: 1px solid var(--line);
}
.network-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.network-card {
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(14,42,58,.07);
}
.network-card span {
  justify-self: start;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--blue-dark);
  background: #e4f3f5;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.network-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
@media (max-width: 900px) {
  .site-nav { position: absolute; top: 78px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero { min-height: 690px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.74)); }
  .two-column, .quote-layout, .area-layout, .contact-layout, .steps { grid-template-columns: 1fr; }
  .brand-proof-layout { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .content-grid,
  .review-grid,
  .before-after-grid,
  .review-summary,
  .network-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .brand-text small { display: none; }
  .brand-text strong { font-size: 16px; }
  .site-header { min-height: 72px; padding: 10px 16px; }
  .brand-logo { width: 56px; height: 56px; }
  .site-nav { top: 72px; }
  .hero { min-height: 750px; padding: 116px 18px 48px; }
  .hero-image { object-position: 62% center; }
  .hero-copy { font-size: 17px; }
  .trust-strip, .service-grid, .area-list, .two-fields { grid-template-columns: 1fr; }
  .trust-strip div { padding: 14px; }
  .section, .section-band, .quote-section, .area-section, .contact-section { padding: 64px 18px; }
  .brand-proof-section { padding: 56px 18px; }
  .site-footer { flex-direction: column; }
}
@media (max-width: 390px) {
  .brand-text strong { font-size: 14px; }
  .brand-logo { width: 50px; height: 50px; }
  h1 { font-size: 38px; }
}



.why-section {
  background: #fbfcfc;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.why-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(14,42,58,.07);
}
.why-card span {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--green);
  background: #eaf6ed;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.why-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
@media (max-width: 900px) {
  .why-grid { grid-template-columns: 1fr; }
}

.skyline-panel {
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.skyline-panel img {
  width: 100%;
  height: clamp(240px, 34vw, 430px);
  object-fit: cover;
  object-position: center center;
}
.skyline-panel p {
  margin: 0;
  padding: 14px 16px 16px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  font-weight: 800;
}

.hero-checklist {
  display: grid;
  gap: 10px;
  max-width: 650px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.hero-checklist li {
  position: relative;
  padding-left: 26px;
  color: #253746;
  font-size: 16px;
  font-weight: 800;
}
.hero-checklist li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 800;
}

.why-grid.expanded { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 900px) { .why-grid.expanded { grid-template-columns: 1fr; } }


.seo-section {
  background: #ffffff;
  border-top: 1px solid var(--line);
}
.seo-content {
  max-width: 900px;
}
.seo-content h2 {
  margin-bottom: 18px;
}
.seo-content p:not(.eyebrow) {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.seo-content p:last-child {
  margin-bottom: 0;
}

.faq-section {
  background: #fbfcfc;
  border-top: 1px solid var(--line);
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.faq-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(14,42,58,.07);
}
.faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
@media (max-width: 900px) {
  .faq-grid { grid-template-columns: 1fr; }
  .faq-grid article { min-height: 0; }
}

.contact-details {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}
.contact-details p {
  display: grid;
  gap: 4px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.contact-details strong {
  color: var(--ink);
  font-size: 13px;
  text-transform: uppercase;
}

.project-section {
  background: #f7fbfb;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.visual-explain-section {
  background: #fff;
}
.visual-explain-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(14,42,58,.1);
}
.visual-explain-card img {
  width: 100%;
  max-height: 680px;
  object-fit: contain;
  background: #d7eef2;
}
.project-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 16px;
  align-items: stretch;
}
.project-card {
  display: grid;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(14,42,58,.07);
}
.project-card picture,
.project-card img {
  width: 100%;
  height: 100%;
}
.project-card img {
  min-height: 340px;
  object-fit: cover;
  object-position: center center;
}
.project-card.large img {
  min-height: 460px;
}
.project-card figcaption {
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.45;
}
@media (max-width: 900px) {
  .project-grid { grid-template-columns: 1fr; }
  .project-card img,
  .project-card.large img { min-height: 280px; }
}

.local-pride-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 900px) {
  .local-pride-grid { grid-template-columns: 1fr; }
}

.top-pride-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items: stretch;
  min-height: 420px;
  background: #0f4154;
  color: #fff;
}
.top-pride-image {
  min-height: 420px;
  overflow: hidden;
}
.top-pride-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center center;
}
.top-pride-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
  background: linear-gradient(135deg, #0f4154, #1f7258);
}
.top-pride-content .eyebrow,
.top-pride-content p {
  color: rgba(255,255,255,.84);
}
.top-pride-content h2 {
  max-width: 560px;
}
.top-pride-content p:not(.eyebrow) {
  max-width: 560px;
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .top-pride-section { grid-template-columns: 1fr; }
  .top-pride-image,
  .top-pride-image img { min-height: 300px; }
}

.top-pride-image {
  position: relative;
}
.image-credit {
  position: absolute;
  left: 14px;
  bottom: 12px;
  margin: 0;
  padding: 7px 9px;
  border-radius: 6px;
  color: rgba(255,255,255,.92);
  background: rgba(0,0,0,.46);
  font-size: 12px;
  font-weight: 800;
}
.pride-work-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  max-width: 560px;
  margin: 26px 0 0;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}
.pride-work-card picture,
.pride-work-card img {
  width: 100%;
  height: 96px;
}
.pride-work-card img {
  object-fit: cover;
  border-radius: 6px;
}
.pride-work-card figcaption {
  color: rgba(255,255,255,.9);
  font-weight: 800;
  line-height: 1.45;
}
@media (max-width: 520px) {
  .pride-work-card { grid-template-columns: 1fr; }
  .pride-work-card picture,
  .pride-work-card img { height: 170px; }
}

.project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.project-card.large {
  grid-column: span 2;
}
@media (max-width: 900px) {
  .project-card.large { grid-column: auto; }
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.price-card {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 430px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(14,42,58,.07);
}
.price-card.featured {
  border-color: rgba(20,124,136,.45);
  box-shadow: 0 18px 44px rgba(20,124,136,.16);
}
.price-card span {
  justify-self: start;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--blue-dark);
  background: #e4f3f5;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.price-card.featured span {
  color: #fff;
  background: var(--blue);
}
.price-card h3 { margin-bottom: 0; }
.price-card .price {
  margin: 0;
  color: var(--ink);
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
}
.price-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-card li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}
.price-card li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 800;
}
.price-card .button {
  align-self: end;
  margin-top: auto;
}
@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; }
}
/* Betere verhouding voor de brede beeldsectie */
.top-pride-section {
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
  min-height: 360px;
}
.top-pride-image,
.top-pride-image img {
  min-height: 360px;
  max-height: 520px;
}
.top-pride-content {
  padding: clamp(42px, 5.5vw, 86px);
}
.top-pride-content h2 {
  max-width: 680px;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.04;
}
.top-pride-content p:not(.eyebrow) {
  max-width: 660px;
  font-size: 19px;
  line-height: 1.75;
}
.pride-work-card {
  max-width: 620px;
  grid-template-columns: 152px minmax(0, 1fr);
  margin-top: 30px;
}
.pride-work-card picture,
.pride-work-card img {
  height: 110px;
}
@media (max-width: 900px) {
  .top-pride-section { grid-template-columns: 1fr; }
  .top-pride-image,
  .top-pride-image img {
    min-height: 280px;
    max-height: 360px;
  }
}
@media (max-width: 620px) {
  .top-pride-content { padding: 36px 18px 44px; }
  .top-pride-content h2 { font-size: 34px; }
  .top-pride-content p:not(.eyebrow) { font-size: 17px; }
}

