@font-face {
      font-family: "Playfair Display";
      font-style: normal;
      font-weight: 400 700;
      font-display: swap;
      src: url("./assets/fontes/playfair-display-latin-var.woff2") format("woff2");
    }
    @font-face {
      font-family: "Plus Jakarta Sans";
      font-style: normal;
      font-weight: 300 700;
      font-display: swap;
      src: url("./assets/fontes/plus-jakarta-sans-latin-var.woff2") format("woff2");
    }
    :root {
      --primary: #8C1D40;
      --primary-hover: #701633;
      --accent: #D4AF37;
      --bg: #FBF9F6;
      --surface: #FFFFFF;
      --heading: #1F2421;
      --text: #3B423E;
      --muted: #4A544E;
      --border: #E8E4DC;
    }
    * { box-sizing: border-box !important; margin: 0; padding: 0; min-width: 0; }
    html, body { margin: 0 !important; padding: 0 !important; width: 100% !important; max-width: 100% !important; overflow-x: hidden !important; scroll-behavior: smooth; font-family: "Plus Jakarta Sans", system-ui, sans-serif; background-color: var(--bg); color: var(--text); line-height: 1.6; }
    main, section, header, footer, .container { width: 100% !important; max-width: 100% !important; overflow-x: hidden !important; }
    h1, h2, h3, p, span, a { overflow-wrap: break-word !important; word-break: break-word !important; }
    h1, h2, h3, .font-serif { font-family: "Playfair Display", Georgia, serif; color: var(--heading); }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100% !important; height: auto !important; display: block; }
    .container { width: 100% !important; max-width: 1200px !important; margin: 0 auto; padding: 0 16px; overflow-x: hidden !important; }
    .btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border-radius: 9999px; font-weight: 600; font-size: 15px; cursor: pointer; min-height: 44px; text-align: center; gap: 8px; }
    .btn-primary { background-color: var(--primary); color: #FFFFFF; box-shadow: 0 4px 14px rgba(140, 29, 64, 0.2); }
    .btn-primary:hover { background-color: var(--primary-hover); }
    .btn-secondary { background-color: var(--surface); color: var(--heading); border: 1px solid var(--border); }
    .btn-secondary:hover { border-color: var(--primary); color: var(--primary); }
    .eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary); margin-bottom: 12px; display: inline-block; }
    .card { background: var(--surface); border-radius: 16px; border: 1px solid var(--border); overflow: hidden; }
    
    /* Header */
    header { background: var(--bg); border-bottom: 1px solid var(--border); padding: 14px 0; margin-bottom: 30px; width: 100%; overflow: hidden; }
    .header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; width: 100%; }
    .brand { display: flex; align-items: center; gap: 12px; max-width: 100%; }
    .brand img { height: 36px; max-width: 100%; width: auto; object-fit: contain; }
    nav { display: flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 500; flex-wrap: wrap; max-width: 100%; }
    nav a, .footer-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 10px; font-size: 13px; max-width: 100%; }
    nav a:hover, .footer-nav a:hover { color: var(--primary); }

    /* Hero */
    #hero { padding: 0 0 70px; }
    .hero-grid { display: flex; flex-direction: column; width: 100%; max-width: 100%; gap: 24px; overflow: hidden; }
    .hero-left { position: relative; padding-left: 16px; width: 100%; max-width: 100%; min-width: 0; }
    .hero-right { width: 100% !important; max-width: 100% !important; min-width: 0 !important; overflow: hidden !important; }
    .hero-right img { width: 100% !important; max-width: 100% !important; height: auto !important; display: block !important; border-radius: 20px; }
    .marcacao { position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--primary); }
    #hero h1 { font-size: 44px; line-height: 1.15; margin-bottom: 20px; font-weight: 700; }
    .hero-apoio { font-size: 17px; line-height: 1.6; color: var(--text); margin-bottom: 30px; }
    .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

    /* Reputacao */
    #reputacao { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 60px 0; text-align: center; }
    .reputacao-inner { display: flex; flex-direction: column; align-items: center; gap: 8px; max-width: 680px; margin: 0 auto; }
    .reputacao-rating { display: flex; align-items: center; gap: 10px; }
    .rating-num { font-family: "Playfair Display", serif; font-size: 48px; font-weight: 700; color: var(--heading); line-height: 1; }
    .stars { display: flex; gap: 4px; color: var(--accent); }
    .reputacao-leitura { font-size: 15px; color: var(--text); }

    /* Depoimentos */
    #depoimentos { padding: 70px 0; background: var(--bg); }
    .section-header { text-align: center; max-width: 650px; margin: 0 auto 40px; }
    .section-header h2 { font-size: 34px; line-height: 1.2; margin-bottom: 12px; }
    .section-lead { font-size: 16px; color: var(--muted); }
    .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .test-card { padding: 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; }
    .test-quote { font-size: 14px; line-height: 1.6; color: var(--text); font-style: italic; }
    .test-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
    .test-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
    .test-name { font-weight: 600; font-size: 14px; color: var(--heading); }

    /* Frentes */
    #frentes { padding: 48px 0; background: var(--surface); border-top: 1px solid var(--border); }
    .procedures-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .proc-card { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
    .proc-img { border-radius: 12px; width: 100%; aspect-ratio: 16/10; object-fit: cover; max-height: 180px; }
    .proc-title { font-size: 19px; line-height: 1.3; font-weight: 700; }
    .proc-desc { font-size: 14px; color: var(--muted); line-height: 1.5; }

    /* Sobre */
    #sobre { padding: 70px 0; background: var(--bg); border-top: 1px solid var(--border); }
    .sobre-inner { max-width: 780px; margin: 0 auto; text-align: center; }
    #sobre h2 { font-size: 34px; margin-bottom: 20px; }
    #sobre p { font-size: 17px; margin-bottom: 16px; color: var(--text); }

    /* Unidades */
    #unidades { padding: 70px 0; background: var(--surface); border-top: 1px solid var(--border); }
    .unidades-inner { display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 680px; margin: 0 auto; gap: 18px; }
    #unidades h2 { font-size: 34px; }
    .unidades-addr { font-size: 17px; font-weight: 600; color: var(--heading); display: flex; align-items: center; gap: 8px; }
    .unidades-feat { font-size: 15px; color: var(--muted); display: flex; align-items: center; gap: 8px; }

    /* FAQ */
    #faq { padding: 70px 0; background: var(--bg); border-top: 1px solid var(--border); }
    .faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
    .faq-card { padding: 24px; }
    .faq-card h3 { font-size: 18px; margin-bottom: 8px; }
    .faq-card p { font-size: 15px; color: var(--text); }

    /* Fechamento */
    #fechamento { padding: 70px 0 40px; background: var(--surface); border-top: 1px solid var(--border); }
    .fechamento-inner { max-width: 680px; margin: 0 auto 50px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; }
    #fechamento h2 { font-size: 36px; }
    #fechamento p { font-size: 17px; color: var(--text); }
    footer { border-top: 1px solid var(--border); padding-top: 30px; display: flex; flex-direction: column; align-items: center; text-align: center; font-size: 13px; color: var(--muted); gap: 16px; width: 100%; max-width: 100%; overflow: hidden; }
    .footer-brand { display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 100%; }
    .footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; font-size: 13px; max-width: 100%; }

    @media (min-width: 960px) {
      .hero-grid { display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important; gap: 40px !important; align-items: center !important; }
    }

    @media (max-width: 960px) {
      .header-inner { flex-direction: column; align-items: center; text-align: center; }
      nav { justify-content: center; }
      .testimonials-grid { grid-template-columns: 1fr; }
      .procedures-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
      .proc-card { padding: 12px; gap: 8px; }
      .proc-img { max-height: 120px; }
      .proc-title { font-size: 15px; }
      .proc-desc { font-size: 12px; }
      #hero h1 { font-size: 32px; }
      .section-header h2, #sobre h2, #unidades h2, #fechamento h2 { font-size: 26px; }
      footer { flex-direction: column; text-align: center; }
    }

    @media (max-width: 600px) {
      .procedures-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
      .proc-card { padding: 12px !important; flex-direction: row !important; align-items: center !important; gap: 12px !important; }
      .proc-img { width: 84px !important; height: 84px !important; min-width: 84px !important; max-height: 84px !important; aspect-ratio: 1/1 !important; }
      .proc-title { font-size: 15px !important; margin-bottom: 2px !important; }
      .proc-desc { font-size: 12px !important; line-height: 1.4 !important; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation: none !important;
        animation-duration: 0s !important;
        animation-iteration-count: 1 !important;
        transition: none !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important;
      }
    }
.stars-container { display: flex; gap: 2px; }
.icon-center-20 { text-align: center; margin-top: 20px; }
.icon-mt-14 { margin-top: 14px; }
.menu-icons { display: inline-flex; align-items: center; gap: 4px; }
