@charset "UTF-8";
/* ======= Reboot ======= */
*,
*::before,
*::after {
  box-sizing: border-box; /* 1 */
}

html {
  font-family: sans-serif; /* 2 */
  line-height: 1.15; /* 3 */
  -webkit-text-size-adjust: 100%; /* 4 */
  -ms-text-size-adjust: 100%; /* 4 */
  -ms-overflow-style: scrollbar; /* 5 */
  -webkit-tap-highlight-color: transparent; /* 6 */
}

/* IE10+ doesn't honor `<meta name="viewport">` in some cases. */
@-ms-viewport {
  width: device-width;
}
/* stylelint-disable selector-list-comma-newline-after
Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers) */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0; /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left; /* 3 */
  background-color: #fff; /* 2 */
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] { /* 4 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted; /* 2 */
  text-decoration: underline dotted; /* 2 */
  cursor: help; /* 3 */
  border-bottom: 0; /* 1 */
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; /* Undo browser default */
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic; /* Add the correct font style in Android 4.3- */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

small {
  font-size: 80%; /* Add the correct font size in all browsers */
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Links
*/
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace; /* Correct the inheritance and scaling of font size in all browsers. */
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers. */
}

pre {
  /* Remove browser default top margin */
  margin-top: 0;
  /* Reset browser default of `1em` to use `rem`s */
  margin-bottom: 1rem;
  /* Don't allow content to break outside */
  overflow: auto;
  /* We have @viewport set which causes scrollbars to overlap content in IE11 and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to counteract. */
  -ms-overflow-style: scrollbar;
}

figure {
  /* Apply a consistent margin strategy (matches our type styles). */
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none; /* Remove the border on images inside links in IE 10-. */
}

svg:not(:root) {
  overflow: hidden; /* Hide the overflow in IE */
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse; /* Prevent double borders */
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  /* Matches default `<td>` alignment by inheriting from the `<body>`, or the closest parent with a set `text-align`. */
  text-align: inherit;
}

label {
  /* Allow labels to use `margin` for spacing. */
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0; /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible; /* Show the overflow in Edge */
}

button,
select {
  text-transform: none; /* Remove the inheritance of text transform in Firefox */
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box; /* 1. Add the correct box sizing in IE 10- */
  padding: 0; /* 2. Remove the padding in IE 10- */
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
  appearance: listbox;
}

textarea {
  overflow: auto; /* Remove the default vertical scrollbar in IE. */
  /* Textareas should really only resize vertically so they don't break their (horizontal) containers. */
  resize: vertical;
}

fieldset {
  min-width: 0;
  /* Reset the default outline behavior of fieldsets so they don't affect page layout. */
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%; /* 1 */
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline; /* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

template {
  display: none; /* Add the correct display in IE */
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Outfit";
  src: url(../fonts/QGYvz_MVcBeNP4NJtEtq.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Base Styles */
body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  color: #4c4c4c;
  overflow-x: hidden;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background: rgb(244, 246, 250) !important;
}

body.loaded {
  opacity: 1;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.35s;
}

a:focus,
a:hover {
  color: #00134f;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

ul {
  padding-left: 22px;
}

hr {
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

hr.light {
  border-color: #fff;
}

@media (min-width: 992px) {
  hr {
    max-width: 800px;
    margin: 25px auto 0;
  }
}
/* Utility Classes */
.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;
}

/* Section */
section {
  padding: 30px 0;
}

section h2 {
  font-size: 50px;
}

section .section-title {
  margin-bottom: 50px;
}

.section-title-round {
  font-family: "Outfit", sans-serif;
  color: #0057db;
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  display: inline-block;
  padding: 24px;
  border: 1px solid;
  border-radius: 30px;
  margin-bottom: 5rem;
}

section .section-title h1,
section .section-title h2,
section .section-title h3 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  position: relative;
}

section .subtitle {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 9px;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}

@media (min-width: 992px) {
  section {
    padding: 100px 0;
  }
  section .section-title h1,
  section .section-title h2,
  section .section-title h3 {
    line-height: 35px;
    font-size: 29px;
  }
  section .subtitle {
    font-size: 23px;
    margin-bottom: 25px;
  }
}
.section {
  padding: 6rem 0;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section {
    padding: 4rem 0;
  }
}
/* Hero Banner Page */
.hero-banner-page {
  margin-top: 137px;
  padding: 4rem 0;
  background: linear-gradient(45deg, #001F3E, #4067a0);
  color: #ffffff;
}
.hero-banner-page .banner-title {
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  width: 100%;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
}
.hero-banner-page .banner-subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
}

@media (max-width: 991px) {
  .hero-banner-page {
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .hero-banner-page .banner-title {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .hero-banner-page .banner-subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.alpha-site {
  font-family: "Barlow", sans-serif;
  color: #111;
  background: #fff;
  overflow-x: hidden;
}
.alpha-site *, .alpha-site *::before, .alpha-site *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.alpha-site html {
  scroll-behavior: smooth;
}
.alpha-site img {
  max-width: 100%;
  display: block;
}

.alpha-site a {
  text-decoration: none;
}

.alpha-site button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

.alpha-site .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .alpha-site .container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .alpha-site .container {
    padding: 0 2rem;
  }
}
.alpha-site .alpha-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 2px solid #1E7FE8;
  color: #1E7FE8;
  border-radius: 999px;
  padding: 0.25rem 1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alpha-site .alpha-badge-white {
  border-color: white;
  color: white;
}

.alpha-site .btn-primary,
.alpha-site .btn-outline-white,
.alpha-site .btn-indigo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  transition: background 0.2s, transform 0.15s, color 0.2s;
  cursor: pointer;
}

.alpha-site .btn-primary {
  background: #1E7FE8;
  color: white;
  border: none;
}

.alpha-site .btn-primary:hover {
  background: #2B2D9E;
  transform: translateY(-2px);
}

.alpha-site .btn-outline-white {
  background: white;
  color: #2B2D9E;
  border: 2px solid white;
}

.alpha-site .btn-outline-white:hover {
  background: #e8f0ff;
}

.alpha-site .btn-indigo {
  background: #2B2D9E;
  color: white;
  border: none;
}

.alpha-site .btn-indigo:hover {
  background: #1a1c7a;
  transform: translateY(-2px);
}

@keyframes phonePulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(30, 127, 232, 0.5);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(30, 127, 232, 0);
  }
}
.alpha-site .phone-pulse {
  animation: phonePulse 2s ease infinite;
}

.alpha-site .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.alpha-site .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.alpha-site #navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background 0.3s, box-shadow 0.3s;
  padding: 1rem 0;
}

.alpha-site #navbar.scrolled {
  background: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 0.6rem 0;
}

.alpha-site .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alpha-site .nav-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.alpha-site .nav-logo-white {
  display: block;
}

.alpha-site .nav-logo-dark {
  display: none;
}

.alpha-site #navbar.scrolled .nav-logo-white {
  display: none;
}

.alpha-site #navbar.scrolled .nav-logo-dark {
  display: block;
}

.alpha-site .nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.alpha-site .nav-links a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.2s;
}

.alpha-site .nav-links a:hover {
  color: white;
}

.alpha-site #navbar.scrolled .nav-links a {
  color: #2B2D9E;
}

.alpha-site #navbar.scrolled .nav-links a:hover {
  color: #1E7FE8;
}

.alpha-site .nav-cta {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: white;
  background: #1E7FE8;
  padding: 0.55rem 1.4rem;
  border-radius: 999px;
  transition: background 0.2s;
}

.alpha-site .nav-cta:hover {
  background: #2B2D9E;
}

.alpha-site .nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.alpha-site .nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: background 0.2s;
}

.alpha-site #navbar.scrolled .nav-hamburger span {
  background: #2B2D9E;
}

.alpha-site .nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0;
  background: white;
  border-top: 1px solid #e5e7eb;
}

.alpha-site .nav-mobile.open {
  display: flex;
}

.alpha-site .nav-mobile a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2B2D9E;
  padding: 0.85rem 1.5rem;
  border-bottom: 1px solid #f3f4f6;
  transition: background 0.2s;
}

.alpha-site .nav-mobile a:hover {
  background: #f0f4ff;
}

@media (max-width: 767px) {
  .alpha-site .nav-links, .alpha-site .nav-cta {
    display: none;
  }
  .alpha-site .nav-hamburger {
    display: flex;
  }
}
.alpha-site #inicio {
  background: linear-gradient(135deg, #1a1c7a 0%, #2B2D9E 45%, #1E7FE8 100%);
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
  padding-bottom: 9rem;
  padding-top: 6rem;
  position: relative;
  overflow: hidden;
}

.alpha-site .hero-stripes {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: repeating-linear-gradient(-45deg, white 0px, white 1px, transparent 1px, transparent 40px);
  pointer-events: none;
}

.alpha-site .hero-glow {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0.2;
  background: radial-gradient(ellipse at 80% 30%, #1E7FE8 0%, transparent 70%);
  pointer-events: none;
}

.alpha-site .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  min-height: calc(100vh - 6rem);
  padding: 3rem 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .alpha-site .hero-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
}
.alpha-site .hero-badge {
  margin-bottom: 1rem;
}

.alpha-site .hero-h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  line-height: 1.1;
  text-transform: uppercase;
  color: #7EC8FF;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
}

.alpha-site .hero-h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1;
  text-transform: uppercase;
  color: white;
  letter-spacing: -0.01em;
}

.alpha-site .hero-sub {
  color: #bfdbfe;
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 480px;
  margin-top: 1rem;
}

.alpha-site .hero-sub strong {
  color: white;
  font-weight: 700;
}

.alpha-site .hero-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 1rem;
  list-style: none;
}

.alpha-site .hero-highlights li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #bfdbfe;
  font-size: 0.95rem;
  font-weight: 500;
}

.alpha-site .hero-highlights li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(30, 127, 232, 0.4);
  color: #93c5fd;
  font-size: 0.7rem;
  font-weight: 900;
  flex-shrink: 0;
}

.alpha-site .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.alpha-site .hero-agents {
  display: none;
  position: relative;
  height: 560px;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 1024px) {
  .alpha-site .hero-agents {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    padding: 2rem 0;
  }
}
.alpha-site .agent-card-back,
.alpha-site .agent-card-front {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.alpha-site .agent-card-back {
  left: 1rem;
  z-index: 1;
}

.alpha-site .agent-card-front {
  right: 2rem;
  z-index: 2;
}

.alpha-site .agent-img-back,
.alpha-site .agent-img-front {
  border-radius: 1rem;
  overflow: hidden;
}

.alpha-site .agent-img-back {
  width: 208px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  transform: rotate(-3deg);
}

.alpha-site .agent-img-front {
  width: 240px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  transform: rotate(2deg);
}

.alpha-site .agent-img-back img, .alpha-site .agent-img-front img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.alpha-site .hero-badge-float {
  position: absolute;
  top: 1.5rem;
  right: 0;
  background: white;
  border-radius: 1rem;
  padding: 0.75rem 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transform: rotate(3deg);
  z-index: 10;
}

.alpha-site .hero-badge-float p:first-child {
  font-size: 0.7rem;
  color: #6b7280;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.alpha-site .hero-badge-float p:last-child {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  color: #1d4ed8;
  line-height: 1.2;
}

.alpha-site .hero-agents-mobile {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 0 1rem;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .alpha-site .hero-agents-mobile {
    display: none;
  }
}
.alpha-site .hero-agents-mobile .agent-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.alpha-site .hero-agents-mobile .agent-col .agent-img {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.alpha-site .hero-agents-mobile .agent-col:first-child .agent-img {
  width: 128px;
  transform: rotate(-2deg);
}

.alpha-site .hero-agents-mobile .agent-col:last-child .agent-img {
  width: 144px;
  transform: rotate(2deg);
}

.alpha-site .hero-agents-mobile .agent-col .agent-img img {
  width: 100%;
  height: auto;
}

.alpha-site .va-plate {
  width: 190px;
  background: #f8f8f6;
  border-radius: 10px;
  border: 3px solid #d0d0cc;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 8px 12px 7px;
  text-align: center;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
}

.alpha-site .va-plate .bolt {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #bbb;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

.alpha-site .va-plate .bolt.tl {
  top: 10px;
  left: 14px;
}

.alpha-site .va-plate .bolt.tr {
  top: 10px;
  right: 14px;
}

.alpha-site .va-plate .bolt.bl {
  bottom: 10px;
  left: 14px;
}

.alpha-site .va-plate .bolt.br {
  bottom: 10px;
  right: 14px;
}

.alpha-site .va-plate .plate-state {
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.28em;
  color: #1a4fa8;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2px;
  margin-top: 4px;
}

.alpha-site .va-plate .plate-number {
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  color: #1a3d8f;
  line-height: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12), -1px -1px 0 rgba(255, 255, 255, 0.6);
  margin: 2px 0;
}

.alpha-site .va-plate .plate-number.long {
  font-size: 1.7rem;
}

.alpha-site .va-plate .plate-divider {
  height: 1px;
  background: #c8c8c4;
  margin: 3px 4px;
}

.alpha-site .va-plate .plate-tagline {
  font-weight: 700;
  font-size: 0.48rem;
  letter-spacing: 0.06em;
  color: #222;
  line-height: 1.2;
  margin-bottom: 2px;
}

.alpha-site .va-plate .plate-tagline .heart {
  color: #cc2200;
}

.alpha-site .va-plate .plate-url {
  font-weight: 500;
  font-size: 0.38rem;
  color: #555;
  letter-spacing: 0.04em;
}

.alpha-site #servicios {
  background: #F4F6FA;
  padding: 5rem 0 7rem;
}

.alpha-site .services-header {
  max-width: 600px;
  margin-bottom: 3.5rem;
}

.alpha-site .section-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.2rem);
  text-transform: uppercase;
  line-height: 1.05;
  color: #111;
  margin-top: 0.75rem;
}

.alpha-site .section-title .accent {
  color: #1E7FE8;
}

.alpha-site .section-sub {
  color: #4b5563;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.7;
}

.alpha-site .services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .alpha-site .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .alpha-site .services-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.alpha-site .service-card {
  background: white;
  border-left: 5px solid #1E7FE8;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(43, 45, 158, 0.1);
  transition: transform 0.25s, box-shadow 0.25s, border-left-width 0.25s;
  position: relative;
}

.alpha-site .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(43, 45, 158, 0.18);
  border-left-width: 8px;
}

.alpha-site .service-icon {
  width: 44px;
  height: 44px;
  background: #EBF4FF;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #1E7FE8;
  font-size: 1.4rem;
}

.alpha-site .service-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #EBF4FF;
  color: #1E7FE8;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
}

.alpha-site .service-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #111;
  margin-bottom: 0.5rem;
}

.alpha-site .service-card p {
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.6;
}

.alpha-site .services-cta {
  margin-top: 3rem;
  text-align: center;
}

.alpha-site .services-cta p {
  color: #6b7280;
  margin-bottom: 1rem;
}

.alpha-site #como-funciona {
  background: white;
  padding: 5rem 0 6rem;
}

.alpha-site .how-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4rem;
}

.alpha-site .steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  position: relative;
}

@media (min-width: 1024px) {
  .alpha-site .steps-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .alpha-site .steps-connector {
    display: block;
    position: absolute;
    top: 40px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(to right, #1E7FE8, #2B2D9E);
    z-index: 0;
  }
}
.alpha-site .steps-connector {
  display: none;
}

.alpha-site .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.alpha-site .step-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2B2D9E, #1E7FE8);
  box-shadow: 0 8px 24px rgba(30, 127, 232, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  position: relative;
  font-size: 1.5rem;
}

.alpha-site .step-num {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: white;
  border: 2px solid #2B2D9E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 0.75rem;
  color: #2B2D9E;
}

.alpha-site .step-item h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #111;
  margin-bottom: 0.5rem;
}

.alpha-site .step-item p {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.6;
}

.alpha-site .how-cta {
  margin-top: 3.5rem;
  text-align: center;
}

.alpha-site #nosotros {
  background: linear-gradient(135deg, #1a1c7a 0%, #2B2D9E 60%, #1E4FBE 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  margin-top: -4rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.alpha-site .about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .alpha-site .about-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.alpha-site .about-text h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.2rem);
  text-transform: uppercase;
  line-height: 1.05;
  color: white;
  margin-top: 0.75rem;
}

.alpha-site .about-text h2 .accent {
  color: #7EC8FF;
}

.alpha-site .about-text p {
  color: #bfdbfe;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.25rem;
}

.alpha-site .about-text p strong {
  color: white;
}

.alpha-site .posts-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.alpha-site .posts-collage .post-img {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}

.alpha-site .posts-collage .post-img:first-child {
  transform: rotate(-2deg);
}

.alpha-site .posts-collage .post-img:last-child {
  transform: rotate(2deg);
  margin-top: 1.5rem;
}

.alpha-site .posts-collage .post-img img {
  width: 100%;
  height: auto;
}

.alpha-site .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.alpha-site .stat-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  padding: 1rem;
}

.alpha-site .stat-icon {
  color: #93c5fd;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.alpha-site .stat-value {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
  color: white;
  line-height: 1;
}

.alpha-site .stat-label {
  color: #bfdbfe;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.alpha-site #agentes {
  background: white;
  padding: 5rem 0 7rem;
}

.alpha-site .agents-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3.5rem;
}

.alpha-site .agents-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 640px) {
  .alpha-site .agents-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .alpha-site .agents-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.alpha-site .agent-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.alpha-site .agent-photo-wrap {
  position: relative;
  width: 100%;
  max-width: 280px;
}

.alpha-site .agent-photo-inner {
  border-radius: 1rem;
  overflow: hidden;
  border: 4px solid #EBF4FF;
  box-shadow: 0 16px 48px rgba(30, 127, 232, 0.18);
}

.alpha-site .agent-photo-inner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/4;
  object-position: top;
}

.alpha-site .agent-certified {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #2563eb;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

.alpha-site .agent-info {
  margin-top: 2rem;
  text-align: center;
}

.alpha-site .agent-info h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 0.35rem;
}

.alpha-site .agent-info .role {
  color: #2B2D9E;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.alpha-site .agent-info .specialty {
  display: inline-flex;
  margin-top: 0.5rem;
  background: #EBF4FF;
  color: #1E7FE8;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}

.alpha-site .agents-cta {
  margin-top: 3rem;
}

.alpha-site .agents-cta-box {
  background: linear-gradient(135deg, #eef4ff, #f8fbff);
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.alpha-site .cta-text h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #111;
}

.alpha-site .cta-text p {
  color: #6b7280;
}

.alpha-site #formulario {
  background: linear-gradient(135deg, #1a1c7a 0%, #2B2D9E 60%, #1E4FBE 100%);
  padding: 7rem 0;
}

.alpha-site .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .alpha-site .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.alpha-site .form-info h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.2rem);
  text-transform: uppercase;
  line-height: 1.05;
  color: white;
  margin-top: 0.75rem;
}

.alpha-site .form-info h2 .accent {
  color: #7EC8FF;
}

.alpha-site .form-info > p {
  color: #bfdbfe;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.25rem;
}

.alpha-site .form-contacts {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.alpha-site .form-contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.alpha-site .form-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}

.alpha-site .form-contact-item a {
  color: white;
  transition: color 0.2s;
}

.alpha-site .form-contact-item a:hover {
  color: #bfdbfe;
}

.alpha-site .form-trust {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.alpha-site .trust-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  padding: 0.9rem 1rem;
  color: white;
  font-size: 0.9rem;
}

.alpha-site .form-card {
  background: white;
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
}

.alpha-site .form-step-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #111;
}

.alpha-site .tramite-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
}

.alpha-site .tramite-btn {
  width: 100%;
  text-align: left;
  padding: 0.9rem 1rem;
  border: 1px solid #dbe3f3;
  border-radius: 0.75rem;
  background: #fafcff;
  color: #111;
  font-size: 0.95rem;
  font-weight: 500;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
  position: relative;
}

.alpha-site .tramite-btn:hover {
  border-color: #1E7FE8;
  transform: translateY(-1px);
}

.alpha-site .tramite-btn.selected {
  background: #EBF4FF;
  border-color: #1E7FE8;
  color: #1E7FE8;
}

.alpha-site .tramite-btn .check-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.alpha-site .tramite-btn.selected .check-icon {
  opacity: 1;
}

.alpha-site .form-divider {
  border: none;
  border-top: 1px solid #f3f4f6;
  margin: 1.5rem 0;
}

.alpha-site .form-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.alpha-site .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.alpha-site .form-group label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #111;
}

.alpha-site .form-group input, .alpha-site .form-group textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #dbe3f3;
  border-radius: 0.75rem;
  background: #fafcff;
  font-size: 1rem;
  color: #111;
}

.alpha-site .form-group input:focus, .alpha-site .form-group textarea:focus {
  outline: none;
  border-color: #1E7FE8;
  box-shadow: 0 0 0 4px rgba(30, 127, 232, 0.12);
}

.alpha-site .form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.alpha-site .form-error {
  color: #dc2626;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.alpha-site .form-submit {
  width: 100%;
  justify-content: center;
  margin-top: 1.2rem;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #2B2D9E, #1E7FE8);
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  transition: opacity 0.2s, transform 0.15s;
}

.alpha-site .form-submit:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

.alpha-site .form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.alpha-site .form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 0;
}

.alpha-site .form-success.visible {
  display: flex;
}

.alpha-site .success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #E8FFF3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.alpha-site .form-success h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #111;
}

.alpha-site .form-success p {
  color: #6b7280;
  font-size: 0.9rem;
  max-width: 280px;
  margin-top: 0.5rem;
}

.alpha-site .form-success .reset-btn {
  margin-top: 1rem;
  color: #2B2D9E;
  font-weight: 700;
}

.alpha-site #contacto {
  background: #0f1430;
  color: white;
}

.alpha-site .footer-main {
  padding: 4rem 0 2rem;
}

.alpha-site .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .alpha-site .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }
}
.alpha-site .footer-logo {
  width: 220px;
  border-radius: 0.75rem;
}

.alpha-site .footer-desc {
  color: rgba(255, 255, 255, 0.75);
  margin-top: 1rem;
  max-width: 340px;
}

.alpha-site .footer-socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.alpha-site .footer-social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}

.alpha-site .footer-col h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.alpha-site .footer-links {
  list-style: none;
}

.alpha-site .footer-links li + li {
  margin-top: 0.55rem;
}

.alpha-site .footer-links a {
  color: rgba(255, 255, 255, 0.75);
}

.alpha-site .footer-contact-item {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  color: white;
  margin-bottom: 1rem;
}

.alpha-site .footer-contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.alpha-site .contact-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.alpha-site .contact-value {
  color: white;
}

.alpha-site .footer-bottom {
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
  .alpha-site .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.alpha-site .floating-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 1001;
}

.alpha-site .float-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s, box-shadow 0.2s;
}

.alpha-site .float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

.alpha-site .float-wa {
  background: #25D366;
}

.alpha-site .float-phone {
  background: #1E7FE8;
}

@media (max-width: 767px) {
  .alpha-site #formulario {
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .alpha-site .form-trust,
  .alpha-site .stats-grid,
  .alpha-site .hero-highlights,
  .alpha-site .steps-grid {
    grid-template-columns: 1fr;
  }
  .alpha-site .agents-cta-box,
  .alpha-site .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
}
