@import url('https://fonts.googleapis.com/css2?family=Varela+Round&family=Heebo:wght@400;500;700;800&display=swap');

/* BOT: Page styles for Naturafil Glass aesthetic — Updated to Blue Brand Colors */


.bgpost-lp-d1a88e30 {
  --lp-font-display: 'Varela Round', 'Heebo', system-ui, sans-serif;
  --lp-font-body: 'Heebo', system-ui, sans-serif;
  --lp-accent: #013EED;
  --lp-on-accent: #ffffff;
  --lp-accent-soft: #ebf4ff;
  --lp-accent-secondary: #8BC6FE;
  --lp-on-accent-soft: #013EED;
  --lp-accent-strong: #0E1FB9;
  --lp-surface: #f8fafc;
  --lp-surface-card: rgba(255, 255, 255, 0.85);
  --lp-text-main: #0f172a;
  --lp-text-muted: #475569;
  --lp-border: rgba(1, 62, 237, 0.15);
  --lp-radius: 20px;
  --lp-radius-sm: 12px;
  --lp-radius-pill: 999px;

  font-family: var(--lp-font-body);
  color: var(--lp-text-main);
  background-color: var(--lp-surface);
  line-height: 1.6;
}

/* Helpers */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
}

/* Typography */
.bgpost-lp-d1a88e30 h1, 
.bgpost-lp-d1a88e30 h2, 
.bgpost-lp-d1a88e30 h3 {
  font-family: var(--lp-font-display);
  font-weight: 700;
  line-height: 1.2;
  margin-block: 0;
}

/* Nav */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 250, 252, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--lp-border);
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-inline: auto;
  padding: 16px 24px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
}

/* Buttons */
.bgpost-lp-d1a88e30 button.bgpost-lp-d1a88e30-btn--primary,
.bgpost-lp-d1a88e30 a.bgpost-lp-d1a88e30-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lp-accent);
  color: var(--lp-on-accent);
  padding: 14px 28px;
  border-radius: var(--lp-radius-pill);
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
}
.bgpost-lp-d1a88e30 button.bgpost-lp-d1a88e30-btn--primary:hover,
.bgpost-lp-d1a88e30 a.bgpost-lp-d1a88e30-btn--primary:hover {
  background: var(--lp-accent-strong);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(1, 62, 237, 0.25);
}
.bgpost-lp-d1a88e30 button.bgpost-lp-d1a88e30-btn--primary:active,
.bgpost-lp-d1a88e30 a.bgpost-lp-d1a88e30-btn--primary:active {
  transform: translateY(0) scale(0.98);
}
.bgpost-lp-d1a88e30 a.bgpost-lp-d1a88e30-btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--lp-accent);
  padding: 10px 24px;
  border-radius: var(--lp-radius-pill);
  font-weight: 700;
  text-decoration: none;
  border: 2px solid var(--lp-accent);
  transition: all 0.25s;
}
.bgpost-lp-d1a88e30 a.bgpost-lp-d1a88e30-btn--ghost:hover {
  background: var(--lp-accent-soft);
}

/* Hero */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero {
  position: relative;
  overflow: hidden;
  padding: 60px 24px 80px;
  background: linear-gradient(135deg, #eef4ff 0%, #f8fafc 100%);
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-glow {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 60vw;
  height: 60vw;
  background: radial-gradient(circle, rgba(139, 198, 254, 0.4) 0%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-grid {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 900px) {
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.bgpost-lp-d1a88e30 .hero-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(16px);
  animation: bgpost-lp-d1a88e30-word-in 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.bgpost-lp-d1a88e30 .hero-word:nth-child(1) { animation-delay: 0ms; }
.bgpost-lp-d1a88e30 .hero-word:nth-child(2) { animation-delay: 100ms; }
.bgpost-lp-d1a88e30 .hero-word:nth-child(3) { animation-delay: 200ms; }
.bgpost-lp-d1a88e30 .hero-word:nth-child(5) { animation-delay: 350ms; }
@keyframes bgpost-lp-d1a88e30-word-in {
  to { opacity: 1; transform: translateY(0); }
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  color: var(--lp-text-muted);
  margin-bottom: 32px;
  max-width: 500px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  font-weight: 500;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-benefits i {
  color: var(--lp-accent);
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-video-wrapper {
  border-radius: var(--lp-radius);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  max-width: 400px;
  transform: rotate(-2deg);
  border: 4px solid #fff;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-video {
  width: 100%;
  display: block;
}

/* Glass Form Box */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-formbox {
  background: var(--lp-surface-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 24px 64px rgba(1, 62, 237, 0.1);
  position: relative;
  z-index: 2;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-formbox-title {
  font-size: 2rem;
  margin-bottom: 8px;
  text-align: center;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-formbox-desc {
  text-align: center;
  color: var(--lp-text-muted);
  margin-bottom: 32px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-age-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-age-grid button:last-child {
  grid-column: 1 / -1;
}
.bgpost-lp-d1a88e30 button.bgpost-lp-d1a88e30-age-btn {
  background: #fff;
  border: 2px solid var(--lp-border);
  color: var(--lp-text-main);
  padding: 16px;
  border-radius: var(--lp-radius-sm);
  font-size: 1.1rem;
  font-weight: 700;
  font-family: var(--lp-font-body);
  cursor: pointer;
  transition: all 0.2s ease;
}
.bgpost-lp-d1a88e30 button.bgpost-lp-d1a88e30-age-btn:hover {
  border-color: var(--lp-accent);
  background: var(--lp-accent-soft);
  transform: translateY(-2px);
}
.bgpost-lp-d1a88e30 button.bgpost-lp-d1a88e30-age-btn[aria-pressed="true"] {
  background: var(--lp-accent);
  color: var(--lp-on-accent);
  border-color: var(--lp-accent);
}

.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-field {
  display: block;
  margin-bottom: 16px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-field-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--lp-text-muted);
}
.bgpost-lp-d1a88e30 input.bgpost-lp-d1a88e30-input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--lp-border);
  border-radius: var(--lp-radius-sm);
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.bgpost-lp-d1a88e30 input.bgpost-lp-d1a88e30-input:focus {
  outline: none;
  border-color: var(--lp-accent);
}
.bgpost-lp-d1a88e30 button.bgpost-lp-d1a88e30-leadform-submit {
  width: 100%;
  margin-top: 16px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-leadform-status {
  margin-block-start: 16px;
  padding: 12px 16px;
  border-radius: var(--lp-radius-sm);
  font-size: 0.95rem;
  text-align: center;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-leadform-status.is-success {
  background: #ecfdf5; color: #065f46; border: 1px solid #6ee7b7;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-leadform-status.is-error {
  background: #fef2f2; color: #7f1d1d; border: 1px solid #fca5a5;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-leadform-spinner {
  display: inline-block;
  margin-inline-start: 8px;
  animation: bgpost-lp-d1a88e30-spin 1s linear infinite;
}
@keyframes bgpost-lp-d1a88e30-spin { to { transform: rotate(360deg); } }

/* Social Proof Bar */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-trust {
  background: #fff;
  border-bottom: 1px solid var(--lp-border);
  padding: 40px 24px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-trust-inner {
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-trust-inner {
    flex-direction: column;
    text-align: center;
  }
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-trust-badge img {
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(0,0,0,0.06);
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-trust-stats {
  display: flex;
  gap: 48px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-stat {
  display: flex;
  flex-direction: column;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-stat-num {
  font-size: 3rem;
  font-weight: 800;
  color: var(--lp-accent);
  line-height: 1;
  font-family: var(--lp-font-display);
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-stat-label {
  font-size: 1.1rem;
  color: var(--lp-text-muted);
  font-weight: 500;
  margin-top: 4px;
}

/* Features Bento Grid */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-features {
  padding: 80px 0;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-section-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 48px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card {
  background: #fff;
  border-radius: var(--lp-radius);
  padding: 32px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  border: 1px solid var(--lp-border);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(1, 62, 237, 0.08);
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-card-icon {
  width: 56px;
  height: 56px;
  background: var(--lp-accent-soft);
  color: var(--lp-on-accent-soft);
  border-radius: var(--lp-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-card-title {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-card-desc {
  color: var(--lp-text-muted);
  font-size: 1.05rem;
  flex-grow: 1;
}

/* Bento Sizing */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--small {
  grid-column: span 1;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--large {
  grid-column: span 2;
  grid-row: span 2;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--doctors {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(145deg, var(--lp-accent), var(--lp-accent-strong));
  color: #fff;
  border: none;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--doctors .bgpost-lp-d1a88e30-card-title {
  color: #fff;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--doctors .bgpost-lp-d1a88e30-card-desc {
  color: rgba(255,255,255,0.85);
  max-width: 300px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--doctors .bgpost-lp-d1a88e30-card-icon {
  background: rgba(255,255,255,0.15);
  color: #fff;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-doctors-img {
  width: 250px;
  height: auto;
  object-fit: contain;
  margin-right: -40px;
  margin-bottom: -32px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--wide {
  grid-column: span 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-card-text {
  max-width: 600px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-approvals {
  display: flex;
  gap: 20px;
  align-items: center;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-approvals img {
  height: 60px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-approvals img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 900px) {
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento {
    grid-template-columns: 1fr;
  }
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--small,
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--large,
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--wide {
    grid-column: span 1;
    grid-row: auto;
  }
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--doctors {
    flex-direction: column;
    text-align: center;
    padding-bottom: 0;
  }
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-card-content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-doctors-img {
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
    max-width: 280px;
  }
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--wide {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }
}

/* Final CTA */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-finalcta {
  background: var(--lp-surface-card);
  padding: 100px 24px;
  text-align: center;
  border-top: 1px solid var(--lp-border);
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-finalcta-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 16px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-finalcta-subtitle {
  font-size: 1.25rem;
  color: var(--lp-text-muted);
  margin-bottom: 40px;
}
.bgpost-lp-d1a88e30 a.bgpost-lp-d1a88e30-btn--large {
  padding: 20px 48px;
  font-size: 1.3rem;
}

/* Footer */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-footer {
  background: #f1f5f9;
  padding: 40px 0;
  border-top: 1px solid #e2e8f0;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-footer-copy {
  color: var(--lp-text-muted);
  margin: 0;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-footer-links {
  display: flex;
  gap: 24px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-footer-links a {
  color: var(--lp-text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-footer-links a:hover {
  color: var(--lp-accent);
}

@media (prefers-reduced-motion: reduce) {
  .bgpost-lp-d1a88e30 *, .bgpost-lp-d1a88e30 *::before, .bgpost-lp-d1a88e30 *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
/* /BOT */

/* BOT: Center and balance the features bento grid for better visual symmetry. — 2026-04-28T07:02:50+00:00 */
/* BOT: Centering and balancing the Features bento grid — 2024-05-20 */

.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-features {
  padding-block: 100px;
  background-color: #ffffff;
}

.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* More granular grid for better centering */
  gap: 24px;
  max-width: 1100px; /* Slightly narrower for tighter centering */
  margin-inline: auto;
}

/* Row 1: Two cards centered */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--small {
  grid-column: span 3; /* 2 cards side by side (3+3=6) */
}

/* Row 2: Large card (Doctors) */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--large {
  grid-column: span 6; /* Full width for the doctors card to center it */
  grid-row: auto;
}

/* Row 3: Wide card (Tech) */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--wide {
  grid-column: span 6;
}

.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--doctors {
  flex-direction: row;
  min-height: 320px;
}

.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-doctors-img {
  width: 320px;
  margin-right: 0;
  margin-bottom: -32px;
  align-self: flex-end;
}

@media (max-width: 900px) {
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento {
    grid-template-columns: 1fr;
  }
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--small,
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--large,
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--wide {
    grid-column: span 1;
  }
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-bento-card--doctors {
    flex-direction: column;
    padding-bottom: 0;
  }
}
/* /BOT */

/* BOT: Add styling for checkbox and modal dialog. — 2026-04-28T07:17:15+00:00 */
/* BOT: Terms checkbox & Modal Dialog CSS — 2026-04-28 */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-field-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  text-align: right;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-checkbox {
  appearance: none;
  background-color: #fff;
  margin: 0;
  margin-top: 2px;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 2px solid var(--lp-border);
  border-radius: 4px;
  display: grid;
  place-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
  cursor: pointer;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-checkbox::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--lp-on-accent);
  background-color: var(--lp-on-accent);
  transform-origin: center;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-checkbox:focus-visible {
  outline: 2px solid var(--lp-accent);
  outline-offset: 2px;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-checkbox:checked {
  background-color: var(--lp-accent);
  border-color: var(--lp-accent);
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-checkbox:checked::before {
  transform: scale(1);
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-checkbox-text {
  font-size: 0.85rem;
  color: var(--lp-text-muted);
  line-height: 1.4;
  cursor: pointer;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-terms-link {
  color: var(--lp-accent);
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}

.bgpost-lp-d1a88e30 dialog.bgpost-lp-d1a88e30-dialog {
  border: none;
  border-radius: var(--lp-radius);
  padding: 32px;
  max-width: 500px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.15);
  background: #fff;
  color: var(--lp-text-main);
  text-align: right;
  direction: rtl;
}
.bgpost-lp-d1a88e30 dialog.bgpost-lp-d1a88e30-dialog::backdrop {
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(4px);
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-dialog-inner h3 {
  margin-bottom: 16px;
  font-size: 1.5rem;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-dialog-inner p {
  font-size: 1rem;
  color: var(--lp-text-muted);
  margin-bottom: 24px;
}
/* /BOT */

/* BOT: Shrink logo and button sizes in mobile nav for a better fit — 2026-04-30T15:45:44+00:00 */
@media (max-width: 768px) {
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-nav-inner {
    padding: 12px 16px;
  }
  .bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-logo {
    height: 36px;
    width: auto;
  }
  .bgpost-lp-d1a88e30 a.bgpost-lp-d1a88e30-btn--ghost {
    padding: 6px 16px;
    font-size: 0.9rem;
    border-width: 1.5px;
  }
}
/* /BOT */

/* BOT: Fix hero video aspect ratio and make it fill container using object-fit cover — 2026-05-03T13:14:01+00:00 */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-video-wrapper {
  aspect-ratio: 4 / 5;
  background-color: #f1f5f9;
}
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* /BOT */

/* BOT: Change hero video container to a horizontal landscape ratio — 2026-05-03T13:19:30+00:00 */
.bgpost-lp-d1a88e30 .bgpost-lp-d1a88e30-hero-video-wrapper {
  aspect-ratio: 16 / 9;
  max-width: 520px;
}
/* /BOT */