:root {
  --navy: #073f52;
  --navy-deep: #062d49;
  --blue-morar: #334f99;
  --orange: #f25422;
  --red: #ed0037;
  --yellow: #ffc20e;
  --ink: #102337;
  --muted: #5d6b78;
  --line: #e5e9ee;
  --surface: #f7f8fa;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(18, 43, 64, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; background: #fff; padding: 12px; }
.skip-link:focus { left: 12px; top: 12px; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  padding: 20px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-pair { display: flex; align-items: center; gap: 18px; }
.brand-divider { width: 1px; height: 48px; background: rgba(16,35,55,.25); }
.brand-logo { object-fit: contain; background: #fff; }
.brand-logo--pacaembu { width: 170px; height: 66px; }
.brand-logo--morar { width: 185px; height: 66px; }
.header-cta { padding: 13px 20px; border: 1px solid var(--orange); border-radius: 999px; text-decoration: none; color: var(--orange); font-weight: 700; background: rgba(255,255,255,.92); }

.hero { min-height: 820px; position: relative; display: grid; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0 0 0 42%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,#fff 0%,#fff 37%,rgba(255,255,255,.95) 45%,rgba(255,255,255,.08) 73%,transparent 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 110px; }
.hero-copy { width: min(590px, 53%); }
.eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: .08em; color: var(--orange); font-size: .78rem; font-weight: 800; margin-bottom: 12px; }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { color: var(--navy-deep); letter-spacing: -.04em; line-height: 1.08; }
h1 { font-size: clamp(2.8rem, 5.2vw, 5.4rem); margin-bottom: 20px; }
h2 { font-size: clamp(2rem, 3.6vw, 3.7rem); margin-bottom: 20px; }
.hero-intro { color: var(--muted); font-size: 1.08rem; max-width: 510px; margin-bottom: 24px; }
.hero-benefits { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 9px; }
.hero-benefits li { position: relative; padding-left: 28px; font-weight: 600; }
.hero-benefits li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--orange); font-weight: 800; }
.cta-primary { display: inline-flex; align-items: center; justify-content: center; gap: 16px; text-transform: uppercase; text-decoration: none; color: #fff; background: var(--orange); border: 0; border-radius: 13px; padding: 18px 26px; font-weight: 800; box-shadow: 0 12px 26px rgba(242,84,34,.28); cursor: pointer; }
.cta-pulse { animation: pulse 3.4s ease-in-out infinite; }
@keyframes pulse { 0%,100% { box-shadow:0 12px 26px rgba(242,84,34,.22),0 0 0 0 rgba(242,84,34,.14); transform:translateY(0)} 50% { box-shadow:0 15px 34px rgba(242,84,34,.34),0 0 0 9px rgba(242,84,34,0); transform:translateY(-2px)} }
.hero-meta { margin-top: 28px; display: flex; gap: 34px; flex-wrap: wrap; }
.hero-meta > div { display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: .85rem; }
.hero-meta svg { width: 25px; height: 25px; fill:none; stroke:var(--navy); stroke-width:1.6; }
.hero-meta strong { color: var(--navy-deep); }

.section { padding: 92px 0; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section-heading h2 { font-size: clamp(2rem,3vw,3rem); }
.section--benefits { background: var(--surface); }
.benefit-strip { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; }
.benefit-item { padding: 12px 28px; text-align: center; border-right: 1px solid var(--line); }
.benefit-item:last-child { border-right:0; }
.icon-line { width: 48px; height: 48px; border: 1.5px solid var(--navy); border-radius: 50%; display: grid; place-items: center; margin: 0 auto 16px; color: var(--navy); font-weight: 800; font-size: 1.2rem; }
.benefit-item h3 { color: var(--navy-deep); font-size: .98rem; line-height: 1.35; }
.benefit-item p { color: var(--muted); font-size: .82rem; margin:0; }

.carousel { position: relative; }
.carousel-viewport { overflow: hidden; }
.carousel-track { display: flex; gap: 18px; transition: transform .55s cubic-bezier(.25,.8,.25,1); will-change: transform; }
.slide { flex: 0 0 calc((100% - 54px)/4); margin:0; position:relative; overflow:hidden; border-radius:18px; background:#eee; aspect-ratio: 4/5; }
.slide img { width:100%; height:100%; object-fit:cover; }
.slide figcaption { position:absolute; left:12px; right:12px; bottom:12px; text-align:center; background:rgba(255,255,255,.92); border-radius:999px; padding:8px 10px; font-size:.77rem; font-weight:700; }
.carousel-button { position:absolute; top:50%; transform:translateY(-50%); width:44px; height:44px; border-radius:50%; background:#fff; border:1px solid var(--line); box-shadow:0 8px 25px rgba(0,0,0,.1); color:var(--navy); font-size:2rem; cursor:pointer; z-index:3; }
.carousel-button--prev { left:-22px; }
.carousel-button--next { right:-22px; }
.carousel-dots { display:flex; justify-content:center; gap:7px; margin-top:20px; }
.carousel-dots button { width:8px; height:8px; border-radius:50%; border:0; padding:0; background:#cbd2da; cursor:pointer; }
.carousel-dots button[aria-current="true"] { background:var(--navy); }

.home-section { background: linear-gradient(180deg,#fff,#fafbfc); }
.home-grid, .location-grid, .partnership-grid { display:grid; grid-template-columns: 1fr 1.25fr; align-items:center; gap:70px; }
.feature-list, .check-list { list-style:none; padding:0; margin:30px 0 0; display:grid; gap:18px; }
.feature-list li { padding-left:34px; position:relative; }
.feature-list li::before, .check-list li::before { content:"✓"; position:absolute; left:0; color:var(--orange); font-weight:800; }
.feature-list strong, .feature-list span { display:block; }
.feature-list span { color:var(--muted); font-size:.9rem; }
.home-plan { margin:0; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:#fff; }
.home-plan img { width:100%; }

.location-section { background:var(--surface); }
.location-grid { grid-template-columns: .7fr 1.5fr; }
.location-copy p { color:var(--muted); }
.location-map { margin:0; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:#fff; }
.location-map img { width:100%; }

.partnership-section { padding-bottom:72px; }
.partnership-grid { grid-template-columns:.8fr 1.2fr; }
.brand-pair--large { justify-content:center; padding:36px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:0 10px 35px rgba(18,43,64,.06); }
.check-list li { position:relative; padding-left:30px; font-weight:600; }

.form-section { background:var(--surface); padding-top:72px; }
.form-card { background:#fff; border:1px solid var(--line); box-shadow:var(--shadow); border-radius:28px; padding:52px; display:grid; grid-template-columns:.75fr 1.25fr; gap:60px; align-items:start; }
.form-brand-icon { width:74px; height:74px; object-fit:contain; margin-bottom:18px; }
.form-intro p { color:var(--muted); max-width:400px; }
.lead-form { display:grid; gap:18px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.lead-form label, .service-choice legend { font-weight:700; font-size:.84rem; color:var(--navy-deep); }
.lead-form input[type="text"],.lead-form input[type="tel"],.lead-form input[type="email"] { width:100%; margin-top:7px; border:1px solid #d8dee5; border-radius:10px; padding:14px 15px; outline:none; background:#fff; }
.lead-form input:focus { border-color:var(--blue-morar); box-shadow:0 0 0 3px rgba(51,79,153,.12); }
.service-choice { border:0; padding:0; margin:0; display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.service-choice legend { grid-column:1/-1; margin-bottom:8px; }
.service-choice label { cursor:pointer; }
.service-choice input { position:absolute; opacity:0; pointer-events:none; }
.service-choice span { display:block; text-align:center; padding:12px 10px; border:1px solid #d8dee5; border-radius:10px; font-weight:600; }
.service-choice input:checked + span { border-color:var(--blue-morar); background:rgba(51,79,153,.08); color:var(--blue-morar); box-shadow:0 0 0 2px rgba(51,79,153,.08); }
.consent { display:grid!important; grid-template-columns:auto 1fr; gap:10px; align-items:start; color:var(--muted)!important; font-weight:400!important; line-height:1.45; font-size:.75rem!important; }
.consent input { margin-top:3px; }
.consent a { color:var(--blue-morar); font-weight:600; }
.form-submit { width:100%; }
.form-submit:disabled { opacity:.72; cursor:wait; transform:none; animation:none; }
.form-status { margin:0; min-height:24px; font-size:.85rem; color:var(--navy); font-weight:600; line-height:1.45; }
.form-status--success { color:#147a3d; }
.form-status--error { color:#b42318; }

.site-footer { background:var(--navy-deep); color:#fff; padding:42px 0 25px; }
.footer-inner { display:grid; grid-template-columns:1.1fr .9fr .7fr; gap:30px; align-items:center; }
.brand-pair--footer .brand-divider { background:rgba(255,255,255,.3); }
.footer-contact, .footer-links { display:grid; gap:6px; font-size:.82rem; }
.footer-contact a,.footer-links a { color:rgba(255,255,255,.82); text-decoration:none; }
.legal-note { border-top:1px solid rgba(255,255,255,.15); margin-top:28px; padding-top:18px; color:rgba(255,255,255,.65); font-size:.67rem; }

.whatsapp-float { position:fixed; right:max(18px,env(safe-area-inset-right)); bottom:max(18px,env(safe-area-inset-bottom)); width:58px; height:58px; border-radius:50%; background:#25d366; display:grid; place-items:center; z-index:50; box-shadow:0 12px 30px rgba(0,0,0,.25); transition:transform .2s ease; }
.whatsapp-float:hover { transform:scale(1.07); }
.whatsapp-float svg { width:32px; fill:#fff; }
.reveal { opacity:0; transform:translateY(20px); transition:opacity .65s ease,transform .65s ease; }
.reveal.is-visible { opacity:1; transform:none; }

@media (max-width: 900px) {
  .container { width:min(100% - 28px,var(--container)); }
  .site-header { position:relative; padding:12px 0; background:#fff; }
  .header-inner { align-items:center; }
  .brand-pair { gap:10px; }
  .brand-divider { height:34px; }
  .brand-logo--pacaembu { width:105px; height:42px; }
  .brand-logo--morar { width:115px; height:42px; }
  .header-cta { display:none; }
  .hero { min-height:0; display:block; padding-bottom:0; }
  .hero-media { position:relative; inset:auto; height:420px; order:2; }
  .hero-media img { object-position:center; }
  .hero-overlay { display:none; }
  .hero-content { padding:40px 0 0; }
  .hero-copy { width:100%; }
  h1 { font-size:clamp(2.35rem,11vw,4rem); }
  .hero-intro { font-size:.98rem; }
  .hero-benefits { gap:11px; }
  .cta-primary { width:100%; padding:17px 18px; }
  .hero-meta { margin:0; padding:22px 14px; background:#fff; border-radius:20px; box-shadow:var(--shadow); transform:translateY(-36px); position:relative; z-index:3; gap:20px; }
  .hero-meta > div { flex:1 1 220px; }
  .section { padding:68px 0; }
  .section-heading { margin-bottom:34px; text-align:left; }
  .section-heading h2 { font-size:2rem; }
  .benefit-strip { grid-template-columns:1fr; }
  .benefit-item { display:grid; grid-template-columns:52px 1fr; column-gap:15px; text-align:left; border-right:0; border-bottom:1px solid var(--line); padding:20px 0; }
  .benefit-item:last-child { border-bottom:0; }
  .icon-line { grid-row:1/3; margin:0; }
  .benefit-item h3 { margin-bottom:4px; }
  .slide { flex-basis:86%; aspect-ratio:4/5; }
  .carousel-button { width:40px; height:40px; }
  .carousel-button--prev { left:7px; }
  .carousel-button--next { right:7px; }
  .home-grid,.location-grid,.partnership-grid { grid-template-columns:1fr; gap:34px; }
  .home-plan { grid-row:1; }
  .home-copy { grid-row:2; }
  .location-copy { text-align:left; }
  .partnership-brand { order:2; }
  .partnership-copy { order:1; }
  .form-card { grid-template-columns:1fr; padding:26px 18px; gap:28px; border-radius:22px; }
  .field-row { grid-template-columns:1fr; }
  .service-choice { grid-template-columns:1fr; }
  .footer-inner { grid-template-columns:1fr; text-align:center; }
  .brand-pair--footer { justify-content:center; }
  .whatsapp-float { width:54px; height:54px; }
}

@media (max-width: 440px) {
  .brand-logo--pacaembu { width:92px; }
  .brand-logo--morar { width:98px; }
  .hero-media { height:350px; }
  .hero-meta { padding:20px 14px; }
  .brand-pair--large { padding:20px 12px; gap:8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
}

/* ===== Revisão visual v2 ===== */
.hero-mobile-image,
.home-plan--mobile { display: none; }

.brand-logo {
  background: transparent;
  border: 0;
  object-fit: contain;
}
.brand-logo--pacaembu { width: 180px; height: 68px; }
.brand-logo--morar { width: 205px; height: 62px; }

.carousel-button {
  display: grid;
  place-items: center;
  padding: 0;
  line-height: 1;
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-indent: 0;
}
.carousel-button--prev,
.carousel-button--next { padding-bottom: 4px; }

.partnership-intro {
  color: var(--muted);
  max-width: 690px;
  margin-bottom: 24px;
}
.partnership-closing {
  margin-top: 28px;
  color: var(--navy-deep);
  font-weight: 800;
  font-size: 1.03rem;
}

.form-section { background: #f1f4f8; }
.form-card {
  background: #fff;
  border-color: #dce3eb;
  box-shadow: 0 22px 60px rgba(6,45,73,.15);
}

.footer-inner {
  grid-template-columns: 1fr auto;
  align-items: start;
}
.footer-contact { font-size: .86rem; }
.footer-links { justify-items: end; }

@media (max-width: 900px) {
  .site-header {
    border-bottom: 1px solid var(--line);
  }
  .brand-logo--pacaembu { width: 110px; height: 44px; }
  .brand-logo--morar { width: 120px; height: 42px; }

  .hero-content { padding-top: 42px; }
  .hero-media { display: none; }
  .hero-mobile-image {
    display: block;
    margin: 26px calc(50% - 50vw) 28px;
    width: 100vw;
    height: min(68vw, 390px);
    overflow: hidden;
    background: #eef2f5;
  }
  .hero-mobile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hero-benefits { margin-bottom: 28px; }
  .cta-primary { position: relative; z-index: 2; }
  .hero-meta {
    margin-top: 24px;
    padding: 22px 18px;
    transform: none;
    border: 1px solid var(--line);
    box-shadow: 0 14px 36px rgba(18,43,64,.10);
  }

  .carousel-button {
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    padding: 0 0 3px;
    line-height: 1;
  }

  .home-copy { grid-row: auto; }
  .home-plan--desktop { display: none; }
  .home-plan--mobile {
    display: block;
    margin: 26px 0 30px;
    border-radius: 18px;
  }

  .location-grid { gap: 26px; }
  .location-map { border-radius: 18px; }

  .partnership-grid { gap: 28px; }
  .partnership-brand { order: 2; }
  .partnership-copy { order: 1; }
  .brand-pair--large { padding: 24px 18px; }

  .form-section { padding-top: 68px; }
  .form-card {
    box-shadow: 0 18px 45px rgba(6,45,73,.14);
    border: 1px solid #d8e0e8;
  }
  .form-brand-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-links { justify-items: center; }
}

@media (max-width: 440px) {
  .brand-logo--pacaembu { width: 102px; height: 41px; }
  .brand-logo--morar { width: 108px; height: 39px; }
  .brand-divider { height: 32px; }
  .hero-mobile-image { height: 86vw; max-height: 365px; }
  .hero-meta > div { flex-basis: 100%; }
  .carousel-button { width: 42px; height: 42px; }
  .carousel-button--prev { left: 8px; }
  .carousel-button--next { right: 8px; }
}
