/* =========================================================================
 * CardComparison — token-driven, faithful to the LCL card comparison design.
 * Tokens come from /reference code/variables.css (bundled globally on the
 * published site); each has a hard fallback so the component renders correctly
 * even where a token is missing (e.g. the local demo before the CSS loads).
 * Desktop = aligned CSS grid. Mobile = horizontal scroll-snap carousel (2 cards
 * visible, label above each value). Rows use display:contents wrappers so they
 * keep grid alignment AND a role="row" for assistive tech.
 * ========================================================================= */

.eOBuu2FUmv8x2xum1r57 {
  --cc-text: var(--_swatch---swatch--brand-text, #393939);
  --cc-muted: var(--_swatch---swatch--brand-text-o60, #6b6b6b);
  --cc-blue: var(--_swatch---swatch--brand-blue-600, #3b51d5);
  --cc-blue-dark: var(--_swatch---swatch--brand-blue-900, #1f368b);
  --cc-bg: var(--_swatch---swatch--brand-blue-100, #eef1fc);
  --cc-white: var(--_swatch---swatch--brand-white, #fff);
  --cc-border: var(--_swatch---swatch--brand-neutral-200, #e7e7e7);

  box-sizing: border-box;
  width: 100%;
  /* No background / padding / radius here on purpose: the component is dropped
   * into a Webflow section that already handles outer background + spacing.
   * (--cc-bg is kept only as a fallback some inner pieces may reference.) */
  color: var(--cc-text);
  font-family: var(--_typography---font--primary-family, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);
  -webkit-font-smoothing: antialiased;
}
.eOBuu2FUmv8x2xum1r57 *,
.eOBuu2FUmv8x2xum1r57 *::before,
.eOBuu2FUmv8x2xum1r57 *::after {
  box-sizing: border-box;
}

/* ---------- mini card chip (CSS-drawn, evokes the real cards) ---------- */
.HGIvMk41iV4NcDdnBK7D {
  width: 74px;
  height: 46px;
  border-radius: 6px;
  padding: 6px 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(20, 33, 74, 0.18);
  overflow: hidden;
}
.XYDeev1_Tt5eRW3zJvVl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.c7WqR2aNDB1hkoR9Dmja {
  width: 11px;
  height: 8px;
  border-radius: 2px;
  background: linear-gradient(135deg, #f4d97a, #c9a233);
  flex-shrink: 0;
}
._3SdhetRIlzUrGHetYRk {
  font-size: 6.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-transform: uppercase;
}
.g9UcAFHKTxXaIxI1Ltbv {
  align-self: flex-end;
  font-size: 8px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
}
.HGIvMk41iV4NcDdnBK7D[data-theme="business"] {
  background: linear-gradient(135deg, #e1571f, #c5421a);
  color: #fff;
}
.HGIvMk41iV4NcDdnBK7D[data-theme="gold"] {
  background: linear-gradient(135deg, #ddc88c, #bda05f);
  color: #3a3320;
}
.HGIvMk41iV4NcDdnBK7D[data-theme="gold"] .c7WqR2aNDB1hkoR9Dmja {
  background: linear-gradient(135deg, #fff2c2, #d9b865);
}
.HGIvMk41iV4NcDdnBK7D[data-theme="excellence"] {
  background: linear-gradient(135deg, #232323, #050505);
  color: #fff;
}
.HGIvMk41iV4NcDdnBK7D[data-theme="platinum"] {
  background: linear-gradient(135deg, #c2c6cb, #969ba1);
  color: #2a2d31;
}

/* ---------- RDV button (outline pill) ---------- */
.SjfUU7vtdmycXpcLTzQo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 9px 14px;
  border: 1.5px solid var(--cc-blue);
  border-radius: 100vw;
  background: var(--cc-white);
  color: var(--cc-blue);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.SjfUU7vtdmycXpcLTzQo:hover,
.SjfUU7vtdmycXpcLTzQo:focus-visible {
  background: var(--cc-blue);
  color: var(--cc-white);
  outline: none;
}

/* ---------- card name ---------- */
.w3oXEdW49RFTEO12cI04 {
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.25;
  white-space: pre-line;
  text-align: center;
}

/* =========================================================================
 * DESKTOP — aligned grid
 * ========================================================================= */
.cXNdLPjlvpJTElLrc0Ig {
  display: block;
}

.U2IskJoupV8ytqzYn8KI {
  display: grid;
  grid-template-columns: var(--cc-grid);
  align-items: end;
  margin-bottom: 14px;
}
.V8G_dprM5y6TgvhNi7K_ {
  margin-inline: 7px;
  background: var(--cc-white);
  border-radius: 16px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  box-shadow: 0 1px 2px rgba(20, 33, 74, 0.04);
}

.REgIx7IXYlEgE0LxxH9p {
  display: grid;
  grid-template-columns: var(--cc-grid);
  background: var(--cc-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(20, 33, 74, 0.04);
}

.oRfaT6ru_umVye3J0_Cy {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: var(--cc-grid);
  align-items: center;
  border-bottom: 1px solid var(--cc-border);
}
.kWBWH52RtE04YyRqay_M {
  padding: 18px 22px;
}
/* Per-card note cell — sits in that card's column, so a caveat (e.g. Platinum's
 * "L by LCL" requirement) aligns above its column and travels with the card. */
.aJFJ5WMBC5tsfoVI9h4t {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
}
.ORpJfi8GRpQsamu0SPSw {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--cc-text);
}
.Fb944yBwLrJadNU6499A {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--cc-blue);
  color: var(--cc-white);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.IZwpMqEJbm8yHXBly4Lw {
  color: var(--cc-muted);
  font-size: 0.8rem;
  line-height: 1.35;
  text-align: center;
}

/* rows: wrapper is display:contents → cells become direct grid items */
.xdRicKy0TcSg_w1CFbaJ {
  display: contents;
}
.d_JzHegNDADxpEyeoa_g {
  display: flex;
  align-items: center;
  padding: 18px 22px;
  color: var(--cc-muted);
  font-size: 0.9rem;
  line-height: 1.35;
  border-bottom: 1px solid var(--cc-border);
}
.ET2m6qTEU5gwRd0cyD6M {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 18px 14px;
  text-align: center;
  border-bottom: 1px solid var(--cc-border);
}
.xdRicKy0TcSg_w1CFbaJ:last-child .d_JzHegNDADxpEyeoa_g,
.xdRicKy0TcSg_w1CFbaJ:last-child .ET2m6qTEU5gwRd0cyD6M {
  border-bottom: none;
}
.lkDMu5PqHrPUeStuJ8U0 {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.3;
}
.Zrhf9t4G6XQzdxphRfwk {
  color: var(--cc-muted);
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 400;
}
.p4hlzd4OvkS5enyiDqz2 {
  color: var(--cc-muted);
  font-weight: 400;
}
.Rr5k4R3bmMXGvAxxQsAu {
  color: var(--cc-text);
  font-weight: 600;
}

/* =========================================================================
 * MOBILE — scroll-snap carousel (2 cards visible, label above each value)
 * ========================================================================= */
.ImtXrC5_ZKBu7R2SPzjw {
  display: none;
}
.teqNBNNSgClxUZSfUFpA {
  margin-bottom: 14px;
}
.teqNBNNSgClxUZSfUFpA .ORpJfi8GRpQsamu0SPSw {
  margin-bottom: 8px;
}
.teqNBNNSgClxUZSfUFpA .IZwpMqEJbm8yHXBly4Lw {
  text-align: left;
  max-width: none;
}

.nkjOIIpLuKzTK9rKPViA {
  overflow: hidden;
}
.ODv8yOIV23JoL4fs641j {
  display: flex;
  gap: 12px;
  cursor: grab;
  /* let vertical page scroll pass through; framer handles the horizontal drag */
  touch-action: pan-y;
  user-select: none;
}
.ODv8yOIV23JoL4fs641j:active {
  cursor: grabbing;
}
.oVAxJe4OuAYppaMYb_WQ {
  flex: 0 0 calc(50% - 6px);
  min-width: 0;
  background: var(--cc-white);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 1px 2px rgba(20, 33, 74, 0.05);
}
.FZcfMZ3XImGDvsxMLjac {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--cc-border);
}
.itwMjpIGkIp18svwp2rK {
  color: var(--cc-muted);
  font-size: 0.72rem;
  line-height: 1.3;
  text-align: center;
}
.YpKCKtpLltZzksIsS7YK {
  padding: 10px 0;
  border-bottom: 1px solid var(--cc-border);
}
.YpKCKtpLltZzksIsS7YK:last-child {
  border-bottom: none;
}
.NBovvdauFzE3ty0AnPmr {
  color: var(--cc-muted);
  font-size: 0.72rem;
  line-height: 1.25;
  margin-bottom: 4px;
}
.XYcyjMVXp6jFPhlCJSx0 {
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.3;
}
.vT_7x6swpFpo_VMUdzWE {
  display: block;
  color: var(--cc-muted);
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 2px;
}

/* Sticky bottom control bar — keeps the prev/next arrows + dots reachable while
 * the tall card columns scroll, and signals that cards can be switched. */
.qp1gz3Rt2auuyF3S7hcc {
  /* fixed (not sticky): sticky is silently disabled by any ancestor with
   * overflow:hidden — common on Webflow sections/wrappers — whereas fixed
   * floats against the viewport regardless. Shown only while the carousel is
   * on screen (toggled by .mNavHidden via an IntersectionObserver). */
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  max-width: calc(100vw - 24px);
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid var(--cc-border);
  border-radius: 100vw;
  box-shadow: 0 6px 22px rgba(20, 33, 74, 0.2);
  transition: opacity 0.2s ease;
}
.Lu1Ymanj97UWb7UH3Gi9 {
  opacity: 0;
  pointer-events: none;
}
.H2WmgVrnIDXEywzHFroC {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid var(--cc-blue);
  background: var(--cc-white);
  color: var(--cc-blue);
  padding: 0;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}
.H2WmgVrnIDXEywzHFroC:hover:not(:disabled),
.H2WmgVrnIDXEywzHFroC:focus-visible:not(:disabled) {
  background: var(--cc-blue);
  color: var(--cc-white);
  outline: none;
}
.H2WmgVrnIDXEywzHFroC:disabled {
  opacity: 0.4;
  cursor: default;
  border-color: var(--cc-border);
  color: var(--cc-muted);
}
.H2WmgVrnIDXEywzHFroC svg {
  width: 18px;
  height: 18px;
}

.Us326vMtIeBgrG7TWnkW {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.TCJMAdo7uuhXEIXw98Bz {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: var(--cc-border);
  cursor: pointer;
  transition: background 0.15s ease, width 0.15s ease;
}
.OB0l8UhkKsxKe1rxgM5B {
  background: var(--cc-blue);
  width: 22px;
  border-radius: 5px;
}

@media (max-width: 860px) {
  .cXNdLPjlvpJTElLrc0Ig {
    display: none;
  }
  .ImtXrC5_ZKBu7R2SPzjw {
    display: block;
  }
}

