:root {
  --bg: #f6f8fc;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #ffffff;
  --surface-border: rgba(15, 23, 42, 0.08);
  --text: #0f172a;
  --muted: #5b6475;
  --brand: #0d6efd;
  --brand-strong: #0b5ed7;
  --accent: #6ad7ff;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(13, 110, 253, 0.12), transparent 35%),
    radial-gradient(circle at top right, rgba(13, 202, 240, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

a {
  text-decoration: none;
}

.brand-logo {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.footer-logo {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  object-fit: cover;
}

.app-nav {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.app-nav .nav-link {
  color: rgba(15, 23, 42, 0.72);
}

.app-nav .nav-link:hover,
.app-nav .nav-link:focus,
.app-nav .nav-link.active {
  color: #0f172a;
  font-weight: 700;
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #08111f;
  border: 0;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.2);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #08111f;
  transform: translateY(-1px);
}

.hero-section {
  position: relative;
  padding: 8.5rem 0 5rem;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  pointer-events: none;
}

.hero-glow-a {
  width: 26rem;
  height: 26rem;
  top: -8rem;
  left: -8rem;
  background: rgba(13, 110, 253, 0.12);
}

.hero-glow-b {
  width: 18rem;
  height: 18rem;
  right: -3rem;
  top: 7rem;
  background: rgba(106, 215, 255, 0.1);
}

.eyebrow,
.section-label,
.panel-kicker,
.cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem .8rem;
  border-radius: 999px;
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
  background: rgba(13, 110, 253, 0.08);
  color: var(--brand-strong);
}

.hero-title {
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: .92;
  letter-spacing: -0.06em;
  font-weight: 800;
  color: var(--text);
}

.hero-subtitle {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.15;
  font-weight: 700;
  color: var(--text);
  max-width: 18ch;
}

.hero-copy {
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-footnote {
  color: var(--muted);
}

.section {
  padding: 5rem 0;
}

.section-surface {
  background: linear-gradient(180deg, rgba(255,255,255,0.24), rgba(255,255,255,0.06));
}

.section-head {
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.05em;
  font-weight: 800;
  margin-bottom: 0;
  color: var(--text);
}

.section-copy {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.04rem;
}

.glass-card,
.product-panel,
.promise-card,
.pricing-card,
.step-card,
.feature-card,
.quote-card,
.privacy-card,
.cta-panel,
.faq-accordion {
  border: 1px solid var(--surface-border);
  border-radius: 1.75rem;
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.product-panel {
  padding: 1.5rem;
}

.panel-title {
  color: var(--text);
}

.sample-card {
  border-radius: 1.45rem;
  background: var(--surface-strong);
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 1.25rem;
}

.sample-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.15rem;
}

.sample-index,
.step-number,
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 1), rgba(106, 215, 255, 1));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.18);
}

.soft-pill {
  display: inline-flex;
  align-items: center;
  padding: .55rem .85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: var(--muted);
  font-size: .92rem;
}

.promise-card,
.privacy-card {
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.78));
}

.feature-card,
.step-card,
.pricing-card,
.quote-card {
  padding: 1.5rem;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.8));
}

.feature-card-accent {
  position: relative;
  overflow: hidden;
}

.feature-card-accent::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), transparent 65%);
  pointer-events: none;
}

.feature-card h3,
.step-card h3,
.pricing-card h3,
.quote-card h3 {
  margin-top: .25rem;
}

.feature-icon {
  margin-bottom: 1rem;
}

.step-number {
  margin-bottom: 1rem;
}

.pricing-card-featured {
  position: relative;
  border-color: rgba(13, 110, 253, 0.28);
  box-shadow: 0 20px 60px rgba(13, 110, 253, 0.1);
}

.pricing-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: .78rem;
  font-weight: 800;
  color: #08111f;
  background: linear-gradient(135deg, var(--brand), var(--accent));
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pricing-plan {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 1.25rem 1.25rem 1.1rem;
  border-radius: 1.5rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.pricing-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 34%);
  pointer-events: none;
}

.pricing-plan-hero {
  background: linear-gradient(180deg, #8e73f7 0%, #6f5be6 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
}

.pricing-plan-dark {
  background: linear-gradient(180deg, #33383f 0%, #2a2f35 100%);
  color: #f3f4f6;
  border: 1px solid rgba(255,255,255,0.06);
}

.pricing-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.pricing-name {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.pricing-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .52rem .78rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.98);
  color: #6b5cf0;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.pricing-chip-light {
  color: #715cf0;
}

.pricing-price {
  display: flex;
  align-items: flex-end;
  gap: .45rem;
  margin-top: auto;
}

.pricing-amount {
  display: inline-block;
  font-size: clamp(3rem, 5vw, 4.25rem);
  line-height: .95;
  font-weight: 800;
  letter-spacing: -0.07em;
}

.pricing-period {
  font-size: 1.1rem;
  font-weight: 700;
  opacity: .95;
  transform: translateY(-0.35rem);
}

.pricing-note {
  margin: .7rem 0 0;
  font-size: 1rem;
  line-height: 1.35;
  opacity: .82;
}

.divider {
  height: 1px;
  background: rgba(15, 23, 42, 0.08);
}

.product-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.25fr .85fr;
  align-items: stretch;
}

.quote-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.privacy-note {
  padding: 1.5rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: var(--muted);
  line-height: 1.75;
}

.cta-panel {
  padding: 1.8rem;
  background:
    radial-gradient(circle at top right, rgba(106, 215, 255, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(13, 110, 253, 0.92), rgba(13, 110, 253, 0.76));
  color: #fff;
}

.cta-panel .section-title,
.cta-panel p {
  color: #fff;
}

.cta-panel .mb-0,
.cta-panel .fs-5 {
  color: rgba(255, 255, 255, 0.92);
}

.footer-bar {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
}

.footer-link {
  color: var(--muted);
}

.footer-link:hover,
.footer-link:focus {
  color: var(--brand-strong);
}

.is-scrolled .app-nav {
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.12);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.accordion-button {
  color: var(--text);
  font-weight: 700;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: var(--brand-strong);
  background: transparent;
}

.accordion-button::after {
  opacity: .75;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 8rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .app-nav .navbar-collapse {
    padding: 1rem 0 0;
  }

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

@media (max-width: 575.98px) {
  .section,
  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title {
    font-size: clamp(2.8rem, 15vw, 4.3rem);
  }

  .product-panel,
  .promise-card,
  .privacy-card,
  .pricing-card,
  .step-card,
  .feature-card,
  .quote-card,
  .cta-panel {
    border-radius: 1.35rem;
  }
}
