/*
Theme Name: Método ACORDE Premium
Theme URI: https://acordeconsultoria.com/
Author: A.C.O.R.D.E
Author URI: https://acordeconsultoria.com/
Description: Tema premium da landing A.C.O.R.D.E com cabeçalho funcional e home focada no diagnóstico.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: metodo-acorde-premium
*/

:root {
      --bg: #0b1220;
      --bg-soft: #111a2a;
      --panel: #121d2f;
      --panel-2: #172338;
      --surface: #f4f6f9;
      --surface-2: #ffffff;
      --line: rgba(255,255,255,.08);
      --line-soft: rgba(11,18,32,.08);
      --text: #0d1726;
      --text-soft: #5d6878;
      --heading: #09121f;
      --brand: #0f2740;
      --brand-2: #193b5d;
      --gold: #b99644;
      --gold-soft: rgba(185,150,68,.18);
      --wa: #25d366;
      --radius: 22px;
      --shadow: 0 18px 60px rgba(7, 12, 20, .16);
      --max: 1160px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      background:
        radial-gradient(1200px 600px at 0% 0%, rgba(185,150,68,.10), transparent 55%),
        linear-gradient(180deg, #0b1220 0%, #111b2b 18%, #eef2f7 18%, #eef2f7 100%);
      color: var(--text);
      line-height: 1.55;
    }
    a { color: inherit; text-decoration: none; }

    .container { max-width: var(--max); margin: 0 auto; padding: 28px 20px 56px; }

    .hero {
      position: relative;
      overflow: hidden;
      border: 1px solid var(--line);
      background: linear-gradient(135deg, rgba(12,21,36,.96) 0%, rgba(18,29,47,.96) 54%, rgba(24,41,63,.96) 100%);
      border-radius: 30px;
      box-shadow: 0 26px 80px rgba(7,12,20,.35);
      padding: clamp(28px, 4vw, 54px);
      color: #fff;
      margin-bottom: 26px;
    }
    .hero::before {
      content: "";
      position: absolute;
      width: 420px;
      height: 420px;
      right: -120px;
      top: -120px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(185,150,68,.22) 0%, rgba(185,150,68,0) 68%);
      pointer-events: none;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.03) 100%);
      pointer-events: none;
    }
    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
      gap: 28px;
      align-items: center;
    }
    .kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 14px;
    }
    .kicker::before {
      content: "";
      width: 34px;
      height: 1px;
      background: rgba(185,150,68,.8);
    }
    h1 {
      font-size: clamp(2rem, 2.6vw + 1rem, 3.35rem);
      line-height: 1.06;
      letter-spacing: -.03em;
      margin-bottom: 18px;
      max-width: 12ch;
    }
    .hero p.lead {
      color: rgba(255,255,255,.82);
      font-size: clamp(1rem, .4vw + .95rem, 1.12rem);
      max-width: 52ch;
      margin-bottom: 24px;
    }
    .cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 22px;
      border-radius: 14px;
      font-size: 15px;
      font-weight: 700;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
      cursor: pointer;
      border: 1px solid transparent;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary {
      background: linear-gradient(135deg, #b99644 0%, #d2b36a 100%);
      color: #111826;
      box-shadow: 0 14px 30px rgba(185,150,68,.22);
    }
    .btn-primary:hover { box-shadow: 0 18px 36px rgba(185,150,68,.28); }
    .btn-secondary {
      background: rgba(255,255,255,.04);
      color: #fff;
      border-color: rgba(255,255,255,.12);
    }
    .btn-secondary:hover { border-color: rgba(185,150,68,.45); }
    .btn-wa { background: var(--wa); color: #fff; box-shadow: 0 14px 30px rgba(37,211,102,.24); }
    .btn-soft {
      background: #fff;
      color: var(--brand);
      border-color: rgba(9,18,31,.08);
      box-shadow: 0 10px 24px rgba(9,18,31,.08);
    }

    .pas-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }
    .pas-card {
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.04);
      border-radius: 18px;
      padding: 16px;
      backdrop-filter: blur(10px);
    }
    .pas-card strong {
      display: block;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 8px;
    }
    .pas-card p { font-size: 13px; color: rgba(255,255,255,.82); }

    .hero-visual {
      position: relative;
      min-height: 340px;
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,.08);
      background:
        radial-gradient(circle at 22% 18%, rgba(185,150,68,.18) 0%, rgba(185,150,68,0) 36%),
        linear-gradient(160deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.015) 100%);
      overflow: hidden;
      isolation: isolate;
      --mx: 0px;
      --my: 0px;
    }
    .hero-visual::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.04) 1px, transparent 1px);
      background-size: 42px 42px;
      opacity: .08;
      mask-image: radial-gradient(circle at center, black 40%, transparent 85%);
      pointer-events: none;
    }
    .hero-visual::after {
      content: "";
      position: absolute;
      width: 320px;
      height: 320px;
      top: 50%;
      left: 50%;
      transform: translate(calc(-50% + var(--mx) * .04), calc(-50% + var(--my) * .04));
      background: radial-gradient(circle, rgba(255,255,255,.09) 0%, rgba(255,255,255,0) 70%);
      pointer-events: none;
      z-index: 0;
    }
    .visual-orbit {
      position: absolute;
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 28px;
      background: rgba(255,255,255,.025);
      backdrop-filter: blur(10px);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
      z-index: 0;
      pointer-events: none;
    }
    .visual-orbit-a {
      top: 26px;
      right: 18px;
      width: 58%;
      height: 54%;
      animation: orbitFloatA 8s ease-in-out infinite;
    }
    .visual-orbit-b {
      left: -18px;
      bottom: -12px;
      width: 96%;
      height: 74%;
      animation: orbitFloatB 10s ease-in-out infinite;
    }
    .visual-card {
      position: absolute;
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
      backdrop-filter: blur(12px);
      box-shadow: 0 18px 40px rgba(3,8,14,.18), inset 0 1px 0 rgba(255,255,255,.06);
      padding: 22px;
      z-index: 1;
      transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    }
    .hero-visual:hover .visual-card {
      border-color: rgba(185,150,68,.24);
      box-shadow: 0 22px 54px rgba(3,8,14,.22), inset 0 1px 0 rgba(255,255,255,.08);
    }
    .hero-visual:hover .visual-card-main {
      transform: translate(calc(-50% + var(--mx) * .03), calc(-50% + var(--my) * .03 - 4px));
    }
    .visual-card-back {
      top: 34px;
      right: 22px;
      width: 290px;
      animation: panelFloatBack 9s ease-in-out infinite;
    }
    .visual-card-main {
      left: 28px;
      right: 28px;
      top: 50%;
      transform: translate(calc(var(--mx) * .02), calc(-50% + var(--my) * .02));
      animation: panelFloatMain 8s ease-in-out infinite;
    }
    .visual-card-front {
      left: 36px;
      bottom: 26px;
      width: 320px;
      animation: panelFloatFront 7s ease-in-out infinite;
    }
    .visual-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: 999px;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(255,255,255,.88);
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.08);
      margin-bottom: 14px;
    }
    .visual-chip-gold {
      color: #f2dfb0;
      border-color: rgba(185,150,68,.28);
      background: rgba(185,150,68,.10);
    }
    .visual-card-back strong,
    .visual-card-front strong {
      display: block;
      color: #fff;
      font-size: 1.1rem;
      line-height: 1.15;
      margin-bottom: 8px;
    }
    .visual-card-back strong {
      font-size: 2.4rem;
      letter-spacing: -.04em;
    }
    .visual-card-back strong span {
      font-size: 1rem;
      color: rgba(255,255,255,.65);
      font-weight: 700;
      margin-left: 4px;
    }
    .visual-card h3 {
      color: #fff;
      font-size: 1.95rem;
      line-height: 1.02;
      margin-bottom: 12px;
      letter-spacing: -.03em;
      max-width: 12ch;
    }
    .visual-card p {
      color: rgba(255,255,255,.76);
      font-size: 14px;
      line-height: 1.5;
    }
    .visual-metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 18px;
    }
    .visual-metrics div {
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.035);
      padding: 12px;
    }
    .visual-metrics small {
      display: block;
      color: rgba(255,255,255,.56);
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: .08em;
      margin-bottom: 4px;
    }
    .visual-metrics b {
      color: #fff;
      font-size: 13px;
      letter-spacing: -.01em;
    }
    @keyframes orbitFloatA {
      0%,100% { transform: translate3d(0,0,0); }
      50% { transform: translate3d(0,-8px,0); }
    }
    @keyframes orbitFloatB {
      0%,100% { transform: translate3d(0,0,0); }
      50% { transform: translate3d(0,10px,0); }
    }
    @keyframes panelFloatBack {
      0%,100% { transform: translate3d(0,0,0); }
      50% { transform: translate3d(0,-6px,0); }
    }
    @keyframes panelFloatMain {
      0%,100% { transform: translate(calc(var(--mx) * .02), calc(-50% + var(--my) * .02)); }
      50% { transform: translate(calc(var(--mx) * .02), calc(-50% + var(--my) * .02 - 6px)); }
    }
    @keyframes panelFloatFront {
      0%,100% { transform: translate3d(0,0,0); }
      50% { transform: translate3d(0,8px,0); }
    }
    @media (max-width: 980px) {
      .hero-visual {
        min-height: 380px;
      }
      .visual-card-main {
        left: 22px;
        right: 22px;
      }
      .visual-card h3 {
        font-size: 1.7rem;
      }
      .visual-card-front {
        width: calc(100% - 72px);
      }
    }
    @media (max-width: 640px) {
      .hero-visual {
        min-height: 330px;
      }
      .visual-orbit-a {
        width: 68%;
        height: 44%;
      }
      .visual-orbit-b {
        width: 100%;
        height: 70%;
      }
      .visual-card {
        padding: 16px;
        border-radius: 20px;
      }
      .visual-card-back {
        top: 18px;
        right: 16px;
        width: 180px;
      }
      .visual-card-back strong {
        font-size: 1.8rem;
      }
      .visual-card-main {
        left: 18px;
        right: 18px;
        top: 42%;
      }
      .visual-card h3 {
        font-size: 1.45rem;
        max-width: 100%;
      }
      .visual-card-front {
        left: 18px;
        right: 18px;
        width: auto;
        bottom: 18px;
      }
      .visual-metrics {
        grid-template-columns: 1fr;
      }
    }

.section {
      background: var(--surface-2);
      border: 1px solid var(--line-soft);
      border-radius: 28px;
      box-shadow: var(--shadow);
      padding: clamp(24px, 3vw, 34px);
      margin-bottom: 22px;
    }
    .section h2 {
      font-size: clamp(1.5rem, .9vw + 1.2rem, 2rem);
      line-height: 1.1;
      color: var(--heading);
      letter-spacing: -.03em;
      margin-bottom: 10px;
    }
    .section .sub {
      font-size: 15px;
      color: var(--text-soft);
      max-width: 60ch;
      margin-bottom: 18px;
    }
    .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 14px;
    }
    .card {
      background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
      border: 1px solid rgba(15,39,64,.08);
      border-radius: 18px;
      padding: 18px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 34px rgba(10,20,34,.08);
      border-color: rgba(185,150,68,.34);
    }
    .card strong { display: block; font-size: 15px; color: var(--heading); margin-bottom: 6px; }
    .card span { font-size: 14px; color: var(--text-soft); }

    .method-shell {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 18px;
      align-items: center;
    }
    .acronym {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 10px;
    }
    .acronym span {
      display: grid;
      place-items: center;
      min-height: 58px;
      border-radius: 16px;
      font-size: 18px;
      font-weight: 900;
      color: var(--brand);
      background: linear-gradient(180deg, #fff, #f3f5f8);
      border: 1px solid rgba(15,39,64,.08);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
    }

    .steps { display: grid; gap: 12px; }
    .step {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 14px;
      align-items: start;
      padding: 14px 16px;
      border-radius: 18px;
      background: #f7f9fc;
      border: 1px solid rgba(15,39,64,.08);
    }
    .step b {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      border-radius: 12px;
      background: var(--brand);
      color: #fff;
      font-size: 15px;
    }
    .step p { font-size: 14px; color: var(--text); }

    .dark-band {
      background: linear-gradient(135deg, #08111d 0%, #122133 60%, #1a2f46 100%);
      color: #fff;
      border: 1px solid rgba(255,255,255,.06);
    }
    .dark-band h2 { color: #fff; }
    .dark-band .sub { color: rgba(255,255,255,.78); }

    .proof-list {
      display: grid;
      gap: 12px;
      list-style: none;
    }
    .proof-list li {
      display: grid;
      grid-template-columns: 10px 1fr;
      gap: 12px;
      align-items: start;
      color: var(--text);
      font-size: 14px;
    }
    .proof-list li::before {
      content: "";
      width: 10px;
      height: 10px;
      margin-top: 5px;
      border-radius: 50%;
      background: var(--gold);
    }

    .final-convert {
      text-align: center;
      background: linear-gradient(180deg, #fff 0%, #f6f8fb 100%);
    }
    .final-convert h2 { max-width: 18ch; margin: 0 auto 10px; }
    .final-convert .sub { margin-left: auto; margin-right: auto; }
    .final-convert .cta-row { justify-content: center; margin-bottom: 0; }

    .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
    .reveal.in { opacity: 1; transform: translateY(0); }

    footer {
      max-width: var(--max);
      margin: 0 auto 28px;
      padding: 0 20px;
      color: #738093;
    }
    .footer-shell {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 12px 20px;
      align-items: center;
      border-top: 1px solid rgba(255,255,255,.08);
      padding-top: 20px;
    }
    .footer-meta { font-size: 13px; }
    .footer-extra { font-size: 12px; }

    .hero-brand {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 18px;
    }
    .hero-logo {
      width: 92px;
      height: auto;
      display: block;
      object-fit: contain;
      filter: drop-shadow(0 12px 24px rgba(0,0,0,.22));
    }
    .hero-brand-copy strong {
      display: block;
      color: #fff;
      font-size: 15px;
      letter-spacing: .12em;
      text-transform: uppercase;
      margin-bottom: 2px;
    }
    .hero-brand-copy span {
      color: rgba(255,255,255,.68);
      font-size: 12px;
    }

    .authority-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 18px;
      align-items: stretch;
    }
    .authority-card {
      border: 1px solid rgba(15,39,64,.08);
      border-radius: 22px;
      background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
      padding: 22px;
      box-shadow: 0 16px 34px rgba(10,20,34,.06);
    }
    .authority-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 12px;
    }
    .authority-kicker::before {
      content: "";
      width: 22px;
      height: 1px;
      background: var(--gold);
    }
    .founder-shell {
      display: grid;
      grid-template-columns: 160px 1fr;
      gap: 18px;
      align-items: center;
    }
    .founder-photo {
      width: 180px;
      height: 180px;
      border-radius: 999px;
      border: 1px solid rgba(15,39,64,.08);
      background: linear-gradient(180deg, #10243a 0%, #18334e 100%);
      display: grid;
      place-items: center;
      color: rgba(255,255,255,.92);
      font-size: 42px;
      font-weight: 900;
      letter-spacing: .06em;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      box-shadow: 0 20px 36px rgba(10,20,34,.15);
    }
    .founder-name {
      font-size: clamp(1.4rem, .8vw + 1.2rem, 1.9rem);
      line-height: 1.05;
      color: var(--heading);
      margin-bottom: 10px;
      letter-spacing: -.03em;
    }
    .founder-meta {
      color: var(--text-soft);
      font-size: 14px;
      margin-bottom: 14px;
    }
    .book-card {
      position: relative;
      overflow: hidden;
    }
    .book-card::after {
      content: "";
      position: absolute;
      inset: auto -40px -60px auto;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(185,150,68,.16), rgba(185,150,68,0) 68%);
      pointer-events: none;
    }
    .book-shell {
      display: grid;
      grid-template-columns: 104px 1fr;
      gap: 18px;
      align-items: start;
    }
    .book-cover {
      width: 104px;
      min-height: 142px;
      border-radius: 18px;
      border: 1px solid rgba(15,39,64,.10);
      background: linear-gradient(180deg, #10243a 0%, #17314c 72%, #0b1624 100%);
      color: #fff;
      padding: 14px 12px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 18px 34px rgba(10,20,34,.14);
    }
    .book-cover small {
      font-size: 10px;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(255,255,255,.7);
    }
    .book-cover strong {
      font-size: 16px;
      line-height: 1.05;
      color: #fff;
    }
    .book-title {
      font-size: clamp(1.25rem, .5vw + 1.1rem, 1.55rem);
      line-height: 1.08;
      color: var(--heading);
      margin-bottom: 10px;
      letter-spacing: -.03em;
    }
    .inline-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 14px;
    }

    .btn-linkedin {
      min-width: 56px;
      padding: 0 16px;
    }
    .linkedin-icon {
      display: inline-flex;
      width: 20px;
      height: 20px;
      align-items: center;
      justify-content: center;
    }
    .linkedin-icon svg { width: 20px; height: 20px; display:block; }

    @media (max-width: 920px) {
      .hero-grid, .method-shell, .authority-grid, .founder-shell, .book-shell { grid-template-columns: 1fr; }
      .pas-grid { grid-template-columns: 1fr; }
      .acronym { grid-template-columns: repeat(3, 1fr); }
      .hero-visual { min-height: 240px; }
      .hero-logo { width: 74px; }
      .founder-photo { width: 160px; height: 160px; }
    }

:root {
  --header-h: 84px;
}
body.admin-bar .site-header { top: 32px; }
.site-header {
  position: sticky; top: 0; z-index: 999;
  backdrop-filter: blur(12px);
  background: rgba(7, 12, 20, .84);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header .header-inner {
  max-width: var(--max); margin: 0 auto; padding: 16px 20px;
  display: flex; align-items: center; gap: 20px; justify-content: space-between;
}
.brand-lockup { display:flex; align-items:center; gap:14px; min-width:0; }
.brand-mark { width:44px; height:44px; border-radius:14px; display:grid; place-items:center; font-weight:900; color:#fff; background:linear-gradient(145deg,var(--gold),#8c6d24); box-shadow:0 10px 24px rgba(185,150,68,.22); }
.brand-mark-image { background:none; box-shadow:none; border-radius:0; width:44px; height:auto; object-fit:contain; }
.brand-copy { display:flex; flex-direction:column; min-width:0; }
.brand-copy strong { color:#fff; font-size:15px; line-height:1.1; letter-spacing:.04em; text-transform:uppercase; }
.brand-copy span { color:rgba(255,255,255,.72); font-size:12px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.header-nav { display:flex; align-items:center; gap:18px; flex:1; justify-content:flex-end; min-width:0; }
.header-nav a { color:rgba(255,255,255,.82); font-size:13px; font-weight:700; letter-spacing:.03em; text-transform:uppercase; }
.header-nav a:hover { color:#fff; }
.header-cta { display:inline-flex; align-items:center; justify-content:center; padding:12px 18px; border-radius:14px; background:linear-gradient(145deg,var(--gold),#8c6d24); color:#09121f !important; font-weight:800; box-shadow:0 12px 28px rgba(185,150,68,.26); }
.site-shell { padding-top: 10px; }
.section[id], .hero[id] { scroll-margin-top: 110px; }
.site-footer { margin-top:0; }
.site-footer .footer-shell { max-width: var(--max); margin:0 auto; padding: 0 20px; display:flex; flex-wrap:wrap; gap:8px 14px; justify-content:space-between; align-items:center; }
.footer-meta strong { color:#fff; }
.footer-extra { color: rgba(255,255,255,.76); }
.footer-extra a { color:#fff; }
@media (max-width: 1100px) {
  .header-nav { gap:12px; }
  .header-nav a { font-size:12px; }
}
@media (max-width: 960px) {
  .site-header .header-inner { flex-wrap:wrap; }
  .header-nav { order:3; width:100%; justify-content:flex-start; overflow:auto; padding-bottom:4px; }
  .header-cta { margin-left:auto; }
}
@media (max-width: 640px) {
  .brand-copy span { white-space:normal; }
  .header-nav { gap:10px; }
  .header-nav a { font-size:11px; }
}
