.elementor-kit-5{--e-global-color-primary:#0E0E0E;--e-global-color-secondary:#6E6E6E;--e-global-color-text:#F8F8F8;--e-global-color-accent:#8A2BE2;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#E5E5E5;--e-global-color-transparent:#00000000;--e-global-color-4b98196:#D4AF37;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-size:25px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto Flex";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Roboto Condensed";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Poppins";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Poppins";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Poppins";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Poppins";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Figtree";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:#FFFFFF00;}.elementor-kit-5 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);}.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-kit-5{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --fuchsia:#ff2fd1;
  --fuchsia-soft:#ff6ee0;
  --violet:#b266ff;
  --purple:#8a2be2;
  --ink:#0d0b12;
  --card:#171423;
  --text:#faf7ff;
  --muted:#bfa9e8;
}

/* Page base */
body .wet-wrap{
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--text);
  background: radial-gradient(1200px 600px at 50% -10%, #2a1b3f 0%, #120f1c 60%, #09080d 100%);
}

/* Neon header bar */
.wet-hero{
  position:relative;
  padding:48px 20px 56px;
  background: linear-gradient(180deg, #1c1330 0%, #2f1c56 60%, #1a1430 100%);
  box-shadow: inset 0 0 120px rgba(255,111,224,.12);
}
.wet-hero .title{
  font-weight:900;
  letter-spacing:.5px;
  font-size:56px;
  line-height:1.02;
  text-transform:uppercase;
  text-shadow: 0 0 14px var(--fuchsia-soft), 0 0 36px var(--fuchsia);
}
.wet-hero .kicker{
  margin-top:10px;
  font-size:14px;
  letter-spacing:.3px;
  color:var(--muted);
}
.wet-hero .cta-row{
  margin-top:28px;
  display:flex; gap:12px; flex-wrap:wrap;
}

/* Buttons */
.wet-btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:12px 18px; border-radius:16px; font-weight:700;
  background: linear-gradient(90deg, var(--purple), var(--violet));
  box-shadow:0 0 14px rgba(186,102,255,.55);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  color:#fff !important; text-decoration:none !important;
}
.wet-btn:hover{
  transform: translateY(-1px) scale(1.02);
  background: linear-gradient(90deg, var(--violet), var(--fuchsia-soft));
  box-shadow:0 0 18px var(--fuchsia), 0 0 42px var(--fuchsia);
}

/* Sticky call chip */
.wet-call-chip{
  position:fixed; right:24px; top:18px; z-index:999;
  padding:10px 14px; border-radius:14px; font-weight:800;
  background: radial-gradient(120px 60px at 20% 20%, #5f2bba 0%, #2d165c 60%, #1e1241 100%);
  box-shadow: 0 0 16px rgba(255,111,224,.6);
}

/* Section shells */
.section{ padding:56px 20px; }
.wet-grid{ display:grid; gap:16px; grid-template-columns: repeat(2, minmax(0,1fr)); }
@media(min-width:900px){ .wet-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }}

/* Cards */
.card{
  background:linear-gradient(180deg,#1c1628 0%, #151224 100%);
  border-radius:18px; padding:18px; min-height:120px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.04), 0 8px 28px rgba(0,0,0,.4);
}
.card a{ display:block; color:#fff; text-decoration:none; }
.card .name{ font-weight:800; font-size:16px; margin-bottom:6px;}
.card .desc{ font-size:13px; color:var(--muted); }
.card:hover{ box-shadow: 0 0 12px var(--fuchsia), 0 0 36px var(--fuchsia); }

/* Services tiles */
.service{
  background:linear-gradient(180deg,#1c1828 0%, #141021 100%);
  border-radius:18px; padding:18px; min-height:160px;
  display:flex; flex-direction:column; justify-content:space-between;
  box-shadow: 0 0 0 1px rgba(255,255,255,.04), 0 10px 30px rgba(0,0,0,.45);
}
.service .h{ font-weight:900; font-size:18px; }
.service .p{ font-size:13px; color:var(--muted); margin:8px 0 12px; }

/* Regions pills */
.pills{ display:flex; gap:10px; flex-wrap:wrap; }
.pill{
  padding:10px 14px; border-radius:999px; font-weight:700; font-size:13px;
  background:#211837; color:#fff; box-shadow:0 0 10px rgba(178,102,255,.4);
}
.pill:hover{ box-shadow:0 0 16px var(--fuchsia); }

/* Counters */
.counters{ display:grid; gap:16px; grid-template-columns: repeat(2, minmax(0,1fr)); }
@media(min-width:900px){ .counters{ grid-template-columns: repeat(4, minmax(0,1fr)); } }
.counter{ text-align:center; padding:18px; border-radius:18px; background:#181329; }
.counter .n{ font-size:34px; font-weight:900; text-shadow:0 0 12px var(--fuchsia-soft); }
.counter .t{ font-size:12px; color:var(--muted); }

/* Final CTA band */
.cta-band{
  padding:28px; text-align:center; border-radius:22px;
  background:linear-gradient(90deg, #2a134f, #4b1a8a);
  box-shadow:0 0 24px rgba(255,111,224,.35);
}

/* Divider glow */
.glow-divider{
  height:2px; margin:26px 0;
  background: linear-gradient(90deg, var(--fuchsia), var(--violet), var(--fuchsia-soft));
  filter: drop-shadow(0 0 10px var(--fuchsia)) drop-shadow(0 0 25px var(--fuchsia));
}

/* Global link hover glow from your spec */
a:hover {
  color: #ff6ee0 !important;
  text-shadow: 0 0 10px #ff2fd1, 0 0 25px #ff2fd1, 0 0 45px #ff2fd1;
  transition: all 0.2s ease-in-out;
}

/* Toggle: add class 'rose-mode' on .wet-wrap to shift accents red */
.rose-mode .wet-btn:hover,
.rose-mode .card:hover,
.rose-mode .pill:hover{
  box-shadow:0 0 18px #ff3b6e, 0 0 42px #ff3b6e;
}/* End custom CSS */