:root {
  --color-primary: #0c2fdc;
  --color-primary-soft: #4166ff;
  --color-primary-deep: #071348;
  --color-primary-night: #040b2a;
  --color-text: #dfe7ff;
  --color-text-soft: #a8b7e8;
  --color-white: #ffffff;
  --color-surface: rgba(255, 255, 255, 0.08);
  --color-surface-strong: rgba(255, 255, 255, 0.12);
  --color-border: rgba(255, 255, 255, 0.12);
  --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.24);
  --shadow-strong: 0 30px 90px rgba(12, 47, 220, 0.28);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --transition: 240ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  color: var(--color-text);
  background:
    radial-gradient(circle at 12% 10%, rgba(69, 108, 255, 0.34), transparent 20%),
    radial-gradient(circle at 84% 16%, rgba(17, 71, 255, 0.26), transparent 20%),
    radial-gradient(circle at 60% 86%, rgba(36, 87, 255, 0.24), transparent 24%),
    linear-gradient(145deg, #02081f 0%, #07195c 42%, #0a2db3 100%);
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  font: inherit;
}

.ambient {
  position: fixed;
  border-radius: 50%;
  filter: blur(24px);
  pointer-events: none;
  opacity: 0.7;
}

.ambient--one {
  top: 10%;
  left: -120px;
  width: 260px;
  height: 260px;
  background: rgba(79, 113, 255, 0.34);
  animation: driftOne 14s ease-in-out infinite;
}

.ambient--two {
  top: 14%;
  right: -100px;
  width: 230px;
  height: 230px;
  background: rgba(255, 255, 255, 0.12);
  animation: driftTwo 16s ease-in-out infinite;
}

.ambient--three {
  bottom: 10%;
  left: 45%;
  width: 320px;
  height: 320px;
  background: rgba(30, 79, 255, 0.22);
  animation: driftThree 18s ease-in-out infinite;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0 32px;
}

.topbar {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.brand-stage {
  position: relative;
  width: min(100%, 500px);
  display: flex;
  justify-content: center;
  padding: 18px 20px;
  border-radius: 999px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.24), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.brand-stage::before {
  content: "";
  position: absolute;
  inset: -2px 22% auto;
  height: 90px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 70%);
  opacity: 0.8;
}

.brand-stage__logo {
  position: relative;
  z-index: 2;
  width: min(100%, 220px);
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(8, 18, 68, 0.35));
  animation: logoPulse 5.8s ease-in-out infinite;
}

.brand-stage__ring {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.brand-stage__ring--one {
  inset: 8px;
  border: 1px solid transparent;
}

.brand-stage__ring--two {
  inset: 16px 40px;
  border: 1px solid transparent;
  animation: none;
}

.brand-stage::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.18) 48%, transparent 74%);
  transform: translateX(-70%);
  animation: shineSweep 7.8s ease-in-out infinite;
  pointer-events: none;
}

.hero-app {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
  gap: 24px;
  min-height: calc(100vh - 140px);
}

.hero-panel,
.presence-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(26px);
  box-shadow: var(--shadow-soft);
}

.hero-panel::before,
.presence-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(121, 152, 255, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-panel {
  padding: clamp(24px, 3.2vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-panel__eyebrow,
.presence-panel__eyebrow,
.contact-drawer__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #cfe0ff;
  font-size: 0.77rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-panel__title {
  max-width: 620px;
  margin: 16px 0 14px;
  color: var(--color-white);
  font-size: clamp(2.2rem, 3.5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-panel__text {
  max-width: 560px;
  margin: 0 0 20px;
  color: var(--color-text-soft);
  font-size: 0.97rem;
}

.hero-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.button,
.floating-whatsapp,
.contact-card__action {
  border: 0;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), opacity var(--transition), border-color var(--transition);
}

.button {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}

.button--primary,
.floating-whatsapp,
.contact-card__action {
  color: var(--color-white);
  background: linear-gradient(135deg, #1f49ff 0%, #6d8dff 100%);
  box-shadow: 0 20px 46px rgba(36, 87, 255, 0.26);
}

.button--ghost {
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.button:hover,
.floating-whatsapp:hover,
.contact-card__action:hover {
  transform: translateY(-2px);
}

.ticker {
  position: relative;
  margin-top: 2px;
}

.ticker__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(132, 161, 255, 0.7) transparent;
}

.ticker__track {
  display: flex;
  gap: 14px;
  width: max-content;
  padding-right: 12px;
}

.ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #eef3ff;
  font-size: 0.92rem;
  white-space: nowrap;
}

.ticker__item i {
  color: #9db5ff;
  font-size: 0.94rem;
}

.presence-panel {
  padding: clamp(26px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at bottom right, rgba(113, 255, 180, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
}

.presence-panel__heading h2 {
  margin: 16px 0 12px;
  color: var(--color-white);
  font-size: clamp(1.8rem, 2vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.presence-panel__heading p {
  margin: 0;
  color: var(--color-text-soft);
  max-width: 540px;
}

.state-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.state-card {
  position: relative;
  padding: 20px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top left, rgba(111, 147, 255, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(126, 255, 191, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
  cursor: pointer;
  min-height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.state-card::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 92px;
  height: 92px;
  border-radius: 24px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.42) 0 3px, transparent 3.5px);
  background-size: 18px 18px;
  opacity: 0.24;
  pointer-events: none;
}

.state-card::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: 92px;
  height: 92px;
  border-radius: 24px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.34) 0 3px, transparent 3.5px);
  background-size: 18px 18px;
  opacity: 0.18;
  pointer-events: none;
}

.state-card:hover {
  transform: translateY(-3px) scale(1.01);
  background:
    radial-gradient(circle at top left, rgba(111, 147, 255, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.09));
  border-color: rgba(126, 255, 191, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 34px rgba(9, 23, 68, 0.16);
}

.state-card--featured {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.16) 46%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(155deg, rgba(22, 59, 211, 0.96) 0%, rgba(72, 105, 255, 0.92) 72%, rgba(97, 255, 174, 0.2) 100%);
  background-size: 220% 220%, 100% 100%;
  background-position: 52% 50%, 0 0;
  color: var(--color-white);
  box-shadow: 0 24px 52px rgba(36, 87, 255, 0.22);
}

.state-card__arrow {
  position: absolute;
  top: 16px;
  right: 14px;
  color: #84ffb5;
  font-size: 1.34rem;
  transition: transform var(--transition), opacity var(--transition);
  opacity: 0.92;
  filter: drop-shadow(0 8px 14px rgba(132, 255, 181, 0.2));
}

.state-card:hover .state-card__arrow {
  transform: translateX(4px);
  opacity: 1;
}

.state-card:hover h3 {
  color: #ffffff;
}

.state-card h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: clamp(1.85rem, 2.25vw, 2.35rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: inherit;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 14px;
}

.state-card h3::after {
  content: "";
  position: absolute;
  left: 48%;
  right: -2%;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(132, 255, 181, 0.18), rgba(132, 255, 181, 0.96));
  opacity: 0.92;
}

.state-card:not(.state-card--featured) h3 {
  font-size: clamp(1.5rem, 1.82vw, 1.82rem);
}

.state-card--featured h3 {
  font-size: clamp(1.98rem, 2.38vw, 2.48rem);
}

.state-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(132, 255, 181, 0.32);
  color: #ffffff;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 1;
}

.state-card__corner-pin {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 1.36rem;
  line-height: 1;
  z-index: 2;
  filter: drop-shadow(0 8px 14px rgba(8, 18, 68, 0.22));
}

.site-footer {
  margin-top: 34px;
  padding: 18px 18px 26px;
  background: transparent;
}

.site-footer__inner {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 26px;
  border-radius: 26px 26px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.96));
  border: 1px solid rgba(8, 23, 79, 0.08);
  box-shadow: 0 -10px 36px rgba(9, 23, 68, 0.08);
  text-align: center;
}

.site-footer__brand {
  display: block;
  margin-bottom: 6px;
  color: #091744;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
  color: #41507f;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  min-height: 66px;
  padding: 0;
  border-radius: 50%;
  overflow: visible;
}

.floating-whatsapp::before,
.floating-whatsapp::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.floating-whatsapp::before {
  inset: -6px;
  background: radial-gradient(circle, rgba(72, 228, 143, 0.34), transparent 68%);
  animation: whatsappGlowPulse 2.8s ease-in-out infinite;
}

.floating-whatsapp::after {
  width: 16px;
  height: 16px;
  top: -8px;
  right: 8px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.96), rgba(132, 255, 181, 0.55) 58%, transparent 72%);
  box-shadow: 0 0 18px rgba(132, 255, 181, 0.42);
  animation: whatsappSparkFloat 2.4s ease-in-out infinite;
}

.floating-whatsapp__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.floating-whatsapp__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.contact-drawer {
  position: fixed;
  inset: 0;
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}

.contact-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 9, 32, 0.72);
  backdrop-filter: blur(10px);
}

.contact-drawer__panel {
  position: absolute;
  right: 22px;
  bottom: 22px;
  top: auto;
  right: 22px;
  width: min(340px, calc(100% - 28px));
  max-height: min(470px, calc(100vh - 36px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(67, 110, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(18, 18, 22, 0.98), rgba(7, 8, 12, 0.98));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
  transform: translateY(18px) scale(0.98);
  transition: transform var(--transition);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.contact-drawer.is-open .contact-drawer__panel {
  transform: translateY(0) scale(1);
}

.contact-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex: 0 0 auto;
}

.contact-drawer__header h2 {
  margin: 10px 0 0;
  color: var(--color-white);
  font-size: 1.25rem;
  line-height: 1.04;
}

.contact-drawer__close {
  position: relative;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.contact-drawer__close span {
  position: absolute;
  inset: 18px 11px auto;
  height: 2px;
  background: var(--color-white);
}

.contact-drawer__close span:first-child {
  transform: rotate(45deg);
}

.contact-drawer__close span:last-child {
  transform: rotate(-45deg);
}

.contact-drawer__body {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.contact-drawer__text {
  margin: 0 0 12px;
  color: #a9b4d8;
  font-size: 0.82rem;
  flex: 0 0 auto;
}

.contact-list {
  display: grid;
  gap: 8px;
  overflow-y: auto;
  min-height: 0;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(132, 161, 255, 0.6) transparent;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.contact-card__state {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-white);
}

.contact-card__number {
  color: #dce5ff;
  font-size: 0.84rem;
  font-weight: 500;
  text-decoration: none;
  justify-self: end;
  white-space: nowrap;
}

.contact-card__action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  background: linear-gradient(135deg, #19b663 0%, #47e48f 100%);
  box-shadow: 0 10px 18px rgba(25, 182, 99, 0.22);
}

.contact-card__action i {
  font-size: 0.92rem;
}

@media (max-width: 1024px) {
  .hero-app {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .page-shell {
    width: min(100% - 18px, 1220px);
    padding-top: 10px;
  }

  .brand-stage {
    width: 100%;
    padding: 14px 16px;
    border-radius: 28px;
  }

  .brand-stage__logo {
    width: min(100%, 160px);
  }

  .hero-panel,
  .presence-panel {
    border-radius: 28px;
  }

  .hero-panel {
    padding: 22px 20px;
  }

  .hero-panel__title {
    font-size: clamp(2rem, 8.7vw, 3.2rem);
    line-height: 1;
  }

  .presence-panel {
    padding: 24px 20px;
  }

  .presence-panel__heading h2 {
    font-size: clamp(1.75rem, 7vw, 2.45rem);
  }

  .hero-panel__actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .state-grid {
    grid-template-columns: 1fr;
  }

  .state-card {
    min-height: 118px;
  }

  .state-card h3 {
    font-size: clamp(1.85rem, 8vw, 2.25rem);
  }

  .state-card:not(.state-card--featured) h3 {
    font-size: clamp(1.44rem, 6.7vw, 1.78rem);
  }

  .state-card--featured h3 {
    font-size: clamp(1.84rem, 7.8vw, 2.18rem);
  }

  .site-footer__inner {
    width: min(100% - 18px, 1220px);
    padding: 18px 18px 22px;
    border-radius: 24px 24px 0 0;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
    min-height: 58px;
  }

  .contact-drawer__panel {
    right: 14px;
    left: 14px;
    top: auto;
    bottom: 14px;
    width: auto;
    max-height: min(440px, calc(100vh - 28px));
  }
}

@keyframes driftOne {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(40px, -24px, 0);
  }
}

@keyframes driftTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-28px, 20px, 0);
  }
}

@keyframes driftThree {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(26px, -18px, 0);
  }
}

@keyframes logoPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.02);
  }
}

@keyframes ringShift {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.015);
    opacity: 1;
  }
}

@keyframes shineSweep {
  0%,
  100% {
    transform: translateX(-72%);
    opacity: 0;
  }

  18%,
  62% {
    opacity: 0.9;
  }

  45% {
    transform: translateX(72%);
    opacity: 0.35;
  }
}

@keyframes featuredSweep {
  0%,
  100% {
    background-position: 140% 50%, 0 0;
  }

  45% {
    background-position: 140% 50%, 0 0;
  }

  62% {
    background-position: -30% 50%, 0 0;
  }
}

@keyframes whatsappGlowPulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.55;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.92;
  }
}

@keyframes whatsappSparkFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.92);
    opacity: 0.78;
  }

  50% {
    transform: translate3d(-4px, -6px, 0) scale(1.08);
    opacity: 1;
  }
}
