.glass-logo {
  width: 150px;
  height: 58px;
  overflow: hidden;
  filter: none;
  display: flex;
  align-items: center;
}

.glass-logo img {
  width: 142px;
  height: auto;
  object-fit: contain;
}

.glass-header {
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  padding: 0 3vw;
  color: #151515;
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
}

.glass-header {
  grid-template-columns: 245px 1fr auto;
}

.brand-pair,
.footer-brands {
  display: flex;
  align-items: center;
  gap: 13px;
}

.brand-pair i,
.footer-brands i {
  display: block;
  width: 1px;
  height: 28px;
  background: rgba(17,17,17,.18);
}

.brand-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 36px;
}

.brand-unit img {
  display: block;
  width: auto;
  max-width: 88px;
  height: 27px;
  object-fit: contain;
}

.footer-brands img {
  width: auto;
  max-width: 104px;
  height: 31px;
  object-fit: contain;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.glass-nav a {
  color: #151515;
}

.glass-cta {
  color: #fff;
  background: #151515;
  border-color: #151515;
}

.mobile-menu i {
  background: #151515;
}

.hero-shade {
  background: linear-gradient(0deg, rgba(20, 23, 25, 0.67), rgba(80, 83, 85, 0.22) 72%, rgba(95, 98, 100, 0.3));
}

.hero-copy h2 {
  margin: 10px 0 0;
  font-size: clamp(24px, 2.6vw, 42px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -.035em;
}

.hero-copy p {
  width: min(680px, calc(100% - 44px));
  margin: 15px auto 0;
  font-size: clamp(13px, 1.1vw, 17px);
  line-height: 1.5;
  color: rgba(255,255,255,.86);
}

.hub-video {
  right: 0;
  bottom: 0;
  width: 64vw;
  height: 100%;
  background: #050505;
}

.hub-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tech-visual img,
.detail-image img {
  object-fit: contain !important;
}

.tech-visual,
.detail-image {
  background: #f6f6f4;
}

.whatsapp {
  background: #25d366;
  border-color: #fff;
}

.whatsapp img {
  width: 27px;
  height: 27px;
}

.front-section,
.tech-section,
.hub-section,
.profile-section,
.details-section,
.sheet,
.waitlist {
  opacity: 0.82;
  transform: translateY(44px);
  clip-path: inset(3% 0 3% 0);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.2, 0.7, 0.2, 1), clip-path 1.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.front-section.visible,
.tech-section.visible,
.hub-section.visible,
.profile-section.visible,
.details-section.visible,
.sheet.visible,
.waitlist.visible {
  opacity: 1;
  transform: none;
  clip-path: inset(0);
}

.front-product img,
.profile-product img,
.hub-visual img {
  transition: transform 1.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.front-section.visible .front-product img,
.profile-section.visible .profile-product img,
.hub-section.visible .hub-visual img {
  transform: scale(1.025);
}

.glow-marquee {
  position: relative;
  z-index: 30;
  width: 100%;
  overflow: hidden;
  padding: 16px 0;
  color: #fff;
  background: linear-gradient(90deg, rgba(236, 83, 8, 0.82), rgba(255, 126, 39, 0.76), rgba(236, 83, 8, 0.82));
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 0 34px rgba(245, 107, 22, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.glow-marquee::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.16) 48%, transparent 61%);
  animation: marqueeShine 5s linear infinite;
  pointer-events: none;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeLoop 24s linear infinite;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: 0.16em;
}

.marquee-group strong { font-weight: 700; }
.marquee-group i { font-style: normal; opacity: .55; }

@keyframes marqueeLoop { to { transform: translateX(-50%); } }
@keyframes marqueeShine { from { transform: translateX(-110%); } to { transform: translateX(110%); } }

.performance > div,
.mini-stats > div,
.hub-numbers > div,
.detail-grid article,
.sheet-grid > div {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.48), rgba(255,255,255,.1));
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 22px;
  backdrop-filter: blur(26px) saturate(180%) contrast(105%);
  -webkit-backdrop-filter: blur(26px) saturate(180%) contrast(105%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), inset 0 -1px 0 rgba(255,255,255,.18), 0 22px 55px rgba(20,28,34,.13), 0 2px 8px rgba(255,255,255,.25);
  transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease, border-color .45s ease;
}

.performance > div::before,
.mini-stats > div::before,
.hub-numbers > div::before,
.detail-grid article::before,
.sheet-grid > div::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 78%;
  height: 170%;
  top: -92%;
  left: -34%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.74), rgba(255,255,255,.12) 44%, transparent 70%);
  transform: rotate(-24deg);
  pointer-events: none;
}

@media (hover: hover) {
  .performance > div:hover,
  .mini-stats > div:hover,
  .hub-numbers > div:hover,
  .detail-grid article:hover,
  .sheet-grid > div:hover {
    transform: translateY(-5px) scale(1.012);
    border-color: rgba(255,255,255,.9);
    box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 rgba(255,255,255,.24), 0 30px 70px rgba(20,28,34,.18), 0 0 30px rgba(245,107,22,.1);
  }
}

.performance {
  gap: 14px;
  padding-left: 4vw;
  padding-right: 4vw;
  background: linear-gradient(135deg, #efefed, #fff 55%, #f4e7df);
}

.performance > div {
  padding: 24px 18px;
  border-color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.55);
}

.mini-stats > div,
.hub-numbers > div {
  padding: 18px 20px;
  min-width: 0;
}

.mini-stats strong,
.hub-numbers strong,
.sheet-grid strong,
.performance strong {
  white-space: nowrap;
  font-size: clamp(22px, 2.7vw, 38px);
  line-height: 1;
}

.detail-grid article {
  overflow: hidden;
  padding: 10px 10px 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.7), rgba(255,255,255,.34));
  border-color: rgba(255,255,255,.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), inset 0 -1px 0 rgba(255,255,255,.34), 0 24px 55px rgba(61,70,76,.12);
}

.detail-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(255,255,255,.34), transparent 36%, transparent 70%, rgba(255,255,255,.18));
  pointer-events: none;
}

.detail-grid article h3,
.detail-grid article p { margin-left: 10px; margin-right: 10px; }

.sheet-grid {
  gap: 10px;
  border-top: 0;
}

.sheet-grid > div {
  padding: 22px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.details-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(245,107,22,.13), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(132,170,185,.18), transparent 32%),
    linear-gradient(145deg, #eceeed, #fafafa 55%, #e9ecec);
}

.hub-section {
  min-height: 100svh;
  padding: 12vh 7vw 8vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: #050505;
}

.hub-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.28) 58%, rgba(0,0,0,.42)), linear-gradient(0deg, rgba(0,0,0,.7), transparent 55%);
  pointer-events: none;
}

.hub-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  background: #050505;
}

.hub-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hub-copy {
  position: relative;
  z-index: 3;
  max-width: 650px;
  margin-bottom: 150px;
}

.hub-copy span { color: #fff; opacity: .78; }
.hub-copy p { color: rgba(255,255,255,.78); }

.hub-numbers {
  z-index: 4;
  left: 7vw;
  right: 7vw;
  bottom: 7vh;
  gap: 12px;
}

.hub-numbers > div {
  flex: 1;
  min-width: 180px;
  color: #fff;
  background: linear-gradient(145deg, rgba(255,255,255,.24), rgba(255,255,255,.055));
  border: 1px solid rgba(255,255,255,.38);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), inset 0 -1px 0 rgba(255,255,255,.1), 0 20px 50px rgba(0,0,0,.25);
}

.hub-numbers span { color: rgba(255,255,255,.68); }

@media (max-width: 800px) {
  body { overflow-x: hidden; }

  .hero {
    min-height: 100svh;
  }

  .hero video {
    object-position: 54% center;
  }

  .hero-copy {
    bottom: 20vh;
    text-align: left;
    padding: 0 22px;
  }

  .hero-copy h1 {
    max-width: 330px;
    font-size: clamp(52px, 16vw, 78px);
    line-height: .88;
  }

  .hero-copy p {
    width: 100%;
    max-width: 340px;
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.45;
  }

  .hero-copy h2 {
    max-width: 330px;
    margin-top: 12px;
    font-size: 25px;
  }

  .performance {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 24px 20px 58px;
    scrollbar-width: none;
  }

  .performance::-webkit-scrollbar { display: none; }
  .performance > div {
    min-width: 67vw;
    min-height: 150px;
    padding: 28px 22px;
    text-align: left;
    scroll-snap-align: center;
    border: 1px solid rgba(255,255,255,.9) !important;
  }

  .performance strong { font-size: 42px; }

  .glow-marquee { padding: 14px 0; }
  .marquee-group { gap: 20px; padding-right: 20px; font-size: 11px; }

  .front-section,
  .tech-section,
  .profile-section {
    min-height: 100svh;
    padding: 84px 20px 28px;
    border-radius: 0;
  }

  .section-copy {
    position: relative;
    z-index: 3;
    padding: 24px;
    border-radius: 22px;
    background: rgba(255,255,255,.58);
    border: 1px solid rgba(255,255,255,.78);
    backdrop-filter: blur(20px) saturate(130%);
    -webkit-backdrop-filter: blur(20px) saturate(130%);
    box-shadow: 0 20px 55px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.72);
  }

  .dark-copy {
    background: rgba(15,15,15,.58);
    border-color: rgba(255,255,255,.2);
  }

  .section-copy h2,
  .hub-copy h2,
  .details-head h2,
  .sheet h2,
  .waitlist h2 {
    font-size: clamp(42px, 12.5vw, 62px);
  }

  .front-product,
  .profile-product {
    height: 50vh;
    min-height: 390px;
  }

  .tech-visual {
    height: 45vh;
    min-height: 350px;
    border-radius: 22px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 24px 60px rgba(0,0,0,.25);
  }

  .mini-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mini-stats strong,
  .hub-numbers strong,
  .sheet-grid strong,
  .performance strong {
    font-size: clamp(24px, 8vw, 38px);
  }

  .hub-section {
    display: flex;
    min-height: 100svh;
    padding: 82px 20px 34px;
    align-items: flex-end;
  }

  .hub-copy {
    z-index: 4;
    padding: 24px;
    margin: 0 0 236px;
    color: #fff;
    border-radius: 22px;
    background: rgba(16,16,16,.35);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .hub-copy p { color: rgba(255,255,255,.76); }

  .hub-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
  }

  .hub-numbers {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
  }

  .hub-numbers > div { min-width: 0; min-height: 95px; }

  .detail-grid article {
    min-width: 82vw;
    padding: 10px 10px 26px;
    border-radius: 22px;
  }

  .detail-image {
    height: 300px;
    border-radius: 16px;
  }

  .sheet-grid { gap: 9px; }
  .sheet-grid > div { border-radius: 15px; }

  .waitlist form {
    padding: 20px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 22px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
}

/* Premium 360 carousel */
.front-section {
  display: block;
  min-height: auto;
  padding: 12vh 5vw 9vh;
  background:
    radial-gradient(circle at 50% 45%, rgba(245,107,22,.09), transparent 34%),
    linear-gradient(155deg, #f1f1ef, #fff 55%, #eceeed);
}

.front-section > .section-copy {
  max-width: 920px;
  margin: 0 auto 48px;
  text-align: center;
}

.front-section > .section-copy p { margin: 24px auto 0; }
.design-carousel { width: min(1180px, 100%); margin: 0 auto; }
.design-stage {
  height: min(72vw, 760px);
  min-height: 600px;
  border-radius: 34px;
  background: rgba(250,249,248,.84);
  box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 rgba(255,255,255,.6), 0 35px 90px rgba(39,48,53,.13);
  touch-action: pan-y;
  user-select: none;
}

.design-stage::after {
  content: "ARRASTE PARA GIRAR";
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 24px;
  color: #777;
  font-size: 9px;
  letter-spacing: .18em;
}

.design-stage img {
  box-sizing: border-box;
  padding: clamp(34px, 4.5vw, 68px);
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}
.design-arrow { top: calc(50% - 48px); width: 54px; height: 54px; font-size: 19px; }
.design-arrow.prev { left: 24px; }
.design-arrow.next { right: 24px; }
.design-counter { z-index: 3; right: 28px; bottom: 24px; }

.design-thumbs {
  display: grid;
  grid-template-columns: repeat(7, minmax(74px, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.design-thumbs button {
  position: relative;
  height: 92px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  background: rgba(255,255,255,.65);
  opacity: .58;
  cursor: pointer;
  transition: opacity .3s, transform .3s, border-color .3s, box-shadow .3s;
}
.design-thumbs button img { padding: 5px; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.design-thumbs button:hover { opacity: .9; transform: translateY(-2px); }
.design-thumbs button.active { opacity: 1; border-color: var(--orange); box-shadow: 0 8px 24px rgba(245,107,22,.16); }

@media (max-width: 800px) {
  .front-section { padding: 92px 14px 70px; }
  .front-section > .section-copy { margin-bottom: 30px; padding-inline: 10px; }
  .design-stage { height: 115vw; min-height: 430px; max-height: 620px; border-radius: 24px; }
  .design-stage img { padding: 24px 18px 48px; }
  .design-stage::after { left: 18px; bottom: 18px; font-size: 8px; }
  .design-counter { right: 18px; bottom: 18px; }
  .design-arrow { top: 50%; width: 44px; height: 44px; }
  .design-arrow.prev { left: 10px; }
  .design-arrow.next { right: 10px; }
  .design-thumbs { display: flex; gap: 8px; padding: 2px 2px 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .design-thumbs::-webkit-scrollbar { display: none; }
  .design-thumbs button { flex: 0 0 72px; height: 72px; border-radius: 12px; scroll-snap-align: center; }
}

/* Square product cards: preserves the complete vehicle at every zoom */
.design-carousel {
  --card-size: min(68vw, 720px);
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.design-track {
  display: flex;
  gap: clamp(16px, 2.2vw, 30px);
  width: 100%;
  padding: 12px calc((100vw - var(--card-size)) / 2) 34px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: calc((100vw - var(--card-size)) / 2);
  scrollbar-width: none;
}
.design-track::-webkit-scrollbar { display: none; }

.design-card {
  position: relative;
  flex: 0 0 var(--card-size);
  width: var(--card-size);
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 32px;
  background: rgba(250,249,248,.9);
  box-shadow: inset 0 1px 0 #fff, 0 30px 75px rgba(39,48,53,.12);
  cursor: pointer;
}

.design-card img {
  box-sizing: border-box;
  padding: 4.5%;
  object-fit: contain !important;
  object-position: center !important;
  mix-blend-mode: multiply;
  transition: transform .55s cubic-bezier(.2,.75,.2,1);
}
.design-card:hover img { transform: scale(1.015); }
.design-card figcaption { position: absolute; right: 24px; bottom: 20px; color: #777; font-size: 10px; letter-spacing: .16em; }
.design-card.active { border-color: rgba(245,107,22,.5); }
.design-drag { display: block; margin-top: 4px; text-align: center; color: #888; font-size: 9px; letter-spacing: .18em; }
.design-carousel > .design-arrow { position: absolute; top: 50%; z-index: 5; }
.design-carousel > .design-arrow.prev { left: max(16px, 3vw); }
.design-carousel > .design-arrow.next { right: max(16px, 3vw); }

@media (max-width: 800px) {
  .design-carousel { --card-size: 86vw; }
  .design-track { gap: 12px; padding-bottom: 24px; }
  .design-card { border-radius: 22px; }
  .design-card img { padding: 4%; }
  .design-card figcaption { right: 17px; bottom: 15px; }
  .design-carousel > .design-arrow { width: 42px; height: 42px; }
  .design-carousel > .design-arrow.prev { left: 7px; }
  .design-carousel > .design-arrow.next { right: 7px; }
}

/* Header with brands + conversion seal */
.glass-header .brand-pair { grid-column: 1; }
.glass-header .glass-cta { grid-column: 3; justify-self: end; white-space: nowrap; }

@media (max-width: 800px) {
  .glass-header { grid-template-columns: 1fr auto; padding-inline: 14px; }
  .glass-header .brand-pair { grid-column: 1; gap: 8px; }
  .glass-header .brand-unit { width: 68px; }
  .glass-header .brand-unit img { max-width: 68px; height: 22px; }
  .glass-header .brand-pair i { height: 22px; }
  .glass-header .glass-cta { display: block; grid-column: 2; padding: 10px 11px; font-size: 8px; letter-spacing: .07em; }
}

.waitlist h2 { font-size: clamp(42px, 5vw, 76px); }
@media (max-width: 800px) { .waitlist h2 { font-size: clamp(40px, 11.5vw, 62px); } }

@media (prefers-reduced-motion: reduce) {
  .marquee-track,
  .glow-marquee::after { animation: none; }
}

/* Final experience refinement */
.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-copy h1 {
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.075em;
  transform: skewX(-7deg) scaleX(1.06);
  transform-origin: center;
  color: #ff6b18;
  background: linear-gradient(90deg, #ff7a1a 8%, #ff45c8 52%, #b96cff 92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 11px rgba(255,76,196,.48));
}

.front-section {
  grid-template-columns: .7fr 1.3fr;
}

.design-carousel {
  position: relative;
  min-width: 0;
}

.design-stage {
  position: relative;
  height: 76vh;
  min-height: 580px;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: inset 0 1px 0 #fff, 0 32px 80px rgba(32,45,51,.13);
  backdrop-filter: blur(24px) saturate(145%);
}

.design-stage img {
  object-fit: contain;
  animation: designIn .55s cubic-bezier(.2,.75,.2,1);
}

@keyframes designIn {
  from { opacity: .15; transform: scale(.97) translateX(14px); }
  to { opacity: 1; transform: none; }
}

.design-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
  color: #111;
  background: rgba(255,255,255,.58);
  box-shadow: 0 10px 28px rgba(0,0,0,.12), inset 0 1px 0 #fff;
  backdrop-filter: blur(18px) saturate(180%);
  cursor: pointer;
  transform: translateY(-50%);
}

.design-arrow.prev { left: 18px; }
.design-arrow.next { right: 18px; }
.design-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.design-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: #bbb; cursor: pointer; transition: .3s; }
.design-dots button.active { width: 28px; background: var(--orange); }
.design-counter { position: absolute; right: 24px; bottom: 26px; font-size: 11px; letter-spacing: .14em; color: #777; }

.tech-section {
  position: relative;
  min-height: 100svh;
  grid-template-columns: 1fr;
  align-items: end;
  overflow: hidden;
  background: #111 url('../ribinha/official/detail-3.png') center / cover no-repeat;
}

.tech-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,7,8,.88), rgba(5,7,8,.56) 52%, rgba(5,7,8,.18)), linear-gradient(0deg, rgba(0,0,0,.76), transparent 60%);
}

.tech-section .section-copy { position: relative; z-index: 2; max-width: 780px; }
.tech-section .section-copy p { color: rgba(255,255,255,.78); }
.tech-section .mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; max-width: 720px; border-top: 1px solid rgba(255,255,255,.48); }
.tech-section .mini-stats > div { padding: 20px 28px 0 0; border: 0; border-radius: 0; background: transparent; backdrop-filter: none; box-shadow: none; overflow: visible; }
.tech-section .mini-stats > div::before { display: none; }
.tech-section .mini-stats > div + div { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.3); }
.tech-section .mini-stats small { display: block; margin-top: 7px; color: rgba(255,255,255,.62); }

.swap-section {
  position: relative;
  min-height: 100svh;
  padding: 11vh 7vw;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #050505;
}
.swap-section video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.swap-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.38) 62%, rgba(0,0,0,.16)), linear-gradient(0deg, rgba(0,0,0,.62), transparent); }
.swap-copy { position: relative; z-index: 2; max-width: 690px; padding: clamp(25px,4vw,52px); border: 1px solid rgba(255,255,255,.28); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.2), rgba(255,255,255,.055)); box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 30px 80px rgba(0,0,0,.25); backdrop-filter: blur(24px) saturate(155%); }
.swap-copy span { color: #ff8b45; font-size: 10px; letter-spacing: .18em; }
.swap-copy h2 { margin: 18px 0 24px; font-size: clamp(48px,6vw,88px); line-height: .95; font-weight: 400; letter-spacing: -.055em; }
.swap-copy p { max-width: 600px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.62; }
.swap-copy strong { display: block; margin-top: 26px; color: #ff8b45; font-size: clamp(20px,2vw,28px); }

.sheet { align-items: start; background: linear-gradient(145deg, #f5f5f4, #fff); color: #111; }
.sheet-card { overflow: hidden; border: 1px solid rgba(0,0,0,.05); border-radius: 12px; background: rgba(245,245,245,.84); box-shadow: inset 0 1px 0 #fff, 0 20px 55px rgba(0,0,0,.07); }
.sheet-card h3 { display: flex; justify-content: space-between; margin: 0; padding: 28px 30px; color: #d65318; font-size: 16px; letter-spacing: .04em; }
.sheet-card dl { margin: 0; padding: 0 30px 28px; }
.sheet-card dl > div { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 20px 0; border-bottom: 1px solid rgba(0,0,0,.09); }
.sheet-card dl > div:last-child { border-bottom: 0; }
.sheet-card dt { font-weight: 700; }
.sheet-card dd { margin: 0; color: #333; }

@media (max-width: 800px) {
  .hero-copy { left: 0; width: 100%; transform: none; align-items: center; text-align: center; padding: 0 22px; }
  .hero-copy h1 { max-width: 100%; font-size: clamp(43px,13vw,66px); line-height: .92; transform: skewX(-7deg) scaleX(1.01); }
  .hero-copy h2, .hero-copy p { margin-left: auto; margin-right: auto; text-align: center; }
  .front-section { grid-template-columns: 1fr; }
  .design-stage { height: 55vh; min-height: 420px; border-radius: 20px; }
  .design-arrow { width: 42px; height: 42px; }
  .design-counter { bottom: 24px; }
  .tech-section { padding: 100px 24px 64px; background-position: 58% center; }
  .tech-section::before { background: linear-gradient(0deg, rgba(3,4,5,.9), rgba(3,4,5,.25) 70%, rgba(3,4,5,.42)); }
  .tech-section .mini-stats { grid-template-columns: 1fr; margin-top: 34px; }
  .tech-section .mini-stats > div, .tech-section .mini-stats > div + div { padding: 17px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .swap-section { min-height: 100svh; padding: 90px 18px 28px; align-items: flex-end; }
  .swap-section video { object-position: center; }
  .swap-copy { padding: 25px 22px; border-radius: 24px; }
  .swap-copy h2 { font-size: clamp(43px,13vw,64px); }
  .swap-copy p { font-size: 14px; line-height: 1.52; }
  .sheet-card h3 { padding: 22px 20px; font-size: 14px; }
  .sheet-card dl { padding: 0 20px 20px; }
  .sheet-card dl > div { grid-template-columns: 1fr; gap: 6px; padding: 16px 0; }
}

/* Hero title alignment correction */
.hero-copy {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  padding-inline: max(28px, 6vw);
  transform: translateY(-50%);
  overflow: visible;
  text-align: center;
}

.hero-copy h1 {
  width: auto;
  max-width: 100%;
  padding: 0 .14em;
  color: #fff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #fff;
  white-space: nowrap;
  transform: skewX(-7deg);
  transform-origin: center;
  filter: drop-shadow(0 3px 18px rgba(0,0,0,.52));
}

@media (max-width: 800px) {
  .hero-copy {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    padding-inline: 14px;
    transform: translateY(-50%);
  }

  .hero-copy h1 {
    width: 100%;
    max-width: none;
    padding-inline: .18em;
    font-size: clamp(30px, 9.2vw, 62px);
    letter-spacing: -.085em;
    white-space: nowrap;
    transform: skewX(-7deg);
  }
}

@media (max-width: 800px) {
  .glass-header {
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
  }

  .glass-header {
    grid-template-columns: 1fr auto;
    padding: 0 16px;
  }

  .brand-pair { gap: 9px; }
  .brand-pair i { height: 23px; }
  .brand-unit { width: 70px; height: 32px; }
  .brand-unit img { max-width: 70px; height: 23px; }

  .glass-nav {
    background: rgba(255, 255, 255, 0.97);
    color: #151515;
  }

  .hub-video {
    right: 0;
    width: 100%;
    height: 58%;
  }
}
