/* ── NAV ── */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    /* ── HERO ── */
    .ta-page-hero {
      background: var(--navy);
      background-image: radial-gradient(ellipse at 70% 50%, var(--navy-deep) 0%, var(--navy) 60%);
      color: var(--white); padding: 72px 40px 80px;
      position: relative; overflow: hidden;
    }
    .ta-page-hero::before {
      content: ""; position: absolute; inset: 0;
      background-image: radial-gradient(circle at 15% 85%, rgba(201,170,102,0.12) 0%, transparent 45%), radial-gradient(circle at 85% 15%, rgba(105,153,152,0.1) 0%, transparent 40%);
      pointer-events: none;
    }
    .ta-page-hero-inner { max-width: 1100px; margin: 0 auto; position: relative; text-align: center; }
    .ta-page-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: block; }
    .ta-page-hero h1 { font-family: "Playfair Display", serif; font-size: clamp(28px, 4vw, 46px); font-weight: 600; line-height: 1.2; margin-bottom: 20px; max-width: 700px; margin-left: auto; margin-right: auto; color: var(--white); }
    .ta-page-hero h1 em { font-style: italic; color: var(--gold); }
    .ta-page-hero-sub { font-size: 16px; color: rgba(255,255,255,0.8); font-weight: 300; max-width: 640px; margin: 0 auto; line-height: 1.75; }
    
    

    /* ── TRAINING TYPES ── */
    .ta-types-section { background: var(--charcoal); padding: 56px 40px; }
    .ta-types-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
    .ta-type-card h3 { font-family: "Playfair Display", serif; font-size: 1.1rem; font-weight: 600; color: var(--gold); margin-bottom: 0.6rem; }
    .ta-type-divider { width: 28px; height: 2px; background: var(--teal); margin-bottom: 0.9rem; }
    .ta-type-card p { font-size: 0.92rem; color: rgba(255,255,255,0.7); line-height: 1.8; }
    .ta-type-card a { color: var(--teal-light); text-decoration: none; font-weight: 500; border-bottom: 1px solid transparent; transition: border-color 0.15s; }
    .ta-type-card a:hover { border-bottom-color: var(--teal-light); }

    /* ── CALENDAR INTRO ── */
    .ta-cal-intro { max-width: 1100px; margin: 0 auto; padding: 64px 40px 32px; display: grid; grid-template-columns: 1fr 340px; gap: 2.5rem; align-items: start; }
    .ta-cal-intro h2 { font-family: "Playfair Display", serif; font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 600; color: var(--navy); margin-bottom: 1rem; }
    .ta-cal-intro p { font-size: 0.96rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 0.65rem; }
    .ta-cal-intro p strong { color: var(--navy); font-weight: 600; }
    .ta-cal-intro a { color: var(--teal); text-decoration: none; font-weight: 500; }
    .ta-cal-intro a:hover { text-decoration: underline; }
    .ta-cal-intro-img { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 16px rgba(11,72,103,0.12); }
    .ta-cal-intro-img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 8px; }

    /* ── EVENTS ── */
    .ta-events { max-width: 1100px; margin: 0 auto; padding: 16px 40px 80px; display: flex; flex-direction: column; gap: 1.25rem; }

    /*
    =========================================================
    TO ADD A NEW EVENT — copy from CUT START to CUT END,
    paste below the last event card, then update:
      • data-type: "webinar" or "training"
      • .ta-event-title  — event name
      • .ta-event-date   — date and time
      • .ta-event-desc   — description paragraph
      • .ta-event-bullets li — bullet points (delete if none)
      • href on .ta-badge-btn — Eventbrite booking URL
    =========================================================
    */

    .ta-event-card {
      display: grid; grid-template-columns: 1fr 220px;
      gap: 2rem; align-items: start;
      background: var(--off-white); border: 1px solid var(--border);
      border-left: 4px solid var(--teal);
      border-radius: 12px; padding: 2rem 2rem 2rem 2.25rem;
      transition: box-shadow 0.2s, border-left-color 0.2s;
    }
    .ta-event-card:hover { box-shadow: 0 4px 24px rgba(11,72,103,0.09); border-left-color: var(--gold); }
    .ta-event-card[data-type="webinar"] { border-left-color: var(--teal); }
    .ta-event-card[data-type="training"] { border-left-color: var(--navy); }
    .ta-event-title { font-family: "Playfair Display", serif; font-size: 1.15rem; font-weight: 600; color: var(--navy); margin-bottom: 0.25rem; }
    .ta-event-date { font-size: 0.85rem; font-weight: 600; color: var(--teal); letter-spacing: 0.02em; margin-bottom: 0.9rem; }
    .ta-event-desc { font-size: 0.93rem; color: var(--text); line-height: 1.75; margin-bottom: 0.9rem; }
    .ta-event-bullets { list-style: none; }
    .ta-event-bullets li { font-size: 0.9rem; color: var(--mid); padding: 0.18rem 0 0.18rem 1.1rem; position: relative; line-height: 1.6; }
    .ta-event-bullets li::before { content: "–"; position: absolute; left: 0; color: var(--teal); }
    .ta-event-badge a { display: block; text-decoration: none; }
    .ta-event-badge img { width: 100%; border-radius: 8px; display: block; transition: opacity 0.15s, transform 0.15s; }
    .ta-event-badge a:hover img { opacity: 0.9; transform: translateY(-2px); }

    /* ── FOOTER ── */
    
    
    
    
    
    
    
    
    
    
    
    
    

    /* ── RESPONSIVE ── */
    @media (max-width: 860px) {
      .ta-page-hero-inner { max-width: 1100px; margin: 0 auto; position: relative; text-align: center; }
      
      .ta-types-inner { grid-template-columns: 1fr; gap: 2rem; }
      .ta-event-card { grid-template-columns: 1fr; }
      .ta-event-badge { max-width: 220px; }
      
    }
