﻿:root {
  --blue: #168ed7;
  --blue-strong: #0876bf;
  --cyan: #63d2ff;
  --navy: #07111d;
  --navy-2: #0d1a29;
  --ink: #101820;
  --muted: #687789;
  --line: #d8e3ed;
  --paper: #f3f7fb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(5, 17, 29, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #eef5fb 0, #ffffff 340px),
    var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  max-width: 1000px;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  line-height: 1.1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 82px;
  padding: 12px clamp(18px, 5vw, 72px);
  color: #ecf7ff;
  background: rgba(7, 17, 29, 0.94);
  border-bottom: 1px solid rgba(99, 210, 255, 0.26);
  box-shadow: 0 12px 36px rgba(5, 17, 29, 0.22);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #ffffff;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  font-weight: 900;
  line-height: 1.05;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand:focus-visible {
  outline: 3px solid rgba(99, 210, 255, 0.38);
  outline-offset: 6px;
  border-radius: 8px;
}

.brand img {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  object-fit: contain;
  padding: 5px;
  border: 1px solid rgba(99, 210, 255, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(13, 26, 41, 0.96), rgba(5, 11, 18, 0.96));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 10px 24px rgba(5, 17, 29, 0.28);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.site-nav a {
  padding: 10px 12px;
  color: #d8e6f2;
  font-size: 0.94rem;
  font-weight: 850;
  text-decoration: none;
  border-radius: 7px;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.site-nav .nav-login {
  color: #ffffff;
  border: 1px solid rgba(99, 210, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.site-nav .nav-login:hover,
.site-nav .nav-login:focus-visible {
  color: #ffffff;
  border-color: rgba(99, 210, 255, 0.7);
  background: rgba(22, 142, 215, 0.2);
}

.site-nav .nav-link-strong {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(22, 142, 215, 0.32);
}

.site-nav .nav-link-strong:hover,
.site-nav .nav-link-strong:focus-visible {
  background: var(--blue-strong);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #ffffff;
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  overflow: hidden;
  color: #ffffff;
  background: var(--navy);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 29, 0.9), rgba(7, 17, 29, 0.62) 48%, rgba(7, 17, 29, 0.2)),
    url("assets/home-hero.png") center / cover no-repeat;
}

.hero-bg::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  content: "";
  background: linear-gradient(0deg, rgba(7, 17, 29, 0.98), transparent);
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 380px);
  gap: clamp(30px, 6vw, 92px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  min-height: calc(100vh - 82px);
  margin: 0 auto;
  padding: clamp(62px, 8vw, 110px) 0 clamp(82px, 10vw, 132px);
}

.hero-copy {
  max-width: 780px;
}

.hero-text {
  max-width: 660px;
  margin: 24px 0 0;
  color: #d6e7f4;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(99, 210, 255, 0.24);
  border-radius: 8px;
  background: rgba(5, 11, 18, 0.72);
  box-shadow: var(--shadow);
}

.hero-card img {
  width: min(230px, 76%);
  margin: 0 auto 8px;
}

.hero-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-card span {
  color: #98b2ca;
  font-weight: 850;
}

.hero-card strong {
  color: #ffffff;
  font-size: 1.12rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 14px 34px rgba(22, 142, 215, 0.34);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--blue-strong);
}

.button.glass {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
}

.button.glass:hover,
.button.glass:focus-visible {
  background: rgba(255, 255, 255, 0.17);
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1180px, calc(100% - 36px));
  margin: -44px auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(216, 227, 237, 0.9);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.quick-stats article {
  padding: 28px clamp(18px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.quick-stats article:last-child {
  border-right: 0;
}

.quick-stats strong {
  display: block;
  color: var(--blue-strong);
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1;
}

.quick-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 850;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 118px) 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.tabs {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.tab-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 10px;
  background: var(--navy-2);
}

.tab {
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #c8d9e8;
  background: transparent;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.tab:hover,
.tab:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.tab.is-active {
  color: #ffffff;
  background: var(--blue);
}

.tab-panels {
  background:
    linear-gradient(135deg, rgba(22, 142, 215, 0.08), transparent 42%),
    #ffffff;
}

.tab-panel {
  grid-template-columns: minmax(280px, 0.85fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  min-height: 390px;
  padding: clamp(28px, 5vw, 56px);
}

.tab-panel.is-active {
  display: grid;
}

.panel-copy p,
.apply p,
.info-panel p,
.contact-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.07rem;
}

.feature-grid,
.cards-row,
.content-grid,
.contact-grid {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(2, 1fr);
}

.content-grid,
.contact-grid,
.route-page,
.apply {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
}

.cards-row {
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid div,
.cards-row article,
.info-panel,
.contact-card,
.check-list p,
.route-list div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(5, 17, 29, 0.06);
}

.feature-grid div,
.cards-row article,
.info-panel,
.contact-card {
  padding: 26px;
}

.feature-grid span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #ffffff;
  border-radius: 7px;
  background: var(--blue);
  font-weight: 900;
}

.feature-grid strong,
.cards-row strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.feature-grid p,
.cards-row p,
.check-list p {
  margin: 0;
  color: var(--muted);
}

.info-panel.dark,
.contact-card.dark {
  color: #ffffff;
  border-color: transparent;
  background:
    linear-gradient(135deg, rgba(7, 17, 29, 0.96), rgba(8, 118, 191, 0.82)),
    var(--navy);
}

.info-panel.dark p,
.contact-card.dark p {
  color: #d8e8f5;
}

.contact-card span {
  color: var(--blue-strong);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card.dark span {
  color: var(--cyan);
}

.contact-card .button {
  margin-top: 24px;
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list p {
  position: relative;
  min-height: 58px;
  padding: 16px 18px 16px 46px;
  font-weight: 850;
}

.check-list p::before {
  position: absolute;
  left: 18px;
  color: var(--blue);
  content: "+";
  font-weight: 900;
}

.check-list.compact {
  margin-top: 22px;
}

.route-list {
  display: grid;
  gap: 12px;
}

.route-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  padding: 18px 22px;
}

.route-list span {
  color: var(--muted);
  font-weight: 900;
}

.route-list strong {
  color: var(--blue-strong);
  font-size: 1.25rem;
}

.apply-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: #2d3948;
  font-size: 0.92rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c7d5e2;
  border-radius: 7px;
  padding: 12px 13px;
  color: var(--ink);
  background: #f9fcff;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.tab:focus-visible,
.button:focus-visible,
.site-nav a:focus-visible {
  outline: 3px solid rgba(22, 142, 215, 0.24);
  outline-offset: 2px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--blue-strong);
  font-weight: 900;
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(7, 17, 29, 0.98), rgba(7, 17, 29, 0.88) 58%, rgba(7, 17, 29, 0.68)),
    linear-gradient(135deg, #07111d, #0b3859 68%, #0a6eaf);
  padding: clamp(72px, 9vw, 118px) max(18px, calc((100vw - 1180px) / 2));
}

.page-hero::after {
  position: absolute;
  right: max(18px, calc((100vw - 1180px) / 2));
  bottom: -46px;
  width: min(330px, 34vw);
  aspect-ratio: 1;
  content: "";
  background: url("assets/logo.png") center / contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.page-hero .eyebrow,
.page-hero h1,
.page-hero p,
.page-hero .button {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  line-height: 1;
}

.page-hero p {
  max-width: 740px;
  margin: 20px 0 0;
  color: #d6e7f4;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.page-hero .button {
  margin-top: 26px;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 30px 18px;
  color: #dce8f2;
  text-align: center;
  background: var(--navy);
  border-top: 1px solid rgba(99, 210, 255, 0.18);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.site-footer img {
  width: 38px;
  height: 38px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--cyan);
  font-weight: 900;
}

.footer-links {
  color: #aebdcb;
  font-size: 0.92rem;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 1040px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 81px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .site-nav a {
    color: var(--ink);
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a.active {
    color: var(--blue-strong);
    background: #eef7fd;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero-content,
  .tab-panel,
  .content-grid,
  .contact-grid,
  .route-page,
  .apply {
    grid-template-columns: 1fr;
  }

  .hero-card {
    width: min(380px, 100%);
  }

  .quick-stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .cards-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page-hero {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .page-hero::after {
    right: -72px;
    bottom: -70px;
    width: 260px;
    opacity: 0.08;
  }
}

@media (max-width: 640px) {
  .tab-list {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .quick-stats {
    grid-template-columns: 1fr;
  }

  .quick-stats article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-stats article:last-child {
    border-bottom: 0;
  }

  .route-list div {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .brand span {
    max-width: 180px;
    font-size: 0.86rem;
    line-height: 1.1;
  }


.brand img {
    width: 46px;
    height: 46px;
  }

  .site-header {
    min-height: 74px;
  }

  .site-nav {
    top: 73px;
  }

  .hero,
  .hero-content {
    min-height: calc(100vh - 74px);
  }

  h1 {
    font-size: clamp(2.55rem, 15vw, 3.9rem);
  }

  .page-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .button {
    width: 100%;
  }
}






@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes softFade {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes imageDrift {
  from {
    transform: scale(1.03);
  }
  to {
    transform: scale(1.08);
  }
}

.hero-bg {
  animation: imageDrift 18s ease-in-out infinite alternate;
  transform-origin: center;
}

.hero-copy,
.hero-card,
.page-hero .eyebrow,
.page-hero h1,
.page-hero p,
.page-hero .button {
  animation: heroRise 700ms ease both;
}

.hero-card {
  animation-delay: 120ms;
}

.page-hero h1 {
  animation-delay: 80ms;
}

.page-hero p,
.page-hero .button {
  animation-delay: 150ms;
}

.quick-stats,
.tabs,
.info-panel,
.contact-card,
.founder-card,
.founder-quote,
.rules-panel,
.policy-panel,
.apply-form,
.cards-row article,
.feature-grid div,
.route-list div {
  animation: softFade 650ms ease both;
}

.quick-stats article:nth-child(2),
.cards-row article:nth-child(2),
.feature-grid div:nth-child(2),
.route-list div:nth-child(2) {
  animation-delay: 80ms;
}

.quick-stats article:nth-child(3),
.cards-row article:nth-child(3),
.route-list div:nth-child(3) {
  animation-delay: 140ms;
}

.quick-stats article:nth-child(4),
.route-list div:nth-child(4) {
  animation-delay: 200ms;
}

.button,
.site-nav a,
.tab,
.brand img,
.feature-grid div,
.cards-row article,
.info-panel,
.contact-card,
.route-list div,
.rules-jump a {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button:hover,
.feature-grid div:hover,
.cards-row article:hover,
.info-panel:hover,
.contact-card:hover,
.route-list div:hover {
  transform: translateY(-3px);
}

.brand:hover img {
  transform: translateY(-1px) scale(1.03);
}

.tab-panel.is-active {
  animation: softFade 300ms ease both;
}

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

.not-found {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(72px, 10vw, 124px) max(18px, calc((100vw - 1180px) / 2));
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(7, 17, 29, 0.98), rgba(7, 17, 29, 0.82)),
    linear-gradient(135deg, #07111d, #0a6eaf);
}

.not-found p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: #d6e7f4;
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
}

.not-found img {
  width: min(320px, 70vw);
  justify-self: center;
  opacity: 0.82;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.28));
}

@media (max-width: 760px) {
  .not-found {
    grid-template-columns: 1fr;
  }

  .not-found img {
    justify-self: start;
    width: min(220px, 56vw);
  }
}

.home-page {
  background:
    radial-gradient(circle at 85% 10%, rgba(22, 135, 211, 0.18), transparent 31%),
    radial-gradient(circle at 5% 65%, rgba(22, 135, 211, 0.09), transparent 24%),
    var(--navy);
  color: #f7fbff;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.home-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.home-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 136px 0 88px;
}

.home-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 19, 31, 0.94), rgba(7, 19, 31, 0.72) 45%, rgba(7, 19, 31, 0.32)),
    url("assets/home-hero.png") center / cover no-repeat;
  transform-origin: center;
  animation: imageDrift 18s ease-in-out infinite alternate;
}

.home-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  content: "";
  background: linear-gradient(0deg, var(--navy), transparent);
}

.home-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.home-hero-copy {
  animation: heroRise 700ms ease both;
}

.home-eyebrow,
.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #86cffc;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.home-eyebrow {
  padding: 8px 12px;
  border: 1px solid rgba(22, 135, 211, 0.38);
  border-radius: 999px;
  background: rgba(22, 135, 211, 0.1);
}

.home-eyebrow::before,
.home-kicker::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 14px var(--blue);
}

.home-hero h1 {
  max-width: 840px;
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.home-hero h1 span {
  color: var(--blue);
}

.home-hero-copy > p:not(.home-eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
  color: #a9bac9;
  font-size: 1.1rem;
}

.home-actions,
.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.home-feature-card {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(13, 29, 44, 0.88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  animation: heroRise 700ms ease 120ms both;
}

.home-feature-card::before {
  position: absolute;
  right: -22%;
  bottom: -34%;
  width: 420px;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: var(--blue);
  filter: blur(95px);
  opacity: 0.2;
}

.home-feature-card::after {
  position: absolute;
  inset: 28px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
}

.home-feature-logo {
  position: relative;
  z-index: 2;
  width: 74%;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.4));
}

.home-floating {
  position: absolute;
  z-index: 3;
  max-width: 220px;
  padding: 14px 16px;
  color: #a9bac9;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(6, 17, 28, 0.84);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  font-size: 0.86rem;
}

.home-floating strong {
  display: block;
  color: #ffffff;
  font-size: 1.05rem;
}

.home-float-one {
  left: 22px;
  bottom: 28px;
}

.home-float-two {
  right: 22px;
  top: 28px;
}

.home-stats {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -44px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(12, 29, 44, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}

.home-stats article {
  padding: 28px;
  text-align: center;
}

.home-stats article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.home-stats strong {
  display: block;
  color: var(--blue);
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1;
}

.home-stats span {
  display: block;
  margin-top: 8px;
  color: #a9bac9;
  font-size: 0.9rem;
}

.home-section {
  padding: clamp(82px, 10vw, 112px) 0;
  color: #f7fbff;
}

.home-section-head {
  max-width: 700px;
  margin-bottom: 44px;
}

.home-section-head h2,
.home-about h2,
.home-cta h2 {
  color: #ffffff;
  letter-spacing: 0;
}

.home-section-head p,
.home-about-text,
.home-cta p {
  margin-top: 16px;
  color: #a9bac9;
}

.home-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.home-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.14);
}

.home-card:hover {
  border-color: rgba(22, 135, 211, 0.48);
  transform: translateY(-5px);
}

.home-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #8fd2ff;
  border-radius: 13px;
  background: rgba(22, 135, 211, 0.12);
  font-weight: 900;
}

.home-card h3 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.home-card p {
  margin: 0;
  color: #a9bac9;
  font-size: 0.94rem;
}

.home-about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.home-about-visual {
  min-height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(rgba(7, 19, 31, 0.12), rgba(7, 19, 31, 0.8)),
    url("assets/home-hero.png") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.home-checks {
  display: grid;
  gap: 15px;
  margin: 26px 0 32px;
}

.home-checks p {
  display: flex;
  gap: 12px;
  margin: 0;
  color: #d9e5ed;
}

.home-checks b {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
  color: #83d0ff;
  border-radius: 50%;
  background: rgba(22, 135, 211, 0.14);
}

.home-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 28px;
  background: linear-gradient(130deg, #0e78bd, #1598ea);
  box-shadow: 0 30px 70px rgba(16, 125, 194, 0.25);
}

.home-cta h2 {
  max-width: 720px;
  margin: 0;
}

.home-cta .home-kicker {
  color: rgba(255, 255, 255, 0.86);
}

.home-cta .home-kicker::before {
  background: #ffffff;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.7);
}

.home-cta .button.primary {
  color: #0d6ea9;
  background: #ffffff;
  box-shadow: none;
}

.home-card,
.home-feature-card,
.home-stats,
.home-about-visual,
.home-cta {
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

@media (max-width: 980px) {
  .home-hero-grid,
  .home-about-grid {
    grid-template-columns: 1fr;
  }

  .home-feature-card {
    min-height: 430px;
  }

  .home-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-stats article:nth-child(3) {
    border-left: 0;
  }

  .home-stats article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .home-cards {
    grid-template-columns: 1fr;
  }

  .home-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .home-container {
    width: min(100% - 26px, 1180px);
  }

  .home-hero {
    padding-top: 112px;
  }

  .home-feature-card {
    min-height: 330px;
  }

  .home-floating {
    display: none;
  }

  .home-stats {
    grid-template-columns: 1fr;
    margin-top: -24px;
  }

  .home-stats article + article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .home-about-visual {
    min-height: 300px;
  }
}

