:root {
    --navy: #0f1c2e;
    --navy-mid: #1a2d42;
    --navy-light: #243850;
    --gold: #c9a84c;
    --gold-light: #e8c97a;
    --cream: #f5f0e8;
    --text: #e8e0d0;
    --text-muted: #8a9ab0;
    --white: #ffffff;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; font-size: 18px; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--navy);
    color: var(--text);
    overflow-x: hidden;
  }

  /* NAV */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 1.2rem 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(15, 28, 46, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  }

  .nav-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.05em;
    text-decoration: none;
  }

  .nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
  }

  .nav-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.3s;
  }

  .nav-links a:hover { color: var(--gold); }

  .nav-cta {
    background: var(--gold);
    color: var(--navy) !important;
    padding: 0.6rem 1.4rem;
    border-radius: 2px;
    font-weight: 500;
  }

  .nav-cta:hover { background: var(--gold-light) !important; color: var(--navy) !important; }

  /* HERO */
  .hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 8rem 4rem 4rem;
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    content: '';
    position: absolute;
    top: -200px; right: -200px;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(201,168,76,0.06) 0%, transparent 70%);
    pointer-events: none;
  }

  .hero::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(201,168,76,0.04) 0%, transparent 70%);
    pointer-events: none;
  }

  .hero-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }

  .hero-content {
    animation: fadeUp 1s ease both;
  }

  .hero-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .hero-eyebrow::before {
    content: '';
    display: inline-block;
    width: 40px; height: 1px;
    background: var(--gold);
  }

  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 300;
    line-height: 1.05;
    color: var(--white);
    margin-bottom: 1.5rem;
  }

  .hero h1 em {
    font-style: italic;
    color: var(--gold);
  }

  .hero-desc {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-muted);
    max-width: 520px;
    margin-bottom: 2.5rem;
  }

  .hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .btn-primary {
    background: var(--gold);
    color: var(--navy);
    padding: 0.9rem 2rem;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    transition: all 0.3s;
    display: inline-block;
  }

  .btn-primary:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
  }

  .btn-secondary {
    border: 1px solid rgba(201,168,76,0.4);
    color: var(--gold);
    padding: 0.9rem 2rem;
    border-radius: 2px;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    transition: all 0.3s;
    display: inline-block;
  }

  .btn-secondary:hover {
    border-color: var(--gold);
    background: rgba(201,168,76,0.05);
  }

  .hero-stats {
    margin-top: 4rem;
    position: relative;
    display: flex;
    gap: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    animation: fadeUp 1s 0.3s ease both;
  }

  /* HERO NÚCLEOS */
  .hero-nucleos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    animation: fadeUp 1s 0.2s ease both;
  }
  .hero-nucleo-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(201,168,76,0.15);
    border-radius: 6px;
    padding: 1.5rem 1.75rem;
    transition: border-color 0.2s, background 0.2s;
  }
  .hero-nucleo-card:hover {
    border-color: rgba(201,168,76,0.35);
    background: rgba(255,255,255,0.06);
  }
  .hero-nucleo-num {
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    opacity: 0.7;
    margin-bottom: 0.4rem;
  }
  .hero-nucleo-titulo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 0.4rem;
    line-height: 1.3;
  }
  .hero-nucleo-desc {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.55;
  }
  @media (max-width: 900px) {
    .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
    .hero-nucleos { display: none; }
  }

  .stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
  }

  .stat-label {
    font-size: 0.78rem;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    margin-top: 0.3rem;
  }

  /* SECTION BASE */
  section {
    padding: 6rem 4rem;
  }

  .section-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }

  .section-eyebrow::before {
    content: '';
    display: inline-block;
    width: 30px; height: 1px;
    background: var(--gold);
  }

  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 300;
    color: var(--white);
    line-height: 1.15;
    margin-bottom: 1rem;
  }

  .section-title em { font-style: italic; color: var(--gold); }

  .section-sub {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 580px;
    margin-bottom: 3rem;
  }

  /* CURSOS */
  #cursos { background: var(--navy); }

  .cursos-header { max-width: 1100px; margin: 0 auto 3rem; }

  .cursos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
  }

  .curso-card {
    background: var(--navy-mid);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px;
    padding: 2.5rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }

  .curso-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: left;
  }

  .curso-card:hover { border-color: rgba(201,168,76,0.2); transform: translateY(-4px); }
  .curso-card:hover::before { transform: scaleX(1); }

  .curso-numero {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: rgba(201,168,76,0.15);
    line-height: 1;
    margin-bottom: 1rem;
  }

  .curso-tag {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.8rem;
  }

  .curso-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .curso-card p {
    font-size: 0.88rem;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
  }

  .curso-detalhes {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255,255,255,0.06);
  }

  .curso-detalhe {
    font-size: 0.78rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .curso-detalhe::before {
    content: '—';
    color: var(--gold);
    font-size: 0.6rem;
  }

  .curso-cta {
    display: inline-block;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(201,168,76,0.3);
    transition: border-color 0.3s;
  }

  .curso-cta:hover { border-color: var(--gold); }

  /* FAQ */
  #faq { background: var(--navy); }

  .faq-wrap {
    max-width: 760px;
    margin: 0 auto;
  }

  .faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    padding: 1.6rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.3s;
  }

  .faq-question:hover { color: var(--gold); }

  .faq-icon {
    flex-shrink: 0;
    width: 20px; height: 20px;
    position: relative;
    color: var(--gold);
  }

  .faq-icon::before,
  .faq-icon::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
  }

  .faq-icon::before { width: 100%; height: 1.5px; top: 50%; left: 0; transform: translateY(-50%); }
  .faq-icon::after  { width: 1.5px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }

  .faq-item.open .faq-icon::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
  }

  .faq-item.open .faq-answer { max-height: 400px; }

  .faq-answer p {
    font-size: 0.92rem;
    line-height: 1.8;
    color: var(--text-muted);
    padding-bottom: 1.6rem;
  }

  .faq-answer a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(201,168,76,0.3); }
  .faq-answer a:hover { border-color: var(--gold); }

  /* PARA QUEM É */
  #para-quem { background: var(--navy); }

  .para-quem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start;
  }

  .para-quem-card {
    border-radius: 4px;
    padding: 2.5rem;
  }

  .para-quem-card.sim {
    background: var(--navy-mid);
    border: 1px solid rgba(201,168,76,0.15);
  }

  .para-quem-card.nao {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
  }

  .para-quem-label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }

  .para-quem-label.sim { color: var(--gold); }
  .para-quem-label.nao { color: var(--text-muted); }

  .para-quem-item {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1rem;
    align-items: flex-start;
  }

  .para-quem-item-icon {
    flex-shrink: 0;
    width: 18px; height: 18px;
    margin-top: 2px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .para-quem-card.sim .para-quem-item-icon { color: var(--gold); }
  .para-quem-card.nao .para-quem-item-icon { color: var(--text-muted); }

  .para-quem-item p {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--text-muted);
  }

  .para-quem-item p em {
    color: var(--text);
    font-style: normal;
  }

  /* O QUE VOCÊ VAI DESENVOLVER */
  #desenvolver { background: var(--navy-mid); }

  .desenvolver-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
  }

  .desenvolver-card {
    background: var(--navy-light);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px;
    padding: 2rem;
  }

  .desenvolver-nucleo {
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.5rem;
  }

  .desenvolver-titulo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    color: var(--white);
    margin-bottom: 1.5rem;
    line-height: 1.3;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .desenvolver-item {
    display: flex;
    gap: 0.7rem;
    margin-bottom: 0.8rem;
    align-items: flex-start;
  }

  .desenvolver-item::before {
    content: '—';
    color: var(--gold);
    font-size: 0.7rem;
    flex-shrink: 0;
    margin-top: 3px;
  }

  .desenvolver-item span {
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--text-muted);
  }

  /* COMO FUNCIONA */
  #como-funciona { background: var(--navy); }

  .como-wrap {
    max-width: 860px;
    margin: 0 auto;
  }

  .ciclo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .ciclo-card {
    background: var(--navy-mid);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px;
    padding: 2rem;
  }

  .ciclo-semana {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.5rem;
  }

  .ciclo-titulo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: var(--white);
    margin-bottom: 1rem;
  }

  .ciclo-card p {
    font-size: 0.9rem;
    line-height: 1.75;
    color: var(--text-muted);
  }

  .ciclo-seta {
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    color: var(--gold);
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    opacity: 0.6;
  }

  .ciclo-fechamento {
    background: rgba(201,168,76,0.04);
    border: 1px solid rgba(201,168,76,0.15);
    border-radius: 4px;
    padding: 2rem;
  }

  .ciclo-fechamento p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-muted);
  }

  .ciclo-fechamento p em {
    color: var(--gold);
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
  }

  @media (max-width: 900px) {
    .para-quem-grid { grid-template-columns: 1fr; }
    .desenvolver-grid { grid-template-columns: 1fr; }
    .ciclo { grid-template-columns: 1fr; }
  }

  /* DEPOIMENTOS */
  #depoimentos { background: var(--navy-mid); }

  .depoimentos-header { max-width: 1100px; margin: 0 auto 3rem; }

  .depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
  }

  .depoimento-card {
    background: var(--navy-light);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 4px;
    padding: 2rem;
    position: relative;
  }

  .depoimento-aspas {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    color: rgba(201,168,76,0.2);
    line-height: 0.5;
    margin-bottom: 1rem;
  }

  .depoimento-titulo {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    opacity: 0.75;
    margin-bottom: 0.6rem;
  }

  .depoimento-texto {
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    font-style: italic;
  }

  .depoimento-autor {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }

  .depoimento-inicial {
    width: 36px; height: 36px;
    background: rgba(201,168,76,0.1);
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    color: var(--gold);
  }

  .depoimento-nome {
    font-size: 0.85rem;
    color: var(--white);
    font-weight: 500;
  }

  .depoimento-data {
    font-size: 0.72rem;
    color: var(--text-muted);
  }

  /* CTA SECTION */
  #matricula {
    background: linear-gradient(135deg, var(--navy-mid) 0%, var(--navy) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  #matricula::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(201,168,76,0.06) 0%, transparent 70%);
    pointer-events: none;
  }

  .matricula-content {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
  }

  .matricula-content .section-eyebrow { justify-content: center; }
  .matricula-content .section-eyebrow::before { display: none; }

  .matricula-content h2 { margin-bottom: 1rem; }
  .matricula-content p {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 2.5rem;
  }

  .matricula-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .matricula-preco {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: 8px;
    padding: 1.75rem 2rem;
    margin-bottom: 2rem;
    display: inline-block;
    text-align: center;
  }
  .preco-nucleo {
    font-size: 0.72rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.5rem;
  }
  .preco-valor {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    color: var(--white);
    line-height: 1;
    margin-bottom: 0.4rem;
  }
  .preco-valor span {
    font-size: 1.2rem;
    color: var(--text-muted);
  }
  .preco-detalhe {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
  }
  .preco-comparacao {
    font-size: 0.8rem;
    color: var(--gold);
    opacity: 0.8;
    border-top: 1px solid rgba(201,168,76,0.15);
    padding-top: 0.75rem;
    line-height: 1.5;
  }

  /* FOOTER */
  footer {
    background: var(--navy);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 3rem 4rem;
  }
  .footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .footer-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: var(--gold);
    margin-bottom: 0.4rem;
  }
  .footer-tagline {
    font-size: 0.78rem;
    color: var(--text-muted);
    max-width: 220px;
    line-height: 1.5;
  }
  .footer-col h4 {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
  }
  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style: none;
  }
  .footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s;
  }
  .footer-links a:hover { color: var(--gold); }
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .footer-copy {
    font-size: 0.75rem;
    color: var(--text-muted);
    opacity: 0.6;
  }
  .footer-atendimento {
    font-size: 0.75rem;
    color: var(--text-muted);
    opacity: 0.6;
  }
  .footer-atendimento a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
  }
  .footer-atendimento a:hover { color: var(--gold); }

  /* WHATSAPP FLOAT */
  .whatsapp-float {
    position: fixed;
    bottom: 2rem; right: 2rem;
    width: 56px; height: 56px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    transition: transform 0.3s, box-shadow 0.3s;
    z-index: 99;
  }

  .whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37,211,102,0.5);
  }

  .whatsapp-float svg { width: 28px; height: 28px; fill: white; }

  /* ANIMATIONS */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
    section { padding: 4rem 1.5rem; }
    .hero { padding: 7rem 1.5rem 3rem; }
    .sobre-grid { grid-template-columns: 1fr; gap: 3rem; }
    .sobre-photo-wrap { max-width: 300px; }
    .cursos-grid { grid-template-columns: 1fr; }
    .depoimentos-grid { grid-template-columns: 1fr; }
    footer { flex-direction: column; text-align: center; padding: 2rem 1.5rem; }
    .hero-stats { gap: 1.5rem; }
  }
  /* PERGUNTAS */
  #perguntas { background: var(--surface); padding: 5rem 2rem; }
  .perguntas-wrap { max-width: 1100px; margin: 0 auto; }
  .perguntas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .pergunta-card {
    background: var(--navy);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1.75rem;
    transition: border-color 0.2s, transform 0.2s;
  }
  .pergunta-card:hover { border-color: rgba(201,168,76,0.4); transform: translateY(-2px); }
  .pergunta-q {
    font-family: var(--font-serif);
    font-size: 1rem;
    color: var(--text);
    line-height: 1.5;
    margin-bottom: 0.75rem;
    font-style: italic;
  }
  .pergunta-q::before { content: '"'; color: var(--gold); font-size: 1.4rem; line-height: 0; vertical-align: -0.25em; margin-right: 0.15em; }
  .pergunta-q::after { content: '"'; color: var(--gold); font-size: 1.4rem; line-height: 0; vertical-align: -0.25em; margin-left: 0.1em; }
  .pergunta-r {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.65;
    border-top: 1px solid var(--border);
    padding-top: 0.75rem;
  }
  @media (max-width: 768px) { .perguntas-grid { grid-template-columns: 1fr; } }

  /* VÍDEOS */
  #videos { background: var(--navy); padding: 5rem 2rem; }
  .videos-wrap { max-width: 1100px; margin: 0 auto; }
  .videos-subtitulo { color: var(--text-muted); font-size: 1rem; margin-top: 0.75rem; max-width: 540px; line-height: 1.7; }
  .videos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .video-card { background: var(--surface); border-radius: 8px; overflow: hidden; border: 1px solid var(--border); transition: transform 0.2s, box-shadow 0.2s; }
  .video-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.35); }
  .video-embed { position: relative; width: 100%; padding-bottom: 56.25%; background: #0a0f1a; }
  .video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
  .video-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; background: linear-gradient(135deg, #0d1a2e 0%, #1a2d4a 100%); }
  .video-placeholder-icone { font-size: 2rem; color: rgba(201,168,76,0.35); }
  .video-placeholder-texto { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }
  .video-info { padding: 1.25rem 1.5rem; display: flex; align-items: baseline; gap: 1rem; }
  .video-numero { font-family: var(--font-serif); font-size: 1.8rem; color: var(--gold); opacity: 0.35; line-height: 1; min-width: 2rem; }
  .video-titulo { font-size: 0.9rem; color: var(--text); line-height: 1.4; flex: 1; }
  .video-duracao { font-size: 0.75rem; color: var(--text-muted); white-space: nowrap; }
  @media (max-width: 768px) { .videos-grid { grid-template-columns: 1fr; } }

  /* GALERIA SOBRE */
  .sobre-galeria-wrap {
    max-width: 1100px;
    margin: 2.5rem auto 0;
    padding: 0 4rem;
  }
  .sobre-galeria-titulo {
    font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--text-muted); margin-bottom: 0.9rem;
    display: flex; align-items: center; gap: 0.7rem;
  }
  .sobre-galeria-titulo::before {
    content: ''; display: inline-block; width: 24px; height: 1px; background: var(--text-muted);
  }
  .sobre-galeria {
    display: grid; grid-template-columns: 2fr 1.2fr 0.9fr;
    gap: 0.6rem; height: 160px;
  }
  .sobre-galeria-item { position: relative; overflow: hidden; border-radius: 3px; height: 100%; }
  .sobre-galeria-item img {
    width: 100%; height: 100%; object-fit: cover; object-position: center 30%;
    filter: grayscale(25%) brightness(0.85);
    transition: filter 0.4s, transform 0.4s; display: block;
  }
  .sobre-galeria-item:hover img { filter: grayscale(0%) brightness(0.95); transform: scale(1.04); }
  .sobre-galeria-legenda {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(15,28,46,0.88));
    padding: 1.2rem 0.7rem 0.5rem; font-size: 0.62rem;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: rgba(201,168,76,0.9); opacity: 0; transition: opacity 0.3s;
  }
  .sobre-galeria-item:hover .sobre-galeria-legenda { opacity: 1; }
  @media (max-width: 900px) {
    .sobre-galeria-wrap { padding: 0 1.5rem; }
    .sobre-galeria { grid-template-columns: 1fr 1fr; height: auto; }
    .sobre-galeria-item { height: 110px; }
    .sobre-galeria-item:nth-child(1) { grid-column: span 2; }
  }
