/* ============================================================
   CONSTRUFARE — Site Público (área de teste)
   Design system: editorial luxury · verde profundo + ouro + cream
   ============================================================ */

:root {
  /* Brand */
  --green:       #0f5132;
  --green-deep:  #0a3c25;
  --green-light: #198754;
  --gold:        #b08d57;
  --gold-light:  #d4b078;
  --gold-soft:   #e7d8bd;
  --gold-text:   #8a6a36;
  --ink:         #0d1b14;
  --ink-2:       #1f2d24;
  --paper:       #faf7f1;
  --cream:       #f3eee2;
  --cream-2:     #ece5d5;
  --line:        #d9d1bf;
  --line-soft:   #e8e1d2;
  --muted:       #6b6557;
  --white:       #ffffff;

  /* Type */
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans:  'Inter', system-ui, -apple-system, sans-serif;

  /* Rhythm */
  --maxw: 1180px;
  --gut: clamp(24px, 5vw, 64px);
  --radius: 5px;
  --shadow-sm: 0 1px 2px rgba(13,27,20,.06), 0 4px 16px rgba(13,27,20,.05);
  --shadow-md: 0 8px 30px rgba(13,27,20,.10);
  --shadow-lg: 0 24px 70px rgba(13,27,20,.18);
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--paper);
  color: var(--ink-2);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); font-weight: 700; letter-spacing: -.015em; line-height: 1.08; }
h1 { font-size: clamp(40px, 6.4vw, 78px); }
h2 { font-size: clamp(30px, 4.2vw, 50px); line-height: 1.12; }
h3 { font-size: clamp(20px, 2.4vw, 27px); font-weight: 600; }
h4 { font-size: 18px; font-weight: 600; }
p  { color: var(--ink-2); }

/* Helpers */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gut); }
.section { padding-block: clamp(64px, 9vw, 116px); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans); font-size: 12px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold-text);
}
.eyebrow::before { content: ''; width: 30px; height: 1px; background: var(--gold); }
.eyebrow.center::after { content: ''; width: 30px; height: 1px; background: var(--gold); }
.eyebrow.center { justify-content: center; }
.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin: 18px 0 16px; }
.lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--muted); line-height: 1.7; }
.gold-rule { width: 60px; height: 2px; background: var(--gold); border: 0; margin: 16px 0 26px; }
.center .gold-rule { margin-inline: auto; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-size: 14.5px; font-weight: 600;
  letter-spacing: .02em; padding: 15px 30px; border-radius: 3px;
  border: 1px solid transparent; transition: all .35s var(--ease);
  white-space: nowrap; cursor: pointer; line-height: 1;
}
.btn-primary { background: var(--green); color: var(--white); }
.btn-primary:hover { background: var(--green-deep); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(15,81,50,.32); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(176,141,87,.4); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--green); color: var(--green); transform: translateY(-2px); }
.btn-light { background: transparent; color: var(--paper); border-color: rgba(255,255,255,.4); }
.btn-light:hover { background: rgba(255,255,255,.1); border-color: var(--paper); transform: translateY(-2px); }
.btn-wa { background: #1fa54a; color: #fff; }
.btn-wa:hover { background: #178a3d; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(31,165,74,.36); }
.btn svg { width: 17px; height: 17px; }
.btn-lg { padding: 17px 36px; font-size: 15px; }

/* ============================================================
   TOP BAR + HEADER
   ============================================================ */
.topbar {
  background: var(--green-deep); color: rgba(255,255,255,.85);
  font-size: 12.5px; letter-spacing: .02em;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 40px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; transition: color .25s; }
.topbar a:hover { color: var(--gold-light); }
.topbar .tb-left { display: flex; gap: 26px; }
.topbar .tb-right { display: flex; align-items: center; gap: 18px; }
.topbar svg { width: 14px; height: 14px; opacity: .8; }
.topbar .tb-cta { background: var(--gold); color: #14241c; padding: 5px 15px; border-radius: 999px; font-weight: 700; letter-spacing: .02em; line-height: 1; box-shadow: 0 1px 6px rgba(0,0,0,.2); }
.topbar .tb-cta:hover { background: var(--gold-light); color: #14241c; }
.topbar .tb-cta svg { width: 13px; height: 13px; opacity: 1; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,247,241,.85); backdrop-filter: blur(14px) saturate(1.4);
  border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s, background .3s;
}
.site-header.scrolled { border-bottom-color: var(--line-soft); box-shadow: 0 4px 24px rgba(13,27,20,.06); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { height: 44px; width: auto; }
.brand .bt { display: flex; flex-direction: column; line-height: 1; }
.brand .bt strong { font-family: var(--serif); font-size: 21px; color: var(--ink); letter-spacing: .04em; font-weight: 700; }
.brand .bt span { font-size: 9.5px; letter-spacing: .32em; text-transform: uppercase; color: var(--gold); margin-top: 4px; font-weight: 600; }

.nav { display: flex; align-items: center; gap: 34px; }
.nav a.navlink {
  font-size: 14.5px; font-weight: 500; color: var(--ink-2); position: relative; padding: 6px 0;
  transition: color .25s;
}
.nav a.navlink::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0; background: var(--gold);
  transition: width .3s var(--ease);
}
.nav a.navlink:hover, .nav a.navlink.active { color: var(--green); }
.nav a.navlink:hover::after, .nav a.navlink.active::after { width: 100%; }
.header-cta { display: flex; align-items: center; gap: 14px; }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; }
.burger span { width: 24px; height: 2px; background: var(--ink); transition: .3s; }

/* Mobile nav drawer */
.mobile-nav {
  position: fixed; inset: 0 0 0 auto; width: min(340px, 86vw); z-index: 200;
  background: var(--green-deep); color: var(--paper); padding: 32px 30px;
  transform: translateX(100%); transition: transform .4s var(--ease);
  display: flex; flex-direction: column; gap: 6px; box-shadow: -20px 0 60px rgba(0,0,0,.3);
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav .mn-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.mobile-nav .mn-head img { height: 34px; }
.mobile-nav .mn-close { background: none; border: 0; color: var(--paper); font-size: 28px; line-height: 1; }
.mobile-nav a.mlink { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 18px; font-family: var(--serif); }
.mobile-nav a.mlink:hover { color: var(--gold-light); padding-left: 6px; transition: .2s; }
.mobile-nav .mn-actions { margin-top: 26px; display: flex; flex-direction: column; gap: 12px; }
.scrim { position: fixed; inset: 0; background: rgba(13,27,20,.5); backdrop-filter: blur(2px); z-index: 150; opacity: 0; visibility: hidden; transition: .35s; }
.scrim.open { opacity: 1; visibility: visible; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: 88vh; display: flex; align-items: flex-end; overflow: hidden; color: var(--paper); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); animation: heroZoom 16s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,27,20,.55) 0%, rgba(10,27,20,.18) 38%, rgba(10,27,20,.72) 100%),
              linear-gradient(110deg, rgba(10,60,37,.55) 0%, rgba(13,27,20,.1) 55%);
}
.hero .wrap { position: relative; z-index: 1; padding-bottom: clamp(48px, 7vw, 92px); padding-top: 120px; width: 100%; }
.hero .eyebrow { color: var(--gold-light); }
.hero .eyebrow::before { background: var(--gold-light); }
.hero h1 { color: var(--paper); max-width: 14ch; margin: 22px 0; text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.hero .hero-sub { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(19px, 2.3vw, 27px); color: var(--gold-soft); max-width: 40ch; margin-bottom: 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 26px 54px; margin-top: clamp(40px, 6vw, 64px); padding-top: 34px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-stats .hs { }
.hero-stats .hs strong { display: block; font-family: var(--serif); font-size: clamp(26px, 3vw, 38px); color: var(--paper); font-weight: 700; }
.hero-stats .hs span { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.7); font-weight: 500; }

/* Reveal on load (staggered) */
.fade-up { opacity: 0; transform: translateY(26px); }
.hero .fade-up { animation: fadeUp .9s var(--ease) forwards; }
.hero .d1 { animation-delay: .15s; }
.hero .d2 { animation-delay: .3s; }
.hero .d3 { animation-delay: .45s; }
.hero .d4 { animation-delay: .6s; }
.hero .d5 { animation-delay: .78s; }
@keyframes fadeUp { to { opacity: 1; transform: none; } }

/* Scroll reveal (JS-driven) */
[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .1s; }
[data-reveal][data-delay="2"] { transition-delay: .2s; }
[data-reveal][data-delay="3"] { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) { [data-reveal], .fade-up, .hero-bg img { opacity: 1 !important; transform: none !important; animation: none !important; } }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust { background: var(--white); border-bottom: 1px solid var(--line-soft); }
.trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust .ti { padding: 34px 28px; text-align: center; border-right: 1px solid var(--line-soft); }
.trust .ti:last-child { border-right: 0; }
.trust .ti strong { display: block; font-family: var(--serif); font-size: clamp(28px, 3.4vw, 42px); color: var(--green); font-weight: 700; line-height: 1; }
.trust .ti span { font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: 10px; display: block; font-weight: 500; }

/* ============================================================
   EMPREENDIMENTOS — feature cards
   ============================================================ */
.emp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3vw, 38px); }
.emp-card {
  background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.emp-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.emp-card .ec-media { position: relative; aspect-ratio: 16/11; overflow: hidden; background: var(--cream); }
.emp-card .ec-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.emp-card:hover .ec-media img { transform: scale(1.06); }
.badge {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  padding: 7px 13px; border-radius: 2px; backdrop-filter: blur(6px);
}
.badge.obra   { background: rgba(176,141,87,.92); color: var(--ink); }
.badge.pronto { background: rgba(25,135,84,.92); color: #fff; }
.badge.entregue { background: rgba(13,27,20,.82); color: var(--gold-light); }
.ec-price-tag {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  background: linear-gradient(0deg, rgba(10,27,20,.82), transparent);
  padding: 40px 22px 18px; color: #fff;
}
.ec-price-tag span { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-light); font-weight: 600; }
.ec-price-tag strong { display: block; font-family: var(--serif); font-size: 30px; font-weight: 700; margin-top: 3px; }
.emp-card .ec-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.emp-card .ec-loc { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-text); font-weight: 600; }
.emp-card .ec-body h3 { margin: 8px 0 6px; font-family: var(--serif); font-size: 26px; font-weight: 700; }
.emp-card .ec-tagline { font-style: italic; font-family: var(--serif); color: var(--muted); font-size: 16px; margin-bottom: 18px; }
.emp-card .ec-specs { display: flex; flex-wrap: wrap; gap: 8px 10px; margin-bottom: 22px; }
.emp-card .ec-specs li { list-style: none; font-size: 12.5px; color: var(--ink-2); background: var(--cream); border: 1px solid var(--line-soft); padding: 6px 11px; border-radius: 100px; font-weight: 500; }
.emp-card .ec-foot { margin-top: auto; display: flex; gap: 10px; align-items: center; }
.emp-card .ec-foot .btn { flex: 1; }

/* ============================================================
   DIFERENCIAIS / PILLARS
   ============================================================ */
.pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.pillar {
  background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 34px 28px; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.pillar:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--gold-soft); }
.pillar .p-ico {
  width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--cream); color: var(--green); margin-bottom: 20px;
}
.pillar .p-ico svg { width: 24px; height: 24px; }
.pillar h4 { font-family: var(--sans); font-weight: 600; font-size: 17px; margin-bottom: 9px; color: var(--ink); }
.pillar p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }

/* ============================================================
   DARK FEATURE BAND (Construfare ID etc.)
   ============================================================ */
.band-dark { background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.band-dark::before {
  content: ''; position: absolute; top: -30%; right: -10%; width: 60%; height: 160%;
  background: radial-gradient(circle, rgba(176,141,87,.16), transparent 65%); pointer-events: none;
}
.band-dark h2 { color: var(--paper); }
.band-dark .lead { color: rgba(255,255,255,.72); }
.band-dark .eyebrow, .cta-band .eyebrow { color: var(--gold-light); }
.band-dark .eyebrow::before { background: var(--gold-light); }
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 6vw, 76px); align-items: center; }
.id-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.id-item { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 20px; }
.id-item .name { font-family: var(--serif); font-weight: 600; font-size: 17px; color: var(--gold-light); margin-bottom: 5px; }
.id-item .val { font-family: var(--sans); color: rgba(255,255,255,.62); font-size: 13.5px; font-weight: 400; line-height: 1.5; }
.id-visual { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow-lg); }
.id-visual img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   PORTFOLIO MINI (cities)
   ============================================================ */
.city-tabs { display: flex; gap: 10px; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; }
.city-tab { background: var(--white); border: 1px solid var(--line); border-radius: 100px; padding: 11px 26px; font-size: 14px; font-weight: 600; color: var(--ink-2); transition: .3s; }
.city-tab.active, .city-tab:hover { background: var(--green); color: #fff; border-color: var(--green); }
.mini-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 22px; }
.mini-card { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/4; box-shadow: var(--shadow-sm); display: block; }
.mini-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.mini-card:hover img { transform: scale(1.06); }
.mini-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,27,20,.88) 0%, rgba(10,27,20,.05) 55%); }
.mini-card .mc-info { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 22px 20px; color: #fff; }
.mini-card .mc-info .mc-status { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-light); font-weight: 600; }
.mini-card .mc-info h4 { font-family: var(--serif); color: #fff; font-size: 22px; margin: 4px 0 3px; font-weight: 700; }
.mini-card .mc-info p { font-size: 13px; color: rgba(255,255,255,.8); }
.mini-card .mc-go { position: absolute; top: 16px; right: 16px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.16); backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; transition: .3s; }
.mini-card:hover .mc-go { background: var(--gold); }
.mini-card .mc-go svg { width: 17px; height: 17px; color: #fff; }
.mini-card.placeholder { background: var(--green-deep); display: flex; align-items: center; justify-content: center; }
.mini-card.placeholder::after { display: none; }
.mini-card.placeholder .ph { text-align: center; color: var(--gold-light); padding: 24px; }
.mini-card.placeholder .ph strong { font-family: var(--serif); font-size: 22px; color: #fff; display: block; }

/* ============================================================
   CERTIFICAÇÕES
   ============================================================ */
.cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cert { text-align: center; padding: 42px 28px; background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius); transition: .4s; }
.cert:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.cert .seal { width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 26px; font-weight: 700; }
.cert .seal svg { width: 30px; height: 30px; }
.cert h4 { font-family: var(--sans); font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.cert p { font-size: 13.5px; color: var(--muted); }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote-card { background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 34px 30px; position: relative; box-shadow: var(--shadow-sm); }
.quote-card .qm { font-family: var(--serif); font-size: 64px; color: var(--gold-soft); line-height: .6; height: 30px; }
.quote-card p { font-size: 15.5px; color: var(--ink-2); line-height: 1.7; font-style: italic; margin-bottom: 22px; }
.quote-card .qa { display: flex; align-items: center; gap: 13px; }
.quote-card .qa .av { width: 44px; height: 44px; border-radius: 50%; background: var(--green); color: var(--gold-light); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 700; font-size: 18px; }
.quote-card .qa .who strong { display: block; font-size: 14.5px; color: var(--ink); font-family: var(--sans); }
.quote-card .qa .who span { font-size: 12.5px; color: var(--muted); }
.stars { color: var(--gold-text); letter-spacing: 2px; margin-bottom: 14px; font-size: 14px; }

/* ============================================================
   CTA + FORM
   ============================================================ */
.cta-band { background: linear-gradient(135deg, var(--green) 0%, var(--green-deep) 100%); color: var(--paper); position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; bottom: -40%; left: -8%; width: 50%; height: 150%; background: radial-gradient(circle, rgba(176,141,87,.18), transparent 64%); }
.cta-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(38px, 6vw, 72px); align-items: center; position: relative; z-index: 1; }
.cta-grid h2 { color: var(--paper); }
.cta-grid .lead { color: rgba(255,255,255,.82); }
.cta-perks { list-style: none; margin: 28px 0 0; display: grid; gap: 13px; }
.cta-perks li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: rgba(255,255,255,.9); }
.cta-perks li svg { width: 20px; height: 20px; color: var(--gold-light); flex-shrink: 0; margin-top: 1px; }
.form-card { background: var(--white); border-radius: 8px; padding: clamp(28px, 3vw, 40px); box-shadow: var(--shadow-lg); color: var(--ink-2); }
.form-card h3 { margin-bottom: 6px; }
.form-card .fc-sub { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: .04em; color: var(--ink); margin-bottom: 7px; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 15px; color: var(--ink);
  padding: 13px 15px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper);
  transition: border-color .25s, box-shadow .25s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--green); box-shadow: 0 0 0 3px rgba(15,81,50,.12); background: #fff; }
.field textarea { resize: vertical; min-height: 84px; }
.form-card .btn { width: 100%; }
.form-note { font-size: 12px; color: var(--muted); margin-top: 14px; text-align: center; line-height: 1.5; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink); color: rgba(255,255,255,.66); padding-top: clamp(56px, 7vw, 84px); }
.site-footer .f-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer .f-brand img { height: 40px; margin-bottom: 18px; }
.site-footer .f-brand p { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.7; max-width: 36ch; }
.site-footer h5 { font-family: var(--sans); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 18px; font-weight: 600; }
.site-footer .f-links a { display: block; font-size: 14.5px; padding: 7px 0; color: rgba(255,255,255,.68); transition: color .25s, padding-left .25s; }
.site-footer .f-links a:hover { color: var(--gold-light); padding-left: 5px; }
.site-footer .f-contact li { list-style: none; display: flex; gap: 11px; align-items: flex-start; font-size: 14px; padding: 7px 0; color: rgba(255,255,255,.7); }
.site-footer .f-contact svg { width: 16px; height: 16px; color: var(--gold-light); flex-shrink: 0; margin-top: 3px; }
.site-footer .f-bottom { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; padding: 26px 0 34px; font-size: 12.5px; color: rgba(255,255,255,.45); }
.site-footer .f-bottom a:hover { color: var(--gold-light); }
.f-social { display: flex; gap: 12px; }
.f-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; transition: .3s; }
.f-social a:hover { background: var(--gold); border-color: var(--gold); }
.f-social a:hover svg { color: var(--ink); }
.f-social svg { width: 17px; height: 17px; color: rgba(255,255,255,.7); }

/* Floating WhatsApp */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: #1fa54a;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(31,165,74,.45);
  transition: transform .3s; animation: waPulse 2.6s infinite;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; color: #fff; }
@keyframes waPulse { 0%,100% { box-shadow: 0 10px 30px rgba(31,165,74,.45), 0 0 0 0 rgba(31,165,74,.4); } 50% { box-shadow: 0 10px 30px rgba(31,165,74,.45), 0 0 0 14px rgba(31,165,74,0); } }

/* ============================================================
   PAGE HERO (interior pages)
   ============================================================ */
.page-hero { position: relative; color: var(--paper); padding: 130px 0 70px; overflow: hidden; background: var(--green-deep); }
.page-hero.with-img .ph-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero.with-img .ph-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero.with-img .ph-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(10,27,20,.9), rgba(10,60,37,.6)); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero .eyebrow { color: var(--gold-light); }
.page-hero .eyebrow::before { background: var(--gold-light); }
.page-hero h1 { color: var(--paper); margin: 18px 0 14px; font-size: clamp(34px, 5vw, 60px); }
.page-hero p { color: rgba(255,255,255,.78); max-width: 56ch; font-size: 17px; }
.crumbs { font-size: 12.5px; color: rgba(255,255,255,.55); letter-spacing: .04em; }
.crumbs a:hover { color: var(--gold-light); }

/* ============================================================
   GENERIC GALLERY / CONTENT (detail pages)
   ============================================================ */
.gal-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gal-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ===== ANDAMENTO DA OBRA ===== */
.andamento { display: grid; grid-template-columns: 1fr 1.05fr; gap: 44px; align-items: start; }
.and-bars { display: flex; flex-direction: column; gap: 15px; }
.and-bar .and-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 7px; }
.and-bar .and-stage { font-weight: 600; font-size: 14.5px; color: var(--ink); }
.and-bar .and-pct { font-family: var(--serif); font-weight: 700; font-size: 15px; color: var(--green-light); }
.and-bar .and-track { height: 8px; background: var(--line); border-radius: 99px; overflow: hidden; }
.and-bar .and-fill { height: 100%; background: linear-gradient(90deg, var(--green), var(--green-light)); border-radius: 99px; }
.and-bar.is-done .and-pct { color: var(--gold); }
.and-bar.is-todo .and-pct { color: var(--muted); }
.and-note { font-size: 12.5px; color: var(--muted); margin-top: 22px; line-height: 1.5; }
.and-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.and-gallery figure { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.and-gallery figure:first-child { grid-column: 1 / -1; }
.and-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 16/10; }
.and-gallery figcaption { position: absolute; left: 10px; bottom: 10px; background: rgba(13,27,20,.78); color: #fff; font-size: 11px; font-weight: 600; padding: 4px 11px; border-radius: 99px; letter-spacing: .05em; text-transform: uppercase; }
@media (max-width: 860px){ .andamento { grid-template-columns: 1fr; gap: 32px; } }

/* ===== BLOG ===== */
.wrap-narrow { max-width: 760px; margin: 0 auto; padding: 0 24px; }
/* índice */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit; transition: transform .25s ease, box-shadow .25s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.bc-media { aspect-ratio: 16/10; overflow: hidden; background: var(--cream); }
.bc-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.blog-card:hover .bc-media img { transform: scale(1.04); }
.bc-noimg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-family: var(--serif); color: var(--gold); background: var(--green-deep); letter-spacing: .1em; }
.bc-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.bc-date { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.blog-card h3 { font-family: var(--serif); font-size: 20px; line-height: 1.25; margin: 9px 0 10px; color: var(--ink); }
.bc-body p { font-size: 14px; color: var(--muted); line-height: 1.55; flex: 1; }
.bc-go { margin-top: 16px; font-weight: 600; font-size: 13.5px; color: var(--green-light); }
/* post */
.post { padding: 40px 0 80px; }
.post-back { display: inline-block; margin-bottom: 22px; color: var(--green-light); font-weight: 600; font-size: 14px; text-decoration: none; }
.post-back:hover { color: var(--green); }
.post-title { font-family: var(--serif); font-size: clamp(28px, 4.4vw, 46px); line-height: 1.12; color: var(--ink); margin-bottom: 14px; }
.post-meta { font-size: 13px; letter-spacing: .05em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 30px; }
.post-hero { max-width: 1000px; margin: 0 auto 40px; padding: 0 24px; }
.post-hero img { width: 100%; max-height: 480px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); display: block; }
/* prose */
.prose { font-size: 17px; line-height: 1.75; color: var(--ink-2); }
.prose > *:first-child { margin-top: 0; }
.prose p { margin: 0 0 20px; }
.prose h2 { font-family: var(--serif); font-size: clamp(23px, 3vw, 30px); color: var(--ink); margin: 42px 0 14px; line-height: 1.2; }
.prose h3 { font-family: var(--serif); font-size: 21px; color: var(--ink); margin: 32px 0 12px; }
.prose h4 { font-size: 17px; font-weight: 700; color: var(--ink); margin: 24px 0 10px; }
.prose ul, .prose ol { margin: 0 0 22px; padding-left: 24px; }
.prose li { margin-bottom: 9px; }
.prose a { color: var(--green-light); text-decoration: underline; text-underline-offset: 2px; }
.prose a:hover { color: var(--green); }
.prose img { max-width: 100%; height: auto; border-radius: var(--radius); margin: 26px 0; display: block; box-shadow: var(--shadow); }
.prose blockquote { margin: 26px 0; padding: 16px 24px; border-left: 3px solid var(--gold); background: var(--cream); font-style: italic; color: var(--ink); border-radius: 0 var(--radius) var(--radius) 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 15px; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.prose th { background: var(--cream); font-weight: 600; }
.prose strong { color: var(--ink); }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 36px 0; }
/* cta no fim do post */
.post-cta { margin-top: 50px; padding: 30px 32px; background: var(--green-deep); color: var(--paper); border-radius: var(--radius); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.post-cta strong { font-family: var(--serif); font-size: 20px; display: block; margin-bottom: 4px; }
.post-cta span { color: rgba(255,255,255,.75); font-size: 14.5px; }
.post-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 920px){ .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px){ .blog-grid { grid-template-columns: 1fr; } .post-cta { flex-direction: column; align-items: flex-start; } }

/* ===== SIMULADOR ===== */
.sim { max-width: 940px; margin: 0 auto; }
.sim-form { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); padding: 26px; border-radius: var(--radius); }
.sim-field { display: flex; flex-direction: column; gap: 7px; }
.sim-field label { font-size: 13px; color: rgba(255,255,255,.8); font-weight: 500; }
.sim-field input, .sim-field select { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; font: inherit; font-size: 15px; color: var(--ink); }
.sim-field input:focus, .sim-field select:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
#sim-calc { grid-column: 1 / -1; }
.sim-hint { grid-column: 1 / -1; color: var(--gold-light); font-size: 13px; margin: 0; }
.sim-result { margin-top: 18px; background: var(--paper); color: var(--ink); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-lg); text-align: center; }
.sim-r-label { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.sim-r-value { display: block; font-family: var(--serif); font-size: clamp(34px, 6vw, 52px); color: var(--green); line-height: 1.05; margin: 6px 0 22px; }
.sim-r-rows { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; text-align: left; margin-bottom: 18px; }
.sim-r-rows > div { background: var(--cream); border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; }
.sim-r-rows span { display: block; font-size: 12px; color: var(--muted); margin-bottom: 4px; }
.sim-r-rows b { font-size: 15px; color: var(--ink); font-weight: 600; }
.sim-disc { font-size: 12px; color: var(--muted); margin: 0 0 20px; }
.sim-lead { border-top: 1px solid var(--line); padding-top: 20px; }
.sim-lead-h { font-weight: 600; color: var(--ink); margin: 0 0 14px; }
.sim-lead-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.sim-lead input { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; font: inherit; font-size: 15px; width: 100%; }
.sim-lead .btn { width: 100%; }
@media (max-width: 720px){ .sim-form { grid-template-columns: 1fr; } .sim-r-rows { grid-template-columns: 1fr; } .sim-lead-row { grid-template-columns: 1fr; }
  .prose table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

/* ===== FAQ ===== */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-family: var(--serif); font-size: 18px; color: var(--ink); font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-family: var(--sans); font-size: 26px; color: var(--gold); line-height: 1; flex-shrink: 0; transition: transform .2s ease; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item summary:hover { color: var(--green); }
.faq-a { padding: 0 24px 22px; }
.faq-a p { color: var(--ink-2); line-height: 1.7; font-size: 15.5px; }
.faq-a a { color: var(--green-light); text-decoration: underline; }

/* ===== LINK LIST (bairros/blog rel.) ===== */
.link-list { list-style: none; display: flex; flex-direction: column; gap: 10px; padding: 0; }
.link-list a { display: block; padding: 14px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); color: var(--green); font-weight: 600; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.link-list a:hover { background: var(--cream); transform: translateX(4px); }
/* chips de bairro */
.bairro-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.bairro-chips a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; background: var(--cream); border: 1px solid var(--line); border-radius: 99px; color: var(--ink); font-weight: 600; font-size: 14.5px; text-decoration: none; transition: all .2s ease; }
.bairro-chips a:hover { background: var(--green); color: #fff; border-color: var(--green); }

/* ===== PLANTA INTERATIVA (lightbox zoom) ===== */
img.planta { cursor: zoom-in; transition: filter .2s ease; }
img.planta:hover { filter: brightness(.96); }
.lightbox { position: fixed; inset: 0; background: rgba(8,18,13,.94); display: none; align-items: center; justify-content: center; z-index: 3000; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 84vh; transform-origin: center; transition: transform .12s ease; border-radius: 6px; box-shadow: 0 24px 70px rgba(0,0,0,.55); cursor: grab; user-select: none; -webkit-user-drag: none; }
.lb-close, .lb-btn { position: absolute; background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.3); width: 46px; height: 46px; border-radius: 50%; font-size: 24px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.lb-close:hover, .lb-btn:hover { background: rgba(255,255,255,.28); }
.lb-close { top: 20px; right: 20px; }
.lb-controls { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; gap: 12px; }
.lb-hint { position: absolute; top: 26px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.65); font-size: 13px; text-align: center; padding: 0 16px; }

/* ===== MAPA EMBED ===== */
.map-embed { width: 100%; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 16/10; display: block; }

/* ===== AGENDAR VISITA ===== */
.agendar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.agendar-grid .field.full { grid-column: 1 / -1; }
.agendar-grid input, .agendar-grid select { width: 100%; }
@media (max-width: 600px) { .agendar-grid { grid-template-columns: 1fr; } }

/* ===== EXIT-INTENT / LEAD MAGNET ===== */
.exit-modal { position: fixed; inset: 0; background: rgba(8,18,13,.72); display: none; align-items: center; justify-content: center; z-index: 4000; padding: 20px; }
.exit-modal.open { display: flex; animation: exitFade .22s ease; }
@keyframes exitFade { from { opacity: 0 } to { opacity: 1 } }
.exit-card { background: #fff; border-radius: 16px; max-width: 460px; width: 100%; padding: 38px 34px 34px; position: relative; box-shadow: 0 30px 80px rgba(0,0,0,.4); border-top: 5px solid var(--gold); }
.exit-close { position: absolute; top: 12px; right: 16px; background: none; border: 0; font-size: 28px; line-height: 1; color: var(--muted); cursor: pointer; }
.exit-close:hover { color: var(--ink); }
.exit-eyebrow { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.exit-card h3 { font-family: var(--serif); font-size: 24px; color: var(--ink); margin: 8px 0 10px; line-height: 1.22; }
.exit-card p { color: var(--muted); font-size: 14.5px; line-height: 1.6; margin-bottom: 18px; }
.exit-form { display: flex; flex-direction: column; gap: 10px; }
.exit-form input { padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font: inherit; font-size: 15px; width: 100%; }
.exit-form input:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.exit-card .btn { width: 100%; justify-content: center; text-align: center; margin-top: 4px; }
.exit-note { font-size: 11.5px; color: var(--muted); margin: 8px 0 0; text-align: center; }

/* Gancho do Guia (blog) */
.guia-cta { display: flex; align-items: center; gap: 20px; background: linear-gradient(135deg, var(--green-deep), var(--green)); color: #fff; border-radius: var(--radius); padding: 22px 26px; margin: 38px 0; flex-wrap: wrap; box-shadow: var(--shadow); }
.guia-cta .gc-ico { font-size: 38px; line-height: 1; }
.guia-cta .gc-txt { flex: 1; min-width: 200px; }
.guia-cta .gc-txt strong { font-family: var(--serif); font-size: 19px; display: block; margin-bottom: 3px; }
.guia-cta .gc-txt span { color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.5; }
.guia-cta .btn { white-space: nowrap; }

/* Aviso de cookies (LGPD) + consentimento */
.cookie-bar { position: fixed; left: 16px; right: 16px; bottom: 16px; max-width: 720px; margin: 0 auto; background: var(--ink); color: #fff; border-radius: 12px; padding: 15px 20px; display: none; align-items: center; gap: 16px; z-index: 3500; box-shadow: 0 12px 40px rgba(0,0,0,.35); flex-wrap: wrap; }
.cookie-bar.show { display: flex; }
.cookie-bar p { font-size: 13px; color: rgba(255,255,255,.85); margin: 0; flex: 1; min-width: 220px; line-height: 1.5; }
.cookie-bar a { color: var(--gold-light); text-decoration: underline; }
.cookie-bar .btn { padding: 9px 22px; white-space: nowrap; }
.form-consent { font-size: 11.5px; color: var(--muted); margin: 10px 0 0; text-align: center; line-height: 1.5; }
.form-consent a { color: var(--green-light); text-decoration: underline; }

/* ===== MATERIAIS (hub de recursos) ===== */
.mat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mat-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow); }
.mat-card .mat-ico { font-size: 40px; line-height: 1; margin-bottom: 14px; }
.mat-card h3 { font-family: var(--serif); font-size: 21px; color: var(--ink); margin-bottom: 8px; }
.mat-card p { color: var(--muted); font-size: 14.5px; line-height: 1.6; flex: 1; margin-bottom: 20px; }
.mat-card .btn { align-self: flex-start; }
.mat-card .mat-tag { font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 10px; }
@media (max-width: 640px) { .mat-grid { grid-template-columns: 1fr; } }

/* ===== ACESSIBILIDADE ===== */
/* Foco visível consistente para navegação por teclado */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  border-radius: 3px;
}
/* Skip link (pular para o conteúdo) */
.skip-link {
  position: absolute; left: -9999px; top: 8px; z-index: 6000;
  background: var(--green); color: #fff; padding: 10px 16px; border-radius: 8px;
  font-weight: 600; text-decoration: none;
}
.skip-link:focus { left: 12px; }
/* Respeita quem prefere menos movimento */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  [data-reveal], .fade-up { opacity: 1 !important; transform: none !important; }
}
@media (max-width: 560px) { .guia-cta { flex-direction: column; align-items: flex-start; } .guia-cta .btn { width: 100%; justify-content: center; } }
.photo { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/3; background: var(--cream); }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.photo:hover img { transform: scale(1.05); }
.photo .cap { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, rgba(0,0,0,.62), transparent); color: #fff; padding: 16px 14px 12px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 500; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; }
.spec-grid div { padding: 15px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; font-size: 14.5px; }
.spec-grid .k { color: var(--muted); }
.spec-grid .v { font-weight: 600; color: var(--ink); text-align: right; }
.typo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.typo { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.typo .planta { width: 100%; aspect-ratio: 4/3; object-fit: contain; padding: 24px; background: var(--cream); }
.typo .tbody { padding: 24px 28px 28px; }
.typo .tag { display: inline-block; background: var(--green); color: #fff; font-size: 11px; letter-spacing: .14em; padding: 5px 11px; text-transform: uppercase; font-weight: 600; border-radius: 2px; }
.typo h3 { margin: 14px 0 2px; }
.typo .area { font-family: var(--serif); font-size: 30px; color: var(--green); font-weight: 700; margin: 8px 0; }
.typo .area span { font-size: 13px; color: var(--muted); font-family: var(--sans); font-weight: 400; display: block; }
.typo ul { list-style: none; margin-top: 14px; }
.typo ul li { padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: 14px; display: flex; gap: 10px; align-items: center; }
.typo ul li:last-child { border-bottom: 0; }
.typo ul li::before { content: '◆'; color: var(--gold); font-size: 8px; }
.price-block { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 4vw, 48px); }
.price-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.price-row .v { font-family: var(--serif); font-size: 34px; color: var(--green); font-weight: 700; line-height: 1; }
.price-row .v small { display: block; font-size: 14px; color: var(--muted); font-family: var(--sans); font-weight: 400; margin-top: 8px; }
.price-note { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .nav, .header-cta .btn { display: none; }
  .burger { display: flex; }
  .emp-grid, .split, .cta-grid, .spec-grid, .typo-grid, .price-row { grid-template-columns: 1fr; }
  .trust .wrap { grid-template-columns: 1fr 1fr; }
  .trust .ti:nth-child(2) { border-right: 0; }
  .trust .ti { border-bottom: 1px solid var(--line-soft); }
  .cert-grid, .quotes { grid-template-columns: 1fr; }
  .site-footer .f-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .id-list { grid-template-columns: 1fr 1fr; }
  .gal-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .topbar .tb-left span.hide-sm { display: none; }
  .topbar .tb-cliente { display: none; }
  .topbar .tb-cta { padding: 6px 14px; }
  .hero-stats { gap: 20px 32px; }
  .quotes, .cert-grid, .gal-3, .gal-2, .site-footer .f-top, .id-list { grid-template-columns: 1fr; }
  .hero { min-height: 92vh; }
  .trust .ti { padding: 22px 12px; }
  .trust .ti strong { font-size: clamp(24px, 8vw, 34px); }
}
