/**
 * Q-DASH Followers Growth Qatar (Platform V3)
 * Core CSS Tokens, Layouts, Distinct Section Headers & Cards
 * Strictly Scoped to .growth3
 */

:root {
  --gr-navy: #0b1528;
  --gr-navy-deep: #060c18;
  --gr-navy-card: #121e36;
  --gr-navy-border: #1e2f50;
  --gr-orange: #f26522;
  --gr-orange-hover: #d95315;
  --gr-orange-light: #ffefe6;
  --gr-orange-glow: rgba(242, 101, 34, 0.25);
  --gr-blue: #3b82f6;
  --gr-cream: #faf7f2;
  --gr-alabaster: #f3ede2;
  --gr-white: #ffffff;
  --gr-slate-50: #f8fafc;
  --gr-slate-100: #f1f5f9;
  --gr-slate-200: #e2e8f0;
  --gr-slate-300: #cbd5e1;
  --gr-slate-400: #94a3b8;
  --gr-slate-600: #475569;
  --gr-text-dark: #0f172a;
  --gr-text-muted: #475569;
  --gr-text-light: #f8fafc;
  --gr-text-dim: #94a3b8;
  --gr-radius-sm: 8px;
  --gr-radius-md: 14px;
  --gr-radius-lg: 20px;
  --gr-radius-xl: 30px;
  --gr-shadow-soft: 0 10px 28px rgba(11, 21, 40, 0.08);
  --gr-shadow-elevated: 0 18px 45px rgba(11, 21, 40, 0.14);
  --gr-shadow-orange: 0 12px 35px rgba(242, 101, 34, 0.22);
  --gr-shadow-navy: 0 20px 50px rgba(6, 12, 24, 0.45);
  --gr-transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.growth3 {
  font-family: inherit;
  color: var(--gr-text-dark);
  background-color: var(--gr-cream);
  line-height: 1.65;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Focus & Accessibility */
.growth3 a:focus-visible,
.growth3 button:focus-visible,
.growth3 input:focus-visible,
.growth3 select:focus-visible {
  outline: 3px solid var(--gr-orange);
  outline-offset: 3px;
}

/* Container */
.growth3-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Section Header Decoration */
.growth3-section-header {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 54px);
  position: relative;
}

.growth3-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(242, 101, 34, 0.14) 0%, rgba(59, 130, 246, 0.1) 100%);
  color: var(--gr-orange);
  border: 1px solid rgba(242, 101, 34, 0.3);
  margin-bottom: 14px;
  box-shadow: 0 4px 15px rgba(242, 101, 34, 0.1);
}

.growth3-sec-dark .growth3-section-badge {
  background: rgba(242, 101, 34, 0.2);
  color: #ff9d6c;
  border-color: rgba(242, 101, 34, 0.45);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.growth3-title-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 14px auto 16px auto;
  width: 160px;
}

.growth3-title-divider::before,
.growth3-title-divider::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gr-orange), transparent);
}

.growth3-title-divider span {
  color: var(--gr-orange);
  font-size: 0.95rem;
}

/* Typography Scale */
.growth3-h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 16px 0;
  color: var(--gr-navy);
}

.growth3-h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 8px 0;
  color: var(--gr-navy);
  letter-spacing: -0.01em;
}

.growth3-h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 10px 0;
  color: var(--gr-navy);
}

.growth3-lead {
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  color: var(--gr-text-muted);
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.75;
}

/* Section Rhythm / Backgrounds */
.growth3-sec {
  padding: clamp(65px, 8vw, 110px) 0;
  position: relative;
}

.growth3-sec-light {
  background-color: var(--gr-cream);
  color: var(--gr-text-dark);
}

.growth3-sec-white {
  background: linear-gradient(180deg, #ffffff 0%, #fdfbf7 100%);
  color: var(--gr-text-dark);
}

.growth3-sec-alabaster {
  background: linear-gradient(180deg, var(--gr-alabaster) 0%, #ebe4d5 100%);
  color: var(--gr-text-dark);
}

.growth3-sec-dark {
  background: radial-gradient(circle at 80% 20%, #152442 0%, var(--gr-navy) 60%, var(--gr-navy-deep) 100%);
  color: var(--gr-text-light);
}

.growth3-sec-dark .growth3-h2,
.growth3-sec-dark .growth3-h3 {
  color: var(--gr-white);
}

.growth3-sec-dark .growth3-lead {
  color: var(--gr-text-dim);
}

/* Atmospheric Hero Growth Control Center */
.growth3-sec-hero {
  background: 
    radial-gradient(ellipse at 80% 0%, rgba(242, 101, 34, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 100%, rgba(59, 130, 246, 0.12) 0%, transparent 60%),
    radial-gradient(circle at 50% 10%, #172a50 0%, #0b1528 55%, #060c18 100%);
  color: var(--gr-text-light);
  border-bottom: 1px solid rgba(242, 101, 34, 0.25);
  position: relative;
  overflow: hidden;
}

.growth3-sec-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(242, 101, 34, 0.2) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.35;
  pointer-events: none;
}

.growth3-sec-hero .growth3-h1 {
  color: #ffffff;
}

.growth3-sec-hero .growth3-lead {
  color: #cbd5e1;
}

.growth3-orange-text {
  background: linear-gradient(135deg, var(--gr-orange) 0%, #ff8548 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.growth3-hero-features {
  display: flex;
  gap: 16px;
  font-size: 0.88rem;
  color: #94a3b8;
  font-weight: 600;
  flex-wrap: wrap;
  margin-top: 24px;
}

.growth3-hero-features span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid rgba(242, 101, 34, 0.2);
}

.growth3-hero-features span strong {
  color: var(--gr-orange);
}

/* Action Buttons */
.growth3-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--gr-orange) 0%, #ff7e3e 100%);
  color: var(--gr-white) !important;
  font-weight: 800;
  font-size: 1.05rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(242, 101, 34, 0.35);
  transition: var(--gr-transition);
}

.growth3-btn-primary:hover {
  background: linear-gradient(135deg, #e05412 0%, var(--gr-orange) 100%);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(242, 101, 34, 0.45);
}

.growth3-btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 50px;
  background: #25d366;
  color: var(--gr-white) !important;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.28);
  transition: var(--gr-transition);
}

.growth3-btn-wa:hover {
  background: #1eb956;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4);
}

/* Grids */
.growth3-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.growth3-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 32px);
}

.growth3-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Base Card */
.growth3-card {
  background: var(--gr-white);
  border-radius: var(--gr-radius-lg);
  border: 1px solid rgba(242, 101, 34, 0.2);
  box-shadow: var(--gr-shadow-soft);
  padding: clamp(22px, 3vw, 36px);
  transition: var(--gr-transition);
  position: relative;
  overflow: hidden;
}

.growth3-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--gr-shadow-elevated);
  border-color: var(--gr-orange);
}

/* Protected Order Form Wrapper Section */
.growth3-order-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-top: 1px solid var(--gr-slate-200);
  border-bottom: 1px solid var(--gr-slate-200);
  padding: clamp(60px, 7vw, 100px) 0;
}

.growth3-order-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.growth3-order-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.growth3-order-trust-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffffff;
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid rgba(11, 21, 40, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gr-navy);
}

/* FAQ Accordion */
.growth3-faq-item {
  border-bottom: 1px solid rgba(11, 21, 40, 0.08);
  padding: 20px 0;
}

.growth3-faq-item:last-child {
  border-bottom: none;
}

.growth3-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--gr-navy);
  text-align: start;
  cursor: pointer;
}

.growth3-faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(242, 101, 34, 0.1);
  color: var(--gr-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: var(--gr-transition);
}

.growth3-faq-item.active .growth3-faq-icon {
  transform: rotate(45deg);
  background: var(--gr-orange);
  color: #fff;
}

.growth3-faq-answer {
  display: none;
  padding-top: 14px;
  font-size: 0.95rem;
  color: var(--gr-text-muted);
  line-height: 1.7;
}

.growth3-faq-item.active .growth3-faq-answer {
  display: block;
}

/* Responsive */
@media (max-width: 1024px) {
  .growth3-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .growth3-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .growth3-order-trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .growth3-grid-2,
  .growth3-grid-3,
  .growth3-grid-4 {
    grid-template-columns: 1fr;
  }
  .growth3-sec {
    padding: 50px 0;
  }
  .growth3-btn-primary,
  .growth3-btn-wa {
    width: 100%;
  }
}

/* Prefers Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .growth3 *,
  .growth3 *::before,
  .growth3 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
