@font-face {
  font-family: "Source Sans 3 Local";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("SourceSans3-400.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3 Local";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("SourceSans3-600.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3 Local";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("SourceSans3-700.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3 Local";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("SourceSans3-800.ttf") format("truetype");
}

:root {
  --red: #b20f1a;
  --red-dark: #7f0b13;
  --red-soft: #fff1f2;
  --ink: #18191d;
  --muted: #62646c;
  --line: #ececf0;
  --paper: #ffffff;
  --bg: #f7f7f8;
  --shadow: 0 24px 70px rgba(24, 25, 29, .13);
  font-family: "Source Sans 3 Local", Arial, "Helvetica Neue", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.topbar {
  position: sticky; top: 0; z-index: 10; display: flex; align-items: center; gap: 28px;
  padding: 16px clamp(18px, 4vw, 64px); background: rgba(255,255,255,.9); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(236,236,240,.9);
}
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-logo { display: block; width: min(250px, 50vw); height: auto; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--red), #e6462e); color: #fff; font-weight: 900; letter-spacing: -.04em; }
.brand small { display: block; color: var(--muted); font-size: 12px; margin-top: -2px; }
.nav { display: flex; gap: 22px; color: #33343a; font-size: 15px; }
.nav a:hover { color: var(--red); }
.nav-cta { border: 1px solid var(--red); color: var(--red); padding: 9px 16px; border-radius: 999px; font-weight: 700; }
.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 44px; align-items: center; padding: 70px clamp(18px, 5vw, 84px); background: radial-gradient(circle at 80% 20%, rgba(178,15,26,.18), transparent 34%), linear-gradient(135deg, #fff, #f6f0f1); overflow: hidden; }
.hero-content { max-width: 820px; }
.eyebrow, .section-label { color: var(--red); font-weight: 800; text-transform: uppercase; letter-spacing: .09em; font-size: 13px; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 18px; letter-spacing: -.035em; }
h1 { font-size: clamp(44px, 7vw, 82px); max-width: 900px; }
h2 { font-size: clamp(32px, 4vw, 52px); }
h3 { font-size: 24px; }
p { margin: 0 0 18px; color: var(--muted); }
.lead { font-size: clamp(18px, 2vw, 23px); max-width: 760px; color: #3a3b42; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 800; }
.button.primary { background: var(--red); color: #fff; box-shadow: 0 14px 30px rgba(178,15,26,.25); }
.button.primary:hover { background: var(--red-dark); }
.button.secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.button.light { background: #fff; color: var(--red); }
.quick-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 34px 0 0; }
.quick-facts div { background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.9); border-radius: 22px; padding: 18px; box-shadow: 0 10px 30px rgba(24,25,29,.06); }
dt { font-weight: 900; color: var(--ink); } dd { margin: 0; color: var(--muted); font-size: 14px; }
.hero-card { position: relative; padding: 36px; border-radius: 34px; background: #191a1f; color: #fff; box-shadow: var(--shadow); overflow: hidden; }
.hero-card::before { content: ""; position: absolute; inset: -80px -80px auto auto; width: 210px; height: 210px; border-radius: 50%; background: rgba(230,70,46,.36); }
.hero-card p, .hero-card li { color: rgba(255,255,255,.76); }
.hero-card ul, .card ul { padding-left: 20px; margin: 22px 0 0; }
.flame { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 34px; border-radius: 18px; background: var(--red); color: #fff; transform: rotate(45deg); font-size: 28px; }
.section { padding: 84px clamp(18px, 5vw, 84px); }
.intro { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 40px; background: #fff; }
.intro p { font-size: 19px; max-width: 980px; }
.section-heading { max-width: 780px; margin-bottom: 34px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.card { background: #fff; border: 1px solid rgba(178,15,26,.35); border-radius: 30px; padding: 30px; box-shadow: 0 10px 30px rgba(24,25,29,.045); }
.card.featured { border-color: rgba(178,15,26,.35); }
.band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; padding: 84px clamp(18px, 5vw, 84px); background: #191a1f; color: #fff; }
.band p, .band span { color: rgba(255,255,255,.72); }
.benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.benefits div { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.05); }
.benefits strong, .benefits span { display: block; }
.benefits strong { margin-bottom: 8px; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 40px; align-items: start; background: #fff; }
.reference-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.reference-list span { padding: 15px 17px; border-radius: 16px; background: var(--red-soft); color: var(--red-dark); font-weight: 750; }
.cta-section { text-align: center; padding: 80px 18px; background: linear-gradient(135deg, var(--red), #e24528); color: #fff; }
.cta-section h2 { max-width: 920px; margin: 0 auto 16px; }
.cta-section p { color: rgba(255,255,255,.86); max-width: 720px; margin: 0 auto 28px; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 4px; }
.cta-actions .button { min-width: 190px; min-height: 54px; padding: 0 26px; border: 1px solid rgba(255,255,255,.72); background: #fff; color: var(--red-dark); box-shadow: 0 14px 32px rgba(80,0,8,.18); transition: box-shadow .15s ease, background .15s ease, color .15s ease; font-family: inherit; font-size: 16px; font-weight: 750; line-height: 1; letter-spacing: 0; }
.cta-actions .button:hover, .cta-actions .button:focus-visible { background: #fff7f8; color: var(--red-dark); box-shadow: 0 14px 32px rgba(80,0,8,.22); outline: none; }
.contact { display: grid; grid-template-columns: 1fr 420px; gap: 30px; background: #fff; }
.contact-actions a { padding: 12px 16px; border-radius: 999px; background: var(--bg); color: var(--red-dark); font-weight: 800; }
.company-box { border-radius: 30px; padding: 28px; background: var(--bg); border: 1px solid var(--line); }
.company-box dl { display: grid; gap: 16px; margin: 0; }
.company-box dl > div { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.company-box dl > div:last-child { border-bottom: 0; padding-bottom: 0; }
.company-box .company-id-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.company-box .company-id-row > div { min-width: 0; padding: 0; border: 0; }
footer { display: flex; justify-content: space-between; gap: 16px; padding: 28px clamp(18px, 5vw, 84px); color: var(--muted); font-size: 14px; }
@media (max-width: 920px) {
  .nav { display: none; }
  .hero, .intro, .band, .split, .contact { grid-template-columns: 1fr; }
  .cards, .benefits, .quick-facts { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 44px; }
}
@media (max-width: 560px) {
  body { overflow-x: hidden; }
  .topbar { gap: 12px; }
  .brand small, .nav-cta { display: none; }
  .hero { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: clamp(36px, 13vw, 52px); }
  h2 { font-size: clamp(28px, 10vw, 40px); }
  .hero-card, .card, .company-box { padding: 24px; border-radius: 26px; }
  .hero-card-title { align-items: flex-start; }
  .hero-card-title h2 { min-width: 0; overflow-wrap: anywhere; }
  .hero-illustration { width: 82px; }
  .reference-list { grid-template-columns: 1fr; }
  footer { flex-direction: column; }
}

.hero-illustration { flex: 0 0 auto; display: block; width: 110px; height: auto; margin: 0; opacity: .98; position: relative; z-index: 1; }
.memory-hook { display: inline-flex; flex-direction: column; gap: 2px; margin-top: 22px; padding: 16px 20px; border-left: 5px solid var(--red); background: rgba(255,255,255,.74); border-radius: 0 18px 18px 0; box-shadow: 0 12px 34px rgba(24,25,29,.07); }
.memory-hook span { color: var(--muted); font-weight: 700; }
.memory-hook strong { font-size: 19px; }
.contact-note { display: inline-flex; align-items: center; padding: 12px 16px; border-radius: 999px; background: var(--bg); color: var(--muted); font-weight: 700; }

.hero-card-title { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; position: relative; z-index: 1; }
.hero-card-title h2 { margin: 0; }

/* Mobile final overrides — keep at end so later component rules do not override responsive layout. */
@media (max-width: 560px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  main, section, article, div { max-width: 100%; }
  h1, h2, h3, p, li, span, strong, a, dd, dt { overflow-wrap: anywhere; word-break: normal; }
  .hero { padding-left: 16px; padding-right: 16px; }
  .hero-content, .hero-card, .card, .company-box, .memory-hook { min-width: 0; max-width: 100%; }
  .hero-card-title { display: block; }
  .hero-card-title h2 { min-width: 0; max-width: 100%; }
  .hero-illustration { width: 82px; margin-bottom: 14px; }
  .memory-hook { display: flex; }
}

/* Alternative hero B — photo-led extinguisher layout */
.hero {
  position: relative;
  min-height: 690px;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 34px;
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 42%, rgba(255,255,255,.42) 62%, rgba(255,255,255,.12) 100%), url("assets/hero-extinguisher-custom.png") center right / cover no-repeat;
}
.hero-content { position: relative; z-index: 1; max-width: 760px; }
.hero h1 { font-size: clamp(46px, 6.2vw, 78px); max-width: 780px; }
.hero .lead { max-width: 680px; }
.hero-card {
  align-self: end;
  justify-self: stretch;
  max-width: 520px;
  margin-left: auto;
  background: rgba(25,26,31,.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.10);
}
.quick-facts div { background: rgba(255,255,255,.88); }
.memory-hook { background: rgba(255,255,255,.82); }
@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.90) 58%, rgba(255,255,255,.72) 100%), url("assets/hero-extinguisher-custom.png") center right / cover no-repeat;
  }
  .hero-card { margin-left: 0; max-width: none; }
}

/* Alternative hero B2 — clean photo hero, no dark service card */
.hero {
  min-height: 650px;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  align-items: center;
  background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 38%, rgba(255,255,255,.62) 58%, rgba(255,255,255,.10) 100%), url("assets/hero-extinguisher-custom.png") center right / cover no-repeat;
}
.hero-content { max-width: 760px; }
.hero h1 { max-width: 760px; font-size: clamp(46px, 6vw, 76px); letter-spacing: -.045em; }
.hero .lead { max-width: 660px; color: #2f3036; }
.hero-actions { margin-bottom: 0; }
.hero-service-strip {
  align-self: end;
  justify-self: start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 520px;
  margin: 0 0 28px;
  padding: 0;
  background: transparent;
}
.hero-service-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(178,15,26,.16);
  color: #4b4d55;
  font-size: 14px;
  font-weight: 750;
  box-shadow: 0 10px 28px rgba(24,25,29,.06);
  backdrop-filter: blur(8px);
}
.quick-facts { margin-top: 28px; }
.memory-hook { display: none; }
@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 58%, rgba(255,255,255,.72) 100%), url("assets/hero-extinguisher-custom.png") center right / cover no-repeat;
  }
  .hero-service-strip { justify-self: stretch; margin-top: 20px; margin-bottom: 0; }
}
@media (max-width: 560px) {
  .hero-service-strip span { background: rgba(255,255,255,.86); }
}

/* Alternative hero B3 — copy cleanup, fewer competing text blocks */
.hero { grid-template-columns: minmax(0, .88fr) minmax(380px, 1.12fr); }
.hero h1 { max-width: 700px; font-size: clamp(46px, 5.6vw, 72px); }
.hero .lead { max-width: 620px; font-size: clamp(18px, 1.8vw, 21px); }
.hero-visual-spacer { min-height: 420px; }
.hero-service-strip { display: none; }
.quick-facts { max-width: 760px; }
@media (max-width: 920px) { .hero-visual-spacer { min-height: 220px; } }
@media (max-width: 560px) { .hero-visual-spacer { display: none; } }

/* Alternative hero B4 — service summary moved below hero */
.service-summary {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  margin: -54px clamp(18px, 5vw, 84px) 0;
  padding: 30px;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(178,15,26,.16);
  box-shadow: 0 22px 60px rgba(24,25,29,.10);
  backdrop-filter: blur(10px);
}
.service-summary h2 { font-size: clamp(28px, 3vw, 42px); margin-bottom: 0; }
.service-summary-body p { margin-bottom: 16px; max-width: 920px; color: #3a3b42; font-size: 18px; }
.service-summary-body ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; list-style: none; padding: 0; margin: 0; }
.service-summary-body li { padding: 13px 15px; border-radius: 18px; background: var(--red-soft); color: var(--red-dark); font-weight: 750; }
@media (max-width: 920px) {
  .service-summary { grid-template-columns: 1fr; margin-top: 0; border-radius: 0; }
  .service-summary-body ul { grid-template-columns: 1fr; }
}

/* Alternative hero B5 — remove awkward floating service summary */
.service-summary { display: none; }
.intro { margin-top: 0; }
.card.featured {
  border-color: rgba(178,15,26,.50);
  box-shadow: 0 18px 44px rgba(178,15,26,.09);
}
.card.featured h3 { color: var(--red-dark); }

/* Alternative hero B6 — featured middle service card stays black, not red */
.cards .card.featured {
  border-color: rgba(24,25,29,.30);
  box-shadow: 0 18px 44px rgba(24,25,29,.08);
}
.cards .card.featured h3 {
  color: var(--ink);
}

/* Alternative hero B7 — service cards use consistent red accent on all cards */
.cards .card,
.cards .card.featured {
  border-color: rgba(178,15,26,.35);
  box-shadow: 0 14px 34px rgba(24,25,29,.045);
}
.cards .card h3,
.cards .card.featured h3 {
  color: var(--ink);
}
.cards .card:hover {
  border-color: rgba(178,15,26,.52);
  box-shadow: 0 18px 44px rgba(178,15,26,.08);
}

/* Alternative hero B8 — black-box copy as natural service lead before cards */
.service-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 28px;
  align-items: center;
  margin: 0 0 24px;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff, #fff7f8);
  border: 1px solid rgba(178,15,26,.22);
  box-shadow: 0 14px 38px rgba(24,25,29,.055);
}
.service-lead h3 { margin-bottom: 10px; font-size: clamp(26px, 3vw, 38px); color: var(--ink); }
.service-lead p { margin-bottom: 0; max-width: 860px; color: #3a3b42; font-size: 18px; }
.service-lead ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.service-lead li {
  position: relative;
  padding: 12px 14px 12px 36px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(178,15,26,.14);
  color: var(--red-dark);
  font-weight: 750;
}
.service-lead li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--red);
  transform: translateY(-50%);
}
@media (max-width: 920px) { .service-lead { grid-template-columns: 1fr; } }

/* Alternative hero B9 — service copy as plain intro text, no extra rectangles */
.service-lead { display: none !important; }
.service-heading-clean { max-width: 920px; }
.service-heading-clean p:not(.eyebrow) {
  max-width: 880px;
  margin-top: -4px;
  color: #3a3b42;
  font-size: 18px;
  line-height: 1.55;
}

/* Alternative hero B10 — make intro section read as one coherent text block */
.intro.section {
  display: block;
  background: #fff;
  padding-top: 76px;
  padding-bottom: 76px;
}
.intro .section-label {
  max-width: 980px;
  margin: 0 auto 16px;
}
.intro.section > div:last-child {
  max-width: 980px;
  margin: 0 auto;
}
.intro.section h2 {
  max-width: 980px;
  font-size: clamp(32px, 4.2vw, 54px);
}
.intro.section p {
  max-width: 900px;
}

/* Alternative hero B11 — intro must align with normal page content, no weird centered island */
.intro.section {
  display: block;
  padding: 72px clamp(18px, 5vw, 84px);
  background: #fff;
}
.intro .section-label {
  max-width: none;
  margin: 0 0 14px;
}
.intro.section > div:last-child {
  max-width: 1040px;
  margin: 0;
}
.intro.section h2 {
  max-width: 1040px;
  font-size: clamp(32px, 4vw, 52px);
  margin-bottom: 18px;
}
.intro.section p {
  max-width: 940px;
  font-size: 19px;
}

/* Alternative hero B12 — requested Kontroly a revize detail inside intro section */
.intro-detail {
  max-width: 940px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.intro-detail h3 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 38px);
  color: var(--ink);
}
.intro-detail p {
  margin-bottom: 16px;
}
.intro-detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.intro-detail li {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--red-soft);
  color: var(--red-dark);
  font-weight: 750;
}

/* Alternative hero B13 — visual unification: fewer shapes, calmer rhythm */
.intro-detail {
  max-width: 940px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.intro-detail h3 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.6vw, 34px);
  color: var(--ink);
}
.intro-detail p {
  margin-bottom: 12px;
  max-width: 860px;
}
.intro-detail ul {
  display: block;
  list-style: disc;
  padding-left: 22px;
  margin: 0;
  color: var(--muted);
}
.intro-detail li {
  display: list-item;
  padding: 0;
  margin: 4px 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 600;
}
.intro-detail li::marker { color: var(--red); }

.cards { gap: 18px; }
.cards .card,
.cards .card.featured {
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(24,25,29,.045);
}
.cards .card:hover {
  border-color: var(--line);
  border-top-color: var(--red);
  box-shadow: 0 12px 32px rgba(24,25,29,.06);
}
.cards .card h3,
.cards .card.featured h3 { color: var(--ink); }

/* Experience proof panel — replaces named client references */
.experience-panel {
  display: grid;
  gap: 14px;
}
.experience-owner {
  padding: 19px 22px;
  border-left: 5px solid var(--red);
  border-radius: 0 16px 16px 0;
  background: linear-gradient(135deg, #fff7f8, var(--red-soft));
  color: var(--ink);
  box-shadow: 0 10px 26px rgba(127,11,19,.08);
}
.experience-owner-name,
.experience-owner-team {
  display: block;
}
.experience-owner-name {
  color: var(--red-dark);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.05;
}
.experience-owner-team {
  margin-top: 4px;
  color: #47484e;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 650;
  line-height: 1.25;
}
.experience-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.experience-fact {
  min-height: 122px;
  padding: 19px 20px;
  border: 1px solid rgba(178,15,26,.18);
  border-radius: 16px;
  background: var(--red-soft);
}
.experience-fact strong,
.experience-fact span {
  display: block;
}
.experience-fact strong {
  margin-bottom: 5px;
  color: var(--red-dark);
  font-size: clamp(21px, 2.4vw, 29px);
  line-height: 1.08;
}
.experience-fact-primary strong {
  font-size: clamp(32px, 4vw, 48px);
}
.experience-fact span {
  color: #55565d;
  font-weight: 650;
  line-height: 1.35;
}
.experience-sectors {
  padding-top: 3px;
}
.experience-sectors > strong {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 16px;
}
.experience-sectors > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.experience-sectors span {
  padding: 11px 13px;
  border-radius: 12px;
  background: #f7f7f8;
  color: #47484e;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
}
.experience-sectors span:last-child {
  grid-column: 1 / -1;
}

@media (max-width: 560px) {
  .experience-facts,
  .experience-sectors > div { grid-template-columns: 1fr; }
  .experience-sectors span:last-child { grid-column: auto; }
  .experience-fact { min-height: 0; }
}

.benefits div {
  border-radius: 18px;
  background: rgba(255,255,255,.055);
}
.reference-list span {
  border-radius: 14px;
  background: #fff1f2;
}

/* Alternative hero B14 — revert service cards to original approved look */
.cards .card,
.cards .card.featured {
  background: #fff;
  border: 1px solid rgba(178,15,26,.35);
  border-top: 1px solid rgba(178,15,26,.35);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(24,25,29,.045);
}
.cards .card:hover {
  border: 1px solid rgba(178,15,26,.35);
  border-top: 1px solid rgba(178,15,26,.35);
  box-shadow: 0 10px 30px rgba(24,25,29,.045);
}
.cards .card h3,
.cards .card.featured h3 { color: var(--ink); }
