:root {
  --aa-blue: #0f7abf;
  --aa-sky: #29abe2;
  --aa-navy: #23283d;
  --aa-ink: #1f2933;
  --aa-red: #d71920;
  --aa-gold: #f6b31a;
  --aa-soft: #f5f7fa;
  --aa-line: #e1e7ee;
  --aa-radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--aa-ink);
  font-family: Raleway, Arial, sans-serif;
  line-height: 1.65;
  background: #fff;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.wrap > *, .split-grid > *, .two-column > *, .detail-grid > *, .card-grid > *, .process-grid > *, .stats-grid > *, .authorized-badges > * { min-width: 0; }
.top-strip { background: var(--aa-navy); color: #fff; font-size: 13px; }
.top-strip-inner { display: flex; gap: 22px; justify-content: flex-end; align-items: center; min-height: 38px; }
.top-strip a { opacity: .95; white-space: nowrap; }
.top-strip i { color: var(--aa-gold); margin-right: 6px; }
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; box-shadow: 0 1px 18px rgba(24, 34, 45, .08); }
.nav-bar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 340px; max-height: 72px; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 18px; font-family: Montserrat, Arial, sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.main-nav a { padding: 10px 0; color: #2b3441; }
.main-nav a.active, .main-nav a:hover { color: var(--aa-red); }
.main-nav .nav-cta { background: var(--aa-red); color: #fff; padding: 12px 16px; border-radius: 4px; }
.main-nav .nav-cta:hover { color: #fff; background: #b51218; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--aa-line); background: #fff; border-radius: 4px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--aa-navy); margin: 5px 0; }
.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  color: #fff;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
}
.hero-product-bg {
  background-color: #121827;
  background-size: min(40vw, 500px) auto;
  background-repeat: no-repeat;
  background-position: right 9vw center;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,28,43,.93), rgba(22,28,43,.72) 48%, rgba(22,28,43,.28)); }
.hero-content { position: relative; padding: 58px 0; }
.eyebrow { margin: 0 0 12px; color: var(--aa-red); font-family: Montserrat, Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.hero .eyebrow { color: var(--aa-gold); }
h1, h2, h3 { font-family: Montserrat, Arial, sans-serif; line-height: 1.16; letter-spacing: 0; color: var(--aa-navy); overflow-wrap: anywhere; }
.hero h1 { color: #fff; max-width: min(680px, 100%); margin: 0 0 16px; font-size: clamp(34px, 4vw, 52px); font-weight: 900; overflow-wrap: break-word; }
.hero p:not(.eyebrow) { max-width: min(680px, 100%); margin: 0 0 24px; font-size: 17px; color: rgba(255,255,255,.9); overflow-wrap: break-word; }
.hero-actions, .cta-actions, .inline-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}
.btn-primary { background: var(--aa-red); color: #fff; }
.btn-primary:hover { background: #b51218; color: #fff; }
.btn-light { background: #fff; color: var(--aa-navy); }
.btn-outline { border-color: var(--aa-red); color: var(--aa-red); background: transparent; }
.btn-outline:hover { background: var(--aa-red); color: #fff; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; min-height: 54px; font-size: 13px; color: #5c6775; }
.breadcrumbs a { color: var(--aa-blue); }
.section { padding: 58px 0; overflow: hidden; }
.muted { background: var(--aa-soft); }
.section-head { max-width: 820px; margin-bottom: 28px; }
.section-head h2, .split-copy h2, .two-column h2, .contact-panel h2, .contact-form h2, .detail-panel h2 { margin: 0 0 12px; font-size: clamp(24px, 2.6vw, 32px); }
.section-head p, .split-copy p, .two-column p { margin: 0 0 16px; color: #596575; }
.stats-strip { background: #fff; border-bottom: 1px solid var(--aa-line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--aa-line); }
.stats-grid div { min-height: 88px; padding: 18px 22px; background: #fff; }
.stats-grid strong { display: block; color: var(--aa-red); font: 800 21px/1 Montserrat, Arial, sans-serif; }
.stats-grid span { display: block; margin-top: 8px; color: #596575; }
.authorized-strip { padding: 28px 0; background: var(--aa-soft); border-bottom: 1px solid var(--aa-line); }
.authorized-strip-inner { display: grid; grid-template-columns: auto 1fr minmax(300px, 420px); gap: 22px; align-items: center; }
.authorized-strip-inner .eyebrow { margin: 0; }
.authorized-strip-inner p:last-child { margin: 0; color: #596575; }
.authorized-strip-brands { display: flex; gap: 10px; flex-wrap: wrap; }
.authorized-strip-brands strong {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--aa-line);
  border-radius: 6px;
  background: #fff;
  color: var(--aa-navy);
  font: 800 14px/1 Montserrat, Arial, sans-serif;
}
.authorized-badges { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 24px; }
.authorized-badges div {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 18px;
  border: 1px solid var(--aa-line);
  border-radius: var(--aa-radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(24,34,45,.05);
}
.authorized-badges span { display: block; margin-bottom: 7px; color: var(--aa-red); font: 800 11px/1 Montserrat, Arial, sans-serif; text-transform: uppercase; }
.authorized-badges strong { color: var(--aa-navy); font: 900 20px/1.1 Montserrat, Arial, sans-serif; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.info-card, .product-card, .theme-panel, .detail-panel {
  min-height: 188px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--aa-line);
  border-radius: var(--aa-radius);
  box-shadow: 0 12px 30px rgba(24, 34, 45, .06);
}
.info-card i { color: var(--aa-red); font-size: 24px; margin-bottom: 14px; }
.info-card h3, .product-card h3, .theme-panel h3 { margin: 0 0 10px; font-size: 18px; }
.info-card p, .product-card p, .detail-panel p { margin: 0 0 12px; color: #647082; }
.compact { min-height: 106px; }
.compact h3 { font-size: 17px; }
.section-split { background: #fff; }
.split-grid, .two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split-grid img, .two-column img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--aa-radius); }
.two-column img.product-overview-image { object-fit: contain; padding: 24px; border: 1px solid var(--aa-line); background: #f8fafc; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.detail-panel { min-height: auto; }
.intro-section { padding-top: 48px; }
.text-link { color: var(--aa-blue); font-weight: 800; border-bottom: 2px solid rgba(15,122,191,.25); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.process-grid div { padding: 22px; background: #fff; border: 1px solid var(--aa-line); border-radius: var(--aa-radius); }
.process-grid span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 12px; border-radius: 50%; background: var(--aa-red); color: #fff; font-weight: 800; }
.process-grid p { margin: 0; color: #596575; }
.logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.logo-tile { display: flex; align-items: center; justify-content: center; min-height: 86px; padding: 18px; background: #fff; border: 1px solid var(--aa-line); border-radius: var(--aa-radius); }
.logo-tile img { max-width: 118px; max-height: 46px; object-fit: contain; }
.center-action { margin-top: 28px; text-align: center; }
.check-list { display: grid; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: #44505f; }
.check-list li::before { content: "\f00c"; position: absolute; left: 0; top: 0; font-family: "Font Awesome 5 Free"; font-weight: 900; color: var(--aa-red); }
.product-card { min-height: 230px; }
.product-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 18px; border-radius: 6px; color: #fff; background: var(--aa-navy); }
.product-card.with-image { overflow: hidden; padding-top: 0; }
.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  margin: 0 -24px 20px;
  padding: 18px;
  border-bottom: 1px solid var(--aa-line);
  background: #f8fafc;
}
.product-image img { width: 100%; height: 100%; object-fit: contain; }
.product-body { display: grid; gap: 8px; }
.product-note { margin-top: 20px; color: #738093; font-size: 13px; }
.brand-note { font-size: 13px; color: #738093; }
.faq-list { display: grid; gap: 14px; max-width: 900px; }
details { background: #fff; border: 1px solid var(--aa-line); border-radius: var(--aa-radius); padding: 18px 22px; }
summary { cursor: pointer; font-family: Montserrat, Arial, sans-serif; font-weight: 800; color: var(--aa-navy); }
details p { margin: 12px 0 0; color: #596575; }
.cta-band { padding: 44px 0; background: var(--aa-navy); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-inner h2 { color: #fff; margin: 0 0 8px; font-size: clamp(24px, 3vw, 32px); }
.cta-inner p { max-width: 680px; margin: 0; color: rgba(255,255,255,.82); }
.cta-band .btn-outline { border-color: #fff; color: #fff; }
.cta-band .btn-outline:hover { background: #fff; color: var(--aa-navy); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; }
.contact-panel, .contact-form { padding: 30px; border: 1px solid var(--aa-line); border-radius: var(--aa-radius); background: #fff; box-shadow: 0 12px 30px rgba(24, 34, 45, .06); }
.contact-panel p { display: flex; gap: 12px; align-items: flex-start; color: #596575; }
.contact-panel i { color: var(--aa-red); min-width: 18px; margin-top: 4px; }
.contact-map-embed { overflow: hidden; margin-top: 24px; border: 1px solid var(--aa-line); border-radius: var(--aa-radius); background: var(--aa-soft); }
.contact-map-embed iframe { display: block; width: 100%; height: 330px; border: 0; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-weight: 700; color: var(--aa-navy); }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--aa-line);
  border-radius: 4px;
  padding: 13px 14px;
  font: 500 15px Raleway, Arial, sans-serif;
}
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(15,122,191,.18); border-color: var(--aa-blue); }
.site-footer { background: #1d2235; color: rgba(255,255,255,.78); padding: 60px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.1fr; gap: 36px; }
.footer-logo { width: 92px; height: auto; object-fit: contain; margin-bottom: 18px; }
.site-footer h2 { margin: 0 0 15px; color: #fff; font-size: 16px; }
.site-footer a { display: block; margin: 7px 0; color: rgba(255,255,255,.85); }
.site-footer a:hover { color: #fff; }
.site-footer p { margin: 0 0 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.float-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 10px 28px rgba(0,0,0,.22); font-size: 26px; }

@media (max-width: 980px) {
  .top-strip-inner { justify-content: center; flex-wrap: wrap; padding: 8px 0; }
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--aa-line);
    box-shadow: 0 16px 32px rgba(24,34,45,.16);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .main-nav .nav-cta { text-align: center; }
  .stats-grid, .card-grid, .process-grid, .logo-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .authorized-strip-inner, .authorized-badges { grid-template-columns: 1fr; }
  .split-grid, .two-column, .contact-grid, .detail-grid { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .brand img { width: 238px; max-height: 56px; }
  .top-strip { display: none; }
  .nav-bar { width: min(100% - 28px, 310px); }
  .hero { min-height: 500px; }
  .hero-product-bg { background-size: 240px auto; background-position: right -72px center; }
  .hero-content { max-width: 310px; padding: 42px 0; }
  .hero h1 { max-width: 100%; font-size: 26px; }
  .hero p:not(.eyebrow) { max-width: 100%; font-size: 15px; }
  .hero .eyebrow { font-size: 11px; }
  .section-head h2, .split-copy h2, .two-column h2, .detail-panel h2, .contact-panel h2, .contact-form h2 {
    width: 100%;
    max-width: 310px;
    white-space: normal;
    font-size: 24px;
  }
  .split-copy p, .two-column p, .section-head p, .detail-panel p, .info-card p, .product-card p {
    max-width: 310px;
  }
  .section { padding: 44px 0; }
  .authorized-strip { padding: 24px 0; }
  .authorized-strip-brands strong { justify-content: center; width: 100%; }
  .contact-map-embed iframe { height: 280px; }
  .stats-grid, .card-grid, .process-grid, .logo-grid, .footer-grid { grid-template-columns: 1fr; }
  .stats-grid div { min-height: 86px; }
  .logo-tile { min-height: 78px; }
  .logo-tile img { max-width: 104px; max-height: 40px; }
  .btn { width: 100%; }
  .footer-bottom { flex-direction: column; }
  .float-whatsapp { right: 14px; bottom: 14px; width: 52px; height: 52px; }
}
