﻿    :root {
      --bg: #fafaf8;
      --white: #ffffff;
      --text: #1a1a1a;
      --muted: #6b6b6b;
      --light: #f0efeb;
      --border: #e2e1dc;
      --accent: #1a3a5c;
      --accent2: #c8a96e;
      --radius: 2px;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    body {
      background: var(--bg);
      color: var(--text);
      font-family: 'DM Sans', sans-serif;
      font-size: 15px;
      line-height: 1.7;
      overflow-x: hidden;
    }

    /* ── UTILS ── */
    .container { max-width: 1140px; margin: 0 auto; padding: 0 32px; }
    .tag {
      display: inline-block;
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--accent2);
      margin-bottom: 12px;
    }
    h2.section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 4vw, 2.8rem);
      font-weight: 300;
      color: var(--text);
      line-height: 1.2;
      margin-bottom: 16px;
    }
    .section-sub {
      color: var(--muted);
      font-size: .95rem;
      max-width: 520px;
    }
    section { padding: 100px 0; }

    /* ── NAV ── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 500;
      background: rgba(250,250,248,0.97);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--border);
    }
    .nav-inner {
      display: flex; align-items: center; justify-content: space-between;
      height: 68px;
      max-width: 1140px; margin: 0 auto; padding: 0 32px;
    }
    .logo {
      display: flex;
      align-items: center;
      text-decoration: none;
      transition: opacity .2s;
    }
    .logo:hover { opacity: .7; }
    .logo img {
      height: 40px;
      width: auto;
    }
    .logo span {
      font-weight: 300;
      color: var(--muted);
      font-size: 1rem;
      margin-left: 6px;
    }
    nav ul { list-style: none; display: flex; gap: 36px; align-items: center; }
    nav ul a {
      color: var(--muted);
      text-decoration: none;
      font-size: .82rem;
      font-weight: 500;
      letter-spacing: .8px;
      text-transform: uppercase;
      transition: color .2s;
    }
    nav ul a:hover { color: var(--accent); }
    .btn-nav {
      background: var(--accent) !important;
      color: #fff !important;
      padding: 9px 22px;
      border-radius: var(--radius);
    }
    .btn-nav:hover { background: #14304e !important; }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; }
    .hamburger span { display: block; width: 24px; height: 2px; background: var(--text); transition: .3s; }

    /* Menu mobile aberto */
    #nav-menu.mobile-open {
      display: flex !important;
      flex-direction: column;
      position: absolute;
      top: 68px; left: 0; right: 0;
      background: var(--white);
      padding: 20px 32px;
      border-bottom: 1px solid var(--border);
      gap: 20px;
      z-index: 499;
    }

    /* ── HERO ── */
    .hero {
      padding-top: 140px;
      padding-bottom: 100px;
      position: relative;
      overflow: hidden;
    }
    .hero::after {
      content: 'SBW';
      position: absolute;
      right: -2%;
      top: 50%;
      transform: translateY(-50%);
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(120px, 20vw, 240px);
      font-weight: 300;
      color: transparent;
      -webkit-text-stroke: 1px var(--border);
      line-height: 1;
      pointer-events: none;
      user-select: none;
    }
    .hero-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 32px;
      position: relative;
      z-index: 1;
    }
    .hero-text h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.8rem, 6vw, 4.2rem);
      font-weight: 300;
      line-height: 1.1;
      color: var(--text);
      margin-bottom: 24px;
    }
    .hero-text h1 strong { font-weight: 600; color: var(--accent); }
    .hero-text p {
      color: var(--muted);
      font-size: 1.05rem;
      margin-bottom: 40px;
      max-width: 420px;
    }
    .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
    .btn-primary {
      background: var(--accent);
      color: #fff;
      padding: 14px 32px;
      border-radius: var(--radius);
      text-decoration: none;
      font-size: .88rem;
      font-weight: 600;
      letter-spacing: .5px;
      transition: background .2s, transform .15s;
      display: inline-flex; align-items: center; gap: 8px;
    }
    .btn-primary:hover { background: #14304e; transform: translateY(-1px); }
    .btn-outline {
      border: 1.5px solid var(--accent);
      color: var(--accent);
      padding: 14px 32px;
      border-radius: var(--radius);
      text-decoration: none;
      font-size: .88rem;
      font-weight: 600;
      letter-spacing: .5px;
      transition: all .2s;
    }
    .btn-outline:hover { background: var(--accent); color: #fff; }

    /* hero visual */
    .hero-visual {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 220px 220px;
      gap: 12px;
    }
    .hero-img {
      border-radius: 3px;
      overflow: hidden;
      position: relative;
    }
    .hero-img:first-child { grid-row: span 2; }
    .hero-img img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .5s ease;
    }
    .hero-img:hover img { transform: scale(1.04); }
    .hero-img .img-label {
      position: absolute;
      bottom: 12px; left: 12px;
      background: rgba(255,255,255,.9);
      padding: 4px 10px;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: var(--accent);
      border-radius: 1px;
    }

    /* ── STATS ── */
    .stats-bar {
      background: var(--accent);
      padding: 40px 0;
    }
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      text-align: center;
    }
    .stat-item {
      padding: 20px;
      border-right: 1px solid rgba(255,255,255,.15);
    }
    .stat-item:last-child { border-right: none; }
    .stat-num {
      font-family: 'DM Sans', sans-serif;
      font-size: 2.6rem;
      font-weight: 700;
      color: var(--accent2);
      line-height: 1;
      margin-bottom: 6px;
      letter-spacing: -1px;
    }
    .stat-label {
      font-size: .78rem;
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: rgba(255,255,255,.75);
    }

    /* ── SEGMENTOS ── */
    #segmentos { background: var(--white); }
    .seg-header { text-align: center; margin-bottom: 60px; }
    .seg-header .section-sub { margin: 0 auto; }
    .seg-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
    }
    .seg-card {
      background: var(--light);
      padding: 48px 36px;
      position: relative;
      overflow: hidden;
      transition: background .3s;
      cursor: default;
    }
    .seg-card::before {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 3px;
      background: var(--accent2);
      transform: scaleX(0);
      transition: transform .3s;
    }
    .seg-card:hover { background: var(--bg); }
    .seg-card:hover::before { transform: scaleX(1); }
    .seg-icon {
      width: 48px; height: 48px;
      background: var(--accent);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 24px;
    }
    .seg-icon svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 1.8; }
    .seg-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.4rem;
      font-weight: 600;
      margin-bottom: 12px;
      color: var(--text);
    }
    .seg-card p { color: var(--muted); font-size: .9rem; line-height: 1.7; }
    .seg-items { margin-top: 20px; list-style: none; }
    .seg-items li {
      font-size: .83rem;
      color: var(--muted);
      padding: 5px 0;
      border-bottom: 1px solid var(--border);
      display: flex; align-items: center; gap: 8px;
    }
    .seg-items li::before { content: '—'; color: var(--accent2); flex-shrink: 0; }

    /* ── CATÁLOGO ── */
    #catalogo { background: var(--bg); }
    .cat-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 48px;
      gap: 20px;
      flex-wrap: wrap;
    }
    .filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
    .filter-btn {
      background: none;
      border: 1.5px solid var(--border);
      color: var(--muted);
      padding: 8px 20px;
      border-radius: 40px;
      font-size: .8rem;
      font-weight: 600;
      letter-spacing: .5px;
      cursor: pointer;
      transition: all .2s;
      font-family: inherit;
    }
    .filter-btn:hover, .filter-btn.active {
      border-color: var(--accent);
      color: var(--accent);
      background: rgba(26,58,92,.06);
    }
    .products-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .product-card {
      background: var(--white);
      border-radius: 3px;
      overflow: hidden;
      border: 1px solid var(--border);
      transition: box-shadow .3s, transform .2s;
    }
    .product-card:hover {
      box-shadow: 0 12px 40px rgba(0,0,0,.08);
      transform: translateY(-3px);
    }
    .product-img {
      height: 220px;
      overflow: hidden;
      position: relative;
      background: var(--light);
    }
    .product-img img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .5s;
    }
    .product-card:hover .product-img img { transform: scale(1.06); }
    .product-badge {
      position: absolute; top: 14px; left: 14px;
      background: var(--accent2);
      color: #fff;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 3px 10px;
      border-radius: 1px;
    }
    .product-info { padding: 22px; }
    .product-cat {
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--accent2);
      margin-bottom: 6px;
    }
    .product-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem;
      font-weight: 600;
      color: var(--text);
      margin-bottom: 8px;
    }
    .product-desc { font-size: .85rem; color: var(--muted); margin-bottom: 18px; }
    .product-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
    }
    .product-moq { font-size: .78rem; color: var(--muted); }
    .btn-pedir {
      background: var(--accent);
      color: #fff;
      border: none;
      padding: 9px 18px;
      border-radius: var(--radius);
      font-size: .8rem;
      font-weight: 600;
      cursor: pointer;
      transition: background .2s;
      font-family: inherit;
      text-decoration: none;
      display: inline-block;
    }
    .btn-pedir:hover { background: #14304e; }

    /* ── PEDIDO ── */
    #pedido { background: var(--white); }
    .pedido-inner {
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 80px;
      align-items: start;
    }
    .pedido-info h2 { margin-bottom: 20px; }
    .pedido-info p { color: var(--muted); margin-bottom: 32px; font-size: .95rem; }
    .info-list { list-style: none; }
    .info-list li {
      display: flex; gap: 14px; align-items: flex-start;
      padding: 16px 0;
      border-bottom: 1px solid var(--border);
      font-size: .9rem;
      color: var(--muted);
    }
    .info-list li:first-child { border-top: 1px solid var(--border); }
    .info-icon {
      width: 32px; height: 32px; flex-shrink: 0;
      background: rgba(26,58,92,.08);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
    }
    .info-icon svg { width: 15px; height: 15px; stroke: var(--accent); stroke-width: 2; fill: none; }
    .info-list strong { display: block; color: var(--text); font-size: .85rem; margin-bottom: 2px; }

    /* form */
    form { display: flex; flex-direction: column; gap: 18px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    label {
      display: flex; flex-direction: column; gap: 6px;
      font-size: .8rem; font-weight: 600; letter-spacing: .5px;
      text-transform: uppercase; color: var(--muted);
    }
    input, select, textarea {
      width: 100%;
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      padding: 12px 16px;
      font-family: inherit;
      font-size: .95rem;
      color: var(--text);
      background: var(--bg);
      transition: border-color .2s;
      outline: none;
      resize: vertical;
    }
    input:focus, select:focus, textarea:focus { border-color: var(--accent); }
    textarea { min-height: 110px; }
    select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b6b6b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
    .btn-submit {
      background: var(--accent);
      color: #fff;
      border: none;
      padding: 16px 32px;
      border-radius: var(--radius);
      font-size: .95rem;
      font-weight: 700;
      cursor: pointer;
      transition: background .2s, transform .15s;
      font-family: inherit;
      display: flex; align-items: center; justify-content: center; gap: 10px;
    }
    .btn-submit:hover { background: #14304e; transform: translateY(-1px); }
    .form-msg {
      display: none;
      text-align: center;
      padding: 20px;
      background: #eaf3eb;
      border-radius: var(--radius);
      color: #2d6a4f;
      font-weight: 600;
      font-size: .9rem;
    }

    /* ── WHATSAPP FLOAT ── */
    .wpp-float {
      position: fixed;
      bottom: 28px; right: 28px;
      z-index: 200;
      background: #25d366;
      color: #fff;
      width: 58px; height: 58px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 6px 24px rgba(37,211,102,.4);
      text-decoration: none;
      transition: transform .2s, box-shadow .2s;
    }
    .wpp-float:hover { transform: scale(1.08); box-shadow: 0 8px 32px rgba(37,211,102,.55); }
    .wpp-float svg { width: 30px; height: 30px; fill: #fff; }
    .wpp-pulse {
      position: absolute;
      width: 100%; height: 100%;
      border-radius: 50%;
      background: rgba(37,211,102,.5);
      animation: pulse 2s infinite;
    }
    @keyframes pulse {
      0% { transform: scale(1); opacity: .7; }
      100% { transform: scale(1.7); opacity: 0; }
    }

    /* ── FOOTER ── */
    footer {
      background: var(--accent);
      color: rgba(255,255,255,.8);
      padding: 60px 0 30px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.8fr 1fr 1.4fr;
      gap: 48px;
      margin-bottom: 40px;
    }
    .footer-brand .logo-f {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.6rem;
      font-weight: 600;
      color: var(--accent2);
      display: block;
      margin-bottom: 14px;
    }
    .footer-brand p { font-size: .88rem; line-height: 1.8; }
    footer h4 {
      font-size: .75rem; font-weight: 700; letter-spacing: 2px;
      text-transform: uppercase; color: var(--accent2);
      margin-bottom: 20px;
    }
    footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    footer ul a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .88rem; transition: color .2s; }
    footer ul a:hover { color: #fff; }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.1);
      padding-top: 28px;
      display: flex; justify-content: space-between;
      align-items: center;
      font-size: .8rem;
      opacity: .6;
      flex-wrap: wrap; gap: 10px;
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .hero-inner, .pedido-inner, .footer-grid { grid-template-columns: 1fr; gap: 40px; }
      .hero-visual { display: none; }
      .hero::after { display: none; }
      .seg-grid, .products-grid { grid-template-columns: 1fr 1fr; }
      .stats-grid { grid-template-columns: 1fr 1fr; }
      .stat-item { border-bottom: 1px solid rgba(255,255,255,.15); }
      nav ul { display: none; }
      .hamburger { display: flex; }
    }
    @media (max-width: 600px) {
      .seg-grid, .products-grid { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; }
      .container { padding: 0 20px; }
      section { padding: 70px 0; }
      .hero { padding-top: 110px; padding-bottom: 60px; }
    }

    /* ── ESCOLAS ACORDEÃO ── */
    .escolas-wrap { margin-top: 12px; display: flex; flex-direction: column; gap: 0; width: 100%; }
    .escola-bloco { border: 1.5px solid var(--border); border-radius: 3px; overflow: hidden; margin-bottom: 10px; width: 100%; box-sizing: border-box; }
    .escola-header {
      display: flex; align-items: center; justify-content: space-between;
      padding: 18px 24px;
      cursor: pointer;
      background: var(--white);
      transition: background .2s;
      user-select: none;
      width: 100%; box-sizing: border-box;
    }
    .escola-header:hover { background: var(--light); }
    .escola-header-left { display: flex; align-items: center; gap: 14px; }
    .escola-icon {
      width: 38px; height: 38px;
      background: rgba(26,58,92,.08);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .escola-icon svg { width: 18px; height: 18px; stroke: var(--accent); stroke-width: 2; fill: none; }
    .escola-nome { font-weight: 700; font-size: .95rem; color: var(--text); }
    .escola-sub { font-size: .78rem; color: var(--muted); margin-top: 2px; }
    .escola-chevron {
      width: 24px; height: 24px;
      transition: transform .3s;
      flex-shrink: 0;
    }
    .escola-chevron svg { width: 100%; height: 100%; stroke: var(--muted); stroke-width: 2; fill: none; }
    .escola-bloco.open .escola-chevron { transform: rotate(180deg); }

    .escola-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height .5s ease;
      background: var(--bg);
      width: 100%; box-sizing: border-box;
    }
    .escola-bloco.open .escola-body { max-height: 900px; }

    .escola-body-inner { padding: 24px; }

    /* Carrossel */
    .carrossel { position: relative; overflow: hidden; border-radius: 3px; }
    .carrossel-track {
      display: flex;
      transition: transform .4s ease;
      gap: 12px;
    }
    .carrossel-slide {
      flex: 0 0 calc(33.333% - 8px);
      border-radius: 3px;
      overflow: hidden;
      background: var(--light);
      position: relative;
      cursor: zoom-in;
      /* Proporção 4x5 */
      aspect-ratio: 4 / 5;
    }
    .carrossel-slide img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .3s;
    }
    .carrossel-slide:hover img { transform: scale(1.04); }
    .slide-label {
      position: absolute; bottom: 0; left: 0; right: 0;
      background: rgba(26,58,92,.75);
      color: #fff;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 6px 10px;
      text-align: center;
    }
    .slide-zoom-icon {
      position: absolute; top: 10px; right: 10px;
      background: rgba(255,255,255,.85);
      border-radius: 50%;
      width: 30px; height: 30px;
      display: flex; align-items: center; justify-content: center;
      opacity: 0;
      transition: opacity .2s;
    }
    .carrossel-slide:hover .slide-zoom-icon { opacity: 1; }
    .slide-zoom-icon svg { width: 15px; height: 15px; stroke: var(--accent); stroke-width: 2; fill: none; }

    /* ── LIGHTBOX ── */
    .lightbox {
      display: none;
      position: fixed; inset: 0; z-index: 999;
      background: rgba(0,0,0,.92);
      align-items: center; justify-content: center;
      padding: 20px;
    }
    .lightbox.open { display: flex; }
    .lightbox-inner {
      position: relative;
      width: 100%; max-width: 420px;
      aspect-ratio: 4 / 5;
    }
    .lightbox-img {
      width: 100%; height: 100%;
      object-fit: cover;
      border-radius: 3px;
      display: block;
    }
    .lightbox-label {
      position: absolute; bottom: 0; left: 0; right: 0;
      background: rgba(26,58,92,.8);
      color: #fff;
      text-align: center;
      padding: 10px;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      border-radius: 0 0 3px 3px;
    }
    .lightbox-close {
      position: fixed; top: 20px; right: 20px;
      background: rgba(255,255,255,.15);
      border: none; color: #fff;
      width: 40px; height: 40px;
      border-radius: 50%;
      font-size: 1.3rem;
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      transition: background .2s;
      z-index: 1000;
    }
    .lightbox-close:hover { background: rgba(255,255,255,.3); }
    .lightbox-nav {
      position: fixed;
      top: 50%; transform: translateY(-50%);
      background: rgba(255,255,255,.15);
      border: none; color: #fff;
      width: 44px; height: 44px;
      border-radius: 50%;
      font-size: 1.2rem;
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      transition: background .2s;
      z-index: 1000;
    }
    .lightbox-nav:hover { background: rgba(255,255,255,.3); }
    .lightbox-prev { left: 16px; }
    .lightbox-next { right: 16px; }
    .lightbox-nav svg { width: 20px; height: 20px; stroke: #fff; stroke-width: 2.5; fill: none; }
    .lightbox-counter {
      position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
      color: rgba(255,255,255,.7);
      font-size: .8rem;
      letter-spacing: 1px;
    }
    .carrossel-btns {
      display: flex; justify-content: center; gap: 10px;
      margin-top: 14px;
    }
    .carr-btn {
      background: var(--white);
      border: 1.5px solid var(--border);
      width: 36px; height: 36px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      transition: all .2s;
      font-family: inherit;
    }
    .carr-btn:hover { border-color: var(--accent); background: var(--accent); }
    .carr-btn:hover svg { stroke: #fff; }
    .carr-btn svg { width: 16px; height: 16px; stroke: var(--muted); stroke-width: 2; fill: none; }
    .carr-dots { display: flex; align-items: center; gap: 6px; }
    .carr-dot {
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--border);
      transition: background .2s, transform .2s;
      cursor: pointer;
    }
    .carr-dot.active { background: var(--accent); transform: scale(1.3); }

    @media (max-width: 600px) {
      .carrossel-slide { flex: 0 0 calc(100% - 0px); }
    }
    @media (min-width: 601px) and (max-width: 900px) {
      .carrossel-slide { flex: 0 0 calc(50% - 6px); }
    }

    /* ── QUEM SOMOS ── */
    .qs-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2px;
    }
    .qs-card {
      background: var(--light);
      padding: 36px 28px;
      position: relative;
      border-top: 3px solid transparent;
      transition: border-color .3s, background .3s;
    }
    .qs-card:hover { background: var(--bg); border-color: var(--accent); }
    .qs-card--destaque { border-top-color: var(--accent2) !important; }
    .qs-badge {
      display: inline-block;
      background: var(--accent);
      color: #fff;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 1px;
      margin-bottom: 16px;
    }
    .qs-badge--hoje { background: var(--accent2); }
    .qs-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--text);
      margin-bottom: 14px;
      line-height: 1.3;
    }
    .qs-text {
      color: var(--muted);
      font-size: .88rem;
      line-height: 1.8;
    }
    @media (max-width: 900px) { .qs-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 500px) { .qs-grid { grid-template-columns: 1fr; } }

    /* ── DIFERENCIAIS ── */
    #diferenciais { background: var(--accent); padding: 100px 0; }
    .dif-header { text-align: center; margin-bottom: 60px; }
    .dif-header .tag { color: var(--accent2); }
    .dif-header h2 { color: #fff; }
    .dif-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2px;
    }
    .dif-card {
      background: rgba(255,255,255,.06);
      padding: 36px 28px;
      text-align: center;
      transition: background .3s;
      position: relative;
    }
    .dif-card:hover { background: rgba(255,255,255,.12); }
    .dif-num {
      font-family: 'DM Sans', sans-serif;
      font-size: 2.8rem;
      font-weight: 700;
      color: var(--accent2);
      line-height: 1;
      margin-bottom: 12px;
      letter-spacing: -1px;
    }
    .dif-icon {
      width: 52px; height: 52px;
      background: rgba(200,169,110,.15);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 16px;
    }
    .dif-icon svg { width: 24px; height: 24px; stroke: var(--accent2); stroke-width: 1.8; fill: none; }
    .dif-title { font-weight: 700; font-size: .95rem; color: #fff; margin-bottom: 8px; }
    .dif-desc { font-size: .83rem; color: rgba(255,255,255,.65); line-height: 1.7; }
    @media (max-width: 900px) { .dif-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 500px) { .dif-grid { grid-template-columns: 1fr; } }

    /* ── FAQ ── */
    #faq { background: var(--bg); }
    .faq-inner { max-width: 760px; margin: 0 auto; }
    .faq-header { text-align: center; margin-bottom: 48px; }
    .faq-item {
      border-bottom: 1px solid var(--border);
      overflow: hidden;
    }
    .faq-item:first-of-type { border-top: 1px solid var(--border); }
    .faq-question {
      display: flex; justify-content: space-between; align-items: center;
      padding: 22px 0;
      cursor: pointer;
      gap: 20px;
    }
    .faq-question h3 {
      font-family: 'DM Sans', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      color: var(--text);
      margin: 0;
    }
    .faq-chevron {
      width: 22px; height: 22px; flex-shrink: 0;
      transition: transform .3s;
    }
    .faq-chevron svg { width: 100%; height: 100%; stroke: var(--muted); stroke-width: 2; fill: none; }
    .faq-item.open .faq-chevron { transform: rotate(180deg); }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height .35s ease;
    }
    .faq-item.open .faq-answer { max-height: 200px; }
    .faq-answer p {
      padding: 0 0 22px;
      color: var(--muted);
      font-size: .93rem;
      line-height: 1.8;
    }

    /* ── LOGOS PARCEIROS ── */
    .logos-bar {
      background: var(--white);
      padding: 52px 0;
      border-bottom: 1px solid var(--border);
    }
    .logos-bar-header {
      text-align: center;
      margin-bottom: 36px;
    }
    .logos-bar-header p {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--muted);
    }
    .logos-track-wrap {
      overflow: hidden;
      position: relative;
    }
    .logos-track-wrap::before,
    .logos-track-wrap::after {
      content: '';
      position: absolute;
      top: 0; bottom: 0;
      width: 80px;
      z-index: 2;
    }
    .logos-track-wrap::before { left: 0; background: linear-gradient(to right, var(--white), transparent); }
    .logos-track-wrap::after  { right: 0; background: linear-gradient(to left, var(--white), transparent); }
    .logos-track {
      display: flex;
      gap: 88px;
      align-items: center;
      width: max-content;
      animation: scroll-logos 30s linear infinite;
    }
    .logos-track:hover { animation-play-state: paused; }
    @keyframes scroll-logos {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .logo-item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 180px;
      height: 78px;
      flex-shrink: 0;
    }
    .logo-item svg { width: 100%; height: 100%; }
    .logo-item img { width: 100%; height: 100%; object-fit: contain; }
    .logo-item--placeholder { cursor: default; }
