/*
Theme Name: Carolina Belasquem Advocacia
Theme URI: https://carolinabelasquem.adv.br
Author: Criativar
Description: Tema sob medida para a landing page da advogada Carolina Belasquem de Oliveira. Conteudo editavel via ACF (Conteudo do Site).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: carolina-belasquem
*/
    :root {
      /* Paleta — azul petróleo vivo + champagne + marfim quente + rosé */
      --petrol: #0e3e4a;
      --petrol-deep: #082a33;
      --petrol-ink: #06222a;
      --petrol-soft: #dfe9e8;
      --gold: #b89150;
      --gold-light: #d6bd8c;
      --rose: #e7cfc4;
      --rose-soft: #f3e6df;
      --cream: #f7f3ea;
      --cream-2: #efe8da;
      --ink: #14242a;
      --ink-soft: #51636a;
      --white: #ffffff;
      --borda: #e4dccd;

      --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
      --display: 'Oswald', 'Arial Narrow', sans-serif;
      --body: 'Mulish', system-ui, sans-serif;

      --shadow-sm: 0 10px 30px rgba(8, 42, 51, 0.06);
      --shadow-md: 0 24px 60px rgba(8, 42, 51, 0.12);
      --shadow-lg: 0 40px 90px rgba(8, 42, 51, 0.18);
    }

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

    html { scroll-behavior: smooth; }

    body {
      font-family: var(--body);
      color: var(--ink);
      background: var(--cream);
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

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

    ::selection { background: var(--gold); color: var(--white); }

    .serif { font-family: var(--serif); font-style: italic; font-weight: 600; }

    .container { width: min(1180px, 90%); margin: 0 auto; }

    .section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }

    /* ---------- Tipografia ---------- */
    .eyebrow {
      font-family: var(--display);
      text-transform: uppercase;
      letter-spacing: 0.32em;
      font-size: 0.74rem;
      font-weight: 500;
      color: var(--gold);
      margin-bottom: 22px;
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }
    .eyebrow::before {
      content: "";
      width: 28px; height: 1px;
      background: var(--gold);
      display: inline-block;
    }

    h1, h2, h3, h4 {
      font-family: var(--display);
      font-weight: 600;
      line-height: 1.04;
      color: var(--petrol-deep);
      letter-spacing: -0.01em;
    }

    h1 {
      font-size: clamp(2.4rem, 5.2vw, 4.6rem);
      text-transform: uppercase;
      letter-spacing: -0.005em;
      line-height: 1.16;
    }
    h1 .serif {
      text-transform: none;
      color: var(--gold);
      font-size: 1.28em;
      letter-spacing: 0;
    }

    h2 {
      font-size: clamp(1.9rem, 3.6vw, 3.3rem);
      text-transform: uppercase;
    }
    h2 .serif { text-transform: none; color: var(--gold); font-size: 1.28em; }
    h2 .title-online { display: block; margin-top: 0.12em; }

    h3 { font-size: 1.4rem; text-transform: uppercase; letter-spacing: 0.01em; }

    p { color: var(--ink-soft); font-size: 1.04rem; }
    .lead { font-size: clamp(1.08rem, 1.5vw, 1.28rem); color: var(--ink); }

    /* ---------- Botões ---------- */
    .btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }

    .btn {
      font-family: var(--display);
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-size: 0.82rem;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 15px 28px;
      border-radius: 4px;
      border: 1px solid transparent;
      transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
      cursor: pointer;
    }
    .btn-primary { background: var(--petrol); color: var(--white); box-shadow: var(--shadow-sm); }
    .btn-primary:hover { background: var(--petrol-deep); transform: translateY(-3px); box-shadow: var(--shadow-md); }
    .btn-secondary { border-color: var(--petrol); color: var(--petrol); }
    .btn-secondary:hover { background: var(--petrol); color: var(--white); transform: translateY(-3px); }
    .btn-gold { background: var(--gold); color: var(--white); }
    .btn-gold:hover { background: #a67e3f; transform: translateY(-3px); box-shadow: var(--shadow-md); }
    .btn-ghost-light { border-color: rgba(255,255,255,.4); color: var(--white); }
    .btn-ghost-light:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }

    /* ---------- Header ---------- */
    .header {
      position: sticky; top: 0; z-index: 50;
      background: rgba(247, 243, 234, 0.82);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid var(--borda);
    }
    .header-inner {
      min-height: 78px;
      display: flex; align-items: center; justify-content: space-between; gap: 24px;
    }
    .logo { font-family: var(--display); font-weight: 600; font-size: 1.18rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--petrol-deep); line-height: 1; display: inline-flex; }
    .logo img { height: 48px; width: auto; display: block; }
    .footer .logo img { height: 52px; }
    .logo span { display: block; font-size: 0.6rem; letter-spacing: 0.34em; color: var(--gold); font-weight: 400; margin-top: 4px; }
    .nav { display: flex; gap: 30px; font-family: var(--display); text-transform: uppercase; font-size: 0.82rem; letter-spacing: 0.1em; font-weight: 400; color: var(--ink-soft); }
    .nav a { position: relative; padding: 4px 0; transition: color 0.2s; }
    .nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--gold); transition: width 0.25s ease; }
    .nav a:hover { color: var(--petrol-deep); }
    .nav a:hover::after { width: 100%; }
    .header .btn { padding: 11px 20px; }

    /* ---------- Hero ---------- */
    .hero {
      position: relative;
      padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 8vw, 110px);
      background:
        radial-gradient(120% 80% at 100% 0%, var(--rose-soft) 0%, transparent 55%),
        linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%);
      overflow: hidden;
    }
    .hero::before {
      content: "";
      position: absolute; right: -8%; top: 12%;
      width: 460px; height: 460px; border-radius: 50%;
      border: 1px solid rgba(184, 145, 80, 0.35);
      opacity: 0.6;
    }
    .hero-grid {
      display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(36px, 5vw, 72px); align-items: center;
      position: relative; z-index: 2;
    }
    .hero-text p.lead { max-width: 540px; margin-top: 8px; }
    .hero-info {
      display: flex; gap: 26px; flex-wrap: wrap; margin-top: 34px;
      font-family: var(--display); text-transform: uppercase; letter-spacing: 0.08em;
      font-size: 0.78rem; color: var(--petrol); font-weight: 500;
    }
    .hero-info span { display: inline-flex; align-items: center; gap: 8px; }
    .hero-info .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
    .hero-info-mobile { display: none; }
    .hero-logo-mobile { display: none; }

    .hero-photo {
      position: relative;
      display: flex; align-items: flex-end; justify-content: center;
    }
    .hero-photo img {
      display: block; width: 100%; height: auto; z-index: 1;
      filter: drop-shadow(0 30px 60px rgba(8, 42, 51, 0.16));
    }
    .hero-badge {
      position: absolute; z-index: 3; left: -22px; bottom: 38px;
      background: var(--petrol-deep); color: var(--white);
      padding: 18px 22px; border-radius: 8px; box-shadow: var(--shadow-md);
      max-width: 200px;
    }
    .hero-badge strong { font-family: var(--display); font-size: 1.9rem; font-weight: 600; color: var(--gold-light); display: block; line-height: 1; }
    .hero-badge small { font-size: 0.74rem; color: rgba(255,255,255,0.78); text-transform: uppercase; letter-spacing: 0.08em; }


    /* ---------- Missão ---------- */
    .mission { background: var(--petrol); color: var(--white); position: relative; overflow: hidden; }
    .mission::before {
      content: "“"; position: absolute; right: 4%; top: -6%;
      font-family: var(--serif); font-style: italic; font-size: 32rem; line-height: 1;
      color: rgba(255,255,255,0.04);
    }
    .mission-bg {
      position: absolute; inset: 0; z-index: 0;
      background: url("justiça cega.jpeg") no-repeat left center;
      background-size: auto 118%;
      opacity: 0.16;
      pointer-events: none;
      -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 26%, transparent 60%);
              mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 26%, transparent 60%);
    }
    .mission h2, .mission p { color: var(--white); }
    .mission .eyebrow { color: var(--gold-light); }
    .mission .eyebrow::before { background: var(--gold-light); }
    .mission-grid { max-width: 820px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
    .mission-head { margin-bottom: clamp(26px, 4vw, 40px); }
    .mission-quote { font-family: var(--body); font-style: normal; font-weight: 500; font-size: clamp(1.12rem, 1.6vw, 1.3rem); line-height: 1.7; color: var(--white); }
    .mission-quote + p { margin-top: 20px; color: rgba(255,255,255,0.78); }

    /* ---------- Áreas (bento + accordion) ---------- */
    .areas { background: var(--cream); }
    .section-head { max-width: 720px; margin-bottom: clamp(38px, 5vw, 56px); }
    .section-head.centered { margin-left: auto; margin-right: auto; text-align: center; }

    .areas-bento { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: stretch; }
    .areas-stack { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

    .area-card {
      border-radius: 16px; border: 1px solid var(--borda); background: var(--white);
      box-shadow: var(--shadow-sm); overflow: hidden; transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
    .area-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

    .area-summary {
      list-style: none; cursor: pointer;
      display: flex; align-items: flex-start; gap: 18px;
      padding: 26px 28px;
    }
    .area-summary::-webkit-details-marker { display: none; }
    .area-num {
      font-family: var(--display); font-weight: 600; font-size: 0.85rem;
      color: var(--gold); border: 1px solid var(--gold-light); border-radius: 50%;
      width: 38px; height: 38px; flex: 0 0 38px;
      display: flex; align-items: center; justify-content: center;
    }
    .area-head-text { flex: 1; }
    .area-head-text h3 { margin-bottom: 4px; }
    .area-head-text p { font-size: 0.94rem; margin: 0; }
    .area-toggle {
      flex: 0 0 26px; width: 26px; height: 26px; margin-top: 6px;
      position: relative; transition: transform 0.3s ease;
    }
    .area-toggle::before, .area-toggle::after {
      content: ""; position: absolute; background: var(--petrol); border-radius: 2px;
      top: 50%; left: 50%; transform: translate(-50%, -50%);
    }
    .area-toggle::before { width: 14px; height: 2px; }
    .area-toggle::after { width: 2px; height: 14px; transition: transform 0.3s ease; }
    details[open] .area-toggle::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

    .area-body { padding: 0 28px 28px 84px; }
    .service-list { list-style: none; display: grid; gap: 9px; }
    .service-list li { position: relative; padding-left: 20px; font-size: 0.95rem; color: var(--ink-soft); }
    .service-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }

    /* Card em destaque — Direito de Família */
    .area-featured {
      background: linear-gradient(160deg, var(--petrol) 0%, var(--petrol-ink) 100%);
      border: none; color: var(--white);
      display: flex; flex-direction: column; position: relative; overflow: hidden;
    }
    .area-featured .area-summary { padding: 40px 56px 16px; flex-direction: column; gap: 0; text-align: center; align-items: center; position: relative; }
    .featured-tag {
      font-family: var(--display); text-transform: uppercase; letter-spacing: 0.2em;
      font-size: 0.7rem; color: var(--gold-light); margin-bottom: 22px;
      display: inline-flex; align-items: center; gap: 10px;
    }
    .featured-tag::before { content: "★"; }
    .area-featured h3 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 14px; }
    .area-featured .area-head-text p { color: rgba(255,255,255,0.8); font-size: 1.08rem; max-width: 680px; margin: 0 auto; }
    .area-featured .area-body { padding: 6px 40px 40px; }
    .area-featured .service-list { grid-template-columns: max-content max-content; justify-content: center; gap: 11px 52px; }
    .area-featured .service-list li { color: rgba(255,255,255,0.85); }
    .area-featured .area-toggle::before, .area-featured .area-toggle::after { background: var(--gold-light); }
    .area-featured .area-summary { cursor: pointer; }
    .featured-toggle-row { display: flex; align-items: center; justify-content: center; width: 100%; }
    .area-featured .area-toggle { position: absolute; top: 28px; right: 28px; margin-top: 0; }

    /* ---------- Atendimento / locais ---------- */
    .locations-sub {
      display: flex; align-items: center; justify-content: center; gap: 16px;
      text-align: center; margin-bottom: 22px;
      font-family: var(--display); text-transform: uppercase;
      letter-spacing: 0.18em; font-size: 0.72rem; color: var(--gold);
    }
    .locations-sub::before, .locations-sub::after {
      content: ""; height: 1px; width: clamp(30px, 8vw, 60px); background: var(--borda);
    }
    .locations-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

    .online-band {
      margin-top: 30px; position: relative; overflow: hidden;
      padding: clamp(46px, 7vw, 80px) clamp(34px, 5vw, 60px) clamp(46px, 7vw, 80px) clamp(48px, 6vw, 96px);
      border-radius: 16px; color: var(--white);
      background: var(--petrol-deep);
      border: 1px solid rgba(214,189,140,0.22);
      box-shadow: var(--shadow-md);
    }
    .online-band-text { position: relative; z-index: 2; max-width: 560px; }
    .online-band-text .location-tag { color: var(--gold-light); font-size: 0.78rem; margin-bottom: 16px; }
    .online-band-text h3 {
      color: var(--white); font-size: clamp(1.7rem, 3.2vw, 2.7rem);
      line-height: 1.12; margin-bottom: 16px;
    }
    .online-band-text p { color: rgba(255,255,255,0.82); font-size: 1.12rem; max-width: 480px; }
    .online-band-map {
      position: absolute; z-index: 1; pointer-events: none;
      right: -4%; top: 50%; transform: translateY(-50%);
      width: clamp(360px, 46%, 600px); height: auto; opacity: 0.1;
    }
    .location-card { border-radius: 14px; overflow: hidden; border: 1px solid var(--borda); background: var(--white); box-shadow: var(--shadow-sm); transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .location-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
    .location-image {
      height: 210px;
      background: linear-gradient(150deg, var(--petrol-soft), var(--rose-soft));
      display: flex; align-items: flex-end; justify-content: flex-start; padding: 20px;
      color: var(--petrol); font-family: var(--display); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.78rem;
      position: relative;
    }
    .location-image::before {
      content: ""; position: absolute; inset: 0;
      background: repeating-linear-gradient(45deg, transparent, transparent 16px, rgba(14,62,74,0.04) 16px, rgba(14,62,74,0.04) 17px);
    }
    .location-image img {
      position: absolute; inset: 0; z-index: 1;
      width: 100%; height: 100%; object-fit: cover;
    }
    .location-content { padding: 24px 26px 28px; }
    .location-content h3 { font-size: 1.2rem; margin-bottom: 6px; }
    .location-tag { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.68rem; color: var(--gold); display: block; margin-bottom: 10px; }

    /* ---------- Processo ---------- */
    .process { background: var(--petrol-deep); color: var(--white); position: relative; overflow: hidden; }
    .process .container { position: relative; z-index: 2; }
    .process-bg {
      position: absolute; z-index: 0; top: 0; right: 0; bottom: 0;
      width: min(640px, 60%);
      background: url("_MG_6675.jpg") no-repeat right center;
      background-size: auto 132%;
      opacity: 0.13;
      pointer-events: none;
      -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 52%, #000 100%);
              mask-image: linear-gradient(90deg, transparent 0%, #000 52%, #000 100%);
    }
    .process h2, .process .eyebrow { color: var(--white); }
    .process .eyebrow { color: var(--gold-light); }
    .process .eyebrow::before { background: var(--gold-light); }
    .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
    .step { padding: 30px 26px; border-radius: 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); transition: background 0.3s ease, transform 0.3s ease; }
    .step:hover { background: rgba(255,255,255,0.08); transform: translateY(-4px); }
    .step-number { font-family: var(--serif); font-style: italic; font-size: 2.6rem; color: var(--gold-light); line-height: 1; margin-bottom: 18px; }
    .step h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 10px; }
    .step p { color: rgba(255,255,255,0.74); font-size: 0.94rem; }

    /* ---------- Sobre ---------- */
    .about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px, 5vw, 64px); align-items: center; }
    .about-photo {
      position: relative; aspect-ratio: 3 / 4; overflow: hidden;
      border-radius: 12px 12px 160px 160px;
      background: radial-gradient(120% 120% at 50% 100%, var(--rose-soft), var(--petrol-soft) 85%);
      border: 1px solid var(--borda);
      box-shadow: var(--shadow-md);
    }
    .about-photo img {
      position: absolute; inset: 0; z-index: 1;
      width: 100%; height: 100%; object-fit: cover;
      object-position: center 20%;
      transform: scale(1.18); transform-origin: center 30%;
    }
    .about-photo::after {
      content: ""; position: absolute; inset: 12px; z-index: 2;
      border-radius: 6px 6px 150px 150px;
      border: 1px solid rgba(184, 145, 80, 0.4);
      pointer-events: none;
    }
    .about-text p + p { margin-top: 16px; }
    .about-text .lead { color: var(--ink); }
    .about-intro, .about-text p { max-width: 34rem; }
    .about-intro { font-size: clamp(1.32rem, 1.9vw, 1.7rem); line-height: 1.35; color: var(--ink); font-weight: 500; margin-top: 6px; }
    .about-intro .name-accent { color: var(--gold); font-weight: 600; }

    .curriculum-strip { margin-top: clamp(38px, 5vw, 54px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--borda); border-radius: 14px; overflow: hidden; background: var(--borda); }
    .curriculum-item { padding: 26px 22px; font-size: 0.9rem; color: var(--ink-soft); background: var(--white); }
    .curriculum-item strong { display: block; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; color: var(--gold); margin-bottom: 8px; }

    .insta-box {
      margin-top: 22px;
      display: flex; align-items: center; justify-content: center; gap: clamp(24px, 4vw, 48px); flex-wrap: wrap;
      padding: clamp(26px, 3vw, 38px) clamp(28px, 3.5vw, 44px);
      border-radius: 16px; background: var(--petrol-deep); color: var(--white);
      box-shadow: var(--shadow-md);
    }
    .insta-box-text p { color: rgba(255,255,255,0.9); font-size: 1.08rem; max-width: 46ch; }
    .btn-instagram {
      color: var(--white);
      background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      box-shadow: var(--shadow-sm); flex-shrink: 0; border-radius: 999px;
    }
    .btn-instagram:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); filter: saturate(1.1); }

    /* ---------- Contato ---------- */
    .contact { background: linear-gradient(150deg, var(--petrol) 0%, var(--petrol-ink) 100%); color: var(--white); position: relative; overflow: hidden; }
    .contact::before {
      content: ""; position: absolute; right: -6%; top: -20%;
      width: 420px; height: 420px; border-radius: 50%;
      background: radial-gradient(circle, rgba(231,207,196,0.16), transparent 70%);
    }
    .contact h2, .contact p { color: var(--white); }
    .contact h2 { font-size: clamp(1.7rem, 3vw, 2.7rem); }
    .contact h2 .h-accent { color: var(--white); }
    .contact .eyebrow { color: var(--gold-light); }
    .contact .eyebrow::before { background: var(--gold-light); }
    .contact-box { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(32px, 4vw, 56px); align-items: center; position: relative; z-index: 2; }
    .contact p.lead { color: rgba(255,255,255,0.82); max-width: 480px; }
    .contact-card { border: 1px solid rgba(255,255,255,0.18); border-radius: 18px; padding: 36px; background: rgba(255,255,255,0.06); backdrop-filter: blur(6px); }
    .contact-list { list-style: none; display: grid; gap: 18px; }
    .contact-list li { display: flex; flex-direction: column; gap: 2px; }
    .contact-list .label { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.68rem; color: var(--gold-light); }
    .contact-list .value { font-size: 1.06rem; color: var(--white); }

    /* ---------- Footer ---------- */
    .footer { padding: 40px 0; background: var(--petrol-ink); color: rgba(255,255,255,0.6); font-size: 0.86rem; }
    .footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: center; }
    .footer .logo { color: var(--white); }
    .footer-note { max-width: 520px; font-size: 0.78rem; line-height: 1.6; }

    /* ---------- Animações de entrada ----------
       Animação CSS pura: roda no carregamento independente de JS.
       (evita hero em branco quando o JS é adiado por cache/otimização) */
    .reveal { opacity: 0; transform: translateY(28px); animation: cbaReveal 0.7s ease forwards; }
    .reveal.in { opacity: 1; transform: none; }
    .reveal.d1 { animation-delay: 0.08s; }
    .reveal.d2 { animation-delay: 0.16s; }
    .reveal.d3 { animation-delay: 0.24s; }
    .reveal.d4 { animation-delay: 0.32s; }
    @keyframes cbaReveal { to { opacity: 1; transform: none; } }
    @media (prefers-reduced-motion: reduce) {
      .reveal { opacity: 1; transform: none; animation: none; }
      html { scroll-behavior: auto; }
    }

    /* ---------- Responsivo ---------- */
    @media (max-width: 960px) {
      .nav { display: none; }
      /* Remove a barra do topo no mobile; logo vai acima da headline */
      .header { display: none; }
      .hero-logo-mobile { display: block; margin-bottom: 26px; }
      .hero-logo-mobile img { width: 190px; max-width: 58%; height: auto; margin: 0 auto; display: block; }
      .hero-grid, .mission-grid, .about-grid, .contact-box, .areas-bento, .areas-stack { grid-template-columns: 1fr; }
      .area-featured .service-list { grid-template-columns: 1fr; }
      .locations-grid { grid-template-columns: 1fr; }
      .online-band-text { max-width: 100%; }
      .online-band-map {
        width: auto; height: 100%; max-width: none;
        left: 50%; right: auto; top: 50%;
        transform: translate(-50%, -50%); opacity: 0.1;
      }
      .process-grid { grid-template-columns: 1fr 1fr; }
      .curriculum-strip { grid-template-columns: 1fr 1fr; }
      .hero::before { display: none; }

      /* Fontes serifadas um pouco maiores no mobile */
      h1 .serif, h2 .serif { font-size: 1.42em; }
      /* "e online em todo o Brasil" flui pela largura, sem quebra forçada,
         com altura de linha aproximada das demais linhas do título */
      h2 .title-online { display: inline; margin-top: 0; line-height: 0.82; }

      /* Hero centralizado no mobile */
      .hero-text { text-align: center; }
      .hero-text p.lead { max-width: 100%; margin-left: auto; margin-right: auto; }
      .hero .btn-row { flex-direction: column; align-items: center; margin-top: 28px; }
      .hero .btn-row .btn { width: 100%; justify-content: center; }
      /* Seção "Sobre a advogada" centralizada no mobile */
      .about-text { text-align: center; }
      .about-text .btn-row { flex-direction: column; align-items: center; }
      .about-text .btn-row .btn { width: 100%; justify-content: center; }
      /* Seção "Contato" centralizada no mobile */
      .contact-box > div:first-child { text-align: center; }
      .contact-box .btn-row { flex-direction: column; align-items: center; }
      .contact-box .btn-row .btn { width: 100%; justify-content: center; }
      /* Rodapé centralizado no mobile */
      .footer-inner { flex-direction: column; align-items: center; text-align: center; }
      /* Remove a foto de fundo da seção "Como funciona" no mobile */
      .process-bg { display: none; }
      /* Localização abaixo da foto, linhas empilhadas e próximas */
      .hero-info-desktop { display: none; }
      .hero-info-mobile {
        display: flex; flex-direction: column; align-items: center;
        gap: 6px; margin-top: 4px;
      }
    }
    @media (max-width: 560px) {
      .process-grid, .curriculum-strip { grid-template-columns: 1fr; }
      .area-body { padding-left: 28px; }
      .hero-badge { left: 0; }
    }
