    .gook-btn {
      background: #e62b49;
      color: #fff;
      font-size: 14px;
      padding: 6px 18px;
      border-radius: 20px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: 0.2s ease;
      text-decoration: none;
    }

    .gook-btn:hover {
      background: #cc2440;
    }

    .gook-outline-btn {
      background: transparent;
      border: 2px solid currentColor;
      font-size: 14px;
      padding: 6px 18px;
      border-radius: 20px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: 0.2s ease;
      text-decoration: none;
    }

    .gook-outline-btn:hover {
      background: rgba(17, 24, 39, 0.04);
    }

    .gook-outline-btn--offer {
      color: #2f2f2f;
    }

    .gook-outline-btn--offer:hover {
      background: rgba(47, 47, 47, 0.08);
    }

    .gook-outline-btn--online {
      color: #e62b49;
    }

.gook-outline-btn--online:hover {
  background: rgba(230, 43, 73, 0.08);
}

.gook-online-account-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: transparent;
  color: #e62b49;
}

.gook-online-account-icon--mobile {
  width: 24px;
  height: 24px;
}

.gook-online-primary-btn {
  background: #e62b49;
  color: #fff;
}

.gook-online-primary-btn:hover,
.gook-online-primary-btn:focus {
  background: #cc2440;
}

.gook-help-trigger {
  width: 22px;
  height: 22px;
  border-radius: 9999px;
  border: 1px solid #b9c2cf;
  color: #9aa5b5;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.gook-help-trigger:hover,
.gook-help-trigger:focus {
  border-color: #94a3b8;
  color: #7c889a;
}

.gook-help-tooltip {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 12000;
  width: 250px;
  max-width: 250px;
  background: #172554;
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 12px;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.28);
  text-align: center;
}

.gook-help-tooltip::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translateX(-50%) rotate(45deg);
  background: #172554;
}

.gook-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gook-lang-switch--mobile {
  gap: 6px;
}

.gook-lang-btn {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #64748b;
}

.gook-lang-switch--mobile .gook-lang-btn {
  font-size: 10px;
}

.gook-lang-btn.is-active {
  color: #e62b49;
}

.gook-lang-sep {
  width: 1px;
  height: 12px;
  background: rgba(100, 116, 139, 0.45);
}

.gook-references-hero {
  background: #c81f3d;
}

.gook-references-hero-dark {
  background: #a51731;
}

.gook-references-title {
  color: #fff;
}

.gook-references-crumb-home {
  color: #8f1d33;
}

.gook-references-crumb-sep {
  color: #a3263f;
}

.gook-references-crumb-current {
  color: #6f1023;
}

.gook-hero-slider {
  --gook-header-offset: 72px;
  position: relative;
  width: 100vw;
  min-height: calc(72vh + var(--gook-header-offset));
  min-height: 752px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: calc(var(--gook-header-offset) * -1);
  padding-top: var(--gook-header-offset);
  overflow: hidden;
  background: #7f132a;
  touch-action: pan-y;
  cursor: grab;
}

.gook-hero-slider-track {
  position: relative;
  min-height: inherit;
}

.gook-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.gook-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gook-hero-slider.is-dragging {
  cursor: grabbing;
}

.gook-hero-slide-bg,
.gook-hero-slide-bg img,
.gook-hero-slide-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gook-hero-slide-bg img {
  display: block;
  object-fit: cover;
}

.gook-hero-slide-overlay {
  background:
    linear-gradient(180deg, rgba(20, 12, 14, 0.16) 0%, rgba(20, 12, 14, 0.32) 100%);
}

body[data-page="home"] #site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 12000;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body[data-page="home"] #site-header.header-scrolled,
body[data-page="home"] #site-header.header-overlay-home.header-scrolled {
  background-color: rgba(255, 255, 255, 0.72) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: saturate(180%) blur(20px) !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body[data-page="home"] #site-header.header-scrolled .text-navbar-nav-foreground,
body[data-page="home"] #site-header.header-scrolled .text-layer-foreground,
body[data-page="home"] #site-header.header-scrolled .gook-lang-btn,
body[data-page="home"] #site-header.header-scrolled .gook-online-account-icon,
body[data-page="home"] #site-header.header-scrolled .gook-studio-text,
body[data-page="home"] #site-header.header-scrolled .gook-help-trigger {
  color: #1f2937 !important;
}

body[data-page="home"] #site-header.header-scrolled .gook-studio-divider,
body[data-page="home"] #site-header.header-scrolled .gook-lang-sep {
  background: rgba(15, 23, 42, 0.16) !important;
}

body[data-page="home"] #site-header.header-scrolled .gook-lang-btn.is-active {
  color: #e62b49 !important;
}

body[data-page="home"] #content {
  padding-top: 0 !important;
}

body[data-page="home"] #site-header:not(.header-scrolled) .text-navbar-nav-foreground,
body[data-page="home"] #site-header:not(.header-scrolled) .gook-lang-btn,
body[data-page="home"] #site-header:not(.header-scrolled) .gook-online-account-icon,
body[data-page="home"] #site-header:not(.header-scrolled) .hs-collapse-toggle,
body[data-page="home"] #site-header:not(.header-scrolled) .gook-studio-text {
  color: #fff !important;
}

body[data-page="home"] #site-header:not(.header-scrolled) .gook-studio-divider,
body[data-page="home"] #site-header:not(.header-scrolled) .gook-lang-sep {
  background: rgba(255, 255, 255, 0.4) !important;
}

body[data-page="home"] #site-header:not(.header-scrolled) .gook-lang-btn.is-active {
  color: #ffd5dd !important;
}

body[data-page="home"] #site-header:not(.header-scrolled) .hover\:bg-navbar-nav-hover:hover,
body[data-page="home"] #site-header:not(.header-scrolled) .focus\:bg-navbar-nav-focus:focus,
body[data-page="home"] #site-header:not(.header-scrolled) .hover\:bg-dropdown-item-hover:hover,
body[data-page="home"] #site-header:not(.header-scrolled) .focus\:bg-dropdown-item-focus:focus {
  background: rgba(255, 255, 255, 0.12) !important;
}

.gook-work-slider {
  position: relative;
  max-width: 85rem;
  margin: 2rem auto 0;
  padding: 0 1rem;
}

.gook-work-slider-viewport {
  overflow: hidden;
  border-radius: 2rem;
}

.gook-work-slider-track {
  position: relative;
  min-height: 640px;
}

.gook-work-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.85fr);
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 2rem;
  overflow: hidden;
  background: linear-gradient(135deg, #7f132a 0%, #c81f3d 52%, #f15a6b 100%);
  transition: opacity 0.45s ease, visibility 0.45s ease;
  box-shadow: 0 24px 70px rgba(118, 18, 41, 0.2);
}

.gook-work-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gook-work-slide-media,
.gook-work-slide-media img {
  width: 100%;
  height: 100%;
}

.gook-work-slide-media {
  min-height: 640px;
}

.gook-work-slide-media img {
  display: block;
  object-fit: cover;
}

.gook-work-slide-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 246, 247, 0.94) 100%);
}

.gook-work-slide-kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b3203d;
}

.gook-work-slide-title {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.05;
  font-weight: 800;
  color: #18181b;
}

.gook-work-slide-text {
  margin: 1.25rem 0 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #52525b;
}

.gook-work-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 1.25rem;
}

.gook-work-slider-arrow,
.gook-work-slider-dot {
  border: 0;
  cursor: pointer;
}

.gook-work-slider-arrow {
  width: 52px;
  height: 52px;
  border-radius: 9999px;
  background: #f3d3d9;
  color: #9f1730;
  font-size: 30px;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gook-work-slider-arrow:hover,
.gook-work-slider-arrow:focus {
  background: #ebbdc7;
  transform: translateY(-1px);
}

.gook-work-slider-dots {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.gook-work-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: rgba(159, 23, 48, 0.25);
  transition: width 0.2s ease, background 0.2s ease;
}

.gook-work-slider-dot.is-active {
  width: 36px;
  background: #c81f3d;
}

@media (max-width: 991px) {
  .gook-work-slider-track {
    min-height: 740px;
  }

  .gook-work-slide {
    grid-template-columns: 1fr;
  }

  .gook-work-slide-media {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .gook-hero-slider {
    --gook-header-offset: 72px;
    min-height: 620px;
  }

  .gook-work-slider {
    margin-top: 1.5rem;
  }

  .gook-work-slider-track {
    min-height: 700px;
  }

  .gook-work-slide-panel {
    padding: 1.5rem;
  }

  .gook-work-slide-title {
    font-size: 1.75rem;
  }

  .gook-work-slide-text {
    line-height: 1.65;
  }

  .gook-work-slider-controls {
    gap: 10px;
  }

  .gook-work-slider-arrow {
    width: 46px;
    height: 46px;
    font-size: 26px;
  }
}

#gook-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 13000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.18s ease;
}

#gook-page-loader.is-visible {
  opacity: 1;
}

#gook-page-loader-bar {
  width: 100%;
  height: 100%;
  background: #e62b49;
  box-shadow: 0 0 10px rgba(230, 43, 73, 0.55);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.22s ease-out;
}

.gook-studio-badge {
  align-items: center;
  gap: 2px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  white-space: nowrap;
}

.gook-studio-divider {
  width: 1px;
  height: 26px;
  background: rgba(100, 116, 139, 0.55);
  transform-origin: center;
}

.gook-studio-text {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #475569;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.dark .gook-studio-text {
  color: #fff;
}

.gook-logo-wrap {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  border-radius: 10px;
  margin-left: -30px;
  margin-right: -25px;
  line-height: 0;
  flex-shrink: 0;
}

.gook-logo-mark {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.gook-logo-wrap::after {
  content: none;
}

.gook-logo-mark .logo-base-inline {
  fill: url(#logoBaseInline);
}

.gook-logo-mark .gook-logo-shine {
  display: none;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.gook-logo-mark .gook-logo-shine-track {
  display: none;
}

.gook-logo-shine-window {
  display: none !important;
}


.gook-logo-shine-copy .gook-logo-shine,
.gook-logo-shine-copy .gook-logo-shine-track {
  display: none;
}

html.gook-studio-play .gook-studio-divider {
  animation: gookStudioDivider 0.35s ease forwards;
}

html.gook-studio-play .gook-studio-text {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transform: translateX(-10px);
  opacity: 0;
  animation: gookStudioText 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
}

html.gook-studio-static .gook-studio-text {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  opacity: 1;
}

@keyframes gookStudioDivider {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}


@keyframes gookStudioText {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transform: translateX(-10px);
    opacity: 0;
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
    opacity: 1;
  }
}

    .gook-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 99999;
}

.gook-modal-backdrop.active {
  display: flex;
}

.gook-modal {
  width: 100%;
  max-width: 760px;
  max-height: 90vh;
  overflow: auto;
  background: var(--color-layer, #fff);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
}

.gook-form-input,
.gook-form-select,
.gook-form-textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  background: var(--color-layer, #fff);
  color: var(--color-foreground, #111827);
  outline: none;
}

.gook-form-input:focus,
.gook-form-select:focus,
.gook-form-textarea:focus {
  border-color: #e62b49;
  box-shadow: 0 0 0 3px rgba(230, 43, 73, 0.08);
}

.gook-modal-header {
  margin-bottom: 22px;
}

.gook-modal-title {
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 800;
  color: var(--color-foreground, #111827);
}

.gook-modal-subtitle {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

.gook-form-grid {
  display: grid;
  gap: 16px;
}

.gook-form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gook-field-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-foreground, #111827);
}

.gook-field-help {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #6b7280;
}

.gook-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.gook-service-card {
  position: relative;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  padding: 14px;
  background: var(--color-layer, #fff);
  transition: 0.2s ease;
}

.gook-service-card:hover {
  border-color: rgba(230, 43, 73, 0.35);
  transform: translateY(-1px);
}

.gook-service-card input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.gook-service-card:has(input:checked) {
  border-color: #e62b49;
  box-shadow: 0 0 0 3px rgba(230, 43, 73, 0.08);
  background: rgba(230, 43, 73, 0.03);
}

.gook-service-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

.gook-service-text {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}

.gook-form-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.04);
  font-size: 13px;
  line-height: 1.6;
  color: #374151;
}

.gook-modal-actions {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.gook-modal-actions-right {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

@media (max-width: 640px) {
  .gook-form-grid-2,
  .gook-service-grid {
    grid-template-columns: 1fr;
  }
}
    .gook-offer-btn {
      background: #2f2f2f;
      color: #fff;
      font-size: 14px;
      padding: 6px 32px;
      border-radius: 22px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: 0.25s ease;
      text-decoration: none;
    }

    .gook-offer-btn:hover {
      background: #1f1f1f;
    }

    :root {
      --primary: #e62b49;
      --primary-line: rgba(230, 43, 73, 0.25);
      --primary-foreground: #ffffff;
      --primary-hover: #cc2440;
      --primary-focus: #cc2440;
      --primary-active: #cc2440;
      --primary-checked: #b71f37;
    }

    .text-primary-active {
      color: #e62b49 !important;
    }

    .text-primary {
      color: #e62b49 !important;
    }

    .footer-link {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 1rem;
      font-weight: 400;
      color: rgb(38 38 38);
      transition: color 0.2s ease;
      text-decoration: none;
      cursor: pointer;
    }

    .footer-link:hover {
      color: rgb(115 115 115);
    }

    .dark .footer-link {
      color: #fff;
    }

    .dark .footer-link:hover {
      color: rgb(209 213 219);
    }

    .gook-cookie-tools {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px 18px;
    }

    .gook-footer-mobile-head {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 14px 0;
      text-align: left;
      background: transparent;
      border: 0;
      cursor: pointer;
    }

    .gook-footer-mobile-title {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--color-foreground, #111827);
    }

    .gook-footer-mobile-icon {
      flex-shrink: 0;
      transition: transform 0.25s ease;
      color: var(--color-muted-foreground-2, #6b7280);
    }

    .gook-footer-group.is-open .gook-footer-mobile-icon {
      transform: rotate(45deg);
    }

    .gook-footer-mobile-body {
      overflow: hidden;
      max-height: none;
      transition: max-height 0.28s ease;
    }

    .gook-footer-mobile-inner {
      padding: 0 0 14px;
    }

    @media (max-width: 767px) {
      .gook-footer-grid {
        grid-template-columns: 1fr;
        gap: 0;
      }

      .gook-footer-brand-desktop {
        display: none !important;
      }

      .gook-footer-group {
        border-bottom: 1px solid rgba(15, 23, 42, 0.08);
      }

      .dark .gook-footer-group {
        border-bottom-color: rgba(255, 255, 255, 0.08);
      }

      .gook-footer-group .mt-3 {
        margin-top: 0 !important;
      }

      .gook-footer-mobile-body {
        max-height: 0;
      }

      .gook-footer-group.is-open .gook-footer-mobile-body {
        max-height: 500px;
      }
    }

    @media (min-width: 768px) {
      .gook-footer-mobile-head {
        pointer-events: none;
        padding: 0;
      }

      .gook-footer-mobile-icon {
        display: none;
      }

      .gook-footer-mobile-body {
        max-height: none !important;
        overflow: visible;
      }

      .gook-footer-mobile-inner {
        padding: 0;
      }
    }

    header {
      overflow: visible !important;
    }

    #hs-header-base,
    #hs-header-base > div {
      overflow: visible !important;
      max-height: none !important;
    }

    #site-header .hs-dropdown-menu[aria-labelledby="hs-dnad"],
    #site-header .hs-dropdown-menu[aria-labelledby="hs-dnad-mobile"] {
      z-index: 11000 !important;
    }

    #site-header {
      background: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }

    #site-header.header-overlay-home {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 12000;
      background: transparent;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    #site-header.header-scrolled {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
      border-bottom: 1px solid rgba(15, 23, 42, 0.06);
      animation: headerSlideDown 0.28s ease;
    }

    .dark #site-header.header-scrolled {
      background: rgba(38, 38, 38, 0.9);
    }

    @keyframes headerSlideDown {
      from {
        transform: translateY(-100%);
      }
      to {
        transform: translateY(0);
      }
    }

    .border-line-2 {
      border-color: transparent !important;
    }

    .border-b.border-line-2,
    .border-t.border-line-2,
    .border-s.border-line-2 {
      border-color: transparent !important;
    }

    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    textarea:focus-visible,
    select:focus-visible {
      outline: 2px solid #e62b49;
      outline-offset: 2px;
    }

    #main-content:focus {
      outline: none;
    }

    #contactForm .gook-form-input:invalid,
    #contactForm .gook-form-textarea:invalid {
      border-color: rgba(220, 38, 38, 0.4);
    }


.gook-online-dropdown-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.gook-online-expand-panel {
  display: none;
  width: 100%;
  min-width: 300px;
  margin-top: 8px;
  padding: 12px;
  border-radius: 28px;
  border: 1px solid rgba(160, 10, 48, 0.5);
  background: #eb114d;
  box-shadow: 0 18px 36px rgba(139, 12, 44, 0.32);
}

.gook-online-dropdown-wrap.is-open .gook-online-expand-panel {
  display: block;
}

.gook-online-expand-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.gook-online-expand-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  transition: 0.18s ease;
}

.gook-online-expand-icon {
  flex-shrink: 0;
  opacity: 0.95;
}

.gook-online-expand-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.gook-online-expand-item--pill {
  background: #2b2638;
  border-radius: 999px;
}

.gook-online-expand-item--pill:hover {
  background: #352f45;
}
