@font-face {
  font-family: head;
  src: url(/font/SFPRODISPLAYMEDIUM.ttf);
}

/* Apple HIG Base Button & Micro-interactions */
button {
  font-family: head, -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  cursor: pointer;
  border-radius: 980px;
  border: none;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

button:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

button:active {
  transform: scale(0.98);
}

button:focus-visible {
  outline: 2px solid #0071e3;
  outline-offset: 2px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: head;
}

video {
  pointer-events: none;
  -webkit-appearance: none;
}

video::-webkit-media-controls,
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
}

#main {
  position: relative;
  overflow-x: hidden;
}

#page {
  position: relative;
  height: 100vh;
  width: 100%;
  background: #000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 32px;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(0, 0, 0, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
}

.logo {
  display: flex;
  align-items: center;
  min-width: 40px;
}

.logo img {
  height: 28px;
  width: auto;
  filter: invert();
  transform: scale(2.2);
  transform-origin: center;
}

.navbar ul {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0 1rem;
}

.navbar ul li {
  font-size: 12px;
  padding: 2px 4px;
  cursor: pointer;
  color: #c7c6c6;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.navbar ul li:hover {
  color: #ffffff;
}

.nav-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  min-width: 40px;
  filter: invert();
}

#menu {
  display: none;
}

#page > nav {
  height: 52px;
  width: 65vw;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  color: #fff;
  padding: 0 24px;
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
}

.item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.item span {
  color: #a1a1a6;
}

.item p {
  font-size: 13px;
  line-height: 13px;
  color: #e8e8ed;
  cursor: pointer;
  transition: color 0.2s ease;
}

.item p:hover {
  color: #ffffff;
}

#page > nav > .item > button {
  padding: 6px 16px;
  border-radius: 980px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 13px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 0.5rem;
}

#page > nav .item button.primary,
#page nav .item button:nth-child(5) {
  background: #0071e3;
  border: none;
  color: #ffffff;
}

#page > nav .item button.primary:hover,
#page nav .item button:nth-child(5):hover {
  background: #0077ed;
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.4);
}

#page > nav > h3 {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}

#page > video {
  height: 100%;
  width: 50%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#page-bottom {
  height: 20%;
  width: 30%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#page-bottom h3 {
  color: #ff5a00;
  margin-top: 3vw;
}
#page1 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background: #fff;
}

#page1 > video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

#page1 > h1 {
  font-size: 4vw;
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}

#page2 {
  position: relative;
  height: 100vh;
  width: 100vw;
}

#page2 > video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#page2 > h1 {
  font-size: 4vw;
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
  text-align: center;
}

#page3 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
}
#page3 > img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page3-upper {
  height: 25%;
  width: 35%;
  position: absolute;
  z-index: 9;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
#page3-upper > img {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
#page3-upper-inner {
  position: absolute;
  bottom: 0%;
  height: 60%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 80px;
  color: #ff823d;
}
#page3-upper-inner > h3 {
  font-weight: 500;
}
#page3 > button {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 30px;
  border: 1px solid #000;
  font-weight: 500;
  background-color: #fff;
  border-radius: 50px;
  font-size: 1.4vw;
}

#page4 {
  position: relative;
  height: 100vh;
  width: 100vw;
}
#page4 > video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#center-page4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 2vw;
}

#page5 {
  display: flex;
  position: relative;
  height: 60vh;
  width: 100vw;
}
.left5 {
  position: relative;
  height: 100%;
  width: 50%;
}
.left5 > h1 {
  font-size: 2.3vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
}
.left5 > h2 {
  display: none;
}
.right5 {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 50%;
  padding-left: 5vw;
}
.right5 > h3 {
  font-size: 2vw;
  width: 90%;
  color: #484848d7;
}
.right5 > button {
  padding: 10px 20px;
  border: none;
  background-color: #ff823d;
  color: #fff;
  font-weight: 400;
  border-radius: 50px;
  font-size: 1.3vw;
  margin-top: 1.5vw;
}
#page6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 70vh;
  width: 100vw;
  background-color: #f5f5f7;
}

#page6 > h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  color: #6e6e73;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#page6 > h1 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  font-weight: 600;
  color: #1d1d1f;
}
#page6 > p {
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  width: 60%;
  font-weight: 500;
  line-height: 1.5;
  color: #515154;
}

/* Vision Pro 360 Showcase Section */
#vision-360-showcase {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #f5f5f7;
  overflow: hidden;
}

#page7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#page7 > canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

/* Feature Callout Cards Overlay */
.showcase-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  display: flex;
  align-items: center;
}

.showcase-card > h1 {
  width: 22vw;
  font-size: 1.25vw;
  font-weight: 400;
  color: #6e6e73;
  line-height: 1.45;
  font-family: head, -apple-system, BlinkMacSystemFont, sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.showcase-card > h1 > span {
  display: block;
  font-size: 1.8vw;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 0.5vw;
}

/* Left / Right Card Alignment */
#page8 > h1,
#page10 > h1,
#page12 > h1 {
  left: 8vw;
}

#page9 > h1,
#page11 > h1,
#page13 > h1 {
  right: 8vw;
}

#page14 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
}
.left14 {
  height: 90%;
  width: 45%;
  position: relative;
  background-image: url(/images/glass_top__k3b8lzqd1l2m_large.jpg);
  background-size: cover;
}
.right14 {
  height: 90%;
  width: 45%;
  position: relative;
  background-image: url(/images/glass_side__gm4agomrwl2e_large.jpg);
  background-size: cover;
}

#page15 {
  position: relative;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#center-page15 {
  height: 90%;
  width: 95%;
  position: relative;
  overflow: hidden;
}
#center-page15 > video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#page16 {
  position: relative;
  height: 120vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#page16 > h2 {
  position: absolute;
  width: 50%;
  color: #434343c7;
  font-weight: 500;
  top: 5%;
}
#page16 > h2 > span {
  color: #000;
}
#page16 > img {
  width: 60%;
  position: absolute;
  bottom: 0%;
}
#page16 > button {
  position: absolute;
  bottom: 10%;
  padding: 10px 20px;
  font-size: 1.5vw;
  border-radius: 50px;
  background-color: #ff823d;
  color: #fff;
  font-weight: 500;
  border: none;
}

#page17 {
  position: relative;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #000;
  color: #fff;
}
#page17 > h4 {
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 600;
  margin-bottom: 1rem;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#page17 > h1 {
  font-size: clamp(2.5rem, 5.2vw, 4.8rem);
  line-height: 1.05;
  font-weight: 600;
  margin-bottom: 2rem;
  letter-spacing: -0.015em;
  text-align: center;
}
#page17 > p {
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.65);
  width: 55%;
  text-align: center;
}
#page17 > p > span {
  color: #ffffff;
  font-weight: 500;
}

#page18 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#page18 > canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
}

#page19 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  height: 30vh;
  width: 100vw;
  background-color: #000;
  flex-direction: column;
  text-align: center;
  font-size: 1.5vw;
}
#page19 > h5 {
  width: 35%;
}

#page20 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #000;
}
#page20 > video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#center-page20 {
  position: absolute;
  height: 20%;
  width: 20%;
  bottom: 18%;
  right: 5%;
  color: #fff;
}
#center-page20 > h1 {
  margin-bottom: 1.7vw;
}

#page21 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #000;
}
#page21 > #troff {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50%;
  z-index: 9;
}
#page21 > #tron {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50%;
}
#page22 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #000;
}
#page22 > #snroff {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50%;
  z-index: 9;
}
#page22 > #snron {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50%;
}
#page23 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #000;
}
#page23 > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
}

#page24 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#center-page24 {
  width: 60%;
  max-width: 800px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
#center-page24 > h1 {
  text-align: center;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  margin-bottom: 1rem;
}
#center-page24 > span {
  width: 100%;
  text-align: center;
}
#center-page24 > p {
  text-align: center;
  font-size: clamp(15px, 1.8vw, 22px);
  line-height: 1.5;
  color: #a1a1a6;
  margin-bottom: 2rem;
}
#center-page24 > p > span {
  color: #ffffff;
}
#page24 > #center-page24 > button {
  position: relative;
  padding: 14px 36px;
  font-size: 14px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

#page25 {
  width: 100%;
  min-height: 80vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 6rem 2rem;
  gap: 1.5rem;
  text-align: center;
}

#page25 img {
  width: 48px;
  height: auto;
  position: static;
}

#page25 h2 {
  font-size: 24px;
  line-height: 28px;
  position: static;
  color: #86868b;
}
#page25 h1 {
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.15;
  position: static;
  width: 100%;
  max-width: 800px;
  text-align: center;
  color: #1d1d1f;
}
#page25 p {
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.45;
  position: static;
  width: 100%;
  max-width: 800px;
  text-align: center;
  color: #86868b;
}

#page25 > p > span {
  color: #1d1d1f;
}

footer {
  width: 100%;
  background: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 2rem 0;
  color: #6e6e73;
}

.inform {
  width: 100%;
  max-width: 980px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 11px;
  line-height: 1.45;
  gap: 10px;
  border-bottom: 1px solid #d2d2d7;
}

.inform p {
  text-align: left;
  width: 100%;
  font-weight: 400;
  color: #86868b;
}

.list {
  width: 100%;
  max-width: 980px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.head img {
  height: 20px;
  width: auto;
}

.head h5 {
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1f;
}

.menu-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}

.menu-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu-list h5 {
  font-size: 12px;
  font-weight: 600;
  color: #1d1d1f;
  margin-top: 10px;
}

.menu-list h5:first-child {
  margin-top: 0;
}

.menu-list li {
  font-size: 12px;
  line-height: 1.3;
  color: #424245;
  cursor: pointer;
}

.menu-list li:hover {
  text-decoration: underline;
}

.bottom {
  font-size: 12px;
  line-height: 1.4;
  color: #86868b;
  border-bottom: 1px solid #d2d2d7;
  padding-bottom: 1rem;
}

.bottom span {
  color: #06c;
  text-decoration: underline;
  cursor: pointer;
}

.links {
  width: 100%;
  max-width: 980px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.links p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: #86868b;
  font-size: 12px;
  line-height: 1.4;
}

.links > p > a {
  text-decoration: none;
  color: #515154;
}

.links > p > a:hover {
  text-decoration: underline;
}

.line,
.line1 {
  display: none;
}

/* Apple Interactive Modals & Overlays */
.apple-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
}

.apple-modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.apple-modal-card {
  background: rgba(28, 28, 30, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
  border-radius: 24px;
  width: 90%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2rem;
  color: #fff;
  position: relative;
  transform: scale(0.95) translateY(12px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.apple-modal-overlay.active .apple-modal-card {
  transform: scale(1) translateY(0);
}

.modal-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s ease;
}

.modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}

.modal-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.3rem;
}

.modal-price {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2997ff;
  margin-bottom: 1.2rem;
}

.modal-body {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin: 1.2rem 0;
}

.option-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.group-label {
  font-size: 0.85rem;
  color: #a1a1a6;
  font-weight: 500;
}

.option-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.option-pills .pill {
  flex: 1;
  min-width: 80px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: #f5f5f7;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  transition: all 0.2s ease;
}

.option-pills .pill span {
  font-size: 0.75rem;
  color: #a1a1a6;
}

.option-pills .pill.active {
  background: #0071e3;
  border-color: #0071e3;
  color: #ffffff;
}

.option-pills .pill.active span {
  color: rgba(255, 255, 255, 0.9);
}

.primary-btn {
  width: 100%;
  padding: 12px 24px;
  background: #0071e3;
  color: #fff;
  border-radius: 980px;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.primary-btn:hover {
  background: #0077ed;
  transform: scale(1.02);
}

.primary-btn:active {
  transform: scale(0.98);
}

/* Demo Form Inputs */
.demo-form .input-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.demo-form label {
  font-size: 0.85rem;
  color: #a1a1a6;
}

.apple-select,
.apple-input {
  width: 100%;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: #fff;
  font-size: 0.9rem;
  font-family: head, sans-serif;
  outline: none;
}

.apple-select option {
  background: #1c1c1e;
  color: #fff;
}

/* Search Overlay */
.search-container {
  width: 90%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 12px 18px;
  color: #fff;
}

.search-bar input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  outline: none;
  font-family: head, sans-serif;
}

.modal-close-btn.inline {
  position: static;
}

.search-quick-links {
  background: rgba(28, 28, 30, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 1.5rem;
}

.search-quick-links h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #86868b;
  margin-bottom: 0.8rem;
  letter-spacing: 0.04em;
}

.search-quick-links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.search-quick-links li {
  font-size: 0.95rem;
  color: #f5f5f7;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}

.search-quick-links li:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #2997ff;
}

/* Bag Modal */
.bag-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bag-item img {
  width: 70px;
  height: auto;
}

.bag-item-details h3 {
  font-size: 1rem;
}

.bag-item-details p {
  font-size: 0.85rem;
  color: #86868b;
}

.bag-item-details .item-price {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 600;
  margin-top: 4px;
}

.bag-summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #86868b;
}

.summary-row.total-row {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 8px;
  margin-top: 4px;
}

/* Video Lightbox Player Modal */
.video-modal-container {
  width: 90%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 12px;
}

.video-player-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
  background: #000;
}

.video-player-wrapper video {
  width: 100%;
  height: auto;
  max-height: 75vh;
  display: block;
  pointer-events: auto !important;
}

.video-close {
  top: -45px;
  right: 0;
}

#lightbox-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}

/* Apple Toast Notification */
.apple-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: rgba(28, 28, 30, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  color: #fff;
  padding: 12px 24px;
  border-radius: 980px;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9999999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.apple-toast i {
  color: #30d158;
}

.apple-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Apple Mega Menu Dropdown */
.nav-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background: rgba(22, 22, 23, 0.92);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s ease;
  z-index: 99990;
}

.nav-mega-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.5rem 2rem 3rem 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.mega-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mega-col-title {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #86868b;
  font-weight: 500;
  margin-bottom: 4px;
}

.mega-link-main {
  font-size: 20px;
  font-weight: 600;
  color: #e8e8ed;
  text-decoration: none;
  line-height: 1.25;
  transition: color 0.15s ease;
  cursor: pointer;
}

.mega-link-main:hover {
  color: #2997ff;
}

.mega-link-sub {
  font-size: 12px;
  font-weight: 500;
  color: #f5f5f7;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.15s ease;
  cursor: pointer;
}

.mega-link-sub:hover {
  color: #2997ff;
}

/* Tech Specs Modal */
.tech-specs-card {
  max-width: 680px;
}

.specs-sub {
  color: #86868b;
  font-size: 0.9rem;
  margin-top: 4px;
}

.tech-specs-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 8px;
}

.spec-section h3 {
  font-size: 1.1rem;
  color: #2997ff;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 4px;
}

.spec-section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.spec-section li {
  font-size: 0.88rem;
  line-height: 1.45;
  color: #d2d2d7;
}

.spec-section li strong {
  color: #fff;
}
