/* Shared core — rules identical across brands. Brand tokens & brand-specific rules live in theme-*.css (loaded after). */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
  }
.eyebrow::before, .eyebrow::after {
    content: '';
    width: 22px;
    height: 1px;
    background: var(--gold);
    opacity: 0.85;
  }
.section-head { text-align: center; margin-bottom: 12px; }
.section-head .eyebrow { margin-bottom: 14px; }
/* ---- laurel divider (signature ornament, echoes the crest wreath) ---- */
  .laurel-divider { display: flex; justify-content: center; margin: 0 0 36px; }
.laurel-divider svg { width: 168px; height: 24px; fill: var(--gold); opacity: 0.9; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
  }
.header-ctas { display: flex; align-items: center; gap: 10px; }
.header-back-link { font-size: 13px; font-weight: 600; color: var(--ink-soft); text-decoration: none; margin-right: 4px; white-space: nowrap; }
.header-back-link:hover { color: var(--navy); }
@media (max-width: 640px) { .header-back-link { display: none; } }
.hero-alt-cta {
    margin-top: 18px;
    font-size: 13.5px;
    color: rgba(255,255,255,0.7);
  }
.hero-alt-cta a {
    color: var(--gold);
    text-decoration: underline;
  }
.price-disclaimer {
    font-size: 11px;
    line-height: 1.5;
    color: var(--ink-soft);
    opacity: 0.85;
    margin-top: 10px;
  }
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
/* ===== HERO ===== */
  .hero {
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: #fff;
    padding: 76px 0 64px;
    position: relative;
    overflow: hidden;
    text-align: center;
  }
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
  }
.hero .eyebrow { justify-content: center; margin-bottom: 22px; }
.hero h1 {
    color: #fff;
    margin: 0 0 22px;
  }
.hero-lede {
    font-size: 17px;
    line-height: 1.7;
    margin: 0 auto 40px;
    max-width: 560px;
    color: rgba(255,255,255,0.88);
  }
.ledger {
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
    padding: 0;
    border-top: 1px solid rgba(200,163,90,0.35);
    border-bottom: 1px solid rgba(200,163,90,0.35);
  }
.ledger-item {
    flex: 1;
    text-align: center;
    padding: 18px 18px;
    border-left: 1px solid rgba(200,163,90,0.35);
  }
.ledger-item:first-child { border-left: none; }
.ledger-item .label {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--gold);
    margin-bottom: 8px;
    font-weight: 600;
  }
/* ===== UNIVERSITY SECTION ===== */
  .university {
    padding: 88px 0;
    background: var(--paper);
  }
.university-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
    margin-top: 44px;
  }
.uni-text h3 {
    color: var(--navy);
    font-size: 20px;
    margin: 26px 0 14px;
  }
.uni-text > p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 8px;
    color: var(--ink);
  }
.uni-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 26px;
  }
.uni-list li {
    padding: 9px 0 9px 28px;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
  }
.uni-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
    font-size: 16px;
  }
.uni-highlight {
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    padding: 18px 4px;
    text-align: left;
  }
.uni-highlight span {
    font-size: 14px;
    color: var(--ink-soft);
  }
/* ---- photo placeholder frames (for Kate's generated images) ---- */
  .photo-frame {
    border: 1px solid var(--gold);
    padding: 7px;
    background: #fff;
  }
.photo-frame-inner {
    aspect-ratio: var(--ar, 4/5);
    overflow: hidden;
  }
.photo-frame-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.photo-frame-inner.is-empty {
    background: linear-gradient(150deg, var(--gold-faint) 0%, var(--gold-soft) 100%);
    border: 1px dashed rgba(200,163,90,0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
  }
.photo-frame-inner .pf-ratio {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
  }
/* ===== PROGRAM SECTION ===== */
  .program {
    padding: 88px 0;
    background: var(--cream);
  }
.program-subtext {
    text-align: center;
    color: var(--ink-soft);
    font-size: 14.5px;
    margin: 0 0 44px;
    letter-spacing: 0.01em;
  }
.program-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 8px;
  }
.program-card {
    background: #fff;
    border: 1px solid var(--gold);
    padding: 30px 26px;
  }
.program-card h3 {
    color: var(--navy);
  }
.program-card p {
    font-size: 14.5px;
    line-height: 1.65;
    margin: 0 0 6px;
    color: var(--ink);
  }
.stage {
    padding: 12px 0;
  }
.stage + .stage {
    border-top: 1px solid var(--gold-soft);
    margin-top: 6px;
  }
.price-caption {
    font-size: 12px;
    color: var(--ink-soft);
    margin-bottom: 18px;
  }
.savings-line {
    border-left: 3px solid var(--gold);
    padding: 10px 14px;
    margin: 16px 0 12px;
    font-size: 13.5px;
    background: var(--gold-faint);
  }
.savings-line strong { color: var(--navy); }
.ruble-note {
    font-size: 12.5px;
    color: var(--ink-soft);
  }
.webinar-info {
    border: 1px solid var(--navy);
    padding: 32px;
    margin-top: 48px;
    background: #fff;
  }
.webinar-info h3 {
    color: var(--navy);
    text-align: center;
    margin-bottom: 22px;
  }
.webinar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 32px;
  }
.webinar-list li {
    padding: 9px 0 9px 26px;
    position: relative;
    font-size: 14.5px;
    line-height: 1.5;
  }
.webinar-list li strong { color: var(--navy); }
.webinar-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
    font-size: 16px;
  }
/* ---- wide photo banner before signup ---- */
  .proof-banner {
    margin-top: 56px;
  }
.proof-banner .photo-frame-inner { --ar: 16/6; }
/* ===== SIGNUP SECTION ===== */
  .signup {
    background: var(--navy);
    color: #fff;
    padding: 88px 0;
  }
.signup .section-head h2 { color: #fff; }
.signup-subtext {
    text-align: center;
    font-size: 15px;
    margin: 14px 0 40px;
    color: rgba(255,255,255,0.8);
  }
.form-wrapper {
    max-width: 480px;
    margin: 0 auto;
  }
.form-group { margin-bottom: 16px; }
.form-group label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.02em;
  }
.form-group input::placeholder { color: #9a9a9a; }
.form-group input:focus,
  .form-group select:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(200, 163, 90, 0.25);
  }
.form-group button { width: 100%; padding: 14px 32px; margin-top: 6px; }
.consent-text {
    font-size: 12px;
    text-align: center;
    margin-top: 16px;
    opacity: 0.85;
    line-height: 1.5;
  }
.consent-text a { color: var(--gold); text-decoration: underline; }
.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12.5px;
    gap: 16px;
  }
.footer-brand { display: flex; align-items: center; gap: 10px; opacity: 0.85; }
.footer-links { display: flex; gap: 22px; }
.footer-links a:hover { text-decoration: underline; }
.legal-fine {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.45;
    text-transform: none;
    color: rgba(123, 169, 93, 0.6);
    background: var(--gold-faint, rgba(123, 169, 93, 0.08));
    padding: 6px 8px;
    border-radius: 2px;
  }
/* ===== FORM MESSAGES ===== */
  .msg-success, .msg-error {
    display: none;
    padding: 13px 16px;
    border-radius: 2px;
    margin-bottom: 16px;
    font-size: 13.5px;
    font-weight: 600;
  }
.msg-success.show {
    display: block;
    background: rgba(123, 186, 93, 0.18);
    border: 1px solid #7bba5d;
    color: #d7f0c8;
  }
.msg-error.show {
    display: block;
    background: rgba(198, 59, 61, 0.18);
    border: 1px solid var(--red);
    color: #f5cccc;
  }
/* ===== ACCREDITATION BAND ===== */
  .accred-band {
    padding: 56px 0;
    background: var(--paper);
    border-top: 1px solid var(--gold-soft);
    border-bottom: 1px solid var(--gold-soft);
  }
.accred-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 28px;
    flex-wrap: wrap;
  }
.accred-badge {
    background: #fff;
    border: 1px solid var(--gold);
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
  }
.accred-badge img { height: 36px; width: auto; display: block; }
.accred-badge.dark { background: var(--navy); border-color: var(--navy); }
/* ===== HOSTS ===== */
  .hosts { margin-top: 48px; }
.hosts h3 { text-align: center; margin-bottom: 28px; }
.hosts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 620px;
    margin: 0 auto;
  }
.host-card { text-align: center; }
.host-photo {
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    border: 1px solid var(--gold);
    margin-bottom: 14px;
  }
.host-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.88) sepia(0.07) contrast(1.02); }
.host-role { font-size: 13px; color: var(--ink-soft); margin-top: 4px; }
/* ===== STORIES (VIDEO) ===== */
  .stories { margin-top: 56px; }
.stories h3 { text-align: center; margin-bottom: 28px; }
.stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
@media (max-width: 768px) { .stories-grid { grid-template-columns: 1fr !important; } }
.video-wrap {
    position: relative;
    aspect-ratio: 16/9;
    border: 1px solid var(--gold);
    overflow: hidden;
    background: var(--navy-deep);
    cursor: pointer;
  }
.video-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.play-btn {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.70); border: none; border-radius: 50%;
    width: 60px; height: 60px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s; pointer-events: none;
  }
.video-wrap:hover .play-btn { background: rgba(200,163,90,0.85); }
.story-caption {
    font-size: 13.5px;
    color: var(--ink-soft);
    margin-top: 2px;
    line-height: 1.5;
  }
/* ===== FAQ ===== */
  .faq {
    margin-top: 56px;
    border-top: 1px solid var(--gold-soft);
    padding-top: 40px;
  }
.faq h3 { text-align: center; margin-bottom: 28px; }
.faq-item {
    max-width: 740px;
    margin: 0 auto 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gold-soft);
  }
.faq-item:last-child { border-bottom: none; margin-bottom: 0; }
.faq-q::after { content: '+'; font-size: 22px; line-height: 1.1; color: var(--gold); flex-shrink: 0; }
.faq-item.open .faq-q::after { content: '−'; }
.faq-a { font-size: 14.5px; line-height: 1.7; color: var(--ink); display: none; padding-bottom: 8px; }
.faq-item.open .faq-a { display: block; }
/* ---- video modal ---- */
  .yt-modal-overlay {
    position: fixed; inset: 0; z-index: 2000;
    background: rgba(0,0,0,0.88);
    display: flex; align-items: center; justify-content: center;
    padding: 20px; opacity: 0; visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
  }
.yt-modal-overlay.open { opacity: 1; visibility: visible; }
.yt-modal-inner { position: relative; width: 100%; max-width: 900px; }
.yt-modal-frame { position: relative; aspect-ratio: 16/9; }
.yt-modal-frame iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.yt-modal-close {
    position: absolute; top: -44px; right: 0;
    background: none; border: none; color: #fff; font-size: 38px;
    cursor: pointer; line-height: 1; padding: 0;
  }
.modal-overlay {
    position: fixed; inset: 0; z-index: 1000;
    background: rgba(6, 27, 54, 0.72);
    backdrop-filter: blur(4px);
    display: flex; align-items: center; justify-content: center;
    padding: 24px; opacity: 0; visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal-card {
    background: var(--paper); width: 100%; max-width: 460px;
    border-radius: 4px; border-top: 4px solid var(--gold);
    box-shadow: 0 30px 80px rgba(6,27,54,0.45);
    padding: 36px 34px 30px; position: relative;
    max-height: 92vh; overflow-y: auto;
    transform: translateY(16px) scale(0.98); transition: transform 0.28s ease;
  }
.modal-overlay.open .modal-card { transform: translateY(0) scale(1); }
.modal-close {
    position: absolute; top: 14px; right: 16px; width: 34px; height: 34px;
    border: none; background: transparent; cursor: pointer;
    font-size: 26px; line-height: 1; color: var(--ink-soft);
  }
.modal-close:hover { color: var(--navy); }
.modal-eyebrow {
    font-weight: 700; font-size: 11px; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--gold); margin-bottom: 10px;
  }
.modal-card h3 { font-size: 22px; margin: 0 0 6px; }
.modal-sub { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; margin: 0 0 22px; }
.modal-card .form-group { margin-bottom: 14px; }
.modal-card label {
    display: block; font-size: 12px; font-weight: 600;
    color: var(--navy); margin-bottom: 6px; letter-spacing: 0.01em;
  }
.modal-card input:focus, .modal-card select:focus {
    outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft);
  }
.field-tg input { border-color: var(--gold); background: var(--gold-faint); }
.field-hint { font-size: 11px; color: var(--ink-soft); margin-top: 5px; }
.form-webinar-choice { margin-bottom: 14px; }
.form-webinar-choice > .fwc-label { display: block; font-size: 12px; font-weight: 600; color: var(--navy); margin-bottom: 6px; letter-spacing: 0.01em; }
.modal-card label.fwc-opt {
    display: flex; align-items: flex-start; gap: 9px; margin-bottom: 8px;
    padding: 10px 12px; border: 1px solid rgba(200,163,90,0.5); border-radius: 4px;
    cursor: pointer; font-size: 13.5px; font-weight: 400; color: var(--ink); letter-spacing: 0;
  }
.modal-card label.fwc-opt:last-child { margin-bottom: 0; }
.form-webinar-choice label.fwc-opt:has(input:checked) { border-color: var(--gold); background: var(--gold-faint); }
.form-webinar-choice input[type="radio"] { width: 16px; height: 16px; min-width: 16px; margin: 2px 0 0; padding: 0; accent-color: var(--gold); flex: 0 0 auto; }
.form-webinar-choice label.fwc-opt > span { flex: 1 1 auto; min-width: 0; }
.modal-consent { font-size: 11px; color: var(--ink-soft); line-height: 1.5; margin: 14px 0 0; }
.modal-success { display: none; text-align: center; padding: 12px 0 6px; }
.modal-success.show { display: block; }
.modal-success .check {
    width: 62px; height: 62px; border-radius: 50%; margin: 0 auto 18px;
    background: var(--gold-soft); display: flex; align-items: center; justify-content: center;
  }
.modal-success h3 { margin-bottom: 10px; }
.modal-success p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin: 0 0 20px; }
.modal-tg-btn {
    display: inline-flex; align-items: center; gap: 9px; background: var(--navy);
    color: #fff; padding: 13px 26px; border-radius: 2px; font-weight: 700; font-size: 14px;
  }
.modal-tg-btn:hover { background: var(--navy-deep); }
.modal-msg-err {
    display: none; background: rgba(209,26,26,0.08); color: var(--red);
    font-size: 13px; padding: 10px 12px; border-radius: 2px; margin-bottom: 14px;
  }
.modal-msg-err.show { display: block; }
.signup-cta-wrap { text-align: center; max-width: 560px; margin: 0 auto; }
.signup-dates { display: flex; gap: 14px; justify-content: center; margin-bottom: 26px; flex-wrap: wrap; }
.signup-date {
    border: 1px solid var(--gold); padding: 12px 22px; text-align: center; min-width: 90px;
  }
.signup-date .m { display: block; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }
.webinar-schedule { max-width: 560px; margin: 0 auto 26px; display: flex; flex-direction: column; gap: 12px; }
.schedule-row {
    display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
    border: 1px solid var(--gold); padding: 14px 20px; text-align: left;
  }
.schedule-row .schedule-date { font-weight: 700; font-size: 17px; color: var(--gold); white-space: nowrap; }
.schedule-row .schedule-time { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
.schedule-row .schedule-topic { flex: 1 1 100%; font-size: 15px; line-height: 1.4; color: rgba(255,255,255,0.9); }
