body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #ffffff;
  color: #111827;
}

a {
  text-decoration: none;
}

.urgency-bar {
  background: #dfe9ff;
  color: #20345f;
  text-align: center;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 28px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #edf1f7;
}

.logo a {
  color: #2f80ed;
  font-weight: 800;
  font-size: 18px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-links a {
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
}

.nav-links a.active,
.mobile-menu a.active {
  color: #2f80ed;
  font-weight: 700;
  background: #eef4ff;
  padding: 8px 12px;
  border-radius: 999px;
}

.nav-cta {
  display: flex;
  align-items: center;
}

.btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

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

.btn.small {
  padding: 10px 16px;
  font-size: 14px;
}

.primary {
  background: linear-gradient(135deg, #1e6bff, #3b82f6);
  color: #fff;
  box-shadow: 0 10px 24px rgba(30, 107, 255, 0.22);
}

.earning-btn {
  background: #ffffff;
  color: #1f2937;
  border: 2px solid #8ad39c;
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.12);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: #111827;
  display: block;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: sticky;
  top: 74px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #eceff4;
  padding: 12px 20px 20px;
}

.mobile-menu.active {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-menu a {
  color: #111827;
  font-weight: 600;
  padding: 10px 4px;
}

.mobile-download-btn {
  margin-top: 8px;
  text-align: center;
}

.hero-app {
  background: linear-gradient(135deg, #edf4ff, #e9f0ff);
  padding: 56px 20px 40px;
  overflow: hidden;
}

.hero-app-inner,
.provider-proof-inner,
.mini-features-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  align-items: center;
  gap: 48px;
}

.hero-app-copy,
.provider-proof-copy,
.mini-features-copy {
  min-width: 0;
  max-width: 540px;
}

.eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #2f80ed;
  margin-bottom: 14px;
}

.green-text {
  color: #22a34a;
}

.hero-app-copy h1,
.provider-proof-copy h2,
.final-cta-inner h2,
.mini-features-copy h2,
.section-heading h2,
.dual-copy h2 {
  font-size: 44px;
  line-height: 1.08;
  margin: 0 0 16px;
  letter-spacing: -1px;
  color: #111827;
}

.hero-text,
.provider-proof-copy p,
.mini-features-copy p,
.section-copy,
.dual-copy p,
.final-cta-inner p {
  font-size: 19px;
  line-height: 1.7;
  color: #5d6673;
  max-width: 620px;
}

.cta-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 26px 0 18px;
}

.live-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.live-pills span {
  background: #ffffff;
  border: 1px solid #d9e6fb;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 700;
  color: #1f3f75;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
}

.dot {
  display: none;
}

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

.hero-bg-card {
  position: absolute;
  right: -40px;
  top: 18px;
  width: 420px;
  height: 500px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.22));
}

.hero-app-visual,
.provider-proof-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-shell {
  position: relative;
  z-index: 2;
  background: #111827;
  padding: 8px;
  border-radius: 32px;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.16);
  display: inline-flex;
}

.app-shot {
  width: 100%;
  max-width: 260px;
  height: auto;
  border-radius: 26px;
  display: block;
}

.provider-shot {
  max-width: 240px;
}

.mini-features {
  background: #ffffff;
  padding: 14px 20px 28px;
}

.mini-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mini-feature-card {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  min-width: 0;
}

.mini-feature-card h3 {
  margin: 10px 0 8px;
  font-size: 16px;
  line-height: 1.25;
}

.mini-feature-card p {
  margin: 0;
  color: #5d6673;
  line-height: 1.5;
  font-size: 14px;
}

.mini-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
}

.mini-icon.blue {
  background: #e6efff;
  color: #2f80ed;
}

.mini-icon.green {
  background: #e9f9ee;
  color: #22a34a;
}

.mini-icon.orange {
  background: #fff2e8;
  color: #f08b2e;
}

.provider-proof {
  background: #eef6ef;
  padding: 42px 20px;
}

.proof-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 26px;
  display: grid;
  gap: 12px;
}

.proof-list li {
  background: transparent;
  color: #1f2937;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
}

.proof-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #22a34a;
  font-weight: 800;
}

.trust-band {
  background: #ffffff;
  padding: 48px 20px;
}

.center-tight,
.section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.trust-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.trust-card {
  background: #f3f7ff;
  border-radius: 18px;
  padding: 24px 22px;
  border: 1px solid #e3ebfb;
  min-width: 0;
}

.icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2f80ed;
  color: #fff;
  font-weight: 800;
  margin-bottom: 14px;
}

.trust-card h3 {
  font-size: 18px;
  margin: 0 0 8px;
  line-height: 1.3;
}

.trust-card p {
  color: #5d6673;
  line-height: 1.55;
  margin: 0;
  font-size: 15px;
}

.dual-panels {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 20px 48px;
  display: grid;
  gap: 18px;
}

.dual-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  border-radius: 20px;
  padding: 24px;
}

.customer-panel {
  background: #eef4ff;
}

.provider-panel {
  background: #eef7ef;
}

.dual-copy {
  text-align: left;
}

.panel-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 26px;
  display: grid;
  gap: 10px;
}

.panel-list li {
  padding-left: 22px;
  position: relative;
  font-weight: 600;
  color: #1f2937;
}

.panel-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2f80ed;
  font-size: 20px;
  line-height: 1;
}

.green-list li::before {
  color: #22a34a;
}

.dual-image-wrap {
  display: flex;
  justify-content: center;
}

.dual-image {
  width: 100%;
  max-width: 360px;
  border-radius: 18px;
  display: block;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.final-cta-light {
  background: #dfe9ff;
  padding: 28px 20px 22px;
}

.final-cta-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.final-cta-inner h2 {
  font-size: 46px;
  margin-bottom: 12px;
}

.footer {
  text-align: center;
  padding: 22px 20px 28px;
}

.footer-light {
  background: #dfe9ff;
  color: #6b7280;
}

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

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    justify-content: space-between;
    align-items: center;
  }

  .hero-app-inner,
  .provider-proof-inner,
  .mini-features-inner,
  .dual-panel {
    grid-template-columns: 1fr;
  }

  .hero-app-copy h1,
  .provider-proof-copy h2,
  .mini-features-copy h2,
  .section-heading h2,
  .dual-copy h2,
  .final-cta-inner h2 {
    font-size: 42px;
  }

  .hero-app-copy,
  .provider-proof-copy,
  .mini-features-copy,
  .dual-copy {
    text-align: center;
  }

  .live-pills,
  .cta-buttons {
    justify-content: center;
  }

  .mini-feature-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero-emotional-visual {
    min-height: auto;
  }

  .hero-bg-card {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 280px;
    right: auto;
    top: auto;
    margin: 0 auto 18px;
  }
}

@media (max-width: 768px) {
  .nav {
    padding: 16px 20px;
  }

  .hero-app {
    padding: 42px 20px 28px;
  }

  .hero-text,
  .provider-proof-copy p,
  .mini-features-copy p,
  .section-copy,
  .dual-copy p,
  .final-cta-inner p {
    font-size: 16px;
  }

  .hero-app-copy h1,
  .provider-proof-copy h2,
  .mini-features-copy h2,
  .section-heading h2,
  .dual-copy h2,
  .final-cta-inner h2 {
    font-size: 32px;
  }

  .app-shot {
    max-width: 240px;
  }

  .provider-shot {
    max-width: 220px;
  }

  .mini-feature-card,
  .trust-card {
    padding: 20px 18px;
  }

  .dual-panel {
    padding: 20px;
  }
}
.banner-premium-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-premium-image {
  width: 100%;
  max-width: 420px;
  height: 460px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.14);
  display: block;
}
@media (max-width: 768px) {
  .banner-premium-image {
    max-width: 100%;
    height: 280px;
    border-radius: 22px;
  }
}