/* ══════════════════════════════════════════════════════════
   MATCH MEDICINE — design system institucional
   Herda os tokens de cor/tipografia da vertical Radiologia,
   sem o vermelho de urgência: papel deste site é confiança,
   não conversão imediata. Referência editorial: hsph.harvard.edu
══════════════════════════════════════════════════════════ */
:root {
  --p100:#EEF2F9; --p200:#D5E0F0; --p300:#A8BEE0; --p400:#6E93CB;
  --p500:#3B6BB5; --p600:#1B3A6B; --p700:#142D52; --p800:#0C1F38; --p900:#071222;
  --g50:#F8FAFC; --g100:#F1F5F9; --g200:#E2E8F0; --g300:#CBD5E1;
  --g400:#94A3B8; --g500:#64748B; --g600:#475569; --g700:#334155;
  --g800:#1E293B; --g900:#0F172A;
  --ok:#1A7F4E;
  /* Dark mode (jul/2026): duas profundidades para as dobras escuras não
     virarem um bloco chapado. ink-900 = hero/footer, ink-800 = miolo. */
  --ink-900:#05080F; --ink-800:#0A1220; --ink-line:rgba(255,255,255,.08);
  --fd:'Plus Jakarta Sans',system-ui,sans-serif;
  --fb:'Inter',system-ui,sans-serif;
}

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 84px; } /* compensa o header sticky nas âncoras */
body { margin: 0; font-family: var(--fb); background: #fff; color: var(--g900); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
button { font-family: var(--fb); cursor: pointer; }
input, select, textarea { font-family: var(--fb); }
img { max-width: 100%; }

/* ── Layout ── */
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 40px; }
.section { padding: 96px 0; }
.section-alt { background: #fff; border-top: 1px solid var(--g200); border-bottom: 1px solid var(--g200); }
.section-dark { background: var(--ink-800); }
.section-deep { background: var(--ink-900); }

/* ── Tipografia ── */
.kicker { display: inline-block; background: var(--p100); color: var(--p700); font-size: 11px; font-weight: 700; padding: 4px 14px; border-radius: 999px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
.section-dark .kicker, .section-deep .kicker { background: rgba(255,255,255,.08); color: rgba(255,255,255,.6); }
h1, h2, h3 { font-family: var(--fd); color: var(--p800); letter-spacing: -.02em; line-height: 1.15; margin: 0; }
h1 { font-size: clamp(34px, 4.5vw, 56px); font-weight: 700; }
h2 { font-size: clamp(26px, 3.2vw, 40px); font-weight: 700; }
h3 { font-size: 20px; font-weight: 600; }
.section-dark h1, .section-dark h2, .section-dark h3,
.section-deep h1, .section-deep h2, .section-deep h3 { color: #fff; }
.lead { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.75; color: var(--g600); }
.section-dark .lead, .section-deep .lead { color: rgba(255,255,255,.6); }
.center { text-align: center; }
.center .lead { max-width: 640px; margin-left: auto; margin-right: auto; }

/* ── Botões ── */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 15px 30px; border-radius: 999px; font-size: 15px; font-weight: 700; border: none; transition: all .2s ease; }
.btn-primary { background: var(--p600); color: #fff; }
.btn-primary:hover { background: var(--p700); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(27,58,107,.3); }
.btn-outline { background: transparent; color: var(--p600); border: 1.5px solid var(--p300); }
.btn-outline:hover { border-color: var(--p600); background: var(--p100); }
.section-dark .btn-outline, .section-deep .btn-outline { color: #fff; border-color: rgba(255,255,255,.3); }
.section-dark .btn-outline:hover, .section-deep .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* ── Header ── */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--ink-900); border-bottom: 1px solid var(--ink-line); }
.site-header .brand { color: #fff; }
.site-header .brand span { color: var(--p400); }
.site-header .nav-link { color: rgba(255,255,255,.62); }
.site-header .nav-link:hover, .site-header .nav-link.active { color: #fff; }
.site-header .inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { font-family: var(--fd); font-size: 20px; font-weight: 700; color: var(--p700); letter-spacing: -.02em; }
.brand span { color: var(--p400); }
.main-nav { display: flex; gap: 28px; align-items: center; }
.nav-link { color: var(--g600); font-size: 14px; font-weight: 500; transition: color .15s; }
.nav-link:hover, .nav-link.active { color: var(--p600); }
.nav-link.active { font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 12px; }

/* Toggle de idioma PT/EN */
.lang-switch { display: flex; align-items: center; border: 1px solid var(--g200); border-radius: 999px; padding: 2px; background: #fff; }
.lang-switch button, .lang-switch a { border: none; background: none; font-size: 11px; font-weight: 700; letter-spacing: .04em; color: var(--g500); padding: 5px 10px; border-radius: 999px; cursor: pointer; transition: all .15s; }
.lang-switch button.active, .lang-switch a.active { background: var(--p600); color: #fff; }

/* ── Hero ── */
/* Hero escuro (jul/2026): o painel de mentores é um recorte PNG sem
   moldura, sangrando direto no fundo. Nada de .hero-photo aqui. */
.hero { padding: 72px 0 84px; background: var(--ink-900); overflow: hidden; }
.hero h1 { color: #fff; font-size: clamp(30px, 4vw, 54px); }
.hero .kicker { background: transparent; border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.72); }
.hero .lead { color: rgba(255,255,255,.62); }
.hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.34); }
.hero .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.hero-panel { margin: 0; }
.hero-panel img { width: 100%; height: auto; display: block; }
.hero-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 64px; align-items: center; }
/* Painel maior via proporção das colunas, não sangrando para fora nem
   alargando o .wrap: fora do container ele seria cortado pelo
   overflow:hidden em telas ~1140px, e um wrap mais largo desalinharia o
   título do logo do header. */
.hero .hero-grid { grid-template-columns: 1fr 1.45fr; gap: 32px; }
.hero h1 em { font-style: italic; color: #fff; }
.hero .lead { margin: 24px 0 36px; max-width: 540px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-photo { border-radius: 18px; overflow: hidden; aspect-ratio: 4/5; position: relative; background: var(--p100); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 16px; background: linear-gradient(transparent, rgba(0,0,0,.72)); color: rgba(255,255,255,.9); font-size: 11px; font-weight: 600; }

/* ── Grids de cards ── */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

.card { background: #fff; border: 1px solid var(--g200); border-radius: 16px; padding: 32px 28px; transition: all .2s ease; }
.card:hover { box-shadow: 0 10px 36px rgba(11,31,56,.09); transform: translateY(-3px); border-color: var(--p300); }
.card .icon { width: 48px; height: 48px; background: var(--p100); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: 14px; line-height: 1.7; color: var(--g600); margin: 0; }

/* ── Card de programa ── */
.program-card { border: 1px solid var(--g200); border-radius: 18px; overflow: hidden; background: #fff; display: flex; flex-direction: column; transition: all .2s ease; }
.program-card:hover { box-shadow: 0 12px 40px rgba(11,31,56,.1); transform: translateY(-3px); }
.program-card .banner { padding: 28px; background: linear-gradient(145deg, var(--p600), var(--p800)); }
.program-card .banner .status { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 3px 11px; border-radius: 999px; background: rgba(255,255,255,.14); color: #fff; margin-bottom: 12px; }
.program-card .banner .status.soon { background: rgba(255,255,255,.08); color: rgba(255,255,255,.55); }
.program-card .banner h3 { color: #fff; font-size: 24px; }
.program-card .body { padding: 26px 28px 30px; display: flex; flex-direction: column; gap: 16px; flex: 1; }
.program-card .body p { font-size: 14px; line-height: 1.7; color: var(--g600); margin: 0; flex: 1; }
.program-card.soon { opacity: .82; }

/* ── Stats ── */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.06); border-radius: 16px; overflow: hidden; }
.stat-block { background: rgba(255,255,255,.04); padding: 34px 24px; text-align: center; }
.stat-block .value { font-family: var(--fd); font-size: clamp(24px, 2.6vw, 36px); font-weight: 700; color: #fff; line-height: 1.1; }
.stat-block .label { font-size: 13px; color: rgba(255,255,255,.5); margin-top: 8px; }

/* ── Logos ── */
.logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.logo-item { padding: 10px 34px; text-align: center; }
.logo-item img { height: 54px; max-width: 132px; object-fit: contain; filter: grayscale(1) opacity(.55); }

/* ── Depoimentos ── */
.testimonial { background: #fff; border: 1px solid var(--g200); border-radius: 16px; padding: 28px; }
.testimonial blockquote { font-family: var(--fd); font-style: italic; font-size: 15px; line-height: 1.7; color: var(--g700); margin: 0 0 18px; }
.testimonial .who { font-size: 14px; font-weight: 700; color: var(--p800); }
.testimonial .path { font-size: 12px; color: var(--g500); margin-top: 3px; }
.testimonial .path strong { color: var(--p600); }

/* ── Blog cards ── */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card { border: 1px solid var(--g200); border-radius: 16px; overflow: hidden; background: #fff; transition: all .2s ease; display: block; }
.blog-card:hover { box-shadow: 0 10px 36px rgba(11,31,56,.09); transform: translateY(-3px); }
.blog-card .thumb { aspect-ratio: 16/10; background: var(--p100); position: relative; overflow: hidden; }
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card .meta { padding: 18px 20px 22px; }
.blog-card .cat { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--p500); }
.blog-card h3 { font-size: 16px; font-family: var(--fb); font-weight: 700; line-height: 1.45; margin: 8px 0 6px; }
.blog-card .date { font-size: 12px; color: var(--g500); }

/* ── LGPD consent ── */
.lgpd-check { display: flex; align-items: flex-start; gap: 9px; cursor: pointer; margin-top: 4px; }
.lgpd-check input { margin-top: 3px; flex-shrink: 0; width: 15px; height: 15px; accent-color: var(--p600); }
.lgpd-check span { font-size: 11px; line-height: 1.6; color: var(--g500); min-width: 0; }
.newsletter .lgpd-check { width: 100%; }
.newsletter .lgpd-check span { color: rgba(255,255,255,.45); }
.newsletter .lgpd-check input { accent-color: #fff; }

/* ── Blog ── */
.crumb { font-size: 12px; color: var(--g500); }
.crumb a { color: var(--p500); font-weight: 600; }
.cat-chips { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.cat-chip { font-size: 12px; font-weight: 600; border: 1px solid var(--g200); border-radius: 999px; padding: 6px 16px; color: var(--g600); cursor: pointer; background: #fff; transition: all .15s; }
.cat-chip.active, .cat-chip:hover { border-color: var(--p600); color: var(--p600); background: var(--p100); }
.thumb-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, var(--p600), var(--p800)); }
.thumb-ph span { color: rgba(255,255,255,.85); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.post-content { max-width: 720px; margin: 0 auto; }
.post-content p { font-size: 16px; line-height: 1.85; color: var(--g700); margin: 0 0 20px; }
.post-content h2 { font-size: 24px; margin: 40px 0 16px; }
.post-content h3 { font-size: 18px; margin: 28px 0 10px; }
.post-content ul, .post-content ol { color: var(--g700); line-height: 1.85; font-size: 16px; margin: 0 0 20px; padding-left: 24px; }
.post-content li { margin-bottom: 8px; }
.post-content a { color: var(--p500); font-weight: 600; }
.post-cta { background: var(--p800); border-radius: 18px; padding: 36px 32px; text-align: center; margin: 44px 0; }
.post-cta .title { color: #fff; font-family: var(--fd); font-size: 22px; font-weight: 700; margin: 0 0 10px; }
.post-cta p { color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.7; margin: 0 0 20px; }

/* ── FAQ — mesmo padrão da vertical Radiologia ── */
.faq-item { border-bottom: 1px solid var(--g200); }
.faq-toggle { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 22px 0; background: none; border: none; cursor: pointer; text-align: left; gap: 16px; }
.faq-q { font-family: var(--fd); font-size: 17px; font-weight: 600; color: var(--p800); line-height: 1.4; }
.faq-answer { display: none; padding-bottom: 26px; }
.faq-answer.open { display: block; }
.faq-answer p { font-size: 15px; line-height: 1.78; color: var(--g600); margin: 0; padding-bottom: 4px; }
.faq-chev { transition: transform .22s ease; flex-shrink: 0; margin-left: 20px; display: flex; align-items: center; color: var(--g400); }
.faq-chev.open { transform: rotate(180deg); }

/* FAQ em dobra escura: sem isto a pergunta fica azul-escuro sobre fundo
   escuro e as divisórias em cinza claro estouram de brilho. */
.section-dark .faq-item, .section-deep .faq-item { border-bottom-color: rgba(255,255,255,.1); }
.section-dark .faq-q, .section-deep .faq-q { color: #fff; }
.section-dark .faq-answer p, .section-deep .faq-answer p { color: rgba(255,255,255,.6); }
.section-dark .faq-chev, .section-deep .faq-chev { color: rgba(255,255,255,.45); }
.section-dark .faq-toggle:hover .faq-q, .section-deep .faq-toggle:hover .faq-q { color: var(--p300); }

.faq-more { max-width: 760px; margin: 44px auto 0; text-align: center; padding: 28px 32px; background: var(--g50); border-radius: 14px; border: 1px solid var(--g200); }
.faq-more p { font-size: 16px; color: var(--g700); margin: 0 0 18px; }
.section-dark .faq-more, .section-deep .faq-more { background: rgba(255,255,255,.05); border-color: var(--ink-line); }
.section-dark .faq-more p, .section-deep .faq-more p { color: rgba(255,255,255,.62); }

/* ── Formulários ── */
.form-card { background: #fff; border: 1px solid var(--g200); border-radius: 18px; padding: 40px; max-width: 620px; margin: 0 auto; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 11px; font-weight: 700; color: var(--g600); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--g300); border-radius: 9px; padding: 13px 15px; font-size: 15px; color: var(--g900); outline: none; background: #fff; transition: border-color .15s, box-shadow .15s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--p400); box-shadow: 0 0 0 3px rgba(59,107,181,.14); }
.field textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 12px; color: var(--g500); text-align: center; margin-top: 12px; }
.form-success { text-align: center; padding: 48px 24px; display: none; }
.form-success .check { width: 64px; height: 64px; background: rgba(26,127,78,.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }

/* ── Newsletter ── */
.newsletter { background: var(--p800); border-radius: 20px; padding: 52px 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.newsletter h2 { color: #fff; font-size: clamp(22px, 2.4vw, 30px); }
.newsletter p { color: rgba(255,255,255,.55); font-size: 15px; line-height: 1.65; margin: 10px 0 0; max-width: 440px; }
.newsletter form { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }
.newsletter input[type="email"] { border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.08); border-radius: 999px; padding: 14px 20px; font-size: 14px; color: #fff; outline: none; min-width: 260px; }
.newsletter input[type="email"]::placeholder { color: rgba(255,255,255,.35); }
.newsletter input[type="email"]:focus { border-color: var(--p400); }

/* ── Cards e newsletter dentro de dobras escuras ── */
.section-dark .card, .section-deep .card { background: rgba(255,255,255,.04); border-color: var(--ink-line); }
.section-dark .card h3, .section-deep .card h3 { color: #fff; }
.section-dark .card p, .section-deep .card p { color: rgba(255,255,255,.6); }
.section-deep .newsletter { background: rgba(255,255,255,.05); border: 1px solid var(--ink-line); }

/* ── Footer ── */
.site-footer { background: var(--ink-900); padding: 56px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.site-footer .brand { color: #fff; }
.site-footer .brand span { color: var(--p400); }
.footer-desc { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,.35); max-width: 300px; margin: 10px 0 0; }
.footer-col .title { font-size: 10px; font-weight: 700; color: rgba(255,255,255,.3); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,.45); margin-bottom: 10px; transition: color .15s; }
.footer-col a:hover { color: rgba(255,255,255,.85); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding-top: 22px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p, .footer-bottom a { font-size: 11px; color: rgba(255,255,255,.25); margin: 0; }

/* ── Página interna: hero curto ── */
.page-hero { padding: 72px 0 56px; background: var(--g50); border-bottom: 1px solid var(--g200); }
.page-hero .lead { margin-top: 18px; max-width: 620px; }

/* ══════════════════════════════════════════════════════════
   CARROSSEL DE MENTORES
   Cartões renderizados pelo main.js a partir do array
   `mentors` do i18n.js. Vive na dobra Sobre (escura), mas a
   variante clara existe caso seja reusado numa dobra branca.
   ══════════════════════════════════════════════════════════ */
.mentors { position: relative; margin-top: 46px; }

/* Sem `scroll-behavior: smooth` e sem snap `mandatory` aqui: juntos, eles
   cancelam o scroll programático das setas no Chrome. A animação vem do
   glide() no main.js e o snap fica em `proximity` (guia sem prender). */
.mentors-track {
  display: flex; gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding: 4px 2px 20px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.22) rgba(255,255,255,.06);
}
.mentors-track::-webkit-scrollbar { height: 6px; }
.mentors-track::-webkit-scrollbar-track { background: rgba(255,255,255,.06); border-radius: 999px; }
.mentors-track::-webkit-scrollbar-thumb { background: rgba(255,255,255,.22); border-radius: 999px; }
.mentors-track::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,.34); }

.mentor-card {
  flex: 0 0 228px; scroll-snap-align: start;
  position: relative; border-radius: 16px; overflow: hidden;
  background: #0E1728; border: 1px solid rgba(255,255,255,.08);
  transition: transform .25s ease;
}
.mentor-card:hover { transform: translateY(-4px); }
.mentor-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.mentor-card .meta {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 14px 14px;
  background: linear-gradient(transparent, rgba(4,8,16,.94) 62%);
}
.mentor-card .nm { font-family: var(--fd); font-size: 14px; font-weight: 700; color: #fff; line-height: 1.3; }

.mentors-nav {
  position: absolute; top: calc(50% - 26px); transform: translateY(-50%);
  width: 42px; height: 42px; border-radius: 50%; cursor: pointer; z-index: 3;
  display: flex; align-items: center; justify-content: center; font-size: 15px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff;
  backdrop-filter: blur(6px); transition: background .18s, opacity .18s;
}
.mentors-nav:hover { background: rgba(255,255,255,.2); }
.mentors-nav[disabled] { opacity: .25; cursor: default; }
.mentors-nav.prev { left: -14px; }
.mentors-nav.next { right: -14px; }

/* variante em dobra clara */
.section-light .mentor-card { background: var(--g100); border-color: var(--g200); }
.section-light .mentor-card .meta { background: linear-gradient(transparent, rgba(15,23,42,.9) 62%); }
.section-light .mentors-nav { background: #fff; border-color: var(--g300); color: var(--p800); box-shadow: 0 2px 10px rgba(15,23,42,.1); }
.section-light .mentors-track { scrollbar-color: var(--g300) var(--g100); }
.section-light .mentors-track::-webkit-scrollbar-track { background: var(--g100); }
.section-light .mentors-track::-webkit-scrollbar-thumb { background: var(--g300); }

/* ── Responsivo ── */
.md-hide-inline { display: inline-flex; }
@media (max-width: 960px) {
  .wrap { padding: 0 28px; }
  .section { padding: 72px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-photo { max-width: 420px; }
  .grid-3, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .main-nav { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .newsletter { flex-direction: column; align-items: flex-start; }
  .hero .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .mentor-card { flex-basis: 190px; }
  .mentors-nav { display: none; }
  .mentors-track { padding-left: 0; padding-right: 24px; }
}
@media (max-width: 620px) {
  .wrap { padding: 0 20px; }
  .section { padding: 56px 0; }
  .grid-3, .grid-2, .blog-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .newsletter { padding: 36px 24px; }
  /* coluna + wrap empurra o aceite LGPD para uma 2ª coluna fora da tela */
  .newsletter form { flex-direction: column; width: 100%; flex-wrap: nowrap; }
  .mentor-card { flex-basis: 158px; }
  .newsletter input[type="email"] { min-width: 0; width: 100%; }
  .form-card { padding: 28px 20px; }
  .hero { padding: 56px 0 64px; }
}
