/* Global base styles — reset, typography, utilities, blog listing */

/* === Reset === */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body), sans-serif;
  font-weight: var(--font-body-weight, 400);
  color: var(--color-text);
  background: var(--color-background);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading), serif;
  font-weight: var(--font-heading-weight, 700);
  line-height: 1.2;
  color: var(--color-text);
}

h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: var(--color-primary-dark);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* === Utilities === */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* ==========================================================================
   BLOG LISTING (blog-*)
   ========================================================================== */
.g907ea {
  padding: var(--spacing-section-padding, 80px) 1.5rem;
}

.n73e0a {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.adeb19 {
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-card-radius, 12px);
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  color: var(--color-text);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
.adeb19:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-elevated);
  color: var(--color-text);
}

.a37c32 {
  width: 100%;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}

.l318d7 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.adeb19:hover .l318d7 {
  transform: scale(1.05);
}

.h1d13a {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.ib2baa {
  font-family: var(--font-heading), serif;
  font-weight: var(--font-heading-weight, 700);
  font-size: 1.25rem;
  line-height: 1.35;
}

.k95fed {
  color: var(--color-text-secondary);
  font-size: 0.925rem;
  line-height: 1.6;
}

.eef827 {
  color: var(--color-text-secondary);
  font-size: 0.925rem;
  line-height: 1.6;
}

.ofca22 {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: auto;
}

@media (max-width: 768px) {
  .n73e0a {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   HOMEPAGE BLOG PREVIEW (ka69ef-*)
   Fallback styles for the AI-generated "From the Blog" section on homepages.
   ========================================================================== */
.ka69ef {
  padding: var(--spacing-section-padding, 80px) 1.5rem;
  background: var(--color-background-alt);
}

.l08c33 {
  max-width: var(--spacing-container-max-width, 1180px);
  margin: 0 auto;
}

.mc404c {
  text-align: center;
  margin-bottom: 2.5rem;
}

.o1a3ac {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.l0756f {
  position: relative;
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-card-radius, 12px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.l0756f:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-elevated);
}

.eb9791 {
  position: relative;
  height: 160px;
  background: var(--color-background-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.acc6a3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 8%, transparent), color-mix(in srgb, var(--color-primary) 15%, transparent));
}

.p73cbe { background: linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 10%, transparent), color-mix(in srgb, var(--color-secondary) 10%, transparent)); }
.i5160a { background: linear-gradient(135deg, color-mix(in srgb, var(--color-accent) 10%, transparent), color-mix(in srgb, var(--color-primary) 10%, transparent)); }
.lc1a86 { background: linear-gradient(135deg, color-mix(in srgb, var(--color-secondary) 10%, transparent), color-mix(in srgb, var(--color-accent) 10%, transparent)); }

.m219f0 {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text-on-primary);
  background: var(--color-primary);
  padding: 0.2rem 0.65rem;
  border-radius: var(--spacing-button-radius, 50px);
  letter-spacing: 0.02em;
}

.fd1766 {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.kccc8c {
  font-family: var(--font-heading), serif;
  font-weight: var(--font-heading-weight, 700);
  font-size: 1.1rem;
  line-height: 1.35;
  color: var(--color-text);
}

.d425b9 {
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
  flex: 1;
}

.bc506b {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: auto;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.bc506b:hover {
  color: var(--color-primary-dark);
  gap: 0.6rem;
}

.ka69ef-footer {
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .o1a3ac {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   HOMEPAGE FINAL CTA (ed37d7-*)
   ========================================================================== */
.ed37d7 {
  position: relative;
  padding: var(--spacing-section-padding, 80px) 1.5rem;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: var(--color-text-on-primary);
  overflow: hidden;
}

.i2b4a8 {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  background: var(--color-text-on-primary);
  pointer-events: none;
}

.od8625 {
  width: 400px;
  height: 400px;
  top: -120px;
  right: -100px;
}

.de507d {
  width: 250px;
  height: 250px;
  bottom: -80px;
  left: -60px;
}

.d0ea53 {
  max-width: var(--spacing-container-max-width, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.odec66 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.f26ad1 {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

.j3a403 {
  font-family: var(--font-heading), serif;
  font-weight: var(--font-heading-weight, 700);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.2;
  color: var(--color-text-on-primary);
}

.m7d13e {
  font-size: 1.05rem;
  line-height: 1.7;
  opacity: 0.9;
}

.c82dc3 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 0.5rem;
}

.a81f2d {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}

.p55409 {
  font-family: var(--font-heading), serif;
  font-weight: var(--font-heading-weight, 700);
  font-size: 1.5rem;
  line-height: 1;
}

.ec38ce {
  display: flex;
  gap: 2px;
}

.oe98eb {
  font-size: 0.8rem;
  opacity: 0.75;
}

.a86328 {
  width: 1px;
  height: 36px;
  background: color-mix(in srgb, var(--color-text-on-primary) 25%, transparent);
}

.gc624a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
}

.h3b1c9 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.m785ec {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  opacity: 0.85;
}

.e089ea {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.e089ea img {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: var(--spacing-card-radius, 16px);
  position: relative;
  z-index: 1;
}

.h68595 {
  position: absolute;
  width: 80%;
  height: 80%;
  background: color-mix(in srgb, var(--color-text-on-primary) 12%, transparent);
  border-radius: 50%;
  filter: blur(40px);
}

@media (max-width: 768px) {
  .d0ea53 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .c82dc3 {
    justify-content: center;
  }

  .gc624a {
    align-items: center;
  }

  .h3b1c9 {
    justify-content: center;
  }

  .e089ea {
    order: -1;
  }

  .e089ea img {
    max-width: 320px;
  }
}

/* ==========================================================================
   HOMEPAGE USE CASES (hp-usecase-*)
   ========================================================================== */
.n9cdfb {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.p7e119 {
  font-family: var(--font-heading), serif;
  font-weight: var(--font-heading-weight, 700);
  font-size: 1.1rem;
  line-height: 1.3;
  color: var(--color-text);
}

.c0a172 {
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
}

.ie6501 {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: auto;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.ie6501:hover {
  color: var(--color-primary-dark);
  gap: 0.55rem;
}

.c3ebda,
.n0481e,
.o6d3a3,
.n273cc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--spacing-border-radius, 12px);
  flex-shrink: 0;
}

.c3ebda { background: color-mix(in srgb, var(--color-primary) 12%, transparent); }
.n0481e { background: color-mix(in srgb, var(--color-secondary) 15%, transparent); }
.o6d3a3 { background: color-mix(in srgb, var(--color-accent) 12%, transparent); }
.n273cc { background: color-mix(in srgb, var(--color-success) 12%, transparent); }

/* ==========================================================================
   HOMEPAGE PROBLEM/SOLUTION VARIANTS (hp-problem-*)
   ========================================================================== */
.hab887 {
  background: color-mix(in srgb, var(--color-error) 5%, var(--color-surface));
  border-radius: var(--spacing-card-radius, 12px);
  padding: 2rem;
}

.l16997,
.he2431 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.l16997 li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-error);
  margin-right: 0.6rem;
  vertical-align: middle;
}

.he2431 li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-success);
  margin-right: 0.6rem;
  vertical-align: middle;
}

/* ==========================================================================
   HOMEPAGE SHARED BUTTON FALLBACKS (if79b9*)
   ========================================================================== */
.if79b9 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight, 700);
  font-size: 1rem;
  text-decoration: none;
  padding: 0.75rem 1.75rem;
  border-radius: var(--spacing-button-radius, 50px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  border: none;
}

.if79b9:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-elevated);
}

.f4efba {
  background: var(--color-secondary);
  color: var(--color-text);
  box-shadow: var(--shadow-button);
}

.f4efba:hover {
  color: var(--color-text);
}

.b64c6c {
  padding: 1rem 2.25rem;
  font-size: 1.05rem;
}

.g05fdc {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.g05fdc:hover {
  background: color-mix(in srgb, var(--color-primary) 8%, transparent);
  color: var(--color-primary);
}

/* ==========================================================================
   HOMEPAGE HERO FALLBACK (m79390-*)
   ========================================================================== */
.m79390 {
  padding: var(--spacing-section-padding, 80px) 1.5rem;
  background: var(--color-background);
  overflow: hidden;
}

.h7db43 {
  max-width: var(--spacing-container-max-width, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.jd9a12 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.gf88a1 {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary);
}

.o24fb6 {
  font-family: var(--font-heading), serif;
  font-weight: var(--font-heading-weight, 700);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.15;
  color: var(--color-text);
}

.jd8f08 {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--color-text-secondary);
}

.cccdd0 {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.g62e16 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g62e16 img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: var(--spacing-card-radius, 16px);
}

@media (max-width: 768px) {
  .h7db43 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cccdd0 {
    justify-content: center;
  }

  .g62e16 {
    order: -1;
  }

  .g62e16 img {
    max-width: 360px;
  }
}

/* ==========================================================================
   HOMEPAGE TRUST BAR FALLBACK (ed8a52-*)
   ========================================================================== */
.ed8a52 {
  padding: 1.5rem;
  background: var(--color-background-alt);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.o568e3 {
  max-width: var(--spacing-container-max-width, 1180px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.j703ff {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-text-secondary);
}

.n3f2d4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  color: var(--color-primary);
  flex-shrink: 0;
}

/* ==========================================================================
   HOMEPAGE FEATURES FALLBACK (ff5115-*)
   ========================================================================== */
.ff5115 {
  padding: var(--spacing-section-padding, 80px) 1.5rem;
  background: var(--color-background);
}

.m60b53 {
  max-width: var(--spacing-container-max-width, 1180px);
  margin: 0 auto;
}

.e4be81 {
  text-align: center;
  margin-bottom: 3rem;
}

.p4f095 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

.pced8e {
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-card-radius, 12px);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pced8e:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-elevated);
}

.b922a3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--spacing-border-radius, 12px);
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  color: var(--color-primary);
}

.j162a9 {
  font-family: var(--font-heading), serif;
  font-weight: var(--font-heading-weight, 700);
  font-size: 1.1rem;
  color: var(--color-text);
}

.n8121f {
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p4f095 {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   HOMEPAGE TESTIMONIALS FALLBACK (jee46f-*)
   ========================================================================== */
.jee46f {
  padding: var(--spacing-section-padding, 80px) 1.5rem;
  background: var(--color-background-alt);
}

.j16d28 {
  padding: var(--spacing-section-padding, 80px) 1.5rem;
  background: var(--color-background-alt);
}

.j0d208,
.ga6adb {
  max-width: var(--spacing-container-max-width, 1180px);
  margin: 0 auto;
}

.h70330,
.bc8ece {
  text-align: center;
  margin-bottom: 2.5rem;
}

.pe0bd2,
.ae135e {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.p5a398,
.lbc0b0 {
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-card-radius, 12px);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.n2e258,
.mf1ba5 {
  display: flex;
  gap: 2px;
  color: var(--color-secondary);
}

.kc89a8,
.l44f19 {
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
}

.e93124,
.f0d934 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}

.d4c877,
.i81d14 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-primary) 12%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--color-primary);
  font-size: 0.9rem;
}

.k631fb,
.g4e6fa {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-text);
}

@media (max-width: 768px) {
  .pe0bd2,
  .ae135e {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   PRODUCT PAGE TRUST BADGES FALLBACK (d3bbce-*)
   ========================================================================== */
.d3bbce {
  padding: 1.5rem;
  background: var(--color-background-alt);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.fb0046 {
  max-width: var(--spacing-container-max-width, 1180px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.nb7d8f {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-text-secondary);
}

.md5071 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  color: var(--color-primary);
  flex-shrink: 0;
}

/* ==========================================================================
   PRODUCT PAGE FEATURES FALLBACK (d1fcf8-*, cd67fd-*)
   ========================================================================== */
.d1fcf8,
.cd67fd {
  padding: var(--spacing-section-padding, 80px) 1.5rem;
  background: var(--color-background);
}

.ecb0d9,
.pe384f {
  max-width: var(--spacing-container-max-width, 1180px);
  margin: 0 auto;
}

.jaad57,
.l12584 {
  text-align: center;
  margin-bottom: 3rem;
}

.i8c58b,
.m45800 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

.c46996,
.ac871d {
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-card-radius, 12px);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.c46996:hover,
.ac871d:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-elevated);
}

.k7e9fc,
.ob1405 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--spacing-border-radius, 12px);
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  color: var(--color-primary);
}

@media (max-width: 768px) {
  .i8c58b,
  .m45800 {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   PRODUCT PAGE HOW IT WORKS FALLBACK (p5d0ad-*)
   ========================================================================== */
.p5d0ad {
  padding: var(--spacing-section-padding, 80px) 1.5rem;
  background: var(--color-background-alt);
}

.obe0a5 {
  max-width: var(--spacing-container-max-width, 1180px);
  margin: 0 auto;
}

.ic6354 {
  text-align: center;
  margin-bottom: 3rem;
}

.c8d483 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.o22072 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.o4f0c9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-text-on-primary);
  font-family: var(--font-heading), serif;
  font-weight: var(--font-heading-weight, 700);
  font-size: 1.2rem;
}

.h1d493 {
  font-family: var(--font-heading), serif;
  font-weight: var(--font-heading-weight, 700);
  font-size: 1.05rem;
  color: var(--color-text);
}

.k5d846 {
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ==========================================================================
   PRODUCT PAGE FAQ FALLBACK (fcf0dc-*)
   ========================================================================== */
.fcf0dc {
  padding: var(--spacing-section-padding, 80px) 1.5rem;
  background: var(--color-background);
}

.dc5a0e {
  max-width: 800px;
  margin: 0 auto;
}

.c329c5 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.he8115 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.fcf0dc details {
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-card-radius, 12px);
  overflow: hidden;
}

.fcf0dc summary {
  padding: 1.25rem 1.5rem;
  font-family: var(--font-heading), serif;
  font-weight: var(--font-heading-weight, 700);
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.fcf0dc summary::-webkit-details-marker {
  display: none;
}

.fcf0dc details[open] summary {
  border-bottom: 1px solid var(--color-border);
}

.f902cf {
  padding: 1.25rem 1.5rem;
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ==========================================================================
   PRODUCT PAGE FINAL CTA FALLBACK (k3b6b0-*)
   ========================================================================== */
.k3b6b0 {
  position: relative;
  padding: var(--spacing-section-padding, 80px) 1.5rem;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: var(--color-text-on-primary);
  overflow: hidden;
}

.l8b93c {
  max-width: var(--spacing-container-max-width, 1180px);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.abbe7e {
  font-family: var(--font-heading), serif;
  font-weight: var(--font-heading-weight, 700);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.2;
  color: var(--color-text-on-primary);
  margin-bottom: 1rem;
}

.af2ffe {
  font-size: 1.05rem;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.l0830c {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight, 700);
  font-size: 1.05rem;
  padding: 1rem 2.25rem;
  border-radius: var(--spacing-button-radius, 50px);
  background: var(--color-secondary);
  color: var(--color-text);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: var(--shadow-button);
}

.l0830c:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-elevated);
}

.a9aab1 {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  background: var(--color-text-on-primary);
  pointer-events: none;
}

.dad990 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  opacity: 0.8;
}
