.social-page .adv-hero.media-gradient-section {
  padding-top: 190px;
}

.social-page .adv-hero .container {
  max-width: 1120px;
}

.social-page .adv-hero__copy {
  max-width: 760px;
}

.social-opportunities {
  background: #fbfdff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* Background aesthetic blobs */
.social-opportunities::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(8, 127, 255, 0.08) 0%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.social-opportunities::after {
  content: "";
  position: absolute;
  bottom: -300px;
  right: -200px;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 59, 255, 0.06) 0%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Headers */
.social-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--space-2xl);
  position: relative;
  z-index: 2;
}

.social-kicker {
  display: inline-block;
  color: #087fff;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(8, 127, 255, 0.1);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: var(--space-md);
}

.social-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-sm);
}

.social-subtitle {
  font-size: 1.125rem;
  color: #475569;
  line-height: 1.6;
}

/* Stats Grid */
.social-stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
  position: relative;
  z-index: 2;
}

.social-stat-card {
  background: #ffffff;
  border: 1px solid rgba(8, 127, 255, 0.15);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-slow), box-shadow var(--transition-slow), border-color var(--transition-slow);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-stat-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(8, 127, 255, 0.4);
}

.social-stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f0f6ff 0%, #e0eeff 100%);
  color: #087fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-lg);
}

.social-stat-card .social-stat-icon { 
  color: #087fff; 
  background: rgba(8, 127, 255, 0.08); 
  border: 1px solid rgba(8, 127, 255, 0.1);
}

.social-stat-value {
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  font-style: italic;
  color: #0f172a;
  line-height: 1;
  margin: 0 0 8px 0;
  background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-stat-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #64748b;
  margin: 0;
}

/* Feature Split (Links vs Phone) */
.social-feature-split {
  margin-top: 140px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.social-feature-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.social-links-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-link-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  border: 1px solid rgba(8, 127, 255, 0.15);
  padding: 16px 20px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-slow);
}

.social-link-card:hover {
  transform: translateX(8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(8, 127, 255, 0.4);
}

.social-link-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.social-link-icon { 
  background: rgba(8, 127, 255, 0.1); 
  color: #087fff;
  border: 1px solid rgba(8, 127, 255, 0.2);
}

.social-link-text {
  display: flex;
  flex-direction: column;
}

.social-link-name {
  color: #0f172a;
  font-weight: 600;
  font-size: 1rem;
}

.social-link-action {
  color: #475569;
  font-size: 0.85rem;
}

.social-feature-visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-frame {
  max-width: 320px;
  width: 100%;
  padding: 14px;
  border-radius: 54px;
  background: linear-gradient(145deg, #475569 0%, #1e293b 50%, #0f172a 100%);
  border: 2px solid #334155;
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.2), inset 0 4px 7px rgba(255, 255, 255, 0.3), inset 0 -2px 5px rgba(0,0,0,0.5);
  position: relative;
}

.phone-frame::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 110px;
  width: 4px;
  height: 26px;
  background: #475569;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 40px 0 0 #475569;
}

.phone-frame::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 130px;
  width: 4px;
  height: 46px;
  background: #475569;
  border-radius: 0 4px 4px 0;
}

.phone-frame__notch {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 30px;
  background: #000000;
  border-radius: 20px;
  z-index: 10;
  box-shadow: inset 0 0 4px rgba(255,255,255,0.1);
}

.phone-frame__screen {
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 9 / 19.5;
  background: #000000;
  position: relative;
  box-shadow: inset 0 0 0 2px #000000;
}

.phone-frame__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.phone-frame__button {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 5px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}

@media (min-width: 768px) {
  .social-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .social-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .social-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .social-feature-split {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

