:root {
  --er-blue: #1d8bbb;
  --er-dark: #141414;
  --er-gray: #4E4E4E;
  --er-light: #F4F4F4;
  --er-white: #FFFFFF;
  --er-radius-sm: 8px;
  --er-radius-md: 16px;
  --er-radius-lg: 24px;
  --er-transition: 0.3s ease;
  --er-section-v: 52px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.is-visible {
  opacity: 1;
  transform: none;
}


/* ============================================================
   GLOBAL BUTTONS
============================================================ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 100px;
  background: var(--er-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  letter-spacing: 0.02em;
  outline: none;
  text-decoration: none;
}

.btn-primary:hover {
  background: var(--er-blue);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 102, 36, 0.38);
  color: #fff;
  text-decoration: none;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  border-radius: 100px;
  background: #0000004a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: 0.3s ease;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-decoration: none;
}

.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--er-blue);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn-text:hover {
  color: var(--er-blue);
  text-decoration: none;
}

/* Legacy button remap */
.volt-new-btn-blue,
.volt-new-btn-orange {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 13px 30px !important;
  border-radius: 100px !important;
  background: var(--er-blue) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border: none !important;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease !important;
  text-decoration: none !important;
  letter-spacing: 0.02em;
  outline: none !important;
}

.volt-new-btn-blue:hover,
.volt-new-btn-orange:hover {
  background: var(--er-blue) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 102, 36, 0.35) !important;
  text-decoration: none !important;
  color: #fff !important;
}

/* Blue label pill */
.eco-label {
  display: inline-block;
  background: var(--er-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}

/* ============================================================
   1. HERO
============================================================ */
#trust-top-banner,
#mob-nav-trust-wrapper {
  display: none !important;
}

#content-wrapper {
  margin-top: 68px;
}

#top-banner {
  position: relative;
  display: flex;
  color: #fff;
  flex-direction: column;
  /* min-height and overflow removed — banner height is driven by the video */
}

#top-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0.25) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-block {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 23vw;
  max-width: calc(100% - 32px);
  background: rgb(0 0 0 / 21%);
  border-radius: 20px;
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.bottom-hero {
  background: none;
}

#top-banner #homepage-banner-video {
  position: relative;
  width: 100%;
  z-index: 0;
  aspect-ratio: 9 / 16;
}

#homepage-banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#top-banner > picture {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#top-banner > picture::after {
  display: none;
}

#top-banner > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-content {
  position: relative;
}

.category-grid-header h1 {
  font-size: 25px;
  text-align: center;
  padding: 0 30px;
}

.category-grid-header h1 span {
  font-size: 20px;
  font-family: "volt-light";
}

.hero-content p {
  font-size: 4vw;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.6;
}

.hero-cta-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
  justify-content: center;
}

#top-banner .hero-cta-group .btn-primary {
  width: 200px;
}

/* Mute toggle button */
#hero-mute-btn {
  position: absolute;
  bottom: 28px;
  right: 28px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  padding: 0;
}

#hero-mute-btn:hover {
  background: rgba(0, 0, 0, 0.65);
  transform: scale(1.08);
}

#hero-mute-btn svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

/* ============================================================
   2. CATEGORY GRID
============================================================ */
#category-grid {
  padding: 14px 0 0;
}

#category-grid .category-grid-header {
  text-align: center;
  margin-bottom: 32px;
  padding: 0 20px;
}

#category-grid .category-grid-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--er-dark);
  margin: 0;
}

.category-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  height: auto;
}

.urban-card { order: 1; }
.folding-card { order: 2; }
.category-card:last-child { order: 3; }

.category-card {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  cursor: pointer;
  height: 240px;
}

.category-card:hover {
  text-decoration: none;
}

.category-card:hover .category-card-img {
  transform: scale(1.05);
}

.category-card:hover .category-card-arrow {
  transform: translateX(4px);
}

.category-card-img {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.category-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 43%) 0%, rgb(0 0 0 / 0%) 60%, transparent 100%);
}

#folding-card-img {
  background-image: url('/images/home/folding-section-banner-mob.jpg');
}

.category-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.category-card-label {
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.category-card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--er-blue);
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

/* ============================================================
   3. STATS BAR
============================================================ */
#stats-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--er-white);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 36px 20px;
  gap: 16px;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 20px;
  flex: 1 0 40%;
}

.stat-number {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 800;
  color: var(--er-dark);
  letter-spacing: -0.03em;
  line-height: 1;
}

.stat-plus,
.stat-star {
  color: var(--er-blue);
  font-size: 0.7em;
  vertical-align: super;
  font-weight: 800;
}

.stat-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--er-gray);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 8px;
}

.stat-divider {
  width: 1px;
  height: 56px;
  background: #e0e0e0;
  flex-shrink: 0;
  display: none;
}

/* ============================================================
   5. FEATURES BAR
============================================================ */
#volt-features-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  background: #141414;
  gap: 0;
  flex-wrap: wrap;
}

#volt-features-wrapper .feature-item {
  flex: 1 0 45%;
  margin: 0;
  padding: 36px 16px;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#volt-features-wrapper .feature-item:last-child {
  border-right: none;
}

#volt-features-wrapper .feature-item:hover {
  background: rgba(255, 102, 36, 0.12);
}

#volt-features-wrapper .feature-item:hover svg {
  filter: invert(1) sepia(1) saturate(5) hue-rotate(345deg) brightness(1.1);
}

#volt-features-wrapper svg {
  width: 48px;
  height: 48px;
  filter: invert(1);
  transition: filter 0.3s ease;
}

#volt-features-wrapper .feature-text {
  font-weight: 600;
  color: #fff;
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ============================================================
   6 / 8 / 11. SPLIT SECTIONS — Full-screen banner with overlay
============================================================ */
.split-section {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 68px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

/* Gradient overlay: bottom-up on mobile, left-right on larger screens */
.split-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 55%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

#test-ride-section::after{
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgb(0 0 0 / 0%) 55%, transparent 100%);
}

.split-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.split-image picture {
  position: absolute;
  inset: 0;
  display: block;
}

.split-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.split-awards {
  position: absolute;
  bottom: 4px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(8px);
  border-radius: 16px;
  z-index: 2;
}

.split-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 24px;
  background: transparent;
  max-width: 100%;
  margin-left: 0;
}

.split-content h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.1;
}

.split-content p {
  font-size: 4vw;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 100%;
}

/* ============================================================
   7. REVIEWS SECTION — dark background
============================================================ */
#reviews-section {
  background: var(--er-dark) url('/images/home/customer-reviews-banner.jpg') center / cover no-repeat;
  padding: var(--er-section-v) 0;
  color: #fff;
  position: relative;
}

#reviews-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 0;
}

#reviews-section .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.reviews-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 24px;
  flex-direction: column;
}

.reviews-header h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}

.reviews-rating-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.reviews-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews-stars span {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  margin-left: 6px;
}

.reviews-count {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* Review swiper cards */
.reviews-carousel {
  overflow: hidden;
  position: relative;
}

.review-card {
  background: rgb(0 0 0 / 46%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  padding: 28px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px;
  height: auto !important;
  box-sizing: border-box;
}

.review-stars {
  display: flex;
  gap: 2px;
}

.review-text {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  flex: 1;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.review-meta strong {
  color: #fff;
  font-size: 14px;
}

.review-meta span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.review-link {
  font-size: 12px;
  color: var(--er-blue);
  text-decoration: none;
  font-weight: 600;
}

.review-link:hover {
  color: var(--er-blue);
}

/* Swiper nav — dark theme */
.swiper-button-prev-reviews,
.swiper-button-next-reviews {
  outline: none;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: background 0.3s ease;
  margin-top: -22px;
  z-index: 3;
}

.swiper-button-prev-reviews::after,
.swiper-button-next-reviews::after {
  display: none;
}

.swiper-button-prev-videos,
.swiper-button-prev-reviews {
  left: 0;
}

.swiper-button-next-videos,
.swiper-button-next-reviews {
  right: 0;
}

.swiper-pagination-reviews {
  position: relative;
  text-align: center;
  margin-top: 24px;
  z-index: 3;
}

.swiper-pagination-reviews .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}

.swiper-pagination-reviews .swiper-pagination-bullet-active {
  background: var(--er-blue);
}

.reviews-compare-row {
  margin-top: 28px;
  text-align: center;
}

.home-compare-btn {
  color: var(--er-blue) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  cursor: pointer;
  transition: color 0.3s ease;
}

.home-compare-btn:hover {
  color: var(--er-blue) !important;
}

/* ============================================================
   9. TRUSTPILOT SECTION
============================================================ */
#trustpilot-section {
  background: var(--er-white);
  padding: 16px 24px;
  text-align: center;
  /* border-top: 1px solid #eee; */
  /* border-bottom: 1px solid #eee; */
}

#trustpilot-section h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--er-dark);
  margin: 0 0 24px;
}

#homepage-trustpilot-widget {
  max-width: 960px;
  margin: 20px auto !important;
  display: block;
}

/* ============================================================
   10. CUSTOMER VIDEOS / BLOG
============================================================ */
#customer-videos-section {
  padding-bottom: 30px;
  margin-top: 20px;
}

.customer-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.customer-video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.customer-video-slide {
  display: flex;
  flex-direction: column;
}

.video-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  z-index: 2;
  transition: opacity 0.35s ease;
}

.video-loader span {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: #fff;
  border-radius: 50%;
  animation: video-spin 0.75s linear infinite;
}

.video-loader--done {
  opacity: 0;
  pointer-events: none;
}

@keyframes video-spin {
  to {
    transform: rotate(360deg);
  }
}

#blog-section {
  background: var(--er-light);
  padding: var(--er-section-v) 0;
}

.blog-section-inner {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0px;
}

.blog-section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
  margin-left: 20px;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: column;
}

.blog-section-header h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--er-dark);
  margin: 0;
}

#blog-posts-container p,
#blog-posts-container h3 {
  color: var(--er-dark);
}

.homepage-blog .homepage-blog-title {
  margin-top: 0;
}

.homepage-blog .homepage-blog-title a {
  color: var(--er-dark);
  transition: color 0.3s ease;
}

.homepage-blog .homepage-blog-title a:hover {
  color: var(--er-blue);
}

.homepage-blog figcaption {
  display: none;
}

.homepage-hide {
  display: none;
}

.blog-video-wrapper {
  display: none;
}

.swiper-container7 {
  overflow: hidden;
}

.homepage-blog h2,
.homepage-blog h3 {
  font-size: 17px;
  margin-top: 5px;
}

.homepage-blog img {
  max-width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
}

.visible-blog-only,
#blog-video-wrapper {
  display: none;
}

.homepage-blog .header-image,
.homepage-blog figure img,
.homepage-blog .wp-block-image img,
.homepage-blog picture img {
  display: block;
}

/* .swiper-slide {
  margin: 0 !important;
} */

/* ============================================================
   SOCIALS (legacy)
============================================================ */
#socials-wrapper {
  display: grid;
  grid-gap: 30px;
  max-width: 1600px;
  margin: 20px 15px;
  grid-template-columns: [margin] 20px [social] 1fr [margin] 20px;
}

#socials-wrapper .socials-title {
  font-size: 20px;
  padding-bottom: 20px;
}

#socials-wrapper #twitter-overlay {
  min-height: 35px;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 10;
}

#socials-wrapper #twitter-wrapper iframe {
  position: relative !important;
  z-index: 1;
  margin-top: -45px !important;
}

#socials-wrapper #facebook-wrapper iframe {
  width: 100%;
}

#socials-wrapper #instagram-wrapper iframe {
  min-width: auto !important;
}

#socials-wrapper #youtube-wrapper iframe {
  width: 100%;
  height: auto;
}

#socials-wrapper #youtube-title {
  font-size: 17px;
  font-weight: bold;
}

#twitter-wrapper,
#youtube-wrapper,
#facebook-wrapper,
#instagram-wrapper {
  grid-column-start: social;
}

.footer-margin-top {
  display: none;
}

/* ============================================================
   RESPONSIVE — MEDIA QUERIES (mobile-first, ascending)
============================================================ */

@media (min-width: 768px) {
  :root {
    --er-section-v: 80px;
  }

  /* Hero */
  #top-banner #homepage-banner-video {
    aspect-ratio: 16 / 9;
  }
  
  .hero-block {
    left: 7vw;
    right: auto;
    bottom: 8%;
    max-width: 420px;
    padding: 10px 16px 10px;
    text-align: left;
  }

  .category-grid-header{
      display: flex;
  justify-content: center;
  }

  .category-grid-header h1 {
    margin-top: 30px;
    font-size: 25px;
    margin-bottom: 15px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-cta-group {
    justify-content: flex-start;
    margin-top: 28px;
  }

  #top-banner .hero-cta-group .btn-primary {
    width: auto;
  }

  /* Category grid */
  .category-cards {
    grid-template-columns: repeat(3, 1fr);
    height: 420px;
  }

  .urban-card { order: 0; }
  .folding-card { order: 0; }
  .category-card:last-child { order: 0; }

  .category-card {
    height: auto;
  }

  #folding-card-img {
    background-image: url('/images/home/folding-section-banner.jpg');
  }

  .category-card-label {
    font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  }

  /* Stats */
  #stats-bar {
    padding: 48px 40px;
    gap: 0;
  }

  .stat-item {
    padding: 0 28px;
    flex: 1;
    min-width: 140px;
  }

  .stat-divider {
    display: block;
  }

  /* Features */
  #volt-features-wrapper .feature-item {
    flex: 1 0 30%;
  }

  #volt-features-wrapper .feature-text {
    font-size: 12px;
  }

  /* Split sections */
  .split-section {
    min-height: unset;
    aspect-ratio: 16 / 10;
    align-items: center;
  }

  .split-section::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.35) 55%, transparent 100%);
  }

  #test-ride-section::after{
      background: linear-gradient(to right, rgb(0 0 0 / 34%) 0%, rgb(0 0 0 / 24%) 45%, transparent 100%);
  }

  .split-section.split-section--reverse::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.35) 55%, transparent 100%);
  }

  .split-content {
    padding: 60px 56px;
    max-width: 600px;
  }

  .split-content p {
    font-size: 16px;
    max-width: 440px;
    font-weight: bold;
  }

  .split-section.split-section--reverse .split-content {
    margin-left: auto;
  }

  /* Reviews */
  .reviews-header {
    flex-direction: row;
  }

  .reviews-rating-badge {
    align-items: flex-end;
  }

  /* Trustpilot */
  #homepage-trustpilot-widget {
    transform: scale(1.5);
    margin: 20px auto !important;
  }

  /* Blog */
  .blog-section-header {
    flex-direction: row;
    align-items: flex-end;
  }

  /* Socials */
  #socials-wrapper {
    grid-template-columns: [margin] 20px [social1] 1fr [social2] 1fr [margin] 20px;
  }

  #twitter-wrapper,
  #youtube-wrapper {
    grid-column-start: social1;
  }

  #facebook-wrapper,
  #instagram-wrapper {
    grid-column-start: social2;
  }
}

@media (min-width: 991px) {
  #content-wrapper {
    margin-top: 0;
  }

  .hero-block {
    bottom: 10%;
  }

  #trustpilot-section {
    padding: 26px 24px;
  }

  /* Features bar — single row on laptop+ */
  #volt-features-wrapper {
    flex-wrap: nowrap;
  }

  #volt-features-wrapper .feature-item {
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: none;
  }

  #volt-features-wrapper .feature-item:last-child {
    border-right: none;
  }
}

@media (min-width: 1280px) {
  .stat-item {
    padding: 0 48px;
  }

  .split-section {
    aspect-ratio: 16 / 8;
  }

  .split-content {
    padding: 80px 72px;
  }

  .category-cards {
    height: 520px;
  }
}

@media (min-width: 1920px) {
  .hero-content {
    max-width: 600px;
  }

  .category-cards {
    height: 640px;
  }
}
