/* HERO */
.contact-hero{
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 18px;
}

.hero-box{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 28px;
}

.hero-title{
  margin: 0 0 10px;
  font-size: 34px;
  color: var(--neon);
}

.hero-sub{
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  max-width: 900px;
}

/* WRAP */
.contact-wrap{
  max-width: 1100px;
  margin: 24px auto 70px;
  padding: 0 18px;
}

.grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.card{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.20);
}

.card.full{
  grid-column: 1 / -1;
}

.card h2{
  margin: 6px 0 14px;
  font-size: 20px;
  color: var(--ocean);
}

.muted{
  color: var(--muted);
  margin: 0 0 14px;
  line-height: 1.6;
}

/* CONTACT INFO */
.info .row{
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.info .row:last-child{
  border-bottom: none;
}

.label{
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}

.value a{
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
}

.value a:hover{
  color: #FFA500;
}

.hint{
  color: rgba(255,255,255,0.45);
  font-size: 12px;
  margin-left: 8px;
}

/* SUPPORT */
.support-list{
  display: grid;
  gap: 12px;
}

.support-item{
  padding: 8px 0;
  /* border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07); */
}

.support-title{
  font-weight: 800;
  margin-bottom: 4px;
}

.support-text{
  color: var(--muted);
  line-height: 1.6;
}


/* SOCIAL */
.social-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

/* SOCIAL – CLEAN, NO FRAME */
.social{
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  text-decoration: none;
  padding: 10px 6px;
  background: transparent;
  border: none;
  color: var(--text);
  transition: background 0.2s ease;
}

/* Hover → green background only */
.social:hover{
  background: rgba(124,255,0,0.14);
  border-radius: 15px;
}

.icon{
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  border-radius: 12px;

  display:flex;
  align-items:center;
  justify-content:center;

  font-weight: 900;
  color: var(--bg1);
  background: rgba(124,255,0,0.85);
}

.name{
  font-weight: 900;
  color: var(--text);
}

.handle{
  font-size: 12px;
  color: var(--muted);
}

/* NOTE */
.note{
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 980px){
  .grid{ grid-template-columns: 1fr; }
  .social-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px){
  .social-grid{ grid-template-columns: 1fr; }
  .info .row{ grid-template-columns: 1fr; }
}


.icon{
  color: var(--text);
}

/* BRAND COLORS ON HOVER */

/* LinkedIn */
.social.linkedin:hover .icon{
  color: #0A66C2;
}

/* YouTube */
.social.youtube:hover .icon{
  color: #FF0000;
}

/* Instagram (solid fallback color) */
.social.instagram:hover .icon{
  color: #E1306C;
}

/* Facebook */
.social.facebook:hover .icon{
  color: #1877F2;
}

/* X (Twitter) */
.social.twitter:hover .icon{
  color: #000000;
}

/* TikTok */
.social.tiktok:hover .icon{
  color: #69C9D0;
}


.icon svg{
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.social:hover .icon{
  color: #FFA500;   /* orange on hover */
}


/* ORIGINAL BRAND COLORS (ALWAYS ON) */
.social.linkedin .icon   { color: #0A66C2; }  /* LinkedIn */
.social.youtube .icon    { color: #FF0000; }  /* YouTube */
.social.instagram .icon  { color: #E1306C; }  /* Instagram */
.social.facebook .icon   { color: #1877F2; }  /* Facebook */
.social.twitter .icon    { color: #000000; }  /* X */
.social.tiktok .icon     { color: #69C9D0; }  /* TikTok */


/* DISABLE CARD STYLES FOR CONTACT / SUPPORT / SOCIAL */
.contact-wrap .card{
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* ===== NAVBAR LOCK (prevents other pages CSS overriding it) ===== */
.topbar{ background: rgba(10,20,30,.90) !important; }

.nav{
  max-width:1100px;
  margin:auto;
  min-height: var(--nav-h);
  padding: 12px 18px;
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap: 16px;
  direction: ltr;
}

.nav-links{
  display:flex !important;
  align-items:center !important;
  gap: 14px !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  direction: rtl;
}

.nav-links a{
  color: var(--text) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
  background: transparent !important;
}

.nav-links a:hover{
  color: var(--neon) !important;
  background: rgba(255,255,255,.06) !important;
}
/* Footer */
.footer{
  margin-top: 50px;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.55);
  text-align: center;
}