/* ============================================================
   CGT DESIGN SYSTEM v3.0 — INDEX / HOME PAGE (DESKTOP)
   File: style_css/index/web.css
   ============================================================ */

/* ===== EXPLORE INITIATIVE ===== */
.cgt-explore {
  background: var(--green-50, #f1f8f1);
  padding: 60px 0;
}

.cgt-explore .section-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark, var(--text));
  margin-bottom: 6px;
}

.cgt-explore .section-divider {
  width: 50px;
  height: 3px;
  background: var(--green);
  border-radius: 3px;
  margin: 0 auto 32px;
}

.cgt-explore-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.cgt-init-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 20px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: all .3s var(--ease);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cgt-init-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover, var(--shadow-lg));
  border-color: rgba(46, 125, 50, .25);
  color: inherit;
}

.cgt-init-card .ci-icon {
  font-size: 2.2rem;
  color: var(--green);
  margin-bottom: 16px;
  transition: transform .3s var(--ease);
}

.cgt-init-card:hover .ci-icon {
  transform: scale(1.1);
}

.cgt-init-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--text);
}

.cgt-init-card p {
  font-size: .8rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

/* ===== FOLLOW US ===== */
.cgt-follow {
  background: var(--green-50, #f1f8f1);
  padding: 50px 0;
  text-align: center;
}

.cgt-follow .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark, var(--text));
  margin-bottom: 6px;
}

.cgt-follow .section-divider {
  width: 50px;
  height: 3px;
  background: var(--green);
  border-radius: 3px;
  margin: 0 auto 32px;
}

.cgt-follow-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0 16px;
}

.cgt-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: .92rem;
  transition: all .3s var(--ease);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
  position: relative;
  overflow: hidden;
}

.cgt-social-btn i {
  background: rgba(255, 255, 255, .25);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.cgt-social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .22);
}

.cgt-social-btn.yt  { background: linear-gradient(135deg, #ff0000, #c62828); }
.cgt-social-btn.ig  { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.cgt-social-btn.tg  { background: linear-gradient(135deg, #2ca5e0, #0088cc); }
.cgt-social-btn.fb  { background: linear-gradient(135deg, #3b5998, #1e3a8a); }

/* ===== DOWNLOAD APPS ===== */
.cgt-apps {
  background: var(--green-50, #f1f8f1);
  padding: 50px 0;
}

.cgt-apps .section-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark, var(--text));
  margin-bottom: 6px;
}

.cgt-apps .section-divider {
  width: 50px;
  height: 3px;
  background: var(--green);
  border-radius: 3px;
  margin: 0 auto 32px;
}

.cgt-apps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.cgt-app-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 10px 18px 10px 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text);
  transition: all .3s var(--ease);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.cgt-app-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(46, 125, 50, .18);
  border-color: rgba(46, 125, 50, .25);
  color: var(--text);
}

.cgt-app-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--bg);
  border: 1px solid var(--border);
  flex-shrink: 0;
}

.cgt-app-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.cgt-app-name {
  font-size: .92rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}

.cgt-app-store {
  font-size: .74rem;
  color: var(--green);
  font-weight: 600;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
