html,
body {
  min-height: 100vh;
  margin: 0;
}

.benefits-shell {
  position: relative;
  z-index: 4;
  width: min(1160px, calc(100% - 48px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 112px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#panel.benefits-panel {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  padding: 56px 24px; /* CHANGED from 56px 64px */
  border-radius: 30px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.hero-kicker {
  display: inline-block;

  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  /*font-weight: 500 !important;*/
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
   margin-bottom: 16px;
     margin: 0 0 16px;
}

.hero-kicker::before {
  content: none;
}

#panel h1 {
  margin: 0 0 18px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: rgb(255, 255, 255);
}

#panel h1 span {
  display: block;
}

#panel h1 .accent-word {
  color: rgb(140, 200, 140);
}

.benefits-intro {
  margin: 0 auto 100px auto;
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(16px, 2.5vw, 18px) !important;
  line-height: 2.05;
  color: rgba(255, 255, 255, 0.46) !important;
  text-align: center !important;
  display: block;
}


.benefits-list {
  list-style: none;
  max-width: 900px;
  margin: 50px auto 0;
  padding: 0;
  display: grid;
  gap: 18px;
  text-align: center;
}

#innerPanel3 {
  border: none !important;
}

#innerPanel3 .benefits-list li {
  text-align: center;
}

#panel.benefits-panel .benefits-list li {
  position: relative;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(24px, 2.2vw, 28px);
  line-height: 2.1;
  color: #e0e0e0;
}

.benefits-list li::before {
  content: none;
}

#innerPanel3.benefits-panel .hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
  transform: none;
}

.button,
#requestDemoButton {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 20px 40px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 20, 26, 0.78);
  color: rgb(255, 255, 255);
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  transition:
    background 200ms ease,
    box-shadow 200ms ease,
    transform 150ms ease,
    border-color 200ms ease;
}

.button:hover,
#requestDemoButton:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.34);
  transform: translateY(-2px);
}

@media (max-width: 1200px) {
  .benefits-shell,
  #panel.benefits-panel {
    width: min(100%, calc(100% - 24px));
    padding-left: 16px;
    padding-right: 16px;
  }
  .benefits-list {
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  .benefits-shell {
    width: min(100%, calc(100% - 40px));
    padding: 80px 0;
  }

  #panel.benefits-panel {
    padding: 40px 18px;
  }
}

@media (max-width: 600px) {
  .benefits-shell {
    width: calc(100% - 16px);
  }

  #panel.benefits-panel {
    padding: 28px 8px;
    border-radius: 22px;
  }



  #panel h1 {
    font-size: clamp(32px, 10.5vw, 44px);
    margin-bottom: 22px;
  }

  .benefits-list li {
    font-size: 18px;
    line-height: 1.95;
    color: #e0e0e0;
  }

  #innerPanel3.benefits-panel .hero-actions {
    margin-top: 32px;
    flex-direction: column;
    align-items: stretch;
    transform: none;
  }

  .button,
  #requestDemoButton {
    width: 100%;
    min-width: 0;
    font-size: 18px;
    padding: 16px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  #requestDemoButton {
    transition: none;
  }

  .benefits-card {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

#innerPanel3.benefits-panel {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  padding: 56px 24px; /* CHANGED from 56px 64px */
  border-radius: 30px;
  background: transparent;
  color: #e0e0e0;
  text-align: center;
}

#innerPanel3 h1 {
  color: rgb(255, 255, 255);
}

#innerPanel3 .benefits-list li {
  color: #e0e0e0;
}

/* ── Benefits Grid (card layout) ── */
.benefits-grid {
  list-style: none;
  margin: 40px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 900px;
  text-align: left;
}

.benefits-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  transform: translateY(12px);
  animation: benefitFadeIn 0.35s ease forwards;
}

.benefits-card--wide {
  grid-column: 1 / -1;
}

.benefits-card-icon {
  font-size: 26px;
  display: block;
  opacity: 0.7;
}

.benefit-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.benefit-desc {
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 19px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.46) !important; 
}

#innerPanel3 .benefits-card .benefit-desc {
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.46) !important; 
  text-align: left !important;
  padding-left: 0;
}

@media (max-width: 600px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .benefits-card--wide {
    grid-column: auto;
  }
}

.benefits-card:nth-child(1) { animation-delay: 0.04s; }
.benefits-card:nth-child(2) { animation-delay: 0.08s; }
.benefits-card:nth-child(3) { animation-delay: 0.12s; }
.benefits-card:nth-child(4) { animation-delay: 0.16s; }
.benefits-card:nth-child(5) { animation-delay: 0.20s; }

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

.benefits-card--wide {
  grid-column: 1 / -1;
}

/* ── Benefit header: icon + title inline ── */
.benefit-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.benefits-card-icon {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
  line-height: 1;
}

.benefit-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}