:root {
  --font-body: "Manrope";
  --font-display: "Syne";
  --navy: #071d49;
  --navy-deep: #04132f;
  --blue: #23a5de;
  --blue-bright: #35c2f2;
  --ink: #132341;
  --muted: #5c6b83;
  --mist: #eef7fb;
  --line: #d9e7ee;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

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

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  padding: 10px max(20px, calc((100vw - 1160px) / 2));
  border-bottom: 1px solid rgba(217, 231, 238, 0.8);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand img {
  display: block;
  width: 210px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a:not(.nav-cta):hover {
  color: var(--blue);
}

.nav-cta {
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
}

.mobile-nav {
  display: none;
  position: relative;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 700px;
  background:
    linear-gradient(115deg, rgba(3, 17, 45, 0.98) 0%, rgba(7, 35, 84, 0.97) 58%, rgba(8, 64, 117, 0.94) 100%);
  color: var(--white);
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -100px;
  bottom: -220px;
  width: 780px;
  height: 520px;
  border: 1px solid rgba(53, 194, 242, 0.18);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}

.hero-glow {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  filter: blur(15px);
}

.hero-glow-one {
  top: 80px;
  right: 4%;
  width: 380px;
  height: 380px;
  background: rgba(35, 165, 222, 0.18);
}

.hero-glow-two {
  bottom: -200px;
  left: -120px;
  width: 420px;
  height: 420px;
  background: rgba(56, 95, 190, 0.22);
}

.hero-grid {
  display: grid;
  min-height: 700px;
  align-items: center;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 60px;
  padding-block: 82px 96px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.contact h2 {
  margin: 0;
  font-family: var(--font-display), Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(46px, 5.4vw, 76px);
}

.hero h1 em {
  color: var(--blue-bright);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin: 28px 0 34px;
  color: #d7e6f4;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--blue-bright);
  color: var(--navy-deep);
}

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

.trust-line {
  margin: 24px 0 0;
  color: #aabfd4;
  font-size: 13px;
}

.trust-line span {
  color: var(--blue-bright);
  font-weight: 900;
}

.hero-visual {
  position: relative;
  min-height: 500px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(53, 194, 242, 0.28);
  border-radius: 50%;
  transform: rotate(-17deg);
}

.orbit-one {
  inset: 38px 0 65px 20px;
}

.orbit-two {
  inset: 115px 58px 120px 80px;
}

.visual-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 65px rgba(0, 8, 31, 0.35);
  backdrop-filter: blur(18px);
}

.main-card {
  top: 94px;
  left: 52px;
  width: min(430px, calc(100% - 72px));
  padding: 34px 34px 26px;
  border-radius: 22px;
  background: linear-gradient(140deg, rgba(255,255,255,0.17), rgba(255,255,255,0.05));
  transform: rotate(-4deg);
}

.card-kicker {
  margin: 0 0 14px;
  color: #9fdcf4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.destination {
  margin: 0 0 34px;
  font-family: var(--font-display), Arial, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
}

.route {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 30px;
}

.route span,
.route b {
  font-family: var(--font-display), Arial, sans-serif;
  font-size: 22px;
}

.route i {
  position: relative;
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.35);
}

.route i::before,
.route i::after {
  position: absolute;
  top: -4px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--blue-bright);
  border-radius: 50%;
  background: var(--navy);
  content: "";
}

.route i::after {
  right: 0;
}

.ticket-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px dashed rgba(255,255,255,0.25);
  color: #aac4da;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.mini-card {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 16px;
  border-radius: 14px;
  background: rgba(10, 38, 81, 0.82);
}

.mini-card p {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.mini-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 10px;
  background: var(--blue-bright);
  color: var(--navy-deep);
  font-size: 12px;
  font-weight: 900;
}

.mini-one {
  top: 38px;
  right: 0;
}

.mini-two {
  right: 5px;
  bottom: 45px;
}

.signal-strip {
  background: var(--navy-deep);
  color: var(--white);
}

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

.signal-grid > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 25px 28px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.signal-grid > div:first-child {
  border-left: 1px solid rgba(255,255,255,0.1);
}

.signal-grid strong {
  font-family: var(--font-display), Arial, sans-serif;
  font-size: 20px;
}

.signal-grid span {
  color: #9cb0c8;
  font-size: 12px;
}

.section {
  padding-block: 112px;
  scroll-margin-top: 76px;
}

.section h2,
.contact h2 {
  font-size: clamp(38px, 4.3vw, 60px);
}

.eyebrow-dark {
  color: #188fc4;
}

.intro-grid {
  display: grid;
  align-items: end;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 90px;
}

.intro-copy {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 62px;
}

.purpose-card {
  position: relative;
  min-height: 325px;
  overflow: hidden;
  padding: 42px;
  border-radius: 20px;
}

.purpose-card > span {
  display: block;
  margin-bottom: 55px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.purpose-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-display), Arial, sans-serif;
  font-size: 30px;
}

.purpose-card p {
  max-width: 500px;
  margin: 0;
  line-height: 1.75;
}

.purpose-blue {
  background: var(--blue);
  color: var(--navy-deep);
}

.purpose-blue::after {
  position: absolute;
  right: -40px;
  bottom: -75px;
  width: 230px;
  height: 230px;
  border: 34px solid rgba(255,255,255,0.17);
  border-radius: 50%;
  content: "";
}

.purpose-light {
  background: var(--mist);
}

.purpose-light > span {
  color: #168ebf;
}

.benefits {
  background: #f5f9fb;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 62px;
}

.section-heading > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.benefit-grid article {
  min-height: 300px;
  padding: 34px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.benefit-number {
  display: block;
  margin-bottom: 70px;
  color: var(--blue);
  font-family: var(--font-display), Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.benefit-grid h3 {
  margin: 0 0 14px;
  font-family: var(--font-display), Arial, sans-serif;
  font-size: 22px;
}

.benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.steps {
  background: var(--navy);
  color: var(--white);
}

.steps-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.steps-copy > p:not(.eyebrow) {
  margin: 26px 0 32px;
  color: #b7c9db;
  line-height: 1.75;
}

.step-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  padding: 0 0 35px;
}

.step-list li:not(:last-child) {
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255,255,255,0.13);
}

.step-list li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(53,194,242,0.5);
  border-radius: 50%;
  color: var(--blue-bright);
  font-family: var(--font-display), Arial, sans-serif;
  font-weight: 800;
}

.step-list h3 {
  margin: 1px 0 9px;
  font-family: var(--font-display), Arial, sans-serif;
  font-size: 22px;
}

.step-list p {
  margin: 0;
  color: #aebfd1;
  font-size: 14px;
  line-height: 1.7;
}

.contact {
  background: #eef6fa;
}

.contact-shell {
  display: grid;
  overflow: hidden;
  grid-template-columns: 0.88fr 1.12fr;
  border-radius: 24px;
  box-shadow: 0 26px 75px rgba(10, 36, 72, 0.12);
}

.contact-copy {
  position: relative;
  padding: 58px 52px;
  background: linear-gradient(145deg, var(--navy), var(--navy-deep));
  color: var(--white);
}

.contact-copy > img {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 84px;
  opacity: 0.34;
}

.contact-copy h2 {
  font-size: clamp(34px, 3.8vw, 52px);
}

.contact-copy > p:not(.eyebrow) {
  margin: 24px 0 34px;
  color: #b8cbe0;
  line-height: 1.7;
}

.contact-details {
  display: grid;
  gap: 20px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 14px;
}

.contact-details a,
.contact-details p {
  margin: 0;
  line-height: 1.6;
}

.contact-details small {
  display: block;
  margin-bottom: 4px;
  color: #7fcdec;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 58px 54px;
  background: var(--white);
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 9px;
  color: #33445f;
  font-size: 12px;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cadbe5;
  border-radius: 9px;
  outline: none;
  background: #fbfdfe;
  color: var(--ink);
}

.contact-form input {
  min-height: 51px;
  padding: 0 15px;
}

.contact-form textarea {
  resize: vertical;
  padding: 14px 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(35,165,222,0.12);
}

.form-button {
  width: 100%;
}

.form-note {
  margin: -9px 0 0;
  color: #748399;
  font-size: 11px;
  text-align: center;
}

.footer {
  padding: 58px 0 26px;
  background: var(--navy-deep);
  color: var(--white);
}

.footer-main {
  display: grid;
  align-items: center;
  grid-template-columns: 250px 1fr auto;
  gap: 50px;
  padding-bottom: 42px;
}

.footer-main img {
  width: 225px;
  filter: brightness(0) invert(1);
}

.footer-main p {
  max-width: 460px;
  margin: 0;
  color: #9eb2c8;
  line-height: 1.7;
}

.footer-main a {
  color: var(--blue-bright);
  font-size: 13px;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #7189a3;
  font-size: 11px;
}

@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .mobile-nav summary {
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--navy);
    color: var(--white);
    font-size: 13px;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
  }

  .mobile-nav div {
    position: absolute;
    top: 48px;
    right: 0;
    display: grid;
    width: 220px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 20px 45px rgba(7,29,73,0.18);
  }

  .mobile-nav a {
    padding: 11px 10px;
    font-size: 13px;
    font-weight: 700;
  }

  .hero-grid,
  .intro-grid,
  .steps-grid,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 74px;
    gap: 20px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .intro-grid,
  .steps-grid {
    gap: 45px;
  }

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

  .contact-form {
    min-height: 500px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .nav {
    min-height: 78px;
    padding-inline: 14px;
  }

  .brand img {
    width: 176px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    padding-block: 65px 56px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 390px;
  }

  .main-card {
    top: 72px;
    left: 12px;
    width: calc(100% - 24px);
    padding: 28px 24px 23px;
  }

  .mini-one {
    top: 18px;
    right: 0;
  }

  .mini-two {
    right: 4px;
    bottom: 14px;
  }

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

  .signal-grid > div,
  .signal-grid > div:first-child {
    padding: 18px 6px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-left: 0;
  }

  .section {
    padding-block: 78px;
  }

  .section h2,
  .contact h2 {
    font-size: 38px;
  }

  .purpose-grid,
  .benefit-grid,
  .field-row {
    grid-template-columns: 1fr;
  }

  .purpose-card {
    min-height: auto;
    padding: 32px 27px;
  }

  .purpose-card > span,
  .benefit-number {
    margin-bottom: 38px;
  }

  .benefit-grid article {
    min-height: auto;
    padding: 30px 25px;
  }

  .steps-grid {
    gap: 65px;
  }

  .contact-copy,
  .contact-form {
    padding: 42px 25px;
  }

  .contact-copy > img {
    width: 64px;
  }

  .contact-form {
    min-height: auto;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
