﻿:root {
  --brand-ink: #0f2f46;
  --brand-blue: #1f6fb2;
  --brand-cyan: #63b7d8;
  --brand-mist: #edf7fb;
  --brand-line: rgba(15, 47, 70, 0.12);
  --text-main: #1c2a35;
  --text-soft: #5c7083;
  --glow: rgba(31, 111, 178, 0.18);
}

html { scroll-behavior: smooth; }

body {
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(circle at top left, rgba(99, 183, 216, 0.14), transparent 28%),
    linear-gradient(180deg, #f9fdff 0%, #ffffff 24%, #f5fbff 100%);
}

.navbar {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(15, 47, 70, 0.08);
}

.navbar-brand {
  color: var(--brand-ink);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-logo {
  display: block;
  width: auto;
  height: 2.65rem;
}

.brand-logo-footer {
  height: 2.9rem;
}

.brand-mark {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand-ink), var(--brand-blue));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 16px 36px var(--glow);
}

.section-title,
.display-5 {
  color: var(--brand-ink);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.text-soft { color: var(--text-soft); }

.btn-brand {
  --bs-btn-bg: var(--brand-ink);
  --bs-btn-border-color: var(--brand-ink);
  --bs-btn-hover-bg: #0a2435;
  --bs-btn-hover-border-color: #0a2435;
  --bs-btn-active-bg: #081d2b;
  --bs-btn-active-border-color: #081d2b;
  --bs-btn-color: #fff;
  box-shadow: 0 18px 34px rgba(15, 47, 70, 0.18);
}

.btn-outline-brand {
  --bs-btn-color: var(--brand-ink);
  --bs-btn-border-color: rgba(15, 47, 70, 0.18);
  --bs-btn-hover-bg: var(--brand-ink);
  --bs-btn-hover-border-color: var(--brand-ink);
  --bs-btn-hover-color: #fff;
  background: rgba(255, 255, 255, 0.78);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 6rem;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  z-index: 0;
}

.hero::before {
  width: 360px;
  height: 360px;
  top: -110px;
  right: -70px;
  background: rgba(99, 183, 216, 0.2);
}

.hero::after {
  width: 260px;
  height: 260px;
  left: -70px;
  bottom: -100px;
  background: rgba(31, 111, 178, 0.11);
}

.hero .container { position: relative; z-index: 1; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 47, 70, 0.06);
  color: var(--brand-ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.eyebrow-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.hero-card,
.surface-card,
.feature-card,
.faq-card,
.cta-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--brand-line);
  border-radius: 1.6rem;
  box-shadow: 0 22px 50px rgba(14, 35, 54, 0.08);
}

.hero-card { padding: 1.3rem; }

.hero-dashboard-frame {
  position: relative;
  padding: 0.95rem;
  border-radius: 1.45rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 251, 0.96));
  border: 1px solid rgba(15, 47, 70, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 20px 48px rgba(14, 35, 54, 0.1);
}

.hero-dashboard-trigger {
  display: block;
  border: 0;
  padding: 0;
  width: 100%;
  background: transparent;
  cursor: zoom-in;
}

.hero-dashboard-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.hero-dashboard-frame::after {
  content: "Click to enlarge";
  position: absolute;
  right: 1.55rem;
  bottom: 1.55rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(15, 47, 70, 0.78);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  pointer-events: none;
}

.dashboard-modal .modal-content {
  background: rgba(11, 25, 38, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.4rem;
}

.dashboard-modal .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.dashboard-modal .modal-title {
  color: #fff;
}

.dashboard-modal .btn-close {
  filter: invert(1) grayscale(1);
}

.dashboard-modal-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.problem-solution-strip {
  position: relative;
  z-index: 2;
  margin-top: -1.8rem;
}

.problem-solution-shell {
  padding: 0.95rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 250, 252, 0.98)),
    radial-gradient(circle at top left, rgba(15, 112, 161, 0.08), transparent 42%);
  border: 1px solid var(--brand-line);
  border-radius: 1.75rem;
  box-shadow: 0 22px 50px rgba(14, 35, 54, 0.08);
}

.problem-solution-heading {
  max-width: 38rem;
}

.problem-solution-heading .section-title {
  font-size: clamp(1.3rem, 1.6vw, 1.65rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.problem-solution-grid {
  display: grid;
  gap: 0.5rem;
}

.problem-solution-pair {
  margin: 0;
}

.problem-solution-panel {
  padding: 0.85rem 0.95rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(15, 47, 70, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.problem-panel {
  background: linear-gradient(180deg, rgba(245, 247, 249, 0.96), rgba(255, 255, 255, 0.96));
}

.solution-panel {
  padding: 0.95rem;
  background: linear-gradient(180deg, rgba(223, 238, 247, 0.96), rgba(239, 247, 252, 0.98));
  border-color: rgba(15, 112, 161, 0.18);
  box-shadow: 0 10px 22px rgba(15, 47, 70, 0.08);
}

.problem-solution-label {
  margin-bottom: 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-teal);
}

.problem-solution-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: start;
  min-height: 100%;
}

.problem-solution-number {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.68rem;
  background: rgba(15, 47, 70, 0.08);
  color: var(--brand-ink);
  font-size: 0.74rem;
  font-weight: 800;
  flex: 0 0 auto;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.problem-solution-pair:hover .problem-panel,
.problem-solution-pair:hover .solution-panel {
  transform: translateY(-1px);
}

.problem-solution-pair:hover .problem-panel {
  border-color: rgba(15, 112, 161, 0.14);
}

.problem-solution-pair:hover .solution-panel {
  border-color: rgba(15, 112, 161, 0.32);
  box-shadow: 0 14px 26px rgba(15, 47, 70, 0.11);
  background: linear-gradient(180deg, rgba(208, 231, 243, 0.98), rgba(232, 244, 251, 0.98));
}

.problem-solution-pair:hover .solution-panel .problem-solution-number,
.problem-solution-pair:hover .problem-panel .problem-solution-number {
  background: rgba(15, 112, 161, 0.14);
  transform: scale(1.03);
}

.feature-card,
.surface-card,
.faq-card,
.cta-card {
  padding: 1.65rem;
  height: 100%;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.feature-card:hover,
.surface-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px rgba(14, 35, 54, 0.1);
}

.icon-pill {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: var(--brand-mist);
  color: var(--brand-ink);
  font-size: 1rem;
  font-weight: 800;
}

.workflow-point {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(15, 47, 70, 0.08);
}

.workflow-point:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.coverage-item {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: var(--brand-mist);
  color: var(--brand-ink);
  font-weight: 700;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.check-list li {
  position: relative;
  padding-left: 1.7rem;
  color: #344a5b;
}

.check-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand-blue);
  font-weight: 800;
}

.faq-card .accordion-button:not(.collapsed) {
  color: var(--brand-ink);
  background: rgba(15, 47, 70, 0.04);
  box-shadow: none;
}

.faq-card .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(15, 47, 70, 0.12);
}

.cta-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(99, 183, 216, 0.24), transparent 26%),
    linear-gradient(135deg, #0f2f46 0%, #1f6fb2 100%);
}

.cta-card::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.form-shell {
  position: relative;
  z-index: 1;
  padding: 1.6rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-main);
  box-shadow: 0 24px 52px rgba(8, 24, 38, 0.18);
}

.form-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.form-brand-icon {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
}

footer {
  background: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(15, 47, 70, 0.08);
}

.section-intro {
  max-width: 780px;
}

.section-intro-narrow {
  max-width: 760px;
}

.faq-shell {
  max-width: 920px;
}

.z-1 {
  z-index: 1;
}

@media (min-width: 992px) {
  .display-5 { font-size: 3.55rem; }
}

@media (max-width: 991.98px) {
  .hero { padding-top: 7.5rem; }
  .problem-solution-shell {
    padding: 1.25rem;
  }
  .problem-solution-intro {
    padding: 0.25rem 0 0.15rem;
  }
  .hero-dashboard-frame::after {
    right: 1.2rem;
    bottom: 1.2rem;
  }
  .brand-logo {
    height: 2.35rem;
  }
  .brand-logo-footer {
    height: 2.6rem;
  }
}

@media (max-width: 575.98px) {

  .coverage-grid { grid-template-columns: 1fr; }
  .problem-solution-shell,
  .problem-solution-panel {
    padding: 1.15rem;
  }
  .problem-solution-item {
    gap: 0.85rem;
  }
  .problem-solution-number {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.68rem;
    font-size: 0.82rem;
  }
  .hero-dashboard-frame::after {
    font-size: 0.68rem;
    padding: 0.38rem 0.65rem;
  }
}


/* Brand sizing refinements */
.navbar-brand {
  padding-block: 0.15rem;
}

.brand-logo {
  width: auto;
  height: 2.35rem;
  max-width: min(220px, 42vw);
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(15, 47, 70, 0.08));
}

.brand-logo-footer {
  height: 2.55rem;
  max-width: min(240px, 56vw);
  opacity: 0.96;
}

.eyebrow {
  gap: 0.5rem;
  padding: 0.5rem 0.95rem 0.5rem 0.7rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.eyebrow-icon {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(15, 47, 70, 0.12));
}

.form-brand {
  gap: 0.5rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #f8fcff 0%, #eef6fb 100%);
  border: 1px solid rgba(15, 47, 70, 0.08);
}

.form-brand-icon {
  width: 1.55rem;
  height: 1.55rem;
  object-fit: contain;
}

.hero-dashboard-frame::after {
  backdrop-filter: blur(8px);
}

@media (max-width: 991.98px) {
  .brand-logo {
    height: 2.05rem;
    max-width: 180px;
  }

  .brand-logo-footer {
    height: 2rem;
    max-width: 210px;
  }
}

@media (max-width: 575.98px) {

  .brand-logo {
    height: 1.85rem;
    max-width: 150px;
  }

  .brand-logo-footer {
    height: 2.05rem;
    max-width: 180px;
  }

  .eyebrow {
    gap: 0.6rem;
    padding: 0.46rem 0.82rem 0.46rem 0.62rem;
  }

  .eyebrow-icon {
    width: 1.05rem;
    height: 1.05rem;
  }
}
.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  border-radius: 0.85rem;
  background: #0f2f46;
  color: #fff;
  text-decoration: none;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.pricing-card {
  position: relative;
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(31, 111, 178, 0.12);
  color: var(--brand-blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-card-featured {
  box-shadow: 0 26px 56px rgba(31, 111, 178, 0.14);
}

.price-was {
  position: relative;
  display: inline-block;
  margin-bottom: 0.35rem;
  color: #8b97a2;
  font-size: 0.96rem;
  font-weight: 800;
}

.price-was::after {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.08em;
  top: 50%;
  height: 2px;
  background: rgba(111, 126, 139, 0.9);
  transform: rotate(-6deg);
  transform-origin: center;
}

.pricing-discount {
  color: var(--brand-blue);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.signup-modal .modal-content {
  border: 1px solid rgba(15, 47, 70, 0.08);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top right, rgba(99, 183, 216, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
  box-shadow: 0 30px 70px rgba(14, 35, 54, 0.18);
}


.signup-modal .modal-header,
.signup-modal .modal-footer {
  padding-inline: 1.5rem;
}

.signup-modal .modal-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.signup-modal-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: rgba(31, 111, 178, 0.1);
  color: var(--brand-blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.signup-modal-subtitle {
  max-width: 42ch;
  color: var(--text-soft);
}

.signup-modal-shell {
  width: 100%;
}







.signup-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.signup-plan-option {
  display: block;
  cursor: pointer;
}

.signup-plan-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.signup-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(15, 47, 70, 0.12);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.signup-plan-card-featured {
  background: linear-gradient(180deg, rgba(31, 111, 178, 0.08), rgba(255, 255, 255, 0.96));
}

.signup-plan-chip {
  align-self: flex-start;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: var(--brand-ink);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.signup-plan-name {
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand-ink);
}

.signup-plan-price {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text-main);
}

.signup-plan-price small {
  margin-left: 0.2rem;
  font-size: 0.74rem;
  color: var(--text-soft);
}

.signup-plan-meta {
  font-size: 0.84rem;
  color: var(--text-soft);
}

.signup-plan-input:checked + .signup-plan-card {
  border-color: var(--brand-blue);
  box-shadow: 0 18px 36px rgba(31, 111, 178, 0.16);
  transform: translateY(-1px);
}

.signup-plan-input:focus-visible + .signup-plan-card {
  outline: 3px solid rgba(31, 111, 178, 0.18);
  outline-offset: 2px;
}

.signup-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}


@media (max-width: 991.98px) {
  .signup-plan-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {


  .signup-modal .modal-header,
  .signup-modal .modal-footer,
  .signup-modal .modal-body {
    padding-inline: 1rem;
  }

  .signup-submit-row {
    flex-direction: column;
    align-items: stretch;
  }
}

.pricing-trial-note {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(24, 149, 111, 0.1);
  color: #147a5e;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.signup-plan-trial {
  font-size: 0.68rem;
  font-weight: 800;
  color: #147a5e;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.signup-plan-billing {
  font-size: 0.68rem;
  color: var(--text-soft);
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active,
.btn-brand.active,
.btn-brand.show {
  color: #fff;
}

.headline-accent {
  color: var(--brand-blue);
  font-weight: 800;
}












.signup-billing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.signup-billing-option {
  display: block;
  cursor: pointer;
}

.signup-billing-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.signup-billing-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(15, 47, 70, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.signup-billing-name {
  font-size: 0.96rem;
  font-weight: 800;
  color: var(--brand-ink);
}

.signup-billing-copy {
  font-size: 0.82rem;
  color: var(--text-soft);
}

.signup-billing-input:checked + .signup-billing-card {
  border-color: var(--brand-blue);
  box-shadow: 0 18px 36px rgba(31, 111, 178, 0.16);
  transform: translateY(-1px);
}

.signup-billing-input:focus-visible + .signup-billing-card {
  outline: 3px solid rgba(31, 111, 178, 0.18);
  outline-offset: 2px;
}

@media (max-width: 991.98px) {
  .signup-billing-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-cycle-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 420px;
  margin: 0 auto 2rem;
}

.pricing-cycle-option {
  display: block;
  cursor: pointer;
}

.pricing-cycle-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pricing-cycle-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(15, 47, 70, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.pricing-cycle-name {
  font-size: 0.96rem;
  font-weight: 800;
  color: var(--brand-ink);
}

.pricing-cycle-copy {
  font-size: 0.82rem;
  color: var(--text-soft);
}

.pricing-cycle-input:checked + .pricing-cycle-card {
  border-color: var(--brand-blue);
  box-shadow: 0 18px 36px rgba(31, 111, 178, 0.16);
  transform: translateY(-1px);
}

.pricing-cycle-input:focus-visible + .pricing-cycle-card {
  outline: 3px solid rgba(31, 111, 178, 0.18);
  outline-offset: 2px;
}

@media (max-width: 575.98px) {
  .pricing-cycle-switch {
    grid-template-columns: 1fr;
  }
}

.pricing-cycle-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid rgba(15, 47, 70, 0.08);
  border-radius: 999px;
  background: rgba(237, 247, 251, 0.9);
}

.pricing-cycle-pill {
  border: 0;
  background: transparent;
  color: var(--brand-blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.pricing-cycle-pill.is-active {
  background: #ffffff;
  color: var(--brand-blue);
  box-shadow: 0 8px 18px rgba(31, 111, 178, 0.12);
}

.signup-modal .modal-body {
  padding: 1rem 1.25rem 1.25rem;
}

.signup-modal-subtitle {
  font-size: 0.95rem;
}

.signup-plan-grid {
  gap: 0.5rem;
}

.signup-plan-card {
  gap: 0.25rem;
  padding: 0.85rem;
}

.signup-plan-name {
  font-size: 0.96rem;
}

.signup-plan-price {
  font-size: 1.08rem;
}

.signup-plan-meta {
  font-size: 0.74rem;
}

.signup-plan-trial {
  font-size: 0.68rem;
}

.signup-plan-billing {
  font-size: 0.74rem;
}

.signup-submit-row {
  gap: 0.75rem;
}

.signup-billing-grid {
  gap: 0.5rem;
}

.signup-billing-card {
  padding: 0.75rem 0.9rem;
}

.signup-modal .form-label {
  margin-bottom: 0.35rem;
}

.signup-modal .form-text {
  margin-top: 0.2rem;
  font-size: 0.68rem;
}

.signup-modal .modal-title {
  font-size: 1.45rem;
  line-height: 1.15;
}

.signup-modal .form-control-lg,
.signup-modal .form-select-lg {
  min-height: calc(2.65rem + 2px);
  padding: 0.55rem 0.85rem;
  font-size: 0.96rem;
  border-radius: 0.9rem;
}

.signup-modal textarea.form-control {
  min-height: 0;
}

.signup-modal .btn.btn-lg {
  padding: 0.7rem 1.1rem;
  font-size: 0.98rem;
}

.signup-submit-row .btn {
  min-width: 180px;
}

.pricing-assurance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(20, 122, 94, 0.08);
  color: #147a5e;
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.pricing-assurance {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 420px;
  margin: 0 auto 1.6rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(20, 122, 94, 0.12);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(20, 122, 94, 0.05), rgba(20, 122, 94, 0.08));
  color: #147a5e;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

#pricing .section-intro {
  margin-bottom: 1.5rem !important;
}

#pricing .pricing-assurance {
  margin-top: -0.25rem;
}

#cta .form-shell .form-control-lg,
#cta .form-shell .form-select-lg {
  min-height: calc(2.6rem + 2px);
  padding: 0.5rem 0.8rem;
  font-size: 0.95rem;
  border-radius: 0.9rem;
}

#cta .form-shell textarea.form-control {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

#cta .form-shell .form-label {
  margin-bottom: 0.32rem;
}

#cta .form-shell .btn.btn-lg {
  padding: 0.72rem 1rem;
  font-size: 0.97rem;
}

#cta {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

#cta .container {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

#cta .cta-card {
  padding: 1.25rem;
}

#cta .row.position-relative.z-1 {
  row-gap: 1rem !important;
}

#cta .p-4.p-lg-5 {
  padding: 1.25rem !important;
}

#cta .form-shell {
  padding: 1.25rem;
}

#cta .form-brand {
  margin-bottom: 0.75rem !important;
}

#cta h2,
#cta h5 {
  margin-bottom: 0.75rem !important;
}

.pricing-assurance {
  gap: 0.55rem;
}

.pricing-assurance-icon {
  position: relative;
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: #147a5e;
  box-shadow: 0 6px 14px rgba(20, 122, 94, 0.18);
}

.pricing-assurance-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.28rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -58%) rotate(45deg);
}









