/** Shopify CDN: Minification failed

Line 781:0 Unexpected "}"

**/
:root {
  --soc-bg: #050507;
  --soc-bg-2: #09090b;
  --soc-surface: rgba(11, 11, 14, 0.86);
  --soc-card: rgba(13, 13, 16, 0.9);
  --soc-text: #ffffff;
  --soc-muted: rgba(255, 255, 255, 0.68);
  --soc-soft: rgba(255, 255, 255, 0.1);
  --soc-border: rgba(255, 255, 255, 0.1);
  --soc-accent: #ff3b4d;
  --soc-accent-2: #ff6b6b;
  --soc-accent-dark: #8f0015;
  --soc-glow: rgba(255, 59, 77, 0.32);
  --soc-header-height: 76px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--soc-header-height);
}

body {
  background: var(--soc-bg);
  color: var(--soc-text);
  padding-top: var(--soc-header-height);
}

.soc-container {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.soc-section {
  padding: clamp(90px, 10vw, 140px) 0;
}

.soc-heading {
  color: var(--soc-text);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.soc-subheading {
  color: var(--soc-accent);
  letter-spacing: 6px;
  text-transform: uppercase;
}

.soc-description {
  color: var(--soc-muted);
  max-width: 720px;
  margin: 25px auto;
  font-size: 1.2rem;
  line-height: 1.55;
}

.soc-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.soc-btn-primary,
.soc-btn-secondary {
  padding: 15px 28px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 900;
}

.soc-btn-primary {
  background: var(--soc-accent);
  color: var(--soc-text);
}

.soc-btn-secondary {
  border: 1px solid var(--soc-border);
  color: var(--soc-text);
  background: rgba(255, 255, 255, 0.04);
}

/* SOCNFDNT HEADER */

.soc-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(3, 3, 5, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.45);
}

.soc-header.scrolled {
  background: rgba(3, 3, 5, 0.98);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.soc-header::after {
  display: none;
}

.soc-header-inner {
  width: 100%;
  height: 76px;
  margin: 0 auto;
  padding: 0 38px;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
  gap: 24px;
}

.soc-header-logo {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.soc-header-logo img {
  max-height: 48px;
  width: auto;
  display: block;
  filter: drop-shadow(0 0 12px rgba(255, 59, 77, 0.35));
}

.soc-header-logo span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #101014;
  border: 1px solid rgba(255, 59, 77, 0.3);
  font-size: 17px;
  font-weight: 950;
  box-shadow: 0 0 16px rgba(255, 59, 77, 0.22);
}

.soc-header-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.4vw, 42px);
  white-space: nowrap;
}

.soc-header-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.soc-header-nav a:hover {
  color: #ffffff;
}

.soc-header-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 0;
  height: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #ff3b4d;
  box-shadow:
    0 0 10px rgba(255, 59, 77, 0.85),
    0 0 22px rgba(255, 59, 77, 0.45);
  transition: width 0.25s ease;
}

.soc-header-nav a:hover::after {
  width: 80%;
}

.soc-header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.soc-header-icon,
.soc-language-btn {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  background: rgba(9, 11, 17, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.09);
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.soc-header-icon:hover,
.soc-language-btn:hover {
  color: #ff3b4d;
  border-color: rgba(255, 59, 77, 0.45);
  background: rgba(255, 59, 77, 0.08);
  transform: translateY(-2px);
}

.soc-language-form {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.soc-language-select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.soc-login-btn {
  min-width: auto;
  height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: rgba(9, 11, 17, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.soc-login-btn:hover {
  color: #ffffff;
  border-color: rgba(255, 59, 77, 0.45);
  background: rgba(255, 59, 77, 0.12);
  box-shadow: none;
  transform: translateY(-2px);
}

.soc-cart-btn {
  height: 46px;
  min-width: 150px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #b9001d, #ff3b4d);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 24px rgba(255, 59, 77, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.soc-cart-btn span {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff3b4d;
  background: #ffffff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

.soc-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 34px rgba(255, 59, 77, 0.42);
  filter: brightness(1.08);
}

@media (max-width: 1200px) {
  .soc-header-inner {
    padding: 0 24px;
    gap: 18px;
  }

  .soc-header-nav {
    gap: 22px;
  }

  .soc-header-nav a {
    font-size: 11px;
    letter-spacing: 1.8px;
  }

  .soc-cart-btn {
    min-width: 120px;
    padding: 0 22px;
  }
}

@media (max-width: 980px) {
  .soc-header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .soc-header-nav {
    display: none;
  }

  .soc-header-icon:nth-child(2),
  .soc-language-form {
    display: none;
  }
}

@media (max-width: 560px) {
  .soc-header-inner {
    height: 68px;
    padding: 0 16px;
  }

  .soc-header-logo img {
    max-height: 42px;
  }

  .soc-header-icon {
    width: 38px;
    height: 38px;
  }

  .soc-login-btn {
    display: none;
  }

  .soc-cart-btn {
    height: 40px;
    min-width: auto;
    padding: 0 18px;
    font-size: 11px;
  }
}

/* SOCNFDNT LIVE SEARCH */

.soc-search {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.soc-search-form {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.soc-search-toggle {
  flex: 0 0 auto;
}

.soc-search-field {
  width: 0;
  height: 42px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(5, 7, 12, 0.98);
  border: 1px solid rgba(255, 59, 77, 0.65);
  box-shadow:
    0 0 0 1px rgba(255, 59, 77, 0.08),
    0 0 24px rgba(255, 59, 77, 0.24);
  transition: width 0.28s ease, opacity 0.2s ease;
}

.soc-search.is-open .soc-search-toggle {
  display: none;
}

.soc-search.is-open .soc-search-field {
  width: 240px;
  opacity: 1;
  pointer-events: auto;
}

.soc-search-submit {
  width: 42px;
  height: 42px;
  border: 0;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff3b4d;
  background: transparent;
  cursor: pointer;
}

.soc-search-input {
  width: 100%;
  height: 100%;
  padding: 0 16px 0 0;
  border: 0;
  outline: none;
  color: #ffffff;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
}

.soc-search-input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.soc-search-results {
  position: absolute;
  top: calc(100% + 11px);
  left: 50%;
  width: 320px;
  max-height: 620px;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 16px;
  background: rgba(11, 11, 15, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.55),
    0 0 30px rgba(255, 59, 77, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 10000;
}

.soc-search-results-inner {
  max-height: 620px;
  overflow-y: auto;
}

.soc-search-results-inner::-webkit-scrollbar {
  width: 6px;
}

.soc-search-results-inner::-webkit-scrollbar-thumb {
  background: rgba(255, 59, 77, 0.45);
  border-radius: 99px;
}

.soc-search-item {
  min-height: 76px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.2s ease;
}

.soc-search-item:hover {
  background: rgba(255, 59, 77, 0.08);
}

.soc-search-thumb {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.soc-search-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.soc-search-thumb svg {
  color: #ffffff;
  opacity: 0.9;
}

.soc-search-info {
  min-width: 0;
}

.soc-search-title {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  margin: 0 0 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.soc-search-price {
  color: #ff3b4d;
  font-size: 13px;
  font-weight: 950;
  margin: 0;
}

.soc-search-empty,
.soc-search-loading {
  padding: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 980px) {
  .soc-search.is-open .soc-search-field {
    width: 220px;
  }

  .soc-search-results {
    width: 300px;
  }
}

@media (max-width: 560px) {
  .soc-search.is-open .soc-search-field {
    width: 190px;
  }

  .soc-search-results {
    left: auto;
    right: 0;
    width: 290px;
    transform: none;
  }
}

/* SOCNFDNT HERO */

.soc-hero {
  position: relative;
  min-height: calc(100vh - var(--soc-header-height));
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 59, 77, 0.14), transparent 34%),
    radial-gradient(circle at 12% 18%, rgba(255, 59, 77, 0.18), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.055), transparent 34%),
    linear-gradient(180deg, #070708 0%, #050507 100%);
}

.soc-hero::before {
  content: "";
  position: absolute;
  inset: 8% 12%;
  z-index: -2;
  background: radial-gradient(circle, rgba(255, 59, 77, 0.18), transparent 58%);
  filter: blur(38px);
  opacity: 0.85;
  pointer-events: none;
}

.soc-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at center, black, transparent 72%);
  opacity: 0.42;
}

.soc-hero-wrap {
  position: relative;
  z-index: 2;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: clamp(92px, 10vw, 150px) 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soc-hero-content {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.soc-hero-kicker {
  color: var(--soc-accent-2);
  letter-spacing: 7px;
  font-size: 13px;
  font-weight: 950;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.soc-hero-title {
  color: var(--soc-text);
  font-size: clamp(54px, 8vw, 104px);
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: -3px;
  margin: 0;
  text-transform: uppercase;
}

.soc-hero-title span {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, var(--soc-accent-2) 48%, var(--soc-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.soc-hero-desc {
  color: var(--soc-muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.6;
  max-width: 780px;
  margin: 32px auto 0;
}

.soc-hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 42px;
}

.soc-hero-btn {
  position: relative;
  min-width: 170px;
  padding: 16px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 950;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.soc-hero-btn.primary {
  color: var(--soc-text);
  background: linear-gradient(135deg, var(--soc-accent-dark), var(--soc-accent));
  box-shadow: 0 0 34px rgba(255, 59, 77, 0.28);
}

.soc-hero-btn.secondary {
  color: var(--soc-text);
  border: 1px solid var(--soc-border);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.soc-hero-btn:hover {
  transform: translateY(-3px);
}

.soc-hero-btn.primary:hover {
  box-shadow: 0 0 42px rgba(255, 59, 77, 0.38);
}

.soc-hero-btn.secondary:hover {
  border-color: rgba(255, 59, 77, 0.45);
  background: rgba(255, 59, 77, 0.08);
}

.soc-hero-logo-glow {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.16;
  pointer-events: none;
  animation: socFloat 5s ease-in-out infinite;
}

.soc-hero-logo-glow img {
  width: clamp(300px, 34vw, 560px);
  height: auto;
  filter: drop-shadow(0 0 45px rgba(255, 59, 77, 0.45));
}

@keyframes socFloat {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-54%) translateX(-8px);
  }
}

@media (max-width: 900px) {
  .soc-hero-logo-glow {
    right: -10%;
    opacity: 0.10;
  }
}

  .soc-hero-wrap {
    padding: 92px 22px 104px;
  }

  .soc-hero-title {
    letter-spacing: -1.5px;
  }

  .soc-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .soc-hero-btn {
    width: 100%;
    text-align: center;
  }

  .soc-hero-logo-glow {
    opacity: 0.09;
  }
}

/* SOCNFDNT SERVICES */

.soc-premium-services {
  position: relative;
  padding: clamp(96px, 10vw, 145px) 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 59, 77, 0.12), transparent 34%),
    radial-gradient(circle at 88% 88%, rgba(255, 255, 255, 0.045), transparent 34%),
    linear-gradient(180deg, #050507 0%, #08080a 52%, #050507 100%);
}

.soc-premium-services::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 80%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 18%, black 80%, transparent);
  opacity: 0.55;
}

.soc-premium-wrap {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.soc-premium-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 70px;
}

.soc-premium-kicker {
  color: var(--soc-accent-2);
  letter-spacing: 8px;
  font-size: 13px;
  font-weight: 950;
  margin: 0;
  text-transform: uppercase;
}

.soc-premium-title {
  color: var(--soc-text);
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.96;
  margin: 20px 0 0;
  font-weight: 950;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.soc-premium-title span {
  background: linear-gradient(90deg, #ffffff, var(--soc-accent-2), var(--soc-accent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.soc-premium-desc {
  color: var(--soc-muted);
  font-size: clamp(17px, 2vw, 22px);
  max-width: 720px;
  margin: 28px auto 0;
  line-height: 1.5;
}

.soc-premium-line {
  width: 320px;
  max-width: 80%;
  height: 2px;
  margin: 42px auto 0;
  background: linear-gradient(90deg, transparent, var(--soc-accent), transparent);
  box-shadow: 0 0 24px var(--soc-glow);
}

.soc-premium-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.soc-premium-card {
  position: relative;
  min-height: 300px;
  padding: 52px 42px;
  border-radius: 22px;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 42%),
    var(--soc-card);
  border: 1px solid var(--soc-border);
  box-shadow:
    inset 0 0 40px rgba(255, 255, 255, 0.015),
    0 18px 45px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.soc-premium-card::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 59, 77, 0.72), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.soc-premium-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 59, 77, 0.52);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.34),
    0 0 38px rgba(255, 59, 77, 0.12);
}

.soc-premium-card:hover::before {
  opacity: 1;
}

.soc-premium-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--soc-text);
  border: 1px solid rgba(255, 59, 77, 0.76);
  box-shadow:
    0 0 26px rgba(255, 59, 77, 0.26),
    inset 0 0 22px rgba(255, 59, 77, 0.08);
  background: rgba(0, 0, 0, 0.36);
}

.soc-premium-icon svg {
  width: 36px;
  height: 36px;
  color: var(--soc-accent-2);
  filter: drop-shadow(0 0 12px rgba(255, 59, 77, 0.38));
}

.soc-premium-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255, 59, 77, 0.38));
}

.soc-premium-card h3 {
  color: var(--soc-text);
  font-size: clamp(26px, 3vw, 32px);
  line-height: 1.05;
  margin: 0 0 18px;
  font-weight: 950;
  letter-spacing: -0.5px;
}

.soc-premium-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.6;
  max-width: 440px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .soc-premium-grid {
    grid-template-columns: 1fr;
  }

  .soc-premium-card {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .soc-premium-services {
    padding-left: 18px;
    padding-right: 18px;
  }

  .soc-premium-header {
    margin-bottom: 50px;
  }

  .soc-premium-card {
    padding: 40px 26px;
  }
}

/* SOCNFDNT REVIEWS - CLEAN BLACK / WHITE / RED */

.soc-reviews {
  position: relative;
  padding: 140px 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 59, 77, .08), transparent 32%),
    #050507;
}

.soc-reviews-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.soc-reviews-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 70px;
}

.soc-reviews-kicker {
  color: #ff3b4d;
  letter-spacing: 7px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.soc-reviews-title {
  color: #ffffff;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -2px;
  margin: 0;
}

.soc-reviews-title span {
  color: #ff3b4d;
  background: none;
  -webkit-text-fill-color: #ff3b4d;
}

.soc-reviews-desc {
  color: rgba(255, 255, 255, .68);
  font-size: 20px;
  line-height: 1.5;
  max-width: 720px;
  margin: 28px auto 0;
}

.soc-reviews-line {
  width: 280px;
  max-width: 80%;
  height: 1px;
  margin: 42px auto 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 59, 77, .9),
    transparent
  );
  box-shadow: 0 0 18px rgba(255, 59, 77, .35);
}

.soc-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.soc-review-card {
  position: relative;
  padding: 34px;
  border-radius: 22px;
  background: rgba(10, 10, 13, .92);
  border: 1px solid rgba(255, 255, 255, .09);
  box-shadow: inset 0 0 35px rgba(255, 255, 255, .015);
  backdrop-filter: blur(14px);
  transition: .3s ease;
}

.soc-review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 59, 77, .45);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, .35),
    0 0 28px rgba(255, 59, 77, .08);
}

.soc-review-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.soc-review-avatar,
.soc-review-avatar-fallback {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex: 0 0 52px;
}

.soc-review-avatar {
  object-fit: cover;
  border: 1px solid rgba(255, 59, 77, .45);
}

.soc-review-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  background: #111115;
  border: 1px solid rgba(255, 59, 77, .45);
}

.soc-review-top h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 4px;
}

.soc-review-top p {
  color: rgba(255, 255, 255, .55);
  font-size: 14px;
  margin: 0;
}

.soc-review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.soc-review-stars span {
  color: #ff3b4d;
  font-size: 17px;
  text-shadow: none;
}

.soc-review-text {
  color: rgba(255, 255, 255, .74);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

@media(max-width: 1000px) {
  .soc-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 700px) {
  .soc-reviews {
    padding: 100px 20px;
  }

  .soc-reviews-grid {
    grid-template-columns: 1fr;
  }

  .soc-review-card {
    padding: 28px;
  }
}

/* SOCNFDNT CATEGORY GRID */

.soc-category-section {
  position: relative;
  padding: clamp(90px, 10vw, 140px) 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 59, 77, 0.12), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.045), transparent 34%),
    #050507;
}

.soc-category-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.soc-category-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 70px;
}

.soc-category-kicker {
  color: #ff5c6a;
  letter-spacing: 7px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.soc-category-title {
  color: #ffffff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 0;
}

.soc-category-desc {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
  max-width: 720px;
  margin: 28px auto 0;
}

.soc-category-line {
  width: 280px;
  max-width: 80%;
  height: 2px;
  margin: 42px auto 0;
  background: linear-gradient(90deg, transparent, #ff3b4d, transparent);
  box-shadow: 0 0 24px rgba(255, 59, 77, 0.32);
}

.soc-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.soc-category-card {
  position: relative;
  min-height: 290px;
  padding: 38px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 42%),
    rgba(13, 13, 16, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 0 40px rgba(255, 255, 255, 0.015),
    0 18px 45px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.soc-category-card::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 59, 77, 0.75), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.soc-category-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 59, 77, 0.55);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.34),
    0 0 38px rgba(255, 59, 77, 0.14);
}

.soc-category-card:hover::before {
  opacity: 1;
}

.soc-category-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 59, 77, 0.12);
  border: 1px solid rgba(255, 59, 77, 0.45);
  box-shadow: 0 0 22px rgba(255, 59, 77, 0.18);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 1px;
}

.soc-category-card h3 {
  color: #ffffff;
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.05;
  margin: 0 0 18px;
  font-weight: 950;
  letter-spacing: -0.5px;
}

.soc-category-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 28px;
}

.soc-category-arrow {
  margin-top: auto;
  color: #ff5c6a;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .soc-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .soc-category-grid {
    grid-template-columns: 1fr;
  }

  .soc-category-card {
    min-height: auto;
    padding: 34px 28px;
  }
}

/* SOCNFDNT INQUIRY + CONTACT */

.soc-inquiry-section,
.soc-contact-section {
  padding: clamp(90px, 10vw, 140px) 20px;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 59, 77, 0.12), transparent 34%),
    #050507;
}

.soc-inquiry-wrap,
.soc-contact-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.soc-inquiry-header,
.soc-contact-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
}

.soc-inquiry-kicker,
.soc-contact-kicker {
  color: #ff5c6a;
  letter-spacing: 7px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.soc-inquiry-title,
.soc-contact-title {
  color: #ffffff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 0;
}

.soc-inquiry-desc,
.soc-contact-desc {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
  max-width: 720px;
  margin: 28px auto 0;
}

.soc-inquiry-form {
  padding: 38px;
  border-radius: 24px;
  background: rgba(13, 13, 16, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 0 40px rgba(255, 255, 255, 0.015),
    0 22px 54px rgba(0, 0, 0, 0.34);
}

.soc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.soc-field {
  margin-bottom: 22px;
}

.soc-field label {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.soc-field input,
.soc-field select,
.soc-field textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  outline: none;
  background: rgba(5, 5, 7, 0.88);
  color: #ffffff;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 700;
}

.soc-field textarea {
  resize: vertical;
  min-height: 180px;
}

.soc-field input:focus,
.soc-field select:focus,
.soc-field textarea:focus {
  border-color: rgba(255, 59, 77, 0.65);
  box-shadow: 0 0 24px rgba(255, 59, 77, 0.14);
}

.soc-inquiry-submit {
  min-width: 180px;
  height: 52px;
  border: none;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #b9001d, #ff3b4d);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0 28px rgba(255, 59, 77, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.soc-inquiry-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 38px rgba(255, 59, 77, 0.4);
}

.soc-form-success,
.soc-form-error {
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 12px;
  font-weight: 800;
}

.soc-form-success {
  color: #ffffff;
  background: rgba(48, 209, 88, 0.14);
  border: 1px solid rgba(48, 209, 88, 0.35);
}

.soc-form-error {
  color: #ffffff;
  background: rgba(255, 59, 77, 0.14);
  border: 1px solid rgba(255, 59, 77, 0.35);
}

.soc-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.soc-contact-card {
  min-height: 280px;
  padding: 42px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 42%),
    rgba(13, 13, 16, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 0 40px rgba(255, 255, 255, 0.015),
    0 22px 54px rgba(0, 0, 0, 0.24);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.soc-contact-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 59, 77, 0.55);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.34),
    0 0 38px rgba(255, 59, 77, 0.14);
}

.soc-contact-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 59, 77, 0.12);
  border: 1px solid rgba(255, 59, 77, 0.45);
  box-shadow: 0 0 22px rgba(255, 59, 77, 0.18);
  font-size: 18px;
  font-weight: 950;
}

.soc-contact-card h3 {
  color: #ffffff;
  font-size: 32px;
  margin: 0 0 16px;
  font-weight: 950;
}

.soc-contact-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 28px;
}

.soc-contact-card span {
  margin-top: auto;
  color: #ff5c6a;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .soc-form-grid,
  .soc-contact-grid {
    grid-template-columns: 1fr;
  }

  .soc-inquiry-form,
  .soc-contact-card {
    padding: 30px;
  }
}

/* SOCNFDNT PICTURE CONTACT BUTTONS */

.soc-contact-picture-section {
  padding: clamp(90px, 10vw, 140px) 20px;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 59, 77, 0.12), transparent 34%),
    radial-gradient(circle at 88% 80%, rgba(255, 255, 255, 0.045), transparent 34%),
    #050507;
}

.soc-contact-picture-wrap {
  max-width: 1150px;
  margin: 0 auto;
}

.soc-contact-picture-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
}

.soc-contact-picture-kicker {
  color: #ff5c6a;
  letter-spacing: 7px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.soc-contact-picture-title {
  color: #ffffff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 0;
}

.soc-contact-picture-desc {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
  max-width: 720px;
  margin: 28px auto 0;
}

.soc-contact-picture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.soc-contact-picture-btn {
  position: relative;
  min-height: 390px;
  border-radius: 34px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  text-decoration: none;
  background: rgba(12, 12, 15, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.38),
    inset 0 0 40px rgba(255, 255, 255, 0.02);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.soc-contact-picture-btn:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 59, 77, 0.58);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.48),
    0 0 42px rgba(255, 59, 77, 0.18);
}

.soc-contact-picture-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.soc-contact-picture-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.48) 52%, rgba(0, 0, 0, 0.92) 100%),
    radial-gradient(circle at 50% 20%, rgba(255, 59, 77, 0.14), transparent 45%);
}

.soc-contact-picture-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.4s ease, filter 0.4s ease;
}

.soc-contact-picture-btn:hover .soc-contact-picture-img img {
  transform: scale(1.08);
  filter: brightness(1.08);
}

.soc-contact-picture-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at center, rgba(255, 59, 77, 0.26), transparent 45%),
    #111115;
  color: #ffffff;
  font-size: 56px;
  font-weight: 950;
  letter-spacing: 2px;
}

.soc-contact-picture-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 36px;
}

.soc-contact-picture-content h3 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -1px;
  margin: 0 0 14px;
}

.soc-contact-picture-content p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.55;
  max-width: 440px;
  margin: 0 0 24px;
}

.soc-contact-picture-content span {
  display: inline-flex;
  align-items: center;
  color: #ff5c6a;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .soc-contact-picture-grid {
    grid-template-columns: 1fr;
  }

  .soc-contact-picture-btn {
    min-height: 330px;
  }
}

@media (max-width: 560px) {
  .soc-contact-picture-btn {
    min-height: 300px;
    border-radius: 26px;
  }

  .soc-contact-picture-content {
    padding: 28px;
  }
}

/* SOCNFDNT SERVICES POPUP */

.soc-hero-btn.secondary {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.soc-services-popup {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(2, 2, 4, 0.48);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.soc-services-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.soc-services-popup-backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent 42%),
    rgba(0, 0, 0, 0.28);
}

.soc-services-popup-panel {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100vw - 36px));
  height: min(760px, calc(100vw - 36px));
  max-height: calc(100vh - 80px);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.18), transparent 36%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.04), transparent 58%),
    rgba(8, 8, 11, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 80px rgba(0, 0, 0, 0.72),
    0 0 50px rgba(255, 255, 255, 0.14),
    inset 0 0 70px rgba(255, 255, 255, 0.025);
  transform: scale(0.92);
  transition: transform 0.28s ease, opacity 0.28s ease;
  filter: none;
}

.soc-services-popup-close {
  position: absolute;
  top: 54px;
  right: 54px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 8, 11, 0.94);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.soc-services-popup-close:hover {
  transform: rotate(90deg);
  background: rgba(255, 59, 77, 0.18);
  border-color: rgba(255, 255, 255, 0.55);
}

.soc-services-popup-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(10, 10, 14, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 0 36px rgba(255, 59, 77, 0.18),
    inset 0 0 30px rgba(255, 255, 255, 0.025);
  text-align: center;
}

.soc-services-popup-center p {
  margin: 0 0 8px;
  color: #ffffffff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.soc-services-popup-center h3 {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.soc-services-option {
  position: absolute;
  width: 170px;
  height: 150px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 24px;
  color: #ffffff;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 45%),
    rgba(12, 12, 16, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.42),
    inset 0 0 35px rgba(255, 255, 255, 0.018);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.soc-services-option:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: rgba(255, 255, 255, 0.65);
  background:
    linear-gradient(180deg, rgba(255, 59, 77, 0.13), transparent 48%),
    rgba(12, 12, 16, 0.98);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(255, 59, 77, 0.2);
}

.soc-services-option span {
  position: absolute;
  top: 20px;
  left: 22px;
  color: #ff5c6a;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 2px;
}

.soc-services-option strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.option-fivem {
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
}

.option-fivem:hover {
  transform: translateX(-50%) translateY(-8px) scale(1.03);
}

.option-gfx {
  right: 7%;
  top: 31%;
}

.option-optimization {
  right: 18%;
  bottom: 9%;
}

.option-inquiry {
  left: 18%;
  bottom: 9%;
}

.option-contact {
  left: 7%;
  top: 31%;
}

@media (max-width: 760px) {
  .soc-services-popup-panel {
    width: min(440px, calc(100vw - 28px));
    height: auto;
    max-height: calc(100vh - 60px);
    border-radius: 28px;
    padding: 78px 20px 24px;
    overflow-y: auto;
  }

  .soc-services-popup-close {
    top: 20px;
    right: 20px;
  }

  .soc-services-popup-center {
    position: static;
    width: auto;
    height: auto;
    transform: none;
    border-radius: 20px;
    padding: 26px 18px;
    margin-bottom: 18px;
  }

  .soc-services-popup-center h3 {
    font-size: 30px;
  }

  .soc-services-option,
  .option-fivem,
  .option-gfx,
  .option-optimization,
  .option-inquiry,
  .option-contact {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 116px;
    margin-bottom: 14px;
    transform: none;
  }

  .soc-services-option:hover,
  .option-fivem:hover {
    transform: translateY(-4px);
  }
}

/* SERVICES SELECTOR DRAMATIC POP ANIMATION */

.soc-services-popup-panel {
  opacity: 0;
  transform: scale(0.75) rotate(-4deg);
}

.soc-services-popup.is-open .soc-services-popup-panel {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  animation: socSelectorDramaticPop 0.72s cubic-bezier(0.18, 1.25, 0.25, 1) both;
}

@keyframes socSelectorDramaticPop {
  0% {
    opacity: 0;
    transform: scale(0.45) rotate(-8deg);
    filter: blur(18px);
  }

  45% {
    opacity: 1;
    transform: scale(1.12) rotate(2deg);
    filter: blur(0);
  }

  68% {
    transform: scale(0.96) rotate(-1deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    filter: blur(0);
  }
}

/* Center circle pulse */

.soc-services-popup.is-open .soc-services-popup-center {
  animation: socCenterPulse 0.85s cubic-bezier(0.18, 1.25, 0.25, 1) both;
}

@keyframes socCenterPulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4);
    filter: blur(12px);
  }

  55% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
    filter: blur(0);
  }

  75% {
    transform: translate(-50%, -50%) scale(0.94);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0);
  }
}

/* Option cards fly outward */

.soc-services-option {
  opacity: 0;
}

.soc-services-popup.is-open .soc-services-option {
  opacity: 1;
}

.soc-services-popup.is-open .option-fivem {
  animation: socOptionTopPop 0.68s cubic-bezier(0.18, 1.25, 0.25, 1) 0.12s both;
}

.soc-services-popup.is-open .option-gfx {
  animation: socOptionRightPop 0.68s cubic-bezier(0.18, 1.25, 0.25, 1) 0.2s both;
}

.soc-services-popup.is-open .option-optimization {
  animation: socOptionBottomRightPop 0.68s cubic-bezier(0.18, 1.25, 0.25, 1) 0.28s both;
}

.soc-services-popup.is-open .option-inquiry {
  animation: socOptionBottomLeftPop 0.68s cubic-bezier(0.18, 1.25, 0.25, 1) 0.36s both;
}

.soc-services-popup.is-open .option-contact {
  animation: socOptionLeftPop 0.68s cubic-bezier(0.18, 1.25, 0.25, 1) 0.44s both;
}

@keyframes socOptionTopPop {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(170px) scale(0.35) rotate(-8deg);
    filter: blur(10px);
  }

  65% {
    opacity: 1;
    transform: translateX(-50%) translateY(-14px) scale(1.08) rotate(2deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

@keyframes socOptionRightPop {
  0% {
    opacity: 0;
    transform: translate(-190px, 70px) scale(0.35) rotate(-8deg);
    filter: blur(10px);
  }

  65% {
    opacity: 1;
    transform: translate(12px, -8px) scale(1.08) rotate(2deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

@keyframes socOptionBottomRightPop {
  0% {
    opacity: 0;
    transform: translate(-150px, -160px) scale(0.35) rotate(-8deg);
    filter: blur(10px);
  }

  65% {
    opacity: 1;
    transform: translate(10px, 12px) scale(1.08) rotate(2deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

@keyframes socOptionBottomLeftPop {
  0% {
    opacity: 0;
    transform: translate(150px, -160px) scale(0.35) rotate(8deg);
    filter: blur(10px);
  }

  65% {
    opacity: 1;
    transform: translate(-10px, 12px) scale(1.08) rotate(-2deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

@keyframes socOptionLeftPop {
  0% {
    opacity: 0;
    transform: translate(190px, 70px) scale(0.35) rotate(8deg);
    filter: blur(10px);
  }

  65% {
    opacity: 1;
    transform: translate(-12px, -8px) scale(1.08) rotate(-2deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

@media (max-width: 760px) {
  .soc-services-popup.is-open .soc-services-popup-center {
    animation: socCenterPulseMobile 0.7s cubic-bezier(0.18, 1.25, 0.25, 1) both;
  }

  @keyframes socCenterPulseMobile {
    0% {
      opacity: 0;
      transform: scale(0.5);
      filter: blur(10px);
    }

    60% {
      opacity: 1;
      transform: scale(1.08);
      filter: blur(0);
    }

    100% {
      opacity: 1;
      transform: scale(1);
      filter: blur(0);
    }
  }

  .soc-services-popup.is-open .soc-services-option,
  .soc-services-popup.is-open .option-fivem,
  .soc-services-popup.is-open .option-gfx,
  .soc-services-popup.is-open .option-optimization,
  .soc-services-popup.is-open .option-inquiry,
  .soc-services-popup.is-open .option-contact {
    animation: socMobileOptionPop 0.55s cubic-bezier(0.18, 1.25, 0.25, 1) both;
  }

  @keyframes socMobileOptionPop {
    0% {
      opacity: 0;
      transform: translateY(30px) scale(0.85);
      filter: blur(8px);
    }

    65% {
      opacity: 1;
      transform: translateY(-6px) scale(1.04);
      filter: blur(0);
    }

    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
      filter: blur(0);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .soc-services-popup.is-open .soc-services-popup-panel,
  .soc-services-popup.is-open .soc-services-popup-center,
  .soc-services-popup.is-open .soc-services-option {
    animation: none;
    opacity: 1;
    filter: none;
  }
}

/* EXTRA SLOW SERVICES SELECTOR ANIMATION OVERRIDE */

.soc-services-popup {
  transition: opacity 0.75s ease !important;
}

/* Main circle/panel enters slower */
.soc-services-popup.is-open .soc-services-popup-panel {
  animation: socSelectorSlowPop 1.85s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

@keyframes socSelectorSlowPop {
  0% {
    opacity: 0;
    transform: scale(0.35) rotate(-10deg);
    filter: blur(22px);
  }

  35% {
    opacity: 1;
    transform: scale(1.14) rotate(3deg);
    filter: blur(6px);
  }

  60% {
    transform: scale(0.94) rotate(-1.5deg);
    filter: blur(0);
  }

  80% {
    transform: scale(1.035) rotate(0.5deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    filter: blur(0);
  }
}

/* Center service circle slower */
.soc-services-popup.is-open .soc-services-popup-center {
  animation: socCenterSlowPulse 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.25s both !important;
}

@keyframes socCenterSlowPulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.25);
    filter: blur(18px);
  }

  40% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.22);
    filter: blur(4px);
  }

  65% {
    transform: translate(-50%, -50%) scale(0.92);
    filter: blur(0);
  }

  85% {
    transform: translate(-50%, -50%) scale(1.05);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0);
  }
}

/* Service cards slower stagger */
.soc-services-popup.is-open .option-fivem {
  animation: socOptionTopSlow 1.65s cubic-bezier(0.16, 1, 0.3, 1) 0.55s both !important;
}

.soc-services-popup.is-open .option-gfx {
  animation: socOptionRightSlow 1.65s cubic-bezier(0.16, 1, 0.3, 1) 0.85s both !important;
}

.soc-services-popup.is-open .option-optimization {
  animation: socOptionBottomRightSlow 1.65s cubic-bezier(0.16, 1, 0.3, 1) 1.15s both !important;
}

.soc-services-popup.is-open .option-inquiry {
  animation: socOptionBottomLeftSlow 1.65s cubic-bezier(0.16, 1, 0.3, 1) 1.45s both !important;
}

.soc-services-popup.is-open .option-contact {
  animation: socOptionLeftSlow 1.65s cubic-bezier(0.16, 1, 0.3, 1) 1.75s both !important;
}

@keyframes socOptionTopSlow {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(210px) scale(0.2) rotate(-12deg);
    filter: blur(18px);
  }

  55% {
    opacity: 1;
    transform: translateX(-50%) translateY(-22px) scale(1.12) rotate(3deg);
    filter: blur(3px);
  }

  78% {
    transform: translateX(-50%) translateY(8px) scale(0.96) rotate(-1deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

@keyframes socOptionRightSlow {
  0% {
    opacity: 0;
    transform: translate(-230px, 95px) scale(0.2) rotate(-12deg);
    filter: blur(18px);
  }

  55% {
    opacity: 1;
    transform: translate(22px, -12px) scale(1.12) rotate(3deg);
    filter: blur(3px);
  }

  78% {
    transform: translate(-6px, 5px) scale(0.96) rotate(-1deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

@keyframes socOptionBottomRightSlow {
  0% {
    opacity: 0;
    transform: translate(-190px, -210px) scale(0.2) rotate(-12deg);
    filter: blur(18px);
  }

  55% {
    opacity: 1;
    transform: translate(20px, 20px) scale(1.12) rotate(3deg);
    filter: blur(3px);
  }

  78% {
    transform: translate(-5px, -6px) scale(0.96) rotate(-1deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

@keyframes socOptionBottomLeftSlow {
  0% {
    opacity: 0;
    transform: translate(190px, -210px) scale(0.2) rotate(12deg);
    filter: blur(18px);
  }

  55% {
    opacity: 1;
    transform: translate(-20px, 20px) scale(1.12) rotate(-3deg);
    filter: blur(3px);
  }

  78% {
    transform: translate(5px, -6px) scale(0.96) rotate(1deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

@keyframes socOptionLeftSlow {
  0% {
    opacity: 0;
    transform: translate(230px, 95px) scale(0.2) rotate(12deg);
    filter: blur(18px);
  }

  55% {
    opacity: 1;
    transform: translate(-22px, -12px) scale(1.12) rotate(-3deg);
    filter: blur(3px);
  }

  78% {
    transform: translate(6px, 5px) scale(0.96) rotate(1deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}