@keyframes mobPhase {
  0%, 31% {
    opacity: 1;
    transform: scale(1) translateY(0) rotate(0deg);
    filter: blur(0);
  }
  41% {
    opacity: 0;
    transform: scale(0.68) translateY(20px) rotate(-5deg);
    filter: blur(6px);
  }
  84% {
    opacity: 0;
    transform: scale(0.68) translateY(20px) rotate(-5deg);
    filter: blur(6px);
  }
  92%, 100% {
    opacity: 1;
    transform: scale(1) translateY(0) rotate(0deg);
    filter: blur(0);
  }
}
@keyframes tabPhase {
  0%, 41% {
    opacity: 0;
    transform: scale(1.1) translateY(-14px);
    filter: blur(10px);
  }
  51% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
  78% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
  88%, 100% {
    opacity: 0;
    transform: scale(0.9) translateY(12px);
    filter: blur(7px);
  }
}
@keyframes morphBurst {
  0%, 29% {
    opacity: 0;
    transform: scale(0.2);
  }
  35% {
    opacity: 1;
    transform: scale(1.4);
  }
  42%, 80% {
    opacity: 0;
    transform: scale(2.8);
  }
  88% {
    opacity: 0.55;
    transform: scale(1);
  }
  93%, 100% {
    opacity: 0;
    transform: scale(2.2);
  }
}
@keyframes morphRing1 {
  0%, 29% {
    opacity: 0;
    transform: scale(0.3);
  }
  33% {
    opacity: 1;
    transform: scale(0.9);
  }
  41%, 80% {
    opacity: 0;
    transform: scale(3.5);
  }
  87% {
    opacity: 0.6;
    transform: scale(0.8);
  }
  92%, 100% {
    opacity: 0;
    transform: scale(2.8);
  }
}
@keyframes ambientPulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}
@keyframes floatP0 {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-13px);
    opacity: 0.85;
  }
}
@keyframes floatP1 {
  0%, 100% {
    transform: translateY(-8px);
    opacity: 0.3;
  }
  50% {
    transform: translateY(9px);
    opacity: 0.7;
  }
}
@keyframes floatA {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes floatB {
  0%, 100% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(4px);
  }
}
@keyframes floatC {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, -10px);
  }
}
@keyframes floatD {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5px, 8px);
  }
}
@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(200%);
  }
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #0d0d0d;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/banner.webp");
  background-size: cover;
  background-position: center 30%;
  opacity: 0.35;
  transform: scale(1.05);
  transition: transform 8s ease-out;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.88) 40%, rgba(255, 255, 255, 0.65) 100%);
}
.hero__fade-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to top, rgba(250, 249, 247, 0.85) 0%, transparent 100%);
}
.hero__inner {
  position: relative;
  z-index: 2;
  padding: 8rem 0 5rem;
}
.hero__content {
  max-width: 750px;
}
.hero__eyebrow {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  color: #b5001e;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.hero__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  font-weight: 500;
  color: #0d0d0d;
  line-height: 1.15;
  max-width: 780px;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 9;
}
.hero__divider {
  width: 80px;
  height: 1px;
  background-color: rgba(13, 13, 13, 0.2);
  margin-bottom: 2rem;
}
.hero__body {
  max-width: 580px;
}
.hero__body-primary {
  font-family: "Inter 28pt", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #2a2a2a;
  line-height: 1.85;
  margin-bottom: 1.25rem;
}
.hero__body-secondary {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: #5a5a5a;
  line-height: 1.85;
  margin: 0;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}
.hero__btn {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  cursor: pointer;
  transition: 0.3s;
  border: none;
}
.hero__btn--primary {
  color: #fff !important;
  background-color: #b5001e;
  border: 1px solid #b5001e;
}
.hero__btn--primary:hover {
  background-color: rgb(140.2, 0, 23.2375690608);
  border-color: rgb(140.2, 0, 23.2375690608);
}
.hero__btn--outline {
  color: #2a2a2a !important;
  background-color: transparent;
  border: 1px solid rgba(13, 13, 13, 0.25);
}
.hero__btn--outline:hover {
  border-color: #0d0d0d;
}
.hero__btn--link {
  color: #5a5a5a;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline rgba(13, 13, 13, 0.3);
  text-underline-offset: 4px;
}
.hero__btn--link:hover {
  color: #0d0d0d;
}
.hero__scroll {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.5;
}
.hero__scroll-label {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.hero__scroll-track {
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}
.hero__scroll-bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #b5001e;
  animation: scrollDown 1.8s ease-in-out infinite;
}

.hero-canvas-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: clamp(320px, 42%, 560px);
  height: clamp(320px, 80vh, 580px);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .hero-canvas-wrap {
    display: none;
  }
}

.hero-canvas__stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-canvas__ambient {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}
.hero-canvas__ambient::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(75% 65%, rgba(181, 0, 30, 0.03) 0%, transparent 70%);
  animation: ambientPulse 5s ease-in-out infinite;
}

.hero-canvas__mob-wrap {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  animation: mobPhase 16s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  will-change: transform, opacity;
}

.hero-canvas__mob {
  width: 154px;
  height: 318px;
  border-radius: 30px;
  background: linear-gradient(158deg, #fff 0%, #fafafa 55%, #f5f5f5 100%);
  border: 1.5px solid rgba(13, 13, 13, 0.12);
  box-shadow: 0 0 0 1px rgba(13, 13, 13, 0.02), 0 36px 90px rgba(13, 13, 13, 0.12), 0 0 70px rgba(181, 0, 30, 0.04), 0 1px 0 rgba(255, 255, 255, 0.9) inset, -10px 20px 50px rgba(13, 13, 13, 0.08);
  position: relative;
  overflow: hidden;
  transform: perspective(900px) rotateY(-6deg) rotateX(3deg);
}

.hero-canvas__mob-notch {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 9px;
  border-radius: 5px;
  background-color: #1a1a1a;
  z-index: 10;
}

.hero-canvas__mob-glare {
  position: absolute;
  inset: 0;
  background: linear-gradient(138deg, rgba(255, 255, 255, 0.9) 0%, transparent 42%);
  border-radius: 30px;
  z-index: 9;
  pointer-events: none;
}

.hero-canvas__mob-screen {
  position: absolute;
  inset: 0;
  background: linear-gradient(168deg, #fff 0%, #fafafa 100%);
  padding: 26px 13px 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-family: "Inter 28pt", sans-serif;
}

.hero-canvas__mob-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 7px;
  color: rgba(13, 13, 13, 0.6);
  font-weight: 600;
}

.hero-canvas__mob-bars {
  display: flex;
  gap: 2px;
  align-items: flex-end;
}
.hero-canvas__mob-bars span {
  width: 2px;
  border-radius: 1px;
  background-color: rgba(13, 13, 13, 0.6);
}
.hero-canvas__mob-bars span:nth-child(1) {
  height: 3px;
}
.hero-canvas__mob-bars span:nth-child(2) {
  height: 4px;
}
.hero-canvas__mob-bars span:nth-child(3) {
  height: 5px;
}
.hero-canvas__mob-bars span:nth-child(4) {
  height: 5px;
}

.hero-canvas__mob-header {
  background: rgba(181, 0, 30, 0.05);
  border-radius: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(181, 0, 30, 0.12);
}

.hero-canvas__mob-brand {
  font-size: 5.5px;
  color: #b5001e;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-canvas__mob-subtitle {
  font-size: 11px;
  color: #0d0d0d;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  margin-top: 1px;
}

.hero-canvas__mob-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.hero-canvas__mob-metric {
  background: rgba(13, 13, 13, 0.02);
  border-radius: 8px;
  border: 1px solid rgba(13, 13, 13, 0.06);
  padding: 6px 7px;
}

.hero-canvas__mob-metric-label {
  font-size: 5px;
  color: rgba(13, 13, 13, 0.45);
}

.hero-canvas__mob-metric-value {
  font-size: 15px;
  color: #0d0d0d;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 2px;
}

.hero-canvas__mob-metric-delta {
  font-size: 5px;
  margin-top: 2px;
}
.hero-canvas__mob-metric-delta--red {
  color: #b5001e;
}
.hero-canvas__mob-metric-delta--green {
  color: #22c55e;
}

.hero-canvas__mob-bar {
  margin-top: 5px;
  height: 2px;
  background-color: rgba(13, 13, 13, 0.08);
  border-radius: 1px;
}
.hero-canvas__mob-bar span {
  display: block;
  height: 100%;
  background-color: #b5001e;
  border-radius: 1px;
}
.hero-canvas__mob-bar span.hero-canvas__mob-bar--green {
  background-color: #22c55e;
}

.hero-canvas__mob-chart-box {
  background: rgba(13, 13, 13, 0.016);
  border-radius: 8px;
  border: 1px solid rgba(13, 13, 13, 0.05);
  padding: 7px 9px;
}

.hero-canvas__mob-chart-label {
  font-size: 5px;
  color: rgba(13, 13, 13, 0.4);
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.hero-canvas__mob-chart {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 32px;
}
.hero-canvas__mob-chart span {
  flex: 1;
  border-radius: 2px 2px 0 0;
}
.hero-canvas__mob-chart span:nth-child(1) {
  background: rgba(181, 0, 30, 0.11);
}
.hero-canvas__mob-chart span:nth-child(2) {
  background: rgba(181, 0, 30, 0.17);
}
.hero-canvas__mob-chart span:nth-child(3) {
  background: rgba(181, 0, 30, 0.23);
}
.hero-canvas__mob-chart span:nth-child(4) {
  background: rgba(181, 0, 30, 0.29);
}
.hero-canvas__mob-chart span:nth-child(5) {
  background: rgba(181, 0, 30, 0.35);
}
.hero-canvas__mob-chart span:nth-child(6) {
  background: rgba(181, 0, 30, 0.41);
}
.hero-canvas__mob-chart span:nth-child(7) {
  background: rgba(181, 0, 30, 0.47);
}
.hero-canvas__mob-chart span.hero-canvas__mob-chart-bar--full {
  background: #b5001e !important;
}

.hero-canvas__mob-shadow {
  position: absolute;
  bottom: -22px;
  left: 8%;
  right: 8%;
  height: 22px;
  background: radial-gradient(rgba(181, 0, 30, 0.15) 0%, transparent 70%);
  filter: blur(12px);
}

.hero-canvas__burst {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 0, 30, 0.15) 0%, rgba(181, 0, 30, 0.08) 35%, transparent 70%);
  filter: blur(18px);
  animation: morphBurst 16s ease-in-out infinite;
  pointer-events: none;
}

.hero-canvas__ring {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1.5px solid rgba(181, 0, 30, 0.3);
  animation: morphRing1 16s ease-in-out infinite;
  pointer-events: none;
}

.hero-canvas__tab-wrap {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  animation: tabPhase 16s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  will-change: transform, opacity;
}

.hero-canvas__tab {
  width: 434px;
  height: 272px;
  border-radius: 18px;
  background: linear-gradient(148deg, #fff 0%, #fafafa 55%, #f8f8f8 100%);
  border: 1.5px solid rgba(13, 13, 13, 0.12);
  box-shadow: 0 0 0 1px rgba(13, 13, 13, 0.02), 0 44px 110px rgba(13, 13, 13, 0.15), 0 0 90px rgba(181, 0, 30, 0.05), 0 1px 0 rgba(255, 255, 255, 0.9) inset, -14px 28px 65px rgba(13, 13, 13, 0.1);
  position: relative;
  overflow: hidden;
  transform: perspective(1300px) rotateY(-3deg) rotateX(2deg);
  display: flex;
  font-family: "Inter 28pt", sans-serif;
}

.hero-canvas__tab-glare {
  position: absolute;
  inset: 0;
  background: linear-gradient(138deg, rgba(255, 255, 255, 0.8) 0%, transparent 38%);
  border-radius: 18px;
  pointer-events: none;
  z-index: 20;
}

.hero-canvas__tab-sidebar {
  width: 50px;
  flex-shrink: 0;
  background: rgba(245, 245, 245, 0.8);
  border-right: 1px solid rgba(13, 13, 13, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
  gap: 5px;
}

.hero-canvas__tab-logo {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: linear-gradient(135deg, #b5001e 0%, rgb(104.5, 0, 17.320441989) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}
.hero-canvas__tab-logo::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.95);
}

.hero-canvas__tab-nav-item {
  width: 34px;
  height: 26px;
  border-radius: 8px;
  background: rgba(13, 13, 13, 0.03);
  border: 1px solid rgba(13, 13, 13, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-canvas__tab-nav-item::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(13, 13, 13, 0.25);
}
.hero-canvas__tab-nav-item--active {
  background: rgba(181, 0, 30, 0.08);
  border-color: rgba(181, 0, 30, 0.2);
}
.hero-canvas__tab-nav-item--active::after {
  border-radius: 2px;
  background-color: #b5001e;
}

.hero-canvas__tab-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  gap: 7px;
  overflow: hidden;
}

.hero-canvas__tab-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-canvas__tab-section-label {
  font-size: 5px;
  color: rgba(13, 13, 13, 0.4);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-canvas__tab-section-title {
  font-size: 10px;
  color: #0d0d0d;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.hero-canvas__tab-live {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 5px;
  color: rgba(13, 13, 13, 0.4);
}

.hero-canvas__tab-live-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #22c55e;
}

.hero-canvas__tab-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.hero-canvas__tab-kpi {
  background: rgba(13, 13, 13, 0.02);
  border-radius: 8px;
  border: 1px solid rgba(13, 13, 13, 0.06);
  padding: 7px 8px;
}

.hero-canvas__tab-kpi-label {
  font-size: 4.5px;
  color: rgba(13, 13, 13, 0.4);
  line-height: 1;
  margin-bottom: 2px;
}
.hero-canvas__tab-kpi-label span {
  display: block;
  font-size: 4px;
  color: rgba(13, 13, 13, 0.3);
  transform: scale(0.8);
  transform-origin: left center;
}

.hero-canvas__tab-kpi-value {
  font-size: 15px;
  color: #0d0d0d;
  font-weight: 700;
  line-height: 1.1;
}

.hero-canvas__tab-kpi-delta {
  font-size: 4.5px;
  margin-top: 2px;
}
.hero-canvas__tab-kpi-delta--red {
  color: #b5001e;
}
.hero-canvas__tab-kpi-delta--green {
  color: #22c55e;
}
.hero-canvas__tab-kpi-delta--blue {
  color: #3b82f6;
}
.hero-canvas__tab-kpi-delta--amber {
  color: #f59e0b;
}

.hero-canvas__tab-chart-box {
  flex: 1;
  background: rgba(13, 13, 13, 0.016);
  border-radius: 10px;
  border: 1px solid rgba(13, 13, 13, 0.04);
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.hero-canvas__tab-chart-label {
  font-size: 5px;
  color: rgba(13, 13, 13, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.hero-canvas__tab-chart {
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.hero-canvas__tab-chart span {
  flex: 1;
  border-radius: 3px 3px 0 0;
}
.hero-canvas__tab-chart span:nth-child(1) {
  background: rgba(181, 0, 30, 0.1);
}
.hero-canvas__tab-chart span:nth-child(2) {
  background: rgba(181, 0, 30, 0.2);
}
.hero-canvas__tab-chart span:nth-child(3) {
  background: rgba(181, 0, 30, 0.3);
}
.hero-canvas__tab-chart span:nth-child(4) {
  background: rgba(181, 0, 30, 0.4);
}
.hero-canvas__tab-chart span:nth-child(5) {
  background: rgba(181, 0, 30, 0.5);
}
.hero-canvas__tab-chart span:nth-child(6) {
  background: rgba(181, 0, 30, 0.6);
}
.hero-canvas__tab-chart span.hero-canvas__tab-chart-bar--full {
  background: #b5001e !important;
}

.hero-canvas__tab-shadow {
  position: absolute;
  bottom: -28px;
  left: 6%;
  right: 6%;
  height: 28px;
  background: radial-gradient(rgba(181, 0, 30, 0.18) 0%, transparent 70%);
  filter: blur(16px);
}

.hero-canvas__stat-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 4px 15px rgba(13, 13, 13, 0.05);
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-canvas__stat-icon {
  font-size: 18px;
}

.hero-canvas__stat-tag {
  font-family: "Inter 28pt", sans-serif;
  font-size: 7px;
  color: rgba(13, 13, 13, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-canvas__stat-value {
  font-family: "Inter 28pt", sans-serif;
  font-size: 14px;
  color: #0d0d0d;
  font-weight: 700;
}

.hero-canvas__stat-sub {
  font-family: "Inter 28pt", sans-serif;
  font-size: 7px;
  color: #b5001e;
}

.hero-canvas__particle {
  position: absolute;
  border-radius: 50%;
}
.hero-canvas__particle--1 {
  top: 12%;
  left: 8%;
  width: 6px;
  height: 6px;
  background-color: rgba(181, 0, 30, 0.3);
  animation: floatP0 4.2s ease-in-out infinite;
}
.hero-canvas__particle--2 {
  top: 78%;
  left: 15%;
  width: 4px;
  height: 4px;
  background-color: rgba(13, 13, 13, 0.15);
  animation: floatP1 3.6s ease-in-out 0.8s infinite;
}
.hero-canvas__particle--3 {
  top: 22%;
  left: 88%;
  width: 5px;
  height: 5px;
  background-color: rgba(181, 0, 30, 0.25);
  animation: floatP0 5s ease-in-out 1.2s infinite;
}

.hero-float {
  position: absolute;
  z-index: 3;
}
.hero-float--a {
  top: 15%;
  right: 32%;
  animation: floatA 5s ease-in-out infinite;
}
@media (max-width: 1365px) {
  .hero-float--a {
    display: none;
  }
}
.hero-float--b {
  top: 19%;
  right: 11%;
  animation: floatB 6s ease-in-out 0.7s infinite;
}
.hero-float__card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 32px rgba(13, 13, 13, 0.08), 0 2px 8px rgba(181, 0, 30, 0.04);
}
.hero-float__pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b5001e;
  display: inline-block;
  margin-right: 6px;
  animation: pulseGlow 2s ease-in-out infinite;
  vertical-align: middle;
}
.hero-float__label {
  font-family: "Inter 28pt", sans-serif;
  font-size: 6.5px;
  color: rgba(13, 13, 13, 0.45);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: middle;
}
.hero-float__value {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  color: #0d0d0d;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 4px;
}
.hero-float__sub {
  font-family: "Inter 28pt", sans-serif;
  font-size: 6px;
  color: #b5001e;
  margin-top: 3px;
}
.hero-float__lang-label {
  font-family: "Inter 28pt", sans-serif;
  font-size: 6.5px;
  color: rgba(13, 13, 13, 0.45);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
.hero-float__langs {
  display: flex;
  gap: 10px;
  align-items: center;
}
.hero-float__lang-item {
  text-align: center;
}
.hero-float__lang-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  color: #0d0d0d;
  font-weight: 500;
}
.hero-float__lang-sub {
  font-family: "Inter 28pt", sans-serif;
  font-size: 6px;
  color: #b5001e;
  margin-top: 1px;
}
.hero-float__lang-divider {
  width: 1px;
  height: 26px;
  background-color: rgba(181, 0, 30, 0.3);
}

.hero-badge {
  position: absolute;
  z-index: 40;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(181, 0, 30, 0.15);
  border-radius: 20px;
  padding: 6px 14px;
  box-shadow: 0 4px 12px rgba(13, 13, 13, 0.06);
  font-family: "Inter 28pt", sans-serif;
  font-size: 8px;
  font-weight: 600;
  color: #0d0d0d;
  white-space: nowrap;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-badge__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #b5001e;
  flex-shrink: 0;
}
.hero-badge--cloud {
  top: 24%;
  right: 30%;
  animation: floatC 6s ease-in-out 0.2s infinite;
}
@media (max-width: 1365px) {
  .hero-badge--cloud {
    right: 26%;
  }
}
.hero-badge--ai {
  top: 36%;
  right: 12%;
  animation: floatD 6s ease-in-out 0.5s infinite;
}
.hero-badge--bilingual {
  bottom: 30%;
  right: 32%;
  animation: floatC 6s ease-in-out 1.2s infinite;
}
.hero-badge--iot {
  top: 58%;
  right: 12%;
  animation: floatB 6s ease-in-out 0.8s infinite;
}
.hero-badge--devops {
  bottom: 39%;
  right: 18%;
  animation: floatD 6s ease-in-out 1.5s infinite;
}

@media (max-width: 1200px) {
  .hero__inner {
    padding: 6rem 0 4rem;
  }
  .hero__title {
    margin-bottom: 1.5rem;
  }
  .hero__btn {
    text-align: center;
  }
  .hero__scroll {
    display: none;
  }
  .hero-float,
  .hero-badge {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero__inner {
    padding-top: 12rem;
  }
  .hero__actions {
    flex-direction: column;
    gap: 0.75rem;
  }
}

/*# sourceMappingURL=banner.css.map */
