    :root {
      --ink: #17202c;
      --muted: #69717d;
      --line: #e7e1d7;
      --paper: #fbfaf7;
      --soft: #f1ede6;
      --white: #ffffff;
      --gold: #b48a4c;
      --gold-dark: #8a6634;
      --navy: #101927;
      --green: #1f6f56;
      --shadow: 0 18px 50px rgba(16, 25, 39, .10);
      --radius: 8px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: Inter, Arial, sans-serif;
      line-height: 1.6;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
    }

    .container {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
    }

    .topbar {
      background: var(--navy);
      color: rgba(255,255,255,.86);
      font-size: 13px;
    }

    .topbar .container {
      min-height: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .topbar-links,
    .social-links {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      align-items: center;
    }

    .icon-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }

    .icon-link svg {
      width: 15px;
      height: 15px;
      flex: 0 0 auto;
      fill: currentColor;
    }

    .topbar a:hover,
    .site-nav a:hover {
      color: var(--gold);
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: #6E7C65;
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(255, 255, 255, .10);
    }

    .nav-row {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 300px;
    }

    .brand img {
      width: 172px;
      height: auto;
    }

    .brand-text,
    .footer-brand-text {
      display: block;
      line-height: 1.05;
      color: var(--white);
      font-family: "Libre Baskerville", Georgia, serif;
      font-weight: 700;
      letter-spacing: .02em;
      text-transform: uppercase;
    }

    .brand-text span,
    .footer-brand-text span {
      display: block;
      color: var(--gold);
      font-family: Inter, Arial, sans-serif;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .18em;
      margin-top: 4px;
    }

    .brand.logo-failed img,
    .footer-logo.logo-failed img {
      display: none;
    }

    .footer-logo.logo-failed .footer-brand-text {
      display: block;
    }

    .site-nav {
      display: flex;
      align-items: center;
      gap: 26px;
      color: rgba(255, 255, 255, .90);
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .04em;
    }

    .menu-toggle {
      display: none;
      border: 1px solid rgba(255, 255, 255, .22);
      background: rgba(255, 255, 255, .08);
      border-radius: var(--radius);
      padding: 10px 12px;
      font-weight: 700;
      color: var(--white);
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 48px;
      padding: 13px 20px;
      border-radius: var(--radius);
      border: 1px solid transparent;
      font-weight: 800;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .button:hover {
      transform: translateY(-1px);
      box-shadow: var(--shadow);
    }

    .button-primary {
      color: var(--white);
      background: var(--gold);
    }

    .button-primary:hover {
      background: var(--gold-dark);
    }

    .button-secondary {
      color: var(--white);
      border-color: rgba(255,255,255,.36);
      background: rgba(255,255,255,.08);
    }

    .button-light {
      color: var(--ink);
      background: var(--white);
      border-color: var(--line);
    }

    .hero {
      position: relative;
      overflow: hidden;
      color: var(--white);
      background:
        linear-gradient(90deg, rgba(16,25,39,.94), rgba(16,25,39,.74) 52%, rgba(16,25,39,.20)),
        url("../images/Design-sem-nome-12-e1704883633786.png") right center / auto 108% no-repeat,
        var(--navy);
    }

    .hero .container {
      min-height: 690px;
      display: grid;
      grid-template-columns: minmax(0, 720px) 1fr;
      align-items: center;
      padding: 86px 0 74px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--gold);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 42px;
      height: 2px;
      background: currentColor;
    }

    h1, h2, h3 {
      margin: 0;
      line-height: 1.12;
    }

    h1, h2 {
      font-family: "Libre Baskerville", Georgia, serif;
    }

    h1 {
      margin-top: 18px;
      max-width: 760px;
      font-size: clamp(38px, 6vw, 72px);
      letter-spacing: -.02em;
    }

    .hero p {
      max-width: 650px;
      margin: 22px 0 0;
      color: rgba(255,255,255,.84);
      font-size: 18px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 32px;
    }

    .hero-proof {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      max-width: 760px;
      margin-top: 46px;
      background: rgba(255,255,255,.18);
      border: 1px solid rgba(255,255,255,.18);
    }

    .proof-item {
      padding: 22px;
      background: rgba(255,255,255,.08);
    }

    .proof-item strong {
      display: block;
      color: var(--white);
      font-size: 22px;
      line-height: 1.2;
    }

    .proof-item span {
      display: block;
      margin-top: 6px;
      color: rgba(255,255,255,.72);
      font-size: 13px;
    }

    section {
      padding: 86px 0;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
      gap: 46px;
      align-items: end;
      margin-bottom: 40px;
    }

    .section-head h2 {
      margin-top: 10px;
      color: var(--navy);
      font-size: clamp(30px, 4vw, 48px);
    }

    .section-head p {
      margin: 0;
      color: var(--muted);
      font-size: 17px;
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 48px;
      align-items: center;
    }

    .about-copy {
      color: #3c4550;
      font-size: 17px;
    }

    .about-copy p {
      margin: 0 0 18px;
    }

    .about-image {
      overflow: hidden;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      background: var(--soft);
    }

    .about-image img {
      width: 100%;
      height: 560px;
      object-fit: cover;
      object-position: center;
    }

    .audience-band {
      background: var(--white);
      border-block: 1px solid var(--line);
    }

    .audience-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .mini-card,
    .service-card,
    .person-card,
    .faq details {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius);
    }

    .mini-card {
      padding: 22px;
      min-height: 128px;
    }

    .mini-card strong {
      display: block;
      color: var(--navy);
      font-size: 17px;
    }

    .mini-card span {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-size: 14px;
    }

    .services {
      background: var(--soft);
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .service-card {
      min-height: 330px;
      padding: 28px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: var(--paper);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .service-card:hover {
      transform: translateY(-4px);
      border-color: rgba(180,138,76,.45);
      box-shadow: var(--shadow);
    }

    .service-card .number {
      color: var(--gold);
      font-weight: 800;
      letter-spacing: .12em;
      font-size: 12px;
    }

    .service-card h3 {
      margin-top: 14px;
      color: var(--navy);
      font-size: 21px;
    }

    .service-card p {
      margin: 16px 0 0;
      color: var(--muted);
      font-size: 15px;
    }

    .cta-strip {
      color: var(--white);
      background: linear-gradient(135deg, var(--navy), #22324a);
      padding: 52px 0;
    }

    .cta-strip .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .cta-strip h2 {
      font-size: clamp(28px, 4vw, 42px);
    }

    .cta-strip p {
      max-width: 680px;
      margin: 12px 0 0;
      color: rgba(255,255,255,.76);
    }

    .team-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

    .person-card {
      overflow: hidden;
      background: var(--white);
    }

    .person-card img {
      width: 100%;
      aspect-ratio: 4 / 4.5;
      object-fit: cover;
      object-position: center top;
      background: var(--soft);
    }

    .person-card .person-body {
      padding: 22px;
    }

    .person-card h3 {
      color: var(--navy);
      font-size: 19px;
      letter-spacing: .03em;
    }

    .person-card ul {
      margin: 14px 0 0;
      padding-left: 18px;
      color: var(--muted);
      font-size: 14px;
    }

    .person-card li + li {
      margin-top: 7px;
    }

    .faq {
      background: var(--white);
      border-block: 1px solid var(--line);
    }

    .faq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    details {
      padding: 20px 22px;
    }

    summary {
      cursor: pointer;
      color: var(--navy);
      font-weight: 800;
      list-style: none;
    }

    summary::-webkit-details-marker {
      display: none;
    }

    details p {
      margin: 12px 0 0;
      color: var(--muted);
      font-size: 15px;
    }

    .contact {
      background:
        linear-gradient(90deg, rgba(251,250,247,.96), rgba(251,250,247,.90)),
        url("../images/3-e1700674280220.jpg") center / cover no-repeat;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: minmax(0, 760px);
      gap: 38px;
      justify-content: center;
      align-items: stretch;
    }

    .contact-card {
      padding: 30px;
      border-radius: var(--radius);
      background: var(--white);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .contact-card h3 {
      margin-bottom: 18px;
      color: var(--navy);
      font-size: 24px;
    }

    .contact-list {
      display: grid;
      gap: 14px;
      margin: 0;
      padding: 0;
      list-style: none;
      color: #3e4652;
    }

    .contact-list strong {
      display: block;
      color: var(--navy);
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .site-footer {
      color: rgba(255,255,255,.78);
      background: var(--navy);
      padding: 42px 0 24px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr .8fr;
      gap: 36px;
      padding-bottom: 28px;
      border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .footer-logo {
      display: inline-flex;
      align-items: center;
      min-height: 68px;
    }

    .footer-grid img {
      width: 190px;
    }

    .footer-brand-text {
      color: var(--white);
    }

    .footer-grid p {
      max-width: 420px;
      margin: 16px 0 0;
      color: rgba(255,255,255,.68);
    }

    .site-footer h3 {
      margin-bottom: 12px;
      color: var(--white);
      font-size: 15px;
    }

    .footer-links {
      display: grid;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .copyright {
      margin-top: 24px;
      font-size: 13px;
      color: rgba(255,255,255,.56);
    }

    .whatsapp-float {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 60;
      min-height: 54px;
      padding: 0 18px;
      border-radius: 999px;
      color: var(--white);
      background: var(--green);
      box-shadow: 0 12px 30px rgba(31,111,86,.32);
      font-weight: 800;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    @media (max-width: 980px) {
      .topbar .container {
        justify-content: center;
      }

      .social-links {
        display: none;
      }

      .site-nav {
        position: absolute;
        inset: 82px 20px auto;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        background: var(--white);
        color: var(--ink);
        box-shadow: var(--shadow);
      }

      .site-nav.is-open {
        display: flex;
      }

      .site-nav a {
        padding: 12px;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .hero {
        background:
          linear-gradient(90deg, rgba(16,25,39,.96), rgba(16,25,39,.78)),
          url("../images/Design-sem-nome-12-e1704883633786.png") right bottom / auto 80% no-repeat,
          var(--navy);
      }

      .hero .container,
      .about-grid,
      .section-head,
      .contact-grid {
        grid-template-columns: 1fr;
      }

      .hero .container {
        min-height: auto;
        padding: 70px 0;
      }

      .hero-proof,
      .audience-grid,
      .services-grid,
      .team-grid,
      .faq-grid,
      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .cta-strip .container {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    @media (max-width: 640px) {
      .container {
        width: min(var(--max), calc(100% - 28px));
      }

      .brand img {
        width: 132px;
      }

      .brand {
        min-width: 210px;
      }

      .brand-text {
        font-size: 13px;
      }

      .brand-text span {
        font-size: 9px;
      }

      .nav-row {
        min-height: 72px;
      }

      .site-nav {
        inset: 72px 14px auto;
      }

      .hero-proof,
      .audience-grid,
      .services-grid,
      .team-grid,
      .faq-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .hero {
        background:
          linear-gradient(180deg, rgba(16,25,39,.98), rgba(16,25,39,.86)),
          var(--navy);
      }

      section {
        padding: 64px 0;
      }

      .about-image img {
        height: 390px;
      }

      .whatsapp-float {
        right: 14px;
        bottom: 14px;
        left: 14px;
      }
    }
