.elementor-7997 .elementor-element.elementor-element-4bccc1f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-21a7b84 */:root {
  --bg: #f5f1e8;
  --bg-deep: #e5dbca;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --text: #15202b;
  --muted: #54616f;
  --accent: #ef7f1a;
  --accent-deep: #bc5e09;
  --secondary: #0d4c6b;
  --line: rgba(21, 32, 43, 0.1);
  --shadow: 0 18px 60px rgba(21, 32, 43, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}



body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.22;
  pointer-events: none;
}

.page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 80px;
  position: relative;
  z-index: 1;
}

.section {
  margin-bottom: 28px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  animation: rise 0.8s ease both;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  min-height: 620px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 243, 0.8)),
    var(--surface-strong);
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(13, 76, 107, 0.08);
  color: var(--secondary);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero h1,
.section h2,
.card h3 {
  margin: 0;
  font-family: "Changa", sans-serif;
  line-height: 1.15;
}

.hero h1 {
  margin-top: 18px;
  font-size: clamp(2.8rem, 6vw, 5.3rem);
  letter-spacing: -0.04em;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.lead {
  margin: 0;
  font-size: 1.08rem;
  line-height: 2;
  color: var(--muted);
  max-width: 58ch;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-chips span,
.floating-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-chips span {
  background: rgba(21, 32, 43, 0.06);
  border: 1px solid rgba(21, 32, 43, 0.08);
}

.hero-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.device-stage {
  position: relative;
  min-height: 420px;
  border-radius: calc(var(--radius-lg) - 6px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(239, 127, 26, 0.22), transparent 34%),
    linear-gradient(180deg, #13374a 0%, #0a1f2c 100%);
  display: grid;
  place-items: center;
}

.device-stage::before,
.device-stage::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 50%;
  filter: blur(8px);
}

.device-stage::before {
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.08);
}

.device-stage::after {
  bottom: 28px;
  width: 220px;
  height: 26px;
  background: rgba(0, 0, 0, 0.35);
}

.device-image {
  position: relative;
  z-index: 1;
  width: min(320px, 72%);
  filter: drop-shadow(0 28px 36px rgba(0, 0, 0, 0.38));
}

.floating-note {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  color: var(--secondary);
  box-shadow: 0 10px 26px rgba(8, 20, 32, 0.18);
}

.floating-note.top {
  top: 20px;
  right: 20px;
}

.floating-note.bottom {
  left: 20px;
  bottom: 20px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hero-stats article,
.card,
.adapter-intro {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(21, 32, 43, 0.06);
}

.hero-stats article {
  padding: 18px;
}

.hero-stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-deep);
  font-size: 0.95rem;
}

.hero-stats span {
  display: block;
  color: var(--muted);
  line-height: 1.8;
  font-size: 0.95rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.section h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.feature-grid,
.spec-grid,
.bundle-grid,
.adapter-grid,
.video-grid {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spec-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bundle-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.adapter-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  padding: 22px;
}

.feature-card p,
.spec-card p,
.bundle-card p,
.adapter-card li,
.adapter-intro p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.feature-card h3,
.spec-card h3,
.bundle-card h3,
.adapter-card h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.spec-card {
  min-height: 170px;
}

.spec-card.accent {
  background: linear-gradient(180deg, rgba(239, 127, 26, 0.12), rgba(255, 255, 255, 0.82));
}

.bundle-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
}

.bundle-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 14px;
  border-radius: var(--radius-sm);
  background:
    radial-gradient(circle at top, rgba(239, 127, 26, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(13, 76, 107, 0.04), rgba(13, 76, 107, 0));
}

.bundle-card.featured {
  background:
    linear-gradient(135deg, rgba(13, 76, 107, 0.08), rgba(255, 255, 255, 0.86));
}

.bundle-card.featured img {
  aspect-ratio: 1 / 1;
}

.bundle-card.text-only {
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(239, 127, 26, 0.08), rgba(255, 255, 255, 0.88));
}

.video-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(239, 127, 26, 0.1), transparent 55%),
    linear-gradient(180deg, #16384c 0%, #0d1f2d 100%);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.adapter-intro {
  padding: 18px 22px;
  margin-bottom: 18px;
}

.adapter-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.adapter-card li {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(21, 32, 43, 0.04);
}

.adapter-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.adapter-gallery-compact {
  grid-template-columns: 1fr;
}

.adapter-item {
  margin: 0;
  padding: 14px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top, rgba(239, 127, 26, 0.08), transparent 60%),
    rgba(21, 32, 43, 0.03);
  border: 1px solid rgba(21, 32, 43, 0.06);
  display: grid;
  gap: 10px;
}

.adapter-item img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  display: block;
}

.adapter-item figcaption {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .hero,
  .feature-grid,
  .spec-grid,
  .bundle-grid,
  .adapter-grid,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page {
    width: min(100% - 18px, 100%);
    padding-top: 14px;
    padding-bottom: 40px;
  }

  .section {
    padding: 20px;
    border-radius: 24px;
  }

  .hero,
  .feature-grid,
  .spec-grid,
  .bundle-grid,
  .adapter-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .adapter-gallery,
  .adapter-gallery-compact {
    grid-template-columns: 1fr;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .device-stage {
    min-height: 320px;
  }

  .floating-note {
    font-size: 0.82rem;
    padding: 8px 11px;
  }

  .floating-note.top {
    top: 12px;
    right: 12px;
  }

  .floating-note.bottom {
    left: 12px;
    bottom: 12px;
  }
}/* End custom CSS */