:root {
  --navy: #00472f;
  --blue: #087443;
  --gold: #f5b820;
  --cream: #f8f6ef;
  --ink: #10271c;
  --white: #fff;
  --muted: #62756a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: #fbfbfa;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.nav {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6vw;
  color: #fff;
  border-bottom: 1px solid #ffffff2c;
  transition: 0.3s;
}
.nav.scrolled {
  height: 70px;
  background: #00472ff2;
  backdrop-filter: blur(15px);
}
.brand {
  display: flex;
  align-items: center;
  font-family: Manrope;
  font-weight: 800;
  letter-spacing: 1.5px;
  font-size: 21px;
}
.brand img {
  max-width: 142px;
  max-height: 48px;
}
.nav nav {
  display: flex;
  gap: 34px;
  font-size: 14px;
}
.nav nav a {
  opacity: 0.8;
  transition: 0.2s;
}
.nav nav a:hover {
  opacity: 1;
}
.nav-cta {
  background: var(--gold);
  color: var(--navy);
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 700;
}
.nav-cta span {
  margin-left: 8px;
}
.menu {
  display: none;
  background: none;
  border: 0;
}
.hero {
  height: min(900px, 100vh);
  min-height: 690px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(135deg, #00472f, #087443);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #002d20f2 0%,
    #002d20b8 42%,
    #002d2036 72%,
    #002d2066 100%
  );
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(#fff 1px, transparent 1px),
    linear-gradient(90deg, #fff 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}
.hero-content {
  position: relative;
  width: min(700px, 88%);
  margin-left: 8vw;
  padding-top: 40px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
}
.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--gold);
}
.eyebrow.light {
  color: #eff8f1;
}
.hero h1,
.section h2,
.experience h2,
.download h2 {
  font: 800 clamp(54px, 7.5vw, 102px)/0.94 Manrope;
  margin: 22px 0;
  letter-spacing: -5px;
}
.hero h1 em,
.section h2 em,
.experience h2 em,
.download h2 em {
  font-style: normal;
  color: var(--gold);
}
.hero-copy {
  max-width: 620px;
  font-size: 19px;
  line-height: 1.7;
  color: #e2e8f0;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin: 34px 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 16px 24px;
  border-radius: 999px;
  font-weight: 700;
}
.button.primary {
  background: var(--gold);
  color: var(--navy);
}
.button.glass {
  border: 1px solid #ffffff66;
  background: #ffffff12;
  backdrop-filter: blur(8px);
}
.button.glass i {
  font-style: normal;
  font-size: 10px;
  background: #fff;
  color: var(--navy);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 15px;
}
.avatars {
  display: flex;
}
.avatars b {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--navy);
  font-size: 10px;
  border: 2px solid var(--navy);
  margin-left: -8px;
}
.avatars b:last-child {
  background: var(--gold);
}
.hero-proof strong,
.hero-proof small {
  display: block;
}
.hero-proof small {
  color: #c7d9cc;
  margin-top: 3px;
}
.scroll {
  position: absolute;
  bottom: 34px;
  right: 5vw;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.scroll span {
  width: 31px;
  height: 47px;
  border: 1px solid #fff6;
  border-radius: 20px;
  position: relative;
}
.scroll span:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 14px;
  width: 2px;
  height: 8px;
  background: #fff;
  animation: scroll 1.8s infinite;
}
@keyframes scroll {
  to {
    transform: translateY(20px);
    opacity: 0;
  }
}
.ticker {
  background: var(--gold);
  color: var(--navy);
  padding: 15px;
  white-space: nowrap;
  overflow: hidden;
  font: 800 13px Manrope;
  letter-spacing: 1px;
}
.ticker div {
  animation: ticker 22s linear infinite;
}
.ticker i {
  margin: 0 25px;
}
@keyframes ticker {
  to {
    transform: translateX(-45%);
  }
}
.section {
  padding: 120px 7vw;
  max-width: 1500px;
  margin: auto;
}
.section-head {
  display: grid;
  grid-template-columns: 1.2fr 0.55fr;
  gap: 60px;
  align-items: end;
}
.section h2,
.experience h2,
.download h2 {
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -3.5px;
}
.section-head > p,
.experience-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 70px;
}
.steps article {
  position: relative;
  border: 1px solid #e3e6eb;
  border-radius: 24px;
  padding: 40px;
  min-height: 300px;
  background: #fff;
  transition: 0.35s;
}
.steps article:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 60px #064b3114;
}
.steps article.featured {
  background: var(--blue);
  color: #fff;
  border: 0;
}
.step-no {
  position: absolute;
  right: 30px;
  top: 26px;
  font: 800 42px Manrope;
  color: #e6eaf1;
}
.featured .step-no {
  color: #ffffff28;
}
.step-icon {
  font-size: 28px;
  background: #f2f5fb;
  color: var(--blue);
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
}
.featured .step-icon {
  background: var(--gold);
  color: var(--navy);
}
.steps h3 {
  font: 700 22px Manrope;
  margin-top: 40px;
}
.steps p {
  line-height: 1.7;
  color: var(--muted);
}
.featured p {
  color: #ddf1e4;
}
.experience {
  min-height: 820px;
  background: var(--navy);
  color: #fff;
  padding: 110px 8vw;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 5vw;
  overflow: hidden;
}
.experience-copy {
  max-width: 560px;
}
.experience-copy > p {
  color: #b9d1c0;
}
.screen-meta {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ffffff22;
  display: flex;
  justify-content: space-between;
}
.screen-meta span {
  color: #87a793;
}
.screen-meta b {
  color: var(--gold);
}
.carousel-controls {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}
.carousel-controls button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ffffff38;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.carousel-controls button:hover {
  background: var(--gold);
  color: var(--navy);
}
.phone-stage {
  height: 630px;
  position: relative;
  perspective: 1200px;
}
.phone {
  position: absolute;
  top: 45px;
  left: 50%;
  width: 280px;
  height: 570px;
  border: 9px solid #111722;
  border-radius: 45px;
  background: #f7f8fc;
  overflow: hidden;
  box-shadow: 0 40px 90px #0008;
  transform: translateX(-50%) scale(0.73);
  opacity: 0;
  transition: 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}
.phone.active {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  z-index: 3;
}
.phone.prev {
  transform: translateX(-135%) rotateY(18deg) scale(0.77);
  opacity: 0.4;
  z-index: 1;
}
.phone.next {
  transform: translateX(35%) rotateY(-18deg) scale(0.77);
  opacity: 0.4;
  z-index: 1;
}
.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.phone img[src] {
  background: #f7f8fc;
}
.phone img:not([src]),
.phone img[style*="display: none"] {
  display: none;
}
.speaker {
  position: absolute;
  z-index: 5;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 76px;
  height: 20px;
  border-radius: 20px;
  background: #111722;
}
.fallback {
  position: absolute;
  inset: 0;
  padding: 58px 22px 25px;
  color: var(--ink);
}
.fallback small {
  color: #7b8495;
}
.fallback h4 {
  font: 800 25px/1.15 Manrope;
  margin: 12px 0 26px;
}
.mini-card {
  background: #fff;
  border-radius: 15px;
  padding: 17px;
  margin: 10px 0;
  box-shadow: 0 7px 22px #06513612;
  font-weight: 600;
}
.mini-card b {
  float: right;
}
.mini-card.blue {
  background: var(--blue);
  color: #fff;
}
.mini-card.center {
  text-align: center;
}
.field {
  padding: 15px;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  margin: 10px 0;
  color: #8a93a2;
  font-size: 12px;
}
.field.tall {
  height: 75px;
}
.big-icon {
  height: 105px;
  background: #dcefe3;
  color: var(--blue);
  display: grid;
  place-items: center;
  border-radius: 20px;
  font-size: 46px;
}
.fallback.map {
  background: linear-gradient(135deg, #e7edf1, #bdd4c7);
  padding-top: 55px;
}
.route {
  font-size: 22px;
  margin: 120px 30px;
  display: flex;
  align-items: center;
  color: var(--blue);
}
.route i {
  display: block;
  width: 120px;
  border-top: 4px dotted var(--blue);
  transform: rotate(-20deg);
}
.rider-card {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: #fff;
  padding: 18px;
  border-radius: 18px;
}
.rider-card b,
.rider-card small {
  display: block;
}
.rider-card button {
  border: 0;
  background: var(--blue);
  color: #fff;
  border-radius: 10px;
  padding: 9px;
  position: absolute;
  right: 14px;
  top: 20px;
}
.fallback.done {
  text-align: center;
  padding-top: 125px;
}
.check {
  width: 75px;
  height: 75px;
  background: #e2f8eb;
  color: #169f52;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 34px;
  margin: auto;
}
.stars {
  color: var(--gold);
  font-size: 22px;
  margin: 28px;
}
.referral {
  padding-bottom: 50px;
}
.ref-card {
  border-radius: 36px;
  background: var(--gold);
  min-height: 570px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
  position: relative;
}
.ref-copy {
  padding: 80px;
}
.ref-copy h2 {
  color: var(--navy);
}
.ref-copy h2 em {
  color: var(--blue);
}
.ref-copy > p {
  line-height: 1.7;
  max-width: 650px;
}
.ref-steps {
  display: flex;
  gap: 22px;
  margin: 30px 0;
}
.ref-steps span {
  font-size: 13px;
  font-weight: 600;
}
.ref-steps b {
  background: #fff;
  width: 27px;
  height: 27px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  margin-right: 7px;
}
.button.dark {
  background: var(--navy);
  color: #fff;
}
.reward {
  position: relative;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, #fff8 0, #fff0 66%);
}
.reward-main {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 30px 70px #00472f55;
  z-index: 2;
}
.reward-main strong {
  font: 800 80px Manrope;
  color: var(--gold);
  line-height: 1;
}
.reward-main small,
.reward-main span {
  letter-spacing: 2px;
}
.orbit {
  position: absolute;
  border: 1px solid #00472f33;
  border-radius: 50%;
}
.o1 {
  width: 400px;
  height: 400px;
}
.o2 {
  width: 520px;
  height: 520px;
}
.coin {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font: 800 25px Manrope;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 35px #0002;
}
.c1 {
  top: 70px;
  right: 80px;
}
.c2 {
  bottom: 65px;
  left: 55px;
}
.fine-print {
  text-align: center;
  color: #98a2b3;
  font-size: 12px;
}
.campus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 60px;
}
.campus-grid article {
  background: var(--cream);
  border-radius: 20px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.campus-grid b {
  font: 800 30px Manrope;
  color: var(--blue);
}
.campus-grid span {
  font-size: 13px;
}
.benefits {
  margin-top: 75px;
  padding-top: 45px;
  border-top: 1px solid #e4e7ec;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.benefits div {
  display: grid;
  grid-template-columns: 50px auto;
  grid-template-rows: auto auto;
  align-items: center;
}
.benefits i {
  grid-row: 1/3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e6f3e9;
  color: var(--blue);
  font-style: normal;
}
.benefits span {
  font-size: 12px;
  color: var(--muted);
}
.download {
  text-align: center;
  background: var(--blue);
  color: #fff;
  padding: 115px 20px;
  position: relative;
  overflow: hidden;
}
.download > * {
  position: relative;
}
.download .eyebrow {
  justify-content: center;
}
.download p {
  color: #e4f3e8;
}
.download h2 {
  margin: 25px auto;
}
.store-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 35px 0;
}
.store-buttons a {
  background: #fff;
  color: var(--navy);
  border-radius: 13px;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  min-width: 175px;
}
.store-buttons i {
  font-size: 24px;
}
.store-buttons span {
  font-weight: 700;
}
.store-buttons small {
  display: block;
  font-size: 9px;
  font-weight: 500;
}
.launch-note {
  color: #c6dfcd;
}
.download-glow {
  position: absolute;
  width: 650px;
  height: 650px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff0c;
  border: 1px solid #ffffff18;
  border-radius: 50%;
  box-shadow:
    0 0 0 130px #ffffff08,
    0 0 0 260px #ffffff05;
}
footer {
  background: #00261b;
  color: #fff;
  padding: 50px 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 25px;
}
footer p {
  color: #8aac96;
}
footer div {
  display: flex;
  gap: 22px;
  font-size: 13px;
}
footer > small {
  grid-column: 1/-1;
  padding-top: 30px;
  border-top: 1px solid #ffffff17;
  color: #718f7c;
}
.reward,
.phone-stage {
  touch-action: pan-y;
}
@media (max-width: 900px) {
  .nav {
    padding: 0 5vw;
  }
  .nav nav,
  .nav-cta {
    display: none;
  }
  .menu {
    display: block;
  }
  .menu span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 6px;
  }
  .nav.open nav {
    display: flex;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 25px 5vw;
    background: var(--navy);
    flex-direction: column;
  }
  .hero {
    min-height: 720px;
  }
  .hero-content {
    margin-left: 6vw;
  }
  .scroll {
    display: none;
  }
  .section-head {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .experience {
    grid-template-columns: 1fr;
    padding: 90px 5vw;
  }
  .experience-copy {
    max-width: none;
  }
  .phone-stage {
    margin-top: 10px;
  }
  .ref-card {
    grid-template-columns: 1fr;
  }
  .ref-copy {
    padding: 55px 35px;
  }
  .reward {
    min-height: 500px;
  }
  .campus-grid {
    grid-template-columns: 1fr 1fr;
  }
  .benefits {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .footer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .hero {
    height: 780px;
  }
  .hero-shade {
    background: #002d20db;
  }
  .hero-content {
    width: 88%;
    margin: auto;
  }
  .hero h1 {
    font-size: 55px;
    letter-spacing: -3px;
  }
  .hero-copy {
    font-size: 16px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .section {
    padding: 85px 5vw;
  }
  .section h2,
  .experience h2,
  .download h2 {
    font-size: 43px;
    letter-spacing: -2px;
  }
  .steps {
    margin-top: 45px;
  }
  .phone-stage {
    height: 570px;
  }
  .phone {
    width: 245px;
    height: 500px;
  }
  .phone.prev {
    transform: translateX(-125%) scale(0.68);
  }
  .phone.next {
    transform: translateX(25%) scale(0.68);
  }
  .ref-steps {
    flex-direction: column;
  }
  .reward {
    min-height: 410px;
  }
  .reward-main {
    width: 220px;
    height: 220px;
  }
  .reward-main strong {
    font-size: 65px;
  }
  .o1 {
    width: 300px;
    height: 300px;
  }
  .o2 {
    width: 380px;
    height: 380px;
  }
  .c1 {
    right: 30px;
  }
  .c2 {
    left: 20px;
  }
  .campus-grid {
    grid-template-columns: 1fr;
  }
  .benefits {
    grid-template-columns: 1fr;
  }
  .store-buttons {
    flex-direction: column;
    align-items: center;
  }
  footer {
    grid-template-columns: 1fr;
  }
  footer div {
    flex-wrap: wrap;
  }
  footer > small {
    grid-column: 1;
  }
  .ticker div {
    animation-duration: 14s;
  }
}

.phone:nth-child(1) img {
  object-position: 0% 0;
}
.phone:nth-child(2) img {
  object-position: 50% 0;
}
.phone:nth-child(3) img {
  object-position: 100% 0;
}
.phone:nth-child(4) img {
  object-position: 0% 100%;
}
.phone:nth-child(5) img {
  object-position: 50% 100%;
}
.brand {
  gap: 10px;
}
.brand img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 12px;
  background: #fff;
}
.nav .brand span,
footer .brand span {
  color: #fff;
}

.student-discount {
  padding-top: 90px;
  padding-bottom: 30px;
}
.discount-card {
  min-height: 480px;
  border-radius: 36px;
  padding: 70px 7%;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 50px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, #198354 0, transparent 28%),
    linear-gradient(135deg, #003b29, #075d3b);
  overflow: hidden;
  position: relative;
}
.discount-card:after {
  content: "20";
  position: absolute;
  right: -30px;
  bottom: -110px;
  font: 800 330px Manrope;
  color: #ffffff08;
}
.discount-copy {
  position: relative;
  z-index: 2;
}
.discount-copy h2 {
  font-size: clamp(44px, 5vw, 72px);
  margin: 22px 0;
}
.discount-copy p {
  max-width: 690px;
  color: #d4e7db;
  font-size: 17px;
  line-height: 1.8;
}
.discount-badge {
  position: relative;
  z-index: 2;
  width: 300px;
  height: 300px;
  margin: auto;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 30px 80px #001c1466,
    0 0 0 18px #ffffff12;
}
.discount-badge strong {
  font: 800 92px/0.9 Manrope;
}
.discount-badge small,
.discount-badge span {
  font-weight: 800;
  letter-spacing: 2px;
}
.discount-badge b {
  margin-top: 22px;
  background: var(--navy);
  color: #fff;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 1px;
}
.campus-icon {
  height: 74px;
  display: flex;
  align-items: center;
}
.campus-icon img {
  max-width: 72px;
  max-height: 72px;
  object-fit: contain;
}
.campus-icon b {
  font-size: 28px;
}
.campus-grid article {
  justify-content: space-between;
  min-height: 150px;
}
.drone-section {
  background: var(--navy);
  color: #fff;
  padding: 100px 8vw;
}
.drone-inner {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 8vw;
}
.drone-inner h2 {
  font: 800 clamp(48px, 6vw, 82px)/0.95 Manrope;
  letter-spacing: -4px;
  margin: 22px 0;
}
.drone-inner h2 em {
  font-style: normal;
  color: var(--gold);
}
.drone-inner p {
  color: #bdd1c4;
  line-height: 1.8;
  max-width: 670px;
}
.drone-mark {
  height: 330px;
  position: relative;
  display: grid;
  place-items: center;
}
.drone-mark b {
  width: 120px;
  height: 64px;
  border-radius: 50% 50% 35% 35%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: var(--navy);
  font-size: 34px;
  box-shadow: 0 30px 80px #0008;
}
.drone-mark span {
  position: absolute;
  width: 100px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #ffffff55;
}
.drone-mark span:nth-child(1) {
  left: 8%;
  top: 23%;
}
.drone-mark span:nth-child(2) {
  right: 8%;
  top: 23%;
}
.drone-mark span:nth-child(4) {
  left: 8%;
  bottom: 23%;
}
.drone-mark span:nth-child(5) {
  right: 8%;
  bottom: 23%;
}
.drone-mark:before,
.drone-mark:after {
  content: "";
  position: absolute;
  width: 78%;
  height: 2px;
  background: #ffffff30;
  transform: rotate(28deg);
}
.drone-mark:after {
  transform: rotate(-28deg);
}
.coming-pill {
  display: inline-block;
  margin-top: 22px;
  padding: 11px 16px;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.faq {
  max-width: 1280px;
}
.faq-list {
  margin-top: 60px;
  border-top: 1px solid #dfe5e1;
}
.faq details {
  border-bottom: 1px solid #dfe5e1;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 27px 5px;
  font: 700 18px Manrope;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e8f2ec;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 22px;
  transition: 0.25s;
}
.faq details[open] summary span {
  transform: rotate(45deg);
  background: var(--gold);
  color: var(--navy);
}
.faq details p {
  margin: 0;
  padding: 0 60px 28px 5px;
  max-width: 900px;
  color: var(--muted);
  line-height: 1.8;
}
.store-buttons .store-button {
  background: #fff;
  color: var(--navy);
  border-radius: 15px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  text-align: left;
  min-width: 220px;
  position: relative;
}
.store-button img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.store-button span {
  font-weight: 800;
  line-height: 1.05;
}
.store-button small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.store-button > b {
  margin-left: auto;
  background: var(--gold);
  padding: 5px 7px;
  border-radius: 999px;
  font-size: 8px;
  letter-spacing: 1px;
}
.store-buttons.coming {
  opacity: 0.96;
}
@media (max-width: 900px) {
  .discount-card,
  .drone-inner {
    grid-template-columns: 1fr;
  }
  .discount-badge {
    width: 250px;
    height: 250px;
  }
  .discount-badge strong {
    font-size: 76px;
  }
  .drone-mark {
    order: 2;
    height: 260px;
  }
  .nav nav {
    max-height: calc(100vh - 70px);
    overflow: auto;
  }
  .nav.open nav a {
    padding: 6px 0;
  }
}
@media (max-width: 600px) {
  .student-discount {
    padding-top: 65px;
  }
  .discount-card {
    padding: 55px 28px;
    border-radius: 28px;
  }
  .discount-copy h2,
  .drone-inner h2 {
    font-size: 43px;
    letter-spacing: -2px;
  }
  .discount-badge {
    width: 220px;
    height: 220px;
  }
  .discount-badge strong {
    font-size: 65px;
  }
  .drone-section {
    padding: 80px 6vw;
  }
  .drone-mark span {
    width: 68px;
  }
  .faq summary {
    font-size: 16px;
    gap: 20px;
  }
  .faq summary span {
    flex: 0 0 34px;
  }
  .faq details p {
    padding-right: 10px;
  }
  .store-buttons .store-button {
    width: min(280px, 100%);
  }
}
