/* ---------- MODERN CSS VARIABLES & RESET ---------- */
:root {
  --bg-dark: #030303;
  --primary-red: #ff1b1b;
  --secondary-red: #8b0000;
  --bg-card: rgba(255, 255, 255, 0.03);
  --border-glass: rgba(255, 255, 255, 0.08);
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --accent-gold: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  --accent-glow: rgba(245, 158, 11, 0.4);
  --font-heading: 'Montserrat', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-mm: 'Noto Sans Myanmar', 'Myanmar Text', 'Pyidaungsu', var(--font-body);
  --card-blur: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top, #170000 0%, #050505 40%, #000000 100%);
  color: var(--text-main);
  font-family: var(--font-body);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.seo-site-links {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.seo-page {
  position: relative;
  min-height: 100%;
  height: auto;
  overflow: auto;
  padding: clamp(5.5rem, 9vw, 7rem) 1rem 2rem;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 27, 27, 0.26) 0%, transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(245, 158, 11, 0.18) 0%, transparent 28%),
    radial-gradient(circle at 70% 92%, rgba(96, 165, 250, 0.12) 0%, transparent 34%),
    linear-gradient(145deg, #030712 0%, #09030a 48%, #000 100%);
  isolation: isolate;
}

.seo-page::before,
.seo-page::after {
  content: '';
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(10px);
  animation: seoFloat 10s ease-in-out infinite;
}

.seo-page::before {
  top: 8%;
  left: 8%;
  width: 14rem;
  height: 14rem;
  background: rgba(255, 27, 27, 0.14);
}

.seo-page::after {
  right: 8%;
  bottom: 8%;
  width: 18rem;
  height: 18rem;
  background: rgba(245, 158, 11, 0.1);
  animation-delay: -3s;
}

.seo-home-button {
  position: fixed;
  top: 1.2rem;
  left: 50%;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border: 1px solid rgba(245, 158, 11, 0.42);
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255, 27, 27, 0.92), rgba(122, 0, 0, 0.9));
  box-shadow: 0 18px 48px rgba(255, 27, 27, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.02em;
  backdrop-filter: blur(18px) saturate(160%);
  animation: seoButtonDrop 0.75s var(--card-blur) both;
}

.seo-home-button::before {
  content: '←';
  margin-right: 0.55rem;
  color: #fbbf24;
  font-size: 1.1rem;
}

.seo-home-button:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.58);
  filter: brightness(1.08);
  transform: translateX(-50%) translateY(-2px);
}

.seo-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.15rem 0 1.3rem;
  animation: seoItemIn 0.72s var(--card-blur) 0.5s both;
}

.seo-action-btn,
.seo-mini-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 0.25s ease, filter 0.25s ease, border-color 0.25s ease;
}

.seo-action-btn:hover,
.seo-mini-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  filter: brightness(1.08);
  border-color: rgba(255, 255, 255, 0.36);
}

.viber-btn {
  background: linear-gradient(135deg, #7c3aed, #4c1d95);
}

.messenger-btn {
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
}

.tiktok-btn {
  background: linear-gradient(135deg, #111827, #020617);
}

.viber-btn::before,
.messenger-btn::before,
.tiktok-btn::before,
.call-btn::before,
.map-btn::before {
  margin-right: 0.45rem;
}

.viber-btn::before {
  content: '☎';
}

.messenger-btn::before {
  content: '✉';
}

.tiktok-btn::before {
  content: '♪';
}

.seo-showroom-grid {
  display: grid;
  gap: 1rem;
  margin: 1.45rem 0;
}

.seo-showroom-card {
  position: relative;
  overflow: hidden;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.13), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  animation: seoItemIn 0.72s var(--card-blur) both;
}

.seo-showroom-card:nth-child(1) {
  animation-delay: 0.84s;
}

.seo-showroom-card:nth-child(2) {
  animation-delay: 0.94s;
}

.seo-showroom-card:nth-child(3) {
  animation-delay: 1.04s;
}

.seo-card-label {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0.36rem 0.72rem;
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 999px;
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.1);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-showroom-card h2 {
  margin-top: 0.85rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 3vw, 1.65rem);
  line-height: 1.25;
}

.seo-showroom-card p {
  margin-top: 0.55rem;
  animation: none;
}

.seo-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.call-btn {
  background: linear-gradient(135deg, #16a34a, #065f46);
}

.call-btn::before {
  content: '☎';
}

.map-btn {
  background: linear-gradient(135deg, #f59e0b, #b45309);
}

.map-btn::before {
  content: '⌖';
}

.seo-page main {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: clamp(1.25rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(6, 9, 19, 0.72);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(26px) saturate(160%);
  animation: seoPanelIn 0.9s var(--card-blur) 0.08s both;
  overflow: hidden;
}

.seo-page main::before {
  content: 'MIN THAR GYI';
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0.38rem 0.78rem;
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 999px;
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.1);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  animation: seoItemIn 0.72s var(--card-blur) 0.28s both;
}

.seo-page img {
  display: block;
  margin-top: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  box-shadow: 0 18px 52px rgba(255, 27, 27, 0.24);
  animation: seoItemIn 0.72s var(--card-blur) 0.36s both;
}

.seo-page h1 {
  margin-top: 1.3rem;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.15;
  letter-spacing: 0;
  background: linear-gradient(90deg, #ffffff, #fbbf24 42%, #ff3b3b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: seoItemIn 0.72s var(--card-blur) 0.44s both;
}

.seo-page p,
.seo-page li {
  color: rgba(226, 232, 240, 0.92);
  font-size: 1rem;
  line-height: 1.8;
}

.seo-page p {
  animation: seoItemIn 0.72s var(--card-blur) 0.52s both;
}

.seo-page ul {
  display: grid;
  gap: 0.85rem;
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
}

.seo-page li {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: seoItemIn 0.72s var(--card-blur) both;
}

.seo-page li:nth-child(1) {
  animation-delay: 0.58s;
}

.seo-page li:nth-child(2) {
  animation-delay: 0.66s;
}

.seo-page li:nth-child(3) {
  animation-delay: 0.74s;
}

.seo-page li:nth-child(4) {
  animation-delay: 0.82s;
}

.seo-page li::before {
  content: '';
  position: absolute;
  left: 1rem;
  top: 1.25rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #fbbf24, #ff1b1b);
  box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.12);
}

.seo-page a {
  color: #fbbf24;
  font-weight: 800;
  text-decoration: none;
}

.seo-page a:hover {
  color: #ffffff;
}

.seo-page p:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.seo-page p:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.68rem 1rem;
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.1);
}

.seo-page p:last-child a[href="https://see.minthargyi.shop/"] {
  color: #ffffff;
  background: linear-gradient(135deg, #ff1b1b, #7a0000);
  box-shadow: 0 14px 34px rgba(255, 27, 27, 0.24);
}

@keyframes seoPanelIn {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes seoItemIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes seoButtonDrop {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-18px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes seoFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(18px, -14px, 0) scale(1.08);
  }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(245, 158, 11, 0.3);
}

/* ---------- DENSE APP HEADER ---------- */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 3rem;
  /* Dense spacing */
  background: linear-gradient(to bottom, rgba(6, 9, 19, 0.9) 0%, rgba(6, 9, 19, 0) 100%);
  backdrop-filter: blur(8px);
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}

.fixed-header.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.brand-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}

.brand-logo-wrapper .logo-icon {
  width: 36px;
  height: 36px;
  /* Dense logo */
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.brand-logo-wrapper .logo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-logo-wrapper .brand-text {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-links {
  display: flex;
  gap: clamp(0.9rem, 1.8vw, 2rem);
  align-items: center;
}

.nav-item {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.3s;
  cursor: pointer;
}

.nav-item:hover,
.nav-item.active {
  color: #f59e0b;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.social-icon-link {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  border-radius: 999px;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.social-icon-link:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.tiktok-link i {
  font-size: 0.95rem;
}

.contact-badge {
  padding: 0.4rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  border-radius: 30px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.contact-badge:hover {
  background: rgba(245, 158, 11, 0.14);
  border-color: rgba(245, 158, 11, 0.35);
  transform: translateY(-1px);
}

.contact-badge i {
  color: #f59e0b;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  z-index: 30;
  width: 42px;
  height: 42px;
  transform: translateX(-50%);
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.48);
  color: #fbbf24;
  cursor: pointer;
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.36);
  animation: scrollCueBounce 1.6s ease-in-out infinite;
}

.scroll-cue i {
  font-size: 1rem;
}

@keyframes scrollCueBounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.72;
  }

  50% {
    transform: translateX(-50%) translateY(9px);
    opacity: 1;
  }
}

/* ---------- GLOBAL SPLINE INTRO LAYER ---------- */
.scene-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 1s ease;
}

.scene-background iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.scene-background spline-viewer {
  display: block;
  width: 100%;
  height: 100%;
}

.scene-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(6, 9, 19, 0.2) 0%, rgba(6, 9, 19, 0.85) 100%);
}

/* ---------- STABLE CONTAINER VIEWPORT SLIDER ---------- */
.slider {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.slides {
  width: 100%;
  height: 100%;
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.slide {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-wrapper,
.guide-scroll,
.panel-info-side,
.morphism-card,
.about-floating-card {
  -webkit-overflow-scrolling: touch;
}

/* ---------- SLIDE 0: SPLIT HERO LANDING ---------- */
#slide0 {
  flex-direction: column;
  justify-content: center;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-content-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 25vh;
  padding-bottom: 12vh;
  opacity: 0;
  transform: translateY(40px);
  animation: heroEnter 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

@keyframes heroEnter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 4rem;
}

.hero-left {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 250px;
  z-index: 11;
  position: absolute;
  left: 20px;
}

.hero-brand-card {
  margin-bottom: 1rem;
}

.hero-logo-box {
  width: 90px;
  height: 90px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 4px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.hero-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
  background: linear-gradient(90deg, #ffffff, #ff3b3b, #8b0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.hero-right {
  max-width: 250px;
  text-align: right;
  z-index: 1;
  position: absolute;
  right: 60px;
}

.hero-subtitle {
  font-size: 1.3rem;
  color: var(--text-muted);
  line-height: 1.8;
  letter-spacing: 0.5px;
}


.hero-bottom-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  z-index: 11;
  position: absolute;
  bottom: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.hero-badges-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.hero-badge {
  background: rgba(10, 10, 10, 0.65);
  border: 1px solid rgba(255, 0, 0, 0.22);
  padding: 0.6rem 1.5rem;
  border-radius: 100px;
  font-size: 0.85rem;
  color: #e2e8f0;
  backdrop-filter: blur(10px);
}

.hero-badge i {
  color: #f59e0b;
  margin-right: 0.5rem;
}

.btn-premium {
  position: relative;
  background: linear-gradient(135deg, #ff1b1b, #7a0000);
  color: white;
  padding: 1.1rem 3rem;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.4);
  transition: all 0.3s var(--card-blur);
  overflow: hidden;
}

.btn-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transition: all 0.6s ease;
}

.btn-premium:hover::before {
  left: 100%;
}

.btn-premium:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 0 70px rgba(255, 0, 0, 0.8);
}

/* ---------- SLIDE 1: VIDEO & GLASS INFO CARD ---------- */
.video-slide {
  background: #000;
}

.video-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  border-radius: 0;
}

.video-placeholder {
  opacity: 1;
  background: #000;
}

.video-placeholder video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.glass-card-container {
  position: absolute;
  left: 6%;
  top: auto;
  bottom: 4rem;
  transform: translateX(-20px);
  width: 100%;
  max-width: 460px;
  z-index: 10;
  opacity: 0;
  transition: all 1s var(--card-blur);
}

.glass-card-container.visible {
  opacity: 1;
  transform: translateX(0);
}

.morphism-card {
  background: rgba(10, 10, 10, 0.65);
  backdrop-filter: blur(25px) saturate(180%);
  border: 1px solid rgba(255, 0, 0, 0.22);
  border-radius: 32px;
  padding: 2rem 2.5rem;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  max-height: calc(100% - 0.5rem);
  overflow-y: auto;
}

.card-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: #fbbf24;
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-dynamic-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.card-content-box {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(245, 247, 250, 0.9);
  min-height: 160px;
}

.showroom-node {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.6s ease;
}

.showroom-node.entered {
  opacity: 1;
  transform: translateY(0);
}

.showroom-node i {
  color: #f59e0b;
  font-size: 1.2rem;
  margin-top: 0.2rem;
  background: rgba(245, 158, 11, 0.1);
  padding: 0.5rem;
  border-radius: 10px;
}

.node-title {
  font-weight: 700;
  color: #ffffff;
  font-size: 1rem;
}

.node-desc {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-top: 0.1rem;
}

.node-call-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.node-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 34px;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.node-call-btn i {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #f59e0b;
  font-size: 0.8rem;
}

.node-call-btn:hover {
  background: linear-gradient(135deg, #ff1b1b, #7a0000);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

.node-call-btn:hover i {
  color: #ffffff;
}

.node-map-btn {
  border-color: rgba(96, 165, 250, 0.35);
}

.node-map-btn i {
  color: #60a5fa;
}

.section-action-row,
.price-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.direct-action-btn,
.ask-price-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.25s ease, border-color 0.25s ease, filter 0.25s ease;
}

.direct-action-btn:hover,
.ask-price-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.viber-action,
.ask-price-btn:first-child {
  background: linear-gradient(135deg, #7c3aed, #4c1d95);
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.22);
}

.messenger-action,
.ask-price-btn:last-child {
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22);
}

.price-action-row {
  justify-content: center;
  margin-top: 1rem;
  width: 100%;
}

.ask-price-btn {
  min-height: 34px;
  padding: 0.55rem 0.75rem;
  font-size: 0.72rem;
}

/* ---------- SLIDES 2–6: ULTRA-MODERN CINEMATIC PANELS ---------- */
.panel-slide {
  background: #060913;
}

.premium-split-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

.panel-info-side {
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #060913 80%, rgba(6, 9, 19, 0.4) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 8% 3rem 6%;
  z-index: 5;
  position: relative;
  opacity: 0;
  transform: translateX(-60px) scale(0.95);
  transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.slide.active-panel .panel-info-side {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.panel-graphic-side {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0;
  transform: scale(1.1) translateX(60px);
  transition: all 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

.slide.active-panel .panel-graphic-side {
  opacity: 1;
  transform: scale(1) translateX(0);
}

.panel-graphic-side::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #060913 0%, rgba(6, 9, 19, 0) 40%);
}

.panel-num {
  font-family: var(--font-heading);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -1rem;
  margin-left: -0.2rem;
}

.panel-title-badge {
  font-size: 0.85rem;
  font-weight: 600;
  color: #f59e0b;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.panel-title-badge::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #f59e0b;
  display: inline-block;
}

.panel-body-text {
  font-size: 1.25rem;
  line-height: 1.85;
  color: rgba(241, 245, 249, 0.95);
  font-weight: 400;
}

.card-cursor {
  display: inline-block;
  width: 3px;
  height: 1.1rem;
  background: #f59e0b;
  margin-left: 3px;
  animation: pulseBlink 0.9s infinite;
}

@keyframes pulseBlink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* ---------- SLIDE 7: GRID CONTEXT MOTORCYCLE SHOWCASE ---------- */
.showcase-slide {
  background: radial-gradient(circle at 80% 20%, #111827 0%, #060913 100%);
  flex-direction: column;
  align-items: center;
  padding: 4rem 0rem 0rem 0rem;
}

.section-header {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  text-align: left;
  opacity: 0;
  transform: translateY(-40px) scale(0.95);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.slide.active-panel .section-header {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.section-tag {
  font-size: 0.8rem;
  font-weight: 600;
  color: #f59e0b;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-main-title {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  background: linear-gradient(90deg, #ffffff, #ff3b3b, #8b0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grid-wrapper {
  width: 100%;
  max-width: 1200px;
  height: calc(100% - 90px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.5rem;
  padding-bottom: 2rem;
  pointer-events: auto;
  opacity: 0;
  transform: translateY(60px) scale(0.98);
  transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  touch-action: pan-y;
}

.slide.active-panel .grid-wrapper {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-bottom: 4rem;
}

.premium-moto-card {
  background: linear-gradient(145deg, rgba(255, 0, 0, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 0, 0, 0.18);
  border-radius: 24px;
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(255, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-moto-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 120%, rgba(245, 158, 11, 0.08) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.premium-moto-card:hover {
  transform: translateY(-12px) scale(1.03);
  border-color: rgba(245, 158, 11, 0.5);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 30px 80px rgba(255, 0, 0, 0.25);
}

.premium-moto-card:hover::before {
  opacity: 1;
}

.card-img-container {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.premium-moto-card img {
  max-width: 170px;
  max-height: 130px;
  object-fit: contain;
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.5));
  transition: transform 0.4s var(--card-blur);
}

.premium-moto-card:hover img {
  transform: scale(1.08) translateY(-4px);
}

.moto-status {
  font-size: 0.75rem;
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  padding: 0.2rem 0.8rem;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 0.8rem;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.moto-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.moto-specs {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.showcase-slide .price-action-row {
  justify-content: center;
}

/* ---------- SLIDE 8: ABOUT US (Auto Playing Video + Sliding Text Cards) ---------- */
.about-slide {
  background: #000;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.about-media-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1.5s ease, transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.slide.active-panel .about-media-container {
  opacity: 1;
  transform: scale(1);
}

.about-media-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.about-cards-wrapper {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 480px;
  height: 350px;
  perspective: 1000px;
  z-index: 10;
}

.about-floating-card {
  position: absolute;
  inset: 0;
  background: rgba(10, 15, 30, 0.75);
  backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: translateX(50px);
  pointer-events: none;
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.about-floating-card.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.about-floating-card.exit {
  opacity: 0;
  transform: translateX(-50px);
}

/* ---------- SLIDE 9: CUSTOMER GUIDE FAQ ---------- */
.guide-slide {
  display: block;
  background:
    linear-gradient(135deg, rgba(255, 27, 27, 0.12) 0%, transparent 32%),
    linear-gradient(215deg, rgba(245, 158, 11, 0.12) 0%, transparent 36%),
    #060913;
  font-family: var(--font-mm);
  position: relative;
  isolation: isolate;
}

.guide-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 9, 19, 0.95) 0%, rgba(6, 9, 19, 0.68) 54%, rgba(6, 9, 19, 0.95) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 92px);
  z-index: -2;
  pointer-events: none;
}

.guide-bike-ghost {
  position: absolute;
  right: -7rem;
  top: 7rem;
  width: min(48vw, 620px);
  opacity: 0.12;
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.8));
  transform: rotate(-7deg);
  z-index: -1;
  pointer-events: none;
}

.guide-scroll {
  width: min(1220px, calc(100% - 3rem));
  height: 100%;
  margin: 0 auto;
  padding: 5.4rem 0 5.2rem;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  pointer-events: auto;
  touch-action: pan-y;
}

.guide-slide .scroll-cue {
  display: none;
}

.guide-hero {
  max-width: 860px;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--card-blur), transform 0.9s var(--card-blur);
}

.slide.active-panel .guide-hero {
  opacity: 1;
  transform: translateY(0);
}

.guide-title {
  font-family: var(--font-mm);
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
  margin-top: 0.35rem;
  letter-spacing: 0;
}

.guide-lead {
  max-width: 760px;
  margin-top: 0.8rem;
  color: rgba(226, 232, 240, 0.88);
  font-size: 1.04rem;
  line-height: 1.85;
}

.guide-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.guide-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 36px;
  padding: 0.52rem 0.85rem;
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(14px);
}

.guide-chip i {
  color: #f59e0b;
}

.guide-content {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 1.4rem;
  align-items: start;
  margin-top: 2rem;
}

.guide-side-panel {
  position: sticky;
  top: 1rem;
  background: rgba(10, 15, 30, 0.72);
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 24px;
  padding: 1.35rem;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(22px) saturate(160%);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--card-blur) 0.12s, transform 0.9s var(--card-blur) 0.12s;
}

.slide.active-panel .guide-side-panel {
  opacity: 1;
  transform: translateY(0);
}

.guide-side-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.35rem 0.7rem;
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-side-panel h3 {
  margin-top: 1rem;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.55;
}

.guide-side-panel p {
  margin-top: 0.75rem;
  color: rgba(203, 213, 225, 0.9);
  font-size: 0.9rem;
  line-height: 1.75;
}

.guide-side-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.guide-hours {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.guide-hours i {
  color: #f59e0b;
  margin-top: 0.2rem;
}

.guide-hours span {
  display: block;
  color: rgba(148, 163, 184, 0.95);
  font-size: 0.76rem;
  font-weight: 700;
}

.guide-hours strong {
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-top: 0.15rem;
}

.guide-main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.guide-section {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.9s var(--card-blur) 0.18s, transform 0.9s var(--card-blur) 0.18s;
}

.slide.active-panel .guide-section {
  opacity: 1;
  transform: translateY(0);
}

.guide-section-heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.15rem 0.1rem;
}

.guide-section-heading i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff1b1b, #7a0000);
  box-shadow: 0 14px 34px rgba(255, 27, 27, 0.24);
}

.guide-section-heading span {
  display: block;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 800;
}

.guide-section-heading small {
  display: block;
  color: rgba(148, 163, 184, 0.9);
  font-size: 0.8rem;
  margin-top: 0.15rem;
}

.guide-qa-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.026));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(150%);
}

.guide-qa-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #f59e0b, #ff1b1b);
}

.guide-question {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.65;
}

.guide-question span {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #111827;
  background: #f59e0b;
  font-size: 0.82rem;
  font-family: var(--font-heading);
  line-height: 1;
  margin-top: 0.12rem;
}

.guide-qa-card p {
  margin-top: 0.75rem;
  padding-left: 2.65rem;
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.96rem;
  line-height: 1.85;
}

.guide-qa-card a {
  color: #fbbf24;
  font-weight: 800;
  text-decoration: none;
}

.guide-qa-card a:hover {
  color: #ffffff;
}

.guide-showrooms {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.95rem;
  padding-left: 2.65rem;
}

.guide-showroom-row {
  display: grid;
  gap: 0.45rem;
  padding: 0.85rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.guide-showroom-row strong {
  color: #fbbf24;
  font-size: 0.92rem;
}

.guide-showroom-row span {
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.9rem;
  line-height: 1.75;
}

.guide-phone-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.guide-phone-row a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.22);
  color: #ffffff;
  font-size: 0.78rem;
}

.guide-hours-card strong {
  color: #ffffff;
}

/* ---------- SLIDE 10: CONCLUSION THE END ---------- */
.conclusion-slide {
  background: #060913;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}

.conclusion-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 0, 0, 0.1), transparent 70%);
  pointer-events: none;
}

.conclusion-content {
  max-width: 850px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  z-index: 5;
}

.slide.active-panel .conclusion-content {
  opacity: 1;
  transform: translateY(0);
}

.conclusion-logo {
  margin: 0 auto 2.5rem auto;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.3);
}

.conclusion-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conclusion-text {
  font-size: 1.25rem;
  line-height: 2;
  color: #cbd5e1;
  margin-bottom: 2rem;
  font-weight: 300;
}

.conclusion-title {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  color: #fff;
  margin-top: 3rem;
  background: linear-gradient(90deg, #ffffff, #ff3b3b, #8b0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  letter-spacing: -1px;
}

/* ---------- NAVIGATION DOTS PAGINATION ---------- */
.slide-pagination {
  position: fixed;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.pagination-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
}

.pagination-dot:hover,
.pagination-dot.active {
  background: #f59e0b;
  transform: scale(1.3);
}

.pagination-dot.active {
  height: 24px;
  border-radius: 100px;
}

.pagination-tooltip {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: rgba(6, 9, 19, 0.85);
  border: 1px solid var(--border-glass);
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
  font-size: 0.75rem;
  color: #ffffff;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.pagination-dot:hover .pagination-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* ---------- RESPONSIVE MEDIA BREAKPOINTS ---------- */
@media (max-width: 1024px) {
  .premium-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .premium-moto-card {
    flex-basis: auto;
  }

  .about-cards-wrapper {
    width: 400px;
    right: 5%;
  }

  .panel-info-side {
    width: 70%;
    padding-right: 4%;
  }

  .panel-graphic-side {
    width: 45%;
  }

  .hero-title {
    font-size: 3.5rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .guide-scroll {
    width: calc(100% - 2rem);
    padding-top: 5rem;
  }

  .guide-content {
    grid-template-columns: 1fr;
  }

  .guide-side-panel {
    position: relative;
    top: auto;
  }

  .guide-bike-ghost {
    right: -10rem;
    width: min(62vw, 560px);
    opacity: 0.08;
  }
}

@media (max-width: 768px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }

  .seo-page {
    padding: 5rem 0.85rem 1.2rem;
  }

  .seo-page main {
    border-radius: 24px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .seo-home-button {
    top: 0.85rem;
    min-height: 44px;
    padding: 0.72rem 1.1rem;
  }

  .seo-action-row,
  .seo-card-actions {
    gap: 0.5rem;
  }

  .seo-action-btn,
  .seo-mini-btn {
    flex: 1 1 100%;
    min-height: 42px;
  }

  .seo-showroom-card {
    padding: 1rem;
    border-radius: 20px;
  }

  .fixed-header,
  .scroll-cue,
  .morphism-card,
  .panel-info-side,
  .about-floating-card,
  .guide-chip,
  .guide-side-panel,
  .guide-qa-card,
  .premium-moto-card {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .slides {
    transition-duration: 0.72s;
    will-change: auto;
  }

  .slide {
    contain: layout paint;
  }

  .slide:not(.active-panel) {
    content-visibility: auto;
    contain-intrinsic-size: 100vh;
  }

  .fixed-header {
    padding: 0.8rem 1.5rem;
    background: linear-gradient(to bottom, rgba(6, 9, 19, 0.96) 0%, rgba(6, 9, 19, 0.22) 100%);
  }

  .nav-links {
    display: none;
  }

  .slide-pagination {
    display: none;
  }

  .hero-top-row {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding: 0 1.5rem;
  }

  .hero-left,
  .hero-right {
    text-align: center !important;
    max-width: 100%;
    align-items: center;
  }

  .hero-right{
    display : none;
  }

  .hero-subtitle {
    text-align: center !important;
  }

  .glass-card-container {
    left: 4%;
    right: 4%;
    max-width: 100%;
    top: auto;
    bottom: 4rem;
    transform: none;
  }

  .glass-card-container.visible {
    transform: none;
  }

  .premium-split-container {
    flex-direction: column;
  }

  .panel-info-side {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    padding: 2rem 1.5rem 6rem 1.5rem;
    background: linear-gradient(to top, #06091354 60%, rgba(6, 9, 19, 0.2) 100%);
  }

  .panel-graphic-side {
    width: 100%;
    height: 50%;
    top: 0;
  }

  .panel-graphic-side {
    transform: scale(1.1) translateX(0);
    will-change: transform;
  }

  .premium-grid {
    grid-template-columns: 1fr;
  }

  .grid-wrapper {
    height: calc(100% - 90px);
  }

  .about-cards-wrapper {
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 1.5rem;
  }

  .conclusion-slide {
    padding: 2rem 1.5rem;
  }

  .conclusion-text {
    font-size: 1rem;
  }

  .conclusion-title {
    font-size: 2rem;
  }


}


.panel-graphic-side {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;

  opacity: 0;
  transform: scale(1.25) translateX(120px) rotate(8deg);
  filter: blur(12px) brightness(0.6);
  transition: all 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity, filter;
}

.slide.active-panel .panel-graphic-side {
  opacity: 1;
  transform: scale(1.02) translateX(0) rotate(0deg);
  filter: blur(0px) brightness(1);
}

@keyframes imageImpact {
  0% {
    transform: scale(1.25) translateX(120px) rotate(8deg);
    filter: blur(14px) brightness(0.4);
    opacity: 0;
  }

  60% {
    transform: scale(1.03) translateX(0) rotate(-1deg);
    filter: blur(2px) brightness(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1.02) translateX(0) rotate(0deg);
    filter: blur(0px) brightness(1);
  }
}

.slide.active-panel .panel-graphic-side {
  animation: imageImpact 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@media (max-width: 768px) {
  .scroll-cue {
    left: auto;
    right: 1rem;
    bottom: 1rem;
    transform: none;
    width: 38px;
    height: 38px;
    animation-name: scrollCueBounceMobile;
  }

  @keyframes scrollCueBounceMobile {
    0%,
    100% {
      transform: translateY(0);
      opacity: 0.72;
    }

    50% {
      transform: translateY(8px);
      opacity: 1;
    }
  }

  .video-background {
    object-fit: cover;
    opacity: 0.9;
  }

  .glass-card-container {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    width: auto;
    max-width: none;
    top: auto;
    transform: translateY(24px);
  }

  .glass-card-container.visible {
    transform: translateY(0);
  }

  .morphism-card {
    height: auto;
    max-height: calc(100% - 7rem);
    padding: 1.1rem 1rem 1rem;
    border-radius: 24px 24px 18px 18px;
    background: rgba(5, 8, 18, 0.82);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 -18px 70px rgba(0, 0, 0, 0.78), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }

  .card-header-badge {
    margin-bottom: 0.7rem;
  }

  .card-dynamic-title {
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
  }

  .card-content-box {
    min-height: 0;
    max-height: calc(100% - 15rem);
    overflow-y: auto;
    padding-right: 0.25rem;
  }

  .showroom-node {
    gap: 0.7rem;
    margin-bottom: 0.8rem;
  }

  .node-call-actions {
    gap: 0.35rem;
  }

  .node-call-btn {
    min-height: 32px;
    padding: 0.42rem 0.62rem;
    font-size: 0.72rem;
  }

  .panel-slide {
    background: #030712;
  }

  .premium-split-container {
    position: relative;
  }

  .panel-graphic-side,
  .slide.active-panel .panel-graphic-side {
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 12%;
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
    will-change: auto;
  }

  .panel-graphic-side::before {
    background: linear-gradient(to top, rgba(3, 7, 18, 0.9) 0%, rgba(3, 7, 18, 0.32) 42%, rgba(3, 7, 18, 0.05) 100%);
  }

  .panel-info-side,
  .slide.active-panel .panel-info-side {
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    width: auto;
    height: auto;
    max-height: 78vh;
    justify-content: flex-start;
    padding: 1.1rem 1rem 1.2rem;
    overflow-y: auto;
    border-radius: 24px 24px 18px 18px;
    background: rgba(5, 8, 18, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 -10px 34px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    opacity: 1;
    transform: none;
  }

  .panel-num {
    font-size: 2.6rem;
    margin-bottom: -0.45rem;
  }

  .panel-title-badge {
    font-size: 0.72rem;
    margin-bottom: 0.7rem;
  }

  .panel-body-text {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .section-action-row {
    gap: 0.5rem;
    margin-top: 0.9rem;
  }

  .direct-action-btn {
    min-height: 36px;
    padding: 0.58rem 0.8rem;
    font-size: 0.75rem;
  }

  .showcase-slide {
    padding-top: 4.5rem;
  }

  .showcase-slide .section-header {
    width: calc(100% - 1.7rem);
  }

  .showcase-slide .section-tag {
    font-size: 0.7rem;
    letter-spacing: 2px;
  }

  .showcase-slide .section-main-title {
    font-size: 2.1rem;
    line-height: 1;
  }

  .showcase-lead {
    font-size: 0.84rem;
    line-height: 1.5;
    margin-top: 0.55rem;
  }

  .showcase-slide .grid-wrapper {
    width: calc(100% - 1.7rem);
    height: calc(100% - 95px);
    min-height: 0;
    margin-top: 0.8rem;
    padding: 0 0.2rem 2rem 0;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .showcase-slide .premium-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 0;
  }

  .premium-moto-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 0.95rem 1rem;
    border-radius: 24px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .moto-status {
    font-size: 0.68rem;
  }

  .card-img-container {
    height: 120px;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .card-img-container::before {
    display: none;
  }

  .premium-moto-card img {
    max-width: 165px;
    max-height: 120px;
    filter: none;
  }

  .premium-moto-card:hover img {
    filter: none;
  }

  .moto-title {
    font-size: 1.45rem;
    text-align: center;
  }

  .moto-specs {
    font-size: 0.78rem;
    text-align: center;
  }

  .price-action-row {
    gap: 0.45rem;
  }

  .showcase-slide .ask-price-btn {
    flex: 1 1 120px;
    font-size: 0.7rem;
    min-height: 36px;
    padding: 0.55rem 0.7rem;
  }

  .about-cards-wrapper {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    top: auto;
    width: auto;
    height: 44vh;
    padding: 0;
    transform: none;
  }

  .about-floating-card {
    padding: 1.2rem 1rem;
    border-radius: 24px 24px 18px 18px;
    background: rgba(5, 8, 18, 0.82);
    border-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(24px) saturate(170%);
    overflow-y: auto;
  }

  .about-floating-card p {
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
  }

  .guide-slide {
    background:
      linear-gradient(145deg, rgba(255, 27, 27, 0.14) 0%, transparent 34%),
      #060913;
  }

  .guide-bike-ghost {
    display: none;
  }

  .guide-scroll {
    width: 100%;
    padding: 4.5rem 0.85rem 5rem;
  }

  .guide-title {
    font-size: 1.85rem;
    line-height: 1.35;
  }

  .guide-lead {
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .guide-chip-row {
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .guide-chip {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0.48rem 0.72rem;
    font-size: 0.72rem;
  }

  .guide-content {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.15rem;
  }

  .guide-side-panel {
    position: relative;
    top: auto;
    padding: 1rem;
    border-radius: 20px;
  }

  .guide-side-panel h3 {
    font-size: 1rem;
  }

  .guide-side-panel p {
    font-size: 0.84rem;
  }

  .guide-side-actions .direct-action-btn {
    flex: 1 1 120px;
  }

  .guide-hours {
    margin-top: 0.9rem;
    padding-top: 0.85rem;
  }

  .guide-main {
    gap: 1.15rem;
  }

  .guide-section {
    gap: 0.7rem;
  }

  .guide-section-heading {
    gap: 0.65rem;
  }

  .guide-section-heading i {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 0.9rem;
  }

  .guide-section-heading span {
    font-size: 0.96rem;
  }

  .guide-section-heading small {
    font-size: 0.72rem;
  }

  .guide-qa-card {
    padding: 1rem 0.95rem;
    border-radius: 18px;
  }

  .guide-question {
    gap: 0.6rem;
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .guide-question span {
    width: 26px;
    height: 26px;
    border-radius: 9px;
    font-size: 0.76rem;
  }

  .guide-qa-card p {
    padding-left: 0;
    font-size: 0.88rem;
    line-height: 1.75;
  }

  .guide-showrooms {
    padding-left: 0;
  }

  .guide-showroom-row {
    border-radius: 14px;
    padding: 0.75rem;
  }

  .guide-phone-row a {
    flex: 1 1 130px;
    justify-content: center;
  }

  .morphism-card,
  .panel-info-side,
  .about-floating-card,
  .guide-side-panel,
  .guide-qa-card {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34) !important;
  }

  .scroll-cue,
  .direct-action-btn,
  .ask-price-btn {
    box-shadow: none !important;
  }

  .about-media-container video,
  .video-background,
  .video-placeholder video {
    transform: translateZ(0);
  }

}
