:root {
  --bg: #0a0a0a;
  --panel: #151515;
  --card: #1a1a1a;
  --ink: #6b7280;
  --link-color: #ec4899;
  --link-hover: #f472b6;
  --text: #ffffff;
  --muted: #d1d5db;
  --accent: #ec4899;
  --container: clamp(280px, 92vw, 1180px);
  --header-h: 68px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  color-scheme: dark;
}
#innercode-consent *,
*,
::after,
::before {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
body,
figure,
h1,
h2,
h3,
p {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: var(--link-color);
}
button,
input,
select,
textarea {
  font: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: "Lato", system-ui, Segoe UI, Roboto, Ubuntu, "Helvetica Neue",
    Arial, sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  overflow-x: hidden;
}
.s-255a762c36cdae2fe950 {
  width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
}
a:hover {
  color: var(--link-hover);
}
header.s-c099a42a5555825cdb50 {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  background: rgba(17, 24, 39, 0.65);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}
.s-493264b2b1e52308108f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
}
.s-47d7f82d729e4f2abaa7,
.s-63acf68c4f951d6412a8 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.s-692b487de2ca24216a14 {
  width: 38px;
  height: 38px;
}
.s-42b67a75f8270dd7c471 {
  font-weight: 800;
}
nav.s-e3b7c980d763196e9d13 {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
nav.s-e3b7c980d763196e9d13 a {
  padding: 0.4rem 0.5rem;
  border-radius: 10px;
}
#innercode-consent .s-b0e512e7fb954d8625cb:hover,
.s-898ef899ed67a5f73ca7:hover,
.s-9aff325758d6eb4af422 a:hover,
nav.s-e3b7c980d763196e9d13 a:hover {
  background: rgba(236, 72, 153, 0.08);
}
.s-212301c593df7a10ee64 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.1rem;
  border-radius: 14px;
  font-weight: 600;
  transition: background 0.25s, transform 0.25s;
}
.s-898ef899ed67a5f73ca7 {
  border: 1px solid var(--accent);
  color: var(--text);
  background: 0 0;
}
.s-23b0ed88362dca359e07 {
  background: var(--accent);
  color: #031018;
  box-shadow: 0 6px 18px rgba(236, 72, 153, 0.35);
}
.s-23b0ed88362dca359e07:hover {
  background: var(--link-hover);
  transform: translateY(-1px);
}
.s-7a86b15480e0a870f0b0 {
  display: none;
  flex-direction: column;
  gap: 6px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 12px;
  background: #151515;
  cursor: pointer;
}
.s-7a86b15480e0a870f0b0 span {
  display: block;
  width: 20px;
  height: 2px;
  background: #cbd5e1;
  border-radius: 2px;
  transition: 0.25s;
}
.s-7a86b15480e0a870f0b0[aria-expanded="true"] span:first-child {
  transform: translateY(8px) rotate(45deg);
}
.s-7a86b15480e0a870f0b0[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.s-7a86b15480e0a870f0b0[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.s-b3cd584ff1d124ae8f1d {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.7);
  backdrop-filter: blur(8px);
  display: none;
  z-index: 60;
}
#innercode-consent .s-4483ff9bd56b737fa2e9[aria-hidden="false"],
.s-b3cd584ff1d124ae8f1d[aria-hidden="false"] {
  display: block;
}
.s-9aff325758d6eb4af422 {
  position: absolute;
  inset-inline: 0;
  top: 0;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  padding: calc(var(--header-h) + 14px) 20px 26px;
}
.s-mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(236, 72, 153, 0.3);
  border-radius: 12px;
  color: var(--text);
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 10;
}
.s-mobile-menu-close:hover {
  background: rgba(236, 72, 153, 0.1);
  border-color: rgba(236, 72, 153, 0.5);
  transform: rotate(90deg);
}
.s-mobile-menu-close svg {
  width: 20px;
  height: 20px;
  stroke: var(--text);
}
.s-9aff325758d6eb4af422 a {
  display: block;
  padding: 14px 8px;
  border-radius: 12px;
  font-size: 1.05rem;
}
.s-1ca6b3ed90c584103b20 {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
@media (max-width: 860px) {
  nav.s-e3b7c980d763196e9d13 {
    display: none;
  }
  .s-7a86b15480e0a870f0b0 {
    display: flex;
  }
  .s-42b67a75f8270dd7c471 {
    display: none;
  }
}
main {
  min-height: 100vh;
  background: linear-gradient(
    180deg,
    rgba(31, 41, 55, 0.5),
    rgba(2, 6, 23, 0.5)
  );
}
.s-20182fbc10716eb197ea {
  padding-block: clamp(44px, 6vw, 96px);
}
/* Стили для contacts-full секции */
.s-contacts-full {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 0 !important;
}

.s-contacts-full.s-20182fbc10716eb197ea {
  padding-block: 0 !important;
}

.s-contacts-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(60px, 8vw, 120px) 0;
}

.s-contacts-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.s-contacts-svg {
  width: 100%;
  height: 100%;
  animation: contactsBgPulse 11s ease-in-out infinite;
}

@keyframes contactsBgPulse {
  0%, 100% { opacity: 0.84; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.025); }
}

.s-contacts-geometric-shapes * {
  animation: contactsGeometricFloat 15s ease-in-out infinite;
}

.s-contacts-circle-1 {
  animation-delay: 0s;
}

.s-contacts-circle-2 {
  animation-delay: 3.5s;
}

.s-contacts-rect-1 {
  animation-delay: 7s;
}

.s-contacts-polygon-1 {
  animation-delay: 10.5s;
}

.s-contacts-curve-1 {
  animation-delay: 2s;
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
  animation: contactsCurveDraw 13s ease-in-out infinite;
}

.s-contacts-curve-2 {
  animation-delay: 8s;
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
  animation: contactsCurveDraw 15s ease-in-out infinite;
}

.s-contacts-curve-3 {
  animation-delay: 5s;
  stroke-dasharray: 1900;
  stroke-dashoffset: 1900;
  animation: contactsCurveDraw 11s ease-in-out infinite;
}

@keyframes contactsGeometricFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.22; }
  50% { transform: translateY(-25px) rotate(6deg); opacity: 0.3; }
}

@keyframes contactsCurveDraw {
  0% { stroke-dashoffset: 2400; opacity: 0; }
  20% { stroke-dashoffset: 0; opacity: 0.28; }
  80% { stroke-dashoffset: 0; opacity: 0.28; }
  100% { stroke-dashoffset: -2400; opacity: 0; }
}

.s-contacts-code-pattern path {
  animation: contactsLineMove 9s ease-in-out infinite;
}

.s-contacts-line-1 {
  animation-delay: 0s;
}

.s-contacts-line-2 {
  animation-delay: 1.8s;
}

.s-contacts-line-3 {
  animation-delay: 3.6s;
}

.s-contacts-line-4 {
  animation-delay: 5.4s;
}

.s-contacts-line-5 {
  animation-delay: 7.2s;
}

.s-contacts-line-6 {
  animation-delay: 9s;
}

@keyframes contactsLineMove {
  0%, 100% { opacity: 0.32; transform: translateX(0); }
  50% { opacity: 0.38; transform: translateX(20px); }
}

.s-contacts-floating-elements * {
  animation: contactsFloatMove 18s ease-in-out infinite;
}

.s-contacts-float-1 {
  animation-delay: 0s;
}

.s-contacts-float-2 {
  animation-delay: 4.5s;
}

.s-contacts-float-3 {
  animation-delay: 9s;
}

.s-contacts-float-4 {
  animation-delay: 13.5s;
}

@keyframes contactsFloatMove {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; }
  25% { transform: translate(15px, -20px) scale(1.1); opacity: 0.4; }
  50% { transform: translate(-10px, -30px) scale(0.95); opacity: 0.35; }
  75% { transform: translate(-15px, -10px) scale(1.05); opacity: 0.4; }
}

.s-contacts-connection-elements path {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: contactsConnDraw 8s ease-in-out infinite;
}

.s-contacts-conn-1 {
  animation-delay: 1s;
}

.s-contacts-conn-2 {
  animation-delay: 5s;
}

@keyframes contactsConnDraw {
  0% { stroke-dashoffset: 800; opacity: 0; }
  30% { stroke-dashoffset: 0; opacity: 0.25; }
  70% { stroke-dashoffset: 0; opacity: 0.25; }
  100% { stroke-dashoffset: -800; opacity: 0; }
}

.s-contacts-connection-elements circle {
  animation: contactsDotPulse 3s ease-in-out infinite;
}

.s-contacts-dot-1 {
  animation-delay: 0s;
}

.s-contacts-dot-2 {
  animation-delay: 0.75s;
}

.s-contacts-dot-3 {
  animation-delay: 1.5s;
}

.s-contacts-dot-4 {
  animation-delay: 2.25s;
}

@keyframes contactsDotPulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.2); }
}

.s-contacts-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}

.s-contacts-text-overlay {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 80px);
}

.s-contacts-badge {
  display: inline-block;
  align-items: center;
  background: rgba(236, 72, 153, 0.1);
  border: 1px solid rgba(236, 72, 153, 0.3);
  border-radius: 999px;
  color: #fce7f3;
  font-size: 0.85rem;
  font-weight: 600;
  gap: 0.5rem;
  padding: 0.35rem 0.7rem;
  margin-bottom: 20px;
}

.s-contacts-title {
  font-weight: 900;
  letter-spacing: 0.2px;
  line-height: 1.1;
  font-size: clamp(32px, 5.5vw, 56px);
  margin-bottom: 16px;
  color: var(--text);
}

.s-contacts-description {
  color: #d9e3ee;
  max-width: 72ch;
  margin: 0 auto;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
}

.s-contacts-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 60px);
  align-items: start;
}

@media (max-width: 900px) {
  .s-contacts-main {
    grid-template-columns: 1fr;
  }
}

.s-contacts-info {
  background: rgba(31, 41, 55, 0.6);
  border: 1px solid rgba(236, 72, 153, 0.2);
  border-radius: 20px;
  padding: clamp(24px, 4vw, 32px);
  backdrop-filter: blur(10px);
}

.s-contacts-image-wrapper {
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(236, 72, 153, 0.3);
}

.s-928a860be133c734b92a {
  width: 100%;
  height: auto;
  display: block;
  animation: contactImagePulse 6s ease-in-out infinite;
}

@keyframes contactImagePulse {
  0%, 100% { opacity: 0.95; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.01); }
}

.s-contact-image-shapes * {
  animation: contactShapesFloat 8s ease-in-out infinite;
}

.s-contact-envelope {
  animation-delay: 0s;
}

.s-contact-envelope-top {
  animation-delay: 1s;
}

.s-contact-phone {
  animation-delay: 2s;
}

.s-contact-phone-line1,
.s-contact-phone-line2 {
  animation-delay: 2.5s;
}

.s-contact-message {
  animation-delay: 3s;
}

.s-contact-message-line1,
.s-contact-message-line2 {
  animation-delay: 3.5s;
}

@keyframes contactShapesFloat {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50% { transform: translateY(-5px); opacity: 0.8; }
}

.s-contact-particles circle {
  animation: contactParticleFloat 12s ease-in-out infinite;
}

.s-contact-particle-1 {
  animation-delay: 0s;
}

.s-contact-particle-2 {
  animation-delay: 3s;
}

.s-contact-particle-3 {
  animation-delay: 6s;
}

.s-contact-particle-4 {
  animation-delay: 9s;
}

@keyframes contactParticleFloat {
  0%, 100% { transform: translate(0, 0); opacity: 0.5; }
  25% { transform: translate(10px, -15px); opacity: 0.7; }
  50% { transform: translate(-5px, -25px); opacity: 0.6; }
  75% { transform: translate(-10px, -10px); opacity: 0.7; }
}

.s-contacts-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.s-contacts-detail {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.6;
}

.s-contacts-detail strong {
  color: #fce7f3;
  font-weight: 700;
}

.s-contacts-detail a {
  color: var(--link-color);
  text-decoration: none;
  transition: color 0.25s ease;
}

.s-contacts-detail a:hover {
  color: var(--link-hover);
}

.s-contacts-availability {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: italic;
}

.s-contacts-form-wrapper {
  background: rgba(31, 41, 55, 0.6);
  border: 1px solid rgba(236, 72, 153, 0.2);
  border-radius: 20px;
  padding: clamp(24px, 4vw, 32px);
  backdrop-filter: blur(10px);
}

.s-contacts-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .s-contacts-form-row {
    grid-template-columns: 1fr;
  }
}

.s-contacts-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.s-contacts-form-field label {
  color: var(--text);
  font-weight: 600;
  font-size: 0.95rem;
}

.s-contacts-form-field input {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: #0a0a0a;
  color: var(--text);
  font-size: 1rem;
  transition: all 0.25s ease;
  font-family: "Lato", sans-serif;
}

.s-contacts-form-field input:focus {
  outline: none;
  border-color: rgba(236, 72, 153, 0.5);
  background: rgba(10, 10, 10, 0.9);
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

.s-contacts-form-field input::placeholder {
  color: var(--muted);
}

.s-contacts-form-submit {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.s-contacts-submit-btn {
  padding: 14px 28px;
  border-radius: 12px;
  background: var(--accent);
  color: #031018;
  border: none;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: "Lato", sans-serif;
  box-shadow: 0 6px 18px rgba(236, 72, 153, 0.35);
}

.s-contacts-submit-btn:hover {
  background: var(--link-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(236, 72, 153, 0.45);
}

.s-contacts-form-note {
  color: var(--muted);
  font-size: 0.88rem;
  text-align: center;
}

.s-contacts-moving-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.s-contacts-moving-text span {
  position: absolute;
  font-size: clamp(48px, 8vw, 120px);
  font-weight: 900;
  color: rgba(236, 72, 153, 0.08);
  white-space: nowrap;
  animation: contactsTextMove 22s linear infinite;
  font-family: "Lato", sans-serif;
}

.s-contacts-move-1 {
  top: 8%;
  left: -100%;
  animation-delay: 0s;
}

.s-contacts-move-2 {
  top: 20%;
  left: -100%;
  animation-delay: 2.75s;
}

.s-contacts-move-3 {
  top: 32%;
  left: -100%;
  animation-delay: 5.5s;
}

.s-contacts-move-4 {
  top: 44%;
  left: -100%;
  animation-delay: 8.25s;
}

.s-contacts-move-5 {
  top: 56%;
  left: -100%;
  animation-delay: 11s;
}

.s-contacts-move-6 {
  top: 68%;
  left: -100%;
  animation-delay: 13.75s;
}

.s-contacts-move-7 {
  top: 80%;
  left: -100%;
  animation-delay: 16.5s;
}

.s-contacts-move-8 {
  top: 92%;
  left: -100%;
  animation-delay: 19.25s;
}

@keyframes contactsTextMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(100vw + 100%)); }
}

@media (max-width: 768px) {
  .s-contacts-full {
    min-height: auto;
  }
  
  .s-contacts-container {
    min-height: auto;
    padding: clamp(40px, 6vw, 80px) 0;
  }
  
  .s-contacts-moving-text span {
    font-size: clamp(32px, 10vw, 80px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .s-contacts-svg,
  .s-contacts-geometric-shapes *,
  .s-contacts-code-pattern path,
  .s-contacts-floating-elements *,
  .s-contacts-connection-elements *,
  .s-contacts-moving-text span,
  .s-928a860be133c734b92a,
  .s-contact-image-shapes *,
  .s-contact-particles circle {
    animation: none;
  }
}
#innercode-consent {
  --vc-bg: #0a0a0a;
  --vc-panel: #151515;
  --vc-card: #1a1a1a;
  --vc-ink: #6b7280;
  --vc-text: #ffffff;
  --vc-muted: #d1d5db;
  --vc-accent: #ec4899;
  --vc-accent-2: #f472b6;
  --vc-border: rgba(209, 213, 219, 0.22);
}
#innercode-consent a {
  color: var(--vc-accent);
  text-decoration: none;
}
#innercode-consent a:hover {
  color: var(--vc-accent-2);
}
#innercode-consent .s-b2e57839cfb5d4c9d4e8 {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  width: min(380px, calc(100vw - 22px));
  border-radius: 16px;
  background: var(--vc-card);
  color: var(--vc-text);
  border: 1px solid var(--vc-border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  font: 14px/1.5 Inter, system-ui, Segoe UI, Roboto, Ubuntu, "Helvetica Neue",
    Arial, sans-serif;
}
#innercode-consent .s-4cfd80db8d2db13fcbd3 {
  padding: 14px 14px 12px;
}
#innercode-consent .s-09e89fd6a0514d73c693 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#innercode-consent .s-787fb50ed17585b504f3 {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--vc-accent);
  margin-top: 6px;
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.12);
}
#innercode-consent .s-987ab6a53ddfd0fbe37a {
  font-weight: 800;
  margin: 0 0 4px;
  font-size: 15px;
  letter-spacing: 0.2px;
}
#innercode-consent .s-0ba0191044df33791578 {
  margin: 0;
  color: #d9e3ee;
}
#innercode-consent .s-12f43a3f662ac44d4a2a {
  margin-top: 6px;
  color: var(--vc-muted);
  font-size: 12.5px;
}
#innercode-consent .s-12f43a3f662ac44d4a2a a {
  color: var(--vc-accent);
}
#innercode-consent .s-20fb55714b82148be70b {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}
.s-41fe4fc655d26d04d4f3 {
  justify-content: space-between;
}
#innercode-consent .s-ea4a743988d267472c71 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: 0.25s;
}
#innercode-consent .s-ea4a743988d267472c71:hover {
  transform: translateY(-1px);
}
#innercode-consent .s-6ed464c0ef5f9dff4b20 {
  background: var(--vc-accent);
  color: #031018;
  box-shadow: 0 6px 18px rgba(236, 72, 153, 0.35);
}
#innercode-consent .s-6ed464c0ef5f9dff4b20:hover {
  background: var(--vc-accent-2);
}
#innercode-consent .s-b0e512e7fb954d8625cb {
  background: 0 0;
  color: var(--vc-text);
  border-color: var(--vc-accent);
}
#innercode-consent .s-03448d6aa2ea59045471 {
  background: 0 0;
  color: var(--vc-accent);
  padding: 8px 10px;
  font-weight: 700;
}
#innercode-consent .s-956629bca44d22e8959c {
  height: 1px;
  background: var(--vc-border);
  margin: 10px -14px 0;
}
#innercode-consent .s-4483ff9bd56b737fa2e9 {
  display: none;
}
#innercode-consent .s-8d2e288432b257f0bc34 {
  padding: 12px 14px;
  border-top: 1px solid var(--vc-border);
}
#innercode-consent .s-8d2e288432b257f0bc34 h3 {
  margin: 0 0 6px;
  font-size: 13.5px;
  letter-spacing: 0.2px;
}
#innercode-consent .s-e50438ecae7b3a5158bc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
}
#innercode-consent .s-e50438ecae7b3a5158bc .s-2f8d8cfdfbcce498b9bb {
  color: var(--vc-muted);
  font-size: 12.5px;
  max-width: 72%;
}
#innercode-consent .s-124ad1ca5e181cadb884 {
  position: relative;
  width: 46px;
  height: 26px;
  flex: 0 0 auto;
}
#innercode-consent .s-124ad1ca5e181cadb884 input {
  position: absolute;
  inset: 0;
  opacity: 0;
}
#innercode-consent .s-9d70604262a204346d4c {
  position: absolute;
  inset: 0;
  background: #0a0a0a;
  border: 1px solid var(--vc-border);
  border-radius: 999px;
  transition: 0.2s;
}
#innercode-consent .s-bf525d73de99fd95a6ed {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #cbd5e1;
  transition: 0.2s;
}
#innercode-consent
  .s-124ad1ca5e181cadb884
  input:checked
  ~ .s-9d70604262a204346d4c {
  background: rgba(236, 72, 153, 0.25);
  border-color: rgba(236, 72, 153, 0.6);
}
#innercode-consent
  .s-124ad1ca5e181cadb884
  input:checked
  ~ .s-bf525d73de99fd95a6ed {
  left: 23px;
  background: #fce7f3;
}
#innercode-consent
  .s-124ad1ca5e181cadb884
  input:disabled
  ~ .s-9d70604262a204346d4c {
  opacity: 0.7;
}
#innercode-consent
  .s-124ad1ca5e181cadb884
  input:disabled
  ~ .s-bf525d73de99fd95a6ed {
  background: #94a3b8;
}
#innercode-consent .s-6b5319b6514191143d0d {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9998;
  display: none;
}
#innercode-consent .s-be81fdd0048b5b03d8d9 {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--vc-border);
  background: #151515;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
#innercode-consent .s-be81fdd0048b5b03d8d9:hover {
  color: #e5e7eb;
  border-color: rgba(236, 72, 153, 0.6);
}
@media (max-width: 560px) {
  #innercode-consent .s-b2e57839cfb5d4c9d4e8 {
    right: 10px;
    left: 10px;
    bottom: 10px;
    width: auto;
  }
  #innercode-consent .s-e50438ecae7b3a5158bc .s-2f8d8cfdfbcce498b9bb {
    max-width: 68%;
  }
}
#innercode-consent .s-be81fdd0048b5b03d8d9,
#innercode-consent .s-ea4a743988d267472c71,
#innercode-consent [data-action] {
  cursor: pointer;
}
.s-22ca30fc8342cfa960d9 {
  align-items: center;
  background: rgba(236, 72, 153, 0.05);
  border: 1px solid rgba(236, 72, 153, 0.3);
  border-radius: 999px;
  color: #fce7f3;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 600;
  gap: 0.5rem;
  padding: 0.35rem 0.7rem;
}
.s-c7ef5d023bdfb3b226cd {
  margin-bottom: 8px;
}
.s-654b966d27494474b33f {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.s-6382ca17de203502cdeb {
  color: var(--muted);
  font-size: 0.92rem;
}
.s-b9024da4027f795b343f {
  display: flex;
  gap: 8px;
}
footer.s-c099a42a5555825cdb50 {
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  background: #0c1422;
  margin-top: 60px;
}
.s-32cb9138ce24c9c5d191 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 22px 0;
}
.s-bda4be26f275c20b61c5 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.s-28f422eb716e8e7f9e25 {
  display: flex;
  gap: 12px;
  align-items: center;
}
.s-a2a31ea561697c1c86cc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}
.s-32cb9138ce24c9c5d191 a {
  color: var(--link-color);
}
.s-b150a1aa0a630d6d247c {
  color: var(--muted);
  font-size: 0.92rem;
}
