
/* ===== styles.css ===== */


  :root {
    --gold:        #B8963E;
    --gold-light:  #D4AE60;
    --gold-pale:   #F5EDD8;
    --navy:        #23312d;
    --navy-mid:    #2f4942;
    --gray-soft:   #F0EDE6;
    --gray-mid:    #5A5A58;
    --body-font:   'DM Sans', sans-serif;
    --serif:       'Playfair Display', serif;
  }

  body { font-family: var(--body-font); color: #1A1A18; background: #FAFAF8; }
  
  .whatsapp-fixo {
position: fixed;
bottom:10px;
right:10px;
z-index: 999;
}



  /* ── UTILS ── */
  .serif        { font-family: var(--serif); }
  .text-gold    { color: var(--gold-light) !important; }
  .text-gold-dk { color: var(--gold) !important; }
  .bg-navy      { background-color: var(--navy) !important; }
  .bg-navy-mid  { background-color: var(--navy-mid) !important; }
  .bg-gold      { background-color: var(--gold) !important; }
  .bg-soft      { background-color: var(--gray-soft) !important; }
  .border-gold  { border-color: rgba(184,150,62,.3) !important; }
  .fw-300       { font-weight: 300; }

  .section-tag {
    font-size: .72rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
  }
  .section-tag.light { color: var(--gold-light); }

  /* ── TOP BAR ── */
  .topbar {
    background: var(--navy-mid);
    border-bottom: 1px solid rgba(184,150,62,.15);
    font-size: .72rem;
    letter-spacing: .04em;
    color: rgba(255,255,255,.45);
    padding: .45rem 0;
  }
  .topbar a { color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
  .topbar a:hover { color: var(--gold-light); }
  .topbar .sep { margin: 0 .6rem; opacity: .25; }

  /* ── NAVBAR ── */
  .navbar {
    background: rgba(35,49,45,.97) !important;
    border-bottom: 1px solid rgba(184,150,62,.2);
    min-height: 80px;
  }
  .navbar-brand {
    font-family: var(--serif);
    color: var(--gold-light) !important;
    font-size: 1.35rem;
    line-height: 1.1;
    padding: .75rem 0;
  }
  .navbar-brand small {
    display: block;
    font-family: var(--body-font);
    font-size: .62rem;
    font-weight: 300;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    margin-top: 1px;
  }
  .nav-link {
    color: rgba(255,255,255,.65) !important;
    font-size: .85rem;
    letter-spacing: .04em;
    padding-top: .65rem !important;
    padding-bottom: .65rem !important;
  }
  .nav-link:hover, .nav-link:focus { color: var(--gold-light) !important; }

  /* dropdown trigger arrow */
  .nav-link.dropdown-toggle::after {
    border: none;
    content: '\F282';
    font-family: 'bootstrap-icons';
    font-size: .65rem;
    vertical-align: 1px;
    margin-left: .25rem;
    transition: transform .2s;
  }
  .nav-item.dropdown:hover .nav-link.dropdown-toggle::after,
  .nav-item.dropdown.show  .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
  }

  /* dropdown menu */
  .dropdown-menu {
    background: var(--navy-mid);
    border: 1px solid rgba(184,150,62,.2);
    border-radius: 4px;
    padding: .5rem 0;
    min-width: 260px;
    margin-top: 0 !important;
    box-shadow: 0 12px 32px rgba(0,0,0,.35);
  }
  .dropdown-item {
    color: rgba(255,255,255,.62) !important;
    font-size: .82rem;
    font-weight: 300;
    padding: .55rem 1.25rem;
    display: flex;
    align-items: center;
    gap: .65rem;
    transition: background .15s, color .15s;
  }
  .dropdown-item:hover {
    background: rgba(184,150,62,.1) !important;
    color: var(--gold-light) !important;
  }
  .dropdown-item .di-icon {
    width: 26px; height: 26px;
    background: rgba(184,150,62,.12);
    border-radius: 3px;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-light);
    font-size: .78rem;
    flex-shrink: 0;
  }
  .dropdown-divider { border-color: rgba(184,150,62,.12); margin: .35rem 0; }
  .dropdown-header {
    font-size: .62rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255,255,255,.25) !important;
    padding: .5rem 1.25rem .25rem;
  }

  /* hover-open on desktop */
  @media (min-width: 992px) {
    .nav-item.dropdown:hover > .dropdown-menu { display: block; }
  }

  .btn-nav-cta {
    background: var(--gold);
    color: var(--navy) !important;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    border-radius: 3px;
    padding: .55rem 1.3rem;
    border: none;
    transition: background .2s;
	text-decoration: none;
  }
  .btn-nav-cta:hover { background: var(--gold-light); color: var(--navy) !important; }
  .navbar-toggler { border-color: rgba(184,150,62,.4); }
  .navbar-toggler-icon { filter: invert(1) sepia(1) saturate(2) hue-rotate(5deg); }

  /* ── HERO ── */
 
  .hero {
    background-color: #23312d;
    background-image:
        linear-gradient(to right, rgba(35,49,45,.96) 0%, rgba(35,49,45,.90) 38%, rgba(35,49,45,.45) 58%, rgba(35,49,45,.15) 72%, rgba(35,49,45,.05) 100%),
        url('https://marinsconsultoria.com.br/converte/img/bg-masthead.jpg'),
        repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(184,150,62,.05) 60px),
        repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(184,150,62,.05) 60px);

    background-repeat: no-repeat, no-repeat, repeat, repeat;
    background-position: center, right bottom, center, center;
    background-size: cover, contain, auto, auto;

    min-height: 100vh;
    padding-top: 109px;
    position: relative;
    overflow: hidden;
}
  
  
  .hero::after {
    content: '';
    position: absolute;
    right: -80px; top: 50%;
    transform: translateY(-50%);
    width: 550px; height: 550px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184,150,62,.09) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-left-bar {
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 4px; height: 200px;
    background: var(--gold);
  }
  .hero-image{
  width:100%;
  max-width:900px;
  height:auto;
  display:block;
  margin-left:auto;
  object-fit:contain;
}

.hero-people{
    min-height:700px;
    background-image:url('hero.jpg');
    background-repeat:no-repeat;
    background-position:right center;
    background-size:contain;
    position:relative;
    z-index:2;
}
  
  
  .hero h1 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.15; color: #fff; }
  .hero h1 em { font-style: normal; color: var(--gold-light); }
  .hero .lead { color: rgba(255,255,255,.6); font-weight: 300; font-size: 1.05rem; line-height: 1.75; }
  .hero-tag-badge {
    display: inline-block;
    background: rgba(184,150,62,.15);
    border: 1px solid rgba(184,150,62,.4);
    color: var(--gold-light);
    font-size: .7rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    padding: .3rem .85rem;
    border-radius: 2px;
  }
  .btn-hero-primary {
    background: var(--gold);
    color: var(--navy);
    font-weight: 600;
    font-size: .88rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    border-radius: 3px;
    padding: .75rem 1.75rem;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background .2s, transform .15s;
  }
  .btn-hero-primary:hover { background: var(--gold-light); color: var(--navy); transform: translateY(-1px); }
  .btn-hero-ghost {
    background: transparent;
    color: rgba(255,255,255,.8);
    border: 1px solid rgba(255,255,255,.25);
    font-size: .88rem;
    border-radius: 3px;
    padding: .75rem 1.75rem;
    text-decoration: none;
    display: inline-block;
    transition: border-color .2s, color .2s;
  }
  .btn-hero-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }

  /* stat cards */
  .stat-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(184,150,62,.2);
    border-radius: 4px;
    padding: 1.4rem 1.6rem;
    position: relative;
    height: 100%;
  }
  .stat-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: var(--gold);
    border-radius: 4px 0 0 4px;
  }
  .stat-number { font-family: var(--serif); font-size: 2.2rem; font-weight: 700; color: var(--gold-light); line-height: 1; }
  .stat-label  { font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); margin-top: .3rem; }

  /* ── MEDIA STRIP ── */
  .media-strip { background: var(--gold); }
  .media-strip .strip-item {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--navy);
    opacity: .85;
  }

  /* ── SERVICES ── */
  .service-card {
    background: #FAFAF8;
    border-left: 3px solid var(--gold);
    border-radius: 0 4px 4px 0;
    padding: 1.6rem 1.8rem;
    height: 100%;
    transition: background .2s, box-shadow .2s;
  }
  .service-card:hover { background: #fff; box-shadow: 0 6px 24px rgba(0,0,0,.06); }
  .service-num { font-family: var(--serif); font-size: 2.8rem; font-weight: 700; color: var(--gold-pale); line-height: 1; user-select: none; }
  .service-card h3 { font-size: .97rem; font-weight: 600; color: var(--navy); line-height: 1.35; }
  .service-card p  { font-size: .85rem; color: var(--gray-mid); font-weight: 300; line-height: 1.65; margin-bottom: 0; }

  /* ── DESTAQUE ── */
  .point-row {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(184,150,62,.15);
    border-radius: 3px;
    padding: 1rem 1.25rem;
    transition: border-color .2s;
  }
  .point-row:hover { border-color: rgba(184,150,62,.4); }
  .point-icon {
    width: 32px; height: 32px;
    background: rgba(184,150,62,.15);
    border-radius: 3px;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-light);
    font-size: .85rem;
    flex-shrink: 0;
  }
  .cta-box {
    background: rgba(184,150,62,.06);
    border: 1px solid rgba(184,150,62,.25);
    border-radius: 5px;
    padding: 2.5rem;
  }
  .cta-box h3 { font-family: var(--serif); color: #fff; font-size: 1.5rem; }
  .btn-cta-wa {
    display: block;
    background: var(--gold);
    color: var(--navy);
    font-weight: 700;
    text-align: center;
    font-size: .88rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: .85rem 1.5rem;
    border-radius: 3px;
    text-decoration: none;
    transition: background .2s;
  }
  .btn-cta-wa:hover { background: var(--gold-light); color: var(--navy); }

  /* ── NEWS ── */
  .news-card {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    transition: transform .2s, box-shadow .2s;
  }
  .news-card:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(0,0,0,.08); }
  .news-badge { background: var(--gold-pale); border-bottom: 1px solid rgba(184,150,62,.2); padding: .45rem 1.1rem; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
  .news-card h4 { font-size: .93rem; font-weight: 600; color: var(--navy); line-height: 1.4; }
  .news-card p  { font-size: .82rem; color: var(--gray-mid); font-weight: 300; line-height: 1.6; margin-bottom: 0; }

  /* ── OFFICES ── */
  .office-pill {
    background: #fff;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 3px;
    padding: .9rem 1.25rem;
    display: flex;
    align-items: center;
    gap: .6rem;
  }
  .office-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
  .office-pill span { font-size: .88rem; color: var(--navy); font-weight: 500; }

  /* ── FOOTER ── */
  footer { background: var(--navy); }
  footer h5 { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-light); font-weight: 600; }
  footer a  { color: rgba(255,255,255,.48); text-decoration: none; font-size: .85rem; font-weight: 300; transition: color .2s; }
  footer a:hover { color: var(--gold-light); }
  footer li { margin-bottom: .4rem; }
  .footer-brand-name { font-family: var(--serif); color: var(--gold-light); font-size: 1.2rem; }
  .footer-brand-name small { display: block; font-family: var(--body-font); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.4); font-weight: 300; }

  @media (max-width: 768px) {
    .hero-left-bar { display: none; }
    .hero::after { display: none; }
  }



/* ===== styles_interna.css ===== */



  :root {
    --gold:       #B8963E;
    --gold-light: #D4AE60;
    --gold-pale:  #F5EDD8;
    --navy:       #23312d;
    --navy-mid:   #2f4942;
    --navy-light: #3a5a50;
    --gray-soft:  #F0EDE6;
    --gray-mid:   #5A5A58;
    --white:      #FAFAF8;
    --serif:      'Playfair Display', serif;
    --sans:       'DM Sans', sans-serif;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--sans); color: #1A1A18; background: var(--white); -webkit-font-smoothing: antialiased; }

  /* ── UTILS (mesmos do main) ── */
  .serif { font-family: var(--serif); }
  .section-tag {
    font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
    color: var(--gold); font-weight: 600;
  }
  .section-tag.light { color: var(--gold-light); }
  .fw-300 { font-weight: 300; }

  /* ── TOP BAR ── */
  .topbar {
    background: var(--navy-mid);
    border-bottom: 1px solid rgba(184,150,62,.15);
    font-size: .72rem; letter-spacing: .04em;
    color: rgba(255,255,255,.45); padding: .45rem 0;
  }
  .topbar a { color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
  .topbar a:hover { color: var(--gold-light); }
  .topbar .sep { margin: 0 .6rem; opacity: .25; }

  /* ── NAVBAR ── */
  .navbar {
    background: rgba(35,49,45,.97) !important;
    border-bottom: 1px solid rgba(184,150,62,.2);
    min-height: 80px;
  }
  .navbar-brand { font-family: var(--serif); color: var(--gold-light) !important; font-size: 1.35rem; line-height: 1.1; padding: .75rem 0; }
  .navbar-brand small { display: block; font-family: var(--sans); font-size: .62rem; font-weight: 300; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-top: 1px; }
  .nav-link { color: rgba(255,255,255,.65) !important; font-size: .85rem; letter-spacing: .04em; padding-top: .65rem !important; padding-bottom: .65rem !important; }
  .nav-link:hover, .nav-link:focus { color: var(--gold-light) !important; }
  .nav-link.active { color: var(--gold-light) !important; }
  .nav-link.dropdown-toggle::after { border: none; content: '\F282'; font-family: 'bootstrap-icons'; font-size: .65rem; vertical-align: 1px; margin-left: .25rem; transition: transform .2s; }
  .nav-item.dropdown:hover .nav-link.dropdown-toggle::after,
  .nav-item.dropdown.show  .nav-link.dropdown-toggle::after { transform: rotate(180deg); }
  .dropdown-menu { background: var(--navy-mid); border: 1px solid rgba(184,150,62,.2); border-radius: 4px; padding: .5rem 0; min-width: 260px; margin-top: 0 !important; box-shadow: 0 12px 32px rgba(0,0,0,.35); }
  .dropdown-item { color: rgba(255,255,255,.62) !important; font-size: .82rem; font-weight: 300; padding: .55rem 1.25rem; display: flex; align-items: center; gap: .65rem; transition: background .15s, color .15s; }
  .dropdown-item:hover { background: rgba(184,150,62,.1) !important; color: var(--gold-light) !important; }
  .dropdown-item .di-icon { width: 26px; height: 26px; background: rgba(184,150,62,.12); border-radius: 3px; display: flex; align-items: center; justify-content: center; color: var(--gold-light); font-size: .78rem; flex-shrink: 0; }
  .dropdown-divider { border-color: rgba(184,150,62,.12); margin: .35rem 0; }
  .dropdown-header { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.25) !important; padding: .5rem 1.25rem .25rem; }
  @media (min-width: 992px) { .nav-item.dropdown:hover > .dropdown-menu { display: block; } }
  .btn-nav-cta { background: var(--gold); color: var(--navy) !important; font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; border-radius: 3px; padding: .55rem 1.3rem; border: none; transition: background .2s; text-decoration: none; }
  .btn-nav-cta:hover { background: var(--gold-light); color: var(--navy) !important; }
  .navbar-toggler { border-color: rgba(184,150,62,.4); }
  .navbar-toggler-icon { filter: invert(1) sepia(1) saturate(2) hue-rotate(5deg); }

  /* ── PAGE HERO (breadcrumb hero) ── */
  .page-hero {
    background-color: var(--navy);
    background-image:
      repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(184,150,62,.04) 60px),
      repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(184,150,62,.04) 60px);
    padding: 7rem 0 4rem;
    position: relative;
    overflow: hidden;
    margin-top: calc(29px + 80px);
  }
  .page-hero::before {
    content: '';
    position: absolute;
    left: 0; top: 50%; transform: translateY(-50%);
    width: 4px; height: 160px;
    background: var(--gold);
  }
  .page-hero::after {
    content: '';
    position: absolute;
    right: -60px; top: 50%; transform: translateY(-50%);
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184,150,62,.07) 0%, transparent 70%);
    pointer-events: none;
  }
  .page-hero-inner { position: relative; z-index: 1; }
  .breadcrumb-nav {
    display: flex; align-items: center; gap: .5rem;
    font-size: .72rem; color: rgba(255,255,255,.35);
    letter-spacing: .05em; text-transform: uppercase; margin-bottom: 1.25rem;
  }
  .breadcrumb-nav a { color: rgba(255,255,255,.45); text-decoration: none; transition: color .2s; }
  .breadcrumb-nav a:hover { color: var(--gold-light); }
  .breadcrumb-nav i { font-size: .55rem; }
  .page-hero h1 {
    font-family: var(--serif);
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 600; color: #fff; line-height: 1.15; margin-bottom: 1rem;
  }
  .page-hero h1 em { font-style: normal; color: var(--gold-light); }
  .page-hero p { color: rgba(255,255,255,.55); font-weight: 300; font-size: 1rem; line-height: 1.75; max-width: 520px; }

  /* tabs de categorias */
  .svc-tabs {
    display: flex; flex-wrap: wrap; gap: .5rem;
    margin-top: 2.5rem;
  }
  .svc-tab {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(184,150,62,.2);
    color: rgba(255,255,255,.55);
    font-size: .75rem; font-weight: 500;
    letter-spacing: .07em; text-transform: uppercase;
    padding: .45rem 1rem; border-radius: 3px;
    cursor: pointer; text-decoration: none;
    transition: all .2s;
  }
  .svc-tab:hover, .svc-tab.active {
    background: var(--gold); border-color: var(--gold);
    color: var(--navy);
  }

  /* ── SERVIÇOS COMPLETOS ── */

  /* ─ Bloco destaque (serviço principal) ─ */
  .svc-featured {
    background: var(--navy);
    padding: 5rem 0;
    position: relative; overflow: hidden;
	   margin-top: calc(29px + 80px);
  }
  .svc-featured::after {
    content: '';
    position: absolute; right: -40px; bottom: -40px;
    width: 300px; height: 300px; border-radius: 50%;
    border: 1px solid rgba(184,150,62,.12);
    pointer-events: none;
  }
  .featured-number {
    font-family: var(--serif);
    font-size: 8rem; font-weight: 700; line-height: 1;
    color: rgba(184,150,62,.08);
    position: absolute; top: 2rem; right: 2rem;
    user-select: none; pointer-events: none;
  }
  .featured-icon {
    width: 64px; height: 64px;
    background: rgba(184,150,62,.12);
    border: 1px solid rgba(184,150,62,.3);
    border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.75rem; color: var(--gold-light);
    margin-bottom: 1.5rem;
  }
  .featured-tag {
    font-size: .65rem; letter-spacing: .2em; text-transform: uppercase;
    color: var(--gold-light); font-weight: 600; margin-bottom: .75rem;
  }
  .featured-title {
    font-family: var(--serif);
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 600; color: #fff; line-height: 1.2; margin-bottom: 1rem;
  }
  .featured-desc {
    color: rgba(255,255,255,.55); font-weight: 300;
    font-size: .97rem; line-height: 1.8; margin-bottom: 2rem;
  }
  .featured-points {
    list-style: none; padding: 0;
    display: flex; flex-direction: column; gap: .6rem;
    margin-bottom: 2rem;
  }
  .featured-points li {
    display: flex; align-items: flex-start; gap: .7rem;
    font-size: .85rem; color: rgba(255,255,255,.65); font-weight: 300;
    line-height: 1.5;
  }
  .featured-points li i { color: var(--gold); font-size: .8rem; margin-top: .2rem; flex-shrink: 0; }
  .btn-featured {
    display: inline-flex; align-items: center; gap: .5rem;
    background: var(--gold); color: var(--navy);
    font-weight: 700; font-size: .82rem;
    letter-spacing: .08em; text-transform: uppercase;
    border-radius: 3px; padding: .75rem 1.75rem;
    text-decoration: none; transition: background .2s;
  }
  .btn-featured:hover { background: var(--gold-light); color: var(--navy); }

  /* painel lateral do featured */
  .featured-panel {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(184,150,62,.2);
    border-radius: 5px; padding: 2rem;
    height: 100%;
    display: flex; flex-direction: column; gap: 1.25rem;
  }
  .featured-panel-title {
    font-size: .65rem; letter-spacing: .2em; text-transform: uppercase;
    color: var(--gold-light); font-weight: 600;
    padding-bottom: .75rem;
    border-bottom: 1px solid rgba(184,150,62,.15);
  }
  .fp-stat {
    display: flex; align-items: center; gap: 1rem;
    padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.05);
  }
  .fp-stat:last-child { border-bottom: none; padding-bottom: 0; }
  .fp-stat-num {
    font-family: var(--serif); font-size: 1.8rem; font-weight: 700;
    color: var(--gold-light); line-height: 1; min-width: 60px;
  }
  .fp-stat-label { font-size: .8rem; color: rgba(255,255,255,.5); font-weight: 300; line-height: 1.4; }
  .fp-process {
    display: flex; flex-direction: column; gap: 0;
    margin-top: .5rem;
  }
  .fp-step {
    display: flex; gap: 1rem; position: relative; padding-bottom: 1.25rem;
  }
  .fp-step:last-child { padding-bottom: 0; }
  .fp-step-line {
    display: flex; flex-direction: column; align-items: center; flex-shrink: 0;
  }
  .fp-step-dot {
    width: 28px; height: 28px; border-radius: 50%;
    background: rgba(184,150,62,.12);
    border: 1px solid rgba(184,150,62,.35);
    display: flex; align-items: center; justify-content: center;
    font-size: .65rem; font-weight: 700; color: var(--gold-light);
    flex-shrink: 0;
  }
  .fp-step-connector {
    width: 1px; flex: 1; background: rgba(184,150,62,.15);
    margin-top: 3px;
  }
  .fp-step:last-child .fp-step-connector { display: none; }
  .fp-step-body h6 { font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.8); margin-bottom: .2rem; }
  .fp-step-body p { font-size: .75rem; color: rgba(255,255,255,.35); font-weight: 300; line-height: 1.5; margin: 0; }

  /* ─ Grid de serviços ─ */
  .svc-grid-section { padding: 5rem 0; background: var(--gray-soft); }

  .svc-card {
    background: var(--white);
    border-left: 3px solid var(--gold);
    border-radius: 0 5px 5px 0;
    padding: 2rem 2rem 2rem 2rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: box-shadow .25s, transform .2s;
    cursor: default;
  }
  .svc-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.08); transform: translateY(-2px); }
  .svc-card-num {
    font-family: var(--serif); font-size: 5rem; font-weight: 700;
    color: rgba(184,150,62,.07); line-height: 1;
    position: absolute; top: .75rem; right: 1rem;
    user-select: none; pointer-events: none;
  }
  .svc-card-icon {
    width: 44px; height: 44px;
    background: var(--gold-pale);
    border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; color: var(--gold);
    margin-bottom: 1rem;
  }
  .svc-card h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; color: var(--navy); line-height: 1.3; margin-bottom: .6rem; }
  .svc-card p { font-size: .85rem; color: var(--gray-mid); font-weight: 300; line-height: 1.7; margin-bottom: 1rem; }
  .svc-card-tags {
    display: flex; flex-wrap: wrap; gap: .35rem; margin-top: auto;
  }
  .svc-tag {
    font-size: .65rem; font-weight: 600; letter-spacing: .08em;
    text-transform: uppercase; padding: .2rem .6rem;
    background: var(--gold-pale); color: var(--gold);
    border-radius: 2px;
  }
  .svc-card-link {
    display: inline-flex; align-items: center; gap: .4rem;
    font-size: .75rem; font-weight: 600; letter-spacing: .08em;
    text-transform: uppercase; color: var(--gold);
    text-decoration: none; margin-top: 1rem;
    transition: gap .2s;
  }
  .svc-card-link:hover { gap: .7rem; }

  /* ─ Seção de processo ─ */
  .svc-process { background: var(--navy); padding: 5rem 0; }
  .process-timeline {
    display: flex; flex-direction: column; gap: 0;
    margin-top: 3rem;
  }
  .pt-row {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 2rem;
    position: relative;
  }
  .pt-index-col {
    display: flex; flex-direction: column; align-items: center;
  }
  .pt-circle {
    width: 56px; height: 56px; border-radius: 50%;
    background: rgba(184,150,62,.1);
    border: 1.5px solid rgba(184,150,62,.4);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--serif); font-size: 1.2rem; font-weight: 600;
    color: var(--gold-light); flex-shrink: 0;
    position: relative; z-index: 1;
  }
  .pt-line {
    width: 1px; flex: 1; min-height: 2rem;
    background: rgba(184,150,62,.15);
  }
  .pt-row:last-child .pt-line { display: none; }
  .pt-body {
    padding: .5rem 0 2.5rem;
  }
  .pt-body h4 {
    font-family: var(--serif); font-size: 1.2rem; font-weight: 600;
    color: #fff; margin-bottom: .5rem; line-height: 1.2;
  }
  .pt-body p {
    font-size: .87rem; color: rgba(255,255,255,.5);
    font-weight: 300; line-height: 1.75; margin: 0; max-width: 520px;
  }
  .pt-badge {
    display: inline-flex; align-items: center; gap: .4rem;
    background: rgba(184,150,62,.1); border: 1px solid rgba(184,150,62,.2);
    color: var(--gold-light); font-size: .65rem; font-weight: 600;
    letter-spacing: .12em; text-transform: uppercase;
    padding: .25rem .7rem; border-radius: 2px; margin-top: .75rem;
  }

  /* ─ Seção CTA final ─ */
  .svc-cta { background: var(--gray-soft); padding: 5rem 0; }
  .cta-box {
    background: var(--navy);
    border: 1px solid rgba(184,150,62,.25);
    border-radius: 5px; padding: 3rem;
    position: relative; overflow: hidden;
  }
  .cta-box::after {
    content: '';
    position: absolute; right: -60px; bottom: -60px;
    width: 280px; height: 280px; border-radius: 50%;
    border: 1px solid rgba(184,150,62,.1); pointer-events: none;
  }
  .cta-box h2 { font-family: var(--serif); color: #fff; font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 600; line-height: 1.2; margin-bottom: .75rem; }
  .cta-box p { color: rgba(255,255,255,.5); font-size: .9rem; font-weight: 300; line-height: 1.75; margin-bottom: 2rem; max-width: 480px; }
  .btn-cta-wa {
    display: inline-flex; align-items: center; gap: .6rem;
    background: var(--gold); color: var(--navy);
    font-weight: 700; font-size: .85rem;
    letter-spacing: .08em; text-transform: uppercase;
    padding: .85rem 2rem; border-radius: 3px;
    text-decoration: none; transition: background .2s;
  }
  .btn-cta-wa:hover { background: var(--gold-light); color: var(--navy); }
  .btn-cta-ghost {
    display: inline-flex; align-items: center; gap: .6rem;
    background: transparent; color: rgba(255,255,255,.7);
    border: 1px solid rgba(255,255,255,.2);
    font-size: .85rem; letter-spacing: .06em; text-transform: uppercase;
    padding: .85rem 2rem; border-radius: 3px;
    text-decoration: none; transition: all .2s;
  }
  .btn-cta-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }

  /* ─ FAQ ─ */
  .svc-faq { background: var(--white); padding: 5rem 0; }
  .accordion-item {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,.07) !important;
    border-radius: 0 !important;
  }
  .accordion-button {
    background: transparent !important;
    color: var(--navy) !important;
    font-family: var(--serif); font-size: 1rem; font-weight: 600;
    padding: 1.25rem 0; box-shadow: none !important;
  }
  .accordion-button::after {
    filter: none !important;
    background-image: none !important;
    content: '\F282';
    font-family: 'bootstrap-icons';
    font-size: .75rem;
    color: var(--gold);
    transition: transform .2s;
    margin-left: auto;
  }
  .accordion-button:not(.collapsed)::after { transform: rotate(180deg); }
  .accordion-body {
    padding: 0 0 1.5rem !important;
    font-size: .88rem; color: var(--gray-mid);
    font-weight: 300; line-height: 1.8;
  }

  /* ── FOOTER ── */
  footer { background: var(--navy); }
  footer h5 { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-light); font-weight: 600; }
  footer a  { color: rgba(255,255,255,.48); text-decoration: none; font-size: .85rem; font-weight: 300; transition: color .2s; }
  footer a:hover { color: var(--gold-light); }
  footer li { margin-bottom: .4rem; }
  .footer-brand-name { font-family: var(--serif); color: var(--gold-light); font-size: 1.2rem; }
  .footer-brand-name small { display: block; font-family: var(--sans); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.4); font-weight: 300; }

  @media (max-width: 768px) {
    .page-hero::before { display: none; }
    .pt-row { grid-template-columns: 56px 1fr; gap: 0 1rem; }
  }


/* ===== styles_materias.css ===== */


:root {
    --gold:       #B8963E;
    --gold-light: #D4AE60;
    --gold-pale:  #F5EDD8;
    --navy:       #23312d;
    --navy-mid:   #2f4942;
    --gray-soft:  #F0EDE6;
    --gray-mid:   #5A5A58;
    --white:      #FAFAF8;
    --serif:      'Playfair Display', serif;
    --sans:       'DM Sans', sans-serif;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--sans); color: #1A1A18; background: var(--white); -webkit-font-smoothing: antialiased; }
  .fw-300 { font-weight: 300; }

  /* ── TOP BAR ── */
  .topbar { background: var(--navy-mid); border-bottom: 1px solid rgba(184,150,62,.15); font-size: .72rem; letter-spacing: .04em; color: rgba(255,255,255,.45); padding: .45rem 0; }
  .topbar a { color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
  .topbar a:hover { color: var(--gold-light); }
  .topbar .sep { margin: 0 .6rem; opacity: .25; }

  /* ── NAVBAR ── */
  .navbar { background: rgba(35,49,45,.97) !important; border-bottom: 1px solid rgba(184,150,62,.2); min-height: 80px; }
  .navbar-brand { font-family: var(--serif); color: var(--gold-light) !important; font-size: 1.35rem; line-height: 1.1; padding: .75rem 0; }
  .navbar-brand small { display: block; font-family: var(--sans); font-size: .62rem; font-weight: 300; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-top: 1px; }
  .nav-link { color: rgba(255,255,255,.65) !important; font-size: .85rem; letter-spacing: .04em; padding-top: .65rem !important; padding-bottom: .65rem !important; }
  .nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--gold-light) !important; }
  .nav-link.dropdown-toggle::after { border: none; content: '\F282'; font-family: 'bootstrap-icons'; font-size: .65rem; vertical-align: 1px; margin-left: .25rem; transition: transform .2s; }
  .nav-item.dropdown:hover .nav-link.dropdown-toggle::after,
  .nav-item.dropdown.show  .nav-link.dropdown-toggle::after { transform: rotate(180deg); }
  .dropdown-menu { background: var(--navy-mid); border: 1px solid rgba(184,150,62,.2); border-radius: 4px; padding: .5rem 0; min-width: 260px; margin-top: 0 !important; box-shadow: 0 12px 32px rgba(0,0,0,.35); }
  .dropdown-item { color: rgba(255,255,255,.62) !important; font-size: .82rem; font-weight: 300; padding: .55rem 1.25rem; display: flex; align-items: center; gap: .65rem; transition: background .15s, color .15s; }
  .dropdown-item:hover { background: rgba(184,150,62,.1) !important; color: var(--gold-light) !important; }
  .dropdown-item .di-icon { width: 26px; height: 26px; background: rgba(184,150,62,.12); border-radius: 3px; display: flex; align-items: center; justify-content: center; color: var(--gold-light); font-size: .78rem; flex-shrink: 0; }
  .dropdown-divider { border-color: rgba(184,150,62,.12); margin: .35rem 0; }
  .dropdown-header { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.25) !important; padding: .5rem 1.25rem .25rem; }
  @media (min-width: 992px) { .nav-item.dropdown:hover > .dropdown-menu { display: block; } }
  .btn-nav-cta { background: var(--gold); color: var(--navy) !important; font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; border-radius: 3px; padding: .55rem 1.3rem; border: none; transition: background .2s; text-decoration: none; }
  .btn-nav-cta:hover { background: var(--gold-light); color: var(--navy) !important; }
  .navbar-toggler { border-color: rgba(184,150,62,.4); }
  .navbar-toggler-icon { filter: invert(1) sepia(1) saturate(2) hue-rotate(5deg); }

  /* ── PROGRESS BAR DE LEITURA ── */
  .reading-bar {
    position: fixed;
    top: calc(29px + 80px);
    left: 0; right: 0;
    height: 3px;
    background: rgba(0,0,0,.06);
    z-index: 999;
  }
  .reading-progress {
    height: 100%;
    background: var(--gold);
    width: 0%;
    transition: width .1s linear;
  }

  /* ── ARTICLE HEADER ── */
  .article-header {
    background: var(--navy);
    padding: 6rem 0 4rem;
    margin-top: calc(29px + 80px + 3px);
    position: relative; overflow: hidden;
  }
  .article-header::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 140px; background: var(--gold); }
  .article-header::after  { content: ''; position: absolute; right: -80px; bottom: -80px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(184,150,62,.06) 0%, transparent 70%); pointer-events: none; }

  .breadcrumb-nav { display: flex; align-items: center; gap: .5rem; font-size: .72rem; color: rgba(255,255,255,.3); letter-spacing: .05em; text-transform: uppercase; margin-bottom: 1.5rem; }
  .breadcrumb-nav a { color: rgba(255,255,255,.45); text-decoration: none; transition: color .2s; }
  .breadcrumb-nav a:hover { color: var(--gold-light); }
  .breadcrumb-nav i { font-size: .55rem; }

  .source-badge {
    display: inline-flex; align-items: center; gap: .5rem;
    background: rgba(184,150,62,.12); border: 1px solid rgba(184,150,62,.3);
    color: var(--gold-light); font-size: .68rem; font-weight: 700;
    letter-spacing: .14em; text-transform: uppercase;
    padding: .3rem .85rem; border-radius: 2px; margin-bottom: 1.25rem;
  }
  .article-header h1 {
    font-family: var(--serif);
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 600; color: #fff; line-height: 1.2;
    margin-bottom: 1.25rem;
  }
  .article-lead {
    font-size: 1.05rem; color: rgba(255,255,255,.6);
    font-weight: 300; line-height: 1.8;
    max-width: 640px; margin-bottom: 2rem;
  }
  .article-meta {
    display: flex; align-items: center; gap: 1.5rem;
    flex-wrap: wrap; font-size: .75rem;
    color: rgba(255,255,255,.35);
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .article-meta span { display: flex; align-items: center; gap: .4rem; }
  .article-meta i { color: var(--gold); }

  /* share buttons no header */
  .share-row {
    display: flex; gap: .5rem; margin-left: auto;
  }
  .share-btn {
    width: 32px; height: 32px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 3px; background: transparent;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.4); font-size: .8rem;
    cursor: pointer; transition: all .2s; text-decoration: none;
  }
  .share-btn:hover { border-color: var(--gold); color: var(--gold-light); }

  /* ── LAYOUT PRINCIPAL ── */
  .article-main {
    padding: 4rem 0 5rem;
    background: var(--white);
  }

  /* ── CORPO DO ARTIGO ── */
  .article-body {
    max-width: 680px;
  }

  /* Tipografia editorial */
  .article-body p {
    font-size: 1rem; line-height: 1.85;
    color: #2a2a28; font-weight: 300;
    margin-bottom: 1.5rem;
  }
  .article-body h2 {
    font-family: var(--serif);
    font-size: 1.55rem; font-weight: 600;
    color: var(--navy); line-height: 1.25;
    margin: 2.5rem 0 1rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0,0,0,.07);
  }
  .article-body h3 {
    font-family: var(--serif);
    font-size: 1.2rem; font-weight: 600;
    color: var(--navy); line-height: 1.3;
    margin: 2rem 0 .75rem;
  }

  /* destaque / pull quote */
  .pull-quote {
    border-left: 3px solid var(--gold);
    padding: 1.25rem 1.5rem;
    margin: 2.5rem 0;
    background: var(--gold-pale);
    border-radius: 0 4px 4px 0;
  }
  .pull-quote p {
    font-family: var(--serif);
    font-size: 1.15rem; font-style: italic;
    font-weight: 400; color: var(--navy);
    line-height: 1.55; margin: 0;
  }

  /* caixa de destaque */
  .highlight-box {
    background: var(--navy);
    border-radius: 4px; padding: 1.75rem 2rem;
    margin: 2.5rem 0;
  }
  .highlight-box-label {
    font-size: .62rem; letter-spacing: .2em; text-transform: uppercase;
    color: var(--gold-light); font-weight: 600; margin-bottom: .75rem;
  }
  .highlight-box ul {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: .6rem;
  }
  .highlight-box ul li {
    display: flex; align-items: flex-start; gap: .65rem;
    font-size: .88rem; color: rgba(255,255,255,.7); font-weight: 300; line-height: 1.5;
  }
  .highlight-box ul li i { color: var(--gold); font-size: .75rem; margin-top: .2rem; flex-shrink: 0; }

  /* divisor */
  .article-divider {
    height: 1px; background: rgba(0,0,0,.07);
    margin: 2.5rem 0;
  }

  /* tags */
  .article-tags {
    display: flex; flex-wrap: wrap; gap: .4rem;
    margin-top: 2.5rem; padding-top: 2rem;
    border-top: 1px solid rgba(0,0,0,.07);
  }
  .article-tag {
    font-size: .65rem; font-weight: 600; letter-spacing: .1em;
    text-transform: uppercase; padding: .28rem .75rem;
    background: var(--gold-pale); color: var(--gold);
    border-radius: 2px; text-decoration: none;
    transition: background .2s;
  }
  .article-tag:hover { background: var(--gold); color: var(--navy); }

  /* share final */
  .share-final {
    display: flex; align-items: center; gap: .75rem;
    margin-top: 2rem; padding-top: 1.5rem;
    border-top: 1px solid rgba(0,0,0,.07);
    flex-wrap: wrap;
  }
  .share-label { font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-mid); margin-right: .25rem; }
  .share-final-btn {
    display: inline-flex; align-items: center; gap: .45rem;
    font-size: .75rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
    padding: .45rem 1rem; border-radius: 3px;
    text-decoration: none; transition: all .2s;
  }
  .share-wa  { background: #25D366; color: #fff; }
  .share-wa:hover  { background: #1ebe5c; color: #fff; }
  .share-li  { background: #0A66C2; color: #fff; }
  .share-li:hover  { background: #0958a8; color: #fff; }
  .share-cp  { background: var(--gray-soft); color: var(--navy); border: 1px solid rgba(0,0,0,.1); }
  .share-cp:hover  { border-color: var(--gold); color: var(--gold); }

  /* autor */
  .author-card {
    background: var(--gray-soft);
    border-radius: 4px; padding: 1.75rem;
    margin-top: 2.5rem;
    display: flex; gap: 1.25rem; align-items: flex-start;
  }
  .author-avatar {
    width: 64px; height: 64px; border-radius: 50%;
    background: var(--navy);
    border: 2px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--serif); font-size: 1.5rem; font-weight: 700;
    color: var(--gold-light); flex-shrink: 0;
  }
  .author-name { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--navy); margin-bottom: .2rem; }
  .author-title { font-size: .72rem; color: var(--gold); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .5rem; }
  .author-bio { font-size: .82rem; color: var(--gray-mid); font-weight: 300; line-height: 1.65; margin: 0; }

  /* ── SIDEBAR ── */
  .sidebar { padding-left: 2.5rem; }

  /* sticky wrapper */
  .sidebar-sticky { position: sticky; top: calc(29px + 80px + 20px); }

  /* CTA sidebar */
  .sidebar-cta {
    background: var(--navy);
    border: 1px solid rgba(184,150,62,.25);
    border-radius: 4px; padding: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .sidebar-cta-tag { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); font-weight: 600; margin-bottom: .6rem; }
  .sidebar-cta h4 { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; color: #fff; line-height: 1.3; margin-bottom: .6rem; }
  .sidebar-cta p { font-size: .8rem; color: rgba(255,255,255,.5); font-weight: 300; line-height: 1.65; margin-bottom: 1.25rem; }
  .btn-sidebar-wa {
    display: flex; align-items: center; justify-content: center; gap: .5rem;
    background: var(--gold); color: var(--navy);
    font-weight: 700; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase;
    padding: .75rem 1rem; border-radius: 3px;
    text-decoration: none; transition: background .2s;
  }
  .btn-sidebar-wa:hover { background: var(--gold-light); color: var(--navy); }

  /* sumário / índice */
  .sidebar-index {
    background: var(--white);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 4px; padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sidebar-index-title { font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--navy); margin-bottom: 1rem; padding-bottom: .6rem; border-bottom: 1px solid rgba(0,0,0,.07); }
  .sidebar-index ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .1rem; }
  .sidebar-index a {
    display: flex; align-items: flex-start; gap: .6rem;
    font-size: .8rem; color: var(--gray-mid); font-weight: 400;
    text-decoration: none; padding: .4rem .5rem;
    border-radius: 3px; transition: all .2s; line-height: 1.4;
  }
  .sidebar-index a i { color: var(--gold); font-size: .65rem; margin-top: .25rem; flex-shrink: 0; }
  .sidebar-index a:hover { background: var(--gold-pale); color: var(--navy); }
  .sidebar-index a.active { color: var(--gold); font-weight: 500; }

  /* matérias relacionadas */
  .sidebar-related { margin-bottom: 1.5rem; }
  .sidebar-related-title { font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--navy); margin-bottom: 1rem; padding-bottom: .6rem; border-bottom: 1px solid rgba(0,0,0,.07); }
  .related-item {
    display: flex; gap: .85rem; align-items: flex-start;
    padding: .85rem 0; border-bottom: 1px solid rgba(0,0,0,.06);
    text-decoration: none; transition: opacity .2s;
  }
  .related-item:hover { opacity: .75; }
  .related-item:last-child { border-bottom: none; }
  .related-dot { width: 36px; height: 36px; border-radius: 3px; background: var(--navy); display: flex; align-items: center; justify-content: center; color: var(--gold-light); font-size: .8rem; flex-shrink: 0; }
  .related-source { font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
  .related-title { font-size: .8rem; font-weight: 500; color: var(--navy); line-height: 1.35; margin-top: .15rem; }

  /* ── MAIS NOTÍCIAS ── */
  .more-news { padding: 4rem 0; background: var(--gray-soft); }
  .news-mini-card {
    background: var(--white);
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 4px; overflow: hidden;
    height: 100%;
    transition: transform .2s, box-shadow .2s;
    text-decoration: none;
    display: flex; flex-direction: column;
  }
  .news-mini-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.07); }
  .news-mini-thumb {
    height: 140px; background: var(--navy);
    position: relative; display: flex; align-items: flex-end; padding: .85rem;
  }
  .news-mini-thumb::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(184,150,62,.04) 9px); }
  .news-mini-thumb::after  { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, rgba(35,49,45,.85)); }
  .mini-badge { position: relative; z-index: 1; background: var(--gold); color: var(--navy); font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: .2rem .55rem; border-radius: 2px; }
  .news-mini-body { padding: 1rem 1.25rem; flex: 1; display: flex; flex-direction: column; }
  .news-mini-cat { font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: .4rem; }
  .news-mini-card h4 { font-family: var(--serif); font-size: .97rem; font-weight: 600; color: var(--navy); line-height: 1.35; margin-bottom: .4rem; flex: 1; }
  .news-mini-date { font-size: .65rem; color: rgba(0,0,0,.3); display: flex; align-items: center; gap: .3rem; margin-top: auto; padding-top: .75rem; border-top: 1px solid rgba(0,0,0,.06); }

  /* ── FOOTER ── */
  footer { background: var(--navy); }
  footer h5 { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-light); font-weight: 600; }
  footer a  { color: rgba(255,255,255,.48); text-decoration: none; font-size: .85rem; font-weight: 300; transition: color .2s; }
  footer a:hover { color: var(--gold-light); }
  footer li { margin-bottom: .4rem; }
  .footer-brand-name { font-family: var(--serif); color: var(--gold-light); font-size: 1.2rem; }
  .footer-brand-name small { display: block; font-family: var(--sans); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.4); font-weight: 300; }

  @media (max-width: 991px) {
    .sidebar { padding-left: 0; margin-top: 3rem; }
    .sidebar-sticky { position: static; }
    .article-header::before { display: none; }
  }


/* ===== styles_midia.css ===== */


  :root {
    --gold:       #B8963E;
    --gold-light: #D4AE60;
    --gold-pale:  #F5EDD8;
    --navy:       #23312d;
    --navy-mid:   #2f4942;
    --gray-soft:  #F0EDE6;
    --gray-mid:   #5A5A58;
    --white:      #FAFAF8;
    --serif:      'Playfair Display', serif;
    --sans:       'DM Sans', sans-serif;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--sans); color: #1A1A18; background: var(--white); -webkit-font-smoothing: antialiased; }

  .fw-300 { font-weight: 300; }
  .serif  { font-family: var(--serif); }
  .section-tag { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
  .section-tag.light { color: var(--gold-light); }

  /* ── TOP BAR ── */
  .topbar { background: var(--navy-mid); border-bottom: 1px solid rgba(184,150,62,.15); font-size: .72rem; letter-spacing: .04em; color: rgba(255,255,255,.45); padding: .45rem 0; }
  .topbar a { color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
  .topbar a:hover { color: var(--gold-light); }
  .topbar .sep { margin: 0 .6rem; opacity: .25; }

  /* ── NAVBAR ── */
  .navbar { background: rgba(35,49,45,.97) !important; border-bottom: 1px solid rgba(184,150,62,.2); min-height: 80px; }
  .navbar-brand { font-family: var(--serif); color: var(--gold-light) !important; font-size: 1.35rem; line-height: 1.1; padding: .75rem 0; }
  .navbar-brand small { display: block; font-family: var(--sans); font-size: .62rem; font-weight: 300; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-top: 1px; }
  .nav-link { color: rgba(255,255,255,.65) !important; font-size: .85rem; letter-spacing: .04em; padding-top: .65rem !important; padding-bottom: .65rem !important; }
  .nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--gold-light) !important; }
  .nav-link.dropdown-toggle::after { border: none; content: '\F282'; font-family: 'bootstrap-icons'; font-size: .65rem; vertical-align: 1px; margin-left: .25rem; transition: transform .2s; }
  .nav-item.dropdown:hover .nav-link.dropdown-toggle::after,
  .nav-item.dropdown.show  .nav-link.dropdown-toggle::after { transform: rotate(180deg); }
  .dropdown-menu { background: var(--navy-mid); border: 1px solid rgba(184,150,62,.2); border-radius: 4px; padding: .5rem 0; min-width: 260px; margin-top: 0 !important; box-shadow: 0 12px 32px rgba(0,0,0,.35); }
  .dropdown-item { color: rgba(255,255,255,.62) !important; font-size: .82rem; font-weight: 300; padding: .55rem 1.25rem; display: flex; align-items: center; gap: .65rem; transition: background .15s, color .15s; }
  .dropdown-item:hover { background: rgba(184,150,62,.1) !important; color: var(--gold-light) !important; }
  .dropdown-item .di-icon { width: 26px; height: 26px; background: rgba(184,150,62,.12); border-radius: 3px; display: flex; align-items: center; justify-content: center; color: var(--gold-light); font-size: .78rem; flex-shrink: 0; }
  .dropdown-divider { border-color: rgba(184,150,62,.12); margin: .35rem 0; }
  .dropdown-header { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.25) !important; padding: .5rem 1.25rem .25rem; }
  @media (min-width: 992px) { .nav-item.dropdown:hover > .dropdown-menu { display: block; } }
  .btn-nav-cta { background: var(--gold); color: var(--navy) !important; font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; border-radius: 3px; padding: .55rem 1.3rem; border: none; transition: background .2s; text-decoration: none; }
  .btn-nav-cta:hover { background: var(--gold-light); color: var(--navy) !important; }
  .navbar-toggler { border-color: rgba(184,150,62,.4); }
  .navbar-toggler-icon { filter: invert(1) sepia(1) saturate(2) hue-rotate(5deg); }

  /* ── PAGE HERO ── */
  .page-hero {
    background-color: var(--navy);
    background-image:
      repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(184,150,62,.04) 60px),
      repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(184,150,62,.04) 60px);
    padding: 7rem 0 4rem;
    position: relative; overflow: hidden;
    margin-top: calc(29px + 80px);
  }
  .page-hero::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 160px; background: var(--gold); }
  .page-hero::after  { content: ''; position: absolute; right: -60px; top: 50%; transform: translateY(-50%); width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(184,150,62,.07) 0%, transparent 70%); pointer-events: none; }
  .page-hero-inner { position: relative; z-index: 1; }
  .breadcrumb-nav { display: flex; align-items: center; gap: .5rem; font-size: .72rem; color: rgba(255,255,255,.35); letter-spacing: .05em; text-transform: uppercase; margin-bottom: 1.25rem; }
  .breadcrumb-nav a { color: rgba(255,255,255,.45); text-decoration: none; transition: color .2s; }
  .breadcrumb-nav a:hover { color: var(--gold-light); }
  .breadcrumb-nav i { font-size: .55rem; }
  .page-hero h1 { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 600; color: #fff; line-height: 1.15; margin-bottom: 1rem; }
  .page-hero h1 em { font-style: normal; color: var(--gold-light); }
  .page-hero p { color: rgba(255,255,255,.55); font-weight: 300; font-size: 1rem; line-height: 1.75; max-width: 560px; }

  /* veículos na mídia — chips no hero */
  .veiculo-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
  .veiculo-chip {
    display: inline-flex; align-items: center; gap: .45rem;
    background: rgba(255,255,255,.06); border: 1px solid rgba(184,150,62,.2);
    color: rgba(255,255,255,.6); font-size: .7rem; font-weight: 500;
    letter-spacing: .08em; text-transform: uppercase;
    padding: .35rem .85rem; border-radius: 2px;
  }
  .veiculo-chip i { color: var(--gold-light); font-size: .72rem; }

  /* ── FILTROS ── */
  .filter-bar {
    background: var(--white);
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding: 1rem 0;
    position: sticky;
    top: calc(29px + 80px);
    z-index: 50;
  }
  .filter-inner { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
  .filter-btn {
    background: transparent;
    border: 1px solid rgba(0,0,0,.1);
    color: var(--gray-mid);
    font-size: .72rem; font-weight: 500; letter-spacing: .07em;
    text-transform: uppercase; padding: .4rem 1rem;
    border-radius: 2px; cursor: pointer;
    transition: all .2s; white-space: nowrap;
  }
  .filter-btn:hover { border-color: var(--gold); color: var(--gold); }
  .filter-btn.active { background: var(--navy); border-color: var(--navy); color: #fff; }
  .filter-sep { height: 20px; width: 1px; background: rgba(0,0,0,.1); margin: 0 .25rem; }
  .search-wrap {
    margin-left: auto;
    position: relative;
  }
  .search-wrap i { position: absolute; left: .75rem; top: 50%; transform: translateY(-50%); color: var(--gray-mid); font-size: .8rem; pointer-events: none; }
  .search-input {
    border: 1px solid rgba(0,0,0,.1); border-radius: 2px;
    padding: .4rem .75rem .4rem 2rem;
    font-size: .8rem; font-family: var(--sans);
    color: #1A1A18; background: var(--white);
    width: 220px; outline: none; transition: border-color .2s;
  }
  .search-input:focus { border-color: var(--gold); }
  .search-input::placeholder { color: rgba(0,0,0,.3); }

  /* ── DESTAQUE PRINCIPAL ── */
  .featured-article {
    background: var(--navy);
    padding: 4rem 0;
    position: relative; overflow: hidden;
  }
  .featured-article::after { content: ''; position: absolute; right: -80px; bottom: -80px; width: 400px; height: 400px; border-radius: 50%; border: 1px solid rgba(184,150,62,.1); pointer-events: none; }
  .article-featured-badge {
    display: inline-flex; align-items: center; gap: .5rem;
    background: var(--gold); color: var(--navy);
    font-size: .62rem; font-weight: 700; letter-spacing: .15em;
    text-transform: uppercase; padding: .3rem .8rem; border-radius: 2px;
    margin-bottom: 1.25rem;
  }
  .featured-source-pill {
    display: inline-flex; align-items: center; gap: .5rem;
    background: rgba(184,150,62,.1); border: 1px solid rgba(184,150,62,.3);
    color: var(--gold-light); font-size: .68rem; font-weight: 700;
    letter-spacing: .14em; text-transform: uppercase;
    padding: .3rem .85rem; border-radius: 2px; margin-bottom: 1.25rem;
  }
  .featured-source-pill i { font-size: .82rem; }
  .featured-article h2 {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 600; color: #fff; line-height: 1.2; margin-bottom: 1rem;
  }
  .featured-article .excerpt {
    color: rgba(255,255,255,.55); font-weight: 300;
    font-size: .95rem; line-height: 1.8; margin-bottom: 1.75rem;
  }
  .article-meta {
    display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap;
    font-size: .75rem; color: rgba(255,255,255,.35);
    margin-bottom: 2rem;
  }
  .article-meta span { display: flex; align-items: center; gap: .35rem; }
  .article-meta i { color: var(--gold); font-size: .75rem; }
  .btn-read {
    display: inline-flex; align-items: center; gap: .55rem;
    background: var(--gold); color: var(--navy);
    font-weight: 700; font-size: .8rem; letter-spacing: .09em;
    text-transform: uppercase; padding: .75rem 1.75rem;
    border-radius: 3px; text-decoration: none; transition: background .2s;
  }
  .btn-read:hover { background: var(--gold-light); color: var(--navy); }
  .btn-read-ghost {
    display: inline-flex; align-items: center; gap: .55rem;
    background: transparent; color: rgba(255,255,255,.6);
    border: 1px solid rgba(255,255,255,.2); font-size: .8rem;
    letter-spacing: .08em; text-transform: uppercase;
    padding: .75rem 1.5rem; border-radius: 3px;
    text-decoration: none; transition: all .2s;
  }
  .btn-read-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }

  /* painel lateral da matéria em destaque */
  .featured-panel {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(184,150,62,.2);
    border-radius: 4px; padding: 1.75rem;
    height: 100%; position: relative; z-index: 1;
  }
  .fp-title { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); font-weight: 600; margin-bottom: 1.25rem; padding-bottom: .75rem; border-bottom: 1px solid rgba(184,150,62,.15); }
  .fp-news-item { padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.05); }
  .fp-news-item:last-child { border-bottom: none; padding-bottom: 0; }
  .fp-news-source { font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-light); margin-bottom: .3rem; }
  .fp-news-title { font-size: .85rem; font-weight: 400; color: rgba(255,255,255,.7); line-height: 1.45; cursor: pointer; transition: color .2s; }
  .fp-news-title:hover { color: var(--gold-light); }
  .fp-news-date { font-size: .68rem; color: rgba(255,255,255,.25); margin-top: .3rem; }

  /* ── GRID DE NOTÍCIAS ── */
  .news-grid-section { padding: 5rem 0; background: var(--gray-soft); }

  .news-card {
    background: var(--white);
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.07);
    overflow: hidden; height: 100%;
    display: flex; flex-direction: column;
    transition: transform .2s, box-shadow .2s;
  }
  .news-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(0,0,0,.09); }

  /* thumb placeholder colorido por veículo */
  .news-thumb {
    height: 180px;
    position: relative; overflow: hidden;
    background: var(--navy);
    display: flex; align-items: flex-end;
    padding: 1.25rem;
  }
  .news-thumb-bg {
    position: absolute; inset: 0;
    background-image:
      repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(184,150,62,.05) 9px);
  }
  .news-thumb-gradient {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(35,49,45,.3) 0%, rgba(35,49,45,.85) 100%);
  }
  .news-source-badge {
    position: relative; z-index: 1;
    background: var(--gold); color: var(--navy);
    font-size: .62rem; font-weight: 800;
    letter-spacing: .15em; text-transform: uppercase;
    padding: .28rem .72rem; border-radius: 2px;
  }
  .news-type-icon {
    position: absolute; top: 1rem; right: 1rem; z-index: 1;
    width: 36px; height: 36px;
    background: rgba(255,255,255,.08); border-radius: 3px;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.5); font-size: .9rem;
  }
  /* cor de fundo por veículo */
  .thumb-globo    { background: #1a2d28; }
  .thumb-record   { background: #1c2b20; }
  .thumb-sbt      { background: #1e2e25; }
  .thumb-cbn      { background: #1a2a22; }
  .thumb-exame    { background: #1d2f28; }
  .thumb-info     { background: #1f3029; }
  .thumb-serasa   { background: #1b2c25; }
  .thumb-artigo   { background: #20302a; }

  .news-body { padding: 1.25rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
  .news-category {
    font-size: .62rem; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; color: var(--gold); margin-bottom: .6rem;
    display: flex; align-items: center; gap: .4rem;
  }
  .news-category::before { content: ''; width: 16px; height: 2px; background: var(--gold); border-radius: 1px; display: block; }
  .news-card h3 { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--navy); line-height: 1.35; margin-bottom: .6rem; flex: 1; }
  .news-card p { font-size: .82rem; color: var(--gray-mid); font-weight: 300; line-height: 1.65; margin-bottom: 1rem; }
  .news-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: .85rem; border-top: 1px solid rgba(0,0,0,.06); }
  .news-date { font-size: .68rem; color: rgba(0,0,0,.3); display: flex; align-items: center; gap: .3rem; }
  .news-link { font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); text-decoration: none; display: inline-flex; align-items: center; gap: .35rem; transition: gap .2s; }
  .news-link:hover { gap: .6rem; }

  /* card DESTAQUE dentro do grid (ocupa col-lg-8) */
  .news-card-large .news-thumb { height: 260px; }
  .news-card-large h3 { font-size: 1.35rem; }

  /* card de VÍDEO */
  .news-card-video .news-thumb { cursor: pointer; }
  .video-play {
    position: absolute; inset: 0; z-index: 2;
    display: flex; align-items: center; justify-content: center;
  }
  .video-play-btn {
    width: 52px; height: 52px; border-radius: 50%;
    background: rgba(184,150,62,.9);
    display: flex; align-items: center; justify-content: center;
    color: var(--navy); font-size: 1.2rem;
    transition: transform .2s, background .2s;
  }
  .news-card-video:hover .video-play-btn { transform: scale(1.1); background: var(--gold); }

  /* ── SEÇÃO ARTIGOS ── */
  .artigos-section { background: var(--white); padding: 5rem 0; }
  .artigo-row {
    display: grid; grid-template-columns: 64px 1fr;
    gap: 1.25rem; padding: 1.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,.07);
    align-items: start;
    text-decoration: none;
    transition: background .15s;
  }
  .artigo-row:first-of-type { border-top: 1px solid rgba(0,0,0,.07); }
  .artigo-row:hover { background: rgba(184,150,62,.03); margin: 0 -1rem; padding-left: 1rem; padding-right: 1rem; }
  .artigo-num { font-family: var(--serif); font-size: 1.8rem; font-weight: 700; color: rgba(184,150,62,.18); line-height: 1; }
  .artigo-source { font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: .3rem; }
  .artigo-title { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--navy); line-height: 1.3; margin-bottom: .35rem; }
  .artigo-desc { font-size: .8rem; color: var(--gray-mid); font-weight: 300; line-height: 1.6; }
  .artigo-arrow { color: var(--gold-light); font-size: .85rem; opacity: 0; transition: opacity .2s, transform .2s; margin-top: .2rem; flex-shrink: 0; align-self: center; }
  .artigo-row:hover .artigo-arrow { opacity: 1; transform: translateX(4px); }

  /* ── SEÇÃO VÍDEOS ── */
  .videos-section { background: var(--navy); padding: 5rem 0; }
  .video-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(184,150,62,.2);
    border-radius: 4px; overflow: hidden;
    height: 100%;
    transition: border-color .2s, transform .2s;
    cursor: pointer;
  }
  .video-card:hover { border-color: rgba(184,150,62,.5); transform: translateY(-2px); }
  .video-thumb {
    height: 160px; position: relative;
    background: var(--navy-mid);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
  }
  .video-thumb::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(184,150,62,.04) 9px); }
  .video-play-icon {
    width: 48px; height: 48px; border-radius: 50%;
    background: rgba(184,150,62,.15);
    border: 1.5px solid rgba(184,150,62,.4);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-light); font-size: 1.1rem;
    position: relative; z-index: 1;
    transition: background .2s;
  }
  .video-card:hover .video-play-icon { background: var(--gold); color: var(--navy); }
  .video-channel {
    position: absolute; bottom: .75rem; left: .75rem; z-index: 1;
    background: var(--gold); color: var(--navy);
    font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
    padding: .2rem .6rem; border-radius: 2px;
  }
  .video-body { padding: 1.1rem 1.25rem; }
  .video-body h4 { font-family: var(--serif); font-size: .97rem; font-weight: 600; color: rgba(255,255,255,.85); line-height: 1.35; margin-bottom: .4rem; }
  .video-body p { font-size: .75rem; color: rgba(255,255,255,.35); font-weight: 300; line-height: 1.5; margin: 0; }
  .video-meta { display: flex; align-items: center; gap: .75rem; margin-top: .6rem; }
  .video-meta span { font-size: .65rem; color: rgba(255,255,255,.25); display: flex; align-items: center; gap: .3rem; }
  .video-meta i { color: var(--gold); font-size: .68rem; }

  /* ── NEWSLETTER STRIP ── */
  .newsletter-strip { background: var(--gold); padding: 3rem 0; }
  .newsletter-strip h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; color: var(--navy); line-height: 1.2; }
  .newsletter-strip p { color: rgba(35,49,45,.7); font-size: .88rem; font-weight: 300; line-height: 1.65; margin-top: .5rem; }
  .newsletter-form { display: flex; gap: .5rem; flex-wrap: wrap; }
  .newsletter-input {
    flex: 1; min-width: 220px;
    background: rgba(35,49,45,.12);
    border: 1.5px solid rgba(35,49,45,.25);
    border-radius: 3px; padding: .75rem 1rem;
    font-size: .88rem; font-family: var(--sans);
    color: var(--navy); outline: none; transition: border-color .2s;
  }
  .newsletter-input::placeholder { color: rgba(35,49,45,.5); }
  .newsletter-input:focus { border-color: var(--navy); }
  .newsletter-btn {
    background: var(--navy); color: #fff;
    font-size: .8rem; font-weight: 600; letter-spacing: .09em;
    text-transform: uppercase; padding: .75rem 1.75rem;
    border: none; border-radius: 3px; cursor: pointer;
    transition: background .2s; white-space: nowrap;
  }
  .newsletter-btn:hover { background: var(--navy-mid); }

  /* ── PAGINAÇÃO ── */
  .pagination-area { padding: 3rem 0; }
  .page-btn {
    width: 40px; height: 40px;
    border: 1px solid rgba(0,0,0,.1); border-radius: 3px;
    display: flex; align-items: center; justify-content: center;
    font-size: .82rem; font-weight: 500; color: var(--gray-mid);
    cursor: pointer; transition: all .2s; text-decoration: none;
    background: var(--white);
  }
  .page-btn:hover { border-color: var(--gold); color: var(--gold); }
  .page-btn.active { background: var(--navy); border-color: var(--navy); color: #fff; }

  /* ── FOOTER ── */
  footer { background: var(--navy); }
  footer h5 { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-light); font-weight: 600; }
  footer a  { color: rgba(255,255,255,.48); text-decoration: none; font-size: .85rem; font-weight: 300; transition: color .2s; }
  footer a:hover { color: var(--gold-light); }
  footer li { margin-bottom: .4rem; }
  .footer-brand-name { font-family: var(--serif); color: var(--gold-light); font-size: 1.2rem; }
  .footer-brand-name small { display: block; font-family: var(--sans); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.4); font-weight: 300; }

  @media (max-width: 767px) {
    .page-hero::before { display: none; }
    .filter-bar { position: static; }
    .search-wrap { margin-left: 0; width: 100%; }
    .search-input { width: 100%; }
  }
