.elementor-kit-2634{--e-global-color-primary:#E30613;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#B3B3B3;--e-global-color-accent:#1A0000;--e-global-color-8dfd24a:#0D0D0D;--e-global-color-7519e38:#1F1F1F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-letter-spacing:0.3px;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:100;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-letter-spacing:0.3px;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-letter-spacing:0.2px;--e-global-typography-accent-font-family:"Roboto Condensed";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:2.4px;--e-global-typography-accent-word-spacing:1px;background-color:var( --e-global-color-8dfd24a );}.elementor-kit-2634 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2634 h2{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* White pill CTA (top navigation) */
.btn-pill {
  display: inline-block;
  background-color: #ffffff;
  color: #111;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 10px 26px;
  border-radius: 9999px; /* pill shape */
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}

/* Hover and focus states */
.btn-pill:hover {
  background-color: #e50914; /* red3 accent */
  color: #fff;
  box-shadow: 0 0 10px rgba(229, 9, 20, 0.5);
}

.btn-pill:active {
  transform: scale(0.98);
}

/* Optional dark header background context */
header, .site-header {
  background-color: #0c0c0c;
}/* End custom CSS */