:root{
  --gold:#C9A24A;
  --navy:#0D1B2A;

  --text:#111827;
  --muted:#6B7280;

  --border: rgba(0,0,0,.10);
  --blue:#1E40AF;
  --blue2:#173a99;
  --wa:#25D366;

  --heroL: rgba(9,12,20,.86);
  --heroR: rgba(9,12,20,.55);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1200px,92%);margin:0 auto}

/* Topbar dorada (layout centrado como captura) */
.topbar{
  background: var(--gold);
  height: 44px;
  display:flex;
  align-items:center;
  font-weight: 600;
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
}
.topbar__left{width: 220px;}
.topbar__center{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 14px;
  flex: 1;
  color:#111;
}
.topbar__phone{color:#111;font-weight:700}
.topbar__cta{color:#111;font-weight:800;letter-spacing:.6px}
.topbar__sep{opacity:.65}
.topbar__right{
  width: 220px;
  display:flex;
  justify-content:flex-end;
  gap: 10px;
}
.icon-btn{
  width: 26px;height:26px;
  display:grid;place-items:center;
  border-radius: 50%;
  background: rgba(0,0,0,.08);
  color:#111;
  font-size: 12px;
  font-weight: 800;
}

/* Header */
.header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.12);
}
.header__inner{
  height: 74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
}
.brand__logo{height:48px;width:auto}
.nav{
  display:flex;
  align-items:center;
  gap: 24px;
  font-size: 15px;
}
.nav a{
  color:#111827;
  font-weight: 600;
  padding: 10px 10px;
}
.nav a.is-active{
  background: rgba(201,162,74,.55);
}

/* Mobile */
.burger{
  display:none;
  width:42px;height:42px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  border-radius: 10px;
}
.burger span{
  display:block;height:2px;background:#111;margin:7px 10px;border-radius: 4px;
}
.mobile{
  display:none;
  padding: 10px 0 16px;
  border-top:1px solid rgba(0,0,0,.10);
}
.mobile a{
  display:block;
  padding: 12px 0;
  font-weight: 650;
  color:#111;
}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:6px;padding:12px 16px;font-weight:800;border:1px solid transparent}
.btn--wa{background: var(--wa); color:#052e18; border-color: rgba(5,46,24,.15)}
.btn--gold{background: var(--gold); color:#111; border-color: rgba(0,0,0,.12)}
.btn--blue{background: var(--blue); color:#fff}
.btn--blue:hover{background: var(--blue2)}
.btn--ghost{background: rgba(255,255,255,.10); color:#fff; border-color: rgba(255,255,255,.22)}
.btn--ghost-dark{background:#fff;border-color: rgba(0,0,0,.14); color:#111}

/* Hero (altura/espaciado como captura) */
.hero{
  height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero__overlay{
  height: 100%;
  background: linear-gradient(90deg, var(--heroL) 0%, var(--heroR) 62%, rgba(9,12,20,.20) 100%);
  display:flex;
  align-items:flex-end;
  padding-bottom: 56px;
}
.hero__content{max-width: 720px}
.hero__kicker{
  color: var(--gold);
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 12px;
}
.hero h1{
  color:#fff;
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.hero__line{
  width: 120px;
  height: 3px;
  background: var(--gold);
  margin: 6px 0 18px;
}
.hero p{
  color: rgba(255,255,255,.82);
  font-size: 18px;
  max-width: 62ch;
}
.hero__actions{margin-top: 20px; display:flex; gap: 12px; flex-wrap:wrap}

/* Band navy */
.band{
  background: var(--navy);
  padding: 78px 0 88px;
  text-align:center;
}
.band__inner{max-width: 980px}
.band h2{
  color: var(--gold);
  font-size: 46px;
  letter-spacing: 1px;
}
.band p{
  color: rgba(255,255,255,.88);
  font-size: 18px;
  margin-top: 14px;
}

/* Sections */
.section{padding: 74px 0}
.section--white{background:#fff}
.section--navy{background: var(--navy); color:#fff}

.split{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items:center;
}
.split--reverse{grid-template-columns: .95fr 1.05fr}
.split__media img{
  width:100%;
  height: 460px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.10);
}
.section--navy .split__media img{border-color: rgba(255,255,255,.10)}

.eyebrow{
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .8px;
  margin-bottom: 8px;
}
.title-dark{font-size: 40px; line-height: 1.1; letter-spacing: -.02em}
.title-light{font-size: 40px; line-height: 1.1; letter-spacing: -.02em; color:#fff}
.text{color: var(--muted); font-size: 16.5px; margin-top: 12px}
.text-light{color: rgba(255,255,255,.85); font-size: 16.5px; margin-top: 12px}

.list{margin-top: 14px; padding-left: 18px; color: #374151}
.section--navy .list{color: rgba(255,255,255,.88)}
.list li{margin: 8px 0}
.row{display:flex; gap: 12px; flex-wrap:wrap; margin-top: 18px}

.grid-mini{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.miniCard{
  padding: 12px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 750;
}

/* Blog cards */
.head{margin-bottom: 18px}
.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.card{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 10px;
  padding: 16px;
  background:#fff;
}
.card h4{font-size: 18px; line-height: 1.2}
.card p{color: var(--muted); margin-top: 8px}
.link{display:inline-block; margin-top: 10px; color: var(--blue); font-weight: 800}

/* Team */
.team{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.member{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 10px;
  overflow:hidden;
  background:#fff;
}
.member img{height: 220px; width:100%; object-fit:cover}
.member__info{padding: 12px}
.member__info span{display:block;color: var(--muted); margin-top: 4px}

/* Contact */
.contact{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items:start;
}
.contact__box{
  margin-top: 12px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 10px;
  padding: 14px;
  background: #fff;
}
.contact form{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 10px;
  padding: 16px;
  background:#fff;
}
label{display:block;font-weight: 750; margin-bottom: 10px}
input, textarea{
  width:100%;
  margin-top: 6px;
  padding: 12px 12px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.14);
  outline:none;
}
input:focus, textarea:focus{
  border-color: rgba(30,64,175,.55);
  box-shadow: 0 0 0 4px rgba(30,64,175,.12);
}
.small{color: var(--muted); font-size: 13px; margin-top: 10px}

/* Footer */
.footer{
  background: #111827;
  color: rgba(255,255,255,.88);
  padding: 30px 0;
}
.footer__inner{
  display:grid;
  grid-template-columns: 1.4fr .8fr 1fr;
  gap: 14px;
}
.footer__brand img{height: 44px; width:auto}
.footer__brand p{color: rgba(255,255,255,.70); margin-top: 8px}
.footer__links a{display:block;padding:6px 0;color: rgba(255,255,255,.86); font-weight: 700}
.footer__legal{color: rgba(255,255,255,.65)}

/* WhatsApp float */
.wa-float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  background: var(--wa);
  color: #052e18;
  font-weight: 900;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(5,46,24,.18);
  display:flex;
  align-items:center;
  gap: 10px;
  box-shadow: 0 18px 50px rgba(37,211,102,.28);
}
.wa-float__dot{
  width:10px;height:10px;border-radius:50%;
  background:#fff;
}

/* Responsive */
@media (max-width: 1040px){
  .nav{display:none}
  .burger{display:block}
  .mobile{display:none}
  .cards{grid-template-columns: 1fr}
  .team{grid-template-columns: 1fr}
  .split{grid-template-columns: 1fr}
  .split--reverse{grid-template-columns: 1fr}
  .contact{grid-template-columns: 1fr}
  .topbar__left, .topbar__right{width: 140px}
  .hero h1{font-size: 40px}
}

/* Corner Brand */
.corner-brand {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 8px 16px 8px 10px;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  font-weight: 700;
  color: var(--navy);
  border: 1px solid rgba(0,0,0,0.08);
}
.corner-brand img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
