:root {
  --primary-bg: #002FA7;
  --secondary-bg: #002FA7;
  --accent-cyan: #ffffff;
  --accent-light-blue: #d4effd;
  --accent-deep-blue: #00a3ed;
  --text-white: #ffffff;
  --text-grey: #a0aec0;
  --font-heading: 'Overpass', sans-serif;
  --font-accent: 'Gilda Display', serif;
  --font-body: 'Palanquin Dark', sans-serif;

  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.landing-b2b-section {
  background-color: var(--primary-bg);
  color: var(--text-white);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.landing-b2b-section h1,
.landing-b2b-section h2,
.landing-b2b-section h3 {
  font-family: var(--font-heading);
  letter-spacing: 0.1em;
}

.landing-b2b-section .highlight {
  color: var(--accent-cyan);
}

/* Navbar (Simplified for Shopify Section) */
.landing-b2b-section .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1vw 2vw;
  z-index: 1000;
  background: transparent;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  transition: var(--transition-smooth);
}

.landing-b2b-section .navbar__container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.landing-b2b-section .navbar__logo img {
  height: 40px;
}

/* Hero Section */
.landing-b2b-section .hero {
  position: relative;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8vw;
  overflow: hidden;
  isolation: isolate;
  background: var(--hero-bg, #002FA7);
}

.landing-b2b-section .hero__wave-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.landing-b2b-section .hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 70% 50%, rgba(110, 207, 246, 0.1) 0%, transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.landing-b2b-section .hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4vw;
}

.landing-b2b-section .hero__content-column {
  flex: 1;
  min-width: 300px;
}

.landing-b2b-section .hero__graphic,
.aenergy-sphere-widget .hero__graphic {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-width: 300px;
}

.landing-b2b-section .hero__cell-canvas-container,
.aenergy-sphere-widget .hero__cell-canvas-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 600px;
  filter: drop-shadow(0 0 30px rgba(110, 207, 246, 0.2)) blur(0px);
}

.landing-b2b-section .hero__cell-canvas-container canvas,
.aenergy-sphere-widget .hero__cell-canvas-container canvas {
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
}

.landing-b2b-section .hero__glow,
.aenergy-sphere-widget .hero__glow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(110, 207, 246, 0.2) 0%, transparent 70%);
  z-index: -1;
}

.aenergy-wave-enabled {
  position: relative;
  isolation: isolate;
}

/* Tech Intro */
.landing-b2b-section .tech-intro {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 5svw 8svw;
  background-color: var(--primary-bg);
  color: var(--text-white);
}

.landing-b2b-section .tech-intro.section-fade.section-active {
  height: auto;
  min-height: 100svh;
}

.landing-b2b-section .tech-intro__container {
  max-width: 1300px;
  margin: 0 auto;
}

.landing-b2b-section .tech-intro__title {
  font-size: 3vw;
  margin-bottom: 5vw;
  text-align: center;
}

.landing-b2b-section .tech-intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2vw;
  align-items: center;
}

.landing-b2b-section .tech-intro__video-wrap {
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.landing-b2b-section .tech-intro__video-wrap iframe {
  width: 100%;
  height: 100%;
}

.landing-b2b-section .tech-intro__content p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: white;
}

/* Testimonials */
.landing-b2b-section .testimonials {
  height: 100svh;
  display: flex;
  align-items: center;
  padding: 10vw 8vw;
  background: var(--primary-bg);
}

.landing-b2b-section .testimonials__container {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.landing-b2b-section .testimonials__title {
  font-size: 3vw;
  margin-bottom: 4vw;
}

.landing-b2b-section .testimonials__slider {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.landing-b2b-section .testimonials__track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.landing-b2b-section .testimonials__slide {
  min-width: 100%;
  padding: 2vw;
  opacity: 0.3;
  transform: scale(0.9);
  transition: var(--transition-smooth);
}

.landing-b2b-section .testimonials__slide.active {
  opacity: 1;
  transform: scale(1);
}

.landing-b2b-section .testimonials__card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4vw;
  border-radius: 30px;
  text-align: center;
}

.landing-b2b-section .testimonials__quote {
  font-family: var(--font-accent);
  font-size: 1.8vw;
  line-height: 1.4;
  margin-bottom: 2vw;
  font-style: italic;
}

.landing-b2b-section .testimonials__author strong {
  display: block;
  font-size: 1.2rem;
  color: var(--accent-cyan);
}

.landing-b2b-section .testimonials__author span {
  font-size: 0.9rem;
  color: var(--text-grey);
}

.landing-b2b-section .testimonials__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  margin-top: 3vw;
}

.landing-b2b-section .testimonials__arrow {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.landing-b2b-section .testimonials__arrow:hover {
  background: white;
  color: var(--primary-bg);
}

.landing-b2b-section .testimonials__dots {
  display: flex;
  gap: 10px;
}

.landing-b2b-section .testimonials__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.landing-b2b-section .testimonials__dot.active {
  background: white;
  width: 20px;
  border-radius: 4px;
}

/* Footer */
.landing-b2b-section .footer {
  position: relative;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8vw;
  overflow: hidden;
  isolation: isolate;
  background: var(--footer-bg, #002FA7);
}

.landing-b2b-section .footer__wave-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.landing-b2b-section .footer__container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10vw 0 4vw;
}

.landing-b2b-section .footer__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.landing-b2b-section .footer__title {
  font-size: 3.5vw;
  margin-bottom: 3vw;
  text-align: center;
}

.landing-b2b-section .footer__actions {
  margin-bottom: 4vw;
}

.landing-b2b-section .footer__bottom {
  width: 100%;
}

.landing-b2b-section .footer__hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2vw;
}

.landing-b2b-section .footer__bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-grey);
}

/* Section Fade Logic */
.landing-b2b-section .section-fade {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.landing-b2b-section .section-active {
  opacity: 1;
}

.landing-b2b-section .hero.section-active {
  background-color: var(--hero-bg, #002FA7);
}

/* Responsive */
@media (max-width: 1100px) {
  .landing-b2b-section .hero__container,
  .landing-b2b-section .tech-intro__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .landing-b2b-section .hero__graphic {
    justify-content: center;
  }

  .landing-b2b-section .hero__cell-canvas-container {
    max-width: 400px;
    height: 400px;
  }

  .landing-b2b-section .hero__title {
    font-size: 8vw;
  }

  .landing-b2b-section .hero__subtitle {
    font-size: 3vw;
    margin: 0 auto 5vw;
  }

  .landing-b2b-section .tech-intro__title {
    font-size: 6vw;
  }

  .landing-b2b-section .testimonials__quote {
    font-size: 5vw;
  }
}
