:root {
  --a1-navy: #06134f;
  --a1-navy-2: #0b1f71;
  --a1-blue: #075ff7;
  --a1-blue-2: #1598ff;
  --a1-sky: #62c8ff;
  --a1-ink: #08102e;
  --a1-muted: #5c6686;
  --a1-line: #dbe5fb;
  --a1-soft: #f4f8ff;
  --a1-white: #ffffff;
  --a1-green: #17b86a;
  --a1-shadow: 0 24px 70px rgba(9, 36, 111, 0.13);
  --a1-radius: 26px;
  --a1-radius-sm: 16px;
  --a1-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.a1-site {
  margin: 0;
  color: var(--a1-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.a1-nav-open { overflow: hidden; }
body.admin-bar .a1-header { top: 32px; }

.a1-container { width: min(calc(100% - 40px), var(--a1-container)); margin-inline: auto; }
.a1-main { min-height: 55vh; }
.a1-main p { margin: 0 0 1.2rem; }
.a1-main a { text-underline-offset: 3px; }
.a1-main img { max-width: 100%; height: auto; }
.a1-main h1, .a1-main h2, .a1-main h3, .a1-main h4 {
  margin: 0 0 0.65em;
  color: var(--a1-ink);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.a1-main h1 { font-size: clamp(2.9rem, 5.8vw, 5.7rem); }
.a1-main h2 { font-size: clamp(2.1rem, 3.8vw, 3.75rem); }
.a1-main h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }

.a1-skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 100000;
  padding: 12px 18px; color: #fff; background: var(--a1-navy); border-radius: 8px;
}
.a1-skip-link:focus { top: 16px; }

.a1-header {
  position: sticky; top: 0; z-index: 1000;
  height: 88px; background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(8, 16, 46, .07);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  transition: height .25s ease, box-shadow .25s ease;
}
.a1-header.is-scrolled { height: 76px; box-shadow: 0 12px 40px rgba(8,22,71,.09); }
.a1-header__inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.a1-brand { display: block; flex: 0 0 auto; width: 245px; line-height: 0; }
.a1-brand img { display: block; width: 100%; height: auto; }
.a1-primary-nav { margin-left: auto; }
.a1-menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.a1-menu li { margin: 0; }
.a1-menu a {
  position: relative; display: block; padding: 10px 0;
  color: #17214a; font-size: .93rem; font-weight: 650; text-decoration: none;
}
.a1-menu a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 3px;
  height: 2px; background: linear-gradient(90deg, var(--a1-blue), var(--a1-sky));
  transition: right .2s ease;
}
.a1-menu a:hover, .a1-menu .current-menu-item > a { color: var(--a1-blue); }
.a1-menu a:hover::after, .a1-menu .current-menu-item > a::after { right: 0; }

.a1-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 25px; border: 1px solid var(--a1-blue);
  border-radius: 13px; color: #fff !important;
  background: linear-gradient(135deg, #034bd4, #087aff 68%, #1aa8ff);
  box-shadow: 0 13px 30px rgba(5, 95, 247, .25);
  font-size: .95rem; font-weight: 750; line-height: 1; text-align: center; text-decoration: none !important;
  cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.a1-button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(5,95,247,.32); }
.a1-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.a1-button--small { min-height: 45px; padding: 0 19px; font-size: .86rem; border-radius: 11px; }
.a1-button--ghost { color: var(--a1-navy) !important; background: transparent; border-color: rgba(6,19,79,.25); box-shadow: none; }
.a1-button--ghost:hover { color: var(--a1-blue) !important; background: #fff; border-color: var(--a1-blue); }
.a1-button--outline { color: var(--a1-blue) !important; background: #fff; border-color: #b9d2ff; box-shadow: none; }
.a1-button--outline:hover { color: #fff !important; background: var(--a1-blue); }
.a1-button--white { color: var(--a1-navy) !important; background: #fff; border-color: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.13); }
.a1-button--glass { color: #fff !important; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.42); box-shadow: none; }
.a1-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.a1-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: #edf4ff; }
.a1-menu-toggle > span:not(.screen-reader-text) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--a1-navy); transition: transform .2s ease, opacity .2s ease; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }

.a1-footer { position: relative; overflow: hidden; padding: 78px 0 0; color: rgba(255,255,255,.72); background: #040c35; }
.a1-footer::before { content:""; position:absolute; width:460px; height:460px; right:-160px; top:-230px; border:1px solid rgba(44,157,255,.2); border-radius:50%; box-shadow: 0 0 0 60px rgba(44,157,255,.035), 0 0 0 120px rgba(44,157,255,.025); }
.a1-footer__grid { position: relative; display: grid; grid-template-columns: 1.7fr .75fr 1fr 1.1fr; gap: 55px; }
.a1-footer h2 { margin: 4px 0 20px; color:#fff; font-size: .92rem; letter-spacing: .08em; text-transform: uppercase; }
.a1-footer ul { margin:0; padding:0; list-style:none; }
.a1-footer li { margin: 0 0 10px; }
.a1-footer a { color: rgba(255,255,255,.72); text-decoration: none; transition: color .2s ease; }
.a1-footer a:hover { color: var(--a1-sky); }
.a1-footer__brand img { display:block; width: 265px; height:auto; margin: 0 0 20px; padding: 9px 13px; background:#fff; border-radius:12px; }
.a1-footer__brand p { max-width: 380px; }
.a1-footer__tagline { color: #78caff; font-size:.76rem; font-weight:800; letter-spacing:.13em; }
.a1-footer__contact { display:flex; flex-direction:column; align-items:flex-start; gap:8px; }
.a1-footer__contact h2 { margin-bottom:12px; }
.a1-footer__bottom { position:relative; display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:60px; padding:24px 0; border-top:1px solid rgba(255,255,255,.1); font-size:.84rem; }
.a1-footer__bottom p { margin:0; }

.a1-whatsapp-float {
  position:fixed; right:24px; bottom:24px; z-index:900; display:grid; place-items:center;
  width:58px; height:58px; border-radius:50%; background:#20c76a; color:#fff;
  box-shadow:0 12px 35px rgba(20,148,78,.35); transition:transform .2s ease;
}
.a1-whatsapp-float:hover { transform:translateY(-3px) scale(1.03); }
.a1-whatsapp-float svg { width:31px; height:31px; fill:currentColor; }

.a1-post-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.a1-card { padding:28px; border:1px solid var(--a1-line); border-radius:var(--a1-radius-sm); box-shadow:var(--a1-shadow); }

@media (max-width: 1024px) {
  .a1-brand { width: 205px; }
  .a1-menu { gap: 20px; }
  .a1-header__cta { display:none; }
  .a1-footer__grid { grid-template-columns:1.4fr 1fr 1fr; }
  .a1-footer__contact { grid-column:2 / 4; }
}

@media (max-width: 782px) {
  body.admin-bar .a1-header { top:46px; }
  .a1-header, .a1-header.is-scrolled { height:72px; }
  .a1-brand { width:185px; }
  .a1-menu-toggle { display:block; margin-left:auto; }
  .a1-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .a1-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity:0; }
  .a1-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .a1-primary-nav {
    position:fixed; left:0; right:0; top:72px; max-height:0; overflow:hidden;
    margin:0; background:#fff; box-shadow:0 18px 35px rgba(8,22,71,.12);
    opacity:0; visibility:hidden; transition:max-height .25s ease, opacity .2s ease, visibility .2s ease;
  }
  .admin-bar .a1-primary-nav { top:118px; }
  .a1-primary-nav.is-open { max-height:calc(100vh - 72px); overflow-y:auto; opacity:1; visibility:visible; }
  .a1-menu { display:block; padding:16px 20px 26px; }
  .a1-menu a { padding:13px 5px; border-bottom:1px solid #edf1fa; font-size:1rem; }
  .a1-menu a::after { display:none; }
  .a1-footer__grid { grid-template-columns:1fr 1fr; }
  .a1-footer__brand { grid-column:1 / -1; }
  .a1-footer__contact { grid-column:auto; }
}

@media (max-width: 600px) {
  .a1-container { width:min(calc(100% - 28px), var(--a1-container)); }
  .a1-main h1 { font-size:clamp(2.45rem, 12vw, 3.5rem); }
  .a1-main h2 { font-size:clamp(1.9rem, 9vw, 2.65rem); }
  .a1-actions { align-items:stretch; }
  .a1-actions .a1-button { width:100%; }
  .a1-footer { padding-top:58px; }
  .a1-footer__grid { grid-template-columns:1fr; gap:34px; }
  .a1-footer__brand, .a1-footer__contact { grid-column:auto; }
  .a1-footer__bottom { align-items:flex-start; flex-direction:column; margin-top:44px; }
  .a1-whatsapp-float { width:54px; height:54px; right:16px; bottom:16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}


.a1-footer__socials {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
}

.a1-footer__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	text-decoration: none;
	transition: 0.2s ease;
}

.a1-footer__socials svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.a1-footer__socials a:hover {
	color: #ffffff;
	background: var(--a1-blue);
	border-color: var(--a1-blue);
	transform: translateY(-3px);
}
