/* Base reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Figtree', 'Open Sans', Arial, sans-serif;
  color: #222;
  background: #fff;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none
}

/* Header */
.site-header {
  background: #fff;
  padding: 18px 0;
  border-bottom: 1px solid #eef2f7;
  position: sticky;
  top: 0;
  z-index: 30
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px
}

.brand {
  font-weight: 700;
  color: #1b3550;
  font-size: 20px
}

.nav-links a {
  margin-left: 28px;
  color: #304daf;
  font-weight: 600;
  cursor: pointer
}

/* Hero */
.hero {
  position: relative;
  padding: 60px 0 80px;
  overflow: visible
}

.hero-bg-asset {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 75%;
  max-width: 1300px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 20px;
  z-index: 5
}

.hero-left {
  flex: 1;
  max-width: 620px;
  padding: 40px 20px
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1.5px solid #304daf;
  background: #fff;
  box-shadow: 0 4px 12px rgba(48, 77, 175, 0.1);
  width: fit-content;
  margin-bottom: 32px;
  color: #304daf;
  font-weight: 600;
  font-size: 16px;
}

.badge img {
  width: 34px;
  height: 34px
}

.hero-left h1 {
  font-size: 56px;
  line-height: 1.1;
  color: #222;
  margin-bottom: 24px;
  font-weight: 800;
  letter-spacing: -1px;
}

.highlight {
  color: #304daf
}

.lead {
  color: #4b5563;
  margin-bottom: 22px;
  font-size: 16px
}

.hero-ctas {
  display: flex;
  gap: 14px;
  margin-bottom: 18px
}

.btn {
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  border: none;
  cursor: pointer
}

.btn.primary {
  background: #304daf;
  color: #fff;
  box-shadow: 0 4px 12px rgba(48, 77, 175, 0.3);
  padding: 14px 28px;
  font-size: 16px;
}

.btn.ghost {
  background: #304daf;
  border: 2px solid #304daf;
  color: #fff;
  padding: 14px 28px;
  font-size: 16px;
}

.scroll-hint {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b7d94;
  font-size: 14px;
  margin-top: 12px
}

.scroll-hint img {
  width: 28px;
  height: 28px
}

/* Hero right monitor */
.hero-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 40px
}

.monitor-wrap {
  width: 520px;
  transform: translateY(0);
}

.monitor {
  width: 100%;
  display: block;
  max-width: 520px;
  box-shadow: 0 20px 60px rgba(34, 50, 104, 0.12);
  border-radius: 6px;
}

/* Features grid */
.features {
  padding: 50px 20px 30px;
  background: #f8fbff
}

.features .center {
  max-width: 900px;
  margin: 0 auto 20px;
  text-align: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #263238
}

.features-grid {
  max-width: 1100px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px
}

.card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(48, 77, 175, 0.12);
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(11, 35, 88, 0.06)
}

.card-header {
  background: #e3f2fd;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(48, 77, 175, 0.05);
}

.card-header h3 {
  color: #23364f;
  font-weight: 700;
  font-size: 18px
}

.card-header img {
  width: 120px;
  height: 90px;
  object-fit: contain
}

.card-body {
  padding: 32px 24px;
  font-weight: 500;
  color: #111;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

/* small modifiers */
.card.small {
  grid-column: auto
}

/* The features grid uses flex-wrap and justify-content: center, so the last two items will automatically center if they are on a new row. No extra rules needed. */

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px
}

.card {
  flex: 0 0 calc(33.333% - 20px);
  max-width: 360px
}

/* Benefits section */
.benefits {
  background: transparent;
  color: #fff;
  padding: 0;
  position: relative;
  overflow: visible;
  margin-top: -150px;
  z-index: 2;
}

.wave-top,
.wave-bottom {
  display: none;
}

.benefits-inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  position: relative;
}

.benefits-inner h2,
.benefits-inner .sub,
.phone-stage {
  display: none;
}

.benefits-complete-img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  height: auto;
}

.benefits-inner h2 {
  font-size: 36px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #fff;
}

.benefits-inner .sub {
  opacity: 0.95;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

.phone-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 40px;
}

.phones-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  position: relative;
  z-index: 2;
}

.dotted-arrow {
  position: absolute;
  right: 10%;
  top: 20%;
  width: 150px;
  height: 150px;
  opacity: 0.9;
  z-index: 1;
}

/* Roles */
.roles {
  padding: 50px 20px;
  background: #fff
}

.roles-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center
}

.roles-grid {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px
}

.role {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.role img {
  width: 110px;
  height: 110px;
  background: rgba(48, 77, 175, 0.06);
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 12px;
}

.role h4 {
  color: #304daf;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}

.role h5 {
  color: #222;
  font-weight: 700;
  font-size: 16px;
  margin: 4px 0 8px;
}

.role p {
  color: #556987;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

/* Slider Section */
.main-cards {
  padding: 60px 20px;
  background: #fff;
  overflow: hidden
}

.slider-container {
  max-width: 1100px;
  margin: 40px auto 0;
  position: relative;
  width: 100%
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 60px;
  justify-content: center
}

.slide {
  flex: 0 0 360px;
  max-width: 360px;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #1E84D4;
  box-shadow: 0 10px 30px rgba(11, 35, 88, 0.05);
  text-align: center;
  transition: all 0.3s ease
}

.slide.active {
  transform: scale(1.15);
  box-shadow: 0 20px 50px rgba(11, 35, 88, 0.12);
  border-color: #1E84D4;
  z-index: 2
}

.slide img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.slide.active img {
  transform: scale(1.8);
}

.slide h4 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #1b3550
}

.slide p {
  font-size: 15px;
  line-height: 1.6;
  color: #556987
}

/* Slider Dots */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px
}

.dot {
  width: 10px;
  height: 10px;
  background: #cbd5e1;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s
}

.dot.active {
  background: #304DAF;
  width: 24px;
  border-radius: 10px
}

/* Pricing */


.pricing-section {
  width: 100%;
  padding: 80px 16px;
  background: #fff;
}

.pricing-header {
  max-width: 687px;
  margin: 0 auto 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-badge {
  background: rgba(60, 77, 164, 0.1);
  color: #304daf;
  font-family: 'Open Sans', Helvetica;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 2000px;
  margin-bottom: 24px;
}

.pricing-header h2 {
  font-family: 'Figtree', Helvetica;
  font-weight: 700;
  color: #27272b;
  font-size: 36px;
  text-align: center;
  line-height: 48px;
  letter-spacing: 0.2px;
  margin-bottom: 24px;
}

.pricing-header>p {
  font-family: 'Open Sans', Helvetica;
  color: #373737;
  font-size: 18px;
  text-align: center;
  line-height: 30.6px;
  margin-bottom: 48px;
}

.billing-toggle {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 60px;
}

.billing-toggle>span {
  font-family: 'Open Sans', Helvetica;
  font-weight: 600;
  color: #5a7184;
  font-size: 16px;
}

.toggle {
  position: relative;
  width: 64px;
  height: 36px;
  background: white;
  border-radius: 18px;
  box-shadow: 0px 10px 20px rgba(20, 45, 65, 0.08);
  cursor: pointer;
}

.toggle-button {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: #304daf;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.toggle.active .toggle-button {
  left: 32px;
}

.annual-label {
  display: flex;
  flex-direction: column;
}

.annual-label>span:first-child {
  font-family: 'Open Sans', Helvetica;
  font-weight: 600;
  color: #5a7184;
  font-size: 16px;
}

.save-badge {
  font-family: 'Figtree', Helvetica;
  font-weight: 700;
  color: #36b37e;
  font-size: 16px;
  letter-spacing: 0.1px;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  max-width: 1020px;
  margin: 0 auto;
}

.pricing-card {
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 436px;
  border-top: 4px solid transparent;
  /* Default transparent border to maintain size */
}

.pricing-card.green-border {
  border-top-color: #36b37e;
}

.pricing-card.yellow-border {
  border-top-color: #faad13;
}

.pricing-card.blue-border {
  border-top-color: #304daf;
}

.pricing-card h3 {
  font-family: 'Figtree', Helvetica;
  font-weight: 700;
  color: #183b56;
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
}

.price {
  font-family: 'Figtree', Helvetica;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 8px;
}

.price.green {
  color: #36b37e;
}

.price.yellow {
  color: #faad13;
}

.price.blue {
  color: #304daf;
}

.period {
  font-family: 'Open Sans', Helvetica;
  color: #5a7184;
  font-size: 16px;
  margin-bottom: 24px;
}

.pricing-card p {
  font-family: 'Open Sans', Helvetica;
  color: #5a7184;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  flex-grow: 1;
}

.btn-outline {
  background: transparent;
  border: 2px solid #304daf;
  color: #304daf;
  border-radius: 2000px;
  padding: 12px 48px;
  font-family: 'Open Sans', Helvetica;
  font-weight: 700;
  font-size: 16px;
  margin-top: 32px;
}

.btn-outline:hover {
  background: rgba(48, 77, 175, 0.1);
}

.btn-filled {
  background: #304daf;
  color: white;
  border: none;
  border-radius: 2000px;
  padding: 12px 48px;
  font-family: 'Open Sans', Helvetica;
  font-weight: 700;
  font-size: 16px;
  margin-top: 32px;
}

.btn-filled:hover {
  background: #2b4ea5;
}

/* .pricing {
  padding: 60px 20px
}

.pricing-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center
}

.pricing-cards {
  display: flex;
  gap: 26px;
  justify-content: center;
  margin-top: 24px
}

.pricing-card {
  background: #fff;
  border-radius: 10px;
  padding: 28px;
  min-width: 220px;
  box-shadow: 0 18px 40px rgba(11, 35, 88, 0.04);
  border-top: 4px solid transparent
}

.pricing-card .price {
  font-size: 28px;
  font-weight: 800;
  margin: 14px 0
} */

/* CTA */
.cta {
  padding: 60px 20px;
  background: #fff
}

.cta-box {
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(180deg, #304daf, #304daf);
  color: #fff;
  padding: 42px;
  border-radius: 14px;
  text-align: center
}

.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 18px
}

.btn.white {
  background: #fff;
  color: #304daf;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700
}

.btn.outline.white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.22)
}

/* Footer */
.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background: transparent;
  padding: 128px 16px;
}

.footer-container {
  width: 100%;
  max-width: 1042px;
  display: grid;
  grid-template-columns: 308px 1fr;
  gap: 110px;
}

.footer-brand h2 {
  font-family: 'Figtree', Helvetica;
  font-weight: 600;
  color: black;
  font-size: 36px;
  margin-bottom: 56px;
}

.footer-brand p {
  font-family: 'Figtree', Helvetica;
  color: #5a7184;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-btn {
  width: 40px;
  height: 40px;
  background: #eff2f5;
  color: #5a7184;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-btn:hover {
  background: #e0e5ea;
  color: #4a6174;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.footer-column h3 {
  font-family: 'Figtree', Helvetica;
  font-weight: 700;
  color: #183b56;
  font-size: 18px;
  margin-bottom: 24px;
}

.footer-column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-column a {
  font-family: 'Figtree', Helvetica;
  color: #183b56;
  font-size: 16px;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

/* Responsive */
/* Responsive */
@media (max-width: 1024px) {
  .hero-bg-asset {
    width: 70%;
    opacity: 0.5;
  }

  .hero-oval {
    display: none;
  }

  .footer-brand {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .footer-links {
    justify-items: center;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 15px 0;
  }

  .nav-inner {
    flex-direction: column;
    gap: 15px;
  }

  .nav-links {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .nav-links a {
    margin-left: 0;
    font-size: 14px;
  }

  .hero {
    padding: 40px 0;
    overflow: hidden;
    /* Prevent horizontal scroll from oval */
  }

  .hero-oval {
    display: none;
    /* Hide on mobile to simplify */
  }

  .hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .hero-left {
    padding: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-left h1 {
    font-size: 32px;
  }

  .hero-ctas {
    justify-content: center;
  }

  .hero-right {
    padding-right: 0;
    margin-top: 40px;
    justify-content: center;
    width: 100%;
  }

  .monitor-wrap {
    width: 100%;
    max-width: 100%;
  }

  .monitor {
    width: 100%;
    height: auto;
  }

  .features-grid {
    flex-direction: column;
    align-items: center;
  }

  .card {
    max-width: 100%;
    width: 100%;
    flex: auto;
  }

  .phones {
    width: 100%;
    height: auto;
  }

  .roles-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .slider-track {
    flex-direction: column;
  }

  .slide {
    max-width: 100%;
    flex: auto;
    width: 100%;
  }

  .slide.active {
    transform: none;
  }

  .pricing-header h2 {
    font-size: 28px;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-column ul {
    align-items: center;
  }
}