/* ─────────────────────────────────────────────────────────────
   AAA Central Penn — Consideration Page
   Type: Biennale (brand)
   Palette: brand primary blue + red, secondary yellow/cyan
   ───────────────────────────────────────────────────────────── */

@font-face {
  font-family: 'Biennale';
  src: url("blob:null/7b8ea5ed-c73d-48e2-b7cf-6775b49d1b2a") format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url("blob:null/293e85de-6bcf-4ae2-ac94-05b0c9e294fb") format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url("blob:null/fc919924-9a70-4f8e-aa5e-3d6f702bf9f1") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url("blob:null/f35cd4f8-3c92-4517-9fa5-df4055f8fe54") format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url("blob:null/e365d66d-eb20-4061-b119-50e47f861115") format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url("blob:null/d9c5967e-da5c-4ddb-af1b-37cc8e4414ed") format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url("blob:null/489775c2-e6fb-45fe-9277-3e5d0c623005") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url("blob:null/6c4c7e4f-b2d6-4992-b496-88b73bf543bc") format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url("blob:null/0225383e-454e-40ab-a4a9-1b0cc8f5a9fb") format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url("blob:null/546226dd-f5c9-4703-9fce-45c30d178264") format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Brand palette */
  --c-blue: #0A1E9B;
  --c-blue-dark: #0A1E9B;
  --c-red: #EB1E32;
  --c-red-dark: #C31428;
  --c-yellow: #FABE32;
  --c-cyan: #00D7FF;
  --c-pink: #FF91E1;
  --c-gold: #E68C1E;
  --c-slate: #288CC8;

  /* Surface */
  --c-cream: #F2F3F7;
  --c-cream-2: #E9EBF2;
  --c-ink: #0A1E9B;
  --c-ink-2: #2A2F4B;
  --c-muted: rgba(10, 30, 155, 0.62);
  --c-line: rgba(10, 30, 155, 0.14);
  --c-card: #ffffff;

  /* Lead accent — flips with color-emphasis tweak */
  --c-lead: var(--c-blue);
  --c-lead-dark: var(--c-blue-dark);
  --c-eyebrow: var(--c-red);

  /* Oval intensity — 0 (subtle) … 1 (bold) */
  --oval-bold: 0;

  --r-pill: 999px;
  --r-card: 10px;
  --r-tile: 10px;
  --r-btn: 10px;

  --container: 1180px;
}

/* COLOR EMPHASIS THEMES ----------------------------------------------------- */
[data-emphasis="red-led"] {
  --c-lead: var(--c-red);
  --c-lead-dark: var(--c-red-dark);
  --c-eyebrow: var(--c-blue);
}
[data-emphasis="blue-led"] {
  --c-lead: var(--c-blue);
  --c-lead-dark: var(--c-blue-dark);
  --c-eyebrow: var(--c-blue);
}
[data-emphasis="balanced"] {
  --c-lead: var(--c-blue);
  --c-lead-dark: var(--c-blue-dark);
  --c-eyebrow: var(--c-red);
}

/* RESET --------------------------------------------------------------------- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Open Sans', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: var(--c-ink);
  background: #ffffff;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* TYPE ---------------------------------------------------------------------- */
.eyebrow {
  font-family: 'Biennale', ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-eyebrow);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

h1, h2, h3, h4 {
  font-family: 'Biennale', ui-sans-serif, system-ui, sans-serif;
  color: var(--c-ink);
  letter-spacing: -0.015em;
  text-wrap: balance;
  margin: 0;
}
h1 {
  font-weight: 700;
  font-size: clamp(40px, 4.4vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.02em;
}
h2 {
  font-weight: 700;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.015em;
}
h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.005em;
}
.lede {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--c-muted);
  text-wrap: pretty;
  font-weight: 400;
}
.txt-mute { color: var(--c-muted); }
.txt-red { color: var(--c-red); }
.txt-blue { color: var(--c-blue); }
.hl-yellow {
  color: var(--c-ink);
  font-style: italic;
  font-weight: 800;
  background: var(--c-yellow);
  display: inline-block;
  padding: 0.02em 0.32em 0.08em;
  border-radius: 50%/55%;
  line-height: 1;
  transform: rotate(-1.5deg);
  margin: 0 0.04em;
}

/* LAYOUT -------------------------------------------------------------------- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
}
section { position: relative; }

/* BUTTONS ------------------------------------------------------------------- */
.btn {
  font-family: 'Biennale', ui-sans-serif, system-ui, sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--r-btn);
  padding: 12px 22px;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.005em;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  line-height: 1.2;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { flex-shrink: 0; }
.btn .ext-ic { width: 10px; height: 10px; }
.btn .tri-ic { width: 8px; height: 9px; flex-shrink: 0; display: inline-block; vertical-align: middle; }
.btn-primary { background: var(--c-red); color: #fff; box-shadow: 0 4px 14px rgba(235,30,50,0.18); }
.btn-primary:hover { background: var(--c-red-dark); box-shadow: 0 8px 22px rgba(235,30,50,0.25); }
.btn-dark { background: var(--c-blue-dark); color: #fff; }
.btn-dark:hover { background: #07166e; }
.btn-blue { background: var(--c-blue); color: #fff; box-shadow: 0 4px 14px rgba(10,30,155,0.22); }
.btn-blue:hover { background: #07166e; box-shadow: 0 8px 22px rgba(10,30,155,0.28); }
.btn-ghost {
  background: transparent;
  color: var(--c-blue-dark);
  border: 1.5px solid rgba(0,30,95,0.22);
  padding: 10.5px 20.5px;
}
.btn-ghost:hover { border-color: var(--c-blue-dark); background: rgba(0,30,95,0.04); }
.btn-yellow { background: var(--c-yellow); color: var(--c-blue-dark); }
.btn-yellow:hover { background: #FFC83E; }
.btn-white { background: #fff; color: var(--c-blue-dark); }
.btn-white:hover { background: #f5f3ed; }
.btn-sm { padding: 9px 16px; font-size: 13px; border-radius: var(--r-btn); }
.btn-lg { padding: 14px 24px; font-size: 15px; border-radius: var(--r-btn); }
.btn-ghost.btn-lg { padding: 12.5px 22.5px; }
.ghost-on-dark {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.4);
  color: #fff;
}
.ghost-on-dark:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.ghost-on-dark.btn-lg { padding: 12.5px 22.5px; }

/* TEXT-ONLY CTAs (bold text + triangle, no button bg) ----------------------- */
.btn-text {
  font-family: 'Biennale', ui-sans-serif, system-ui, sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  padding: 12px 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.005em;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.2;
  transition: opacity .15s ease, transform .15s ease;
}
.btn-text:hover { opacity: 0.78; transform: translateX(2px); }
.btn-text .tri-ic {
  width: 9px;
  height: 10px;
  flex-shrink: 0;
  display: inline-block;
}
.btn-text-light { color: #fff; }
.btn-text-dark { color: var(--c-blue-dark); }
.btn-text-blue { color: var(--c-blue); }
.btn-text-lg { padding: 14px 4px; font-size: 15px; }
.btn-text-lg .tri-ic { width: 10px; height: 11px; }


/* Hero Section */
.page-id-9803 .hdr .wrap { justify-content: space-between; align-items:center;}
.header-cta a { padding: .85em 1em; background-color: #fff; color: #0a1e9b; border: 1px solid rgba(0,30,95,0.22); 
border-radius: 12px;
    color: #0A1E9B;
    display: inline-flex;
    font-size: 14px;
    justify-content: center;
    min-width: 100px;
text-align: center;
    text-decoration: none;
    font-family: "BiennaleBold";
    font-weight: normal;
    font-style: normal;
    transition: all .3s ease;
}

.header-cta a[target="_blank"]:not(.exclude)::after { display:none; }

.header-cta a:after {
  background-image: url("../images/header_link_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 6px;
  position: relative;
  width: 10px;
  z-index: 2;
  transition: all .3s ease;
}

 .header-cta a:hover {
    background-color: #0a1e9b;
    color: #fff;
  }
 .header-cta a:hover::after {
    background-image: url("../images/header_link_arrow_white.svg");
  }

.hero {  padding: 72px 0; }
.hero-grid { display: grid; grid-template-columns: 360px 1fr; gap: 5vw;}

.hero-des {}

.hero-des-row { width: 100%; margin-bottom: 44px; }
.hero-des-row h1  { margin-bottom: 28px; font-size: clamp(50px, 3.4vw, 72px);}
.hero-des-row p {  font-family: 'BiennaleSemiBold';  font-size: 20px; line-height: 32px; color: #000; }

.hero-img { border-radius: 21px; overflow: hidden; }
.hero-img img { border-radius: 21px; height: 100%; object-fit: cover; object-position: top; }

.links-wrap { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.hero .links-wrap a.btn:not(.btn-alt) { margin:0; }
.hero .links-wrap .btn-link,
.hero .links-wrap .btn-alt { color:#0A1E9B; }
.hero .links-wrap .btn-link:last-child { margin: 0;}
.links-wrap .btn:after { display: none !important; }

.hero .links-wrap .btn-link::after,
.hero .links-wrap a[target="_blank"]:not(.exclude)::after { content: url(../images/fa-caret-right-white.svg); display: inline-block;
  height: 18px;
  line-height: 1;
  width: 6px;
  margin-left: .5em; background-image: none;}

.hero-border-top { border: 0; background: #4A4541; height: 1px; width: 100%; margin: 22px 0 18px; }
.hero-counter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;}
.hero-counter-col {  }
.hero-counter-col h2 { font-size: 32px; letter-spacing: -0.96px; margin: 0 0 5px;}
.hero-counter-col p { margin: 0; font-size: 12px; line-height: 19px; letter-spacing: 0.96px;  font-family: 'OpenSans'; font-weight: 400;  color: #000;}

/* PERCEPTION SHIFT BAND ----------------------------------------------------- */
.perception {
  background: #001E5F;
  color: #fff;
  padding: 86px 0;
  position: relative;
  overflow: hidden;
}
.perception h2 { color: #fff; max-width: 760px; }
.perception h2 em {
  font-style: normal;
  color: var(--c-yellow);
  position: relative;
  white-space: nowrap;
}
.perception .lede {
  color: rgba(255,255,255,0.78);
  max-width: 760px;
  margin-top: 18px;
}
.perception .strip {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  /* border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px; */
  overflow: hidden;
}
.perception .strip .item {
  padding: 24px 22px;
  /* border-right: 1px solid rgba(255,255,255,0.14); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  text-align: center;
}
.perception .strip .item:last-child { border-right: 0; }
.perception .strip .l {
  font-size: 18px;
  font-family: 'BiennaleBold';
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.perception .strip .l img { width: 52px; }
.perception-bold-oval { display: none; }
.perception-bold-oval-2 { display: none; }

/* INTERACTIVE BENEFITS ------------------------------------------------------ */
.benefits {
  padding: 110px 0 120px;
  position: relative;
}
.benefits-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 48px;
  margin-bottom: 56px;
}
.benefits-head h2 { max-width: 720px; margin-top: 20px; font-weight: 400; color: #000000; padding-top: 0;}
.benefits-head .lede { max-width: 380px; margin: 0; }

/* Common: expanded panel content */
.bp-panel {
  background: #fff;
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,30,95,0.08);
  border: 1px solid var(--c-line);
}
.bp-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  min-height: 480px;
}
.bp-content {
  padding: 56px;
  display: flex;
  flex-direction: column;
}
.bp-content .eyebrow { margin-bottom: 18px; }
.bp-content h3 {
  font-size: 32px;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  line-height: 1.15;
  font-weight: 400;
  padding: 0;
  font-family: 'BiennaleRegular';
}
.bp-content p { font-size: 16px; color: var(--c-muted); margin: 0 0 18px; }
.bp-content p.bp-teaser {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-weight: 500;
  margin: 0 0 18px;
}
.bp-content p.bp-body {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0,0,0,0.66);
  margin: 0 0 28px;
}
.bp-uses-title, .bp-best-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-blue-dark);
  margin-bottom: 12px;
}
.bp-uses {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.bp-uses:last-child { margin-bottom: 0; }
.bp-uses .pill {
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  border-radius: var(--r-pill);
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--c-blue-dark);
}
.bp-best {
  font-size: 15px;
  color: var(--c-blue-dark);
  margin-bottom: 32px;
  padding: 16px 20px;
  background: var(--c-cream);
  border-left: 3px solid var(--c-red);
  border-radius: 0 12px 12px 0;
}
.bp-best em { font-style: italic; color: var(--c-blue); }
.bp-cta { margin-top: auto; }
.bp-media {
  position: relative;
  background: var(--c-cream-2);
  overflow: hidden;
  min-height: 420px;
}
.bp-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Mode: TABS */
.bp-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px;
  background: #fff;
  border-radius: var(--r-card);
  border: 1px solid var(--c-line);
  width: max-content;
  box-shadow: 0 4px 14px rgba(0,30,95,0.05);
}
.bp-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: var(--r-btn);
  border: 0;
  background: transparent;
  color: var(--c-blue-dark);
  /*font-weight: 600;*/
  font-size: 14px;
  transition: background .15s ease, color .15s ease;
  font-family: 'BiennaleSemiBold';


}
.bp-tab .ic {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--c-cream);
  display: grid; place-items: center;
  font-size: 12px;
}
.bp-tab[aria-selected="true"] {
  background: var(--c-blue);
  color: #fff;
}
.bp-tab[aria-selected="true"] .ic { background: var(--c-yellow); color: var(--c-blue-dark); }
.bp-tab:hover:not([aria-selected="true"]) { background: var(--c-cream); }
.bp-tab.active:hover { background: #0A1E9B;}

/* ── Mode: ACCORDION */
.bp-accordion { display: flex; flex-direction: column; gap: 12px; }
.bp-acc-item {
  background: #fff;
  border-radius: var(--r-card);
  border: 1px solid var(--c-line);
  overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease;
}
.bp-acc-item.open { box-shadow: 0 24px 60px rgba(0,30,95,0.08); border-color: rgba(0,30,95,0.18); }
.bp-acc-head {
  width: 100%;
  display: grid;
  grid-template-columns: 56px 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 24px 28px;
  background: transparent;
  border: 0;
  text-align: left;
}
.bp-acc-head .ic {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--c-cream-2);
  display: grid; place-items: center;
  font-size: 22px;
  color: var(--c-blue-dark);
  transition: background .2s ease, color .2s ease;
}
.bp-acc-item.open .bp-acc-head .ic { background: var(--c-red); color: #fff; }
.bp-acc-head h4 { font-size: 22px; color: var(--c-blue-dark); }
.bp-acc-head .sub { font-size: 14px; color: var(--c-muted); margin-top: 2px; }
.bp-acc-head .chev {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--c-cream);
  display: grid; place-items: center;
  font-size: 16px;
  color: var(--c-blue-dark);
  transition: transform .25s ease, background .2s ease;
}
.bp-acc-item.open .bp-acc-head .chev { transform: rotate(45deg); background: var(--c-yellow); }
.bp-acc-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s ease;
}
.bp-acc-item.open .bp-acc-body { grid-template-rows: 1fr; }
.bp-acc-body > div { overflow: hidden; }
.bp-acc-inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  padding: 8px 28px 32px;
  border-top: 1px solid var(--c-line);
  padding-top: 28px;
  margin-top: 4px;
}
.bp-acc-inner .acc-photo {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  border-radius: 50%;
  overflow: hidden;
}
.bp-acc-inner .acc-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ── Mode: TILES (AAACP photo-card pattern) */
.bp-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.bp-tile {
  position: relative;
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  color: inherit;
}
.bp-tile .t-photo {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 18px;
  background: var(--c-cream-2);
  isolation: isolate;
}
.bp-tile .t-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}
.bp-tile:hover .t-photo img { transform: scale(1.04); }
.bp-tile .t-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 8px;
  background: rgba(255,255,255,0.94);
  border-radius: var(--r-pill);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-blue-dark);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.bp-tile .t-tag .t-ic {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--c-yellow);
  display: inline-grid; place-items: center;
  font-size: 11px;
  color: var(--c-blue-dark);
}
.bp-tile.is-travel .t-tag .t-ic { background: var(--c-cyan); }
.bp-tile.is-roadside .t-tag .t-ic { background: var(--c-red); color: #fff; }
.bp-tile.is-insurance .t-tag .t-ic { background: var(--c-pink); }
.bp-tile .t-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bp-tile .t-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--c-blue);
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-decoration-color: var(--c-blue);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  transition: color .15s ease, text-decoration-color .15s ease;
}
.bp-tile:hover .t-title { color: var(--c-red); text-decoration-color: var(--c-red); }
.bp-tile .t-desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--c-muted);
  margin: 2px 0 4px;
}
.bp-tile .t-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Biennale', sans-serif;
  color: var(--c-blue);
  letter-spacing: -0.005em;
  text-transform: none;
  margin-top: auto;
}
.bp-tile .t-link .tri-ic {
  width: 9px;
  height: 10px;
  color: var(--c-blue);
  flex-shrink: 0;
}
.bp-tile:hover .t-link { color: var(--c-red); }
.bp-tile:hover .t-link .tri-ic { color: var(--c-red); }

/* Modal for tiles mode */
.tile-modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 20, 60, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 40px;
  animation: fade .2s ease;
}
@keyframes fade { from { opacity: 0 } to { opacity: 1 } }
.tile-modal {
  background: #fff;
  border-radius: var(--r-card);
  max-width: 980px;
  width: 100%;
  position: relative;
  overflow: auto;
  max-height: 90vh;
  display: block;
}
.tile-modal-close {
  position: absolute;
  top: 16px; right: 16px;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 0;
  background: var(--c-cream);
  font-size: 18px;
  color: var(--c-blue-dark);
  z-index: 2;
  display: grid; place-items: center;
}
.tile-modal-close:hover { background: var(--c-red); color: #fff; }

/* TIERS --------------------------------------------------------------------- */
.tiers {
  background: rgba(10,30,155,0.05);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.tiers-head {
  text-align: center;
  margin-bottom: 64px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.tiers-head .eyebrow { justify-content: center; }
.tiers-head h2 { margin: 22px auto 18px; padding-top: 0;}
.tiers-head .lede { margin: 0 auto; max-width: 580px; color: #000000; }
.tier-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}
.tier-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--c-line);
  padding: 34px 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.tier-card.is-featured {
  background: #001E5F;
  color: #fff;
  border-color: var(--c-blue-dark);
  box-shadow: 0 24px 60px rgba(0,30,95,0.22);
  transform: translateY(-12px);
}
.tier-card .tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--c-red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  white-space: nowrap;
}
.tier-name {
  display: flex;
  align-items: baseline;
  gap: 12px;
  justify-content: space-between;
}
.tier-name h3 {
  font-size: 32px;
  letter-spacing: -0.025em;
}
.tier-card.is-featured h3 { color: #fff; }
.tier-name .badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-muted);
  padding: 5px 10px;
  border: 1px solid var(--c-line);
  border-radius: 6px;
}
.tier-card.is-featured .tier-name .badge {
  color: var(--c-yellow);
  border-color: rgba(255,205,80,0.5);
}
.tier-best {
  font-size: 15px;
  color: var(--c-muted);
  line-height: 1.45;
}
.tier-card.is-featured .tier-best { color: rgba(255,255,255,0.78); }
.tier-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding: 18px 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}
.tier-card.is-featured .tier-price { border-color: rgba(255,255,255,0.18); }
.tier-price .amt {
  font-size: 38px;
  /*font-weight: 800;*/
  font-family: 'BiennaleBold';
  letter-spacing: -0.03em;
  color: var(--c-blue-dark);
}
.tier-card.is-featured .tier-price .amt { color: #fff; }
.tier-price .per { font-size: 14px; color: var(--c-muted); }
.tier-card.is-featured .tier-price .per { color: rgba(255,255,255,0.7); }
.tier-feats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.tier-feats li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 15px;
  line-height: 1.45;
  color: var(--c-blue-dark);
}
.tier-card.is-featured .tier-feats li { color: rgba(255,255,255,0.92); }
.tier-feats .check {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--c-cream);
  color: var(--c-blue-dark);
  display: grid; place-items: center;
  font-size: 12px;
  font-weight: 700;
}
.tier-card.is-featured .tier-feats .check { background: #fff; }
.tier-feats .check.x { background: transparent; color: var(--c-muted); border: 1px solid var(--c-line); }
.tier-card.is-featured .tier-feats .check.x { color: rgba(255,255,255,0.4); border-color: rgba(255,255,255,0.2); background: transparent; }

.tier-cta { margin-top: 4px; }
.tier-incl {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--c-blue-dark);
  margin-bottom: -4px;
}
.is-featured .tier-cta  a.btn:not(.btn-alt) { background: var(--c-red);  }
.tier-cta a[target="_blank"]:not(.exclude).btn::after { display: none; }

.tier-card.is-featured .tier-incl { color: #fff; }
.tier-cta .btn { width: 100%; justify-content: center; }
.tier-foot {
  text-align: center;
  margin-top: 48px;
  font-size: 14px;
  color: var(--c-muted);
}
.tier-foot a { color: var(--c-red); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* PROMO MODULE -------------------------------------------------------------- */
.promo {
  padding: 90px 0;
  background: var(--c-cream);
}
.promo-card {
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: var(--c-red);
  color: #fff;
  min-height: 360px;
  position: relative;
}
.promo-card.is-evergreen {
  background: var(--c-blue-dark);
}
.promo-card .promo-copy {
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promo-card .promo-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,0.16);
  width: max-content;
  margin-bottom: 22px;
}
.promo-card .promo-tag .pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--c-yellow);
  box-shadow: 0 0 0 0 rgba(250,190,50,0.7);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(250,190,50,0.7) }
  70% { box-shadow: 0 0 0 12px rgba(250,190,50,0) }
  100% { box-shadow: 0 0 0 0 rgba(250,190,50,0) }
}
.promo-card h2 {
  color: #fff;
  font-size: 38px;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  line-height: 1.1;
}
.promo-card h2 em { font-style: italic; color: var(--c-yellow); }
.promo-card .promo-sub {
  font-size: 18px;
  line-height: 1.45;
  color: rgba(255,255,255,0.82);
  margin-bottom: 32px;
  max-width: 460px;
}
.promo-card .promo-ctas { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.promo-card .promo-ctas .ghost-on-dark {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.4);
  color: #fff;
}
.promo-card .promo-ctas .ghost-on-dark:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.promo-card .timer {
  display: flex;
  gap: 10px;
  margin-top: 28px;
  align-items: center;
}
.promo-card .timer .seg {
  background: rgba(255,255,255,0.12);
  padding: 10px 14px;
  border-radius: 12px;
  text-align: center;
  min-width: 64px;
}
.promo-card .timer .seg .v {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}
.promo-card .timer .seg .u {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
}
.promo-card .promo-art {
  position: relative;
  overflow: hidden;
  background: var(--c-blue-dark);
}
.promo-card.is-evergreen .promo-art { background: var(--c-red); }
.promo-card .promo-art img {
  width: 100%; height: 100%; object-fit: cover;
}
.promo-card .promo-badge {
  position: absolute;
  top: 38%;
  right: 28px;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--c-yellow);
  color: var(--c-blue-dark);
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
  z-index: 2;
}
.promo-card .promo-badge .b1 { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.promo-card .promo-badge .b2 { font-size: 56px; font-weight: 800; letter-spacing: -0.04em; line-height: 0.9; }
.promo-card .promo-badge .b3 { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }

/* FAQ ----------------------------------------------------------------------- */
.faq {
  padding: 110px 0;
  background: var(--c-cream);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}
.faq-head h2 { margin-bottom: 24px; }
.faq-head .lede { max-width: 400px; }
.faq-head .help {
  margin-top: 36px;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--c-line);
  display: flex;
  gap: 16px;
  align-items: center;
}
.faq-head .help .ic {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--c-yellow);
  display: grid; place-items: center;
  font-size: 20px;
}
.faq-head .help .copy strong { display: block; font-size: 15px; color: var(--c-blue-dark); }
.faq-head .help .copy span { font-size: 13px; color: var(--c-muted); }

.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--c-line);
  overflow: hidden;
}
.faq-item.open { border-color: rgba(0,30,95,0.22); box-shadow: 0 8px 24px rgba(0,30,95,0.05); }
.faq-q {
  width: 100%;
  text-align: left;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 1fr 28px;
  align-items: center;
  gap: 20px;
  border: 0;
  background: transparent;
  font-size: 17px;
  font-weight: 600;
  color: var(--c-blue-dark);
}
.faq-q .ind {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--c-cream);
  color: var(--c-blue-dark);
  display: grid; place-items: center;
  font-size: 16px;
  transition: transform .25s ease, background .2s ease;
}
.faq-item.open .faq-q .ind { transform: rotate(45deg); background: var(--c-red); color: #fff; }
.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a > div { overflow: hidden; }
.faq-a p {
  padding: 0 26px 24px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--c-muted);
  max-width: 580px;
}

/* MEMBERSHIP FAQS (dark navy) ----------------------------------------------- */
.faqs {
  background: #001E5F;
  background-image: radial-gradient(120% 90% at 100% 0%, rgba(60,110,220,0.28) 0%, rgba(0,30,95,0) 55%);
  color: #fff;
  padding: 92px 0;
}
.faqs-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 72px;
  align-items: start;
}
.faqs-main h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0 0 24px;
}
.faqs-list { display: flex; flex-direction: column; }
.faqs-item { border-bottom: 1px solid rgba(255,255,255,0.16); }
.faqs-item:first-child { border-top: 1px solid rgba(255,255,255,0.16); }
.faqs-q {
  width: 100%;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px 2px;
  text-align: left;
  color: #fff;
  font-family: 'Biennale', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.faqs-q:hover { color: rgba(255,255,255,0.82); }
.faqs-q .pm {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  transition: transform .25s ease;
}
.faqs-item.open .faqs-q .pm { transform: rotate(45deg); }
.faqs-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}
.faqs-item.open .faqs-a { grid-template-rows: 1fr; }
.faqs-a > div { overflow: hidden; }
.faqs-a p {
  margin: 0;
  padding: 0 40px 20px 2px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
}
.faqs-aside { padding-top: 4px; }
.faqs-aside h3 {
  color: #fff;
  font-size: 24px;
  font-family: 'BiennaleSemiBold';
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}
.faqs-aside p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
  margin: 0;
}
.faqs-aside a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.faqs-aside a:hover { color: rgba(255,255,255,0.75); }

/* FINAL CTA ----------------------------------------------------------------- */
.final {
  padding: 90px 0 110px;
  background: var(--c-cream);
}
.final-card {
  background: var(--c-blue-dark);
  color: #fff;
  border-radius: 10px;
  padding: 80px 64px;
  position: relative;
  overflow: hidden;
}
.final-card .eyebrow { color: var(--c-yellow); }
.final-card h2 {
  color: #fff;
  max-width: 580px;
  font-size: 44px;
  line-height: 1.08;
  margin: 18px 0 26px;
}
.final-card h2 em { color: var(--c-yellow); font-style: normal; }
.final-card .lede { color: rgba(255,255,255,0.78); max-width: 540px; margin-bottom: 40px; }
.final-card .final-ctas { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.final-card .ghost-on-dark { background: transparent; border: 1.5px solid rgba(255,255,255,0.4); color: #fff; }
.final-card .ghost-on-dark:hover { border-color: #fff; background: rgba(255,255,255,0.06); }
.final-card .final-art {
  position: absolute;
  right: -150px;
  top: -150px;
  width: 621px;
  height: 621px;
  border-radius: 50%;
  overflow: hidden;
  transform: translateZ(0);
}
.final-card .final-art img {
  width: 100%; height: 100%; object-fit: cover;
}

/* FOOTER -------------------------------------------------------------------- */
.foot {
  background: #03143d;
  color: rgba(255,255,255,0.7);
  padding: 56px 0 40px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
}
.foot h5 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin: 0 0 16px;
}
.foot ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.foot ul a:hover { color: #fff; }
.foot .brandmark .name { color: #fff; }
.foot .blurb { font-size: 14px; line-height: 1.55; margin-top: 18px; max-width: 320px; }
.foot-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}

/* OVAL DECOR BG (bold mode) ------------------------------------------------- */
.oval-decor {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: calc(var(--oval-bold) * 1);
  transition: opacity .35s ease;
}
.hero-oval-1 {
  top: 80px; right: -240px;
  width: 520px; height: 520px;
  border: 1px solid rgba(0,30,95,0.14);
}
.hero-oval-2 {
  top: 300px; left: -200px;
  width: 360px; height: 360px;
  border: 1px solid rgba(235,30,50,0.18);
}
.benefits-oval-1 {
  top: 60px; right: -160px;
  width: 380px; height: 380px;
  background: var(--c-yellow);
  opacity: calc(var(--oval-bold) * 0.18);
}
.tiers-oval-1 {
  top: -120px; left: -120px;
  width: 360px; height: 360px;
  border: 1px solid rgba(0,30,95,0.18);
}
.tiers-oval-2 {
  bottom: -200px; right: -160px;
  width: 480px; height: 480px;
  background: var(--c-pink);
  opacity: calc(var(--oval-bold) * 0.16);
}

/* BOGO PROMO (text on image) ------------------------------------------------ */
.bogo { padding: 44px 0; }
.bogo-frame {
  position: relative;
  border-radius: var(--r-card);
  overflow: hidden;
  min-height: 440px;
  display: flex;
  align-items: center;
  box-shadow: 0 24px 60px rgba(0,30,95,0.16);
}
.bogo-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 58%;
}
.bogo-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(0,16,46,0.90) 0%,
    rgba(0,16,46,0.72) 42%,
    rgba(0,16,46,0.14) 80%,
    rgba(0,16,46,0) 100%);
}
.bogo-copy {
  position: relative;
  z-index: 2;
  padding: 56px;
  max-width: 640px;
  color: #fff;
}
.bogo-copy .crumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}
.bogo-copy .crumb a { text-decoration: underline; text-underline-offset: 3px; }
.bogo-copy .crumb a[target="_blank"]:not(.exclude)::after { display: none; }
.bogo-copy .crumb a:hover { color: #fff; }
.bogo-copy h2 {
  color: #fff;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  padding-top: 0;
}
.bogo-copy .bogo-sub {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255,255,255,0.88);
  margin: 20px 0 34px;
  max-width: 520px;
}
.bogo-copy .bogo-ctas { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.bogo-ctas a[target="_blank"]:not(.exclude)::after { display: none; }


.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}

.bp-tab.active{
    background:#0A1E9B;
    color:#fff;
    font-family: 'BiennaleBold';
}

.faqs-a{
    display:none;
}

.faqs-item.open .pm{
    transform:rotate(45deg);
}

.pm{
    transition:all .3s ease;
}


@media only screen and (max-width: 991px) 
{
.perception .strip { /* grid-template-columns: repeat(3, 1fr); */ }
.perception .strip .l { font-size: 14px; }
.perception .strip .l img { width: 40px; }
.perception .strip .item { padding: 10px 5px; gap: 5px; }

.bp-content { padding: 30px; }

.benefits { padding: 50px 0; }
.tier-grid { grid-template-columns: repeat(2, 1fr); }

.tiers { padding: 50px 0; }

.faqs { padding: 60px 0; }
.faqs-grid { gap: 30px; }
}
@media only screen and (max-width: 767px) 
{
.hero { padding: 50px 0; }
.hero-grid { grid-template-columns: 1fr; }

.perception { padding: 50px 0 40px; }
.perception .strip { grid-template-columns: repeat(2, 1fr); margin-top: 30px;}
.perception .strip .item { align-items: flex-start; }
.perception .strip .l { font-size: 16px; }


.benefits-head { flex-direction: column; align-items: flex-start; gap: 20px; }
.bp-grid { grid-template-columns: 1fr; }

.bp-content h3 { font-size: 30px; }

.faqs-grid  { grid-template-columns: 1fr; }

}

@media only screen and (max-width: 600px) 
{
.tier-grid { grid-template-columns: repeat(1, 1fr); }
}