@font-face {
  font-family: 'marisa';
  src: url('../fonts/MarisaRegular.woff2') format('woff2'),
       url('../fonts/MarisaRegular.woff') format('woff'),
       url('../fonts/MarisaRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'marisa';
  src: url('../fonts/MarisaLight.woff2') format('woff2'),
       url('../fonts/MarisaLight.woff') format('woff'),
       url('../fonts/MarisaLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'marisa';
  src: url('../fonts/MarisaMedium.woff2') format('woff2'),
       url('../fonts/MarisaMedium.woff') format('woff'),
       url('../fonts/MarisaMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'marisa';
  src: url('../fonts/MarisaBold.woff2') format('woff2'),
       url('../fonts/MarisaBold.woff') format('woff'),
       url('../fonts/MarisaBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --gold: #B8975A;
    --gold-light: #E8D5A8;
    --gold-dark: #8A6E3A;
    --gold-deep: #6E5526;      /* contraste AA sobre branco/creme */
    --cream: #FFF8E6;
    --cream-dark: #FBF6F3;
    --text-dark: #2C2829;
    --text-mid: #4A4540;
    --text-light: #6E665C;     /* antes #8A8178 — agora AA sobre creme */
    --white: #FFFFFF;
    --btn-primary: #8A6E3A;      /* dourado escuro — AA com branco (5.0:1) */
    --btn-primary-dark: #6E5526; /* dourado profundo — hover */
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Montserrat', sans-serif;
    background: var(--cream);
    color: var(--text-dark);
    font-size: 16px;
    line-height: 1.6;
  }

  /* NAVIGATION */
  .nav-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; }
  .nav-bar nav {
    background: rgba(250, 248, 244, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(184,151,90,0.2);
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
  }

  .nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
  }

  .nav-logo img {
    max-width: 50px;
    /* width: auto; */
    display: block;
  }

  .nav-logo span {
    /* margin-left: -28px; */
    color: var(--gold-dark);
    font-family: 'marisa', sans-serif;
    font-weight: 500;
    font-size: 20px;
  } 

  .nav-cta {
    background: var(--btn-primary);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: background 0.2s, transform 0.15s;
  }

  .nav-cta:hover { background: var(--btn-primary-dark); }

  /* HERO */
  .hero {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    padding: 80px 5% 60px 5%;
    position: relative;
    overflow: hidden;
    gap: 0;
  }

    /* HERO */
  .hero-second {
    min-height: 100vh;
    display: flex;
    justify-content: flex-end;
    padding: 80px 5% 60px 5%;
    position: relative;
    overflow: hidden;
    gap: 0;
  }

  /* .hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 46%;
    height: 100%;
    background: linear-gradient(135deg, var(--cream-dark) 0%, #EDE4D6 100%);
    z-index: 0;
  } */

  .hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 50%;
    flex-shrink: 0;
    padding-right: 2.5%;
    align-self: center;
  }

  .hero-visual {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    align-self: stretch;
    /* background: linear-gradient(135deg, var(--cream-dark) 0%, #EDE4D6 100%); */
    /* min-height: calc(100vh - 60px); */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 12px;
    min-width: 0;
  }

  .hero-name-group {
    flex-shrink: 0;
    width: 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .hero-name {
    font-family: 'marisa', sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: var(--gold-dark);
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.15;
  }

  .hero-name-rule {
    width: 60px;
    height: 2px;
    background: var(--gold);
    opacity: 0.7;
  }

  .hero-img-wrap {
    position: relative;
    flex: 0 1 auto;
    min-width: 0;
    /* height: calc(100vh - 60px); */
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .hero-visual img {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: calc(100vh - 40px);
    object-fit: contain;
    object-position: center bottom;
    display: block;
    transform: none;
    mask-image: linear-gradient(to right, transparent 0%, black 18%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 18%);
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(184,151,90,0.12);
    border: 1px solid rgba(184,151,90,0.3);
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 24px;
  }

  .hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(40px, 5.5vw, 66px);
    font-weight: 600;
    line-height: 1.1;
    color: var(--text-dark);
    margin-bottom: 20px;
  }

  .hero h1 em {
    font-style: italic;
    color: var(--gold);
  }

  .hero-sub {
    font-size: 17px;
    color: var(--text-mid);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 480px;
  }

  .hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
  }

  .btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--btn-primary);
    color: white;
    padding: 16px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
  }

  .btn-wa:hover { background: var(--btn-primary-dark); box-shadow: 0 6px 20px rgba(138,110,58,0.28); }

  .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--text-mid);
    font-size: 14px;
    text-decoration: none;
    padding: 12px 4px;
    border-bottom: 1px solid transparent;
    transition: color 0.2s, border-color 0.2s;
  }

  .btn-ghost:hover { color: var(--gold); border-color: var(--gold-light); }

  .hero-trust {
    margin-top: 40px;
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
  }

  .trust-item {
    display: flex;
    flex-direction: column;
  }

  .trust-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
  }

  .trust-label {
    font-size: 12px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }

  /* URGENCY BANNER (contraste AA: texto escuro sobre dourado) */
  .urgency-bar {
    background: var(--gold);
    color: #2C2829;
    text-align: center;
    padding: 12px 5%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
  }

  .urgency-bar strong { font-weight: 700; }

  /* SECTION BASE */
  section {
    padding: 80px 5%;
  }

  .section-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
  }

  .section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .section-sub {
    font-size: 16px;
    color: var(--text-mid);
    max-width: 560px;
    line-height: 1.7;
  }

  /* SOBRE */
  .sobre {
    background: var(--white);
  }

  .sobre-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }

  .sobre-img-box {
    position: relative;
    min-width: 0;
    overflow: visible;
    align-self: start;
  }

  .sobre-img-box img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center 20%;
    border-radius: 16px;
    display: block;
    box-shadow: 0 20px 50px rgba(44, 40, 41, 0.12);
  }

  .sobre-card {
    position: absolute;
    top: 24px;
    right: -20px;
    display: flex;
    align-items: center;
    gap: 13px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: white;
    padding: 16px 22px;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(138,110,58,0.28);
  }

  .sobre-card-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sobre-card-icon svg {
    width: 20px;
    height: 20px;
    color: white;
  }

  .sobre-card-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 2px;
  }

  .sobre-card-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1;
  }

  .sobre-text { min-width: 0; }

  .sobre-text ul {
    list-style: none;
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .sobre-text li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: var(--text-mid);
  }

  .check-icon {
    width: 20px;
    height: 20px;
    background: rgba(184,151,90,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .check-icon svg { width: 11px; height: 11px; }

  /* PROCEDIMENTOS */
  .procedimentos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 48px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .proc-card {
    background: var(--white);
    border: 1px solid var(--gold-light);
    border-radius: 12px;
    padding: 28px 24px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    cursor: default;
  }

  .proc-card:hover {
    border-color: var(--gold);
    box-shadow: 0 10px 28px rgba(184,151,90,0.14);
    transform: translateY(-3px);
  }

  .proc-icon {
    width: 40px; height: 40px;
    background: rgba(184,151,90,0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
  }

  .proc-icon svg { width: 20px; height: 20px; color: var(--gold); }

  .proc-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
  }

  .proc-desc {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.65;
    margin-bottom: 18px;
  }

  .proc-tag {
    display: inline-block;
    background: rgba(184,151,90,0.08);
    color: var(--gold-dark);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 5px 12px;
    border-radius: 50px;
  }

  /* DEPOIMENTOS */
  .depoimentos { background: var(--white); }

  .dep-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 48px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .dep-card {
    background: var(--cream);
    border-radius: 12px;
    padding: 28px;
    position: relative;
  }

  .dep-stars {
    color: var(--gold);
    font-size: 16px;
    margin-bottom: 14px;
    letter-spacing: 2px;
  }

  .dep-text {
    font-size: 15px;
    color: var(--text-mid);
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
  }

  .dep-author {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .dep-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--gold-dark);
    flex-shrink: 0;
  }

  .dep-name {
    font-weight: 600;
    font-size: 14px;
    color: var(--text-dark);
  }

  .dep-role {
    font-size: 12px;
    color: var(--text-light);
  }

  /* CREDENCIAIS */
  .cred-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .cred-item {
    text-align: center;
    padding: 28px 16px;
    background: var(--white);
    border: 1px solid var(--gold-light);
    border-radius: 12px;
  }

  .cred-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(184,151,90,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
  }

  .cred-icon svg { width: 22px; height: 22px; }

  .cred-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 6px;
  }

  .cred-desc {
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.55;
  }

  .cred-tag {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 600;
    color: var(--gold-dark);
    background: rgba(184,151,90,0.08);
    padding: 4px 10px;
    border-radius: 50px;
    letter-spacing: 0.3px;
  }

  @media (max-width: 768px) {
    .cred-grid { grid-template-columns: 1fr; gap: 16px; }
    .cred-item { padding: 22px 16px; }
  }

  /* FAQ */

  .faq-list {
    max-width: 720px;
    margin: 48px auto 0;
  }

  .faq-item {
    border-bottom: 1px solid rgba(184,151,90,0.2);
  }

  .faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }

  .faq-q:hover { color: var(--gold); }

  .faq-icon {
    width: 22px; height: 22px;
    border: 1.5px solid var(--gold-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--gold);
    font-size: 16px;
    transition: transform 0.25s;
  }

  .faq-a {
    font-size: 15px;
    color: var(--text-mid);
    line-height: 1.7;
    padding-bottom: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.2s;
  }

  .faq-item.open .faq-a {
    max-height: 400px;
    padding-bottom: 20px;
  }

  .faq-item.open .faq-icon {
    transform: rotate(45deg);
  }

  /* CONTATO CTA */
  .contato-cta {
    background: linear-gradient(135deg, #1C1A17 0%, #2E2A22 100%);
    text-align: center;
    padding: 80px 5%;
  }

  .contato-cta .section-title { color: var(--white); }

  .contato-cta .section-sub {
    color: rgba(255,255,255,0.65);
    margin: 0 auto 40px;
  }

  .contato-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 40px;
  }

  .info-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.8);
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
  }

  .info-pill svg { width: 15px; height: 15px; opacity: 0.6; }

  .btn-wa-large {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--btn-primary);
    color: white;
    padding: 18px 36px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    box-shadow: 0 8px 32px rgba(138,110,58,0.3);
  }

  .btn-wa-large:hover {
    background: var(--btn-primary-dark);
    box-shadow: 0 12px 40px rgba(138,110,58,0.45);
  }

  .availability-note {
    margin-top: 18px;
    font-size: 13px;
    color: rgba(255,255,255,0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  /* MAP */
  .mapa-section { padding: 40px 5%; background: #f9f9f9; }
  .mapa-section iframe {
    width: 100%;
    max-width: 900px;
    height: 380px;
    border: none;
    display: block;
    filter: grayscale(0.3);
    margin: 0 auto;
  }

  /* FLOATING WA */
  .wa-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }

  .wa-float-bubble {
    background: white;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-dark);
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    white-space: nowrap;
    animation: bubblePop 0.4s ease 2s both;
    opacity: 0;
  }

  @keyframes bubblePop {
    from { opacity: 0; transform: scale(0.9) translateY(6px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
  }

  .wa-float-btn {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: var(--btn-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(138,110,58,0.45);
    transition: transform 0.2s;
  }

  .wa-float-btn:hover { box-shadow: 0 6px 28px rgba(138,110,58,0.6); }
  .wa-float-btn svg { width: 28px; height: 28px; fill: white; }

  .pulse-ring {
    position: absolute;
    width: 60px; height: 60px;
    border-radius: 50%;
    background: rgba(37,211,102,0.3);
    animation: pulse 2s ease-out infinite;
  }

  @keyframes pulse {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.8); opacity: 0; }
  }

  /* FOOTER (contraste AA sobre #111) */
  footer {
    background: #111;
    color: rgba(255,255,255,0.72);
    text-align: center;
    padding: 28px 5%;
    font-size: 13px;
  }

  footer a { color: rgba(255,255,255,0.85); text-decoration: none; }
  footer a:hover { color: #fff; text-decoration: underline; }
  .footer-links { margin: 12px 0 16px; display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; color: rgba(255,255,255,0.72); }
  .footer-links a { font-size: 13px; }
  

  /* RESPONSIVE */
  @media (max-width: 768px) {
    main{
      margin-top: -80px;
    }
    .hero {
      flex-direction: column;
      padding: 120px 5% 60px;
      gap: 0;
    }
    .hero::before { width: 100%; height: 45%; top: 0; opacity: 0.4; }
    .hero-content { width: 100%; max-width: none; padding-right: 0; text-align: center; }
    .hero-sub { margin-left: auto; margin-right: auto; }
    .hero-ctas { justify-content: center; }
    .hero-trust { justify-content: center; }
    .hero-visual {
      width: 100%;
      min-height: auto;
      margin-top: 32px;
      flex-direction: column;
      gap: 16px;
    }
    .hero-name-group {
      width: auto;
      /* flex-direction: row; */
      gap: 14px;
    }
    .hero-name-rule { width: 40px; }
    .hero-img-wrap { width: 100%; align-self: auto; }
    .hero-visual img {
      max-height: 55vh;
      border-radius: 12px;
      transform: none;
      object-position: center 15%;
      mask-image: none;
      -webkit-mask-image: none;
    }
    .nav-logo{
      font-size: 14px;
    }

    .sobre-inner { grid-template-columns: 1fr; gap: 40px; }
    .sobre-card { right: 0; top: -20px; }
    .hero-trust { gap: 20px; }
    .footer-links { gap: 12px; }

    .nav-cta {
      width: 42px;
      height: 42px;
      padding: 0;
      border-radius: 50%;
      justify-content: center;
    }
    .nav-cta span,
    .nav-cta::after {
      display: none;
    }
  }

  /* FOCUS VISIBLE (acessibilidade - teclado) */
  button:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
    border-radius: 4px;
  }

  a { outline: none; }

  /* REDUCED MOTION (acessibilidade) */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.001ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.001ms !important;
      scroll-behavior: auto !important;
    }
    .pulse-ring, .wa-float-bubble { display: none !important; }
  }

  /* CURSOR POINTER em elementos clicáveis */
  .nav-cta, .btn-wa, .btn-wa-large, .btn-ghost, .wa-float-btn, .faq-q { cursor: pointer; }

  /* SVG DECORATIVO: leitores de tela ignoram */
  svg[aria-hidden="true"] { speak: none; }