:root {
  --blue: #0F2B4C;
  --blue-2: #173F6D;
  --gold: #C59A42;
  --beige: #F5F3EE;
  --ink: #14243A;
  --muted: #5D6878;
  --line: #DFE5EC;
  --footer: #091A2E;
  --white: #FFFFFF;
  --shadow: 0 16px 36px rgba(15, 43, 76, .12);
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--beige);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.58;
}
body.menu-open { overflow: hidden; }
#header-container { min-height: 118px; }
#footer-container { min-height: 300px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold); }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3, h4 { margin: 0 0 1rem; color: var(--blue); line-height: 1.12; font-family: Georgia, "Times New Roman", serif; letter-spacing: 0; }
h1 { font-size: 3.75rem; }
h2 { font-size: 2.55rem; }
h3 { font-size: 1.25rem; }
ul { margin: 0; padding: 0; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.narrow { width: min(860px, calc(100% - 32px)); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -48px; z-index: 2000; background: var(--gold); color: var(--blue); padding: .7rem 1rem; border-radius: var(--radius); font-weight: 800; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: var(--beige); border-bottom: 1px solid rgba(197,154,66,.38); box-shadow: 0 8px 20px rgba(15,43,76,.08); }
.header-top { min-height: 34px; display: flex; gap: 1rem; align-items: center; justify-content: center; background: var(--blue); color: #fff; font-size: .9rem; }
.header-top a { color: #fff; font-weight: 800; }
.header-inner { width: min(1280px, calc(100% - 32px)); min-height: 84px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; position: relative; }
.brand { display: inline-flex; align-items: center; gap: .7rem; min-width: 190px; font-weight: 900; color: var(--blue); }
.brand img { width: 88px; height: 70px; object-fit: contain; background: var(--beige); }
.brand span { max-width: 150px; line-height: 1.1; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: .2rem; flex: 1; font-size: .84rem; font-weight: 800; text-transform: uppercase; color: var(--blue); }
.primary-nav > a, .nav-trigger { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: .55rem .65rem; border: 0; border-radius: var(--radius); background: transparent; color: inherit; font: inherit; text-transform: inherit; cursor: pointer; white-space: nowrap; }
.primary-nav > a:hover, .nav-trigger:hover, .primary-nav .is-active, .nav-group.open > .nav-trigger { background: rgba(197,154,66,.10); color: var(--gold); }
.nav-cta { background: var(--gold) !important; color: var(--blue) !important; margin-left: .25rem; }
.nav-group { position: relative; }
.nav-trigger::after { content: ""; width: .42rem; height: .42rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-left: .45rem; margin-top: -.2rem; }
.mega-menu { position: absolute; right: 0; top: calc(100% + 8px); width: 260px; background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow); padding: .45rem; opacity: 0; visibility: hidden; pointer-events: none; }
.nav-group:hover .mega-menu, .nav-group:focus-within .mega-menu, .nav-group.open .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; }
.mega-menu a { display: block; padding: .68rem .8rem; border-radius: 6px; color: var(--ink); text-transform: none; font-weight: 700; line-height: 1.25; }
.mega-menu a:hover { background: var(--beige); color: var(--gold); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--beige); color: var(--blue); align-items: center; justify-content: center; }
.menu-icon { width: 22px; display: grid; gap: 4px; }
.menu-icon span { display: block; height: 2px; background: currentColor; border-radius: 999px; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: .82rem 1.12rem; border-radius: 999px; border: 2px solid transparent; font-weight: 900; text-align: center; line-height: 1.1; transition: transform .18s ease, background .18s ease, color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--gold); color: var(--blue); box-shadow: 0 10px 20px rgba(197,154,66,.24); }
.btn-primary:hover { background: #A97D28; color: #fff; }
.btn-secondary { background: var(--blue); color: #fff; }
.btn-secondary:hover { background: #09213D; color: #fff; }
.btn-outline { background: #fff; border-color: var(--blue); color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-light { background: #fff; color: var(--blue); }
.btn-whatsapp { background: #25D366; color: #fff; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-top: 1.4rem; }
.hero-home { position: relative; aspect-ratio: 1718 / 916; overflow: hidden; background: var(--blue); }
.hero-home picture, .hero-home img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-intro { background: var(--blue); color: #fff; border-bottom: 4px solid var(--gold); }
.hero-copy { position: relative; z-index: 2; padding-block: 4rem; }
.hero-copy h1 { color: #fff; max-width: 720px; text-transform: uppercase; }
.hero-copy .lead { color: rgba(255,255,255,.88); max-width: 700px; font-size: 1.35rem; }
.eyebrow { color: var(--gold); margin: 0 0 .7rem; font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.inner-hero { background: var(--blue); color: #fff; padding: 76px 0; border-bottom: 4px solid var(--gold); }
.inner-hero h1, .inner-hero .eyebrow { color: #fff; }
.inner-hero .lead { color: rgba(255,255,255,.84); max-width: 850px; font-size: 1.22rem; }
.inner-hero .btn-outline { background: transparent; border-color: rgba(255,255,255,.72); color: #fff; }
.inner-hero .btn-outline:hover { background: #fff; color: var(--blue); }
.section { padding: 80px 0; }
.band { background: #fff; }
.dark { background: var(--blue); color: #fff; }
.dark h2, .dark h3, .dark .eyebrow { color: #fff; }
.dark p, .dark li { color: rgba(255,255,255,.78); }
.dark .card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading p { font-size: 1.08rem; }
.grid { display: grid; gap: 1rem; }
.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)); }
.split { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); gap: 2rem; align-items: center; }
.card, .article-card, .listing-card, .info-panel, .contact-card, .step-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem; box-shadow: 0 10px 24px rgba(15,43,76,.07); }
.card h3, .article-card h3, .listing-card h3, .contact-card h2, .step-card h3 { font-size: 1.22rem; }
.text-link { color: var(--gold); font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.check-list { display: grid; gap: .55rem; margin: 1rem 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.25rem; color: var(--muted); }
.check-list li::before { content: ""; position: absolute; left: 0; top: .55rem; width: .5rem; height: .5rem; border-radius: 50%; background: var(--gold); }
.info-panel { border-left: 4px solid var(--gold); }
.stats-band { background: var(--footer); color: #fff; padding: 42px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.stats-grid strong { display: block; color: var(--gold); font-size: 2.3rem; font-family: Georgia, "Times New Roman", serif; line-height: 1; }
.stats-grid span { color: rgba(255,255,255,.86); font-weight: 800; }
.step-card strong { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: var(--gold); color: var(--blue); margin-bottom: .9rem; }
.timeline { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1rem; }
.timeline article { background: #fff; border-top: 4px solid var(--gold); border-radius: var(--radius); padding: 1.1rem; box-shadow: 0 10px 22px rgba(15,43,76,.07); }
.timeline strong { color: var(--gold); font-size: 1.45rem; font-family: Georgia, "Times New Roman", serif; }
.listing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.article-card span { display: inline-flex; margin-bottom: .75rem; color: var(--gold); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.partner-band { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-logo { max-width: 280px; width: 100%; height: auto; }
.faq-list { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-item summary { min-height: 56px; display: flex; align-items: center; padding: 1rem 1.2rem; cursor: pointer; color: var(--blue); font-weight: 900; }
.faq-item summary:focus-visible { outline: 3px solid rgba(197,154,66,.42); outline-offset: -3px; }
.faq-item p { padding: 0 1.2rem 1.2rem; margin: 0; }
.cta-band { background: var(--blue); color: #fff; }
.cta-band h2, .cta-band .eyebrow { color: #fff; }
.cta-band p { color: rgba(255,255,255,.82); }
.cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.4rem; align-items: center; }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.contact-card a { color: var(--gold); font-weight: 900; overflow-wrap: anywhere; }
.contact-card span { color: var(--muted); }
.form-shell { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 2rem; align-items: start; }
.intake-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.2rem, 3vw, 2rem); box-shadow: 0 10px 24px rgba(15,43,76,.07); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-field { display: grid; gap: .4rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label, .form-field > span { color: var(--blue); font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #B9C5D2; border-radius: 6px; background: #fff; color: var(--ink); font: inherit; padding: .8rem .85rem; }
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(197,154,66,.32); outline-offset: 1px; border-color: var(--gold); }
.form-consent { display: flex; gap: .55rem; align-items: flex-start; margin-top: 1rem; color: var(--muted); font-size: .92rem; }
.form-consent input { width: 1.1rem; height: 1.1rem; margin-top: .2rem; accent-color: var(--gold); }
.form-status { min-height: 1.5rem; margin: 1rem 0 0; color: var(--blue); font-weight: 800; }
.article-body p { font-size: 1.12rem; }
.about-partnership { margin-top: 2rem; }
.site-footer { background: var(--footer); color: #fff; padding: 52px 0 20px; }
.site-footer h2 { color: #fff; font-size: 1.05rem; font-family: Arial, Helvetica, sans-serif; }
.site-footer p, .site-footer a, .site-footer li { color: rgba(255,255,255,.78); }
.site-footer a:hover { color: #fff; }
.site-footer img { width: 116px; height: auto; margin-bottom: .8rem; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 1.6rem; }
.footer-grid ul { list-style: none; display: grid; gap: .4rem; }
.footer-contact { border-top: 1px solid rgba(255,255,255,.16); margin-top: 1.8rem; padding-top: 1rem; font-size: .9rem; }
.footer-contact p { margin-bottom: .35rem; }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; width: 54px; height: 54px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; font-weight: 900; box-shadow: 0 10px 24px rgba(0,0,0,.25); z-index: 900; }
.whatsapp-float:hover { color: #fff; transform: translateY(-1px); }
.mobile-conversion { display: none; }
@media (max-width: 1120px) {
  .brand { min-width: 150px; }
  .brand img { width: 74px; height: 58px; }
  .brand span { font-size: .88rem; max-width: 120px; }
  .primary-nav { font-size: .76rem; }
  .primary-nav > a, .nav-trigger { padding-inline: .44rem; }
}
@media (max-width: 980px) {
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2rem; }
  .header-top { display: none; }
  #header-container { min-height: 72px; }
  .header-inner { min-height: 72px; }
  .brand { min-width: 0; }
  .brand span { display: none; }
  .menu-toggle { display: inline-flex; }
  .primary-nav { position: absolute; right: 0; top: calc(100% + 1px); width: min(420px, calc(100vw - 32px)); display: none; flex-direction: column; align-items: stretch; background: var(--beige); border: 1px solid var(--line); border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow); padding: .7rem; font-size: .9rem; }
  .primary-nav.open { display: flex; }
  .primary-nav > a, .nav-trigger, .nav-cta { justify-content: space-between; width: 100%; }
  .nav-group { width: 100%; }
  .mega-menu { position: static; width: 100%; margin-top: .35rem; box-shadow: none; border: 0; border-left: 4px solid var(--gold); border-radius: var(--radius); background: var(--beige); display: none; opacity: 1; visibility: visible; pointer-events: auto; }
  .nav-group.open .mega-menu { display: block; }
  .nav-group:hover .mega-menu { display: none; }
  .nav-group.open:hover .mega-menu { display: block; }
  .grid.two, .grid.three, .grid.four, .split, .timeline, .listing-grid, .contact-grid, .footer-grid, .cta-inner, .stats-grid, .form-shell, .form-grid { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .actions { align-items: stretch; }
  .actions .btn { width: 100%; }
  body { padding-bottom: 76px; }
  .whatsapp-float { display: none; }
  .mobile-conversion { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1001; display: flex; gap: .5rem; padding: .7rem; background: #fff; border-top: 3px solid var(--gold); box-shadow: 0 -8px 20px rgba(0,0,0,.12); }
  .mobile-conversion .btn { flex: 1; min-height: 44px; padding: .65rem .5rem; }
}
@media (max-width: 760px) {
  h1 { font-size: 2.25rem; }
  h2 { font-size: 1.75rem; }
  .hero-copy .lead, .inner-hero .lead { font-size: 1.05rem; }
  .hero-home { aspect-ratio: 863 / 1823; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
