:root {
  --blue: #0B46B8;
  --blue-deep: #08347F;
  --blue-dark: #062B6F;
  --blue-soft: #EAF1FF;
  --orange: #FF6726;
  --orange-soft: #FFF0E9;
  --ink: #172B4D;
  --muted: #52627A;
  --line: #D9E2F2;
  --surface: #FFFFFF;
  --background: #F7F9FC;
  --green: #25D366;
  --green-deep: #128C7E;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--background);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue); }
img { max-width: 100%; height: auto; display: block; }
.site-topbar {
  background: var(--blue);
  color: #fff;
  font-size: .84rem;
  padding: .45rem 1rem;
  text-align: center;
}
.site-header {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}
.site-header-inner {
  max-width: 1180px;
  min-height: 82px;
  margin: 0 auto;
  padding: .75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.brand img { width: 190px; max-height: 64px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: .25rem; flex-wrap: wrap; justify-content: flex-end; }
.site-nav a { color: var(--ink); text-decoration: none; padding: .45rem .65rem; border-radius: .5rem; font-size: .9rem; font-weight: 650; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--blue); background: var(--blue-soft); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border: 0;
  border-radius: 999px;
  padding: .8rem 1.2rem;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 22px rgba(11,70,184,.2); }
.btn-primary:hover { background: var(--blue-deep); color: #fff; }
.btn-outline { border: 2px solid var(--blue); color: var(--blue); background: #fff; }
.btn-outline:hover { background: var(--blue-soft); }
.btn-whatsapp { background: linear-gradient(135deg, var(--green) 0%, var(--green-deep) 100%); color: #fff !important; box-shadow: 0 6px 20px rgba(37,211,102,.35); }
.btn-whatsapp:hover { background: #1EBE5A; color: #fff !important; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 1.25rem; }
.hero { background: linear-gradient(135deg, var(--blue-deep), var(--blue)); color: #fff; padding: 5rem 0; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.hero h1 { margin: 0 0 1rem; max-width: 720px; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.08; letter-spacing: -.03em; }
.hero p { max-width: 680px; margin: 0 0 1.5rem; color: rgba(255,255,255,.88); font-size: 1.08rem; }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.hero .btn-outline { border-color: #fff; color: #fff; background: transparent; }
.hero .btn-outline:hover { background: rgba(255,255,255,.12); }
.hero-image { border-radius: 1.25rem; overflow: hidden; box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.hero-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.section { padding: 4rem 0; }
.section-alt { background: #fff; }
.eyebrow { margin: 0 0 .5rem; color: var(--orange); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }
h2 { color: var(--blue-deep); margin: 0 0 .75rem; line-height: 1.15; font-size: clamp(1.7rem, 3vw, 2.5rem); }
h3 { color: var(--blue-deep); line-height: 1.25; }
.section-intro { max-width: 720px; color: var(--muted); margin: 0 0 2rem; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 1rem; padding: 1.4rem; box-shadow: 0 10px 26px rgba(8,52,127,.06); }
.card h3 { margin: 0 0 .5rem; }
.card p { margin: 0; color: var(--muted); }
.card a { display: inline-block; margin-top: .85rem; font-weight: 750; text-decoration: none; }
.card-accent { border-top: 4px solid var(--orange); }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.checklist li { position: relative; padding-left: 1.5rem; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.breadcrumbs { padding: 1rem 0 0; color: var(--muted); font-size: .9rem; }
.breadcrumbs a { color: var(--blue); text-decoration: none; }
.page-hero { background: linear-gradient(135deg, var(--blue-deep), var(--blue)); color: #fff; padding: 3.5rem 0; }
.page-hero h1 { margin: 0 0 .6rem; color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; }
.page-hero h1 .hero-title-highlight { display: inline-block; padding: .08em .28em .12em; background: #FFF1EB; color: #FF6726; font-size: .78em; line-height: 1; letter-spacing: -.02em; vertical-align: .06em; }
.page-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.88); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: 2rem; align-items: start; }
.prose { background: #fff; border: 1px solid var(--line); border-radius: 1rem; padding: clamp(1.25rem, 3vw, 2.25rem); }
.prose h2 { margin-top: 2rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.5rem; }
.prose p { color: #32435f; }
.aside-card { background: var(--blue-soft); border: 1px solid #c8d9fb; border-radius: 1rem; padding: 1.25rem; position: sticky; top: 105px; }
.aside-card h2 { font-size: 1.35rem; }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; list-style: none; padding: 0; }
.service-list li { background: #fff; border: 1px solid var(--line); border-radius: .7rem; padding: .8rem 1rem; }
.service-list a { font-weight: 700; text-decoration: none; }
.faq { border-top: 1px solid var(--line); padding: 1rem 0; }
.faq summary { cursor: pointer; color: var(--blue-deep); font-weight: 750; }
.site-footer { background: var(--blue-dark); color: rgba(255,255,255,.82); padding: 2.75rem 0 1.25rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.site-footer h2, .site-footer h3 { color: #fff; margin-top: 0; }
.site-footer a { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.18); margin-top: 2rem; padding-top: 1rem; font-size: .85rem; }
.mobile-bar { display: none; }
@media (max-width: 860px) {
  .site-header-inner { align-items: flex-start; flex-direction: column; }
  .site-nav { justify-content: flex-start; }
  .hero-grid, .content-grid { grid-template-columns: 1fr; }
  .hero { padding: 3.5rem 0; }
  .hero-image { max-width: 680px; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aside-card { position: static; }
}
@media (max-width: 560px) {
  .brand img { width: 170px; }
  .site-nav a { font-size: .82rem; padding: .35rem .45rem; }
  .cards, .service-list, .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .mobile-bar { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 30; padding: .55rem; gap: .5rem; background: rgba(255,255,255,.96); box-shadow: 0 -4px 18px rgba(0,0,0,.12); }
  .mobile-bar .btn { flex: 1; padding: .7rem .5rem; font-size: .85rem; }
}

/* Pronto Lar: cabecalho compacto e hierarquia visual da marca. */
:root {
  --font-brand: "Inter", "Segoe UI", Arial, sans-serif;
}

body {
  font-family: var(--font-brand);
  color: #10264B;
}

.site-topbar {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-size: .78rem;
  letter-spacing: .01em;
}

.topbar,
.site-topbar {
  background: #08347F !important;
}

.brand-accent-link {
  color: #FF6726 !important;
}

mark {
  background-color: #FF6726 !important;
  color: #FFFFFF !important;
  padding: 0 .12em;
  border-radius: .18em;
}

.site-header-inner {
  min-height: 86px;
  padding: 0 1.25rem;
}

.brand img {
  width: 150px;
  max-height: 52px;
}

.site-nav {
  gap: .15rem;
}

.site-nav a {
  color: #10264B;
  padding: .48rem .7rem;
  border-radius: .5rem;
  font-size: .88rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #0B46B8;
  background: #EAF1FF;
}

.page-hero {
  min-height: 225px;
  padding: 58px 0 60px;
  text-align: center;
  background: radial-gradient(ellipse 50% 70% at 20% 30%, rgba(75, 135, 225, 0.2) 0%, transparent 60%), radial-gradient(ellipse 40% 50% at 80% 70%, rgba(8, 52, 127, 0.15) 0%, transparent 60%), linear-gradient(160deg, #041E54 0%, #08347F 30%, #0B46B8 70%, #0A3C8A 100%);
}

.page-hero h1 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-brand);
  font-size: clamp(2.25rem, 5vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -.035em;
  text-transform: none;
}

.page-hero p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.page-hero > div > div[style*="position: absolute"] {
  background: linear-gradient(135deg, rgba(2, 18, 50, .99) 0%, rgba(11, 70, 184, .78) 50%, rgba(2, 18, 50, .99) 100%) !important;
  z-index: 1 !important;
}

.hero {
  background: linear-gradient(90deg, #0B46B8 0%, #0B46B8 32%, #174C8D 42%, #1B4C86 46%, #1B4C86 54%, #174C8D 58%, #0B46B8 68%, #0B46B8 100%);
}

.hero {
  text-align: center;
}

.hero p {
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  justify-content: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-brand);
  text-transform: none;
}

.card {
  border-top: 3px solid #FF6726;
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(8, 52, 127, .08);
}

@media (max-width: 860px) {
  .site-header-inner {
    min-height: 76px;
    padding: .7rem 1.25rem;
  }
}

@media (max-width: 560px) {
  .brand img { width: 150px; }
  .page-hero { min-height: 200px; padding: 44px 0 46px; }
  .page-hero h1 { font-size: clamp(2rem, 9vw, 2.65rem); }
}
