.smartnotify-page {
  --smartnotify-primary: #0e7490;
  --smartnotify-primary-strong: #155e75;
  --smartnotify-accent: #7dd3fc;
  --smartnotify-bg: #071c2e;
  --smartnotify-bg-alt: #0d2740;
  --smartnotify-text: #f4fbff;
  --smartnotify-muted: #c6d9e7;
  color: var(--smartnotify-text);
}

.smartnotify-page .smartnotify-hero {
  min-height: calc(100vh - 70px);
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 84px;
  background:
    radial-gradient(1100px 520px at -10% -20%, rgba(14, 116, 144, 0.33), transparent 60%),
    radial-gradient(700px 420px at 90% 15%, rgba(13, 39, 64, 0.45), transparent 60%),
    linear-gradient(132deg, var(--smartnotify-bg) 0%, var(--smartnotify-bg-alt) 55%, #173a57 100%);
}

.smartnotify-page .smartnotify-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 60%, rgba(6, 16, 28, 0.55) 100%);
  z-index: 1;
}

.smartnotify-page .smartnotify-hero .container {
  position: relative;
  z-index: 2;
}

.smartnotify-page .smartnotify-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.45);
  background: rgba(14, 116, 144, 0.32);
  color: #dff6ff;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.smartnotify-page .hero-title {
  margin-top: 16px;
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 5.2vw, 4rem);
  line-height: 1.08;
}

.smartnotify-page .hero-subtitle {
  color: var(--smartnotify-muted);
  max-width: 640px;
  margin-bottom: 0;
}

.smartnotify-page .app-store-buttons .btn {
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  border: 2px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.smartnotify-page .btn-playstore {
  background: linear-gradient(135deg, #14b8a6 0%, var(--smartnotify-primary) 100%);
  color: #ffffff;
  border-color: rgba(138, 241, 225, 0.45);
}

.smartnotify-page .btn-appstore {
  background: rgba(255, 255, 255, 0.1);
  color: #f3f9ff;
  border-color: rgba(229, 244, 255, 0.35);
}

.smartnotify-page .app-store-buttons .btn:hover {
  transform: translateY(-2px);
}

.smartnotify-page .btn-playstore:hover {
  box-shadow: 0 16px 30px rgba(20, 184, 166, 0.32);
  color: #ffffff;
}

.smartnotify-page .btn-appstore:hover {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 30px rgba(5, 10, 20, 0.35);
  color: #ffffff;
}

.smartnotify-page .mobile-mockup {
  max-width: 330px;
  margin: 0 auto;
}

.smartnotify-page .mobile-frame {
  position: relative;
  width: 100%;
  padding-top: 192%;
  border-radius: 38px;
  border: 10px solid #18232f;
  background: #0a1118;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.smartnotify-page .screen-content {
  position: absolute;
  inset: 0;
}

.smartnotify-page .screen-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smartnotify-page .smartnotify-features {
  background:
    radial-gradient(760px 320px at 85% 0%, rgba(125, 211, 252, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(5, 12, 22, 0.88) 0%, rgba(10, 24, 39, 0.96) 100%);
}

.smartnotify-page .section-title {
  margin-bottom: 12px;
}

.smartnotify-page .section-subtitle {
  color: var(--smartnotify-muted);
}

.smartnotify-page .feature-card {
  border: 1px solid rgba(125, 211, 252, 0.2);
}

.smartnotify-page .feature-title {
  margin: 0 0 8px;
  font-size: 1.15rem;
  color: #f2fbff;
}

.smartnotify-page .feature-copy {
  margin: 0;
  color: var(--smartnotify-muted);
  line-height: 1.65;
}

.smartnotify-page .smartnotify-portal {
  background: linear-gradient(180deg, rgba(8, 19, 33, 0.95) 0%, rgba(6, 14, 24, 1) 100%);
}

.smartnotify-page .portal-copy {
  color: #d2e5f4;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.smartnotify-page .portal-cta {
  min-width: 280px;
  border-radius: 999px;
  padding: 15px 34px;
  font-size: 1.08rem;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .smartnotify-page .smartnotify-hero {
    padding-top: 106px;
    text-align: center;
  }

  .smartnotify-page .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .smartnotify-page .mobile-mockup {
    max-width: 275px;
  }

  .smartnotify-page .portal-cta {
    width: 100%;
    min-width: 0;
  }
}
