/* ====================================================================
   SCAREVISION · CANADIAN SOO LANDING PAGE · Studio OS
   Page-specific styles. Shared sca-* classes live in home-page.css.
   ==================================================================== */


/* ── 01 · HERO · audience-eyebrow flag ────────────────────────────── */
.sca-canadian-soo .sca-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: 100%;
  font-size: 13px;
}
.sca-hero-flag {
  display: inline-block;
  width: 36px;
  height: 18px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
}
.sca-hero-flag svg {
  display: block;
  width: 100%;
  height: 100%;
}


/* ── 03 · SCA → SOO CROSSOVER MAP ────────────────────────────────── */
.sca-soo-map {
  --navy:        #1c2840;
  --navy-2:      #28324c;
  --ink:         #3a3f55;
  --body:        #5e6377;
  --muted:       #8b90a3;
  --label:       #9aa0b8;
  --light-blue:  #8ba8f0;
  --light-blue-2:#aebfeb;
  --border:      #e6e8f0;
  --paper:       #ffffff;
  --ok:          #1f8a5b;
  --ok-tint:     #e7f4ee;
  --warn:        #b86b2a;
  --warn-tint:   #fbf1e6;

  font-family: 'Mulish', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 56px 88px;
  box-sizing: border-box;
  text-wrap: pretty;
}

.sca-soo-map__eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--label);
  text-transform: uppercase;
  margin: 0;
}
.sca-soo-map__title {
  font-weight: 900;
  color: var(--navy);
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 18px 0 0;
}
.sca-soo-map__title-alt { color: var(--light-blue); }
.sca-soo-map__lede {
  color: var(--body);
  font-size: 18px;
  line-height: 1.55;
  max-width: 62ch;
  margin: 22px 0 0;
}

/* Axis grid */
.sca-soo-map__axis {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 220px 1fr;
  align-items: stretch;
}
.sca-soo-map__axis-head { padding: 14px 24px 18px; }
.sca-soo-map__axis-head--right { text-align: right; }
.sca-soo-map__flag-row { display: flex; align-items: center; gap: 10px; }
.sca-soo-map__axis-head--right .sca-soo-map__flag-row { justify-content: flex-end; }
.sca-soo-map__flag-row span:last-child {
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 13px;
  color: var(--navy);
  text-transform: uppercase;
}
.sca-soo-map__flag {
  display: inline-block;
  width: 24px;
  height: 18px;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.sca-soo-map__flag svg { display: block; width: 100%; height: 100%; }
.sca-soo-map__flag--ca {
  background: linear-gradient(90deg, #D52B1E 25%, #fff 25%, #fff 75%, #D52B1E 75%);
}
.sca-soo-map__flag--ca::after {
  content: "\2726";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D52B1E;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
.sca-soo-map__axis-sub {
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
}

/* Bridge rows */
.sca-soo-map__row { display: contents; }
.sca-soo-map__left,
.sca-soo-map__center,
.sca-soo-map__right {
  border-top: 1px solid var(--border);
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sca-soo-map__right { text-align: right; }
.sca-soo-map__center {
  padding: 18px 0;
  position: relative;
  align-items: center;
  justify-content: center;
}
.sca-soo-map__left-inner { display: flex; gap: 12px; align-items: baseline; }
.sca-soo-map__idx {
  font-weight: 800;
  font-size: 13px;
  color: var(--label);
  min-width: 18px;
}
.sca-soo-map__term {
  font-weight: 800;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.3;
}
.sca-soo-map__sub {
  color: var(--muted);
  font-size: 14px;
  margin-top: 4px;
  line-height: 1.45;
}
.sca-soo-map__right .sca-soo-map__sub {
  color: var(--body);
  font-size: 14px;
  line-height: 1.5;
}
.sca-soo-map__note {
  color: var(--muted);
  font-size: 13px;
  margin-top: 6px;
  font-style: italic;
}

/* Bridge connector (carries-over) */
.sca-soo-map__bridge-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--ok) 20%, var(--ok) 80%, transparent);
}
.sca-soo-map__bridge-node {
  position: relative;
  z-index: 1;
  background: var(--ok);
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  box-shadow: 0 0 0 6px var(--paper);
}

/* Gap connector */
.sca-soo-map__gap-line-left {
  position: absolute;
  left: 0;
  right: calc(50% + 32px);
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--warn));
}
.sca-soo-map__gap-line-right {
  position: absolute;
  left: calc(50% + 32px);
  right: 0;
  top: 50%;
  border-top: 2px dashed var(--warn);
}
.sca-soo-map__gap-pill {
  position: relative;
  z-index: 1;
  background: var(--warn-tint);
  color: var(--warn);
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1.5px solid var(--warn);
  box-shadow: 0 0 0 6px var(--paper);
  white-space: nowrap;
}

/* "Mind the gap" divider */
.sca-soo-map__divider {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 34px 0 18px;
}
.sca-soo-map__divider hr {
  flex: 1;
  border: 0;
  height: 1px;
  background: var(--border);
  margin: 0;
}
.sca-soo-map__divider span {
  font-weight: 800;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: var(--warn);
  text-transform: uppercase;
}

/* TL;DR strip */
.sca-soo-map__tldr {
  margin-top: 48px;
  padding: 22px 26px;
  background: var(--navy);
  border-radius: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.sca-soo-map__tldr-tag {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--light-blue-2);
  padding: 6px 10px;
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
}
.sca-soo-map__tldr-body {
  font-size: 17px;
  line-height: 1.5;
  flex: 1;
  min-width: 280px;
  color: #e8ecf6;
  margin: 0;
}
.sca-soo-map__tldr-body b { color: #fff; font-weight: 800; }

@media (max-width: 820px) {
  .sca-soo-map { padding: 48px 24px 64px; }
  .sca-soo-map__title { font-size: 38px; }
  .sca-soo-map__axis { grid-template-columns: 1fr; }
  .sca-soo-map__axis-head--right { text-align: left; }
  .sca-soo-map__axis-head--right .sca-soo-map__flag-row { justify-content: flex-start; }

  .sca-soo-map__left,
  .sca-soo-map__center,
  .sca-soo-map__right { padding: 14px 0; border-top: none; }
  .sca-soo-map__right { text-align: left; }

  .sca-soo-map__row {
    display: block;
    border-top: 1px solid var(--border);
    padding: 18px 0;
  }
  .sca-soo-map__row .sca-soo-map__left { padding-top: 4px; padding-bottom: 6px; }
  .sca-soo-map__row .sca-soo-map__right { padding-top: 10px; padding-bottom: 4px; }
  .sca-soo-map__row .sca-soo-map__right::before {
    content: "\2192";
    color: var(--ok);
    font-weight: 900;
    margin-right: 8px;
  }
  .sca-soo-map__row--gap .sca-soo-map__right::before {
    content: "Do this \2192";
    color: var(--warn);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: var(--warn-tint);
    padding: 3px 8px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 0 6px 0;
  }
  .sca-soo-map__row--gap .sca-soo-map__right { display: block; }
  .sca-soo-map__center { display: none; }
}


/* ── 04 · ELEVATE YOUR CFPC SOO PREPARATION ─────────────────────── */
.sca-soo-elevate { padding-top: clamp(72px, 9vw, 110px); padding-bottom: clamp(72px, 9vw, 110px); }
.sca-soo-elevate-inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.sca-soo-elevate h2 { color: #fff; }
.sca-soo-elevate .sca-feat-body { color: rgba(214, 221, 233, 0.75); max-width: 820px; }
.sca-soo-elevate .sca-soo-bullets { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 24px; margin-top: 28px; }
.sca-soo-elevate .sca-soo-bullet { display: flex; gap: 14px; padding: 18px 20px; border-radius: 14px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); color: rgba(214, 221, 233, 0.85); font-size: 15px; line-height: 1.55; }
.sca-soo-elevate .sca-soo-bullet i { color: #7DA8F0; flex-shrink: 0; margin-top: 3px; }
.sca-soo-elevate .sca-soo-bullet strong { color: #fff; display: block; margin-bottom: 4px; }
.sca-soo-elevate .sca-soo-callout { margin-top: 28px; padding: 20px 24px; border-radius: 14px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(125, 168, 240, 0.25); color: rgba(214, 221, 233, 0.85); font-size: 15px; line-height: 1.6; }
.sca-soo-elevate .sca-soo-callout strong { color: #fff; }
@media (max-width: 700px) { .sca-soo-elevate .sca-soo-bullets { grid-template-columns: 1fr; } }


/* ── 15 · PRICING (Standard vs Premium) ─────────────────────────── */
/* Wrapper */
.sca-compare-wrap { max-width: 1000px; margin: 0 auto; padding: clamp(80px, 10vw, 130px) 20px 60px; color: #253551; }
/* Section header */
.sca-compare-header { text-align: center; margin-bottom: 48px; }
.sca-compare-eyebrow { display: inline-block; font-weight: 600; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate); margin-bottom: 14px; }
.sca-compare-header h1 { font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif; font-size: clamp(34px, 5.2vw, 54px); font-weight: 600; letter-spacing: -0.035em; line-height: 1.05; margin: 14px 0 16px; color: var(--navy); }
.sca-compare-header h1 .sca-hl { color: var(--sky); }
.sca-compare-header p { margin: 0; color: rgba(37, 53, 81, 0.62); }
/* Product columns (top) */
.sca-compare-products { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 0; }
.sca-compare-product { text-align: center; padding: 36px 24px 32px; border-radius: 24px 24px 0 0; background: rgba(255, 255, 255, 0.72); border: 1px solid rgba(214, 221, 233, 0.9); border-bottom: none; position: relative; overflow: hidden; }
.sca-compare-product::before { content: ""; position: absolute; inset: -80px; pointer-events: none; opacity: 0; }
.sca-compare-product--standard::before { background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.06) 0%, transparent 60%); opacity: 1; }
.sca-compare-product--premium { background: linear-gradient(180deg, rgba(37, 53, 81, 0.98), rgba(37, 53, 81, 0.90)); border-color: rgba(184, 114, 45, 0.25); box-shadow: 0 18px 50px rgba(37, 53, 81, 0.18), 0 12px 36px rgba(37, 99, 235, 0.16); }
.sca-compare-product--premium::before { background: radial-gradient(circle at 70% 10%, rgba(79, 124, 255, 0.14) 0%, transparent 55%); opacity: 1; }
.sca-compare-product-icon { width: 52px; height: 52px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.2rem; }
.sca-compare-product--standard .sca-compare-product-icon { background: rgba(37, 99, 235, 0.08); border: 1px solid rgba(37, 99, 235, 0.14); color: #2563eb; }
.sca-compare-product--premium .sca-compare-product-icon { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.12); color: #c8813a; }
.sca-compare-product h3 { margin: 0 0 6px; }
.sca-compare-product--premium h3 { color: rgba(255, 255, 255, 0.95); }
.sca-compare-product .sca-compare-product-price { font-weight: 700; font-size: clamp(30px, 3.6vw, 42px); letter-spacing: -0.025em; line-height: 1.05; margin-top: 8px; }
.sca-compare-product--standard .sca-compare-product-price { color: #253551; }
.sca-compare-product--premium .sca-compare-product-price { color: #fff; }
.sca-compare-product .sca-compare-product-per { font-size: 13px; font-weight: 500; letter-spacing: 0; margin-left: 4px; vertical-align: 4px; opacity: 0.7; }
.sca-compare-product .sca-compare-product-desc { margin: 12px auto 0; max-width: 320px; }
.sca-compare-product--standard .sca-compare-product-desc { color: rgba(37, 53, 81, 0.58); }
.sca-compare-product--premium .sca-compare-product-desc { color: rgba(214, 221, 233, 0.65); }
/* Feature rows */
.sca-compare-table { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.sca-compare-row { display: contents; }
.sca-compare-cell { padding: 18px 24px; border-left: 1px solid rgba(214, 221, 233, 0.9); border-right: 1px solid rgba(214, 221, 233, 0.9); background: rgba(255, 255, 255, 0.50); display: flex; align-items: flex-start; gap: 14px; min-height: 62px; border-bottom: 1px solid rgba(214, 221, 233, 0.45); }
.sca-compare-row:nth-child(even) .sca-compare-cell { background: rgba(255, 255, 255, 0.28); }
.sca-compare-row:first-child .sca-compare-cell { border-top: none; }
.sca-compare-row:last-child .sca-compare-cell { border-bottom: 1px solid rgba(214, 221, 233, 0.9); }
.sca-compare-cell--premium { background: rgba(37, 53, 81, 0.03); border-left-color: rgba(184, 114, 45, 0.25); border-right-color: rgba(184, 114, 45, 0.25); }
.sca-compare-row:nth-child(even) .sca-compare-cell--premium { background: rgba(37, 53, 81, 0.06); }
.sca-compare-row:last-child .sca-compare-cell--premium { border-bottom-color: rgba(184, 114, 45, 0.25); }
.sca-compare-cell i.sca-compare-check { flex-shrink: 0; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 0.7rem; margin-top: 1px; }
.sca-compare-cell--standard i.sca-compare-check { background: rgba(37, 99, 235, 0.10); color: #2563eb; }
.sca-compare-cell--premium i.sca-compare-check { background: rgba(184, 114, 45, 0.12); color: #c8813a; }
.sca-compare-cell .sca-compare-text { color: rgba(37, 53, 81, 0.78); }
.sca-compare-cell .sca-compare-text strong { color: #253551; font-weight: 650; }
.sca-compare-cell--standard .sca-compare-dash { flex-shrink: 0; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(214, 221, 233, 0.4); color: rgba(37, 53, 81, 0.25); font-size: 0.75rem; margin-top: 1px; }
.sca-compare-text--muted { color: rgba(37, 53, 81, 0.38) !important; }
/* Footer CTAs */
.sca-compare-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 0; }
.sca-compare-cta { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 24px; font-weight: 700; text-decoration: none; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; border: 1px solid; border-radius: 0 0 24px 24px !important; border-top: none !important; }
.sca-compare-cta:hover { transform: translateY(-1px); }
.sca-compare-footer a.sca-compare-cta--standard,
.sca-compare-footer a.sca-compare-cta--standard:link,
.sca-compare-footer a.sca-compare-cta--standard:visited { background: rgba(37, 99, 235, 0.06); border-color: rgba(214, 221, 233, 0.9); color: #2563eb; }
.sca-compare-footer a.sca-compare-cta--standard:hover { background: rgba(37, 99, 235, 0.10); box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12); color: #2563eb; }
.sca-compare-footer a.sca-compare-cta--premium,
.sca-compare-footer a.sca-compare-cta--premium:link,
.sca-compare-footer a.sca-compare-cta--premium:visited,
.sca-compare-footer a.sca-compare-cta--premium:hover { background: linear-gradient(180deg, rgba(37, 53, 81, 0.94), rgba(37, 53, 81, 0.98)); border-color: rgba(184, 114, 45, 0.25); color: #fff; box-shadow: 0 8px 24px rgba(37, 99, 235, 0.14); }
.sca-compare-cta--premium:hover { box-shadow: 0 12px 32px rgba(37, 99, 235, 0.22); }
.sca-compare-cta i { font-size: 0.8rem; }
/* Best for badges */
.sca-compare-bestfor { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-weight: 600; padding: 6px 14px; border-radius: 100px; }
.sca-compare-product--standard .sca-compare-bestfor { background: rgba(37, 99, 235, 0.06); color: rgba(37, 53, 81, 0.55); border: 1px solid rgba(37, 99, 235, 0.10); }
.sca-compare-product--premium .sca-compare-bestfor { background: rgba(255, 255, 255, 0.06); color: rgba(214, 221, 233, 0.65); border: 1px solid rgba(255, 255, 255, 0.10); }
/* AI Notice banner */
.sca-compare-ai-notice { display: flex; align-items: flex-start; gap: 14px; margin-top: 28px; padding: 20px 24px; border-radius: 16px; background: linear-gradient(135deg, rgba(37, 53, 81, 0.04) 0%, rgba(125, 98, 255, 0.04) 100%); border: 1px solid rgba(214, 221, 233, 0.65); }
.sca-compare-ai-notice-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: rgba(125, 98, 255, 0.08); border: 1px solid rgba(125, 98, 255, 0.12); color: #7c3aed; font-size: 0.9rem; }
.sca-compare-ai-notice-text { color: rgba(37, 53, 81, 0.68); }
.sca-compare-ai-notice-text strong { color: #253551; font-weight: 650; }
.sca-compare-ai-notice-text a { color: #2563eb; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(37, 99, 235, 0.25); transition: border-color 0.15s ease; }
.sca-compare-ai-notice-text a:hover { border-bottom-color: #2563eb; }
.sca-compare-row:last-child .sca-compare-cell:first-child { border-radius: 0 !important; }
.sca-compare-row:last-child .sca-compare-cell:last-child { border-radius: 0 !important; }
.sca-compare-cell .sca-compare-link { text-decoration: none; border-bottom: 1px solid rgba(91, 33, 182, 0.35); transition: border-color 0.15s ease; }
.sca-compare-cell .sca-compare-link strong { color: #5b21b6; }
.sca-compare-cell .sca-compare-link:hover { border-bottom-color: #5b21b6; }
@media (max-width: 700px) {
  .sca-compare-wrap { padding: clamp(64px, 14vw, 100px) 16px 40px; width: 100%; box-sizing: border-box; margin-left: auto; margin-right: auto; }
  .sca-compare-products { gap: 10px; }
  .sca-compare-product { padding: 24px 12px 20px; }
  .sca-compare-product-icon { width: 40px; height: 40px; border-radius: 12px; margin: 0 auto 10px; font-size: 1rem; }
  .sca-compare-product .sca-compare-product-desc { display: none; }
  .sca-compare-table { gap: 0 10px; }
  .sca-compare-cell { padding: 12px 10px; gap: 8px; min-height: 48px; }
  .sca-compare-cell i.sca-compare-check { width: 18px; height: 18px; font-size: 0.55rem; }
  .sca-compare-cell--standard .sca-compare-dash { width: 18px; height: 18px; font-size: 0.6rem; }
  .sca-compare-cell .sca-compare-text { font-size: 0.8rem; line-height: 1.4; }
  .sca-compare-cell .sca-compare-text strong { display: block; }
  .sca-compare-footer { gap: 10px; }
  .sca-compare-cta { padding: 12px 10px; font-size: 0.8rem; }
  .sca-compare-cta i { display: none; }
  .sca-compare-bestfor { font-size: 0.72rem; padding: 4px 10px; }
  .sca-compare-ai-notice { flex-direction: column; gap: 10px; padding: 14px 14px; }
  .sca-compare-ai-notice-text { font-size: 0.82rem; }
}
