/* ============================================================
   Page Secteurs & Cas Clients — intégration maquette
   Préfixe .sec- pour éviter tout conflit avec style.css
   ============================================================ */

.sec-page {
  --red: #DC2626;
  --red-2: #F87171;
  --black: #05070b;
  --black-2: #090d14;
  --panel: #0d131c;
  --panel-2: #131a25;
  --white: #fff;
  --off: #f5f6f8;
  --muted: #9aa3b1;
  --line: rgba(255, 255, 255, 0.09);
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 4%, rgba(255, 59, 63, 0.13), transparent 22%),
    var(--black);
  color: var(--white);
  font-family: 'Inter', sans-serif;
}

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

.sec-page a {
  text-decoration: none;
  color: inherit;
}

.sec-page a.pbx-nav-audit-btn,
.sec-page a.pbx-cta-btn {
  color: #fff;
}

.sec-page svg {
  display: block;
}

.sec-container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}

/* Eyebrow — même style badge que Solutions / À propos */
.sec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border-radius: 9999px;
  border: 1px solid rgba(217, 58, 58, 0.55);
  background: rgba(127, 29, 29, 0.3);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  width: fit-content;
  max-width: 100%;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d93a3a;
  line-height: 1.2;
}

.sec-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #d93a3a;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(217, 58, 58, 0.18);
}

.sec-eyebrow::after {
  content: "";
  display: block;
  width: 42px;
  height: 1.5px;
  flex-shrink: 0;
  border-radius: 9999px;
  background: #d93a3a;
}

.sec-sectors .sec-eyebrow {
  background: rgba(239, 51, 46, 0.08);
  border-color: rgba(217, 58, 58, 0.4);
}

.sec-title {
  margin: 14px 0 20px;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: inherit;
}

.sec-title span {
  color: var(--red);
}

.sec-copy {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.sec-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.sec-reveal.sec-visible {
  opacity: 1;
  transform: none;
}

/* ---------- HERO ---------- */
.sec-hero {
  position: relative;
  min-height: 900px;
  padding: 145px 0 90px;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.sec-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 93%);
}

.sec-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  z-index: -2;
  background: linear-gradient(to top, var(--black), transparent);
}

.sec-hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.sec-hero .sec-eyebrow {
  margin-bottom: 4px;
}

.sec-hero h1 {
  max-width: 760px;
  margin: 22px 0 22px;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 60px;
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: var(--white);
}

.sec-hero h1 span {
  color: var(--red);
  background: linear-gradient(135deg, #ff3b3f 0%, #ff8a8d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.sec-hero-copy {
  max-width: 690px;
  margin: 0 0 30px;
  color: #aeb5c1;
  font-size: 16px;
  line-height: 1.75;
}

.sec-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sec-hero-visual {
  position: relative;
  min-height: 610px;
}

.sec-visual-frame {
  position: absolute;
  inset: 40px 10px 20px 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  box-shadow:
    0 45px 110px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.sec-visual-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
}

.sec-visual-grid {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 30px 30px;
  border-radius: 30px;
}

.sec-visual-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 59, 63, 0.42);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 65px rgba(255, 59, 63, 0.18),
    inset 0 0 45px rgba(255, 59, 63, 0.06);
}

.sec-visual-core::before,
.sec-visual-core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.13);
}

.sec-visual-core::before {
  inset: 28px;
  animation: sec-spin 18s linear infinite;
}

.sec-visual-core::after {
  inset: 70px;
}

.sec-visual-core-content {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
}

.sec-visual-core-content strong {
  display: block;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 42px;
  color: var(--white);
}

.sec-visual-core-content span {
  display: block;
  margin-top: 6px;
  color: #a3acb8;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sec-floating-card {
  position: absolute;
  width: 190px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  background: rgba(10, 14, 21, 0.86);
  backdrop-filter: blur(13px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
  transition: 0.3s;
}

.sec-floating-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 59, 63, 0.45);
}

.sec-floating-card b {
  display: block;
  margin-bottom: 7px;
  color: var(--red);
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 27px;
}

.sec-floating-card span {
  color: #c5cad1;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.sec-fc1 { top: 0; right: 0; }
.sec-fc2 { bottom: 0; left: 0; }
.sec-fc3 { right: -20px; bottom: 120px; }

.sec-hero-kpis {
  position: absolute;
  left: -10px;
  top: 150px;
  display: grid;
  gap: 10px;
}

.sec-hero-kpi {
  min-width: 150px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
}

.sec-hero-kpi strong {
  display: block;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 25px;
  color: var(--white);
}

.sec-hero-kpi span {
  color: #8f98a6;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ---------- SECTORS ---------- */
.sec-sectors {
  padding: 125px 0;
  background: var(--off);
  color: #11161e;
}

.sec-sectors-head {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 55px;
}

.sec-sectors-head .sec-copy {
  color: #68727e;
}

.sec-sector-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 20px;
}

.sec-sector-tabs {
  display: grid;
  gap: 10px;
}

.sec-sector-tab {
  width: 100%;
  padding: 17px 18px;
  border: 1px solid #e1e5ea;
  border-radius: 13px;
  background: #fff;
  color: #1b2028;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  transition: 0.3s;
  font-family: inherit;
}

.sec-sector-tab:hover,
.sec-sector-tab.active {
  transform: translateX(6px);
  border-color: rgba(255, 59, 63, 0.35);
  box-shadow: 0 15px 35px rgba(30, 40, 55, 0.08);
}

.sec-sector-tab.active {
  background: #10151e;
  color: #fff;
}

.sec-sector-tab span {
  font-size: 12px;
  font-weight: 800;
}

.sec-sector-tab b {
  color: var(--red);
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 18px;
}

.sec-sector-stage {
  position: relative;
  min-height: 540px;
  padding: 38px;
  border: 1px solid #e1e5ea;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(27, 39, 55, 0.08);
  overflow: hidden;
}

.sec-sector-stage::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(255, 59, 63, 0.08);
}

.sec-sector-panel {
  display: none;
  position: relative;
  z-index: 2;
}

.sec-sector-panel.active {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 45px;
  align-items: center;
}

.sec-sector-panel h3 {
  margin: 0 0 16px;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  color: #11161e;
}

.sec-sector-panel p {
  margin: 0;
  color: #68727f;
  font-size: 14px;
  line-height: 1.75;
}

.sec-sector-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

.sec-sector-meta span {
  padding: 9px 11px;
  border: 1px solid #e3e7ec;
  border-radius: 8px;
  background: #f7f8fa;
  color: #4a535f;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sec-sector-art {
  position: relative;
  min-height: 360px;
  border-radius: 20px;
  background: linear-gradient(150deg, #111823, #070a0f);
  overflow: hidden;
}

.sec-sector-art::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
}

.sec-sector-art-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 215px;
  height: 215px;
  border: 1px solid rgba(255, 59, 63, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 55px rgba(255, 59, 63, 0.16),
    inset 0 0 40px rgba(255, 59, 63, 0.06);
}

.sec-sector-art-ring::before,
.sec-sector-art-ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.13);
}

.sec-sector-art-ring::before {
  inset: 28px;
  animation: sec-spin 18s linear infinite;
}

.sec-sector-art-ring::after {
  inset: 67px;
}

.sec-sector-art-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
}

.sec-sector-art-icon strong {
  display: block;
  color: var(--red);
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 38px;
}

.sec-sector-art-icon span {
  display: block;
  margin-top: 5px;
  color: #a8b0bc;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* ---------- CASES TIMELINE ---------- */
.sec-cases {
  padding: 125px 0;
  background: var(--black);
}

.sec-cases-head {
  max-width: 850px;
  margin: 0 auto 62px;
  text-align: center;
}

.sec-cases-head .sec-eyebrow {
  justify-content: center;
  margin: 0 auto;
}

.sec-cases-head .sec-copy {
  margin: auto;
}

.sec-cases-head .sec-title {
  color: var(--white);
}

.sec-timeline {
  position: relative;
  display: grid;
  gap: 28px;
}

.sec-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 59, 63, 0.45), transparent);
}

.sec-case-item {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  gap: 20px;
  align-items: center;
}

.sec-case-item:nth-child(even) .sec-case-content {
  grid-column: 3;
}

.sec-case-item:nth-child(even) .sec-case-visual {
  grid-column: 1;
  grid-row: 1;
}

.sec-case-node {
  grid-column: 2;
  grid-row: 1;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 59, 63, 0.38);
  border-radius: 50%;
  background: #0b1018;
  color: var(--red);
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 18px;
  box-shadow:
    0 0 0 8px var(--black),
    0 0 28px rgba(255, 59, 63, 0.16);
}

.sec-case-content,
.sec-case-visual {
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014));
  overflow: hidden;
}

.sec-case-content {
  padding: 30px;
}

.sec-case-label {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 7px 9px;
  border-radius: 7px;
  background: rgba(255, 59, 63, 0.09);
  color: var(--red);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.sec-case-content h3 {
  margin: 0 0 14px;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 31px;
  line-height: 1.02;
  color: var(--white);
}

.sec-case-content p {
  margin: 0 0 20px;
  color: #98a1af;
  font-size: 12px;
  line-height: 1.7;
}

.sec-case-kpis {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sec-case-kpi {
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.03);
}

.sec-case-kpi b {
  color: var(--red);
  font-size: 13px;
}

.sec-case-kpi span {
  margin-left: 5px;
  color: #8f98a5;
  font-size: 9px;
}

.sec-case-visual {
  position: relative;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 59, 63, 0.18), transparent 31%),
    linear-gradient(150deg, #101722, #06090e);
}

.sec-case-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 30px 30px;
}

.sec-case-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 225px;
  height: 225px;
  border: 1px solid rgba(255, 59, 63, 0.42);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 55px rgba(255, 59, 63, 0.16),
    inset 0 0 40px rgba(255, 59, 63, 0.05);
}

.sec-case-orbit::before,
.sec-case-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.13);
}

.sec-case-orbit::before {
  inset: 31px;
  animation: sec-spin 17s linear infinite;
}

.sec-case-orbit::after {
  inset: 73px;
}

.sec-case-result {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
}

.sec-case-result strong {
  display: block;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 42px;
  color: var(--white);
}

.sec-case-result span {
  display: block;
  max-width: 150px;
  margin-top: 6px;
  color: #a5adba;
  font-size: 9px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ---------- CTA ---------- */
.sec-cta {
  padding: 110px 0;
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 59, 63, 0.18), transparent 48%),
    var(--black);
}

.sec-cta-box {
  position: relative;
  max-width: 1030px;
  margin: auto;
  padding: 76px 44px;
  border: 1px solid var(--line);
  border-radius: 29px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.015));
  overflow: hidden;
  text-align: center;
  box-shadow: 0 45px 105px rgba(0, 0, 0, 0.48);
}

.sec-cta-box::before {
  content: "";
  position: absolute;
  left: -110px;
  top: -130px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 59, 63, 0.12);
  filter: blur(45px);
}

.sec-cta-content {
  position: relative;
  z-index: 2;
}

.sec-cta-content .sec-eyebrow {
  justify-content: center;
  margin: 0 auto;
}

.sec-hero-actions .pbx-nav-audit-btn,
.sec-cta-content .pbx-nav-audit-btn {
  margin-top: 4px;
}

.sec-cta h2 {
  max-width: 800px;
  margin: 15px auto 20px;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(40px, 5vw, 67px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: var(--white);
}

.sec-cta h2 span {
  color: var(--red);
}

.sec-cta p {
  max-width: 650px;
  margin: 0 auto 29px;
  color: #9da6b3;
  font-size: 16px;
  line-height: 1.7;
}

@keyframes sec-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1050px) {
  .sec-hero-layout {
    grid-template-columns: 1fr;
  }

  .sec-hero-visual {
    min-height: 560px;
  }

  .sec-sectors-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sec-sector-layout {
    grid-template-columns: 1fr;
  }

  .sec-sector-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .sec-sector-tab:hover,
  .sec-sector-tab.active {
    transform: translateY(-4px);
  }

  .sec-case-item {
    grid-template-columns: 1fr;
  }

  .sec-timeline::before,
  .sec-case-node {
    display: none;
  }

  .sec-case-item:nth-child(even) .sec-case-content,
  .sec-case-item:nth-child(even) .sec-case-visual {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .sec-container {
    width: min(100% - 28px, 1180px);
  }

  .sec-eyebrow {
    padding: 6px 12px;
    gap: 8px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .sec-eyebrow::after {
    width: 28px;
  }

  .sec-hero {
    min-height: auto;
    padding: 96px 0 36px;
  }

  .sec-hero-layout {
    gap: 28px;
  }

  .sec-hero h1 {
    font-size: 34px !important;
    line-height: 1.12 !important;
    margin: 14px 0 14px;
  }

  .sec-hero-copy {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.6;
  }

  .sec-hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .sec-hero-actions .pbx-nav-audit-btn,
  .sec-cta-content .pbx-nav-audit-btn {
    width: 100% !important;
    max-width: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    min-height: 52px !important;
    height: auto !important;
    padding: 6px 4px 6px 16px !important;
    border-radius: 100px !important;
    box-sizing: border-box;
    white-space: normal !important;
    overflow: hidden !important;
  }

  .sec-hero-actions .pbx-nav-audit-label,
  .sec-cta-content .pbx-nav-audit-label {
    flex: 1 1 auto !important;
    min-width: 0;
    text-align: center !important;
    white-space: normal !important;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.25 !important;
    font-size: 13px !important;
    margin: 0 !important;
  }

  .sec-cta-content .pbx-nav-audit-btn {
    padding: 8px 4px 8px 14px !important;
  }

  .sec-cta-content .pbx-nav-audit-label {
    font-size: 12.5px !important;
    text-align: center !important;
  }

  .sec-hero-actions .pbx-nav-audit-icon,
  .sec-cta-content .pbx-nav-audit-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    flex-shrink: 0 !important;
    width: 44px !important;
    height: 44px !important;
    margin-left: 0 !important;
    border-radius: 9999px !important;
    background: #fff !important;
    color: #DC2626 !important;
  }

  .sec-hero-actions .pbx-nav-audit-icon svg,
  .sec-cta-content .pbx-nav-audit-icon svg {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
  }

  /* Visual compact : moins d'espace vide en mobile */
  .sec-hero-visual {
    min-height: 280px;
    transform: none;
    margin: 0;
  }

  .sec-visual-frame {
    inset: 0;
    border-radius: 22px;
  }

  .sec-floating-card {
    display: none;
  }

  .sec-hero-kpis {
    position: relative;
    margin-top: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .sec-sectors,
  .sec-cases,
  .sec-cta {
    padding: 56px 0;
  }

  .sec-sector-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .sec-sector-stage {
    padding: 24px;
  }

  .sec-sector-panel.active {
    grid-template-columns: 1fr;
  }

  .sec-sector-art {
    min-height: 300px;
  }

  .sec-case-content,
  .sec-case-visual {
    min-height: auto;
  }

  .sec-case-visual {
    min-height: 310px;
  }

  .sec-cta-box {
    padding: 48px 18px;
  }
}

@media (max-width: 480px) {
  .sec-hero {
    padding: 88px 0 28px;
  }

  .sec-hero-visual {
    min-height: 240px;
    transform: none;
    margin: 0;
  }

  .sec-sector-tabs {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sec-page *,
  .sec-page *::before,
  .sec-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
