:root {
  --bg: #040a14;
  --bg-2: #08101e;
  --panel: rgba(255, 255, 255, 0.07);
  --panel-line: rgba(255, 255, 255, 0.12);
  --card: #ffffff;
  --card-line: #e6edf8;
  --text: #e9f0ff;
  --muted: #b7c4db;
  --dark: #122033;
  --dark-2: #334155;
  --light-bg: #f5f8fc;
  --brand: #67e8f9;
  --brand-2: #60a5fa;
  --brand-3: #5eead4;
  --success: #dcfce7;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
  --radius: 24px;
  --max: 1220px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--bg);
}

@media (pointer: coarse) {
  * {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
  }
  .footer-contact p,
  .footer-contact a {
    -webkit-user-select: text;
    user-select: text;
    -webkit-touch-callout: default;
  }
}
body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--dark);
  background: var(--light-bg);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 90px 0;
}
.section-sm {
  padding: 60px 0;
}
.section-dark {
  background: radial-gradient(circle at 15% 15%, rgba(103, 232, 249, 0.1), transparent 22%), radial-gradient(circle at 85% 15%, rgba(96, 165, 250, 0.14), transparent 25%), linear-gradient(180deg, #050c15 0%, #0a1426 100%);
  color: var(--text);
  position: relative;
  overflow: hidden;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(94, 234, 212, 0.12);
  color: #0f766e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.section-dark .eyebrow {
  background: rgba(255, 255, 255, 0.08);
  color: #d8e7ff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background 0.3s ease,
    backdrop-filter 0.3s ease,
    border-color 0.3s ease;
}

.nav-wrap.scrolled {
  backdrop-filter: blur(10px);
  background: rgba(7, 13, 24, 0.68);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.nav-wrap.menu-open {
  background: rgba(7, 13, 24, 0.95);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.logo {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: #fff;
}

.logo span {
  color: var(--brand-3);
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a {
  transition: color 0.2s ease;
  text-decoration: none;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.nav-links a:hover,
.nav-links a.active {
  color: #fff;
}
.nav-links a.active {
  text-decoration: underline;
}

.nav-cta {
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  cursor: pointer;
  flex-shrink: 0;
}

.nav-burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
}

.hero {
  position: relative;
  padding: 100px 0 86px;
  overflow: hidden;
  box-sizing: border-box;
}

.hero .hero-grid {
  align-items: stretch;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.55;
  animation: floatGlow 9s ease-in-out infinite;
  pointer-events: none;
}

.hero::before {
  width: 260px;
  height: 260px;
  background: rgba(94, 234, 212, 0.18);
  top: 120px;
  left: -80px;
}

.hero::after {
  width: 280px;
  height: 280px;
  background: rgba(96, 165, 250, 0.2);
  right: -80px;
  top: 40px;
  animation-delay: -4s;
}

.hero-grid,
.challenge-grid,
.solution-grid,
.roi-grid,
.about-grid,
.cta-grid,
.energy-grid,
.feature-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: stretch;
}

h1 {
  margin: 16px 0 16px;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.09;
  letter-spacing: -0.05em;
  color: #fff;
  max-width: 720px;
}

.hero p.lead {
  font-size: 19px;
  color: var(--muted);
  max-width: 760px;
  margin: 0 0 24px;
}

.hero-points,
.stats-grid,
.benefits-grid,
.industries-grid,
.gallery-grid,
.steps {
  display: grid;
  gap: 18px;
}

.hero-points {
  grid-template-columns: repeat(5, 1fr);
  margin: 28px 0 32px;
}

/* When hero snaps to viewport height, stretch the mini-cards to fill the space */
.hero--snapped {
  display: flex;
  flex-direction: column;
}
.hero--snapped .container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hero--snapped .hero-points {
  flex: 1;
  align-content: stretch;
  grid-template-rows: 1fr;
  margin-bottom: 32px;
}
.hero--snapped .mini-card {
  align-self: stretch;
  min-height: 0;
}
.hero--snapped .mini-card iconify-icon {
  font-size: clamp(32px, 4vw, 52px);
  color: #5fc7e7;
}
.hero--snapped .mini-card strong {
  font-size: 20px;
}
.hero--snapped .mini-card span {
  font-size: 17px;
}
.stats-grid {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-grid {
  grid-template-columns: repeat(3, 1fr);
}
.benefits-grid {
  grid-template-columns: repeat(4, 1fr);
}

.customer-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.customer-carousel {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
  align-self: start;
}

.customer-carousel-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.customer-slide {
  flex-shrink: 0;
  height: 480px;
}


.customer-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.08) contrast(1.02);
}

.customer-slide img[data-position="left"]   { object-position: left center; }
.customer-slide img[data-position="right"]  { object-position: right center; }
.customer-slide img[data-position="center"] { object-position: center; }

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  transition: background 0.2s ease;
}

.carousel-btn:hover {
  background: rgba(255, 255, 255, 0.28);
}

.carousel-prev { left: 16px; }
.carousel-next { right: 16px; }

.carousel-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 8px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  padding: 0;
}

.carousel-dot.active {
  background: #fff;
  transform: scale(1.3);
}


.customer-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.customer-card {
  padding: 20px 24px;
  border-radius: 16px;
  border: 1px solid var(--card-line);
  background: #fff;
  box-shadow: var(--shadow);
  flex: 1;
}

.customer-card strong {
  display: block;
  font-size: 16px;
  color: #0f172a;
  margin-bottom: 6px;
}

.customer-card p {
  margin: 0 0 10px;
  font-size: 16px;
  color: #475569;
}

.customer-card ul {
  margin: 12px 0 0;
  padding-left: 2em;
  font-size: 16px;
  color: #475569;
}

.customer-card li {
  margin-bottom: 2px;
}

.customer-newsletter-cta {
  background: linear-gradient(135deg, #0a1426 0%, #0d1f38 100%);
  border: 1px solid rgba(16, 185, 129, 0.25);
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.customer-newsletter-cta-text {
  flex: 1;
  min-width: 0;
}

.customer-newsletter-cta .customer-newsletter-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 6px !important;
}

.customer-newsletter-cta-text p:not(.customer-newsletter-title) {
  color: #9fb0cc;
  margin: 0;
}

.customer-newsletter-cta > .btn {
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .customer-newsletter-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.benefits-image {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
}

.benefits-image img {
  width: 85%;
  height: 85%;
  object-fit: contain;
  object-position: center;
}
.industries-grid {
  grid-template-columns: 1fr;
}
.steps {
  grid-template-columns: repeat(3, 1fr);
}

.minimal-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.minimal-banner-bg {
  display: none;
}

.minimal-banner-device {
  flex: 0 0 auto;
  width: 40%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

@media (max-width: 768px) {
  .minimal-banner-device {
    display: none;
  }
}

.minimal-banner-chart {
  width: 100%;
  background: #fff;
  border: 1px solid var(--card-line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
  color: #0f172a;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.minimal-banner-chart p {
  color: #475569;
  margin: 0 0 20px;
}


.glass,
.card,
.step,
.benefit,
.industry,
.stat,
.accordion,
.timeline,
.media-card,
.feature-panel {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.glass:hover,
.card:hover,
.step:hover,
.benefit:hover,
.industry:hover,
.stat:hover,
.accordion:hover,
.timeline:hover,
.media-card:hover,
.feature-panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}

.glass {
  background: var(--panel);
  border: 1px solid var(--panel-line);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.mini-card {
  padding: 18px;
  min-height: 110px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mini-card iconify-icon {
  display: block;
  font-size: clamp(40px, 5vw, 64px);
  margin-bottom: 12px;
  flex-shrink: 0;
  color: var(--brand-3);
}

@media (max-width: 1100px) {
  .mini-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .mini-card iconify-icon {
    flex-shrink: 0;
    font-size: clamp(36px, 6vw, 52px);
    margin: 0;
    text-align: left;
  }

  .mini-card-text {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}

.mini-card strong {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.mini-card span {
  color: var(--muted);
  font-size: 14px;
  display: block;
}

.btn-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  border: 1px solid transparent;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand-3), var(--brand-2));
  color: #05111b;
  box-shadow: 0 12px 30px rgba(96, 165, 250, 0.25);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.device-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.device-card {
  position: relative;
  flex: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.device-card .controller {
  margin-top: 0;
  background: linear-gradient(180deg, #edf4ff, #dbeafe);
  border-radius: 24px;
  padding: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 12px 28px rgba(15, 23, 42, 0.12);
}

.hero-main-photo {
  position: absolute;
  inset: 0 0 90px 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.hero-main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.03);
}

.hero-main-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 16, 29, 0.05) 0%, rgba(8, 16, 29, 0.52) 100%);
}

.dashboard-card {
  position: absolute;
  right: -10px;
  top: 34px;
  width: 320px;
  padding: 20px;
  animation: floatCard 7s ease-in-out infinite;
}

.dashboard-card h3,
.floating-photo h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: #fff;
}

.dashboard-card p,
.floating-photo p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.controller {
  margin-top: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(231, 241, 255, 0.94));
  color: #0f172a;
  border-radius: 22px;
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.controller-copy {
  margin: 0;
  color: #475569;
}

.controller-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-weight: 700;
}

.status-pill {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--success);
  color: #166534;
  font-size: 12px;
  font-weight: 800;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 16px 0;
}

.metric {
  background: rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  padding: 14px;
  transition: transform 0.25s ease;
}

.metric:hover {
  transform: scale(1.03);
}
.metric .label {
  font-size: 12px;
  color: #475569;
}
.metric .value {
  font-size: 22px;
  font-weight: 800;
  margin-top: 4px;
}

.chart {
  height: 120px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(96, 165, 250, 0.16), rgba(94, 234, 212, 0.1));
  position: relative;
  overflow: hidden;
  margin-top: 14px;
}

.chart svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.floating-photo {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 250px;
  padding: 14px;
  animation: floatCard 8s ease-in-out infinite;
  animation-delay: -3s;
}

.floating-photo img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 12px;
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-head-tight {
  margin-bottom: 0;
}

.section-head h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
  margin: 14px 0 14px;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.section-head p {
  margin: 0;
  color: #475569;
  font-size: 18px;
}

.section-dark .section-head h2 {
  color: #fff;
}
.section-dark .section-head p {
  color: var(--muted);
}

.card,
.step,
.benefit,
.stat,
.timeline,
.feature-panel,
.media-card {
  background: #fff;
  border: 1px solid var(--card-line);
  box-shadow: var(--shadow);
  padding: 28px;
  color: #0f172a;
}

.card h3,
.step h3,
.benefit h3,
.industry h3,
.stat div,
.timeline h3,
.feature-panel h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.step h3 {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  align-self: flex-start;
}

.step {
  display: flex;
  flex-direction: column;
}

.step img {
  display: block;
  width: 100%;
  margin: 16px 0;
}

.card p,
.step p,
.benefit p,
.industry p,
.stat p,
.feature-panel p,
.timeline p {
  color: #475569;
}

#industries .section-head {
  max-width: 100%;
}

#about .section-head {
  max-width: 100%;
}

.industry {
  cursor: pointer;
  background: linear-gradient(135deg, #050c15 0%, #0a1426 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  padding: 28px;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
}

.industry:hover {
  border-color: rgba(255, 255, 255, 0.18);
}

.industry h3,
.industry p {
  color: #fff;
}

.industry .industry-extra {
  color: var(--muted, #94a3b8);
}

.industry-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.industry-desc {
  flex: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
}

.industry-thumb {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}

.industry-thumb iconify-icon {
  font-size: 48px;
  color: #5eead4;
}

.industry-thumb h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.accordion-icon,
.industry-toggle {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.industry-toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  flex: 0 0 auto;
  transition: transform 0.25s ease;
  user-select: none;
}

.industry.open .industry-toggle {
  transform: rotate(90deg);
}

.industry-extra {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease, padding-top 0.3s ease;
}

.industry.open .industry-extra {
  max-height: 600px;
  opacity: 1;
  padding-top: 14px;
}

.info-list {
  margin: 0;
  padding-left: 18px;
  color: #334155;
}

.highlight-box {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(94, 234, 212, 0.14), rgba(96, 165, 250, 0.12));
  color: #0f172a;
  font-weight: 700;
}

.media-card {
  padding: 0;
  overflow: hidden;
  min-height: 100%;
}

.media-card img,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.media-card:hover img,
.gallery-item:hover img {
  transform: scale(1.06);
}

.media-card .overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 26px;
  color: #fff;
  background: linear-gradient(180deg, rgba(8, 16, 29, 0.02), rgba(8, 16, 29, 0.72));
}

.media-card .overlay h3 {
  color: #fff;
  margin: 0 0 10px;
}

.stats-grid {
  margin-top: 34px;
}

/* ── Callout diagram ─────────────────────────────── */
.callout-diagram {
  display: grid;
  grid-template-columns: 1fr 600px 1fr;
  grid-template-rows: repeat(3, 130px);
  gap: 0 48px;
  align-items: center;
  position: relative;       /* SVG anchors here */
  max-width: 1200px;
  margin: 48px auto 0;
}

/* image spans all 3 rows */
.callout-image-wrap {
  grid-column: 2;
  grid-row: 1 / 4;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.callout-image-wrap img {
  width: 100%;
  display: block;
  object-fit: contain;
}

/* desktop SVG — absolute overlay on full diagram */
.callout-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

/* mobile SVG inside image-wrap — hidden on desktop */
.callout-svg-mobile {
  display: none;
}

.callout-line {
  fill: none;
  stroke: var(--brand);
  stroke-width: 2.5;
  stroke-linecap: round;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.callout-line--visible {
  opacity: 1;
}

.callout-item {
  border-radius: 10px;
  padding: 6px 10px;
  transition: background 0.2s ease;
  cursor: default;
}

.callout-item--hovered {
  background: color-mix(in srgb, var(--brand) 10%, transparent);
}

.callout-dot {
  fill: var(--brand);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.callout-dot--visible {
  opacity: 1;
}

.callout-badge-bg {
  fill: url(#badge-grad);
  stroke: rgba(90, 113, 148, 0.5);
  stroke-width: 1.5;
}

.callout-num-svg {
  font-size: 14px;
  font-weight: 800;
  fill: #1e293b;
  font-family: inherit;
}

/* left items */
.callout-item--left {
  grid-column: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-end;
  text-align: right;
}

/* right items */
.callout-item--right {
  grid-column: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}

/* number badge */
.callout-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  background: var(--brand);
  color: #040a14;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.callout-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 4px;
}

.callout-body {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

/* mobile list — hidden on desktop */
.callout-list-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .customer-layout {
    grid-template-columns: 1fr;
  }

  /* collapse diagram to image only */
  .callout-diagram {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    max-width: 100%;
  }

  .callout-item--left,
  .callout-item--right,
  .callout-svg {
    display: none;
  }

  .callout-image-wrap {
    grid-column: 1;
    grid-row: 1;
    overflow: hidden;
  }

  /* show mobile SVG with dots + numbers — hidden until a list item is tapped */
  .callout-svg-mobile {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .callout-diagram.callout-numbers-visible .callout-svg-mobile {
    opacity: 1;
  }

  /* numbered list */
  .callout-list-mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
    padding: 0;
    list-style: none;
  }

  .callout-list-mobile li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: var(--panel);
    border: 1px solid var(--panel-line);
    border-radius: 14px;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.25s ease, border-color 0.25s ease;
  }

  .callout-list-mobile li.active {
    background: color-mix(in srgb, var(--brand) 15%, var(--panel));
    border-color: color-mix(in srgb, var(--brand) 40%, transparent);
  }

  .callout-list-mobile li .callout-num {
    flex-shrink: 0;
  }

  .callout-list-mobile li strong {
    display: block;
    font-size: 14px;
    color: var(--text);
    margin-bottom: 3px;
  }

  .callout-list-mobile li p {
    font-size: 13px;
    color: var(--muted);
    margin: 0;
    line-height: 1.5;
  }
}

.stat {
  background: #fff;
  border: 1px solid var(--card-line);
  box-shadow: var(--shadow);
  padding: 22px;
  color: #0f172a;
}

.stat div {
  color: #0f172a;
  font-size: 34px;
  margin-bottom: 8px;
  text-align: center;
}

.stat div iconify-icon {
  font-size: 56px;
  color: #0f1a42;
}
.stat p {
  color: #475569;
  margin: 0;
}

.feature-media-grid {
  margin-top: 28px;
}

.feature-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.section-dark .feature-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 255, 255, 0.12);
}

.section-dark .feature-panel h3,
.section-dark .feature-panel p,
.section-dark .info-list {
  color: var(--muted);
}

.section-dark .feature-panel h3 {
  color: #fff;
}

.step-num,
.icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(94, 234, 212, 0.18), rgba(96, 165, 250, 0.16));
  color: #0f172a;
  margin-bottom: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.step h3 .step-num {
  display: inline-grid;
  width: 36px;
  height: 36px;
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 10px;
  vertical-align: middle;
  flex-shrink: 0;
}

.cat-card {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
}

.cat-card img {
  display: block;
  width: 100%;
  height: auto;
}

.accordion-wrap {
  display: grid;
  gap: 16px;
}

details.accordion {
  background: #fff;
  border: 1px solid #e5edf7;
  padding: 0 22px;
  box-shadow: var(--shadow);
}

summary {
  list-style: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding: 22px 0;
  font-size: 21px;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

summary::-webkit-details-marker {
  display: none;
}

.summary-sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  margin-top: 6px;
}

.accordion-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef5ff;
  color: #0f172a;
  font-size: 26px;
  line-height: 44px;
  flex: 0 0 auto;
  transition: transform 0.25s ease;
}

details[open] .accordion-icon {
  transform: rotate(90deg);
}

.accordion-content {
  padding: 0 0 22px;
  color: #475569;
}

.gallery-item {
  position: relative;
  min-height: 290px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #09101f;
}

.gallery-item.tall {
  min-height: 400px;
}

.gallery-item .overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  background: linear-gradient(180deg, rgba(8, 16, 29, 0.02), rgba(8, 16, 29, 0.75));
  color: #fff;
}

.gallery-item .overlay h3 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #fff;
}

.gallery-item .overlay p {
  margin: 0;
  color: #d7e3f6;
}

.roi-box {
  background: none;
  border: none;
  box-shadow: none;
  color: #e8eefc;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.roi-box h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 28px;
  color: #fff;
}
.roi-box p {
  color: #94a3b8;
}

.roi-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
  flex: 1;
}

.roi-stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: fit-content;
}

.roi-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.roi-stat-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.roi-stat-text strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.roi-stat-text span {
  color: #94a3b8;
  font-size: 14px;
}

.timeline {
  background: var(--panel);
  border: 1px solid var(--panel-line);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  padding: 28px;
  color: #e8eefc;
}

.timeline-title-reset {
  margin-top: 0;
}

.timeline-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.timeline-item:last-child {
  border-bottom: none;
}
.timeline-item .month {
  font-weight: 800;
  color: #fff;
}
.timeline-item p {
  margin: 0;
  color: #94a3b8;
}

.about-panel {
  background: linear-gradient(135deg, rgba(94, 234, 212, 0.12), rgba(96, 165, 250, 0.08));
  border-radius: 24px;
  padding: 28px;
  border: 1px solid #dbeafe;
  box-shadow: var(--shadow);
}

.about-panel p {
  color: #334155;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.contact-card .cta-grid {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.contact-card {
  margin-top: 32px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #09101f, #0f1a42);
  color: #eff6ff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #dbeafe;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-card .contact-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 6px !important;
}

.contact-card .contact-copy {
  color: #9fb0cc !important;
  margin: 0;
}

.contact-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.contact-btn-secondary {
  border-color: rgba(255, 255, 255, 0.18);
}

.founder-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.founder-card {
  display: flex;
  flex-direction: column;
}

.founder-card .founder-bio:first-of-type {
  flex: 1;
}

.founder-card .founder-linkedin {
  margin-top: auto;
}

.founder-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-3), var(--brand-2));
  color: #05111b;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.founder-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--brand-3);
  font-size: 14px;
  text-decoration: none;
  margin-top: 8px;
}

.founder-linkedin:hover {
  color: var(--brand-2);
}

.founder-role {
  color: var(--brand-3) !important;
  font-size: 14px !important;
  font-weight: 600;
  margin: 0 0 10px !important;
}

.founder-bio {
  font-size: 14px;
  color: #64748b !important;
  margin: 0 0 4px !important;
  line-height: 1.6;
}

.founder-bio span {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 14px;
  background: rgba(103, 232, 249, 0.07);
  border: 1px solid rgba(103, 232, 249, 0.35);
  border-left: 3px solid var(--brand);
  border-radius: 6px;
  color: #4a6080 !important;
}

@media (max-width: 600px) {
  .founder-cards {
    grid-template-columns: 1fr;
  }
}

.footer {
  background: #0b1220;
  color: #dbe7ff;
  padding: 42px 0;
  margin-top: 40px;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(173, 179, 189, 0.74), rgba(125, 133, 146, 0.74));
  color: #ffffff;
  backdrop-filter: blur(12px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.28);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
  z-index: 35;
}

.back-to-top:hover {
  background: linear-gradient(135deg, rgba(196, 201, 210, 0.82), rgba(149, 157, 170, 0.82));
}

.back-to-top:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 3px;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.footer p {
  margin: 0;
  color: #9fb0cc;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 16px;
}

.footer-contact p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #9fb0cc;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin-top: 24px;
  padding-top: 20px;
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  animation: revealUp 0.85s ease forwards;
}

.delay-1 {
  animation-delay: 0.08s;
}
.delay-2 {
  animation-delay: 0.16s;
}
.delay-3 {
  animation-delay: 0.24s;
}
.delay-4 {
  animation-delay: 0.32s;
}
.delay-5 {
  animation-delay: 0.4s;
}
.delay-6 {
  animation-delay: 0.48s;
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatGlow {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-18px) scale(1.04);
  }
}

/* Hide reCAPTCHA v3 badge (notice text shown inside forms instead) */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* ===== MODALS ===== */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(4, 10, 20, 0.82);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.modal-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.modal {
  background: radial-gradient(circle at 15% 15%, rgba(103, 232, 249, 0.1), transparent 22%), radial-gradient(circle at 85% 15%, rgba(96, 165, 250, 0.14), transparent 25%), linear-gradient(180deg, #050c15 0%, #0a1426 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 36px;
  width: 100%;
  max-width: 500px;
  max-height: 92vh;
  overflow-y: auto;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  transform: translateY(20px);
  transition: transform 0.25s ease;
  position: relative;
}

.modal-backdrop.open .modal {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: #9fb0cc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.modal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #d8e7ff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.modal h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin: -16px 0 6px;
  line-height: 1.3;
  padding-right: 44px;
}

.modal-sub {
  color: #9fb0cc;
  font-size: 14px;
  margin: 10px 0 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  color: #9fb0cc;
  font-size: 13px;
  font-weight: 600;
}

.form-field input,
.form-field textarea {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #e9f0ff;
  font-family: inherit;
  font-size: 14px;
  padding: 10px 14px;
  width: 100%;
  transition: border-color 0.2s ease;
  outline: none;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.22);
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--brand-3);
}

.form-field.invalid input,
.form-field.invalid textarea {
  border-color: #f87171;
  background: rgba(248, 113, 113, 0.08);
}

.form-field textarea {
  resize: vertical;
  min-height: 96px;
}


.modal-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.modal-actions .btn {
  flex: 1;
  min-width: 120px;
}

.recaptcha-notice {
  grid-column: 1 / -1;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
  line-height: 1.5;
}

.recaptcha-notice a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.modal-msg {
  grid-column: 1 / -1;
  font-size: 14px;
  text-align: center;
  min-height: 20px;
  color: var(--brand-3);
  display: none;
}

.modal-msg.visible {
  display: block;
}

.modal-msg.error {
  color: #f87171;
}

@media (max-width: 480px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-field.full {
    grid-column: 1;
  }
  .form-captcha,
  .modal-actions,
  .modal-msg {
    grid-column: 1;
  }
  .modal {
    padding: 28px 20px;
  }
}

@media (max-width: 1100px) {
  .nav-cta {
    display: none;
  }

  .hero-grid,
  .challenge-grid,
  .solution-grid,
  .roi-grid,
  .about-grid,
  .cta-grid,
  .energy-grid,
  .feature-media-grid,
  .benefits-grid,
  .industries-grid,
  .gallery-grid,
  .steps,
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .benefits-image {
    display: none;
  }

  .hero-points {
    grid-template-columns: repeat(3, 1fr);
  }
  .dashboard-card,
  .floating-photo {
    position: static;
    width: auto;
    margin-top: 16px;
  }
  .hero-visual {
    min-height: auto;
  }
  .hero-main-photo {
    position: relative;
    inset: auto;
    height: 360px;
  }
  .roi-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .hero .reveal h1 {
    font-size: 30px;
    line-height: 1.15;
  }

  .hero .reveal p.lead {
    font-size: 17px;
    margin-bottom: 0;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .hero-points .mini-card {
    text-align: left;
  }

  .stat {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .stat div {
    text-align: left;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .industry {
    position: relative;
  }

  .industry-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .industry-thumb {
    width: 100%;
    background: none;
    padding: 0;
    border-radius: 0;
  }

  .industry-desc {
    text-align: center;
  }

  .industry-toggle {
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .nav {
    flex-wrap: wrap;
  }
  .nav-cta {
    display: none;
  }
  .nav-burger {
    display: flex;
  }
  .nav-links {
    display: none;
    width: 100%;
    order: 3;
    flex-direction: column;
    gap: 0;
    padding: 8px 0 12px;
  }
  .nav-links.nav-open {
    display: flex;
  }
  .nav-links a {
    padding: 10px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 15px;
  }
  .nav-links a.active {
    text-decoration: none;
  }
  .hero-grid,
  .challenge-grid,
  .solution-grid,
  .roi-grid,
  .about-grid,
  .cta-grid,
  .energy-grid,
  .feature-media-grid,
  .benefits-grid,
  .industries-grid,
  .gallery-grid,
  .steps,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .contact-card .cta-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 68px 0;
  }
  h1 {
    font-size: 44px;
  }
  .card,
  .step,
  .benefit,
  .industry,
  .stat,
  .timeline,
  .media-card,
  .feature-panel {
    padding: 22px;
  }
  summary {
    font-size: 19px;
  }
  .hero-main-photo {
    height: 300px;
  }
  .gallery-item,
  .gallery-item.tall {
    min-height: 260px;
  }
  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .contact-actions {
    flex-direction: column;
    align-items: flex-end;
  }

}


/* ── Tooltips ─────────────────────────────────────────────────────────────── */
.tooltip-wrap {
  display: inline;
  cursor: default;
}

.tooltip-trigger {
  color: #0f172a;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  text-decoration-color: #0f172a;
}

/* hidden source — content is cloned into #tooltip-float at runtime */
.tooltip-box {
  display: none;
}

/* body-level floating tooltip — escapes overflow:hidden ancestors */
#tooltip-float {
  position: fixed;
  background: #0f172a;
  color: #f1f5f9;
  font-size: 13px;
  line-height: 1.55;
  padding: 10px 14px;
  border-radius: 8px;
  width: 260px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 1000;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  text-align: left;
  font-weight: 400;
  word-break: break-word;
}

#tooltip-float.is-open {
  opacity: 1;
  pointer-events: auto;
}

#tooltip-float::after {
  content: '';
  position: absolute;
  top: 100%;
  left: var(--arrow-left, 50%);
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #0f172a;
}

#tooltip-float.is-below::after {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: #0f172a;
}

.tooltip-strong {
  color: #fff;
}

#tooltip-float a {
  display: block;
  margin-top: 6px;
  color: #10b981;
  text-decoration: underline;
}

#tooltip-float a:hover {
  color: #34d399;
}

.section-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.section-head-row .section-head {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-head-row {
    flex-wrap: wrap;
  }

  #tooltip-float {
    width: calc(100vw - 48px);
  }
}
