.slp-panel[hidden],
.svc-overlay,
.svc-overlay[hidden] { display: none !important; }

body.svc-no-scroll { overflow: hidden; }

.svc-list,
.svc-list li { list-style: none !important; }

.svc-overlay {
  position: fixed;
  inset: 0;
  z-index: 100002 !important;
  background: #002d59;
  overflow: auto;
  overscroll-behavior: contain;
}

.svc-overlay.is-open { display: block !important; }

.svc-overlay-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 32px 48px;
  outline: 0;
  color: #fff;
}

.slp-panel .slp-close,
.svc-overlay .svc-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  background: rgba(255, 255, 255, .16);
  z-index: 2;
  transition: transform .15s, background .15s;
}

.svc-overlay .svc-close {
  position: fixed !important;
  z-index: 100003 !important;
  pointer-events: auto !important;
}

.slp-panel .slp-close:hover,
.svc-overlay .svc-close:hover {
  transform: scale(1.04);
  background: rgba(255, 255, 255, .22);
}

.svc-title { color: #fff !important; font-size: 40px; line-height: 1.2; font-weight: 700; margin: 0 0 28px; }
.svc-areas { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.svc-area { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 16px; padding: 24px 22px !important; transform: translateY(6px); opacity: 0; transition: transform .2s, opacity .2s; }
.svc-area:hover { transform: translateY(-2px); background: rgba(255, 255, 255, .09); border-color: rgba(255, 255, 255, .18); }
.svc-area:nth-child(odd) { transition-delay: .05s; }
.svc-area:nth-child(even) { transition-delay: .1s; }
.svc-overlay.is-open .svc-area { transform: translateY(0); opacity: 1; }
.svc-area-title { color: #90a8c7 !important; font-size: 18px; font-weight: 700; margin: 0 0 12px; }
.svc-list { margin: 0; padding: 0 !important; }
.svc-list li { margin: 8px 0; }
.svc-list a { color: #fff !important; text-decoration: none; border-bottom: 1px dotted rgba(255, 255, 255, .45); }
.svc-list a:hover { border-bottom-style: solid; }

.slp-panel {
  position: fixed !important;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(520px, 92vw);
  background: #1d2e46 !important;
  z-index: 100001 !important;
  transform: translateX(100%) !important;
  transition: transform .28s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-left: 1px solid rgba(255, 255, 255, .08);
}

.slp-panel.is-open { transform: translateX(0) !important; box-shadow: -14px 0 28px rgba(0, 0, 0, .35); }
.slp-inner { padding: 64px 28px 28px; outline: 0; color: #fff; }
.slp-backdrop { position: fixed; inset: 0; z-index: 100000; display: none; background: transparent; }
.slp-backdrop.is-open { display: block; }
.slp-label { font-weight: 700 !important; }
input#q.slp-input { margin-top: 20px; margin-bottom: 20px; }
button.slp-submit { width: 120px; padding: 10px; }

@media (max-width: 1100px) {
  .svc-areas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-title { font-size: 34px; }
}

@media (max-width: 1024px) { .slp-panel { width: 100vw; } }

@media (max-width: 800px) {
  .svc-areas { grid-template-columns: 1fr; }
  .svc-title { font-size: 30px; }
}
