/* ============================================================
   Bersagui Vargas Advocacia — OPÇÃO 1
   Tema: marfim claro de luxo · bordô #531520 + dourado · foco em PESSOAS
   ============================================================ */

:root {
  --wine:        #531520;
  --wine-2:      #6E1C2B;
  --wine-deep:   #3A0D16;
  --gold:        #A9863F;   /* dourado escuro p/ contraste em fundo claro */
  --gold-2:      #C9A24A;
  --gold-soft:   #E8DCBE;

  --paper:       #F4ECDC;   /* champanhe quente */
  --paper-2:     #EBE0CB;
  --card:        #FCF8EF;
  --ink:         #241715;
  --ink-soft:    #6A5A55;
  --line:        #E2D7C4;

  --maxw: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: "Fraunces", Georgia, serif;
  --font-body:    "Mulish", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body); background: var(--paper); color: var(--ink);
  font-weight: 400; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
::selection { background: var(--wine); color: var(--paper); }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: 1.08; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
em { font-style: italic; }

.kicker { display: inline-block; font-size: .72rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 1rem; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  font-family: var(--font-body); font-weight: 700; font-size: .8rem;
  letter-spacing: .1em; text-transform: uppercase; padding: .95em 1.7em;
  border-radius: 2px; cursor: pointer; border: 1.5px solid transparent; transition: all .4s var(--ease);
}
.btn svg { transition: transform .4s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn-lg { padding: 1.1em 2em; }
.btn-block { width: 100%; }
.btn-wine { background: var(--wine); color: var(--paper); box-shadow: 0 12px 28px -14px rgba(83,21,32,.6); }
.btn-wine:hover { background: var(--wine-deep); transform: translateY(-2px); box-shadow: 0 18px 36px -14px rgba(83,21,32,.7); }
.btn-line { border-color: var(--ink); color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--paper); }

/* ---------- Seletor de versão ---------- */
#ver-switch {
  position: fixed; left: 14px; bottom: 14px; z-index: 1500;
  display: flex; align-items: center; gap: 6px; background: rgba(36,23,21,.92);
  backdrop-filter: blur(10px); padding: 6px 8px; border: 1px solid rgba(201,162,74,.4);
  border-radius: 100px; box-shadow: 0 10px 30px rgba(0,0,0,.3);
}
#ver-switch .vs-cap { color: var(--gold-2); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; padding-left: 5px; }
#ver-switch a { color: #F6F1E8; font-size: 11px; padding: 6px 12px; border-radius: 100px; transition: all .3s; white-space: nowrap; }
#ver-switch a.active { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #2a1a08; font-weight: 700; }
#ver-switch a:not(.active):hover { background: rgba(201,162,74,.18); color: var(--gold-soft); }
@media (max-width: 640px) { #ver-switch { left: 10px; bottom: 10px; } #ver-switch .vs-cap { display: none; } }

/* ============================================================ HEADER */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; padding: 1.5rem clamp(1.2rem,4vw,3.2rem); transition: all .5s var(--ease); }
.site-header.scrolled { padding-top: .85rem; padding-bottom: .85rem; background: rgba(246,241,232,.9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: .8rem; }
.brand-mark { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; color: var(--paper); background: var(--wine); padding: .12em .42em; border-radius: 2px; letter-spacing: .02em; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--font-display); font-size: 1.18rem; color: var(--ink); }
.brand-sub { font-size: .6rem; letter-spacing: .4em; text-transform: uppercase; color: var(--gold); margin-top: 2px; }
.nav { display: flex; gap: 2.1rem; margin-left: auto; }
.nav a { font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; position: relative; padding: .3em 0; transition: color .3s; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0; background: var(--wine); transition: width .4s var(--ease); }
.nav a:hover { color: var(--wine); } .nav a:hover::after { width: 100%; }
.nav-cta { margin-left: 1.4rem; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
.menu-toggle span { width: 26px; height: 2px; background: var(--wine); transition: .4s var(--ease); }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
/* o menu mobile NUNCA aparece no desktop: a regra que o exibe vive só na media query de mobile (abaixo) */
.mobile-menu { display: none; flex-direction: column; gap: 1.1rem; margin-top: 1.3rem; padding: 1.5rem; background: var(--card); border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 20px 40px -20px rgba(36,23,21,.3); }
.mobile-menu a { font-size: 1rem; color: var(--ink); font-weight: 600; }
.mobile-menu .btn { margin-top: .4rem; }

/* ============================================================ HERO */
.hero { position: relative; overflow: hidden; padding: 9rem clamp(1.2rem,4vw,3.2rem) 4rem; background: radial-gradient(120% 90% at 90% 0%, var(--paper-2), transparent 55%), var(--paper); }
.hero-monogram { position: absolute; top: 50%; right: -3%; transform: translateY(-50%); font-family: var(--font-display); font-weight: 600; font-size: clamp(18rem, 38vw, 44rem); line-height: .7; letter-spacing: -.04em; color: rgba(169,134,63,.05); -webkit-text-stroke: 1.5px rgba(169,134,63,.22); user-select: none; pointer-events: none; z-index: 0; }
.hero-grid { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,5vw,5rem); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 1rem; font-size: .78rem; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 1.8rem; }
.eyebrow-line { width: 2.6rem; height: 1.5px; background: var(--gold); }
.hero-title { font-size: clamp(2.8rem, 6vw, 5rem); letter-spacing: -.01em; margin-bottom: 1.8rem; }
.hero-title em { color: var(--wine); }
.hero-lead { font-size: clamp(1.05rem,1.4vw,1.22rem); color: var(--ink-soft); max-width: 46ch; margin-bottom: 2.4rem; }
.hero-lead strong { color: var(--ink); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.6rem; }
.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 2rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.hero-trust li { display: flex; flex-direction: column; }
.hero-trust b { font-family: var(--font-display); font-size: 1.1rem; color: var(--wine); }
.hero-trust span { font-size: .82rem; color: var(--ink-soft); }

/* figura do hero */
.hero-figure { position: relative; aspect-ratio: 4/5; max-width: 480px; justify-self: center; width: 100%; }
.hf-block { position: absolute; inset: 8% -6% -6% 8%; background: var(--wine); border-radius: 4px; }
.hf-photo { position: absolute; inset: 0; overflow: hidden; border-radius: 4px; box-shadow: 0 30px 60px -30px rgba(36,23,21,.5); }
.hf-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.95) contrast(1.02); }
.hf-badge { position: absolute; left: -1.4rem; bottom: 1.8rem; max-width: 14rem; background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--gold); padding: 1rem 1.2rem; border-radius: 4px; font-family: var(--font-display); font-style: italic; font-size: 1.02rem; color: var(--ink); box-shadow: 0 20px 40px -22px rgba(36,23,21,.5); }
.hf-badge-mark { color: var(--gold); font-size: 1.8rem; line-height: 0; margin-right: .2rem; }
.hf-corner { position: absolute; width: 30px; height: 30px; border: 2px solid var(--gold); }
.hf-corner.tl { top: -10px; right: 12%; border-right: none; border-bottom: none; }
.hf-corner.br { bottom: -16px; right: -16px; border-left: none; border-top: none; }

/* ============================================================ TARJA VALORES */
.valuestrip { background: var(--wine); overflow: hidden; padding: 1.1rem 0; }
.vs-track { display: flex; align-items: center; gap: 2.4rem; width: max-content; white-space: nowrap; animation: vmarquee 34s linear infinite; }
.vs-track span { font-family: var(--font-display); font-style: italic; font-size: 1.35rem; color: var(--paper); }
.vs-track i { color: var(--gold-2); font-style: normal; }
@keyframes vmarquee { to { transform: translateX(-50%); } }

/* ============================================================ SECTIONS base */
section { padding: clamp(4.5rem,10vw,8rem) clamp(1.2rem,4vw,3.2rem); }
h2 { font-size: clamp(2rem,4.6vw,3.4rem); } h2 em { color: var(--wine); }

/* SOBRE */
.sobre-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem,5vw,5rem); align-items: center; }
.sobre-photo { position: relative; aspect-ratio: 4/5; }
.sobre-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; box-shadow: 0 30px 60px -30px rgba(36,23,21,.45); }
.sp-frame { position: absolute; inset: -14px -14px auto auto; width: 60%; height: 60%; border: 2px solid var(--gold); border-bottom: none; border-left: none; border-radius: 4px; z-index: -1; }
.sobre-body h2 { margin-bottom: 1.6rem; max-width: 14ch; }
.sobre-body p { color: var(--ink-soft); font-size: 1.06rem; margin-bottom: 1.2rem; max-width: 54ch; }
.sobre-body strong { color: var(--ink); font-weight: 700; }
.sobre-marks { margin-top: 2rem; display: flex; flex-direction: column; gap: .9rem; }
.sobre-marks div { font-size: 1rem; color: var(--ink); }
.sobre-marks b { color: var(--gold); font-family: var(--font-display); font-size: 1.2rem; margin-right: .5rem; }

/* ÁREAS */
.areas { background: var(--paper-2); }
.areas-head { max-width: var(--maxw); margin: 0 auto 3.4rem; text-align: center; }
.areas-head h2 { margin: .4rem 0 1rem; }
.areas-head p { color: var(--ink-soft); max-width: 50ch; margin: 0 auto; }
.area-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 1.4rem; }
.area-card { position: relative; background: var(--card); border: 1px solid var(--line); border-top: 3px solid var(--wine); border-radius: 4px; padding: 2.4rem 2.2rem; transition: transform .5s var(--ease), box-shadow .5s var(--ease); overflow: hidden; }
.area-num { position: absolute; top: 1.6rem; right: 1.8rem; font-family: var(--font-display); font-style: italic; font-size: 1.6rem; color: var(--gold-soft); }
.area-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -32px rgba(36,23,21,.4); }
.area-card:hover .area-num { color: var(--gold); }
.area-icon { color: var(--wine); margin-bottom: 1.2rem; }
.area-card h3 { font-size: 1.5rem; margin-bottom: .7rem; }
.area-card p { color: var(--ink-soft); font-size: .98rem; margin-bottom: 1.4rem; }
.area-link { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--wine); transition: letter-spacing .4s var(--ease); }
.area-card:hover .area-link { letter-spacing: .2em; }

/* PROCESSO */
.proc-head { max-width: var(--maxw); margin: 0 auto 3rem; }
.proc-head h2 { margin-top: .4rem; }
.proc-steps { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem; }
.proc-step { padding: 2rem 1.8rem; border: 1px solid var(--line); border-radius: 4px; background: var(--card); position: relative; }
.ps-num { font-family: var(--font-display); font-style: italic; font-size: 2.2rem; color: var(--wine); display: block; margin-bottom: 1rem; }
.proc-step h3 { font-size: 1.3rem; margin-bottom: .6rem; }
.proc-step p { color: var(--ink-soft); font-size: .96rem; }

/* QUOTE */
.quote-band { background: var(--wine); text-align: center; }
.quote-band blockquote { max-width: 24ch; margin: 0 auto; font-family: var(--font-display); font-style: italic; font-size: clamp(1.7rem,4vw,3rem); line-height: 1.3; color: var(--paper); }
.q-mark { display: block; font-size: 4.5rem; line-height: .2; color: var(--gold-2); margin-bottom: 1.4rem; }

/* CONTATO */
.contato-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem,6vw,5rem); align-items: start; }
.contato-info h2 { margin: .4rem 0 1.2rem; max-width: 16ch; }
.contato-info > p { color: var(--ink-soft); max-width: 42ch; margin-bottom: 2.2rem; }
.contato-list { list-style: none; display: flex; flex-direction: column; gap: 1.3rem; }
.contato-list li { display: flex; flex-direction: column; gap: .25rem; padding-bottom: 1.3rem; border-bottom: 1px solid var(--line); }
.ci-label { font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.contato-list a, .contato-list span:not(.ci-label) { font-size: 1.12rem; color: var(--ink); transition: color .3s; }
.contato-list a:hover { color: var(--wine); }
.contato-form { background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: clamp(1.8rem,3vw,2.6rem); box-shadow: 0 30px 60px -40px rgba(36,23,21,.4); }
.form-title { font-family: var(--font-display); font-size: 1.5rem; color: var(--wine); margin-bottom: 1.6rem; }
.field { position: relative; margin-bottom: 1.4rem; }
.field input, .field textarea, .field select { width: 100%; background: transparent; border: 0; border-bottom: 1.5px solid var(--line); color: var(--ink); font-family: var(--font-body); font-size: 1rem; padding: .8rem 0 .55rem; outline: none; resize: vertical; transition: border-color .35s; }
.field select { cursor: pointer; } .field select option { background: var(--paper); }
.field input:focus, .field textarea:focus, .field select:focus { border-bottom-color: var(--wine); }
.field label { position: absolute; left: 0; top: .8rem; color: var(--ink-soft); pointer-events: none; transition: all .35s var(--ease); font-size: 1rem; }
.field label.label-static,
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field textarea:focus + label, .field textarea:not(:placeholder-shown) + label,
.field select + label { top: -.7rem; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.form-note { font-size: .78rem; color: var(--ink-soft); margin-top: 1rem; text-align: center; }

/* FOOTER */
.site-footer { background: var(--wine-deep); color: var(--paper); padding: clamp(3.5rem,7vw,5rem) clamp(1.2rem,4vw,3.2rem) 2rem; }
.footer-top { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(201,162,74,.25); }
.footer-brand .brand-mark { background: var(--gold); color: var(--wine-deep); font-size: 1.3rem; display: inline-block; margin-bottom: 1rem; }
.footer-name { font-family: var(--font-display); font-size: 1.4rem; margin-bottom: .4rem; }
.footer-tag { color: var(--gold-soft); font-family: var(--font-display); font-style: italic; font-size: 1.05rem; }
.footer-nav { display: flex; flex-direction: column; gap: .8rem; }
.footer-nav a { color: rgba(246,241,232,.75); font-size: .9rem; transition: color .3s; }
.footer-nav a:hover { color: var(--gold-2); }
.footer-contact { display: flex; flex-direction: column; gap: .5rem; }
.footer-contact a { font-family: var(--font-display); font-size: 1.35rem; color: var(--gold-2); }
.footer-contact span { color: rgba(246,241,232,.7); font-size: .9rem; }
.footer-bottom { max-width: var(--maxw); margin: 1.8rem auto 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .8rem; }
.footer-bottom p { font-size: .76rem; color: rgba(246,241,232,.6); }

/* WhatsApp flutuante */
.wa-float { position: fixed; right: 1.6rem; bottom: 1.6rem; z-index: 900; width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg,#25D366,#128C7E); color: #fff; box-shadow: 0 12px 30px -8px rgba(18,140,126,.7); transition: transform .4s var(--ease); }
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(37,211,102,.5); animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: .8 } 100% { transform: scale(1.6); opacity: 0 } }
.wa-float:hover { transform: scale(1.08); }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.hero .reveal[data-delay="1"] { transition-delay: .1s; }
.hero .reveal[data-delay="2"] { transition-delay: .2s; }
.hero .reveal[data-delay="3"] { transition-delay: .32s; }
.hero .reveal[data-delay="4"] { transition-delay: .44s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .vs-track, .wa-float::after { animation: none; } html { scroll-behavior: auto; } }

/* ============================================================
   CAMADA DE LUXO — textura, ornamentos e filetes dourados
   ============================================================ */

/* moldura dourada dupla emoldurando a página (assinatura de luxo) */
.page-frame { position: fixed; inset: 16px; z-index: 80; pointer-events: none; border: 1px solid rgba(169,134,63,.45); border-radius: 2px; }
.page-frame::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(169,134,63,.2); border-radius: 1px; }

/* textura de papel sutil (profundidade) */
.grain {
  position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* florão ornamental (linha + losango) */
.flourish { display: flex; align-items: center; gap: .9rem; margin: -.4rem 0 1.9rem; color: var(--gold); }
.flourish i { display: block; height: 1px; width: 3.4rem; }
.flourish i:first-child { background: linear-gradient(90deg, transparent, var(--gold)); }
.flourish i:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.flourish b { font-size: .7rem; line-height: 1; color: var(--gold); }

/* kicker mais refinado — losango + filete */
.kicker { display: inline-flex; align-items: center; gap: .7rem; }
.kicker::before { content: "✦"; font-size: .7rem; color: var(--gold); }
.areas-head .kicker, .proc-head .kicker { justify-content: center; }
.areas-head .kicker, .proc-head .kicker { margin-left: auto; margin-right: auto; }

/* títulos com filete dourado fino sob as seções centralizadas */
.areas-head h2::after, .proc-head h2::after {
  content: ""; display: block; width: 64px; height: 2px; margin: 1.1rem auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* marca refinada com leve relevo dourado */
.brand-mark { box-shadow: inset 0 0 0 1px rgba(232,220,190,.25), 0 6px 16px -8px rgba(83,21,32,.5); }

/* botão vinho com fio dourado interno (toque de luxo) */
.btn-wine { box-shadow: inset 0 0 0 1px rgba(232,220,190,.18), 0 12px 28px -14px rgba(83,21,32,.6); }
.btn-wine:hover { box-shadow: inset 0 0 0 1px rgba(232,220,190,.45), 0 18px 36px -14px rgba(83,21,32,.7); }
.btn-line:hover { border-color: var(--wine); }

/* cards com cantos dourados finos e numeral serifado maior */
.area-card { box-shadow: 0 1px 0 rgba(255,255,255,.6) inset; }
.area-card::before, .area-card::after {
  content: ""; position: absolute; width: 16px; height: 16px; pointer-events: none;
  border-color: var(--gold); opacity: .35; transition: opacity .5s var(--ease);
}
.area-card::before { top: 12px; left: 12px; border-top: 1px solid; border-left: 1px solid; }
.area-card::after  { bottom: 12px; right: 12px; border-bottom: 1px solid; border-right: 1px solid; }
.area-card:hover::before, .area-card:hover::after { opacity: .85; }
.area-num { font-size: 1.8rem; }

/* passos do atendimento com filete dourado superior */
.proc-step { border-top: 2px solid var(--wine); }
.proc-step::after { content: ""; position: absolute; top: 16px; right: 16px; width: 14px; height: 14px; border-top: 1px solid var(--gold); border-right: 1px solid var(--gold); opacity: .4; }

/* listras finas douradas separando blocos */
.valuestrip { border-top: 1px solid var(--gold-soft); border-bottom: 1px solid var(--gold-soft); }

/* hf-badge com aspas serifadas maiores */
.hf-badge-mark { font-size: 2.2rem; }

/* aspas da citação com mais presença */
.quote-band blockquote { letter-spacing: .005em; }

/* refinamento de foco/realce do título do hero */
.hero-title em { position: relative; }
.hero-title em::after { content: ""; position: absolute; left: 0; right: 0; bottom: .08em; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); opacity: .6; }

/* ============================================================ RESPONSIVO */
/* trava de segurança: no desktop o menu mobile some de vez */
@media (min-width: 981px) { .mobile-menu { display: none !important; } }

@media (max-width: 980px) {
  .nav, .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .mobile-menu:not([hidden]) { display: flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero-figure { order: -1; max-width: 380px; }
  .sobre-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .sobre-photo { max-width: 420px; }
  .area-grid { grid-template-columns: 1fr; }
  .proc-steps { grid-template-columns: 1fr; }
  .contato-grid { grid-template-columns: 1fr; gap: 3rem; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  html, body { max-width: 100%; overflow-x: hidden; }
}
@media (max-width: 640px) {
  .hero { padding-top: 7.5rem; }
  .hero-monogram { font-size: 15rem; right: -8%; }
  .page-frame { inset: 8px; }
  .page-frame::before { inset: 4px; }
  section { padding: 4.5rem 1.3rem; }
  .site-header { padding: 1.1rem 1.3rem; }
  .hero-title { font-size: clamp(2.4rem,9vw,3.4rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { gap: 1.4rem; }
  .hf-badge { left: 0; font-size: .92rem; max-width: 12rem; }
  .vs-track span { font-size: 1.1rem; }
  .footer-bottom { flex-direction: column; }
  .wa-float { width: 52px; height: 52px; bottom: 1.2rem; right: 1.2rem; }
}
