/* Financial Privacy Inc. landing page styles (deck-inspired) */

:root {
  --bg-0: #f3f7f5;
  --bg-1: #eef6f3;
  --ink: rgba(10, 16, 26, 0.92);
  --muted: rgba(10, 16, 26, 0.72);
  --soft: rgba(10, 16, 26, 0.55);

  --panel: rgba(255, 255, 255, 0.72);
  --panel-2: rgba(255, 255, 255, 0.88);
  --border: rgba(10, 16, 26, 0.10);
  --shadow: 0 18px 55px rgba(18, 28, 46, 0.16);
  --shadow-2: 0 10px 26px rgba(18, 28, 46, 0.10);

  --blue: #0b84f3;
  --blue-2: #1757ff;
  --teal: #19c1b3;

  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;

  --max: 1120px;
  --gutter: 24px;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Epilogue', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--ink);
  background:
    radial-gradient(900px 650px at 15% 0%, rgba(25, 193, 179, 0.14), transparent 55%),
    radial-gradient(900px 650px at 85% 10%, rgba(11, 132, 243, 0.14), transparent 55%),
    radial-gradient(900px 650px at 50% 120%, rgba(23, 87, 255, 0.10), transparent 55%),
    linear-gradient(180deg, var(--bg-0), var(--bg-1));
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 9999;
  background: #fff;
  color: #111;
  padding: 10px 12px;
  border-radius: 10px;
}
.skip-link:focus { left: 10px; }

.wrap {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto;
}

/* Section art (static, like slide accents) */
.section { position: relative; }
.section > .wrap { position: relative; }

/* Removed geometric squares from overview section */

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
}

.mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(10, 16, 26, 0.10);
  box-shadow: 0 10px 26px rgba(11, 132, 243, 0.10);
  display: grid;
  place-items: center;
}
.mark:before {
  content: "FPI";
  font-weight: 900;
  letter-spacing: -0.06em;
  font-size: 14px;
  color: rgba(11, 132, 243, 0.98);
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand-name strong {
  font-weight: 650;
  letter-spacing: -0.02em;
}
.brand-name span {
  font-size: 12px;
  color: var(--soft);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(10, 16, 26, 0.12);
  background: rgba(255, 255, 255, 0.70);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 22px rgba(18, 28, 46, 0.10);
}
.btn:hover { background: rgba(255, 255, 255, 0.86); }
.btn:focus-visible { outline: 3px solid rgba(11, 132, 243, 0.30); outline-offset: 2px; }
.btn.primary {
  border: 1px solid rgba(11, 132, 243, 0.22);
  background: linear-gradient(135deg, rgba(11, 132, 243, 0.96), rgba(23, 87, 255, 0.90));
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(11, 132, 243, 0.18);
}
.btn.primary:hover { filter: saturate(1.05); }

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: start;
  padding: 0 0 80px;
}

.hero:before,
.hero:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

/* geometric-squares-3 (horizontal) */
.hero:before {
  left: max(20px, calc(50% - 560px));
  bottom: 48px;
  width: 200px;
  height: 140px;
  background: url("/assets/images/geometric-squares-3.svg") left bottom / contain no-repeat;
}

/* geometric-squares-5 (vertical) */
.hero:after {
  left: max(80px, calc(50% - 480px));
  bottom: 32px;
  width: 140px;
  height: 200px;
  background: url("/assets/images/geometric-squares-5.svg") left bottom / contain no-repeat;
}

.hero:before,
.hero:after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

/* geometric-squares-3 (horizontal) */
.hero:before {
  left: max(20px, calc(50% - 560px));
  bottom: 48px;
  width: 200px;
  height: 140px;
  background: url("/assets/images/geometric-squares-3.svg") left bottom / contain no-repeat;
}

/* geometric-squares-5 (vertical) */
.hero:after {
  left: max(80px, calc(50% - 480px));
  bottom: 32px;
  width: 140px;
  height: 200px;
  background: url("/assets/images/geometric-squares-5.svg") left bottom / contain no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-grid > div:first-child {
  padding-left: clamp(120px, 12vw, 200px);
  align-self: center;
}

.hero-art {
  display: grid;
  align-items: start;
  justify-items: end;
}
.hero-art img {
  width: min(720px, 100%);
  height: auto;
  opacity: 0.95;
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(10, 16, 26, 0.10);
  color: var(--muted);
  font-size: 13px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #fff, rgba(255,255,255,0) 55%), linear-gradient(135deg, var(--blue), var(--blue-2));
  box-shadow: 0 10px 18px rgba(11, 132, 243, 0.12);
}

h1 {
  margin: 12px 0 10px;
  font-size: clamp(34px, 4.6vw, 56px);
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: rgba(10, 16, 26, 0.92);
}

/* Keep spacing consistent under the brand title */
.hero h1 { margin-top: 12px; }

.hero-brand {
  font-size: clamp(52px, 7vw, 86px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.92;
  color: rgba(11, 132, 243, 0.98);
}

.lead {
  margin: 0;
  font-size: 18px;
  color: var(--ink);
  line-height: 1.6;
  max-width: 62ch;
}

.lede-sub {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 70ch;
}

.hero-value-prop {
  margin-top: 40px;
  max-width: 560px;
}

.hero-value-text {
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 24px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.micro {
  margin-top: 14px;
  color: var(--soft);
  font-size: 13px;
}

.card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

/* Removed sidecard (replaced by hero art) */

.list {
  margin: 0;
  padding: 0 0 0 16px;
  color: var(--muted);
  display: grid;
  gap: 8px;
  font-size: 14px;
}

.section {
  padding: 64px 0;
}

#overview {
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.40);
  border-top: 1px solid rgba(10, 16, 26, 0.08);
  border-bottom: 1px solid rgba(10, 16, 26, 0.08);
}

.overview-content {
  max-width: 900px;
}

/* Hide mobile-only content on desktop */
.mobile-only {
  display: none;
}

/* Show desktop-only content on desktop */
.desktop-only {
  display: block;
}

.overview-hero {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 720px;
}

.overview-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--ink);
  margin: 0 0 20px;
}

.overview-subtitle {
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 32px;
}

.overview-hero .hero-cta {
  justify-content: center;
  margin-top: 32px;
}

.overview-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  max-width: 960px;
  margin: 64px auto 0;
  padding: 0;
  position: relative;
}

.overview-details:before,
.overview-details:after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0.10;
}

/* geometric-squares-1 on left side */
.overview-details:before {
  left: -100px;
  top: -20%;
  width: 240px;
  height: 240px;
  background: url("/assets/images/geometric-squares-1.svg") center / contain no-repeat;
}

/* geometric-squares-4 on right side */
.overview-details:after {
  right: -100px;
  bottom: 10%;
  width: 220px;
  height: 220px;
  background: url("/assets/images/geometric-squares-4.svg") center / contain no-repeat;
}

.overview-details p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.8;
  color: var(--ink);
  position: relative;
}
.section h2 {
  margin: 0 0 10px;
  font-size: 26px;
  letter-spacing: -0.03em;
}
.section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

#product {
  padding: 80px 0;
}

.product-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 40px;
}

.product-intro {
  font-size: clamp(17px, 2vw, 20px);
  /* font-weight: 600; */
  line-height: 1.6;
  color: var(--ink);
  margin: 0;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.tile {
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: transparent;
  box-shadow: var(--shadow-2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}

.tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(18, 28, 46, 0.12);
}

.tile-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* blue like fpi: */
  background: rgba(11, 132, 243, 0.10);
  /* torquoise like issuer and le: */
  /* background: rgba(171, 214, 209, 0.30);  */
  border-radius: 12px;
}

.tile-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.tile h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.tile p { 
  margin: 0; 
  font-size: 15px; 
  line-height: 1.6;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.callout {
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(11, 132, 243, 0.18);
  background: linear-gradient(135deg, rgba(11, 132, 243, 0.08), rgba(25, 193, 179, 0.08));
  box-shadow: var(--shadow);
}
.callout strong { color: var(--ink); }
.callout p { margin-top: 8px; }

.hr {
  height: 1px;
  width: 100%;
  background: rgba(10, 16, 26, 0.10);
}

/* Stats strip */
.stats {
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.stat {
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(10, 16, 26, 0.08);
  background: rgba(255, 255, 255, 0.78);
}
.stat-k {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.stat-v {
  margin-top: 6px;
  font-size: 34px;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: rgba(10, 16, 26, 0.92);
}
.stat-s {
  margin-top: 6px;
  font-size: 13px;
  color: var(--soft);
}

/* How it works flow (deck-inspired) */
.flow {
  padding: 16px;
}
.flow-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 14px;
  align-items: stretch;
}
.flow-box {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(10, 16, 26, 0.10);
  background: rgba(255, 255, 255, 0.78);
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.flow-icon {
  width: 34px;
  height: 34px;
  opacity: 0.9;
}
.flow-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.flow-sub {
  color: var(--muted);
  line-height: 1.6;
}
.flow-mid {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(11, 132, 243, 0.18);
  background: linear-gradient(180deg, rgba(11, 132, 243, 0.96), rgba(11, 132, 243, 0.90));
  color: #fff;
  padding: 18px;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  align-content: start;
  box-shadow: 0 18px 42px rgba(11, 132, 243, 0.16);
}
.flow-mid:before {
  content: "";
  position: absolute;
  inset: -60px -60px auto auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 60%);
  transform: rotate(15deg);
  pointer-events: none;
}
.flow-mid-label {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.flow-mid-sub {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
}
.flow-mid-foot {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.80);
  font-weight: 700;
}

.flow-rails {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.flow-rail {
  position: relative;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(10, 16, 26, 0.10);
  background: rgba(255, 255, 255, 0.70);
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 10px;
}
.flow-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(11, 132, 243, 0.98);
}
.flow-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(10, 16, 26, 0.72);
}

/* Details / accordion */
.details {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

/* Slide 10 flow (issuer → FPI → law enforcement/regulators) */
.flow10 { margin-top: 18px; }

/* Flow separators with chevron-double-right on desktop */
.flow-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  background: url("/assets/images/chevron-double-right.svg") center / contain no-repeat;
  opacity: 0.4;
}

.flow10-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 32px 1.05fr 32px 1fr;
  gap: 18px;
  align-items: stretch;
}
.flow10-card {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(10, 16, 26, 0.10);
  background: rgba(255, 255, 255, 0.92);
  padding: 20px 20px 18px;
  box-shadow: var(--shadow-2);
  overflow: hidden;
}

/* Slide-specific card tint */
.flow10-issuer,
.flow10-le {
  /* Keep the requested tint, but make the card visually opaque so connector lines behind don't show through. */
  background:
    linear-gradient(rgba(171, 214, 209, 0.302), rgba(171, 214, 209, 0.302)),
    rgba(255, 255, 255, 0.92); /* #ABD6D14D over solid-ish white */
}

.flow10-issuer:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -14px;
  width: 220px;
  height: 220px;
  background: url("/assets/images/geometric-squares-2.svg") right bottom / contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
}
.flow10-le:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -14px;
  width: 220px;
  height: 220px;
  background: url("/assets/images/wing.svg") right top / contain no-repeat;
  opacity: 0.28;
  pointer-events: none;
}
.flow10-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}
.flow10-icon img {
  width: 34px;
  height: 34px;
  opacity: 0.9;
}
.flow10-title {
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 10px;
}
.flow10-body p {
  margin: 0 0 10px;
  color: rgba(10, 16, 26, 0.72);
  line-height: 1.6;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
}
.flow10-body p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  background: rgba(25, 193, 179, 0.8);
  border-radius: 1px;
}
.flow10-body p:last-child { margin-bottom: 0; }

.flow10-mid {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(11, 132, 243, 0.18);
  background: rgba(11, 132, 243, 1);
  color: #fff;
  padding: 22px 22px 18px;
  box-shadow: 0 18px 42px rgba(11, 132, 243, 0.16);
  overflow: hidden;
}
.flow10-mid-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 12px;
}
.flow10-mid-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.flow10-mid-body p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.90);
  line-height: 1.6;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
}
.flow10-mid-body p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
}
.flow10-mid-body p:last-child { margin-bottom: 0; }
details {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--panel);
  box-shadow: var(--shadow-2);
  overflow: hidden;
}
summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(11, 132, 243, 0.98);
  background: rgba(255, 255, 255, 0.78);
}
summary::-webkit-details-marker { display: none; }
details[open] summary {
  border-bottom: 1px solid rgba(10, 16, 26, 0.08);
}
.details-body {
  padding: 14px 16px 16px;
  color: var(--muted);
}
.details-body p { margin: 0 0 8px; }
.details-body p:last-child { margin-bottom: 0; }
.details-body h3 { margin: 12px 0 10px; }

footer {
  padding: 36px 0 48px;
  color: var(--soft);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  justify-items: center;
}

.fineprint {
  font-size: 12px;
  color: rgba(10, 16, 26, 0.55);
  line-height: 1.6;
  text-align: center;
}

/* Footer links removed */

/* Scale down geometric shapes on shorter desktop viewports */
@media (max-height: 850px) and (min-width: 921px) {
  .hero:before {
    width: 120px;
    height: 84px;
    bottom: 30px;
  }
  .hero:after {
    width: 90px;
    height: 130px;
    bottom: 20px;
  }
}

/* Mobile */
@media (max-width: 920px) {
  .hero { min-height: 95vh; padding: 48px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-grid > div:first-child { 
    padding-left: 0; 
    padding: 0 20px;
  }
  .brand { min-width: auto; }
  .hero-art { justify-items: start; margin-top: 0; }
  .hero-art img { width: min(480px, 100%); }
  
  /* Hide desktop-only content on mobile */
  .desktop-only { display: none !important; }
  
  /* Show mobile-only content on mobile */
  .mobile-only { display: block; }
  
  .overview-hero { margin-bottom: 40px; }
  
  /* Make geometric squares smaller on mobile */
  .hero:before {
    left: 10px;
    bottom: 20px;
    width: 100px;
    height: 70px;
  }
  .hero:after {
    left: 50px;
    bottom: 10px;
    width: 80px;
    height: 100px;
  }
}

@media (max-width: 1100px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .overview-details { 
    grid-template-columns: 1fr; 
    gap: 32px;
    margin-top: 48px;
  }
  .overview-details:before,
  .overview-details:after {
    display: none;
  }
}

@media (max-width: 760px) {
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-rails { grid-template-columns: 1fr; }
  .flow10-grid { 
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  /* Change separators to chevron-double-down on mobile */
  .flow-separator {
    display: block;
    width: 32px;
    height: 32px;
    margin: 24px auto;
    background: url("/assets/images/chevron-double-down.svg") center / contain no-repeat;
    opacity: 0.4;
  }
  
  #overview { padding: 48px 0; }
  .overview-hero { margin-bottom: 40px; }
  .overview-details { 
    grid-template-columns: 1fr; 
    margin-top: 40px;
    gap: 28px;
  }
  
  /* Add geometric patterns to each paragraph on mobile */
  .overview-details p {
    position: relative;
    padding: 24px;
    overflow: hidden;
  }
  
  .overview-details p:first-child:after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 140px;
    height: 140px;
    background: url("/assets/images/geometric-squares-2.svg") right bottom / contain no-repeat;
    opacity: 0.12;
    pointer-events: none;
    z-index: -1;
  }
  
  .overview-details p:last-child:after {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: 140px;
    height: 140px;
    background: url("/assets/images/geometric-squares-3.svg") left top / contain no-repeat;
    opacity: 0.12;
    pointer-events: none;
    z-index: -1;
  }
  
  /* Keep desktop geometric squares hidden on mobile */
  .overview-details:before,
  .overview-details:after {
    display: none;
  }
  
  #product { padding: 56px 0; }
  .product-header { margin-bottom: 36px; }
}

/* Utility */
.muted { color: var(--muted); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn.primary:hover { transform: none; }
}

/* No animations by request */
