/* =========================================================================
   Contacts+ marketing site — design system v2
   Modeled on the PRODUCT UI (ui.contactsplus.com login/signup):
   serif display headings + Heebo UI, bright blue #0E78D4, soft glows,
   12px radii, cool #F0F6FA canvas, warm neutral accents.
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&family=Spectral:wght@500;600;700&display=swap');

:root {
  /* brand blue (product primary) */
  --cp-blue: #0E78D4;
  --cp-blue-dark: #0860B0;
  --cp-blue-bright: #1CA3F7;
  --cp-blue-tint: #E3F0FB;

  /* ink / neutrals */
  --cp-ink: #15233A;          /* headings (navy)        */
  --cp-body: #0F2B3C;         /* body text              */
  --cp-muted: #5b6b7a;        /* secondary text         */
  --cp-line: #E2E8EE;         /* hairline borders       */

  /* canvas / surfaces */
  --cp-bg: #FFFFFF;           /* white canvas (was #F0F6FA cool tint) */
  --cp-surface: #ffffff;

  /* warm accents (from product) */
  --cp-cream: #ECE6DC;
  --cp-taupe: #A39283;
  --cp-brown: #3A2A1F;

  /* type */
  --cp-serif: 'Iowan Old Style', 'Spectral', 'Palatino Linotype', Georgia, serif;
  --cp-sans: 'Heebo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* shape + depth */
  --cp-radius: 12px;
  --cp-radius-lg: 20px;
  --cp-radius-pill: 999px;
  --cp-glow: 0 8px 18px rgba(14, 120, 212, .28);     /* primary button glow */
  --cp-shadow: 0 18px 48px rgba(21, 35, 58, .12);     /* floating cards      */
  --cp-shadow-sm: 0 6px 20px rgba(21, 35, 58, .08);

  --cp-maxw: 1180px;
  --cp-gutter: 24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--cp-sans);
  font-size: 18px; line-height: 1.65;
  color: var(--cp-body);
  background: var(--cp-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cp-blue); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ---- Type: serif display headings, sans body ---------------------------- */
h1, h2, h3 { font-family: var(--cp-serif); color: var(--cp-ink); font-weight: 700; line-height: 1.16; margin: 0 0 .35em; letter-spacing: -.015em; }
h1 { font-size: clamp(3rem, 6.4vw, 5.2rem); }
h2 { font-size: clamp(2.3rem, 4.6vw, 3.7rem); }
/* Standard section headings (eyebrow → heading → lead) are smaller than hero/CTA h2s */
.section-head h2 { font-size: clamp(1.5rem, 3vw, 1.95rem); }
h3 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
h4 { font-family: var(--cp-sans); font-weight: 700; color: var(--cp-ink); font-size: 1.2rem; margin: 0 0 .4em; }
p  { margin: 0 0 1em; }

/* ---- Layout helpers ----------------------------------------------------- */
.container { max-width: var(--cp-maxw); margin-inline: auto; padding-inline: var(--cp-gutter); }
.section { padding: clamp(56px, 9vw, 110px) 0; }
.section--surface { background: var(--cp-surface); }
.text-center { text-align: center; }
.eyebrow { font-family: var(--cp-sans); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; color: var(--cp-blue); font-size: .95rem; margin-bottom: .9em; }
.lead { font-family: var(--cp-sans); font-size: 1.4rem; line-height: 1.5; color: var(--cp-muted); max-width: 62ch; }
.section-head { max-width: 780px; margin: 0 auto clamp(48px, 7vw, 76px); text-align: center; }
/* gradient highlight for exciting accents in headings */
.text-grad { background: linear-gradient(100deg, var(--cp-blue), var(--cp-blue-bright)); -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block; padding-bottom: .1em; }
/* rotating hero word (fades + lifts on swap, echoing the live site's switcher) */
.rotator { display: inline-block; transition: opacity .35s ease, transform .35s ease; }
.rotator.swapping { opacity: 0; transform: translateY(.28em); }
@media (prefers-reduced-motion: reduce) { .rotator { transition: none; } }

/* ---- Buttons (product: 12px radius, bright blue, soft glow) ------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--cp-sans); font-weight: 700; font-size: 1.15rem; line-height: 1;
  padding: 18px 36px; border-radius: var(--cp-radius);
  border: 1.5px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--primary { background: var(--cp-blue); color: #fff; box-shadow: var(--cp-glow); }
.btn--primary:hover { background: var(--cp-blue-dark); color: #fff; box-shadow: 0 12px 26px rgba(14,120,212,.34); }
.btn--outline { background: #fff; color: var(--cp-ink); border-color: var(--cp-line); box-shadow: var(--cp-shadow-sm); }
.btn--outline:hover { border-color: var(--cp-blue); color: var(--cp-blue); }
.btn--lg { padding: 22px 46px; font-size: 1.3rem; }

/* ---- Announcement bar --------------------------------------------------- */
.announce { position: relative; background: linear-gradient(90deg, #E3F0FB, #F0F6FA); color: var(--cp-ink); font-family: var(--cp-sans); font-size: 1.08rem; font-weight: 500; text-align: center; padding: 13px 16px; z-index: 60; }
.announce strong { font-weight: 700; }
.announce .dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--cp-blue); margin-right: 9px; vertical-align: middle; }
.announce-link { font: inherit; font-weight: 700; color: var(--cp-blue); background: none; border: 0; padding: 0 0 1px; margin-left: 4px; cursor: pointer; border-bottom: 1.5px solid currentColor; }
.announce-link:hover { color: var(--cp-blue-dark); }
.announce-panel { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(-6px); width: min(880px, 94vw); background: #fff; border: 1px solid var(--cp-line); border-radius: var(--cp-radius-lg); box-shadow: 0 30px 70px -20px rgba(21,35,58,.4); padding: 30px 28px; text-align: center; opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease; z-index: 70; }
.announce-panel[data-open="true"] { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.announce-panel h4 { font-family: var(--cp-serif); font-weight: 700; font-size: 1.7rem; color: var(--cp-ink); margin: 0 0 .35em; }
.announce-panel p { font-size: 1.02rem; color: var(--cp-muted); margin: 0 auto 4px; line-height: 1.55; max-width: 64ch; }
.phone-gallery { display: flex; gap: 16px; justify-content: center; margin: 22px 0 20px; overflow-x: auto; padding: 4px 2px 12px; scroll-snap-type: x mandatory; }
.phone-gallery figure { margin: 0; flex: 0 0 auto; width: 140px; text-align: center; scroll-snap-align: center; }
.phone-frame { background: #15233A; border-radius: 24px; padding: 7px; box-shadow: var(--cp-shadow-sm); }
.phone-frame::before { content: ''; display: block; width: 38px; height: 4px; border-radius: 3px; background: rgba(255,255,255,.35); margin: 2px auto 6px; }
.phone-frame img { width: 100%; border-radius: 18px; display: block; }
.phone-gallery figcaption { margin-top: 11px; font-family: var(--cp-sans); font-weight: 700; font-size: .88rem; color: var(--cp-ink); }
.phone-gallery .phone-frame { cursor: zoom-in; transition: transform .18s ease, box-shadow .18s ease; }
.phone-gallery figure:hover .phone-frame { transform: translateY(-4px); box-shadow: var(--cp-shadow); }
@media (max-width: 620px) { .phone-gallery { justify-content: flex-start; } }

/* Lightbox: click a gallery phone to view it ~2x larger */
.mobile-lightbox { position: fixed; inset: 0; background: rgba(15,35,60,.74); backdrop-filter: blur(5px); display: none; align-items: center; justify-content: center; gap: 26px; z-index: 200; padding: 3vh 16px; cursor: zoom-out; }
.mobile-lightbox[data-open="true"] { display: flex; animation: lbfade .2s ease; }
.lb-stage { display: flex; flex-direction: column; align-items: center; gap: 14px; cursor: default; }
.lb-caption { color: #fff; font-family: var(--cp-sans); font-weight: 700; font-size: 1.1rem; letter-spacing: .01em; }
.mobile-lightbox .phone-frame { width: auto; background: #15233A; border-radius: 34px; padding: 11px; box-shadow: 0 40px 90px -20px rgba(0,0,0,.55); cursor: default; }
.mobile-lightbox .phone-frame::before { content: ''; display: block; width: 54px; height: 6px; border-radius: 4px; background: rgba(255,255,255,.35); margin: 3px auto 9px; }
.mobile-lightbox .phone-frame img { width: auto; max-height: 76vh; border-radius: 26px; display: block; }
.lb-nav { flex: none; width: 56px; height: 56px; border-radius: 50%; border: 0; background: rgba(255,255,255,.16); color: #fff; font-size: 2rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .15s ease; }
.lb-nav:hover { background: rgba(255,255,255,.32); }
.lb-close { position: absolute; top: 22px; right: 26px; width: 46px; height: 46px; border-radius: 50%; border: 0; background: rgba(255,255,255,.16); color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .15s ease; }
.lb-close:hover { background: rgba(255,255,255,.32); }
@keyframes lbfade { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 620px) { .mobile-lightbox { gap: 6px; padding: 3vh 4px; } .lb-nav { width: 42px; height: 42px; font-size: 1.5rem; } .mobile-lightbox .phone-frame img { max-height: 70vh; } }

/* ---- Header / nav ------------------------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(240,246,250,.85); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--cp-line); }
.site-header .container { display: flex; align-items: center; gap: 30px; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand:hover { text-decoration: none; }
.brand img.wordmark { height: 53px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: 6px; }
.main-nav a { font-family: var(--cp-sans); color: var(--cp-ink); font-weight: 600; font-size: 1.18rem; }
.main-nav a:hover { color: var(--cp-blue); text-decoration: none; }
.header-cta { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.header-cta .login { font-family: var(--cp-sans); color: var(--cp-ink); font-weight: 700; font-size: 1.18rem; }
.header-cta .btn { padding: 11px 24px; font-size: 1.1rem; }
.main-nav a, .header-cta .login, .btn { white-space: nowrap; }
/* header site-search: compact icon toggle that opens a dropdown panel */
.search-toggle { width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--cp-line); background: #fff; color: var(--cp-ink); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; flex: none; transition: border-color .15s ease, color .15s ease; }
.search-toggle:hover { border-color: var(--cp-blue); color: var(--cp-blue); }
.search-toggle svg { width: 18px; height: 18px; }
.header-search-panel { position: absolute; top: calc(100% - 6px); right: var(--cp-gutter); z-index: 80; background: #fff; border: 1px solid var(--cp-line); border-radius: var(--cp-radius); box-shadow: var(--cp-shadow); padding: 14px; width: min(420px, 92vw); }
.header-search-panel[hidden] { display: none; }
.hs-box { display: flex; align-items: center; gap: 9px; border: 1.5px solid var(--cp-line); border-radius: var(--cp-radius); padding: 11px 14px; }
.hs-box:focus-within { border-color: var(--cp-blue); box-shadow: 0 0 0 3px rgba(14,120,212,.12); }
.hs-box svg { width: 18px; height: 18px; color: var(--cp-muted); flex: none; }
.hs-box input { flex: 1; min-width: 0; border: 0; outline: none; background: none; font-family: var(--cp-sans); font-size: 1rem; color: var(--cp-ink); }
.hs-results { margin-top: 10px; max-height: 52vh; overflow: auto; display: flex; flex-direction: column; gap: 2px; }
.hs-results:empty { display: none; }
.hs-item { display: flex; flex-direction: column; gap: 1px; padding: 9px 12px; border-radius: 8px; text-decoration: none; }
.hs-item:hover { background: var(--cp-blue-tint); }
.hs-title { font-family: var(--cp-sans); font-weight: 600; color: var(--cp-ink); font-size: .95rem; line-height: 1.3; }
.hs-meta { font-family: var(--cp-sans); color: var(--cp-muted); font-size: .76rem; }
.hs-empty { padding: 12px; color: var(--cp-muted); font-family: var(--cp-sans); font-size: .92rem; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.7rem; cursor: pointer; color: var(--cp-ink); margin-left: auto; }

/* ---- Hero --------------------------------------------------------------- */
.hero { position: relative; padding: clamp(56px, 8vw, 120px) 0; overflow-x: clip; }
html, body { max-width: 100%; }
/* contain 3D-shot transform bleed per-section so the page stays fully responsive */
.section, .logo-strip { overflow-x: clip; }
.hero::before { content: ''; position: absolute; inset: -10% -5% 0 -5%; background:
  radial-gradient(820px 520px at 82% 12%, rgba(28,163,247,.28), transparent 62%),
  radial-gradient(680px 460px at 8% 90%, rgba(14,120,212,.14), transparent 60%);
  pointer-events: none; z-index: 0; }
.hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.55fr; gap: 48px; align-items: start; }
.hero-art { margin-top: 40px; }
.hero h1 { margin-bottom: .3em; }
.hero .hero-sub { font-family: var(--cp-sans); font-size: 1.6rem; line-height: 1.45; color: var(--cp-muted); margin-bottom: .55em; max-width: 32ch; }
.hero .hero-crm { font-family: var(--cp-sans); font-size: 1.05rem; line-height: 1.55; color: var(--cp-muted); max-width: 48ch; margin: 0 0 1.6em; }
.hero .hero-crm strong { color: var(--cp-ink); font-weight: 600; }
.hero-signup { display: flex; gap: 10px; flex-wrap: wrap; max-width: 480px; }
.hero-signup input { flex: 1 1 230px; padding: 16px 18px; border: 1.5px solid var(--cp-line); border-radius: var(--cp-radius); font: inherit; font-family: var(--cp-sans); background: #fff; }
.hero-signup input:focus { outline: none; border-color: var(--cp-blue); box-shadow: 0 0 0 4px rgba(14,120,212,.12); }
.hero-meta { display: flex; align-items: center; gap: 14px; margin-top: 18px; color: var(--cp-muted); font-size: .92rem; font-family: var(--cp-sans); }
.hero-art { position: relative; }
.hero-art img { border-radius: var(--cp-radius-lg); box-shadow: var(--cp-shadow); background: #fff; }

/* ---- Trust / logo strip ------------------------------------------------- */
.logo-strip { padding: 44px 0; }
.logo-strip p { text-align: center; color: var(--cp-muted); font-family: var(--cp-sans); font-size: .95rem; margin-bottom: 24px; }
.logo-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 46px; }
.logo-row img { max-height: 32px; width: auto; opacity: .55; filter: grayscale(1); }

/* ---- Icon tile (product feature glyph style) ---------------------------- */
.icon-tile { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 14px; background: var(--cp-blue-tint); color: var(--cp-blue); flex: none; }
.icon-tile svg { width: 26px; height: 26px; }

/* ---- Screenshot treatment (flat, crisp, soft shadow) -------------------- */
/* Flattened site-wide 2026-06-26 (design review): no 3-D tilt — renders each
   product shot pixel-exact. Soft shadow + radius kept; gentle hover lift. */
.feature-art .shot-3d, .hero-art .shot-3d {
  border-radius: 14px;
  box-shadow: var(--cp-shadow);
  transform: none;
  transition: transform .3s ease, box-shadow .3s ease;
  backface-visibility: hidden;
}
.feature-art .shot-3d:hover, .hero-art .shot-3d:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -24px rgba(21,35,58,.42); }
/* phone/portrait screenshots render smaller + centered */
.feature-art .shot-phone { max-width: 250px; margin-inline: auto; transform-origin: center; }

/* ---- Feature blocks ----------------------------------------------------- */
/* art column wider so screenshots render larger / more legible */
.feature { display: grid; grid-template-columns: 1fr 1.35fr; gap: 72px; align-items: center; }
.feature + .feature { margin-top: clamp(96px, 12vw, 168px); }
.feature:nth-child(even) .feature-art { order: 2; }
.feature .icon-tile { margin-bottom: 20px; }
.feature-art img { border-radius: var(--cp-radius-lg); box-shadow: var(--cp-shadow); }
.feature-links { display: flex; gap: 22px; flex-wrap: wrap; margin-top: .6em; font-family: var(--cp-sans); font-weight: 600; }

/* ---- Feature grid ------------------------------------------------------- */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
.feature-card { background: var(--cp-surface); border: 1px solid var(--cp-line); border-radius: var(--cp-radius-lg); padding: 30px; box-shadow: var(--cp-shadow-sm); transition: transform .15s ease, box-shadow .15s ease; }
.feature-card:hover { transform: translateY(-3px); box-shadow: var(--cp-shadow); }
.feature-card .icon-tile { width: 44px; height: 44px; margin-bottom: 16px; }
.feature-card .icon-tile svg { width: 22px; height: 22px; }
.feature-card .badge { display: inline-block; font-family: var(--cp-sans); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--cp-brown); background: var(--cp-cream); padding: 3px 10px; border-radius: 100px; margin-bottom: 10px; }
/* Card titles: sans-serif look whether marked up as h3 (preferred, clean hierarchy) or legacy h4 */
.feature-card h3, .feature-card h4 { font-family: var(--cp-sans); font-weight: 700; font-size: 1.38rem; line-height: 1.25; color: var(--cp-ink); letter-spacing: normal; margin: 0 0 .4em; }
.feature-card p { color: var(--cp-muted); font-size: 1.1rem; line-height: 1.55; margin: 0; }

/* ---- Contact-view showcase (Story / Classic / Compact) ------------------ */
.feature-views { text-align: center; margin-top: clamp(96px, 12vw, 168px); margin-bottom: clamp(96px, 12vw, 168px); }
.feature-views + .feature { margin-top: 0; }
.feature-views__intro { max-width: 760px; margin: 0 auto clamp(40px, 5vw, 60px); }
.feature-views__intro .icon-tile { margin-bottom: 18px; }
.feature-views__intro .feature-links { justify-content: center; }
.views-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: start; }
.views-gallery figure { margin: 0; }
.views-gallery img { width: 100%; border-radius: 12px; box-shadow: var(--cp-shadow); transition: transform .3s ease, box-shadow .3s ease; backface-visibility: hidden; }
/* flat, even row (no 3-D fan) — straightened site-wide 2026-06-26 */
.views-gallery figure:hover { position: relative; z-index: 10; }
.views-gallery figure:hover img { transform: translateY(-6px); box-shadow: 0 30px 60px -24px rgba(21,35,58,.42); }
.views-gallery figcaption { margin-top: 18px; font-family: var(--cp-sans); font-weight: 700; color: var(--cp-ink); font-size: 1.1rem; }
.views-gallery figcaption span { display: block; font-weight: 500; font-size: .92rem; color: var(--cp-muted); margin-top: 2px; }
@media (max-width: 820px) { .views-gallery { grid-template-columns: 1fr; gap: 36px; } .views-gallery img { transform: none !important; } }

/* ---- FAQ accordion ------------------------------------------------------ */
.faq { max-width: 820px; margin-inline: auto; }
.faq details { border: 1px solid var(--cp-line); border-radius: var(--cp-radius); margin-bottom: 14px; background: var(--cp-surface); box-shadow: var(--cp-shadow-sm); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 26px; font-family: var(--cp-sans); font-weight: 700; color: var(--cp-ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.6rem; color: var(--cp-blue); font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: '\2013'; }
.faq details > div { padding: 0 26px 22px; color: var(--cp-muted); font-family: var(--cp-sans); }

/* ---- Pricing page ------------------------------------------------------- */
.billing-toggle { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--cp-line); border-radius: var(--cp-radius-pill); padding: 5px; box-shadow: var(--cp-shadow-sm); font-family: var(--cp-sans); }
.billing-toggle button { border: 0; background: none; font: inherit; font-weight: 600; color: var(--cp-muted); padding: 9px 20px; border-radius: var(--cp-radius-pill); cursor: pointer; transition: all .15s ease; }
.billing-toggle button.active { background: var(--cp-blue); color: #fff; box-shadow: var(--cp-glow); }
.billing-toggle .save { display: inline-block; margin-left: 6px; font-size: .74rem; font-weight: 800; letter-spacing: .01em; color: #fff; background: linear-gradient(135deg, #22c55e, #15a34a); padding: 3px 11px; border-radius: var(--cp-radius-pill); box-shadow: 0 3px 8px rgba(21,163,74,.4); }
.billing-toggle button { transition: all .15s ease; }
.billing-toggle button.active { transform: translateY(-1px); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: start; max-width: 1040px; margin-inline: auto; }
.price-card { background: #fff; border: 1px solid var(--cp-line); border-radius: var(--cp-radius-lg); padding: 32px 28px; box-shadow: var(--cp-shadow-sm); position: relative; display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--cp-blue); box-shadow: var(--cp-shadow); }
.price-card .ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--cp-blue); color: #fff; font-family: var(--cp-sans); font-weight: 700; font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; padding: 5px 14px; border-radius: var(--cp-radius-pill); white-space: nowrap; }
.price-card h3 { font-family: var(--cp-serif); font-weight: 700; font-size: 2rem; margin-bottom: .15em; }
.price-card .blurb { font-family: var(--cp-sans); color: var(--cp-muted); font-size: 1.05rem; min-height: 5em; margin-bottom: 14px; }
.price-amount { font-family: var(--cp-serif); font-weight: 700; color: var(--cp-ink); line-height: 1; margin: 6px 0 2px; }
.price-amount .num { font-size: 3.9rem; letter-spacing: -.02em; }
.price-amount .per { font-family: var(--cp-sans); font-weight: 600; font-size: 1.05rem; color: var(--cp-muted); }
.price-card.featured .price-amount .num { background: linear-gradient(100deg, var(--cp-blue), var(--cp-blue-bright)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.price-billed { font-family: var(--cp-sans); font-size: .92rem; color: var(--cp-muted); min-height: 1.3em; margin-bottom: 20px; }
.price-card .btn { width: 100%; }
.plan-feats { list-style: none; margin: 24px 0 0; padding: 24px 0 0; border-top: 1px solid var(--cp-line); font-family: var(--cp-sans); }
.plan-feats .eyebrow { font-size: .76rem; margin-bottom: 12px; }
.plan-feats li { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 13px; color: var(--cp-body); font-size: 1.05rem; }
.plan-feats li svg { flex: none; width: 19px; height: 19px; color: var(--cp-blue); margin-top: 3px; }

/* comparison matrix */
.compare-wrap { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; font-family: var(--cp-sans); min-width: 720px; }
.compare-table thead th { position: sticky; top: 0; background: var(--cp-bg); text-align: center; padding: 20px 14px; font-family: var(--cp-serif); font-weight: 700; font-size: 1.45rem; color: var(--cp-ink); border-bottom: 2px solid var(--cp-line); }
.compare-table thead th:first-child { text-align: left; }
.compare-table th.col-feat { width: 42%; }
.compare-table .grouprow td { background: var(--cp-blue-tint); font-weight: 800; color: var(--cp-ink); padding: 12px 14px; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.compare-table tbody td { padding: 15px 14px; border-bottom: 1px solid var(--cp-line); text-align: center; color: var(--cp-body); font-size: 1rem; }
.compare-table tbody td:first-child { text-align: left; font-weight: 600; }
.compare-table tbody td .sub { display: block; font-weight: 400; color: var(--cp-muted); font-size: .82rem; }
/* checkmarks as filled blue circles; muted dashes for "not included" */
.compare-table .yes { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--cp-blue); color: #fff; font-size: .82rem; font-weight: 700; box-shadow: 0 2px 6px rgba(14,120,212,.3); }
.compare-table .no { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; color: #c2cdd7; }

/* paid value cells bold + dark; Free column muted so the upgrade is obvious */
.compare-table tbody td:nth-child(2), .compare-table tbody td:nth-child(3) { font-weight: 700; color: var(--cp-ink); }
.compare-table tbody td:nth-child(4) { color: var(--cp-muted); }
.compare-table tbody td:nth-child(4) .yes { background: transparent; color: #9fb0bf; border: 1.5px solid #cfdae4; box-shadow: none; }

/* highlight the Premium (featured) column */
.compare-table th:nth-child(2), .compare-table tbody td:nth-child(2) { background: rgba(14,120,212,.06); box-shadow: inset 1px 0 0 rgba(14,120,212,.16), inset -1px 0 0 rgba(14,120,212,.16); }
.compare-table thead th:nth-child(2) { color: var(--cp-blue); border-bottom-color: var(--cp-blue); border-top-left-radius: 12px; border-top-right-radius: 12px; }
.compare-table thead th:nth-child(2)::after { content: '\2605 Most popular'; display: block; width: max-content; margin: 8px auto 0; font-family: var(--cp-sans); font-weight: 800; font-size: .6rem; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: var(--cp-blue); border-radius: 100px; padding: 3px 11px; }

/* lively group headers + interactive rows */
.compare-table .grouprow td { background: linear-gradient(90deg, var(--cp-blue-tint), rgba(227,240,251,.25)); border-left: 4px solid var(--cp-blue); }
.compare-table tbody tr:not(.grouprow):hover td { background: rgba(14,120,212,.05); }
.compare-table tbody tr:not(.grouprow):hover td:nth-child(2) { background: rgba(14,120,212,.12); }

/* Teams = "most powerful" navy treatment (card) */
.price-card.team-power { border: 1.5px solid var(--cp-ink); background: linear-gradient(180deg, #fff 55%, rgba(21,35,58,.05)); box-shadow: var(--cp-shadow); }
.ribbon--teams { background: var(--cp-ink); }
.btn--teams { background: var(--cp-ink); color: #fff; box-shadow: 0 8px 18px rgba(21,35,58,.28); }
.btn--teams:hover { background: #0d1727; color: #fff; box-shadow: 0 12px 26px rgba(21,35,58,.34); transform: translateY(-2px); }
.price-card.team-power .plan-feats li svg { color: var(--cp-ink); }
.price-card.team-power .plan-feats { border-top-color: rgba(21,35,58,.18); }

/* Teams column highlight in the comparison table */
.compare-table th:nth-child(3), .compare-table tbody td:nth-child(3) { background: rgba(21,35,58,.05); box-shadow: inset 1px 0 0 rgba(21,35,58,.12), inset -1px 0 0 rgba(21,35,58,.12); }
.compare-table thead th:nth-child(3) { color: var(--cp-ink); border-bottom-color: var(--cp-ink); border-top-left-radius: 12px; border-top-right-radius: 12px; }
.compare-table thead th:nth-child(3)::after { content: '\26A1 Most powerful'; display: block; width: max-content; margin: 8px auto 0; font-family: var(--cp-sans); font-weight: 800; font-size: .6rem; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: var(--cp-ink); border-radius: 100px; padding: 3px 11px; }
.compare-table tbody tr:not(.grouprow):hover td:nth-child(3) { background: rgba(21,35,58,.1); }

@media (max-width: 860px) { .pricing-grid { grid-template-columns: 1fr; max-width: 440px; } }

/* ---- OneTrust cookie banner / preference center — restyled to match site -- */
#onetrust-banner-sdk, #onetrust-pc-sdk, #ot-sdk-cookie-policy { font-family: var(--cp-sans) !important; }
#onetrust-banner-sdk { border-radius: var(--cp-radius-lg) !important; box-shadow: var(--cp-shadow) !important; border: 1px solid var(--cp-line) !important; }
#onetrust-banner-sdk #onetrust-policy-title,
#onetrust-pc-sdk .ot-pc-title { font-family: var(--cp-serif) !important; color: var(--cp-ink) !important; }
#onetrust-banner-sdk #onetrust-policy-text,
#onetrust-banner-sdk .ot-b-addl-desc,
#onetrust-pc-sdk .ot-pc-desc,
#onetrust-pc-sdk #ot-pc-desc { color: var(--cp-body) !important; }
#onetrust-banner-sdk a, #onetrust-pc-sdk a, #onetrust-banner-sdk #onetrust-policy-text a { color: var(--cp-blue) !important; }

/* All OneTrust buttons share the site button shape */
#onetrust-banner-sdk button, #onetrust-pc-sdk button {
  font-family: var(--cp-sans) !important; font-weight: 700 !important;
  border-radius: var(--cp-radius) !important; transition: all .15s ease !important; letter-spacing: 0 !important;
}
/* Primary actions — Accept All / Allow All / Confirm My Choices */
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-pc-sdk #accept-recommended-btn-handler,
#onetrust-pc-sdk .save-preference-btn-handler {
  background: var(--cp-blue) !important; border: 1.5px solid var(--cp-blue) !important; color: #fff !important;
  box-shadow: 0 8px 18px rgba(14,120,212,.28) !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler:hover,
#onetrust-pc-sdk #accept-recommended-btn-handler:hover,
#onetrust-pc-sdk .save-preference-btn-handler:hover { background: var(--cp-blue-dark) !important; border-color: var(--cp-blue-dark) !important; }
/* Secondary actions — Cookies Settings / Reject All */
#onetrust-banner-sdk #onetrust-pc-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-pc-sdk .ot-pc-refuse-all-handler {
  background: #fff !important; border: 1.5px solid var(--cp-blue) !important; color: var(--cp-blue) !important;
}
#onetrust-banner-sdk #onetrust-pc-btn-handler:hover,
#onetrust-banner-sdk #onetrust-reject-all-handler:hover,
#onetrust-pc-sdk .ot-pc-refuse-all-handler:hover { background: var(--cp-blue) !important; color: #fff !important; }
/* Consent toggles + accents in the preference center */
#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob { background-color: var(--cp-blue) !important; border-color: var(--cp-blue) !important; }
#onetrust-pc-sdk .ot-active-menu { border-color: var(--cp-blue) !important; }
/* Preference Center typography to match the site */
#onetrust-pc-sdk { border-radius: var(--cp-radius-lg) !important; font-family: var(--cp-sans) !important; }
#onetrust-pc-sdk #ot-pc-title, #onetrust-pc-sdk .ot-pc-title { font-family: var(--cp-serif) !important; font-weight: 700 !important; color: var(--cp-ink) !important; }
#onetrust-pc-sdk #ot-pc-desc, #onetrust-pc-sdk .ot-pc-desc, #onetrust-pc-sdk p, #onetrust-pc-sdk .ot-cat-item p, #onetrust-pc-sdk .ot-cat-desc { color: var(--cp-body) !important; font-family: var(--cp-sans) !important; }
#onetrust-pc-sdk .ot-cat-header, #onetrust-pc-sdk h3, #onetrust-pc-sdk h4 { font-family: var(--cp-sans) !important; font-weight: 700 !important; color: var(--cp-ink) !important; }
#onetrust-pc-sdk .ot-always-active { color: var(--cp-blue) !important; }
#onetrust-pc-sdk .ot-plus-minus span, #onetrust-pc-sdk .ot-arrow-container { color: var(--cp-blue) !important; }

/* ---- Generic modal (e.g., "how sync works") ----------------------------- */
.linklike { font: inherit; font-family: var(--cp-sans); font-weight: 600; color: var(--cp-blue); background: none; border: 0; padding: 0; cursor: pointer; }
.linklike:hover { text-decoration: underline; color: var(--cp-blue-dark); }
.modal { position: fixed; inset: 0; background: rgba(15,35,60,.6); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; z-index: 210; padding: 5vh 16px; }
.modal[data-open="true"] { display: flex; animation: lbfade .2s ease; }
.modal-card { background: #fff; border-radius: var(--cp-radius-lg); max-width: 600px; width: 100%; max-height: 88vh; overflow-y: auto; padding: 38px 36px; box-shadow: 0 40px 90px -20px rgba(0,0,0,.45); position: relative; text-align: left; }
.modal-card h3 { margin-top: .1em; }
.modal-card > p { font-family: var(--cp-sans); color: var(--cp-muted); }
.modal-steps { list-style: none; counter-reset: s; margin: 6px 0 1.5em; padding: 0; }
.modal-steps li { counter-increment: s; position: relative; padding: 2px 0 18px 52px; font-family: var(--cp-sans); color: var(--cp-muted); }
.modal-steps li:last-child { padding-bottom: 4px; }
.modal-steps li::before { content: counter(s); position: absolute; left: 0; top: 0; width: 34px; height: 34px; border-radius: 50%; background: var(--cp-blue); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; box-shadow: var(--cp-glow); }
.modal-steps li strong { display: block; color: var(--cp-ink); font-weight: 700; margin-bottom: 2px; }
.modal-why { list-style: none; margin: 0 0 1.6em; padding: 0; font-family: var(--cp-sans); }
.modal-why li { position: relative; padding-left: 34px; margin-bottom: 12px; color: var(--cp-body); line-height: 1.5; }
.modal-why li::before { content: '\2713'; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; background: var(--cp-blue-tint); color: var(--cp-blue); font-weight: 700; font-size: .8rem; display: inline-flex; align-items: center; justify-content: center; }
.modal-why li strong { color: var(--cp-ink); font-weight: 700; }
.modal-close { position: absolute; top: 16px; right: 18px; width: 40px; height: 40px; border-radius: 50%; border: 0; background: var(--cp-bg); color: var(--cp-ink); font-size: 1.5rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.modal-close:hover { background: var(--cp-line); }

/* ---- CTA band ----------------------------------------------------------- */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg, #0E78D4, #1CA3F7); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band .lead { color: #dbeeff; margin-inline: auto; }
.cta-band .btn--primary { background: #fff; color: var(--cp-blue); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.cta-band .btn--primary:hover { background: #eef6ff; color: var(--cp-blue-dark); }

/* ---- Browser-frame (Desktop page) --------------------------------------- */
.browser-frame { background: #fff; border: 1px solid var(--cp-line); border-radius: 16px; box-shadow: var(--cp-shadow); overflow: hidden; max-width: 1000px; margin-inline: auto; }
.browser-frame__bar { display: flex; align-items: center; gap: 14px; padding: 12px 16px; background: #eef2f6; border-bottom: 1px solid var(--cp-line); }
.browser-frame__dots { display: flex; gap: 7px; flex: none; }
.browser-frame__dots span { width: 12px; height: 12px; border-radius: 50%; }
.browser-frame__dots span:nth-child(1) { background: #ff5f57; }
.browser-frame__dots span:nth-child(2) { background: #febc2e; }
.browser-frame__dots span:nth-child(3) { background: #28c840; }
.browser-frame__url { flex: 1; max-width: 440px; margin-inline: auto; background: #fff; border: 1px solid var(--cp-line); border-radius: 100px; padding: 7px 16px; font-family: var(--cp-sans); font-size: .88rem; color: var(--cp-muted); text-align: center; }
.browser-frame img { width: 100%; display: block; }

.desktop-shot { margin-top: clamp(56px, 8vw, 96px); }
.desktop-shot__head { max-width: 720px; margin: 0 auto clamp(28px, 4vw, 44px); text-align: center; }

/* footer social icons */
.footer-social { display: flex; gap: 14px; margin-top: 18px; }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; transition: background .15s ease, transform .15s ease; }
.footer-social a:hover { background: var(--cp-blue); transform: translateY(-1px); }
.footer-social svg { width: 17px; height: 17px; }

/* three detail-view cards + benefits */
.views-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; max-width: 1040px; margin-inline: auto; }
.views-3 figure { margin: 0; }
.views-3 img { width: 100%; border-radius: 12px; border: 1px solid var(--cp-line); box-shadow: var(--cp-shadow); display: block; }
.views-3 figcaption { margin-top: 18px; text-align: center; }
.views-3 figcaption strong { display: block; font-family: var(--cp-sans); font-weight: 700; font-size: 1.15rem; color: var(--cp-ink); }
.views-3 figcaption span { display: block; font-family: var(--cp-sans); color: var(--cp-muted); margin-top: 6px; font-size: .98rem; line-height: 1.5; }
@media (max-width: 820px) { .views-3 { grid-template-columns: 1fr; max-width: 420px; } }

/* mobile page — 3-phone showcase row */
.phones-3 { display: flex; justify-content: center; align-items: flex-end; gap: clamp(16px, 3vw, 40px); flex-wrap: wrap; max-width: 920px; margin-inline: auto; }
.phones-3 figure { margin: 0; width: 230px; max-width: 40vw; text-align: center; }
.phones-3 figure:nth-child(2) { width: 250px; }
.phones-3 figcaption { margin-top: 16px; font-family: var(--cp-sans); font-weight: 700; color: var(--cp-ink); font-size: 1rem; }
.phones-3 figcaption span { display: block; font-weight: 400; color: var(--cp-muted); font-size: .9rem; margin-top: 4px; }
@media (max-width: 560px) { .phones-3 figure, .phones-3 figure:nth-child(2) { width: 80%; max-width: 280px; } }

/* mobile page — best-of-both-worlds two-up */
.both-worlds { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 940px; margin-inline: auto; }
.both-card { background: #fff; border: 1px solid var(--cp-line); border-radius: var(--cp-radius-lg); padding: 34px; box-shadow: var(--cp-shadow-sm); }
.both-card .icon-tile { margin-bottom: 18px; }
.both-card h3 { margin: 0 0 10px; }
.both-card p { color: var(--cp-muted); font-family: var(--cp-sans); margin: 0 0 18px; }
.both-card .both-link { font-family: var(--cp-sans); font-weight: 700; color: var(--cp-blue); text-decoration: none; }
.both-card .both-link:hover { text-decoration: underline; }
.both-card ul { list-style: none; padding: 0; margin: 0; font-family: var(--cp-sans); color: var(--cp-muted); }
.both-card li { display: flex; gap: 10px; align-items: flex-start; padding: 6px 0; }
.both-card li svg { flex: none; width: 18px; height: 18px; color: var(--cp-blue); margin-top: 3px; }
@media (max-width: 760px) { .both-worlds { grid-template-columns: 1fr; } }

/* integrations page */
.int-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 1040px; margin-inline: auto; }
.int-card { display: flex; gap: 16px; background: #fff; border: 1px solid var(--cp-line); border-radius: var(--cp-radius-lg); padding: 26px; box-shadow: var(--cp-shadow-sm); transition: transform .15s ease, box-shadow .15s ease; }
.int-card:hover { transform: translateY(-3px); box-shadow: var(--cp-shadow); }
.int-logo { width: 50px; height: 50px; border-radius: 14px; flex: none; display: flex; align-items: center; justify-content: center; font-family: var(--cp-sans); font-weight: 800; font-size: 1.2rem; color: #fff; }
.int-card h3 { margin: 0 0 6px; font-size: 1.12rem; font-family: var(--cp-sans); font-weight: 700; line-height: 1.2; }
.int-card p { margin: 0 0 8px; color: var(--cp-muted); font-family: var(--cp-sans); font-size: .95rem; }
.int-card .int-tag { font-family: var(--cp-sans); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--cp-blue); background: var(--cp-blue-tint); padding: 3px 9px; border-radius: 100px; }
.int-card .int-tag--soon { color: var(--cp-brown); background: var(--cp-cream); }

/* roadmap voting cloud */
.roadmap-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 760px; margin: 0 auto; }
.roadmap-chip { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--cp-line); border-radius: 100px; padding: 10px 18px; font-family: var(--cp-sans); font-weight: 600; color: var(--cp-ink); box-shadow: var(--cp-shadow-sm); cursor: pointer; transition: border-color .15s ease, transform .15s ease; }
.roadmap-chip:hover { border-color: var(--cp-blue); transform: translateY(-2px); }
.roadmap-chip .rc-mono { width: 24px; height: 24px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 800; color: #fff; background: var(--cp-ink); }
.roadmap-chip--suggest { border-style: dashed; color: var(--cp-blue); font-weight: 700; }

/* simple stat row */
.stat-row { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(28px, 6vw, 72px); text-align: center; }
.stat-row .stat .num { font-family: var(--cp-serif); font-weight: 700; font-size: clamp(2rem, 4vw, 2.8rem); color: var(--cp-ink); line-height: 1; }
.stat-row .stat .lbl { font-family: var(--cp-sans); color: var(--cp-muted); margin-top: 6px; font-size: 1rem; }

/* browser badges */
.browser-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 24px; }
.browser-badges span { font-family: var(--cp-sans); font-weight: 700; color: var(--cp-ink); background: #fff; border: 1px solid var(--cp-line); border-radius: 100px; padding: 10px 22px; box-shadow: var(--cp-shadow-sm); }

/* ---- Footer ------------------------------------------------------------- */
.site-footer { background: #15233A; color: #aebccb; padding: 72px 0 36px; font-family: var(--cp-sans); font-size: .92rem; }
.site-footer a { color: #aebccb; }
.site-footer a:hover { color: #fff; text-decoration: none; }
.footer-cols { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 32px; }
.footer-cols h5 { font-family: var(--cp-sans); color: #fff; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 16px; }
.footer-cols ul { list-style: none; margin: 0; padding: 0; }
.footer-cols li { margin-bottom: 11px; }
.footer-brand .brand img.mark { width: 36px; height: 36px; }
.footer-brand p { max-width: 34ch; margin-top: 16px; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-top: 52px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); color: #7f8da3; }
.footer-bottom a { color: #7f8da3; }
.store-badges { display: flex; gap: 12px; margin-top: 18px; }
.store-badges img { height: 42px; }

/* ---- Responsive --------------------------------------------------------- */
@media (max-width: 900px) {
  .hero .container, .feature { grid-template-columns: 1fr; }
  .hero .hero-sub { max-width: none; }
  .feature:nth-child(even) .feature-art { order: 0; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-cols .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 1040px) {
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: block; }
  /* open menu: nav + CTAs wrap onto full-width rows in normal flow (no overlap) */
  .site-header.open .container { flex-wrap: wrap; padding-bottom: 20px; }
  .site-header.open .main-nav { order: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; flex: 0 0 100%; width: 100%; margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--cp-line); }
  .site-header.open .main-nav a { font-size: 1.2rem; }
  .site-header.open .header-cta { order: 3; display: flex; flex-direction: column; align-items: stretch; gap: 14px; flex: 0 0 100%; width: 100%; margin: 16px 0 0; }
  .site-header.open .header-cta .login { text-align: center; }
  .site-header.open .header-search-panel { right: var(--cp-gutter); left: var(--cp-gutter); width: auto; }
}
@media (max-width: 560px) {
  .footer-cols { grid-template-columns: 1fr; }
  .logo-row { gap: 30px; }
}

/* header search: "Search blog posts" toggle */
.hs-blog { display: flex; align-items: center; gap: 8px; margin: 11px 4px 0; font-family: var(--cp-sans); font-size: .88rem; color: var(--cp-muted); cursor: pointer; }
.hs-blog input { width: 16px; height: 16px; accent-color: var(--cp-blue); cursor: pointer; }

/* ---------------------------------------------------------------------------
 * "At a glance" answer block — an above-the-fold, extractable summary that
 * gives AI search engines (and skimming readers) a clean definitional answer
 * plus key facts. Additive component; used on core marketing pages.
 * ------------------------------------------------------------------------- */
.at-a-glance { max-width: 820px; margin: 4px auto 0; background: var(--cp-blue-tint); border: 1px solid var(--cp-line); border-left: 4px solid var(--cp-blue); border-radius: var(--cp-radius); padding: 22px 26px; box-shadow: var(--cp-shadow-sm); }
.at-a-glance .aag-label { font-family: var(--cp-sans); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: .74rem; color: var(--cp-blue-dark); margin: 0 0 8px; }
.at-a-glance .aag-lead { font-family: var(--cp-sans); font-size: 1.08rem; line-height: 1.55; color: var(--cp-ink); margin: 0; }
.at-a-glance .aag-lead strong { font-weight: 700; }
.at-a-glance ul { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 7px; }
.at-a-glance li { font-family: var(--cp-sans); font-size: .96rem; line-height: 1.45; color: var(--cp-ink); padding-left: 22px; position: relative; }
.at-a-glance li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--cp-blue); font-weight: 700; }
@media (max-width: 640px) { .at-a-glance { padding: 18px 18px; border-radius: 10px; } .at-a-glance .aag-lead { font-size: 1.02rem; } }
