/* ==========================================================================
   WebSocialTraffic Social Media Followers & Growth Services
   File: assets/css/social-services.css
   ========================================================================== */

.wst-social-section {
  padding: 4.5rem 1.25rem;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.wst-social-intro {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3rem;
}

.wst-social-tag {
  display: inline-block;
  padding: 4px 14px;
  background: #fef3c7;
  color: #b45309;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.wst-social-heading {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.wst-social-subtitle {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
}

.wst-social-contact-strip {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* 6-Box Responsive Grid */
.wst-social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.75rem;
}

/* Service Card Box */
.wst-social-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.wst-social-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px -6px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}

.wst-social-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.wst-social-icon {
  font-size: 2.25rem;
  line-height: 1;
}

.wst-social-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

.wst-social-platform-badge {
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 2px;
}

.wst-social-desc {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

/* Package Tier Selector Box */
.wst-social-picker {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.25rem;
}

.wst-social-picker label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #475569;
  margin-bottom: 0.5rem;
}

.wst-social-select {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  font-weight: 700;
  font-size: 0.875rem;
  background-color: #ffffff;
  color: #0f172a;
  cursor: pointer;
  outline: none;
}
.wst-social-select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.wst-social-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.75rem;
}

.wst-social-price-label {
  font-size: 0.8125rem;
  color: #64748b;
}

.wst-social-price-display {
  font-size: 1.65rem;
  font-weight: 900;
  color: #0f172a;
}

/* Features List */
.wst-social-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  font-size: 0.8125rem;
  color: #334155;
  line-height: 1.8;
}
.wst-social-features li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wst-social-check {
  color: #16a34a;
  font-weight: 900;
}

/* Action Buttons Grid */
.wst-social-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  border-top: 1px solid #f1f5f9;
  padding-top: 1rem;
}

.wst-social-btn-inquiry {
  background: #2563eb;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 0.75rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s;
}
.wst-social-btn-inquiry:hover {
  background: #1d4ed8;
}

.wst-social-btn-call {
  background: #16a34a;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 0.75rem;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: background 0.2s;
}
.wst-social-btn-call:hover {
  background: #15803d;
}

/* Social Media Inquiry Modal */
.wst-social-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.wst-social-modal.is-active {
  display: flex;
}

.wst-social-modal-card {
  background: #ffffff;
  border-radius: 20px;
  max-width: 480px;
  width: 100%;
  padding: 2rem;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.wst-social-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #f1f5f9;
  border: none;
  border-radius: 9999px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 1.1rem;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wst-social-modal-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.25rem 0;
}

.wst-social-modal-sub {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0 0 1.25rem 0;
}

.wst-social-form-group {
  margin-bottom: 0.85rem;
}
.wst-social-form-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #334155;
  margin-bottom: 0.25rem;
}
.wst-social-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.wst-social-input,
.wst-social-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.85rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #0f172a;
  font-family: inherit;
}
.wst-social-input:focus,
.wst-social-textarea:focus {
  border-color: #2563eb;
  outline: none;
}

.wst-social-submit-btn {
  width: 100%;
  background: #2563eb;
  color: #ffffff;
  font-weight: 700;
  padding: 0.85rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-size: 0.9375rem;
  transition: background 0.2s;
}
.wst-social-submit-btn:hover {
  background: #1d4ed8;
}

.wst-social-modal-success {
  display: none;
  text-align: center;
  padding: 1.5rem 0;
}
.wst-social-modal-success h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0.5rem 0 0.25rem 0;
}
.wst-social-modal-success p {
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 1.25rem;
}
