/* ============================================================
   Page Specific: PUR/PIR Sandwich Panel Foam System
   File path: assets/css/sandwich-panel-vip-refined.css
   Direction: English / LTR
   ============================================================ */

.sandwich-panel-page {
  --sp-brand: #263B8F;
  --sp-brand-2: #1C75BC;
  --sp-accent: #F59E0B;
  --sp-gold: #ffc451;
  --sp-ink: #0b1320;
  --sp-text: #334155;
  --sp-muted: #64748b;
  --sp-soft: #f6f8fc;
  --sp-blue-soft: #f7faff;
  --sp-line: rgba(38, 59, 143, 0.12);
  --sp-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
  direction: ltr;
  background: #ffffff;
  color: var(--sp-ink);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  text-align: left;
}

.sandwich-panel-page *,
.sandwich-panel-page *::before,
.sandwich-panel-page *::after {
  direction: ltr;
  box-sizing: border-box;
}

.sandwich-panel-main {
  padding-top: 0 !important;
  overflow: hidden;
}

.sandwich-panel-page a {
  text-decoration: none;
}

.sandwich-panel-page img {
  max-width: 100%;
  height: auto;
}

/* ================= HERO ================= */

.sp-hero {
  position: relative;
  min-height: 54vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 92px 0 42px;
  isolation: isolate;
}

.sp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 10, 24, 0.88) 0%, rgba(9, 23, 54, 0.70) 44%, rgba(10, 18, 35, 0.28) 100%),
    radial-gradient(circle at 17% 28%, rgba(245, 158, 11, 0.18), transparent 28%),
    radial-gradient(circle at 76% 18%, rgba(28, 117, 188, 0.20), transparent 34%),
    url("../img/portfolio/sandwich-panel.jpg") center center / cover no-repeat;
  transform: scale(1.015);
  background-attachment: fixed;
}

.sp-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 92%);
}

.sp-hero__container {
  position: relative;
  z-index: 2;
}

.sp-hero__glass,
.sp-media-card,
.sp-decision-tree,
.sp-factor-card,
.sp-compare-card,
.sp-final-cta__box {
  backdrop-filter: blur(12px) saturate(135%);
  -webkit-backdrop-filter: blur(12px) saturate(135%);
}

.sp-hero__glass {
  position: relative;
  overflow: hidden;
  max-width: 690px;
  padding: clamp(20px, 2.3vw, 30px);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    radial-gradient(circle at 8% 0%, rgba(255, 196, 81, 0.13), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.sp-hero__glass:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 196, 81, 0.38);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(245, 158, 11, 0.08);
}

.sp-eyebrow,
.sp-section-label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  gap: 7px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.70rem;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.01em;
  text-align: left;
}

.sp-eyebrow {
  margin-bottom: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.sp-hero h1 {
  max-width: 640px;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(1.22rem, 2vw, 1.72rem) !important;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: -0.025em;
  word-spacing: normal;
  text-align: left;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.32);
}

.sp-hero p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
  font-weight: 450;
  line-height: 1.82;
  letter-spacing: 0;
  word-spacing: normal;
  text-align: left;
}

.sp-hero__actions,
.sp-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.sp-btn {
  position: relative;
  overflow: hidden;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 17px;
  border-radius: 999px;
  font-size: 0.80rem;
  font-weight: 780;
  line-height: 1.5;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.sp-btn:hover {
  transform: translateY(-1px);
}

.sp-btn--primary {
  color: #101828 !important;
  background: linear-gradient(90deg, var(--sp-accent), var(--sp-gold));
  border: 1px solid rgba(255, 196, 81, 0.42);
  box-shadow: 0 14px 28px rgba(245, 158, 11, 0.22);
}

.sp-btn--ghost,
.sp-btn--light {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.sp-btn--ghost:hover,
.sp-btn--light:hover {
  color: var(--sp-gold) !important;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 196, 81, 0.38);
}

.sp-hero__micro-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 7px;
  margin-top: 14px;
}

.sp-hero__micro-nav a {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 0.70rem;
  font-weight: 650;
  line-height: 1.45;
  transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.sp-hero__micro-nav a:hover {
  color: var(--sp-gold);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 196, 81, 0.34);
  transform: translateY(-1px);
}

/* ================= MEDIA CARD ================= */

.sp-media-card {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.25);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sp-media-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 196, 81, 0.40);
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.30);
}

.sp-media-card__visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.sp-media-card__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: contrast(1.03) saturate(1.02);
  transition: transform 0.48s ease, filter 0.48s ease;
}

.sp-media-card:hover img {
  transform: scale(1.04);
  filter: contrast(1.06) saturate(1.06);
}

.sp-media-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 12, 28, 0.04), rgba(6, 12, 28, 0.42));
  pointer-events: none;
}

.sp-media-card__play {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #101828;
  background: linear-gradient(135deg, #fff7df, var(--sp-gold));
  box-shadow: 0 12px 24px rgba(245, 158, 11, 0.30);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.sp-media-card__play:hover {
  transform: scale(1.05);
  color: #101828;
  box-shadow: 0 16px 30px rgba(245, 158, 11, 0.36);
}

.sp-media-card__play i {
  font-size: 1.06rem;
}

.sp-media-card__body {
  padding: 13px 15px 15px;
  background: rgba(255, 255, 255, 0.92);
}

.sp-media-card__body span,
.sp-media-card__body strong {
  display: block;
  text-align: left;
}

.sp-media-card__body span {
  color: var(--sp-brand);
  font-size: 0.70rem;
  font-weight: 800;
  margin-bottom: 5px;
}

.sp-media-card__body strong {
  color: #1f2937;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.65;
}

/* ================= GENERAL SECTIONS ================= */

.sp-section {
  position: relative;
  padding: 46px 0;
  overflow: hidden;
}

.sp-section-label {
  margin-bottom: 8px;
  color: var(--sp-brand);
  background: rgba(38, 59, 143, 0.065);
  border: 1px solid rgba(38, 59, 143, 0.12);
}

.sp-section h2,
.sp-section-head h2,
.sp-final-cta h2 {
  margin: 0 0 13px;
  color: #101828;
  font-size: clamp(1.06rem, 1.45vw, 1.40rem) !important;
  font-weight: 850;
  line-height: 1.55;
  letter-spacing: -0.02em;
  text-align: left;
}

.sp-lead,
.sp-muted,
.sp-section-head p,
.sp-value-copy p,
.sp-final-cta p {
  margin: 0;
  color: #475569;
  font-size: 0.82rem;
  font-weight: 450;
  line-height: 1.86;
  text-align: left;
}

.sp-lead {
  color: #25324a;
  font-size: 0.90rem;
  font-weight: 650;
  margin-bottom: 10px;
}

.sp-section-head {
  max-width: 850px;
  margin: 0 0 22px;
  text-align: left;
}

.sp-section-head .sp-section-label {
  margin-left: 0;
  margin-right: auto;
}

.sp-section-head p {
  max-width: 780px;
  margin: 0;
}

.sp-position,
.sp-quality,
.sp-tree-section,
.sp-value {
  background:
    radial-gradient(circle at 9% 12%, rgba(38, 59, 143, 0.055), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

/* ================= QUALITY CARDS ================= */

.sp-factor-card {
  position: relative;
  height: 100%;
  min-height: 170px;
  padding: 16px 16px 15px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.94)),
    radial-gradient(circle at 88% 0%, rgba(245, 158, 11, 0.10), transparent 32%);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.20s ease, box-shadow 0.20s ease, border-color 0.20s ease;
  text-align: left;
}

.sp-factor-card:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, 0.26);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.10);
}

.sp-factor-card > span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--sp-brand), var(--sp-brand-2));
  box-shadow: 0 10px 24px rgba(38, 59, 143, 0.20);
  font-size: 0.80rem;
  font-weight: 850;
  line-height: 1;
}

.sp-factor-card h3,
.sp-compare-card h3,
.sp-problem-card h3 {
  margin: 0 0 9px;
  color: #101828;
  font-size: 0.90rem !important;
  font-weight: 850;
  line-height: 1.48;
  text-align: left;
}

.sp-factor-card p,
.sp-compare-card p,
.sp-problem-card p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 0.80rem;
  font-weight: 450;
  line-height: 1.76;
  text-align: left;
}

/* ================= TREE ================= */

.sp-decision-tree {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.80), rgba(255, 255, 255, 0.58)),
    radial-gradient(circle at 10% 10%, rgba(255, 196, 81, 0.15), transparent 30%);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: var(--sp-shadow);
}

.sp-tree-node,
.sp-tree-flow span,
.sp-tree-result {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 16px;
  padding: 9px 12px;
  min-height: 40px;
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1.5;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.sp-tree-node {
  color: #17325f;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(38, 59, 143, 0.12);
}

.sp-tree-node--root {
  width: min(100%, 420px);
  margin: 0 auto 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--sp-brand), var(--sp-brand-2));
  box-shadow: 0 14px 30px rgba(38, 59, 143, 0.20);
}

.sp-tree-branches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.sp-tree-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  margin-top: 10px;
}

.sp-tree-flow span {
  color: #17325f;
  background: rgba(245, 158, 11, 0.10);
  border: 1px solid rgba(245, 158, 11, 0.18);
}

.sp-tree-result {
  margin-top: 11px;
  color: #101828;
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.18), rgba(255, 255, 255, 0.74), rgba(28, 117, 188, 0.12));
  border: 1px solid rgba(245, 158, 11, 0.18);
}

.sp-tree-node:hover,
.sp-tree-flow span:hover,
.sp-tree-result:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  border-color: rgba(245, 158, 11, 0.28);
}

/* ================= PUR / PIR ================= */

.sp-pur-pir {
  background: #ffffff;
}

.sp-compare-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 19px;
  border-radius: 22px;
  border: 1px solid rgba(38, 59, 143, 0.12);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
  transition: transform 0.20s ease, box-shadow 0.20s ease, border-color 0.20s ease;
  text-align: left;
}

.sp-compare-card--pur {
  background:
    linear-gradient(180deg, #ffffff, #f7faff),
    radial-gradient(circle at 0 0, rgba(28, 117, 188, 0.12), transparent 34%);
}

.sp-compare-card--pir {
  background:
    linear-gradient(180deg, #ffffff, #fffaf0),
    radial-gradient(circle at 0 0, rgba(245, 158, 11, 0.14), transparent 34%);
}

.sp-compare-card:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, 0.30);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.10);
}

.sp-compare-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--sp-brand), var(--sp-brand-2));
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.sp-compare-card--pir .sp-compare-card__tag {
  color: #101828;
  background: linear-gradient(90deg, var(--sp-accent), var(--sp-gold));
}

/* ================= PROBLEMS ================= */

.sp-problems {
  position: relative;
  isolation: isolate;
  background: #071120;
}

.sp-parallax {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(135deg, rgba(5, 10, 24, 0.84), rgba(10, 24, 56, 0.72)),
    url("../img/portfolio/portfolio-13.jpg") center center / cover no-repeat fixed;
}

.sp-problems::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 14% 22%, rgba(245, 158, 11, 0.16), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(28, 117, 188, 0.20), transparent 34%);
}

.sp-section-head--light h2,
.sp-section-head--light p {
  color: #ffffff;
}

.sp-section-head--light p {
  color: rgba(255, 255, 255, 0.82);
}

.sp-section-head--light .sp-section-label {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.sp-problem-card {
  height: 100%;
  min-height: 152px;
  display: flex;
  flex-direction: column;
  padding: 16px 15px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
  transition: transform 0.20s ease, border-color 0.20s ease, box-shadow 0.20s ease, background 0.20s ease;
  text-align: left;
}

.sp-problem-card:hover {
  transform: translateY(-4px);
  color: #ffffff;
  border-color: rgba(255, 196, 81, 0.44);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0.09));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22), 0 0 20px rgba(245, 158, 11, 0.08);
}

.sp-problem-card i {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #101828;
  background: linear-gradient(90deg, var(--sp-accent), var(--sp-gold));
  font-size: 1.10rem;
}

.sp-problem-card h3 {
  color: #ffffff;
}

.sp-problem-card p {
  color: rgba(255, 255, 255, 0.78);
}

/* ================= VALUE ================= */

.sp-value-copy {
  padding: 4px 0;
}

.sp-check-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.sp-check-list li {
  position: relative;
  padding: 9px 12px 9px 36px;
  border-radius: 15px;
  color: #25324a;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  font-size: 0.80rem;
  font-weight: 650;
  line-height: 1.78;
  text-align: left;
}

.sp-check-list li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #101828;
  background: linear-gradient(90deg, var(--sp-accent), var(--sp-gold));
  font-size: 0.70rem;
  font-weight: 850;
}

.sp-image-stack {
  position: relative;
  max-width: 610px;
  margin-inline: auto;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--sp-shadow);
}

.sp-image-stack img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.48s ease, filter 0.48s ease;
}

.sp-image-stack:hover img {
  transform: scale(1.04);
  filter: saturate(1.06) contrast(1.03);
}

.sp-image-stack__badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  max-width: 330px;
  padding: 13px 15px;
  border-radius: 16px;
  background: rgba(6, 12, 28, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
  text-align: left;
}

.sp-image-stack__badge strong,
.sp-image-stack__badge span {
  display: block;
  color: #ffffff;
}

.sp-image-stack__badge strong {
  font-size: 0.82rem;
  margin-bottom: 4px;
}

.sp-image-stack__badge span {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.80);
  line-height: 1.7;
}

/* ================= LINKS ================= */

.sp-links {
  background: #ffffff;
}

.sp-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sp-link-grid a {
  position: relative;
  min-height: 112px;
  display: block;
  padding: 16px 16px 14px;
  border-radius: 17px;
  color: #17325f;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.045);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  text-align: left;
}

.sp-link-grid a::after {
  content: "→";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #101828;
  background: linear-gradient(90deg, var(--sp-accent), var(--sp-gold));
  font-size: 0.78rem;
  font-weight: 850;
}

.sp-link-grid a:hover {
  transform: translateY(-2px);
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.28);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.075);
}

.sp-link-grid strong {
  display: block;
  max-width: calc(100% - 34px);
  margin-bottom: 7px;
  color: #14294f;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.48;
}

.sp-link-grid span {
  display: block;
  color: var(--sp-muted);
  font-size: 0.77rem;
  font-weight: 450;
  line-height: 1.72;
}

/* ================= FINAL CTA COMPATIBILITY ================= */

.sp-final-cta {
  position: relative;
  padding: 52px 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(38, 59, 143, 0.98), rgba(28, 117, 188, 0.90)),
    radial-gradient(circle at 14% 30%, rgba(255, 196, 81, 0.20), transparent 34%);
}

.sp-final-cta__box {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 18px;
  text-align: left;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.20);
}

.sp-final-cta__box > span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.72rem;
  font-weight: 800;
}

.sp-final-cta h2,
.sp-final-cta p {
  color: #ffffff;
}

.sp-final-cta p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.84);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1199.98px) {
  .sp-tree-flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .sp-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .sp-hero {
    min-height: auto;
    padding: 98px 0 52px;
  }

  .sp-hero__bg,
  .sp-parallax {
    background-attachment: scroll;
  }

  .sp-section {
    padding: 42px 0;
  }

  .sp-tree-branches,
  .sp-tree-flow,
  .sp-link-grid {
    grid-template-columns: 1fr;
  }

  .sp-media-card {
    max-width: 620px;
    margin-inline: auto;
  }
}

@media (max-width: 575.98px) {
  .sp-hero {
    padding: 88px 0 46px;
  }

  .sp-hero__glass,
  .sp-media-card,
  .sp-decision-tree,
  .sp-final-cta__box {
    border-radius: 20px;
  }

  .sp-hero h1 {
    font-size: 1.20rem !important;
    line-height: 1.5;
  }

  .sp-hero p,
  .sp-lead,
  .sp-muted,
  .sp-section-head p,
  .sp-final-cta p {
    font-size: 0.80rem;
    line-height: 1.78;
  }

  .sp-btn {
    width: 100%;
  }

  .sp-factor-card,
  .sp-compare-card,
  .sp-problem-card {
    min-height: auto;
  }

  .sp-image-stack__badge {
    right: 12px;
    left: 12px;
    bottom: 12px;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-hero__glass,
  .sp-media-card,
  .sp-btn,
  .sp-media-card__visual img,
  .sp-factor-card,
  .sp-tree-node,
  .sp-tree-flow span,
  .sp-tree-result,
  .sp-compare-card,
  .sp-problem-card,
  .sp-link-grid a,
  .sp-image-stack img {
    transition: none !important;
    animation: none !important;
  }
}
