:root {
  --navy: #072a63;
  --navy2: #0b356f;
  --blue: #0d4f9f;
  --electric: #2574c8;
  --ink: #122b50;
  --line: #d9e2ee;
  --paper: #f3f7fc;
}

.topbar { height: 82px; }
.brand { display: flex; align-items: center; }
.brand img { display: block; width: 230px; max-height: 58px; object-fit: contain; object-position: left center; }
.hero-line { font: 600 17px 'Roboto Slab', Georgia, serif !important; color: #fff !important; border-left: 3px solid #4e91da; padding-left: 14px; }
.social-link { display: inline-block; margin-top: 20px; color: #8ab8f0; font-weight: 700; }
.social-link:hover { color: white; }
.inverse img { background: white; border-radius: 8px; padding: 4px; width: 190px; }
.cards.four { grid-template-columns: repeat(4,1fr); }
.cards.four .card { min-height: 380px; }
.social-style { padding: 70px clamp(22px,7vw,110px); background: linear-gradient(120deg,#0b356f,#072a63); color: white; display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 55px; align-items: center; }
.social-style h2 { color: white; font-size: clamp(32px,4vw,50px); margin: 0 0 15px; }
.social-style p:not(.eyebrow) { color: #c7d8ec; line-height: 1.7; }
.social-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.social-list span { padding: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; font-size: 13px; }
.social-list b { color: #7fb4ff; margin-right: 8px; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.contact-details>a,.contact-details>div { display: flex; flex-direction: column; gap: 5px; padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #d7e5f5; }
.contact-details b { color: white; font-size: 13px; }
.contact-details span { font-size: 13px; line-height: 1.45; }
.contact-details small { color: #8ab8f0; }
.contact-details a:hover { background: rgba(255,255,255,.07); }
.footer-social { display: flex; gap: 9px; }
.footer-social a { border: 1px solid rgba(255,255,255,.2); border-radius: 99px; padding: 8px 11px; font-weight: 700; }
.footer-social a:hover { color: white; border-color: #7fb4ff; }
.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; background: #1fa855; color: white; border-radius: 999px; padding: 10px 16px 10px 10px; box-shadow: 0 12px 35px rgba(6,55,28,.3); font-size: 13px; }
.whatsapp-float span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: white; color: #168845; font-size: 11px; font-weight: 800; }
.mobile-actions { display: none; }
.whatsapp-send { width: 100%; margin-bottom: 10px; background: #1fa855; color: white; }

@media (max-width: 820px) {
  .topbar nav { top: 82px; }
  .brand img { width: 190px; }
  .cards.four { grid-template-columns: 1fr 1fr; }
  .social-style { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 520px) {
  .brand img { width: 160px; }
  footer .brand img { width: 180px; }
  .cards.four,.social-list { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: 1fr; }
  .whatsapp-float { display: none; }
  .mobile-actions { position: fixed; z-index: 35; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 28px rgba(0,0,0,.16); }
  .mobile-actions a { padding: 14px; text-align: center; color: white; background: #1fa855; font-weight: 800; font-size: 13px; }
  .mobile-actions a+ a { background: var(--blue); }
  body { padding-bottom: 48px; }
  .footer-social { flex-wrap: wrap; }
}
