/* Defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  font-family: "Outfit", "Manrope", sans-serif;
}

::selection {
  background: rgba(212, 175, 55, 0.3);
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
}

::-webkit-scrollbar {
  display: none;
}

/* Preloader */

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

.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
  z-index: 10000002;
}

.clip-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1000000;
  background: transparent;
}

.loader-top,
.loader-bottom {
  position: absolute;
  height: 50%;
  width: 100%;
  background: #181818;
  z-index: 2;
}

.loader-top {
  top: 0;
}

.loader-bottom {
  bottom: 0;
}

.pre-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.loader-text {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #d4af37;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-right: -12px;
  /* Offset the letter spacing to truly center */
}

.loader-wrapper {
  position: relative;
  width: 250px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.loader {
  position: absolute;
  width: 0;
  height: 100%;
  background: #d4af37;
  box-shadow: 0 0 10px #d4af37;
}

/* Custom Cursor */
.custom-cursor {
  width: 16px;
  height: 16px;
  background: #d4af37;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999999;
  transition: width 0.2s ease, height 0.2s ease, opacity 0.2s ease, transform 0.05s linear;
  transform: translate(-50%, -50%);
}

.custom-cursor.hover {
  width: 45px;
  height: 45px;
  opacity: 0.5;
}

html,
body {
  cursor: none !important;
}

a,
button,
.hamburger,
.service-card,
.feature-pill,
.nav-link,
.testi-person {
  cursor: none !important;
}

/* Navigation */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 80px);
  z-index: 10000001;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(13, 13, 13, 0.7);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 16px 40px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

/* Brand / Logo */
.nav-brand a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.nav-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
  border-radius: 0;
}

.brand-name {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #d4af37 !important;
  letter-spacing: 1px;
  background: none !important;
  -webkit-text-fill-color: #d4af37 !important;
}

.hamburger {
  display: none;
  font-size: 1.5rem;
  color: #d4af37;
  cursor: none;
}

/* Nav Links */
nav .nav-list {
  display: flex;
  gap: 8px;
}

.nav-link {
  text-decoration: none;
  font-size: 0.95rem;
  color: #aaa !important;
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 10px;
  position: relative;
  transition: color 0.3s ease, background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-fill-color: #aaa !important;
  background: none !important;
}

.nav-link:hover {
  color: #d4af37 !important;
  -webkit-text-fill-color: #d4af37 !important;
  background: rgba(212, 175, 55, 0.08) !important;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #d4af37;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 50%;
}

/* page1 */
#page1 {
  width: 100%;
  min-height: 100vh;
  background-color: #0d0d0d;
  padding: 0 3vw 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.content {
  padding-top: clamp(90px, 10vh, 120px);
  position: relative;
  z-index: 1;
  padding-bottom: 3vw;
}

/* Badge above the heading */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 400;
  color: #d4af37;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.05);
  backdrop-filter: blur(5px);
  margin-bottom: 30px;
}

/* Hero heading — dramatic multi-line */
.hero-heading {
  margin-bottom: 25px;
}

.hero-line {
  display: flex;
  align-items: baseline;
  gap: clamp(12px, 2vw, 25px);
  flex-wrap: wrap;
}

.hero-word {
  font-family: "Outfit", sans-serif;
  font-size: clamp(3rem, 7vw, 7.5rem);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -1px;
  /* reset any inherited gradient */
  background: none !important;
  -webkit-text-fill-color: unset !important;
}

.hero-word.thin {
  font-weight: 200;
  color: #999;
}

.hero-word.bold {
  font-weight: 800;
  color: #fff;
}

.hero-word.outline {
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(212, 175, 55, 0.5);
  letter-spacing: 4px;
}

.hero-counter {
  font-family: "Anton", sans-serif;
  font-size: clamp(3rem, 7vw, 7.5rem);
  font-weight: 400;
  line-height: 1.1;
  background: linear-gradient(135deg, #f5e6a3 0%, #d4af37 50%, #8b6508 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

/* Digit flip animation inside the counter */
.hero-counter .digit {
  display: inline-block !important;
  position: relative !important;
  font-size: inherit !important;
  width: 0.6em !important;
  height: 1.15em !important;
  overflow: hidden !important;
  vertical-align: bottom !important;
  background: none !important;
  -webkit-text-fill-color: unset !important;
}

.hero-counter .digit .zero,
.hero-counter .digit .seven {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  text-align: center !important;
  font-family: "Anton", sans-serif !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  background: linear-gradient(135deg, #f5e6a3 0%, #d4af37 50%, #8b6508 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  line-height: 1.1 !important;
}

.hero-counter .digit .zero {
  top: 0;
}

.hero-counter .digit .seven {
  top: 100%;
}

/* Subtitle */
.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 300;
  color: #999;
  width: min(550px, 90%);
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Feature pills row */
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: clamp(30px, 4vw, 60px);
}

.feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 400;
  color: #ccc;
  transition: all 0.3s ease;
}

.feature-pill:hover {
  background: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.3);
  color: #d4af37;
  transform: translateY(-2px);
}

.feature-pill i {
  font-size: 1.1rem;
  color: #d4af37;
}

/* Global italic styling */
i {
  color: #d4af37;
}

/* Video / Image content area */
.img-content {
  width: 100%;
  height: 98vh;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.15);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 80px rgba(212, 175, 55, 0.04);
  position: relative;
  animation: heroPulse 4s ease-in-out infinite;
}

@keyframes heroPulse {

  0%,
  100% {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 80px rgba(212, 175, 55, 0.04);
  }

  50% {
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.8), 0 0 120px rgba(212, 175, 55, 0.25);
  }
}

.img-content video,
.img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

#hero-video {
  transform: scale(1.1);
  transform-origin: left center;
}

/*page2 */
#page2 {
  width: 100%;
  min-height: 100vh;
  background: #0d0d0d;
  padding: clamp(60px, 10vh, 120px) 5vw clamp(20px, 5vh, 40px);
}

.about-section {
  display: flex;
  align-items: center;
  gap: clamp(40px, 5vw, 80px);
}

.about-left {
  flex: 1;
}

.about-right {
  flex: 1;
}

.section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  color: #d4af37 !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: none !important;
  -webkit-text-fill-color: #d4af37 !important;
}

.about-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 25px;
}

.about-desc {
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  font-weight: 300;
  color: #999;
  line-height: 1.8;
  margin-bottom: 40px;
}

.about-desc strong {
  color: #d4af37;
  font-weight: 500;
}

/* Stats Cards */
.stats-cards-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.stat-card:hover {
  transform: translateX(10px) translateY(-5px);
  background: rgba(212, 175, 55, 0.05);
  border-color: rgba(212, 175, 55, 0.3);
}

.stat-icon-wrapper {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 12px;
  color: #d4af37;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.stat-card:hover .stat-icon-wrapper {
  background: #d4af37;
  color: #000;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.stat-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-num {
  font-family: "Anton", sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.85rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* About Right Image & Parallax */
.about-right {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle at center, rgba(212, 175, 55, 0.15) 0%, transparent 60%);
  z-index: 0;
  pointer-events: none;
}

.about-img-wrapper {
  width: 80%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(212, 175, 55, 0.1);
  position: relative;
  z-index: 2;
  aspect-ratio: 4/5;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(20, 20, 20, 0.8);
  border: 1px solid rgba(212, 175, 55, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #d4af37;
  z-index: 3;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.floating-icon.icon-1 {
  top: 10%;
  left: 0%;
}

.floating-icon.icon-2 {
  bottom: 20%;
  right: -5%;
}

.floating-icon.icon-3 {
  top: 60%;
  left: -10%;
}

.about-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* page3 */
#page3 {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(to bottom, #0d0d0d, #14110b);
  padding: 0 3vw;
}

.marq-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 0;
  margin-bottom: 80px;
}

.marq-content h3 {
  font-size: clamp(1.7rem, 5vw, 4rem);
  font-weight: 700;
  color: #d4af37;
  text-align: center;
  line-height: 1.2;
}

.marq1,
.marq2 {
  white-space: nowrap;
  overflow-x: hidden;
  margin-bottom: clamp(0.5rem, 1vw, 2rem);
}

.marq1 h1,
.marq2 h1 {
  font-size: clamp(1.5rem, 3.5vw, 3rem);
  font-weight: 300;
  color: #555;
  text-transform: uppercase;
  display: inline-block;
}

.marq1 h1 {
  animation: anime1 30s linear infinite;
}

.marq2 h1 {
  animation: anime1 35s linear infinite reverse;
}

@keyframes anime1 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 20px));
  }
}

#page3 {
  position: relative;
  width: 100%;
  padding: 2vh 5vw 15vh;
}

.products-glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150vmax;
  height: 150vmax;
  background: radial-gradient(circle at center, rgba(212, 175, 55, 0.25) 0%, rgba(212, 175, 55, 0.1) 30%, transparent 60%);
  pointer-events: none;
  opacity: 0;
  z-index: 0;
}

.products-section {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.products-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 60px;
  line-height: 1.1;
}

.products-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product-row {
  display: flex;
  align-items: center;
  padding: 40px 20px;
  margin: 0 -20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s ease;
  border-radius: 12px;
  cursor: pointer;
}

.product-row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.product-num {
  font-family: "Anton", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #d4af37;
  width: clamp(60px, 8vw, 100px);
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.product-info {
  flex: 1;
}

.product-info h3 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  transition: color 0.4s ease;
}

.product-info p {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  color: #888;
  font-weight: 300;
  width: min(80%, 600px);
  line-height: 1.6;
}

.product-icon {
  font-size: clamp(2rem, 4vw, 3rem);
  color: rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}

.product-row:hover {
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.05) 0%, transparent 100%);
  border-bottom-color: rgba(212, 175, 55, 0.3);
}

.product-row:hover .product-num {
  opacity: 1;
}

.product-row:hover .product-info h3 {
  color: #d4af37;
}

.product-row:hover .product-icon {
  color: #d4af37;
  transform: scale(1.1) rotate(5deg);
}

/* testimonials */
.testimonials {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(to bottom, #14110b, #0d0d0d);
  padding: 0 3vw;
  overflow: hidden;
}

.testimonials h1 {
  font-size: clamp(2rem, 5vw, 5rem);
  text-align: center;
  font-weight: 300;
  color: #d4af37;
  margin-bottom: clamp(1rem, 3vh, 4rem);
  padding-top: 5vh;
}

.testimonials h1 span {
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 700;
  color: #fff;
}

.test-wrapper {
  width: 100%;
  height: 65vh;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.testi-content {
  display: flex;
  gap: clamp(10px, 5vw, 25px);
  flex-wrap: nowrap;
  padding: 0 1rem;
}

.testi-person {
  scroll-snap-align: start;
  flex: 0 0 calc((100% - 75px) / 4);
  box-sizing: border-box;
  height: 45vh;
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  padding: 1.5vw 2vw;
  background: rgba(20, 20, 20, 0.6);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.testi-person:hover {
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}

.testi-person.offset {
  margin-top: clamp(5rem, 15vh, 12rem);
}

.testi-rev {
  width: 100%;
  flex: 1;
  min-height: 100px;

  p {
    font-weight: 300;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    color: #ccc;
    line-height: 1.5;
    font-style: italic;
  }
}

.testi-profile {
  width: 100%;
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.second {
  background-color: rgba(212, 175, 55, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.5);
}

.testi-profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(212, 175, 55, 0.3);
}

.testi-info {
  display: flex;
  flex-direction: column;
  justify-content: center;

  h3 {
    font-weight: 600;
    font-size: 1.1rem;
  }

  h4 {
    color: #d4af37;
    font-weight: 300;
    font-size: 0.9rem;
  }
}

/* footer */
.footer {
  min-height: 50vh;
  background-color: #080808;
  width: 100%;
  padding: clamp(2rem, 15vh, 20vh) 3vw clamp(3rem, 10vh, 10vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5vh;
  box-sizing: border-box;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 8vw, 13vw);
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.3rem);
}

.sub-links {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 4vw, 50px);
  justify-content: center;
}

.social-media {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 30px);
  justify-content: center;
}

.links a {
  font-size: clamp(1rem, 2vw, 1.3rem);
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s ease;
}

.links a:hover {
  color: #d4af37;
}

.social-media i {
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  color: #aaa;
  transition: transform .3s ease, color .3s ease, text-shadow .3s ease;
}

.social-media a:hover i {
  color: #d4af37;
  transform: scale(1.1);
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.footer-name {
  margin-top: auto;
  text-align: center;
  width: 100%;
}

.footer-name h1 {
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.2;
  font-family: "Anton", sans-serif;
  background: linear-gradient(135deg, #d4af37 0%, #8b6508 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 10px;
  opacity: 0.8;
  display: inline-block;
}

/* Scroll Charger */
.scroll-charger {
  position: fixed;
  right: 30px;
  top: 50svh;
  margin-top: -64px;
  z-index: 10000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.charger-tip {
  width: 14px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px 4px 0 0;
  margin-bottom: 2px;
}

.charger-battery {
  width: 30px;
  height: 120px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 3px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.charger-fill {
  width: 100%;
  height: 0%;
  background: linear-gradient(to top, #d4af37, #f5e6a3);
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.charger-bolt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.4);
  z-index: 2;
  transition: color 0.3s ease;
}

.charger-bolt.glowing i {
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

/* ========== RESPONSIVE ========== */

@media (max-width: 1100px) {

  .hero-word,
  .hero-counter {
    font-size: clamp(2.5rem, 6vw, 5rem);
  }

  .img-content {
    height: 55vh;
  }

  .about-section {
    flex-direction: column;
  }

  .about-img-wrapper {
    aspect-ratio: 16/9;
  }

  .testi-person {
    flex: 0 0 45%;
    height: auto;
    min-height: 35vh;
  }
}

@media (max-width: 768px) {
  nav {
    width: calc(100% - 30px);
    margin: 10px 15px 0;
    height: 56px;
    padding: 0 16px;
    border-radius: 14px;
  }

  .nav-logo {
    height: 30px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .hamburger {
    display: block;
    font-size: 1.4rem;
    color: #d4af37;
    z-index: 100;
  }

  nav .nav-list {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: rgba(13, 13, 13, 0.95);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    gap: 4px;
    transform-origin: top;
  }

  nav .nav-list.open {
    display: flex;
  }

  .nav-link {
    padding: 12px 16px;
    font-size: 1rem;
    justify-content: flex-start;
  }

  .content {
    padding-top: 80px;
  }

  .hero-badge {
    font-size: 0.7rem;
    padding: 6px 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .hero-word,
  .hero-counter {
    font-size: clamp(2rem, 11vw, 3.5rem);
  }

  .hero-line {
    gap: 8px;
  }

  .hero-subtitle {
    width: 100%;
    font-size: 0.95rem;
  }

  .hero-features {
    gap: 8px;
  }

  .feature-pill {
    font-size: 0.78rem;
    padding: 7px 14px;
    gap: 5px;
  }

  .feature-pill i {
    font-size: 0.9rem;
  }

  .img-content {
    height: 50vh;
    border-radius: 16px;
  }

  .img-content video,
  .img-content img {
    border-radius: 16px;
  }

  .test-wrapper {
    height: auto;
    padding: 20px 0;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 5vw;
    -webkit-overflow-scrolling: touch;
  }

  .testi-content {
    flex-direction: row;
    gap: 15px;
    padding: 0 5vw;
  }

  .testi-person {
    flex: 0 0 80vw;
    width: 80vw;
    height: auto;
    padding: 25px 20px;
    scroll-snap-align: start;
  }

  .testi-person.offset {
    margin-top: 0;
  }

  .testi-rev p {
    font-size: 1.1rem;
  }

  .custom-cursor {
    display: none;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .about-title {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }

  .stats-cards-container {
    gap: 15px;
  }
  
  .stat-card {
    padding: 15px 20px;
    gap: 15px;
  }
  
  .stat-icon-wrapper {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  
  .about-img-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .floating-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .floating-icon.icon-1 { top: 0%; left: 0%; }
  .floating-icon.icon-2 { bottom: 10%; right: 0%; }
  .floating-icon.icon-3 { top: 50%; left: -5%; }

  .footer {
    padding: 10vh 5vw;
    gap: 30px;
  }

  .links {
    flex-direction: column;
    gap: 20px;
  }

  .sub-links {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .footer-name h1 {
    font-size: clamp(2rem, 15vw, 4rem);
  }

  .testimonials {
    min-height: auto;
    padding-bottom: 5vh;
  }
}

@media (max-width: 768px) {
  .scroll-charger {
    right: 10px;
    margin-top: -42px; /* Half of new height (~84px) */
  }
  .charger-tip {
    width: 10px;
    height: 4px;
    margin-bottom: 2px;
  }
  .charger-battery {
    width: 20px;
    height: 80px;
    padding: 2px;
    border-radius: 6px;
  }
  .charger-bolt {
    font-size: 0.8rem;
  }
}