/*
Theme Name: Nathália Martins Psicóloga
Theme URI: https://nathaliamartinspsico.com.br
Author: Nathália Martins
Description: Tema profissional para psicóloga com design elegante em tons terrosos.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: nathalia-psico
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap');


  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --cream: #F5EFE6;
    --cream-dark: #EDE3D5;
    --sand: #D9C8B0;
    --caramel: #B8956A;
    --caramel-dark: #9A7A52;
    --brown: #6B4F35;
    --brown-dark: #4A3525;
    --nude: #E8D9C8;
    --text: #3D2B1F;
    --text-muted: #7A6255;
    --white: #FDFAF6;
    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-sans: 'Jost', sans-serif;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: var(--font-sans);
    background: var(--white);
    color: var(--text);
    font-weight: 300;
    overflow-x: hidden;
  }

  /* NAV */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 4rem;
    background: rgba(253,250,246,0.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(184,149,106,0.15);
    transition: padding 0.3s;
  }
  nav .logo {
    font-family: var(--font-serif);
    font-size: 1.32rem;
    font-weight: 500;
    color: var(--brown);
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  nav .logo span { color: var(--caramel); }
  nav ul { list-style: none; display: flex; gap: 2.5rem; }
  nav ul a {
    text-decoration: none;
    font-size: 0.90rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    transition: color 0.2s;
  }
  nav ul a:hover { color: var(--caramel); }
  .nav-cta {
    background: var(--caramel);
    color: white !important;
    padding: 0.55rem 1.4rem;
    border-radius: 2px;
    font-size: 0.86rem !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s;
  }
  .nav-cta:hover { background: var(--caramel-dark) !important; color: white !important; }

  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
  .hamburger span { display: block; width: 22px; height: 1.5px; background: var(--brown); transition: 0.3s; }

  /* HERO */
  #hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 80px;
    background: var(--cream);
    overflow: hidden;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6rem 4rem 6rem 6rem;
    position: relative;
  }
  .hero-tag {
    font-size: 0.84rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--caramel);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .hero-tag::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--caramel);
  }
  .hero-content h1 {
    font-family: var(--font-serif);
    font-size: clamp(2.8rem, 4.5vw, 4.2rem);
    font-weight: 400;
    line-height: 1.15;
    color: var(--brown-dark);
    margin-bottom: 0.4rem;
  }
  .hero-content h1 em {
    font-style: italic;
    color: var(--caramel);
  }
  .hero-subtitle {
    font-family: var(--font-serif);
    font-size: 1.28rem;
    font-weight: 300;
    color: var(--text-muted);
    margin-bottom: 2rem;
    font-style: italic;
  }
  .hero-desc {
    font-size: 1.08rem;
    line-height: 1.85;
    color: var(--text-muted);
    max-width: 420px;
    margin-bottom: 3rem;
  }
  .hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
  .btn-primary {
    background: var(--caramel);
    color: white;
    padding: 0.9rem 2.2rem;
    text-decoration: none;
    font-size: 0.90rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
  }
  .btn-primary:hover { background: var(--caramel-dark); transform: translateY(-1px); }
  .btn-outline {
    border: 1px solid var(--sand);
    color: var(--brown);
    padding: 0.9rem 2.2rem;
    text-decoration: none;
    font-size: 0.90rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: border-color 0.2s, background 0.2s;
    display: inline-block;
  }
  .btn-outline:hover { border-color: var(--caramel); background: rgba(184,149,106,0.06); }
  .hero-crp {
    margin-top: 3rem;
    font-size: 0.84rem;
    letter-spacing: 0.1em;
    color: var(--sand);
    text-transform: uppercase;
  }
  .hero-img {
    position: relative;
    overflow: hidden;
  }
  .hero-img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, var(--nude) 0%, var(--sand) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem;
    min-height: 600px;
  }
  .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
  }
  .hero-img-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 2.5rem;
    background: linear-gradient(to top, rgba(74,53,37,0.5) 0%, transparent 100%);
  }
  .hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .hero-tags span {
    background: rgba(253,250,246,0.15);
    border: 1px solid rgba(253,250,246,0.3);
    color: rgba(253,250,246,0.9);
    font-size: 0.84rem;
    letter-spacing: 0.1em;
    padding: 0.35rem 0.8rem;
    border-radius: 20px;
    backdrop-filter: blur(4px);
  }
  .photo-instruction {
    font-family: var(--font-serif);
    font-size: 1.22rem;
    font-style: italic;
    color: var(--brown);
    text-align: center;
    margin-bottom: 1rem;
  }

  /* SINTOMAS */
  #sintomas {
    padding: 7rem 4rem;
    background: var(--white);
  }
  .section-header { text-align: center; margin-bottom: 4rem; }
  .section-tag {
    font-size: 0.84rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--caramel);
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
  }
  .section-tag::before, .section-tag::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: var(--caramel);
  }
  .section-header h2 {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    color: var(--brown-dark);
    line-height: 1.2;
  }
  .section-header h2 em { font-style: italic; color: var(--caramel); }
  .section-header p {
    font-size: 1.08rem;
    color: var(--text-muted);
    line-height: 1.8;
    max-width: 520px;
    margin: 1rem auto 0;
  }
  .sintomas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
  }
  .sintoma-card {
    background: var(--cream);
    border: 1px solid var(--cream-dark);
    border-radius: 4px;
    padding: 2rem 1.8rem;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    cursor: default;
  }
  .sintoma-card:hover {
    transform: translateY(-3px);
    border-color: var(--sand);
    box-shadow: 0 8px 24px rgba(107,79,53,0.1);
  }
  .sintoma-icon {
    width: 40px;
    height: 40px;
    background: var(--nude);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
  }
  .sintoma-icon svg { width: 18px; height: 18px; stroke: var(--caramel); fill: none; stroke-width: 1.5; }
  .sintoma-card h3 {
    font-family: var(--font-serif);
    font-size: 1.28rem;
    font-weight: 500;
    color: var(--brown);
    margin-bottom: 0.6rem;
  }
  .sintoma-card p { font-size: 0.98rem; color: var(--text-muted); line-height: 1.7; }

  /* SOBRE MIM */
  #sobremim {
    padding: 7rem 4rem;
    background: var(--cream);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  #sobremim-wrap { background: var(--cream); }
  .sobre-img {
    position: relative;
  }
  .sobre-img-frame {
    width: 100%;
    padding-bottom: 125%;
    background: var(--nude);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
  }
  .sobre-img-frame img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .sobre-img-accent {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 140px;
    height: 140px;
    background: var(--caramel);
    opacity: 0.15;
    border-radius: 4px;
    z-index: 0;
  }
  .sobre-img-badge {
    position: absolute;
    bottom: 1.5rem;
    left: -1.5rem;
    background: var(--white);
    border: 1px solid var(--cream-dark);
    border-radius: 4px;
    padding: 1rem 1.4rem;
    box-shadow: 0 4px 20px rgba(107,79,53,0.12);
    z-index: 2;
  }
  .sobre-img-badge .num {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 600;
    color: var(--caramel);
    line-height: 1;
  }
  .sobre-img-badge .label {
    font-size: 0.84rem;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-top: 0.2rem;
  }
  .sobre-img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, var(--nude) 0%, var(--sand) 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
  }
  .sobre-content { position: relative; }
  .sobre-content h2 {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 2.8vw, 2.6rem);
    font-weight: 400;
    color: var(--brown-dark);
    line-height: 1.2;
    margin-bottom: 0.4rem;
  }
  .sobre-content h2 em { font-style: italic; color: var(--caramel); }
  .sobre-content .role {
    font-size: 0.90rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--caramel);
    margin-bottom: 2rem;
  }
  .sobre-content p {
    font-size: 1.08rem;
    line-height: 1.9;
    color: var(--text-muted);
    margin-bottom: 1.2rem;
  }
  .sobre-cred {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 2rem;
  }
  .cred-pill {
    background: var(--white);
    border: 1px solid var(--sand);
    color: var(--brown);
    font-size: 0.90rem;
    padding: 0.45rem 1rem;
    border-radius: 20px;
    letter-spacing: 0.05em;
  }

  /* COMO FUNCIONA */
  #comofunciona {
    padding: 7rem 4rem;
    background: var(--white);
  }
  .processo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .processo-grid::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 12%;
    right: 12%;
    height: 1px;
    background: var(--sand);
    z-index: 0;
  }
  .processo-item {
    padding: 0 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .processo-num {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid var(--sand);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.8rem;
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--caramel);
    transition: background 0.2s, color 0.2s;
  }
  .processo-item:hover .processo-num {
    background: var(--caramel);
    color: white;
    border-color: var(--caramel);
  }
  .processo-item h3 {
    font-family: var(--font-serif);
    font-size: 1.28rem;
    font-weight: 500;
    color: var(--brown);
    margin-bottom: 0.8rem;
  }
  .processo-item p { font-size: 0.98rem; color: var(--text-muted); line-height: 1.75; }

  /* DIFERENCIAIS */
  #diferenciais {
    padding: 6rem 4rem;
    background: var(--brown-dark);
    text-align: center;
  }
  #diferenciais .section-tag { color: var(--sand); }
  #diferenciais .section-tag::before, #diferenciais .section-tag::after { background: var(--sand); }
  #diferenciais h2 { color: var(--cream); }
  #diferenciais h2 em { color: var(--caramel); }
  .diferenciais-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1px;
    max-width: 1100px;
    margin: 3.5rem auto 0;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 4px;
    overflow: hidden;
  }
  .diferencial-item {
    padding: 2.5rem 2rem;
    background: rgba(255,255,255,0.02);
    transition: background 0.2s;
  }
  .diferencial-item:hover { background: rgba(255,255,255,0.06); }
  .diferencial-item h3 {
    font-family: var(--font-serif);
    font-size: 1.22rem;
    font-weight: 500;
    color: var(--cream);
    margin-bottom: 0.7rem;
    line-height: 1.3;
  }
  .diferencial-item h3 strong { color: var(--caramel); font-weight: 500; }
  .diferencial-item p { font-size: 1.08rem; color: var(--sand); line-height: 1.75; }

  /* DEPOIMENTOS */
  #depoimentos {
    padding: 7rem 4rem;
    background: var(--cream);
  }
  .depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
  }
  .depoimento-card {
    background: var(--white);
    border: 1px solid var(--cream-dark);
    border-radius: 4px;
    padding: 2.2rem;
    position: relative;
    transition: box-shadow 0.2s;
  }
  .depoimento-card:hover { box-shadow: 0 6px 24px rgba(107,79,53,0.1); }
  .depoimento-quote {
    font-family: var(--font-serif);
    font-size: 3.5rem;
    color: var(--nude);
    line-height: 0.8;
    margin-bottom: 1rem;
    font-weight: 400;
  }
  .depoimento-card p {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    font-style: italic;
  }
  .depoimento-author {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--nude);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-serif);
    font-size: 0.97rem;
    font-weight: 500;
    color: var(--caramel);
    flex-shrink: 0;
  }
  .author-info .name {
    font-size: 0.97rem;
    font-weight: 500;
    color: var(--brown);
  }
  .author-info .stars {
    color: var(--caramel);
    font-size: 0.65rem;
    letter-spacing: 2px;
    margin-top: 1px;
  }

  /* CTA BANNER */
  #cta-banner {
    padding: 6rem 4rem;
    background: var(--cream-dark);
    text-align: center;
  }
  #cta-banner h2 {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    color: var(--brown-dark);
    margin-bottom: 1rem;
    line-height: 1.3;
  }
  #cta-banner h2 em { font-style: italic; color: var(--caramel); }
  #cta-banner p { font-size: 1.05rem; color: var(--text-muted); margin-bottom: 2.5rem; line-height: 1.8; max-width: 500px; margin-left: auto; margin-right: auto; }

  /* BLOG */
  #blog {
    padding: 7rem 4rem;
    background: var(--white);
  }
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
  }
  .blog-card {
    border: 1px solid var(--cream-dark);
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .blog-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(107,79,53,0.1); }
  .blog-card-img {
    height: 200px;
    background: var(--nude);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
  .blog-card:hover .blog-card-img img { transform: scale(1.04); }
  .blog-card-body { padding: 1.8rem; }
  .blog-card-tag {
    font-size: 1.05rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--caramel);
    margin-bottom: 0.8rem;
  }
  .blog-card h3 {
    font-family: var(--font-serif);
    font-size: 1.32rem;
    font-weight: 500;
    color: var(--brown-dark);
    line-height: 1.35;
    margin-bottom: 0.8rem;
  }
  .blog-card p { font-size: 0.97rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 1.2rem; }
  .blog-link {
    font-size: 0.86rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--caramel);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
  }
  .blog-link:hover { border-color: var(--caramel); }

  /* FAQ */
  #faq {
    padding: 7rem 4rem;
    background: var(--cream);
  }
  .faq-list {
    max-width: 720px;
    margin: 0 auto;
  }
  .faq-item {
    border-bottom: 1px solid var(--cream-dark);
    padding: 1.8rem 0;
  }
  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 1rem;
  }
  .faq-question h3 {
    font-family: var(--font-serif);
    font-size: 1.22rem;
    font-weight: 500;
    color: var(--brown);
    line-height: 1.3;
  }
  .faq-toggle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--sand);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s;
  }
  .faq-toggle svg { width: 12px; height: 12px; stroke: var(--caramel); stroke-width: 2; fill: none; transition: transform 0.3s; }
  .faq-item.open .faq-toggle { background: var(--caramel); border-color: var(--caramel); }
  .faq-item.open .faq-toggle svg { stroke: white; transform: rotate(45deg); }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
  }
  .faq-item.open .faq-answer { max-height: 300px; padding-top: 1rem; }
  .faq-answer p { font-size: 1.02rem; color: var(--text-muted); line-height: 1.85; }

  /* FOOTER */
  footer {
    background: var(--brown-dark);
    padding: 5rem 4rem 2.5rem;
    color: var(--sand);
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
  }
  .footer-brand .logo-f {
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--cream);
    margin-bottom: 1rem;
    display: block;
  }
  .footer-brand .logo-f span { color: var(--caramel); }
  .footer-brand p { font-size: 1.08rem; line-height: 1.8; color: var(--sand); }
  .footer-col h4 {
    font-size: 0.84rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--caramel);
    margin-bottom: 1.5rem;
  }
  .footer-col ul { list-style: none; }
  .footer-col ul li { margin-bottom: 0.7rem; }
  .footer-col ul a {
    text-decoration: none;
    font-size: 1.00rem;
    color: var(--sand);
    transition: color 0.2s;
  }
  .footer-col ul a:hover { color: var(--cream); }
  .footer-col p { font-size: 1.08rem; color: var(--sand); line-height: 1.8; }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .footer-bottom p { font-size: 0.8rem; color: rgba(217,200,176,0.5); }

  /* WHATSAPP FLOAT */
  .whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 54px;
    height: 54px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37,211,102,0.4);
    z-index: 99;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
  }
  .whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 6px 20px rgba(37,211,102,0.5); }
  .whatsapp-float svg { width: 28px; height: 28px; fill: white; }

  /* MOBILE */
  @media (max-width: 900px) {
    nav { padding: 1rem 1.5rem; }
    nav ul { display: none; }
    .hamburger { display: flex; }
    .mobile-menu {
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: var(--white);
      z-index: 200;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 2rem;
      transform: translateX(100%);
      transition: transform 0.3s;
    }
    .mobile-menu.open { transform: translateX(0); }
    .mobile-menu a {
      font-family: var(--font-serif);
      font-size: 1.5rem;
      color: var(--brown);
      text-decoration: none;
    }
    .mobile-close {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      background: none;
      border: none;
      font-size: 1.5rem;
      cursor: pointer;
      color: var(--brown);
    }

    #hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-content { padding: 5rem 1.5rem 3rem; }
    .hero-img { order: -1; min-height: 60vw; }
    .hero-img-placeholder { min-height: 60vw; }

    #sobremim { grid-template-columns: 1fr; padding: 4rem 1.5rem; gap: 3rem; }
    .sobre-img-badge { left: 0.5rem; }

    #sintomas, #comofunciona, #diferenciais, #depoimentos, #blog, #faq, #cta-banner { padding: 4rem 1.5rem; }

    .processo-grid::before { display: none; }
    .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
    footer { padding: 3.5rem 1.5rem 2rem; }
  }

  /* ANIMATIONS */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .fade-up {
    opacity: 0;
    animation: fadeUp 0.7s ease forwards;
  }
  .fade-up:nth-child(1) { animation-delay: 0.1s; }
  .fade-up:nth-child(2) { animation-delay: 0.25s; }
  .fade-up:nth-child(3) { animation-delay: 0.4s; }
  .fade-up:nth-child(4) { animation-delay: 0.55s; }

  /* CARROSSEL */
  .consultorio-carousel-wrap {
    margin-top: 5rem;
    text-align: center;
  }
  .consultorio-carousel-title {
    font-family: var(--font-serif);
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 400;
    color: var(--brown-dark);
    margin-bottom: 2.5rem;
    line-height: 1.3;
  }
  .consultorio-carousel-title em { font-style: italic; color: var(--caramel); }
  .carousel-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(107,79,53,0.15);
  }
  .carousel-track { position: relative; width: 100%; height: 520px; }
  .carousel-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
  }
  .carousel-slide.active { opacity: 1; pointer-events: auto; }
  .carousel-slide img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .carousel-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 1.5rem 2rem 1.2rem;
    background: linear-gradient(to top, rgba(74,53,37,0.6) 0%, transparent 100%);
    color: rgba(253,250,246,0.9);
    font-size: 0.94rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left;
  }
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(253,250,246,0.9);
    border: none;
    width: 44px; height: 44px;
    border-radius: 50%;
    font-size: 1.22rem;
    color: var(--brown);
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s, transform 0.2s;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }
  .carousel-btn:hover { background: var(--caramel); color: white; transform: translateY(-50%) scale(1.05); }
  .carousel-prev { left: 1rem; }
  .carousel-next { right: 1rem; }
  .carousel-dots {
    position: absolute;
    bottom: 1rem; left: 50%; transform: translateX(-50%);
    display: flex; gap: 0.5rem; z-index: 10;
  }
  .carousel-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(253,250,246,0.5);
    border: none; cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    padding: 0;
  }
  .carousel-dot.active { background: white; transform: scale(1.3); }
  @media (max-width: 900px) {
    .carousel-track { height: 280px; }
    .carousel-btn { width: 36px; height: 36px; font-size: 0.9rem; }
  }


  /* AUTOR NOS CARDS DO BLOG */
  .blog-card-author {
    font-size: 0.82rem !important;
    color: #7A6255 !important;
    margin-bottom: 0.8rem !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .blog-card-author span {
    color: #B8956A !important;
    font-weight: 500 !important;
  }


/* ARTIGOS OVERLAY */
.artigo-overlay {
  display: none !important;
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 999;
  overflow-y: auto;
  padding: 6rem 2rem 4rem;
}
.artigo-overlay.open { display: block !important; }
.artigo-inner { max-width: 760px; margin: 0 auto; }
.artigo-back { background: none; border: none; color: var(--caramel); font-size: 0.88rem; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; margin-bottom: 2rem; font-family: var(--font-sans); padding: 0; }
.artigo-tag { font-size: 0.80rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--caramel); margin-bottom: 1rem; }
.artigo-titulo { font-family: var(--font-serif); font-size: 2.4rem; font-weight: 400; color: var(--brown-dark); line-height: 1.2; margin-bottom: 0.5rem; }
.artigo-meta { font-size: 0.84rem; color: var(--text-muted); margin-bottom: 2.5rem; }
.artigo-meta strong { color: var(--caramel); }
.artigo-body p { font-size: 1.05rem; line-height: 1.9; color: var(--text-muted); margin-bottom: 1.5rem; }
.artigo-body h2 { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 400; color: var(--brown-dark); margin: 2rem 0 1rem; }
.artigo-body ul { font-size: 1.05rem; line-height: 2; color: var(--text-muted); margin-bottom: 1.5rem; padding-left: 1.5rem; }
.artigo-cta { text-align: center; padding: 2.5rem; background: var(--cream); border-radius: 4px; margin-top: 2.5rem; }
.artigo-cta p { font-family: var(--font-serif); font-size: 1.3rem; color: var(--brown-dark); margin-bottom: 1.2rem; }
