:root {
  --navy-950: #071b2d;
  --navy-900: #0b2740;
  --navy-800: #123a59;
  --blue-600: #1769aa;
  --blue-100: #dceeff;
  --ink: #142334;
  --muted: #5c6b79;
  --line: #d9e2ea;
  --surface: #ffffff;
  --soft: #f5f1e7;
  --green: #177a55;
  --green-soft: #e3f5ed;
  --orange: #bd5b18;
  --orange-soft: #fff0e2;
  --gold: #c9a232;
  --ivory: #f3ead3;
  --glass: rgba(255, 255, 255, .78);
  --glass-line: rgba(11, 39, 64, .11);
  --shadow: 0 18px 50px rgba(7, 27, 45, .1);
  --radius: 22px;
  --container: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #f7f4ec;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 12% 12%, rgba(23, 105, 170, .08), transparent 28%), radial-gradient(circle at 88% 38%, rgba(201, 162, 50, .08), transparent 25%);
  z-index: -1;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 48px; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid #65b7f0;
  outline-offset: 3px;
}
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; padding: 12px 18px; background: #fff; color: var(--navy-950); border-radius: 10px; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 88px 0; scroll-margin-top: 20px; }
.section.soft { background: var(--soft); }
.section.dark { background: var(--navy-950); color: #fff; }
.section.orange { background: var(--orange-soft); }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; margin: 0 0 12px; color: var(--blue-600); font-size: .79rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.dark .eyebrow { color: #83c7ff; }
h1, h2, h3 { margin: 0; color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }
.dark h1, .dark h2, .dark h3 { color: #fff; }
h1 { font-size: clamp(2.45rem, 6vw, 5.1rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
.section-heading { max-width: 780px; margin-bottom: 38px; }
.section-heading p { max-width: 720px; margin: 16px 0 0; color: var(--muted); font-size: 1.08rem; }
.dark .section-heading p, .dark .muted { color: #bfd0de; }
.lead { color: #d3e0e9; font-size: clamp(1.08rem, 2vw, 1.3rem); max-width: 720px; }
.muted { color: var(--muted); }
.micro { color: var(--muted); font-size: .88rem; }
.topbar { background: #061522; color: #fff; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar small { color: #9ec6e4; font-size: inherit; font-weight: 700; }
.apecury-header { position: sticky; top: 0; z-index: 90; padding: 10px 0; background: linear-gradient(180deg, rgba(247,244,236,.94), rgba(247,244,236,.68)); backdrop-filter: blur(12px); }
.apecury-header.scrolled { background:rgba(247,244,236,.94); box-shadow:0 10px 30px rgba(7,27,45,.07); }
.header-inner { position: relative; min-height: 72px; display: flex; align-items: center; gap: 22px; padding: 9px 12px 9px 16px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; background: rgba(255,255,255,.82); box-shadow: 0 12px 38px rgba(7,27,45,.11); backdrop-filter: blur(22px) saturate(1.2); }
.header-logo { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; color: var(--navy-950); text-decoration: none; }
.header-logo img { width: 48px; height: 48px; object-fit: contain; }
.header-logo strong, .header-logo small { display: block; line-height: 1.08; }
.header-logo strong { font-family: Georgia, serif; font-size: 1.04rem; }
.header-logo small { margin-top: 3px; color: var(--muted); font-size: .66rem; font-weight: 750; }
.header-nav { margin-left: auto; }
.header-nav-group { display: flex; align-items: center; gap: 3px; }
.header-link { padding: 10px 7px; color: var(--navy-800); font-size: .86rem; font-weight: 800; text-decoration: none; }
.header-menu-toggle, .header-home-toggle, .header-projects-mobile { min-height: 42px; border: 1px solid var(--glass-line); background: rgba(255,255,255,.72); color: var(--navy-900); cursor: pointer; font-weight: 850; }
.header-menu-toggle { width: 38px; min-height: 38px; border-radius: 50%; font-size: 1.15rem; }
.header-home-toggle, .header-projects-mobile { display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px; border-radius: 999px; }
.header-projects-mobile { display: none; }
.header-cta { display: flex; align-items: center; gap: 8px; }
.header-cta .button { min-height: 44px; padding: 9px 15px; font-size: .8rem; }
.header-analyze { background: var(--gold); color: var(--navy-950); }
.header-analyze:hover { box-shadow: 0 10px 24px rgba(201,162,50,.28); }
.empreendimentos-menu, .home-nav-menu { position: absolute; z-index: 10; top: calc(100% + 12px); right: 0; width: min(100%, 640px); padding: 18px; visibility: hidden; opacity: 0; transform: translateY(-8px) scale(.985); border: 1px solid rgba(255,255,255,.74); border-radius: 25px; background: rgba(255,255,255,.94); box-shadow: 0 24px 60px rgba(7,27,45,.18); backdrop-filter: blur(24px); transition: opacity .2s, transform .2s, visibility .2s; }
.empreendimentos-menu.is-open, .home-nav-menu.is-open { visibility: visible; opacity: 1; transform: none; }
.menu-search { display: flex; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid var(--line); border-radius: 14px; background: #f8fafb; }
.menu-search input { min-height: 46px; padding-inline: 0; border: 0; background: transparent; box-shadow: none; }
.empreendimentos-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin-top: 12px; }
.empreendimentos-list a { padding: 12px; border-radius: 13px; color: var(--navy-900); text-decoration: none; }
.empreendimentos-list a:hover { background: var(--soft); }
.empreendimentos-list strong, .empreendimentos-list small { display: block; }
.empreendimentos-list small { margin-top: 2px; color: var(--muted); font-size: .72rem; }
.home-nav-menu { width: min(100%, 700px); }
.home-nav-actions { display:flex; gap:10px; margin-bottom:16px; padding-bottom:16px; border-bottom:1px solid var(--line); }
.home-nav-actions .button { flex:1; min-height:44px; font-size:.8rem; }
.home-nav-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.home-nav-grid > div { display: grid; align-content: start; gap: 4px; }
.home-nav-grid strong { margin-bottom: 7px; color: var(--navy-950); font-family: Georgia, serif; }
.home-nav-grid a { padding: 7px 0; color: var(--muted); font-size: .84rem; font-weight: 750; text-decoration: none; }
.home-nav-grid a:hover { color: var(--blue-600); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; background: var(--blue-600); color: #fff; cursor: pointer; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(23,105,170,.24); }
.button.secondary { border-color: var(--line); background: #fff; color: var(--navy-900); }
.button.gold { background: var(--gold); color: var(--navy-950); }
.button.gold:hover { background: #d6b13d; box-shadow: 0 10px 25px rgba(201,162,50,.3); }
.button.green { background: var(--green); }
.button.ghost { border-color: rgba(255,255,255,.38); background: transparent; color: #fff; }
.button.block { width: 100%; }
.button[disabled] { cursor: wait; opacity: .65; transform: none; }
.hero { position: relative; min-height: 700px; display: grid; align-items: center; overflow: hidden; background: var(--navy-950); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 30%, rgba(46,142,205,.34), transparent 28%), linear-gradient(115deg, transparent 54%, rgba(255,255,255,.04) 54%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .96fr 1.04fr; gap: 48px; align-items: center; padding-block: 72px; }
.hero h1 { color: #fff; max-width: 850px; }
.hero-copy > p { max-width: 680px; }
.curiosity-line { margin: 22px 0 0; padding: 16px 18px; border: 1px solid rgba(117,202,255,.24); border-radius: 16px; background: rgba(24,105,170,.14); color: #fff; font-size: 1.08rem; font-weight: 800; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 18px; }
.legal-note { margin: 0; padding-left: 14px; border-left: 3px solid #f09a50; color: #c8d6e0; font-size: .9rem; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 28px; }
.trust-item { display: flex; align-items: center; gap: 9px; color: #d9e7f0; font-size: .88rem; }
.trust-item::before { content: "✓"; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(51,194,136,.16); color: #70dda9; font-weight: 900; }
.hero-photo { position: relative; min-height: 590px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 36px; background: #102638; box-shadow: 0 32px 75px rgba(0,0,0,.32); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(5,20,31,.72)); pointer-events: none; }
.hero-photo > img { width: 100%; height: 590px; object-fit: cover; object-position: 57% center; }
.hero-photo-card { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: start; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(6,21,34,.86); backdrop-filter: blur(12px); }
.hero-photo-card small { display: block; margin-bottom: 3px; color: #8ccfff; font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hero-photo-card strong { display: block; color: #fff; font-size: 1rem; line-height: 1.4; }
.pulse-dot { width: 13px; height: 13px; margin-top: 7px; border: 3px solid rgba(113,224,173,.3); border-radius: 50%; background: #71e0ad; box-shadow: 0 0 0 6px rgba(113,224,173,.12); }
.recognition { background: #fff; }
.centered { margin-inline: auto; text-align: center; }
.centered p { margin-inline: auto; }
.pain-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.pain-card { grid-column: span 4; min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(7,27,45,.07); transition: transform .2s, border-color .2s, box-shadow .2s; }
.pain-card:nth-child(4), .pain-card:nth-child(5) { grid-column: span 6; }
.pain-card:hover { transform: translateY(-4px); border-color: #9ac8e8; box-shadow: 0 18px 38px rgba(7,27,45,.11); }
.pain-card > span { color: var(--blue-600); font-family: Georgia, serif; font-size: 3.2rem; line-height: .7; }
.pain-card p { margin: 18px 0 0; color: var(--navy-900); font-size: 1.06rem; font-weight: 800; line-height: 1.45; }
.pain-card.accent { border-color: #8cc9af; background: linear-gradient(145deg, #f3fcf8, #e4f6ee); }
.pain-card.accent > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 1.6rem; }
.recognition-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 24px; padding: 24px 28px; border-radius: 22px; background: var(--navy-950); color: #d5e4ee; }
.recognition-cta p { margin: 0; }
.recognition-cta strong { color: #fff; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.story-photo { position: relative; min-height: 610px; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.story-photo img { width: 100%; height: 610px; object-fit: cover; object-position: 48% center; }
.story-caption { position: absolute; inset: auto 20px 20px; padding: 16px 18px; border-radius: 15px; background: rgba(7,27,45,.88); color: #fff; font-weight: 800; backdrop-filter: blur(10px); }
.story-lead { color: var(--navy-800); font-size: 1.15rem; font-weight: 700; }
.journey-list { display: grid; gap: 12px; margin: 24px 0; padding: 0; list-style: none; counter-reset: journey; }
.journey-list li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.journey-list li > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: var(--navy-950); color: #fff; font-weight: 900; }
.journey-list strong, .journey-list small { display: block; }
.journey-list small { margin-top: 2px; color: var(--muted); font-size: .83rem; line-height: 1.45; }
.text-link { color: var(--blue-600); font-weight: 900; text-underline-offset: 4px; }
.visual-phone { position: relative; width: min(100%, 320px); margin: auto; padding: 26px 22px; border: 8px solid #07131e; border-radius: 38px; background: #f7fafc; color: var(--ink); box-shadow: 0 25px 50px rgba(0,0,0,.3); transform: rotate(2deg); }
.visual-phone::before { content: ""; position: absolute; width: 84px; height: 8px; top: 10px; left: 50%; transform: translateX(-50%); border-radius: 9px; background: #07131e; }
.income-line { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.income-result { margin-top: 18px; padding: 16px; border-radius: 16px; background: var(--green-soft); color: #0f6344; font-weight: 800; }
.hero-visual-note { margin: 0; color: #bdd0df; font-size: .85rem; text-align: center; }
.grid { display: grid; gap: 20px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { padding: 28px; border: 1px solid var(--glass-line); border-radius: var(--radius); background: var(--glass); box-shadow: 0 15px 42px rgba(7,27,45,.07); backdrop-filter: blur(16px); }
.card p:last-child { margin-bottom: 0; }
.card-number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 13px; background: var(--navy-950); color: #fff; font-weight: 900; }
.card.good { border-color: #bfe4d4; background: #f7fdfa; }
.card.warning { border-color: #f1ccb0; background: #fffaf6; }
.tag { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px; background: var(--blue-100); color: var(--blue-600); font-size: .75rem; font-weight: 800; }
.tag.good { background: var(--green-soft); color: var(--green); }
.tag.warning { background: var(--orange-soft); color: var(--orange); }
.video-shell { padding: 18px; border-radius: 30px; background: #061522; box-shadow: var(--shadow); }
.video-host { aspect-ratio: 16 / 9; overflow: hidden; border-radius: 18px; background: #0c2132; }
.video-host iframe, .video-host video { width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-placeholder { height: 100%; display: grid; place-content: center; justify-items: center; padding: 30px; color: #d2e2ee; text-align: center; }
.video-placeholder span { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; background: var(--blue-600); font-size: 1.7rem; }
.video-placeholder strong { color: #fff; font-size: 1.25rem; }
.video-placeholder p { max-width: 480px; margin: 8px 0 0; }
.video-placeholder code { color: #84caff; }
.gate { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: #d5e2eb; }
.gate p { margin: 0; }
.compare-card { min-height: 100%; }
.compare-card ul, .check-list, .cross-list, .plain-list { margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li, .cross-list li, .plain-list li { position: relative; padding: 8px 0 8px 32px; }
.check-list li::before, .plain-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.cross-list li::before { content: "×"; position: absolute; left: 2px; color: var(--orange); font-size: 1.35rem; font-weight: 900; }
.example { margin-top: 18px; padding: 18px; border-radius: 16px; background: var(--soft); }
.example-row { display: flex; justify-content: space-between; gap: 20px; padding: 6px 0; border-bottom: 1px solid var(--line); }
.example-row:last-child { border: 0; }
.result-pill { margin-top: 14px; padding: 14px; border-radius: 13px; background: var(--green-soft); color: var(--green); font-weight: 900; }
.calculator { display: grid; grid-template-columns: 1fr .9fr; gap: 28px; align-items: start; }
.calculator-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label, legend { color: var(--navy-900); font-size: .9rem; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 50px; border: 1px solid #bdcbd6; border-radius: 12px; background: #fff; color: var(--ink); padding: 12px 14px; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(23,105,170,.1); outline: 0; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.choices { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.choice { position: relative; }
.choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice span { display: flex; align-items: center; min-height: 46px; padding: 9px 14px; border: 1px solid #bdcbd6; border-radius: 12px; background: #fff; cursor: pointer; font-weight: 650; }
.choice input:checked + span { border-color: var(--blue-600); background: var(--blue-100); color: #0c568c; }
.choice input:focus-visible + span { outline: 3px solid #65b7f0; outline-offset: 2px; }
.calculator-result { min-height: 100%; padding: 30px; border-radius: var(--radius); background: var(--navy-950); color: #d5e4ee; }
.calculator-result h3 { color: #fff; }
.calculator-result output { display: block; margin: 18px 0 8px; color: #77e0ad; font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; }
.icon-card { display: flex; min-height: 100%; gap: 14px; align-items: flex-start; }
.icon-dot { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--blue-100); color: var(--blue-600); font-weight: 900; }
.profiles-section { overflow: hidden; background: linear-gradient(145deg, #f8f4e8 0%, #f2f7fb 50%, #fff 100%); }
.profiles-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.profiles-heading > p { max-width: 460px; margin: 0; }
.profile-gallery { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 18px; }
.profile-photo { position: relative; min-height: 470px; overflow: hidden; border-radius: 28px; color: #fff; text-decoration: none; box-shadow: 0 18px 46px rgba(7,27,45,.16); isolation: isolate; }
.profile-photo::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(4,16,27,.04) 24%, rgba(4,16,27,.94) 100%); }
.profile-photo img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .55s; }
.profile-driver img { object-position: 58% center; }
.profile-moto img { object-position: 65% center; }
.profile-bike img { object-position: 55% center; }
.profile-photo:hover img, .profile-photo:focus-visible img { transform: scale(1.055); filter: saturate(1.12); }
.profile-photo > div { position: absolute; inset: auto 24px 25px; display: grid; gap: 5px; }
.profile-photo small { color: #b9ddf7; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.profile-photo strong { max-width: 380px; color: #fff; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.4vw, 2.25rem); line-height: 1.08; }
.profile-photo div > span { margin-top: 5px; color: #fff; font-weight: 850; }
.profile-number { position: absolute; top: 20px; left: 20px; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(7,27,45,.42); font-weight: 900; backdrop-filter: blur(10px); }
.profile-moto .profile-number { background: rgba(213,45,42,.72); }
.profile-bike .profile-number { background: rgba(0,139,151,.72); }
.profile-mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px; }
.profile-mini { min-height: 210px; display: flex; flex-direction: column; padding: 22px; overflow: hidden; border-radius: 22px; color: #fff; text-decoration: none; transition: transform .22s, box-shadow .22s; }
.profile-mini:hover { transform: translateY(-5px) rotate(-.4deg); box-shadow: 0 18px 36px rgba(7,27,45,.16); }
.profile-mini > span { font-family: Georgia, serif; font-size: 2.3rem; font-weight: 800; opacity: .74; }
.profile-mini strong { margin-top: auto; font-size: 1.02rem; line-height: 1.35; }
.profile-mini small { margin-top: 10px; color: inherit; font-weight: 750; opacity: .85; }
.profile-mini.coral { background: linear-gradient(145deg, #f14f4b, #a82137); }
.profile-mini.gold { background: linear-gradient(145deg, #efbd35, #b06c08); }
.profile-mini.blue { background: linear-gradient(145deg, #277bc0, #0b2e58); }
.profile-mini.green { background: linear-gradient(145deg, #25a56e, #0c5640); }
.profiles-note { display: flex; align-items: center; gap: 16px; margin-top: 20px; padding: 20px 24px; border: 1px solid rgba(13,38,69,.12); border-radius: 18px; background: rgba(255,255,255,.78); }
.profiles-note strong { color: var(--navy-950); white-space: nowrap; }
.profiles-note span { color: var(--muted); }
.alert-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; padding: 38px; border: 1px solid #f0c49f; border-radius: 30px; background: #fff9f3; }
.situation-card { display: flex; flex-direction: column; }
.situation-card .button { margin-top: auto; }
.form-wrap { display: grid; grid-template-columns: .68fr 1.32fr; gap: 40px; align-items: start; }
.form-aside { position: sticky; top: 24px; }
.form-card { padding: 34px; border: 1px solid var(--glass-line); border-radius: 28px; background: rgba(255,255,255,.84); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.progress { position: relative; height: 34px; margin-bottom: 28px; overflow: hidden; border-radius: 999px; background: #e9eff4; }
.progress::before { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--progress); background: var(--blue-600); transition: width .25s; }
.progress span { position: relative; z-index: 1; height: 100%; display: grid; place-items: center; color: var(--navy-950); font-size: .78rem; font-weight: 900; }
.progress[style*="100%"] span { color: #fff; }
.form-step { border: 0; }
.form-step h3 { margin-bottom: 22px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; margin-top: 20px; }
.consent input { width: 20px; min-height: 20px; margin-top: 3px; }
.honeypot { position: absolute !important; left: -10000px !important; }
.form-status { margin-top: 14px; color: var(--green); font-weight: 800; }
.form-status.error { color: #a63d2d; }
.person-card { display: grid; grid-template-columns: .55fr 1.45fr; gap: 32px; align-items: center; }
.person-photo { aspect-ratio: 4 / 5; overflow: hidden; border-radius: 26px; background: var(--soft); }
.person-photo img { width: 100%; height: 100%; object-fit: cover; }
.person-photo.team-brand { display:grid; place-items:center; padding:48px; background:radial-gradient(circle at 50% 40%,#214c70,var(--navy-950) 68%); box-shadow:var(--shadow); }
.person-photo.team-brand img { width:min(100%,260px); height:auto; object-fit:contain; filter:brightness(1.12); }
.contact-line { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 20px 0; color: var(--navy-800); font-weight: 800; }
.homes-section { position:relative; overflow:hidden; background:linear-gradient(145deg,#f4eddd 0%,#f7f9fb 58%,#e8f0f6 100%); }
.homes-section::before { content:""; position:absolute; width:420px; height:420px; top:-180px; right:-90px; border-radius:50%; background:rgba(201,162,50,.15); filter:blur(2px); }
.city-question { display:grid; grid-template-columns:1.25fr .75fr; gap:40px; align-items:center; }
.city-question h2 { max-width:850px; }
.city-question p { max-width:760px; color:var(--muted); }
.route-line { display:grid; grid-template-columns:auto 1fr auto 1fr auto 1fr auto; align-items:center; gap:8px; padding:22px; border:1px solid rgba(255,255,255,.78); border-radius:24px; background:rgba(255,255,255,.62); box-shadow:0 18px 45px rgba(7,27,45,.08); backdrop-filter:blur(18px); }
.route-line span { display:grid; place-items:center; min-height:54px; padding:8px; border:1px solid rgba(11,39,64,.08); border-radius:50%; background:var(--ivory); color:var(--navy-950); font-size:.7rem; font-weight:900; text-align:center; }
.route-line i { height:3px; background:linear-gradient(90deg,var(--gold),var(--blue-600)); }
.property-filter { display:flex; flex-wrap:wrap; gap:9px; margin:38px 0 22px; }
.property-filter button { min-height:44px; padding:9px 15px; border:1px solid var(--glass-line); border-radius:999px; background:rgba(255,255,255,.66); color:var(--navy-900); cursor:pointer; font-weight:800; backdrop-filter:blur(10px); }
.property-filter button.is-active { border-color:var(--gold); background:var(--gold); color:var(--navy-950); }
.property-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:28px; }
.property-card { min-width:0; overflow:hidden; border:1px solid rgba(11,39,64,.09); border-radius:20px; background:#fff; color:var(--ink); box-shadow:0 14px 38px rgba(7,27,45,.1); transition:transform .25s,opacity .25s,box-shadow .25s; }
.property-card[hidden] { display:none; }
.property-card:hover { transform:translateY(-7px); box-shadow:0 22px 48px rgba(7,27,45,.15); }
.card-emp { display:flex; flex-direction:column; }
.card-thumb { position:relative; display:block; height:180px; overflow:hidden; color:#fff; text-decoration:none; }
.card-thumb-media { width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.property-card:hover .card-thumb-media { transform:scale(1.045); }
.card-thumb-overlay { position:absolute; inset:0; background:linear-gradient(180deg,rgba(4,18,29,.06) 38%,rgba(4,18,29,.88) 100%); }
.card-badge-top, .card-bairro-top, .card-location { position:absolute; z-index:1; }
.card-badge-top { top:14px; left:14px; padding:4px 12px; border-radius:999px; background:var(--gold); color:var(--navy-950); font-family:Georgia,serif; font-size:.6rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.card-bairro-top { top:13px; right:13px; padding:6px 9px; border:1px solid rgba(255,255,255,.28); border-radius:999px; background:rgba(7,27,45,.62); color:#fff; font-size:.64rem; font-weight:850; backdrop-filter:blur(10px); }
.card-location { inset:auto 15px 14px; color:#fff; font-size:.74rem; font-weight:850; }
.card-body { flex:1; display:flex; flex-direction:column; padding:22px 22px 20px; }
.card-body h3 { margin:0 0 8px; font-size:1.25rem; }
.card-body p { flex:1; margin:0 0 18px; color:var(--muted); font-size:.88rem; line-height:1.6; }
.card-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:auto; }
.card-actions .button { min-height:42px; padding:9px 13px; font-size:.75rem; }
.card-actions .card-primary { flex:1 1 130px; }
.card-actions .card-wpp { flex:0 1 auto; }
.homes-section > .container > .micro { color:var(--muted); }
.faq { display: grid; gap: 10px; }
details { border: 1px solid var(--line); border-radius: 16px; background: #fff; }
summary { position: relative; padding: 20px 52px 20px 20px; cursor: pointer; color: var(--navy-950); font-weight: 850; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 20px; top: 14px; font-size: 1.7rem; color: var(--blue-600); }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.final-cta { padding: 52px; border-radius: 34px; background: var(--navy-950); color: #fff; }
.final-cta h2 { color: #fff; max-width: 850px; }
.final-cta p { max-width: 700px; color: #c9d8e3; font-size: 1.08rem; }
#footer { padding:64px 0 0; background:var(--navy-950); color:rgba(240,234,214,.75); font-size:.9rem; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; margin-bottom:48px; }
.footer-brand img { width:auto; height:52px; margin-bottom:16px; object-fit:contain; filter:brightness(1.2); }
.footer-brand p { max-width:360px; margin:0 0 20px; color:rgba(240,234,214,.62); font-size:.88rem; line-height:1.7; }
.footer-social { display:flex; gap:10px; }
.social-btn { width:38px; height:38px; display:grid; place-items:center; border:1px solid rgba(240,234,214,.15); border-radius:50%; background:rgba(240,234,214,.1); color:rgba(240,234,214,.8); font-size:.66rem; font-weight:900; text-decoration:none; }
.social-btn:hover { border-color:var(--gold); background:var(--gold); color:var(--navy-950); }
.footer-col h4 { margin:0 0 18px; color:var(--gold); font-family:Georgia,serif; font-size:.76rem; letter-spacing:.14em; text-transform:uppercase; }
.footer-col ul { display:flex; flex-direction:column; gap:10px; margin:0; padding:0; list-style:none; }
.footer-col a,.footer-col span { color:rgba(240,234,214,.67); font-size:.86rem; text-decoration:none; }
.footer-col a:hover { color:var(--ivory); }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; padding:20px 0; border-top:1px solid rgba(240,234,214,.1); }
.footer-bottom p { max-width:460px; margin:0; color:rgba(240,234,214,.58); font-size:.76rem; }
.footer-bottom a { color:var(--gold); }
.powered-by { margin-left:auto !important; }
.wpp-float { position:fixed; z-index:82; right:28px; bottom:28px; }
.wpp-float a { width:58px; height:58px; display:grid; place-items:center; border-radius:50%; background:#25d366; box-shadow:0 7px 26px rgba(37,211,102,.45); transition:transform .2s,box-shadow .2s; }
.wpp-float a:hover { transform:scale(1.08); box-shadow:0 10px 34px rgba(37,211,102,.58); }
.wpp-float svg { width:29px; height:29px; fill:#fff; }
.mobile-bar { display: none; }
.paid-traffic .mobile-bar [data-whatsapp-link] { display: none; }
.paid-traffic .mobile-bar { grid-template-columns: 1fr; }
.paid-traffic .wpp-float { display:none; }
.short-hero { padding: 72px 0; background: var(--navy-950); color: #fff; }
.short-hero h1 { color: #fff; font-size: clamp(2.5rem, 6vw, 4.5rem); }
.short-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: start; }
.short-form { padding: 28px; border-radius: 24px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.short-driver-photo { position: relative; height: 320px; overflow: hidden; margin: 28px 0 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; }
.short-driver-photo::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(5,20,31,.9)); }
.short-driver-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.short-driver-photo span { position: absolute; z-index: 1; inset: auto 18px 18px; color: #fff; font-weight: 850; line-height: 1.4; }
.thanks { min-height: 100vh; display: grid; place-items: center; padding: 48px 0; background: var(--soft); }
.thanks-card { width: min(calc(100% - 40px), 760px); padding: 46px; border: 1px solid var(--line); border-radius: 32px; background: #fff; box-shadow: var(--shadow); }
.success-mark { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 2rem; font-weight: 900; }

@media (max-width: 920px) {
  .header-nav, .header-whatsapp { display: none; }
  .header-projects-mobile { display: inline-flex; }
  .header-cta { margin-left: auto; }
  .header-logo small { display: none; }
  .hero-grid, .calculator, .alert-panel, .form-wrap, .person-card, .short-layout, .story-grid { grid-template-columns: 1fr; }
  .hero-photo { min-height: 500px; }
  .hero-photo > img { height: 500px; }
  .pain-card { grid-column: span 6; }
  .pain-card:last-child { grid-column: 4 / span 6; }
  .grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-gallery { grid-template-columns: repeat(2, 1fr); }
  .profile-driver { grid-column: 1 / -1; }
  .profile-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .city-question { grid-template-columns:1fr; }
  .property-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .form-aside { position: static; }
}

@media (max-width: 640px) {
  body { font-size: 16px; padding-bottom: 76px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .topbar-inner { min-height: 48px; justify-content: center; text-align: center; }
  .topbar small { display: none; }
  .apecury-header { padding: 7px 0; }
  .header-inner { min-height: 62px; gap: 6px; padding: 7px 8px 7px 10px; }
  .header-logo { gap: 6px; }
  .header-logo img { width: 40px; height: 40px; }
  .header-logo strong { font-size: .86rem; }
  .header-logo span { display: none; }
  .header-home-toggle { width: 42px; padding: 7px; justify-content: center; font-size: 0; }
  .header-home-toggle span { font-size: 1rem; }
  .header-projects-mobile { padding-inline: 10px; font-size: .74rem; }
  .header-analyze { min-height: 42px !important; padding-inline: 11px !important; font-size: .72rem !important; }
  .empreendimentos-menu, .home-nav-menu { position: fixed; top: 117px; left: 14px; right: 14px; width: auto; max-height: calc(100vh - 140px); overflow:auto; border-radius:20px; }
  .empreendimentos-list, .home-nav-grid { grid-template-columns:1fr; }
  .home-nav-actions { flex-direction:column; }
  .hero { min-height: auto; background: linear-gradient(180deg, rgba(5,22,35,.86), rgba(5,22,35,.96)), url('/financiamento-motorista-aplicativo/assets/images/motorista-app-hero.webp') 62% center / cover no-repeat; }
  .hero::before { background: linear-gradient(180deg, rgba(4,18,29,.08), rgba(4,18,29,.72)); }
  .hero-grid { padding-block: 62px; gap: 34px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
  .hero-actions .button, .cta-actions .button { width: 100%; }
  .trust-grid, .grid.two, .grid.three, .grid.four, .calculator-fields, .form-grid { grid-template-columns: 1fr; }
  .hero-photo { display: none; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card, .pain-card:nth-child(4), .pain-card:nth-child(5), .pain-card:last-child { grid-column: auto; min-height: 145px; }
  .recognition-cta { align-items: stretch; flex-direction: column; padding: 22px; }
  .recognition-cta .button { width: 100%; }
  .story-grid { gap: 30px; }
  .story-photo { min-height: 440px; }
  .story-photo img { height: 440px; object-position: 40% center; }
  .profiles-heading { display: block; }
  .profiles-heading > p { margin-top: 14px; }
  .profile-gallery, .profile-mini-grid { grid-template-columns: 1fr; }
  .profile-driver { grid-column: auto; }
  .profile-photo { min-height: 420px; }
  .profile-mini { min-height: 170px; }
  .profiles-note { align-items: flex-start; flex-direction: column; }
  .profiles-note strong { white-space: normal; }
  .route-line { grid-template-columns:1fr; }
  .route-line i { width:3px; height:18px; margin:auto; }
  .property-grid { grid-template-columns:1fr; }
  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 28px; }
  .card, .form-card, .alert-panel { padding: 22px; }
  .form-card { border-radius: 20px; }
  .form-actions { flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .person-photo { max-width: 320px; }
  .final-cta { padding: 30px 22px; border-radius: 24px; }
  .footer-grid { grid-template-columns:1fr; gap:32px; }
  .footer-bottom { align-items:flex-start; flex-direction:column; }
  .powered-by { margin-left:0 !important; }
  .wpp-float { right:16px; bottom:92px; }
  .mobile-bar { position: fixed; z-index: 80; inset: auto 0 0; display: grid; grid-template-columns: 1fr; gap: 8px; padding: 10px max(10px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
  .mobile-bar .button { min-height: 52px; padding: 8px; font-size: .88rem; }
  .thanks-card { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
