html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.public-shell {
  margin-bottom: 0;
  background: #fff;
  color: #161b2b;
}

.public-header {
  backdrop-filter: blur(16px);
}

.public-header .nav-link,
.public-footer a {
  color: #3c4356;
  text-decoration: none;
}

.py-lg-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.hero-section,
.pricing-hero {
  background:
    radial-gradient(circle at 12% 16%, rgba(49, 108, 255, 0.16), transparent 36%),
    radial-gradient(circle at 88% 18%, rgba(126, 82, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #4054c7;
}

.hero-title {
  max-width: 980px;
  letter-spacing: -0.04em;
}

.hero-copy {
  max-width: 760px;
}

.feature-tile,
.pricing-card,
.signup-plan-summary {
  border: 1px solid #e2e6f0;
  border-radius: 1.25rem;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 18px 50px rgba(31, 44, 86, 0.07);
}

.pricing-card {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 65px rgba(31, 44, 86, 0.13);
}

.pricing-card-popular {
  border: 2px solid #316cff;
}

.popular-ribbon {
  display: inline-block;
  margin: -2rem -2rem 1.5rem;
  padding: 0.55rem 2rem;
  width: calc(100% + 4rem);
  background: #316cff;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.pricing-tagline {
  min-height: 4.5rem;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
}

.price-currency {
  font-size: 1.2rem;
  font-weight: 700;
}

.price-value {
  font-size: 3.15rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.price-period {
  color: #72798b;
}

.plan-highlights li {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
  color: #424a5e;
}

.plan-highlights li span {
  color: #1a9b62;
  font-weight: 800;
}

.billing-toggle {
  display: inline-flex;
  border: 1px solid #d7dce8;
  border-radius: 999px;
  padding: 0.25rem;
  background: #fff;
}

.billing-toggle .btn {
  border-radius: 999px;
  min-width: 110px;
}

.comparison-table-wrap {
  border: 1px solid #e2e6f0;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}

.comparison-table {
  margin-bottom: 0;
}

.comparison-table th,
.comparison-table td {
  padding: 1rem 1.25rem;
  text-align: center;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  text-align: left;
}

.signup-card {
  border-radius: 1.25rem;
}

.privacy-page {
  max-width: 780px;
  margin: 0 auto;
  padding: 1rem 0 3rem;
}

.privacy-hero {
  padding: 2rem 2rem 1.5rem;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 12% 16%, rgba(49, 108, 255, 0.16), transparent 40%),
    radial-gradient(circle at 92% 20%, rgba(126, 82, 255, 0.14), transparent 38%),
    linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
  border: 1px solid #e2e6f0;
}

.privacy-hero h1 {
  letter-spacing: -0.03em;
  font-weight: 800;
}

.privacy-section {
  padding: 1.25rem 0;
  border-bottom: 1px solid #eef1f7;
}

.privacy-section:last-child {
  border-bottom: none;
}

.privacy-section h2 {
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 0.5rem;
}

.privacy-section p,
.privacy-section li {
  color: #424a5e;
  line-height: 1.65;
}

.privacy-section ul {
  padding-left: 1.15rem;
}

.privacy-section li {
  margin-bottom: 0.4rem;
}
