.elementor-kit-102{--e-global-color-primary:#0F0F10;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF3B7A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-102 e-page-transition{background-color:#FFBC7D;}.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);}@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 */:root{
  --bg:#121212;
  --panel:#1a1a1a;
  --line:#2a2a2a;
  --text:#e8e8e8;
  --muted:#bbbbbb;
  --accent:#70ff9f;   /* playful green */
  --accent-2:#39ffb8; /* lighter green */
  --warn:#ff6b6b;     /* urgent but not harsh */
  --gold:#ffd24d;     /* highlight line */
}

/* subtle glow + color shift */
@keyframes gentlePulse {
  0%,100% { color:#f1f1f1; text-shadow:0 0 0 rgba(255,107,107,0); }
  50%     { color:var(--warn); text-shadow:0 0 10px rgba(255,107,107,.35); }
}
/* underline shimmer, playful not jittery */
@keyframes underlineShimmer {
  0%   { text-decoration-color:var(--accent); text-underline-offset:3px; }
  50%  { text-decoration-color:var(--accent-2); text-underline-offset:6px; }
  100% { text-decoration-color:var(--accent); text-underline-offset:3px; }
}
/* tiny ping dot to suggest limited-time urgency */
@keyframes ping {
  0%   { box-shadow:0 0 0 0 rgba(255,107,107,.6); }
  80%  { box-shadow:0 0 0 10px rgba(255,107,107,0); }
  100% { box-shadow:0 0 0 0 rgba(255,107,107,0); }
}
.lto-head {
  position:relative;
  display:inline-block;
  animation:gentlePulse 2.2s ease-in-out infinite;
}
.lto-head::after{
  content:"";
  position:absolute;
  right:-14px; top:6px;
  width:8px; height:8px; border-radius:50%;
  background:var(--warn);
  animation:ping 1.8s cubic-bezier(.2,.8,.2,1) infinite;
}
.free-underline {
  text-decoration:underline;
  animation:underlineShimmer 2.4s ease-in-out infinite;
}
.offer-wrap{
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:14px;
  padding:22px 24px;
  max-width:780px;
  margin:0 auto;
  color:var(--text);
  font-family:inherit;
  text-align:center;
}
.offer-panel{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:12px;
  padding:28px 20px;
}
/* Base circle */
.woocommerce-checkout .shipping_method[type="radio"],
.woocommerce input[type="radio"][name^="shipping_method["] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ff1470;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  background: transparent;
  outline: none;
}

/* Inner dot perfectly centered */
.woocommerce-checkout .shipping_method[type="radio"]:checked::after,
.woocommerce input[type="radio"][name^="shipping_method["]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #ff1470;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}/* End custom CSS */