/* ============================================================
   ILETISIM.CSS — Ayyıldız Spor — Maximum Premium v4
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
section { margin: 0; }

:root {
  --dark-900: #060d1e;
  --dark-800: #0c1425;
  --dark-700: #141f38;
  --dark-600: #1a2a47;
  --red:       #c1121f;
  --red-light: #ff4d5e;
  --red-glow:  rgba(193,18,31,0.35);
  --gold:      #d4af37;
  --cyan:      #22b8c7;
  --ig-grad:   linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);
  --academy-grad: linear-gradient(135deg, #1a8a9e, #2570a8);
  --academy-glow: rgba(26,138,158,0.35);
  --white-88:  rgba(255,255,255,0.88);
  --white-70:  rgba(255,255,255,0.70);
  --white-45:  rgba(255,255,255,0.45);
  --white-12:  rgba(255,255,255,0.12);
  --white-06:  rgba(255,255,255,0.06);
  --radius-xl: 22px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --shadow-card: 0 20px 60px rgba(0,0,0,0.55);
  --shadow-glow: 0 0 40px var(--red-glow);
  --transition: 0.35s cubic-bezier(0.4,0,0.2,1);
}

@keyframes orbPulse {
  0%,100% { transform: scale(1) translate(0,0); opacity:0.55; }
  50%      { transform: scale(1.18) translate(8px,-8px); opacity:0.85; }
}
@keyframes stripeSlide {
  from { background-position:0 0; }
  to   { background-position:80px 80px; }
}
@keyframes shimmer {
  from { transform:translateX(-140%); }
  to   { transform:translateX(140%);  }
}
@keyframes fadeUp {
  from { opacity:0; transform:translateY(28px); }
  to   { opacity:1; transform:translateY(0);    }
}
@keyframes igGlowSpin {
  from { transform:rotate(0deg); }
  to   { transform:rotate(360deg); }
}

.container {
  width: min(1200px, calc(100% - 2rem));
  margin-inline: auto;
}

/* ==========================================================
   HERO
   ========================================================== */
.reach-hero {
  position: relative;
  min-height: 54vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(145deg, var(--dark-900) 0%, #0a1535 50%, var(--dark-800) 100%);
}
.reach-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -55deg,
    transparent 0px, transparent 18px,
    rgba(255,255,255,0.015) 18px, rgba(255,255,255,0.015) 20px
  );
  animation: stripeSlide 6s linear infinite;
  z-index: 1; pointer-events: none;
}

.reach-hero-bg {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
}
.reach-hero-bg::before {
  content: '';
  position: absolute;
  width: 460px; height: 460px;
  top: -100px; left: -90px;
  background: radial-gradient(circle, rgba(193,18,31,0.28) 0%, transparent 70%);
  border-radius: 50%;
  animation: orbPulse 7s ease-in-out infinite;
  filter: blur(45px);
}
.reach-hero-bg::after {
  content: '';
  position: absolute;
  width: 360px; height: 360px;
  bottom: -60px; right: -60px;
  background: radial-gradient(circle, rgba(34,184,199,0.20) 0%, transparent 70%);
  border-radius: 50%;
  animation: orbPulse 9s ease-in-out infinite reverse;
  filter: blur(50px);
}

.reach-hero-content {
  position: relative; z-index: 3;
  text-align: center;
  padding: 0 1.5rem;
  max-width: 680px;
  animation: fadeUp 0.9s ease both;
}

.reach-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(193,18,31,0.20), rgba(193,18,31,0.08));
  border: 1px solid rgba(193,18,31,0.50);
  color: var(--red-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.35em 1.1em;
  border-radius: 50px;
  margin-bottom: 1.2rem;
  backdrop-filter: blur(8px);
}

.reach-hero-content h1 {
  font-size: clamp(2rem, 6vw, 3.6rem);
  font-weight: 900;
  color: var(--white-88);
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  text-shadow: 0 4px 30px rgba(0,0,0,0.5);
}

.reach-hero-content p {
  font-size: clamp(0.92rem, 2vw, 1.1rem);
  color: var(--white-70);
  line-height: 1.65;
  max-width: 580px;
  margin-inline: auto;
}

/* ==========================================================
   CONTACT SECTION
   ========================================================== */
.contact {
  background: var(--dark-900);
  padding: 5rem 1rem;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 2.5rem;
  align-items: start;
}

/* ---- Info box ---- */
.contact-info {
  background: linear-gradient(145deg, var(--dark-800), var(--dark-700));
  border: 1px solid var(--white-12);
  border-radius: var(--radius-xl);
  padding: 2.2rem 2rem;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}
.contact-info::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-light));
}

.contact-info h2 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white-88);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.contact-info h2::after {
  content: '';
  display: block;
  width: 38px; height: 2px;
  background: var(--red);
  border-radius: 2px;
  margin-top: 0.5rem;
}

.contact-info p {
  font-size: 0.92rem;
  color: var(--white-70);
  margin-bottom: 0.8rem;
  line-height: 1.6;
}
.contact-info p:last-of-type { margin-bottom: 1.8rem; }

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, #128c7e, #075e54);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.75em 1.8em;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(18,140,126,0.40);
  transition: var(--transition);
}
.whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(18,140,126,0.55);
}

/* ---- Contact Form ---- */
.contact-form {
  background: linear-gradient(145deg, var(--dark-800), var(--dark-700));
  border: 1px solid var(--white-12);
  border-radius: var(--radius-xl);
  padding: 2.5rem 2.2rem;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}
.contact-form::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-light));
}

.contact-form h2 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white-88);
  margin-bottom: 1.8rem;
  letter-spacing: -0.02em;
}
.contact-form h2::after {
  content: '';
  display: block;
  width: 38px; height: 2px;
  background: var(--red);
  border-radius: 2px;
  margin-top: 0.5rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--white-12);
  border-radius: var(--radius-md);
  color: var(--white-88);
  font-size: 0.92rem;
  padding: 0.85em 1.1em;
  margin-bottom: 1rem;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease;
  font-family: inherit;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--white-45); }
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--red);
  background: rgba(193,18,31,0.06);
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.btn-primary {
  background: linear-gradient(135deg, var(--red) 0%, #9e0e18 100%);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.85em 2.4em;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(193,18,31,0.45), inset 0 1px 0 rgba(255,255,255,0.18);
  transition: var(--transition);
  width: 100%;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(193,18,31,0.60);
}

.form-success,
.form-error {
  margin-top: 0.8rem;
  padding: 0.75em 1em;
  border-radius: var(--radius-md);
  font-size: 0.88rem;
  display: none;
}
.form-success { background: rgba(22,163,74,0.15); color: #4ade80; border: 1px solid rgba(22,163,74,0.35); }
.form-error   { background: rgba(220,38,38,0.15); color: #f87171; border: 1px solid rgba(220,38,38,0.35); }
.form-success.visible,
.form-error.visible { display: block; }

/* ==========================================================
   SOSYAL MEDYA HUB — Premium v5
   ========================================================== */

/* --- Hub wrapper --- */
.sm-hub {
  position: relative;
  padding: 6rem 0 5rem;
  background: linear-gradient(175deg, #030a1a 0%, #0a1535 40%, #060d1e 100%);
  overflow: hidden;
}

/* Floating orbs */
.sm-hub-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }

.sm-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: smOrbFloat 12s ease-in-out infinite;
}
.sm-orb-1 {
  width: 420px; height: 420px;
  top: -80px; left: -60px;
  background: radial-gradient(circle, rgba(131,58,180,0.22) 0%, transparent 70%);
  animation-duration: 14s;
}
.sm-orb-2 {
  width: 350px; height: 350px;
  bottom: -40px; right: -40px;
  background: radial-gradient(circle, rgba(26,138,158,0.18) 0%, transparent 70%);
  animation-delay: -5s;
  animation-duration: 16s;
}
.sm-orb-3 {
  width: 280px; height: 280px;
  top: 40%; left: 50%;
  background: radial-gradient(circle, rgba(193,18,31,0.12) 0%, transparent 70%);
  animation-delay: -8s;
  animation-duration: 18s;
}
@keyframes smOrbFloat {
  0%,100% { transform: translate(0,0) scale(1); opacity: 0.6; }
  33%     { transform: translate(25px,-18px) scale(1.1); opacity: 0.85; }
  66%     { transform: translate(-15px,12px) scale(0.95); opacity: 0.7; }
}

/* --- Section header --- */
.sm-hub-header {
  position: relative; z-index: 1;
  text-align: center;
  margin-bottom: 3.5rem;
}

.sm-hub-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.5);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.4em 1.2em;
  border-radius: 50px;
  margin-bottom: 1.2rem;
  backdrop-filter: blur(12px);
}

.sm-hub-dot {
  width: 6px; height: 6px;
  background: #4ade80;
  border-radius: 50%;
  animation: smDotPulse 2s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(74,222,128,0.5);
}
@keyframes smDotPulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%     { opacity: 0.5; transform: scale(0.7); }
}

.sm-hub-header h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  color: rgba(255,255,255,0.92);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 0.8rem;
}
.sm-hub-header h2 span {
  background: linear-gradient(135deg, #f9ce34, #ee2a7b, #6228d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sm-hub-header p {
  font-size: 1rem;
  color: rgba(255,255,255,0.4);
  max-width: 460px;
  margin-inline: auto;
  line-height: 1.6;
}

/* ===========================================
   INSTAGRAM SHOWCASE — Profile Cards
   =========================================== */
.sm-ig-showcase {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

/* Card wrapper */
.sm-ig-profile {
  position: relative;
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(.25,.46,.45,.94),
              box-shadow 0.5s ease;
}
.sm-ig-profile:hover {
  transform: translateY(-6px);
}

/* Animated gradient border */
.sm-ig-border {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1.5px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045, #833ab4);
  background-size: 300% 300%;
  animation: smBorderShift 6s ease infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.5;
  transition: opacity 0.5s ease;
  z-index: 0;
}
.sm-ig-border-academy {
  background: linear-gradient(135deg, #1a8a9e, #2570a8, #38bdf8, #1a8a9e);
  background-size: 300% 300%;
}
.sm-ig-profile:hover .sm-ig-border {
  opacity: 1;
  animation-duration: 3s;
}
@keyframes smBorderShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Inner body */
.sm-ig-body {
  position: relative; z-index: 1;
  background: linear-gradient(165deg, rgba(12,20,37,0.97) 0%, rgba(10,15,30,0.98) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 1.8rem 1.6rem 1.5rem;
  backdrop-filter: blur(20px);
}

/* Top row: avatar + meta + verified */
.sm-ig-top {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
}

.sm-ig-avatar {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: var(--ig-grad);
  padding: 3px;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(131,58,180,0.40);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.4s ease, transform 0.4s cubic-bezier(.25,.46,.45,.94);
}
.sm-ig-avatar-academy {
  background: var(--academy-grad);
  box-shadow: 0 4px 20px var(--academy-glow);
}
.sm-ig-profile:hover .sm-ig-avatar {
  transform: scale(1.08);
  box-shadow: 0 6px 28px rgba(131,58,180,0.55);
}
.sm-ig-profile:hover .sm-ig-avatar-academy {
  box-shadow: 0 6px 28px rgba(26,138,158,0.55);
}
.sm-ig-avatar img {
  width: 28px; height: 28px;
  filter: brightness(0) invert(1);
}

.sm-ig-meta { flex: 1; min-width: 0; }
.sm-ig-meta h3 {
  font-size: 0.98rem;
  font-weight: 800;
  color: rgba(255,255,255,0.92);
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sm-ig-handle {
  font-size: 0.8rem;
  color: #5ec4d4;
  font-weight: 600;
}

.sm-ig-verified {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #833ab4, #fd1d1d);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sm-ig-verified-academy {
  background: linear-gradient(135deg, #1a8a9e, #2570a8);
}

/* Stat row */
.sm-ig-stats-row {
  display: flex;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 0.9rem 0;
  margin-bottom: 1.1rem;
}
.sm-ig-stat {
  flex: 1;
  text-align: center;
}
.sm-ig-stat + .sm-ig-stat {
  border-left: 1px solid rgba(255,255,255,0.06);
}
.sm-ig-stat strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: rgba(255,255,255,0.92);
  margin-bottom: 1px;
}
.sm-ig-stat span {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Bio */
.sm-ig-bio {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.55;
  margin-bottom: 1.2rem;
}

/* Post preview thumbnails */
.sm-ig-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.3rem;
}
.sm-ig-thumb {
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  position: relative;
  overflow: hidden;
}
.sm-ig-thumb::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.03) 100%);
}

/* Shimmer animation on thumbnails */
.sm-ig-thumb::before {
  content: '';
  position: absolute;
  top: 0; left: -100%; width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.04), transparent);
  animation: smThumbShimmer 3s ease-in-out infinite;
}
.sm-ig-thumb:nth-child(2)::before { animation-delay: -1s; }
.sm-ig-thumb:nth-child(3)::before { animation-delay: -2s; }
@keyframes smThumbShimmer {
  0%   { left: -100%; }
  60%  { left: 100%; }
  100% { left: 100%; }
}

/* Follow / CTA button */
.sm-ig-follow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.7em 1.4em;
  border: none;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(.25,.46,.45,.94),
              box-shadow 0.35s ease;
}
.sm-ig-follow-team {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  box-shadow: 0 4px 18px rgba(131,58,180,0.35);
}
.sm-ig-follow-team:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(131,58,180,0.50);
}
.sm-ig-follow-academy {
  background: linear-gradient(135deg, #1a8a9e, #2570a8);
  box-shadow: 0 4px 18px var(--academy-glow);
}
.sm-ig-follow-academy:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(26,138,158,0.50);
}

/* Hover glow on the whole card */
.sm-ig-team:hover {
  box-shadow: 0 20px 60px rgba(131,58,180,0.18), 0 0 80px rgba(131,58,180,0.08);
}
.sm-ig-academy:hover {
  box-shadow: 0 20px 60px rgba(26,138,158,0.18), 0 0 80px rgba(26,138,158,0.08);
}

/* ===========================================
   PLATFORMS GRID — X, YouTube, Facebook
   =========================================== */
.sm-platforms {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.sm-plat {
  position: relative;
  border-radius: 16px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(.25,.46,.45,.94),
              box-shadow 0.45s ease;
}
.sm-plat:hover {
  transform: translateY(-5px);
}

/* Background glow */
.sm-plat-glow {
  position: absolute; inset: 0;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}
.sm-plat:hover .sm-plat-glow { opacity: 1; }
.sm-plat-x  .sm-plat-glow { background: radial-gradient(ellipse at center, rgba(29,161,242,0.12) 0%, transparent 70%); }
.sm-plat-yt .sm-plat-glow { background: radial-gradient(ellipse at center, rgba(255,0,0,0.10) 0%, transparent 70%); }
.sm-plat-fb .sm-plat-glow { background: radial-gradient(ellipse at center, rgba(24,119,242,0.12) 0%, transparent 70%); }

.sm-plat-inner {
  position: relative; z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 1.3rem;
  background: linear-gradient(165deg, rgba(12,20,37,0.95) 0%, rgba(10,15,30,0.97) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  transition: border-color 0.4s ease;
}
.sm-plat:hover .sm-plat-inner {
  border-color: rgba(255,255,255,0.12);
}

/* Left accent bar */
.sm-plat-inner::before {
  content: '';
  position: absolute;
  top: 12px; bottom: 12px; left: 0; width: 3px;
  border-radius: 0 3px 3px 0;
  transform: scaleY(0);
  transition: transform 0.4s cubic-bezier(.25,.46,.45,.94);
}
.sm-plat:hover .sm-plat-inner::before { transform: scaleY(1); }
.sm-plat-x  .sm-plat-inner::before { background: #1da1f2; }
.sm-plat-yt .sm-plat-inner::before { background: #ff0000; }
.sm-plat-fb .sm-plat-inner::before { background: #1877f2; }

/* Platform icon */
.sm-plat-icon {
  width: 46px; height: 46px;
  border-radius: 13px;
  padding: 10px;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(.25,.46,.45,.94),
              box-shadow 0.4s ease;
}
.sm-plat:hover .sm-plat-icon {
  transform: scale(1.08) rotate(-3deg);
}
.sm-plat-x  .sm-plat-icon { background: rgba(29,161,242,0.12); box-shadow: 0 0 0 rgba(29,161,242,0); }
.sm-plat-yt .sm-plat-icon { background: rgba(255,0,0,0.10);    box-shadow: 0 0 0 rgba(255,0,0,0); }
.sm-plat-fb .sm-plat-icon { background: rgba(24,119,242,0.12); box-shadow: 0 0 0 rgba(24,119,242,0); }
.sm-plat-x:hover  .sm-plat-icon { box-shadow: 0 4px 18px rgba(29,161,242,0.30); }
.sm-plat-yt:hover .sm-plat-icon { box-shadow: 0 4px 18px rgba(255,0,0,0.25); }
.sm-plat-fb:hover .sm-plat-icon { box-shadow: 0 4px 18px rgba(24,119,242,0.30); }
.sm-plat-icon img { width: 100%; height: 100%; }

/* Content */
.sm-plat-content { flex: 1; min-width: 0; }
.sm-plat-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.3rem;
}
.sm-plat-label h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
}
.sm-plat-content p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.5;
}

/* Live dot */
.sm-plat-live {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.sm-plat-live-dot {
  width: 5px; height: 5px;
  background: #1da1f2;
  border-radius: 50%;
  animation: smDotPulse 2s ease-in-out infinite;
}
.sm-plat-live-dot-yt { background: #ff0000; }
.sm-plat-live-dot-fb { background: #1877f2; }

/* Arrow */
.sm-plat-arrow {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(255,255,255,0.3);
  transition: transform 0.4s cubic-bezier(.25,.46,.45,.94),
              background 0.3s ease,
              color 0.3s ease;
}
.sm-plat:hover .sm-plat-arrow {
  transform: translate(3px,-3px);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.8);
}

/* Platform hover glow */
.sm-plat-x:hover  { box-shadow: 0 16px 50px rgba(29,161,242,0.12), 0 0 0 1px rgba(29,161,242,0.10); }
.sm-plat-yt:hover { box-shadow: 0 16px 50px rgba(255,0,0,0.10), 0 0 0 1px rgba(255,0,0,0.08); }
.sm-plat-fb:hover { box-shadow: 0 16px 50px rgba(24,119,242,0.12), 0 0 0 1px rgba(24,119,242,0.10); }

/* ==========================================================
   MAP
   ========================================================== */
.contact-map {
  background: var(--dark-900);
  padding: 5rem 1rem;
  text-align: center;
}

.contact-map h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--white-88);
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}
.contact-map h2::after {
  content: '';
  display: block;
  width: 52px; height: 3px;
  background: var(--red);
  border-radius: 3px;
  margin: 0.5rem auto 0;
}

.map-box {
  max-width: 900px;
  margin: 0 auto 1.8rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--white-12);
  box-shadow: var(--shadow-card);
}
.map-box iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: none;
  filter: invert(90%) hue-rotate(180deg) saturate(0.7);
}

.map-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.map-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75em 2em;
  border-radius: 50px;
  text-decoration: none;
  transition: var(--transition);
}
.map-btn-primary {
  background: linear-gradient(135deg, var(--red) 0%, #9e0e18 100%);
  color: #fff;
  box-shadow: 0 6px 22px rgba(193,18,31,0.40);
}
.map-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(193,18,31,0.55); }
.map-btn-secondary {
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--white-12);
  color: var(--white-88);
  backdrop-filter: blur(8px);
}
.map-btn-secondary:hover { background: rgba(255,255,255,0.12); transform: translateY(-2px); }

/* ==========================================================
   INSTAGRAM MODALS
   ========================================================== */
.ig-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ig-modal.active {
  display: flex;
}

.ig-modal-box {
  background: linear-gradient(165deg, var(--dark-800) 0%, var(--dark-700) 100%);
  border: 1px solid var(--white-12);
  border-radius: var(--radius-xl);
  width: 90%;
  max-width: 420px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.60), 0 0 0 1px rgba(255,255,255,0.04);
  position: relative;
  overflow: hidden;
  animation: igModalIn 0.3s cubic-bezier(0.34,1.56,0.64,1) both;
}
@keyframes igModalIn {
  from { opacity: 0; transform: scale(0.9) translateY(30px); }
  to   { opacity: 1; transform: scale(1)   translateY(0);    }
}

.ig-modal-close {
  position: absolute;
  top: 14px; right: 14px;
  width: 34px; height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: var(--white-70);
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: var(--transition);
  backdrop-filter: blur(6px);
}
.ig-modal-close:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
  transform: rotate(90deg);
}

/* Modal header */
.ig-modal-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 28px 20px;
  position: relative;
}
.ig-modal-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 28px; right: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--white-12), transparent);
}

.ig-modal-team { border-top: 3px solid transparent; border-image: var(--ig-grad) 1; }
.ig-modal-academy { border-top: 3px solid transparent; border-image: var(--academy-grad) 1; }

.ig-modal-avatar {
  width: 56px; height: 56px;
  border-radius: 16px;
  padding: 12px;
  background: var(--ig-grad);
  flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(131,58,180,0.40);
}
.ig-modal-academy .ig-modal-avatar {
  background: var(--academy-grad);
  box-shadow: 0 4px 18px var(--academy-glow);
}
.ig-modal-avatar img {
  width: 100%; height: 100%;
  filter: brightness(0) invert(1);
}

.ig-modal-header h2 {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--white-88);
  margin-bottom: 3px;
}
.ig-modal-handle {
  font-size: 0.85rem;
  color: #5ec4d4;
  font-weight: 600;
}
.ig-modal-academy .ig-modal-handle { color: #5ec4d4; }

/* Modal body */
.ig-modal-body {
  padding: 22px 28px;
}
.ig-modal-body p {
  font-size: 0.9rem;
  color: var(--white-70);
  line-height: 1.7;
  margin-bottom: 18px;
}

.ig-modal-stats {
  display: flex;
  gap: 12px;
}
.ig-stat {
  flex: 1;
  text-align: center;
  padding: 12px 8px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--white-06);
  border-radius: var(--radius-md);
}
.ig-stat strong {
  display: block;
  font-size: 0.9rem;
  color: var(--white-88);
  font-weight: 800;
  margin-bottom: 2px;
}
.ig-stat span {
  font-size: 0.75rem;
  color: var(--white-45);
}

/* Follow button */
.ig-modal-follow {
  display: block;
  text-align: center;
  padding: 16px 28px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: var(--transition);
  margin: 0 20px 20px;
  border-radius: var(--radius-md);
}
.ig-follow-team {
  background: var(--ig-grad);
  box-shadow: 0 6px 22px rgba(131,58,180,0.35);
}
.ig-follow-team:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(131,58,180,0.50);
}
.ig-follow-academy {
  background: var(--academy-grad);
  box-shadow: 0 6px 22px var(--academy-glow);
}
.ig-follow-academy:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(26,138,158,0.50);
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 900px) {
  .sm-ig-showcase { grid-template-columns: 1fr; gap: 1.2rem; }
  .sm-platforms { grid-template-columns: 1fr; gap: 0.8rem; }
  .sm-hub { padding: 4rem 0 3.5rem; }
  .contact-section { padding: 4rem 0; }
  .contact-map { padding: 3.5rem 0; }
}

@media (max-width: 760px) {
  .reach-hero { min-height: 46vh; }
  .reach-hero-content { padding: 0 1rem; }
  .contact-container { grid-template-columns: 1fr; }
  .contact-map h2 { font-size: 1.4rem; }
  .sm-hub-header h2 { font-size: 1.8rem; }
  .sm-ig-body { padding: 1.4rem 1.2rem 1.2rem; }
  .sm-plat-content p { display: none; }
  .contact-section { padding: 3rem 0; }
}

@media (max-width: 480px) {
  .reach-hero { min-height: 40vh; }
  .reach-hero-content h1 { font-size: 1.7rem; }
  .reach-hero-content p { font-size: 0.88rem; }
  .sm-hub { padding: 3rem 0 2.5rem; }
  .sm-hub-header h2 { font-size: 1.4rem; }
  .sm-hub-header p { font-size: 0.82rem; }
  .sm-ig-profile { border-radius: 16px; }
  .sm-ig-header { padding: 1rem 1rem 0.8rem; gap: 0.8rem; }
  .sm-ig-avatar { width: 48px; height: 48px; }
  .sm-ig-name { font-size: 0.92rem; }
  .sm-ig-handle { font-size: 0.72rem; }
  .sm-ig-body { padding: 1.2rem 1rem 1rem; }
  .sm-ig-stats { gap: 0.5rem; }
  .sm-ig-stat strong { font-size: 1.1rem; }
  .sm-ig-stat span { font-size: 0.62rem; }
  .sm-ig-follow { padding: 0.6rem; font-size: 0.82rem; }
  .sm-plat { padding: 1rem 1.2rem; }
  .sm-plat-icon { width: 40px; height: 40px; font-size: 1.1rem; }
  .sm-plat-content h3 { font-size: 0.88rem; }
  .contact-form { padding: 2rem 1.2rem; }
  .contact-info { padding: 2rem 1.2rem; }
  .contact-info h2 { font-size: 1.4rem; }
  .contact-map { padding: 2.5rem 0; }
  .map-wrapper iframe { height: 240px; }
  .ig-modal-body { padding: 16px 18px; }
  .ig-modal-header { gap: 12px; padding: 18px; }
  .ig-modal-stats { flex-direction: column; gap: 8px; }
}

@media (max-width: 375px) {
  .reach-hero-content h1 { font-size: 1.5rem; }
  .sm-hub-header h2 { font-size: 1.25rem; }
  .sm-ig-thumbnails { gap: 3px; }
  .sm-ig-header { padding: 0.8rem 0.8rem 0.6rem; }
  .sm-ig-body { padding: 1rem 0.8rem 0.8rem; }
  .contact-form { padding: 1.5rem 1rem; }
  .contact-info { padding: 1.5rem 1rem; }
  .contact-form h2 { font-size: 1.25rem; }
  .ig-modal-follow { margin: 0 12px 12px; padding: 12px 16px; font-size: 0.88rem; }
}

/* ===== GOOGLE MAPS ===== */
.contact-map {
  padding: 4rem 0;
  background: linear-gradient(180deg, rgba(6,13,30,0.98), rgba(12,20,37,0.95));
}

.map-title {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
}

.map-container {
  margin-bottom: 1.5rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  border-radius: 16px;
  overflow: hidden;
}

.map-note {
  text-align: center;
  margin-top: 1.5rem;
}

.map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #c1121f, #e63946);
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(193,18,31,0.3);
}

.map-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(193,18,31,0.4);
}

/* ===== DEVELOPER CREDIT ===== */

