/* ============================================================
   eventos.css — v6 (auditoria e correções)
   Depende de styles.css (institucional) já carregado antes.
   Todas as regras aqui ficam escopadas à página de evento
   (via .page-evento / classes próprias) para nunca vazar
   para a homepage.
   ============================================================ */

body { font-family: 'Geist', Arial, Helvetica, sans-serif; }

.evt-narrow { max-width: 820px; margin-left: auto; margin-right: auto; }
.evt-bg-white { background: var(--white); }
.evt-bg-soft  { background: var(--soft); }
.evt-text-centered { text-align: center; }
.evt-heading-tight { margin-bottom: 8px; }
.evt-heading-mt8 { margin-top: 8px; }
.evt-h2-tight { font-size: clamp(24px,3vw,30px); margin-top: 8px; }
.evt-h2-small { font-size: clamp(22px,2.8vw,26px); margin-top: 8px; }
.evt-p-muted { color: var(--muted); font-size: 14.5px; }
.evt-p-muted--left { line-height: 1.75; text-align: left; }
.evt-p-cie-intro { margin: 10px auto 0; }
.evt-p-availability { margin: 0; color: var(--ink); font-size: 14.5px; line-height: 1.7; }
.evt-p-checklist-intro { margin: 8px 0 20px; }
.evt-p-mt14 { margin-top: 14px; }
.evt-fact-card--wide { grid-column: 1 / -1; }
.evt-section-tight-pad { padding: 40px 0; }
.evt-continue-block { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.evt-doc-cta { margin-top: 14px; }

main .section { padding-top: 68px; padding-bottom: 68px; }
@media (max-width: 820px) { main .section { padding-top: 50px; padding-bottom: 50px; } }
@media (max-width: 560px) { main .section { padding-top: 42px; padding-bottom: 42px; } }

/* Rolagem de âncora: some sections were hidden behind the sticky
   header — this compensates, and only applies within this page. */
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
#datas, #precos, #meia-entrada, #documento, #checklist, #duvidas,
.doc-panel { scroll-margin-top: 84px; }

/* Link "Pular para o conteúdo" — invisível até receber foco */
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 300;
  background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px;
  font-size: 13px; font-weight: 700; transition: top .15s ease;
}
.skip-link:focus { top: 12px; }

/* Foco visível consistente em toda a página de evento */
.page-evento a:focus-visible,
.page-evento button:focus-visible,
.page-evento summary:focus-visible,
.page-evento select:focus-visible,
.page-evento input:focus-visible {
  outline: 2px solid var(--blue); outline-offset: 2px; border-radius: 4px;
}

/* ─── Header de microsite: é ELE que fica fixo na rolagem ────── */
.micro-header {
  position: sticky; top: 0; z-index: 150;
  background: rgba(255,255,255,.94);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.micro-header-inner { display: flex; align-items: center; gap: 20px; min-height: 78px; }
.micro-brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.micro-brand img { height: 46px; width: auto; max-width: 170px; object-fit: contain; object-position: left center; display: block; }
.micro-brand .guide-tag {
  font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
  color: var(--blue-dark); background: var(--blue-soft); padding: 4px 9px; border-radius: 6px;
  white-space: nowrap;
}
.micro-nav { display: flex; align-items: center; gap: 22px; margin-left: 28px; }
.micro-nav a { font-size: 13px; font-weight: 700; color: #354b58; }
.micro-nav a:hover { color: var(--blue); }
.micro-header-cta { margin-left: auto; }
.btn-event-header { max-width: 280px; white-space: normal; line-height: 1.25; text-align: center; padding: 11px 18px; font-size: 13px; }
.event-cta-short { display: none; }

/* A partir daqui a nav desktop some — o menu mobile assume
   NO MESMO breakpoint, sem faixa morta entre os dois. */
@media (max-width: 900px) {
  .micro-nav { display: none; }
  .btn-event-header .event-cta-full { display: none; }
  .btn-event-header .event-cta-short { display: inline; }
  .btn-event-header { max-width: none; white-space: nowrap; }

  /* Sobrescreve o .mobile-nav institucional (que só ativa em 820px)
     pra já funcionar em 900px dentro do header de evento. */
  .micro-header .mobile-nav { position: relative; display: block; margin-left: 0; flex: 0 0 auto; }
  .micro-header .mobile-nav summary {
    width: 42px; height: 42px; display: grid; align-content: center; gap: 5px;
    border: 1px solid var(--line); border-radius: 10px; padding: 10px; cursor: pointer; list-style: none;
  }
  .micro-header .mobile-nav summary::-webkit-details-marker { display: none; }
  .micro-header .mobile-nav summary span { height: 2px; border-radius: 2px; background: var(--navy); }
  .micro-header .mobile-nav nav {
    position: absolute; right: 0; top: 50px; width: min(260px, calc(100vw - 32px));
    display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px;
    padding: 8px; background: var(--white); box-shadow: var(--shadow); z-index: 200;
  }
  .micro-header .mobile-nav nav a { border-bottom: 1px solid var(--line); padding: 13px; color: var(--ink); font-size: 14px; font-weight: 700; }
  .micro-header .mobile-nav nav a:last-child { border: 0; }
}
@media (max-width: 480px) {
  .micro-header-inner { gap: 8px; }
  .micro-brand .guide-tag { display: none; }
  .micro-brand img { height: 34px; }
  .btn-event-header { padding: 9px 10px; font-size: 11.5px; min-height: 36px; }
  .micro-header .mobile-nav summary { width: 36px; height: 36px; }
}
.event-cta-micro { display: none; }
@media (max-width: 340px) {
  .micro-header-inner { gap: 5px; }
  .micro-brand { gap: 0; }
  .micro-brand img { height: 26px; }
  .btn-event-header .event-cta-short { display: none; }
  .btn-event-header .event-cta-micro { display: inline; }
  .btn-event-header { padding: 8px 9px; font-size: 11px; min-height: 34px; }
  .micro-header .mobile-nav summary { width: 32px; height: 32px; padding: 8px; }
}

/* ─── Sub-navegação interna — no fluxo normal (NÃO sticky) ────── */
.subnav { background: var(--navy); position: relative; }
.subnav-inner {
  display: flex; gap: 2px; overflow-x: auto; scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
}
.subnav-inner::-webkit-scrollbar { display: none; }
.subnav-inner a {
  flex: 0 0 auto; padding: 13px 16px; font-size: 12.5px; font-weight: 700;
  color: #a9c2d4; white-space: nowrap; border-bottom: 2px solid transparent;
  scroll-snap-align: start;
}
.subnav-inner a:hover { color: #fff; }
.subnav-inner a.is-active { color: #fff; border-bottom-color: var(--green); }


/* ─── Breadcrumb ─────────────────────────────────────────────── */
.breadcrumb { background: var(--soft); border-bottom: 1px solid var(--line); }
.breadcrumb .container { padding: 10px 0; font-size: 12px; color: var(--muted); display: flex; gap: 6px; flex-wrap: wrap; }
.breadcrumb a { color: var(--blue-dark); font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span[aria-hidden] { color: #b7c7cf; }
.breadcrumb strong { color: var(--ink); font-weight: 700; }

/* ─── Capa editorial (hero) ──────────────────────────────────── */
.evt-hero { position: relative; overflow: hidden; background: #0a0a16; color: var(--white); }
.evt-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 38px; align-items: center; padding: 50px 0; }
.evt-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  color: #f4b6c8; font-size: 11px; font-weight: 800; letter-spacing: .1em;
  padding: 7px 14px; border-radius: 999px; margin-bottom: 16px;
}
.evt-hero h1 { color: var(--white); font-size: clamp(25px, 3vw, 36px); line-height: 1.18; letter-spacing: -.02em; }
.evt-hero .evt-sub { color: #cfd6e0; font-size: 14.5px; line-height: 1.7; margin: 13px 0 20px; max-width: 500px; }
.evt-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.evt-fact {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px; padding: 7px 12px; font-size: 11.5px; font-weight: 600; color: #e7ebf1;
}
.evt-fact svg { width: 13px; height: 13px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.evt-fact.is-status { background: rgba(224,90,90,.18); border-color: rgba(224,90,90,.45); color: #ffc7c7; font-weight: 800; }
.evt-hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.evt-hero-actions .button { box-shadow: 0 16px 34px rgba(32,164,71,.28); }
.evt-wa-discreet { display: inline-block; margin-top: 12px; color: #b7c2d0; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.evt-wa-discreet:hover { color: var(--white); }
.evt-hero-art-wrap { border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); line-height: 0; box-shadow: 0 26px 54px -20px rgba(0,0,0,.5); }
.evt-hero-art-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 900px) { .evt-hero-grid { grid-template-columns: 1fr; padding: 34px 0; gap: 22px; } }

/* ─── Faixa de números grandes ───────────────────────────────── */
.stat-strip { background: linear-gradient(135deg, var(--navy), #041c2e); color: #fff; }
.stat-grid { display: flex; flex-wrap: wrap; justify-content: center; }
.stat-item { flex: 1 1 160px; text-align: center; padding: 26px 14px; }
.stat-item .num { font-size: clamp(26px,3.2vw,38px); font-weight: 900; letter-spacing: -.02em; line-height: 1; }
.stat-item .lbl { font-size: 11.5px; color: #9fb6cc; margin-top: 8px; line-height: 1.4; }
@media (max-width: 560px) {
  .stat-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 4px 0; }
  .stat-item { padding: 20px 10px; }
  .stat-item:last-child { grid-column: 1 / -1; }
}

/* ─── Cards das datas ─────────────────────────────────────────── */
.evt-dates-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.evt-date-card { border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; background: var(--soft); }
.evt-date-card .d { font-weight: 900; color: var(--navy); font-size: 18px; letter-spacing: -.02em; }
.evt-date-card .wd { color: var(--blue-dark); font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-top: 2px; }
.evt-date-card .loc { color: var(--muted); font-size: 12.5px; margin: 8px 0; line-height: 1.5; }
.evt-date-card .times { display: flex; gap: 12px; font-size: 12px; color: var(--ink); font-weight: 600; margin-bottom: 10px; }
.evt-status {
  display: inline-flex; align-items: center; gap: 4px; font-size: 11.5px; font-weight: 800; letter-spacing: .03em;
  color: #a34848; background: #fbeeee; border: 1px solid #f0d5d5; text-decoration: none;
  padding: 6px 12px; border-radius: 7px; transition: background-color .15s ease;
}
.evt-status:hover { background: #f7dede; }
.evt-status span { font-size: 10px; }
@media (max-width: 700px){ .evt-dates-grid{ grid-template-columns: 1fr; } }

.evt-info-strip {
  display: flex; flex-wrap: wrap; gap: 8px 30px; margin-top: 18px;
  padding: 13px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--white);
  font-size: 13px; color: var(--muted);
}
.evt-info-strip b { color: var(--ink); }

/* ─── Tabela de setores e preços (todas as colunas sempre visíveis) ─── */
.evt-price-table-wrap { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; margin: 4px 0 8px; }
table.evt-price-table { width: 100%; border-collapse: collapse; font-size: 14px; }
table.evt-price-table thead th { text-align: left; background: var(--navy); color: var(--white); padding: 13px 18px; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; font-weight: 800; }
table.evt-price-table tbody th[scope="row"] { text-align: left; font-weight: 800; color: var(--navy); font-size: 14px; padding: 13px 18px; border-top: 1px solid var(--line); }
table.evt-price-table td { padding: 13px 18px; border-top: 1px solid var(--line); color: var(--ink); }
table.evt-price-table tr:nth-child(even) th[scope="row"],
table.evt-price-table tr:nth-child(even) td { background: var(--soft); }
table.evt-price-table td.evt-half { color: var(--green-dark); font-weight: 800; }
table.evt-price-table td.evt-savings { color: var(--blue-dark); font-weight: 700; }
table.evt-price-table .swatch { display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: 8px; vertical-align: middle; }
.evt-vip-note { margin-top: 10px; }

@media (max-width: 640px) {
  table.evt-price-table thead {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
  }
  table.evt-price-table, table.evt-price-table tbody, table.evt-price-table tr,
  table.evt-price-table th[scope="row"], table.evt-price-table td { display: block; width: 100%; }
  table.evt-price-table tr { padding: 13px 16px; border-top: 1px solid var(--line); }
  table.evt-price-table tr:first-child { border-top: 0; }
  table.evt-price-table tr:nth-child(even) th[scope="row"],
  table.evt-price-table tr:nth-child(even) td { background: transparent; }
  table.evt-price-table th[scope="row"] { border-top: 0; padding: 0 0 8px; font-size: 15px; }
  table.evt-price-table td { display: flex; justify-content: space-between; align-items: center; padding: 4px 0; border: 0; }
  table.evt-price-table td::before { content: attr(data-label); font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
}

/* ─── Transição editorial (economia) ─────────────────────────── */
.savings-showcase {
  display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
  margin: 22px 0; padding: 26px; border-radius: 18px; background: var(--soft); border: 1px solid var(--line);
}
.savings-box { text-align: center; }
.savings-box .k { font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
.savings-box .v { font-size: 26px; font-weight: 900; color: var(--navy); margin-top: 4px; }
.savings-box.is-result .v { color: var(--green-dark); }
.savings-arrow-editorial { font-size: 20px; color: var(--muted); }

/* ─── Verificador de documento ───────────────────────────────── */
.doc-select-wrap { max-width: 440px; margin-top: 18px; }
.doc-select-wrap label { display: block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.doc-select-wrap select {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 10px;
  font-size: 14px; font-weight: 600; color: var(--ink); background: var(--white); font-family: inherit;
}
.doc-panels { margin-top: 20px; display: grid; gap: 10px; }
.doc-panel { border: 1px solid var(--line); border-radius: 14px; background: var(--white); scroll-margin-top: 84px; overflow: hidden; }
.doc-panel summary {
  padding: 15px 44px 15px 18px; font-weight: 700; color: var(--navy); cursor: pointer;
  list-style: none; display: flex; justify-content: space-between; gap: 10px; font-size: 14.5px;
  position: relative;
}
.doc-panel summary::-webkit-details-marker { display: none; }
.doc-panel summary::after {
  content: ""; position: absolute; right: 18px; top: 50%; width: 10px; height: 10px;
  border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted);
  transform: translateY(-70%) rotate(45deg); transition: transform .18s ease;
}
.doc-panel[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
@media (prefers-reduced-motion: reduce) { .doc-panel summary::after { transition: none; } }
.doc-panel summary:hover { background: var(--soft); }
.doc-panel summary b { font-weight: 400; color: var(--muted); }
.doc-panel .body { padding: 0 18px 18px; font-size: 13.5px; color: var(--muted); line-height: 1.7; }
.doc-panel .body ul { margin: 8px 0 0; padding-left: 18px; }
.doc-panel.is-highlighted { border-color: var(--green); box-shadow: 0 0 0 3px rgba(32,164,71,.12); }

/* ─── Apresentação da CIE (faixa horizontal, diferente da home) ─ */
.cie-showcase { display: grid; gap: 24px; }
.cie-banner { border-radius: 16px; overflow: hidden; box-shadow: 0 24px 48px -20px rgba(6,43,69,.25); border: 1px solid var(--line); }
.cie-banner img { width: 100%; height: auto; display: block; }
.cie-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.cie-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; padding: 7px 13px 7px 10px; border-radius: 999px; background: var(--blue-soft); color: var(--blue-dark); }
.cie-chip svg { width: 15px; height: 15px; flex-shrink: 0; fill: none; stroke: var(--green); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.evt-highlight-box {
  border-left: 4px solid #c94b4b; background: #fdf3f3; text-align: left;
  border-radius: 0 12px 12px 0; padding: 14px 16px; color: #7a2a2a; font-size: 13.5px; line-height: 1.6;
}

/* ─── Disponibilidade dos ingressos ──────────────────────────── */
.evt-availability-box { border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; background: var(--soft); margin-top: 10px; }
.evt-availability-box ul { list-style: none; padding: 0; margin: 10px 0 0; display: grid; gap: 7px; }
.evt-availability-box li { display: flex; gap: 8px; font-size: 13.5px; color: var(--muted); }

/* ─── Checklist interativo ────────────────────────────────────── */
.check-progress { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.check-progress-bar { flex: 1; height: 8px; border-radius: 99px; background: var(--line); overflow: hidden; }
.check-progress-bar > span { display: block; height: 100%; background: var(--green); width: 0%; transition: width .25s ease; }
.check-progress-label { font-size: 13px; font-weight: 800; color: var(--navy); white-space: nowrap; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.check-item { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 13px 16px; background: var(--white); cursor: pointer; }
.check-item input { width: 19px; height: 19px; accent-color: var(--green); flex-shrink: 0; }
.check-item.is-checked { background: #f2fbf4; border-color: #b8dfc1; }
.check-item span { font-size: 13.5px; color: var(--ink); }
@media (max-width: 640px) { .check-list { grid-template-columns: 1fr; } }

/* ─── Sobre o artista: texto + cards de fatos ────────────────── */
.evt-about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: start; }
.evt-about-grid p { color: var(--muted); font-size: 14.5px; line-height: 1.75; margin: 0 0 14px; }
.evt-fact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.evt-fact-card { border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; background: var(--soft); }
.evt-fact-card .k { font-size: 11.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--blue-dark); margin-bottom: 5px; }
.evt-fact-card .v { font-size: 13.5px; font-weight: 700; color: var(--ink); line-height: 1.4; }
@media (max-width: 900px) { .evt-about-grid { grid-template-columns: 1fr; } }
@media (max-width: 400px) { .evt-fact-cards { grid-template-columns: 1fr; } }

/* ─── FAQ (reaproveita .faq do institucional) ────────────────── */

/* ─── Fontes / avisos ─────────────────────────────────────────── */
.evt-sources ul { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 8px; }
.evt-sources a { color: var(--blue-dark); font-size: 13.5px; font-weight: 600; }
.evt-sources a:hover { text-decoration: underline; }
.evt-updated { color: var(--muted); font-size: 12.5px; margin-top: 6px; }
.evt-disclaimer-final {
  border-top: 1px solid var(--line); margin-top: 8px; padding: 18px 0; text-align: center;
  color: var(--muted); font-size: 12px; line-height: 1.6;
}
.evt-internal-links { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 10px; }
.evt-internal-links a { font-size: 13.5px; font-weight: 600; color: var(--blue-dark); }
.evt-internal-links a:hover { text-decoration: underline; }

/* ─── CTA final único ─────────────────────────────────────────── */
.cta-final { background: var(--navy); color: #fff; text-align: center; }
.cta-final h2 { color: #fff; font-size: clamp(24px,3vw,32px); margin: 0 0 10px; }
.cta-final p { color: #cdd9e2; font-size: 14.5px; max-width: 520px; margin: 0 auto 24px; }
.cta-final .button { box-shadow: 0 16px 34px rgba(32,164,71,.28); }

/* ─── Tipografia mínima no mobile (nada essencial abaixo de 13px) ─── */
@media (max-width: 600px) {
  .evt-fact { font-size: 13px; padding: 8px 12px; }
  .stat-item .lbl { font-size: 12.5px; }
  .cie-chip { font-size: 13px; }
  .evt-updated { font-size: 13px; }
  .evt-sources a, .evt-internal-links a { font-size: 13.5px; }
  .footer-links a { font-size: 13px; }
  .evt-date-card .wd { font-size: 12.5px; }
  .evt-date-card .loc, .evt-date-card .times { font-size: 13px; }
  .evt-wa-discreet { font-size: 13px; }
  .check-item span { font-size: 14px; }
  .subnav-inner a { font-size: 13px; }
}

/* ─── Destaque: tutorial em vídeo (cursos gratuitos / CIE) ────── */
.video-tutorial { background: var(--blue-soft); }
.video-tutorial-card {
  position: relative; overflow: hidden;
  background: var(--white); border: 1px solid var(--line); border-radius: 20px;
  box-shadow: var(--shadow); padding: 34px;
}
.video-tutorial-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--yellow);
}
.video-tutorial-grid { display: grid; grid-template-columns: 1fr; gap: 26px; }
.video-tutorial-badge {
  display: inline-flex; align-items: center; gap: 6px; width: fit-content;
  font-size: 11.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
  color: #7a5b00; background: #fff3d6; border: 1px solid #ffe9ad; padding: 6px 12px; border-radius: 999px;
}
.video-tutorial-title { font-size: clamp(22px,2.8vw,28px); line-height: 1.28; color: var(--navy); margin: 0; }
.video-tutorial-intro p { color: var(--muted); font-size: 14.5px; line-height: 1.75; margin: 0 0 12px; }
.video-tutorial-intro p:last-child { margin-bottom: 0; }
.video-tutorial-highlights { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.video-tutorial-highlights li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; font-weight: 700; color: var(--ink); }
.video-tutorial-highlights li svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; fill: none; stroke: var(--green); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.video-tutorial-cta { display: flex; }
.video-tutorial-cta .button { width: 100%; text-align: center; justify-content: center; }
.video-tutorial-media { display: flex; flex-direction: column; gap: 10px; }
.video-tutorial-frame {
  position: relative; width: 100%; padding-top: 56.25%; border-radius: 16px; overflow: hidden;
  background: #000; box-shadow: 0 20px 40px -18px rgba(6,43,69,.32);
}
.video-tutorial-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-tutorial-link { align-self: flex-start; font-size: 13px; font-weight: 600; color: var(--blue-dark); text-decoration: underline; text-underline-offset: 3px; }
.video-tutorial-link:hover { color: var(--navy); }
.video-tutorial a:focus-visible,
.video-tutorial iframe:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }

@media (min-width: 901px) {
  .video-tutorial-grid {
    grid-template-columns: 1.05fr .95fr;
    column-gap: 40px;
    grid-template-areas:
      "badge  video"
      "title  video"
      "intro  video"
      "list   video"
      "cta    video";
    align-items: start;
  }
  .video-tutorial-badge { grid-area: badge; }
  .video-tutorial-title { grid-area: title; }
  .video-tutorial-intro { grid-area: intro; }
  .video-tutorial-highlights { grid-area: list; }
  .video-tutorial-cta { grid-area: cta; }
  .video-tutorial-media { grid-area: video; }
  .video-tutorial-cta .button { width: auto; }
}

@media (max-width: 560px) {
  .video-tutorial-card { padding: 22px; }
}
