.menu-page{
  background:#020812;
  color:#fff;
  overflow-x:clip;
  --menu-surface:#030b15;
  --menu-surface-raised:rgba(255,255,255,.045);
  --menu-line:rgba(255,255,255,.1);
  --menu-copy:rgba(255,255,255,.68);
  --menu-blue:#8ff5ff;
}

.menu-page .nav--scrolled{
  background:rgba(1,7,15,.82);
  border-bottom:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.menu-page .nav__links a{color:rgba(255,255,255,.82)}
.menu-page .nav__hamburger span{background:#fff}

.menu-page--technology .tech-hero{
  min-height:92svh;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:150px 24px 88px;
  text-align:left;
  background:radial-gradient(ellipse at 72% 8%,rgba(72,202,228,.2),transparent 38%),linear-gradient(180deg,#071a2c 0%,#020812 78%);
}

.menu-page--technology .tech-hero > *{
  width:min(100%,760px);
  margin-left:auto;
  margin-right:auto;
}

.menu-page--technology .tech-hero__title{
  max-width:760px;
  margin-top:20px;
  margin-bottom:24px;
  color:#fff;
  font-family:var(--font-display);
  font-size:clamp(42px,11vw,92px);
  line-height:.98;
  overflow-wrap:anywhere;
  text-transform:none;
}

.menu-page--technology .tech-hero__sub{
  max-width:640px;
  margin-bottom:0;
  color:var(--menu-copy);
  font-size:clamp(17px,4.6vw,22px);
  line-height:1.58;
  opacity:1;
}

.menu-page--technology .section-badge{
  color:var(--menu-blue);
  border-color:rgba(143,245,255,.32);
  background:rgba(143,245,255,.065);
}

.menu-page--technology .tech-section{
  padding:110px 24px;
  background:var(--menu-surface);
  color:#fff;
}

.menu-page--technology .tech-section:nth-of-type(3),
.menu-page--technology .tech-section:nth-of-type(5){background:#06111e!important}

.menu-page--technology .tech-section--dark{
  background:radial-gradient(ellipse at 50% 0%,rgba(0,180,216,.14),transparent 48%),#020812;
}

.menu-page--technology .tech-section__head{
  max-width:760px;
  margin:0 auto 54px;
  text-align:left;
}

.menu-page--technology .section-title{
  margin-top:18px;
  color:#fff;
  font-size:clamp(42px,11vw,68px);
  line-height:1.02;
  text-transform:none;
}

.menu-page--technology .tech-steps,
.menu-page--technology .tech-faq,
.menu-page--technology .tech-science{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}

.menu-page--technology .tech-step{
  display:flex;
  gap:20px;
  padding:28px 0;
  border-bottom:1px solid var(--menu-line);
}

.menu-page--technology .tech-step:last-child{border-bottom:0}

.menu-page--technology .tech-step__num{
  flex:0 0 46px;
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(143,245,255,.1);
  color:var(--menu-blue);
  font-family:var(--font-display);
}

.menu-page--technology .tech-step__body h3,
.menu-page--technology .tech-benefit__title{
  margin:0 0 8px;
  color:#fff;
  font-size:18px;
}

.menu-page--technology .tech-step__body p,
.menu-page--technology .tech-benefit__desc,
.menu-page--technology .tech-science p,
.menu-page--technology .tech-faq p{
  margin:0;
  color:var(--menu-copy);
  font-size:16px;
  line-height:1.65;
  opacity:1;
}

.menu-page--technology .tech-benefits{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  max-width:960px;
  margin:0 auto;
}

.menu-page--technology .tech-benefit{
  padding:30px 26px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:var(--menu-surface-raised);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

.menu-page--technology .tech-benefit__icon{
  display:block;
  margin-bottom:16px;
  color:var(--menu-blue);
  font-size:24px;
  filter:grayscale(1) brightness(1.7);
  opacity:.78;
}

.menu-page--technology .tech-science p{margin-bottom:18px}

.menu-page--technology .tech-facts{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1px;
  max-width:760px;
  margin:48px auto 0;
  overflow:hidden;
  border:1px solid var(--menu-line);
  border-radius:24px;
  background:var(--menu-line);
}

.menu-page--technology .tech-fact{
  padding:26px 12px;
  text-align:center;
  background:rgba(255,255,255,.045);
}

.menu-page--technology .tech-fact__num{
  color:#fff;
  font-family:var(--font-display);
  font-size:32px;
}

.menu-page--technology .tech-fact__label{
  margin-top:5px;
  color:rgba(255,255,255,.5);
  font-size:11px;
  line-height:1.35;
}

.menu-page--technology .tech-faq details{border-bottom:1px solid var(--menu-line)}

.menu-page--technology .tech-faq summary{
  padding:22px 0;
  color:#fff;
  font-size:16px;
  font-weight:700;
  line-height:1.45;
  cursor:pointer;
  list-style:none;
}

.menu-page--technology .tech-faq summary::-webkit-details-marker{display:none}
.menu-page--technology .tech-faq p{padding:0 0 22px}

.menu-page--technology .tech-cta{
  padding:112px 24px;
  text-align:center;
  background:radial-gradient(ellipse at 50% 0%,rgba(72,202,228,.18),transparent 52%),linear-gradient(180deg,#061727,#020812);
}

.menu-page--technology .tech-cta h2{
  margin:0 0 18px;
  color:#fff;
  font-family:var(--font-display);
  font-size:clamp(44px,12vw,72px);
  line-height:1;
  text-transform:none;
}

.menu-page--technology .tech-cta p{
  margin:0 auto 30px;
  color:var(--menu-copy);
  font-size:15px;
}

.menu-page--technology .tech-cta .premium-primary-button{max-width:420px}

.menu-page--technology .tech-hero > *,
.menu-page--technology .tech-section__head,
.menu-page--technology .tech-step,
.menu-page--technology .tech-benefit,
.menu-page--technology .tech-faq details{
  animation:menuPageLift .8s cubic-bezier(.22,1,.36,1) both;
}

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

@media (min-width:760px){
  .menu-page--technology .tech-benefits{grid-template-columns:repeat(2,1fr);gap:20px}
  .menu-page--technology .tech-facts{grid-template-columns:repeat(4,1fr)}
}

@media (max-width:600px){
  .menu-page--technology .tech-hero{padding-left:22px;padding-right:22px}
  .menu-page--technology .tech-section{padding-left:22px;padding-right:22px}
}

@media (prefers-reduced-motion:reduce){
  .menu-page *,
  .menu-page *::before,
  .menu-page *::after{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}
