.elementor-kit-41{--e-global-color-primary:#00D4FF;--e-global-color-secondary:#1E7CFF;--e-global-color-text:#070B12;--e-global-color-accent:#0B1220;--e-global-color-3486aff:#FFFFFF0F;--e-global-color-7ec4566:#00D4FF40;--e-global-color-4a2a195:#EAF2FFB8;--e-global-color-11fa3a4:#00D4FF2E;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;--e-global-typography-81c3be4-font-family:"Sora";background-color:transparent;color:#EAF2FF;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:1.7px;letter-spacing:0px;word-spacing:0px;background-image:linear-gradient(180deg, #08111A 0%, #08111A 100%);}.elementor-kit-41 button,.elementor-kit-41 input[type="button"],.elementor-kit-41 input[type="submit"],.elementor-kit-41 .elementor-button{background-color:#00D4FF;font-family:"Inter", Sans-serif;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#0B1220;border-style:solid;border-radius:48px 48px 48px 48px;padding:14px 14px 14px 14px;}.elementor-kit-41 e-page-transition{background-color:#FFBC7D;}.elementor-kit-41 p{margin-block-end:12px;}.elementor-kit-41 a{color:#00D4FF;}.elementor-kit-41 a:hover{color:#1E7CFF;}.elementor-kit-41 h1{color:#EAF2FF;font-family:"Inter", Sans-serif;font-size:48px;font-weight:800;line-height:1.1px;letter-spacing:-0.5px;}.elementor-kit-41 h2{color:#EAF2FF;font-family:"Inter", Sans-serif;font-size:32px;font-weight:700;line-height:1.2px;letter-spacing:-0.2px;}.elementor-kit-41 h3{color:#EAF2FF;font-family:"Inter", Sans-serif;font-size:22px;font-weight:700;line-height:1.25px;letter-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* ===== DARK INPUTS – CHECKOUT ===== */

/* Inputs base */
.wcf-checkout-container input[type="text"],
.wcf-checkout-container input[type="email"],
.wcf-checkout-container input[type="tel"],
.wcf-checkout-container textarea {
  background: rgba(15, 25, 40, 0.95) !important;
  color: #ffffff !important;
  border: 1px solid rgba(120,200,255,0.35) !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  font-size: 15px;
}

/* Placeholder */
.wcf-checkout-container input::placeholder,
.wcf-checkout-container textarea::placeholder {
  color: #8fa8c9 !important;
}

/* Focus (important UX) */
.wcf-checkout-container input:focus,
.wcf-checkout-container textarea:focus {
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 2px rgba(56,189,248,0.3) !important;
  outline: none !important;
}

/* Disabled / readonly */
.wcf-checkout-container input:disabled,
.wcf-checkout-container input[readonly] {
  background: rgba(15,25,40,0.6) !important;
  color: #94a3b8 !important;
}

/* Labels */
.wcf-checkout-container label {
  color: #dce8ff !important;
  font-weight: 500;
}

/* Error state */
.wcf-checkout-container .woocommerce-invalid input {
  border-color: #fb7185 !important;
  box-shadow: 0 0 0 1px rgba(251,113,133,0.35);
}/* End custom CSS */