:root {
  --kayuk-abyss: #031018;
  --kayuk-deep: #061d29;
  --kayuk-panel: rgba(9, 39, 53, 0.82);
  --kayuk-panel-strong: #0b2b3a;
  --kayuk-line: rgba(109, 224, 239, 0.18);
  --kayuk-cyan: #39d9ee;
  --kayuk-aqua: #10b9b2;
  --kayuk-ice: #e9fbff;
  --kayuk-muted: #a9c6cf;
  --kayuk-gold: #f6c949;
  --kayuk-danger: #ef5148;
  --kayuk-radius: 24px;
  --kayuk-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

html {
  scroll-behavior: smooth;
  background: var(--kayuk-abyss);
}

body.site {
  color: var(--kayuk-ice);
  background:
    radial-gradient(circle at 12% 15%, rgba(20, 176, 191, 0.16), transparent 30rem),
    radial-gradient(circle at 86% 34%, rgba(34, 112, 164, 0.15), transparent 34rem),
    linear-gradient(155deg, #020b11 0%, #061c27 48%, #031018 100%);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
  overflow-x: hidden;
}

body.site::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.55;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(57, 217, 238, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 75% 30%, rgba(255, 255, 255, 0.15) 0 1px, transparent 2px);
  background-size: 110px 110px, 170px 170px;
}

body.site a {
  color: var(--kayuk-cyan);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

body.site a:hover,
body.site a:focus {
  color: #fff;
}

body.site h1,
body.site h2,
body.site h3,
body.site h4,
body.site h5,
body.site h6 {
  color: #fff;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

body.site h1 {
  font-size: clamp(2.2rem, 5vw, 4.7rem);
}

body.site h2 {
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
}

body.site h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
}

body.site p,
body.site li,
body.site td {
  color: var(--kayuk-muted);
}

body.site strong,
body.site b {
  color: var(--kayuk-ice);
}

body.site img {
  max-width: 100%;
  height: auto;
}

body.site ::selection {
  color: #001014;
  background: var(--kayuk-cyan);
}

/* Header */
#sp-top-bar {
  display: none;
}

#sp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 86px;
  color: #fff;
  background: rgba(3, 16, 24, 0.9);
  border-bottom: 1px solid var(--kayuk-line);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

#sp-header > .container,
#sp-header > .container > .row,
#sp-header .sp-column {
  height: 100%;
}

#sp-logo {
  display: flex;
  align-items: center;
}

#sp-logo .logo,
#sp-logo .logo a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

#sp-logo .sp-default-logo {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(226, 48, 40, 0.24));
}

#sp-menu .sp-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sp-megamenu-parent {
  display: flex !important;
  align-items: center;
  gap: 2px;
  height: 100%;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  display: inline-flex;
  align-items: center;
  height: 86px;
  padding: 0 14px;
  color: #c9dce2 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a {
  color: #fff !important;
}

.sp-megamenu-parent > li.active > a::after,
.sp-megamenu-parent > li:hover > a::after {
  position: absolute;
  right: 14px;
  bottom: 17px;
  left: 14px;
  height: 2px;
  content: "";
  border-radius: 99px;
  background: linear-gradient(90deg, var(--kayuk-cyan), var(--kayuk-aqua));
  box-shadow: 0 0 18px rgba(57, 217, 238, 0.55);
}

.sp-megamenu-parent .sp-dropdown {
  padding-top: 12px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 12px;
  background: rgba(5, 25, 35, 0.98);
  border: 1px solid var(--kayuk-line);
  border-radius: 18px;
  box-shadow: var(--kayuk-shadow);
  backdrop-filter: blur(18px);
}

.sp-megamenu-parent .sp-dropdown li a {
  padding: 11px 14px;
  color: var(--kayuk-muted) !important;
  border-radius: 10px;
}

.sp-megamenu-parent .sp-dropdown li a:hover {
  color: #fff !important;
  background: rgba(57, 217, 238, 0.1);
}

.offcanvas-menu-toggler {
  color: var(--kayuk-cyan) !important;
  font-size: 24px;
}

.offcanvas-menu {
  color: var(--kayuk-ice);
  background:
    radial-gradient(circle at 100% 0, rgba(57, 217, 238, 0.16), transparent 40%),
    #04151f;
}

.offcanvas-menu .close-offcanvas {
  color: #fff;
  background: rgba(57, 217, 238, 0.12);
  border: 1px solid var(--kayuk-line);
}

.offcanvas-menu .sp-module-title {
  color: #fff;
  border-bottom-color: var(--kayuk-line);
}

.offcanvas-menu .menu li a,
.offcanvas-menu .menu li span {
  color: #c8dde3;
  border-bottom-color: rgba(109, 224, 239, 0.1);
}

.offcanvas-menu .menu li a:hover,
.offcanvas-menu .menu li.active > a {
  color: var(--kayuk-cyan);
}

.offcanvas-menu input[type="text"],
.offcanvas-menu input[type="search"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--kayuk-line);
  border-radius: 12px;
}

/* Main canvas */
#sp-main-body {
  padding: 64px 0 80px;
}

body.itemid-101 #sp-main-body,
body.com-sppagebuilder #sp-main-body {
  padding-top: 0;
}

#sp-main-body > .container,
.sp-page-builder .sppb-row-container,
.sp-page-builder .sppb-container-inner {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
}

.sp-page-builder {
  color: var(--kayuk-ice);
}

.sp-page-builder .sppb-section {
  position: relative;
  overflow: hidden;
}

.sp-page-builder .sppb-section:not(#section-id-1479999235) {
  background-color: transparent;
  border-top: 1px solid rgba(109, 224, 239, 0.07);
}

.sp-page-builder .sppb-section:not(#section-id-1479999235) > .sppb-row-container,
.sp-page-builder .sppb-section:not(#section-id-1479999235) > .sppb-container-inner {
  padding-top: clamp(48px, 7vw, 92px);
  padding-bottom: clamp(48px, 7vw, 92px);
}

.sp-page-builder .sppb-section:nth-child(odd):not(#section-id-1479999235) {
  background:
    linear-gradient(135deg, rgba(57, 217, 238, 0.025), transparent 50%),
    rgba(0, 0, 0, 0.06);
}

.sp-page-builder .sppb-addon-title,
.sp-page-builder .sppb-title-heading,
.sp-page-builder .sppb-addon-content h1,
.sp-page-builder .sppb-addon-content h2,
.sp-page-builder .sppb-addon-content h3,
.sp-page-builder .sppb-addon-content h4 {
  color: #fff !important;
}

.sp-page-builder .sppb-addon-content,
.sp-page-builder .sppb-addon-content p,
.sp-page-builder .sppb-addon-text-block,
.sp-page-builder .sppb-addon-text-block p {
  color: var(--kayuk-muted) !important;
}

.sp-page-builder .sppb-addon-title::after,
.item-page .page-header h1::after,
.item-page > h1::after,
.kayuk-sitemap h1::after {
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 18px;
  content: "";
  border-radius: 99px;
  background: linear-gradient(90deg, var(--kayuk-cyan), var(--kayuk-aqua));
  box-shadow: 0 0 20px rgba(57, 217, 238, 0.35);
}

/* Rotating gun hero: crop baked-in black bars and merge with matching background */
body.itemid-101 #section-id-1479999235 {
  overflow: hidden;
  background: #f4f5f5 !important;
  border: 0;
}

body.itemid-101 #section-id-1479999235 .sppb-container-inner {
  width: min(1280px, 100%);
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

body.itemid-101 #section-id-1479999235 .sppb-row,
body.itemid-101 #section-id-1479999235 [class*="sppb-col"],
body.itemid-101 #section-id-1479999235 .sppb-column,
body.itemid-101 #section-id-1479999235 .sppb-column-addons,
body.itemid-101 #section-id-1479999235 .sppb-addon-wrapper,
body.itemid-101 #section-id-1479999235 .sppb-addon,
body.itemid-101 #section-id-1479999235 .sppb-addon-content {
  margin: 0 !important;
  padding: 0 !important;
}

.kayuk-gun-stage {
  position: relative;
  width: 100%;
  background: #f4f5f5;
}

.kayuk-gun-stage::after {
  position: absolute;
  right: 5%;
  bottom: 8%;
  width: 40%;
  height: 12%;
  pointer-events: none;
  content: "";
  background: radial-gradient(ellipse, rgba(12, 25, 29, 0.14), transparent 70%);
  filter: blur(20px);
}

.kayuk-gun-stage > a {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f4f5f5;
}

.kayuk-gun-stage video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f4f5f5;
}

/* Buttons and cards */
body.site .btn,
body.site .sppb-btn,
body.site button:not(.sppb-reset-button-styles),
body.site input[type="submit"] {
  min-height: 50px;
  padding: 13px 24px;
  color: #03161e !important;
  font-weight: 750;
  letter-spacing: 0.015em;
  background: linear-gradient(135deg, var(--kayuk-cyan), #55f0d4) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 30px rgba(30, 204, 219, 0.2) !important;
  text-shadow: none !important;
}

body.site .btn:hover,
body.site .sppb-btn:hover,
body.site button:not(.sppb-reset-button-styles):hover,
body.site input[type="submit"]:hover {
  color: #001014 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(30, 204, 219, 0.32) !important;
}

body.itemid-101 #section-id-1479999238 {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 20px 0 28px;
  background: rgba(3, 16, 24, 0.98) !important;
  border-top: 1px solid var(--kayuk-line);
}

body.itemid-101 #section-id-1479999238 .sppb-container-inner {
  padding-top: 0;
  padding-bottom: 0;
}

body.itemid-101 #section-id-1479999238 .sppb-btn {
  width: 100%;
  min-height: 58px;
  color: var(--kayuk-ice) !important;
  background: linear-gradient(145deg, rgba(16, 55, 70, 0.98), rgba(8, 31, 43, 0.98)) !important;
  border: 1px solid var(--kayuk-line) !important;
  box-shadow: none !important;
}

body.itemid-101 #section-id-1479999238 .sppb-btn:hover {
  color: #fff !important;
  background: linear-gradient(145deg, rgba(17, 92, 105, 0.98), rgba(9, 50, 65, 0.98)) !important;
  border-color: rgba(57, 217, 238, 0.42) !important;
}

.sppb-addon-feature,
.sppb-addon-single-image,
.sppb-addon-person,
.sppb-addon-testimonial,
.sppb-pricing-box,
.sppb-addon-accordion .sppb-panel,
.item-page,
.blog .article-list .article,
.contact,
.com-baforms-wrapper,
.ba-form {
  background: linear-gradient(145deg, rgba(12, 45, 59, 0.82), rgba(5, 24, 34, 0.9)) !important;
  border: 1px solid var(--kayuk-line) !important;
  border-radius: var(--kayuk-radius) !important;
  box-shadow: var(--kayuk-shadow);
}

.sppb-addon-feature,
.sppb-addon-person,
.sppb-pricing-box {
  height: 100%;
  padding: 30px !important;
}

.sppb-addon-testimonial {
  padding: 28px !important;
}

.sppb-addon-testimonial .sppb-addon-testimonial-review {
  color: #bed1d8 !important;
  font-size: 15px;
}

.sppb-addon-testimonial-footer {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--kayuk-line);
}

.sppb-addon-testimonial-avatar {
  border: 2px solid rgba(57, 217, 238, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.sppb-addon-testimonial-client,
.sppb-addon-testimonial-client-url {
  color: var(--kayuk-ice) !important;
}

.sppb-addon-accordion .sppb-panel {
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: none;
}

.sppb-addon-accordion .sppb-panel-heading {
  padding: 18px 22px !important;
  color: var(--kayuk-ice) !important;
  background: rgba(57, 217, 238, 0.06) !important;
  border: 0 !important;
}

.sppb-addon-accordion .sppb-panel-title,
.sppb-addon-accordion .sppb-toggle-direction {
  color: var(--kayuk-ice) !important;
}

.sppb-addon-accordion .sppb-panel-body {
  padding: 22px !important;
  color: var(--kayuk-muted) !important;
  background: transparent !important;
  border-top: 1px solid var(--kayuk-line) !important;
}

.sppb-addon-accordion .sppb-panel-body p,
.sppb-addon-accordion .sppb-panel-body li {
  color: var(--kayuk-muted) !important;
}

/* Articles and legacy modules */
.item-page,
.blog,
.contact {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.item-page {
  padding: clamp(24px, 5vw, 54px);
}

.item-page .page-header,
.item-page .article-header {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--kayuk-line);
}

.item-page table {
  width: 100% !important;
  max-width: 100%;
  color: var(--kayuk-muted);
  background: rgba(255, 255, 255, 0.025);
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--kayuk-line);
  border-radius: 16px;
  overflow: hidden;
}

.item-page td,
.item-page th {
  padding: 14px;
  border-color: var(--kayuk-line) !important;
}

.breadcrumb {
  padding: 12px 18px;
  color: var(--kayuk-muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--kayuk-line);
  border-radius: 999px;
}

.well,
.card,
.alert {
  color: var(--kayuk-muted);
  background: var(--kayuk-panel) !important;
  border-color: var(--kayuk-line) !important;
  border-radius: 16px;
}

/* Form controls and Balbooa Forms */
body.site input[type="text"],
body.site input[type="email"],
body.site input[type="tel"],
body.site input[type="password"],
body.site input[type="search"],
body.site textarea,
body.site select {
  min-height: 52px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(109, 224, 239, 0.22) !important;
  border-radius: 14px !important;
  outline: 0;
}

body.site textarea {
  min-height: 150px;
}

body.site input::placeholder,
body.site textarea::placeholder {
  color: #86a6b0 !important;
  opacity: 1;
}

body.site input:focus,
body.site textarea:focus,
body.site select:focus {
  border-color: var(--kayuk-cyan) !important;
  box-shadow: 0 0 0 4px rgba(57, 217, 238, 0.1) !important;
}

.com-baforms-wrapper,
.ba-form {
  padding: clamp(20px, 4vw, 42px) !important;
}

body.site .com-baforms-wrapper .ba-form-page,
body.site .com-baforms-wrapper .ba-form-page.ba-form-page {
  color: var(--kayuk-ice) !important;
  background-color: transparent !important;
  background-image: none !important;
}

.ba-form .ba-form-field-item,
.ba-form .ba-input-wrapper,
.com-baforms-wrapper .ba-form-field-item,
.com-baforms-wrapper .ba-input-wrapper {
  color: var(--kayuk-ice) !important;
}

.ba-form .ba-input-label-wrapper,
.ba-form .kayuk-altcha-label,
body.site .com-baforms-wrapper .ba-input-label-wrapper,
body.site .com-baforms-wrapper .kayuk-altcha-label {
  color: var(--kayuk-ice) !important;
  font-weight: 650;
}

.ba-form .ba-form-submit-btn,
body.site .com-baforms-wrapper .ba-form-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  color: #03161e !important;
  background: linear-gradient(135deg, var(--kayuk-cyan), #55f0d4) !important;
  border-radius: 999px !important;
}

.ba-form .ba-honeypot {
  position: absolute !important;
  left: -10000px !important;
}

/* Gallery */
.ba-gallery,
.ba-gallery-content,
.ba-gallery-grid {
  color: var(--kayuk-ice);
  background: transparent !important;
}

.ba-gallery .ba-gallery-grid img,
.bagallery-image,
.sppb-addon-single-image img {
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

/* Sitemap */
.kayuk-sitemap {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.kayuk-sitemap__intro {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--kayuk-muted);
}

.kayuk-sitemap__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kayuk-sitemap__group {
  padding: 26px;
  background: linear-gradient(145deg, rgba(12, 45, 59, 0.9), rgba(5, 24, 34, 0.94));
  border: 1px solid var(--kayuk-line);
  border-radius: 20px;
}

.kayuk-sitemap__group h2 {
  margin: 0 0 16px;
  font-size: 1.2rem;
}

.kayuk-sitemap__group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kayuk-sitemap__group li + li {
  margin-top: 9px;
}

.kayuk-sitemap__group a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c6e0e6;
}

.kayuk-sitemap__group a::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  content: "";
  background: var(--kayuk-cyan);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(57, 217, 238, 0.6);
}

/* Footer */
#sp-footer {
  position: relative;
  padding: 34px 0;
  color: #8fb0ba;
  background:
    radial-gradient(circle at 50% 0, rgba(57, 217, 238, 0.08), transparent 45%),
    #020b11;
  border-top: 1px solid var(--kayuk-line);
}

#sp-footer::before {
  display: block;
  width: 64px;
  height: 3px;
  margin: 0 auto 22px;
  content: "";
  border-radius: 99px;
  background: linear-gradient(90deg, var(--kayuk-cyan), var(--kayuk-aqua));
}

#sp-footer .sp-copyright {
  color: #8fb0ba;
  font-size: 14px;
  letter-spacing: 0.02em;
}

/* Accessibility and responsiveness */
:focus-visible {
  outline: 3px solid rgba(57, 217, 238, 0.8) !important;
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span {
    padding: 0 9px;
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  #sp-header {
    height: 76px;
  }

  #sp-logo .sp-default-logo {
    width: 56px !important;
    height: 56px !important;
  }

  .sp-megamenu-parent {
    display: none !important;
  }

  #sp-main-body {
    padding: 34px 0 56px;
  }

  #sp-main-body > .container,
  .sp-page-builder .sppb-row-container,
  .sp-page-builder .sppb-container-inner {
    width: min(100% - 28px, 1180px);
  }

  body.itemid-101 #section-id-1479999235 .sppb-container-inner {
    width: 100%;
  }

  .kayuk-sitemap__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.site {
    font-size: 16px;
  }

  #sp-header > .container {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  body.itemid-101 #section-id-1479999238 [class*="sppb-col"] + [class*="sppb-col"] {
    margin-top: 10px;
  }

  .sp-page-builder .sppb-section:not(#section-id-1479999235) > .sppb-row-container,
  .sp-page-builder .sppb-section:not(#section-id-1479999235) > .sppb-container-inner {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .sppb-addon-feature,
  .sppb-addon-person,
  .sppb-addon-testimonial,
  .sppb-pricing-box {
    padding: 22px !important;
  }

  .kayuk-sitemap__grid {
    grid-template-columns: 1fr;
  }

  .kayuk-sitemap__group {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* KAYUK LAYOUT REFINEMENTS — 2026-08-03 */

/* Living underwater atmosphere while preserving the dark design and readability */
body.site {
  background-image:
    linear-gradient(155deg, rgba(2, 11, 17, 0.88), rgba(6, 28, 39, 0.84) 48%, rgba(3, 16, 24, 0.94)),
    url("/images/kayuk-design/kayuk-underwater-texture.webp") !important;
  background-position: center top !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

body.itemid-101 #section-id-1479999247 {
  background-image:
    linear-gradient(180deg, rgba(2, 13, 20, 0.64), rgba(3, 16, 24, 0.88)),
    url("/images/kayuk-design/kayuk-underwater-hunter.webp") !important;
  background-position: center !important;
  background-size: cover !important;
}

/* Compact the homepage rhythm */
body.itemid-101 .sp-page-builder .sppb-section:not(#section-id-1479999235) > .sppb-row-container,
body.itemid-101 .sp-page-builder .sppb-section:not(#section-id-1479999235) > .sppb-container-inner {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

body.itemid-101 #section-id-1479999238 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.itemid-101 #section-id-1479999238 > .sppb-container-inner {
  padding: 18px 15px !important;
}

body.itemid-101 #section-id-1748935004011 {
  padding: 0 !important;
}

body.itemid-101 #section-id-1748935004011 > .sppb-row-container {
  padding: 22px 15px !important;
}

body.itemid-101 #section-id-1748935004011 .sppb-btn {
  min-height: 50px;
  padding: 11px 22px;
  font-size: 14px;
}

/* Remove obsolete empty spacer blocks completely */
body.itemid-101 #section-id-1527496611896,
body.itemid-101 #section-id-1527496611923,
body.itemid-101 #section-id-1527496611925,
body.itemid-101 #section-id-1490294539613 {
  display: none !important;
}

/* Modern statistic cards instead of loose legacy counters */
body.itemid-101 #section-id-1479999259 > .sppb-row-container {
  padding: 36px 15px !important;
}

body.itemid-101 #section-id-1479999259 .sppb-row {
  align-items: stretch;
}

body.itemid-101 #section-id-1479999259 [class*="sppb-col"] {
  display: flex;
}

body.itemid-101 #section-id-1479999259 .sppb-column,
body.itemid-101 #section-id-1479999259 .sppb-column-addons,
body.itemid-101 #section-id-1479999259 .sppb-addon-wrapper,
body.itemid-101 #section-id-1479999259 .sppb-addon-animated-number {
  width: 100%;
}

body.itemid-101 #section-id-1479999259 .sppb-addon-animated-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 22px 14px;
  text-align: center;
  background: linear-gradient(145deg, rgba(12, 45, 59, 0.82), rgba(5, 24, 34, 0.9));
  border: 1px solid rgba(109, 224, 239, 0.18);
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
}

body.itemid-101 #section-id-1479999259 .sppb-animated-number {
  color: var(--kayuk-cyan) !important;
  font-size: clamp(2rem, 3.3vw, 3.2rem) !important;
  font-weight: 800;
  line-height: 1;
}

body.itemid-101 #section-id-1479999259 .sppb-animated-number-title {
  margin-top: 10px;
  color: #c8dde3 !important;
  font-size: 14px !important;
  line-height: 1.35;
}

/* Compact and unify legacy social buttons above the real footer */
body.itemid-101 #section-id-1479999286 > .sppb-row-container {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

body.itemid-101 #section-id-1480000384336 {
  padding: 0 !important;
}

body.itemid-101 #section-id-1480000384336 > .sppb-container-inner {
  padding: 0 !important;
}

body.itemid-101 #section-id-1480000384336 .sppb-row {
  display: flex;
  justify-content: center;
  gap: 10px;
}

body.itemid-101 #section-id-1480000384336 [class*="sppb-col"] {
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  padding: 0;
}

body.itemid-101 #section-id-1480000384336 [class*="sppb-col"]:empty,
body.itemid-101 #section-id-1480000384336 [class*="sppb-col"]:has(.sppb-column-addons:empty) {
  display: none;
}

body.itemid-101 #section-id-1480000384336 .sppb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 44px;
  padding: 0 !important;
  color: var(--kayuk-ice) !important;
  font-size: 0;
  background: rgba(57, 217, 238, 0.08) !important;
  border: 1px solid rgba(109, 224, 239, 0.22) !important;
  box-shadow: none !important;
}

body.itemid-101 #section-id-1480000384336 .sppb-btn i {
  font-size: 17px;
}

/* Sitemap: headings and links must always remain inside their cards */
body.site .kayuk-sitemap__grid {
  gap: 14px;
}

body.site .kayuk-sitemap__group {
  min-width: 0;
  overflow: hidden;
  padding: 22px;
}

body.site .kayuk-sitemap__group h2 {
  max-width: 100%;
  margin-bottom: 15px;
  color: #fff !important;
  font-size: clamp(1.15rem, 1.45vw, 1.5rem) !important;
  line-height: 1.18 !important;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

body.site .kayuk-sitemap__group a {
  min-width: 0;
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

body.site .kayuk-sitemap__group li {
  min-width: 0;
}

body.site .kayuk-sitemap .article-social-share,
body.itemid-120 .article-social-share,
body.itemid-120 .helix-social-share,
body.site .item-page:has(.kayuk-sitemap) .article-social-share {
  display: none !important;
}

/* The actual footer should be a compact finishing line, not another section */
#sp-footer {
  padding: 15px 0 !important;
}

#sp-footer::before {
  width: 44px !important;
  height: 2px !important;
  margin-bottom: 8px !important;
}

#sp-footer .sp-copyright {
  font-size: 12px !important;
  line-height: 1.35;
}

@media (max-width: 991px) {
  body.site {
    background-attachment: scroll !important;
  }

  body.itemid-101 .sp-page-builder .sppb-section:not(#section-id-1479999235) > .sppb-row-container,
  body.itemid-101 .sp-page-builder .sppb-section:not(#section-id-1479999235) > .sppb-container-inner {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  body.itemid-101 #section-id-1479999259 [class*="sppb-col"] {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  body.site .kayuk-sitemap__group {
    padding: 19px;
  }

  body.site .kayuk-sitemap__group h2 {
    font-size: 1.2rem !important;
  }

  body.itemid-101 #section-id-1479999259 .sppb-addon-animated-number {
    min-height: 112px;
  }

  #sp-footer {
    padding: 12px 0 !important;
  }
}

/* KAYUK UNIFIED SOCIAL FOOTER BACKGROUND */
body.itemid-101 #section-id-1479999286,
body.itemid-101 #section-id-1480000384336,
body.itemid-101 #section-id-1479999286 > .sppb-row-container,
body.itemid-101 #section-id-1480000384336 > .sppb-container-inner,
#sp-footer {
  background-color: #020b11 !important;
  background-image: none !important;
}

/* KAYUK COMPACT SHOP BUTTON GRID */
body.itemid-101 #section-id-1479999238 .sppb-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

body.itemid-101 #section-id-1479999238 [class*="sppb-col"],
body.itemid-101 #section-id-1479999238 .sppb-column,
body.itemid-101 #section-id-1479999238 .sppb-column-addons {
  display: contents !important;
}

body.itemid-101 #section-id-1479999238 .sppb-addon-wrapper,
body.itemid-101 #section-id-1479999238 .sppb-addon-wrapper > div,
body.itemid-101 #section-id-1479999238 .sppb-button-wrapper {
  height: 100%;
  margin: 0 !important;
}

body.itemid-101 #section-id-1479999238 .sppb-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  height: 100%;
  padding: 10px 14px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  border-radius: 14px !important;
  transform: none !important;
}

body.itemid-101 #section-id-1479999238 .sppb-btn i {
  margin-right: 7px;
  flex: 0 0 auto;
}

body.itemid-101 #section-id-1479999238 .sppb-btn:hover {
  transform: translateY(-2px) !important;
}

@media (max-width: 991px) {
  body.itemid-101 #section-id-1479999238 .sppb-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  body.itemid-101 #section-id-1479999238 .sppb-row {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body.itemid-101 #section-id-1479999238 .sppb-btn {
    min-height: 46px;
  }
}
