/* Hero */
.hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.55) 100%),
    url("https://img1.wsimg.com/isteam/getty/1154520358/:/rs=w:1280,m");
  background-size: cover;
  background-position: center;
}

.hero-inner { position: relative; z-index: 1; padding: 100px 5% 80px; max-width: 720px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 168, 76, 0.2);
  border: 1px solid rgba(201, 168, 76, 0.5);
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero h1 { font-size: clamp(34px, 5vw, 62px); color: #fff; line-height: 1.15; margin-bottom: 18px; }
.hero h1 em { color: var(--gold); font-style: italic; }
.hero p { color: rgba(255, 255, 255, 0.78); font-size: 17px; max-width: 520px; margin-bottom: 34px; line-height: 1.8; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Stats banner */
.stats-banner { background: var(--gold); padding: 48px 5%; }
.stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; text-align: center; }
.stat-item .num { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 900; color: var(--navy); display: block; }
.stat-item .lbl { font-size: 13px; color: rgba(0, 0, 0, 0.65); margin-top: 4px; font-weight: 500; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split img { width: 100%; border-radius: 16px; object-fit: cover; aspect-ratio: 4 / 3; }
.split-text p { font-size: 15px; color: var(--text-muted); line-height: 1.9; margin-bottom: 14px; }
.split-text strong { color: var(--navy); }
.split-text ul { padding-left: 18px; color: var(--text-muted); font-size: 15px; line-height: 2; }

/* Why us */
.why-section { background: var(--navy); padding: 80px 5%; }
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-inner h2 { font-size: 38px; color: #fff; margin-bottom: 20px; }
.why-list { list-style: none; }
.why-list li {
  display: flex; gap: 14px; padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px; line-height: 1.6;
}
.why-list li:last-child { border-bottom: none; }
.why-num { color: var(--gold); font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; flex-shrink: 0; min-width: 28px; }
.why-img img { width: 100%; border-radius: 16px; object-fit: cover; height: 400px; }

/* About */
.about-hero { background: var(--navy); padding: 80px 5% 70px; }
.about-hero h1 { font-size: 44px; color: #fff; margin-bottom: 14px; }
.about-hero p { font-size: 16px; color: rgba(255, 255, 255, 0.75); max-width: 600px; line-height: 1.8; }

.founders-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.founder-card {
  background: var(--cream);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E8E4DC;
  transition: transform 0.2s;
}
.founder-card:hover { transform: translateY(-4px); }
.founder-img { height: 160px; overflow: hidden; background: #E8F0EC; display: flex; align-items: center; justify-content: center; }
.founder-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.founder-img svg { width: 90px; height: 90px; opacity: 0.35; }
.founder-quote {
  background: var(--navy);
  color: var(--gold-light);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 14px;
  padding: 14px 22px;
  line-height: 1.6;
}
.founder-body { padding: 22px; }
.founder-body h3 { font-size: 20px; color: var(--navy); margin-bottom: 4px; }
.founder-role {
  font-size: 12px; font-weight: 700;
  color: var(--teal); margin-bottom: 14px;
  text-transform: uppercase; letter-spacing: 1px;
}
.founder-body p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 10px; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card {
  background: var(--white);
  border-radius: 14px;
  padding: 28px;
  border-left: 4px solid var(--teal);
}
.value-card h3 { font-size: 17px; color: var(--navy); margin-bottom: 10px; }
.value-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* Team */
.team-groups { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.team-group-card {
  background: var(--white);
  border-radius: 14px;
  padding: 24px;
  border: 1px solid #E8E4DC;
  text-align: center;
}
.tg-icon { font-size: 36px; margin-bottom: 12px; }
.team-group-card h3 { font-size: 15px; color: var(--navy); margin-bottom: 8px; font-family: 'DM Sans', sans-serif; font-weight: 600; }
.team-group-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* Survey */
.survey-container {
  max-width: 820px; margin: 0 auto;
  background: var(--white);
  border: 1px solid #E0DDD7;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.survey-header { background: var(--navy); padding: 32px 40px; color: #fff; }
.survey-header h2 { font-size: 22px; color: #fff; margin-bottom: 8px; }
.survey-header p { font-size: 13px; color: rgba(255, 255, 255, 0.7); }
.survey-progress { height: 4px; background: rgba(255, 255, 255, 0.15); border-radius: 2px; margin-top: 18px; overflow: hidden; }
.survey-progress-bar { height: 100%; background: var(--gold); border-radius: 2px; transition: width 0.4s ease; }

.survey-body { padding: 32px 40px; }
.survey-step { display: none; }
.survey-step.active { display: block; }

.step-tag { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); margin-bottom: 6px; }
.step-q { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--navy); margin-bottom: 6px; }
.step-hint { font-size: 13px; color: var(--text-muted); margin-bottom: 22px; }

.survey-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 40px; border-top: 1px solid #ECEAE5; background: var(--cream);
}

.btn-nav {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 22px; border-radius: 8px;
  font-size: 14px; font-weight: 500; cursor: pointer; border: none;
  font-family: 'DM Sans', sans-serif; transition: all 0.2s;
}
.btn-back { background: #E8E4DC; color: var(--text-mid); }
.btn-back:hover { background: #D8D4CC; }
.btn-next { background: var(--teal); color: #fff; }
.btn-next:hover { background: var(--navy); }
.btn-submit { background: var(--gold); color: var(--navy); font-weight: 700; }
.btn-submit:hover { background: var(--gold-light); }
.btn-nav:disabled { opacity: 0.5; cursor: not-allowed; }
.step-count { font-size: 13px; color: var(--text-muted); }

.success-screen { text-align: center; padding: 60px 40px; }
.success-screen .big { font-size: 64px; }
.success-screen h2 { font-size: 28px; color: var(--navy); margin: 20px 0 12px; }
.success-screen p { font-size: 15px; color: var(--text-muted); max-width: 420px; margin: 0 auto; line-height: 1.7; }

/* Articles */
.articles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.article-card {
  background: #fff;
  border: 1px solid #E8E4DC;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.article-card:hover { transform: translateY(-4px); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); }
.article-img { height: 170px; overflow: hidden; background: var(--teal-light); }
.article-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.article-card:hover .article-img img { transform: scale(1.05); }
.article-body { padding: 20px; }
.article-tag { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 7px; color: var(--teal); }
.article-card h3 { font-size: 16px; color: var(--navy); margin-bottom: 8px; line-height: 1.4; }
.article-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-bottom: 12px; }
.article-meta { font-size: 12px; color: #8A8880; }
.read-link { color: var(--teal); font-size: 13px; font-weight: 500; text-decoration: none; }

/* Join */
.join-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.join-card {
  background: #fff;
  border: 2px solid #E8E4DC;
  border-radius: 16px;
  padding: 26px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}
.join-card:hover { border-color: var(--teal); background: var(--teal-light); }
.join-card.selected { border-color: var(--gold); background: #FDFAF3; }
.join-card h3 { font-size: 16px; color: var(--navy); margin-bottom: 7px; }
.join-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

.join-form-section {
  max-width: 720px;
  margin: 40px auto 0;
  background: #fff;
  border: 1px solid #E8E4DC;
  border-radius: 20px;
  padding: 36px;
}
.join-form-section h3 { font-size: 22px; color: var(--navy); margin-bottom: 22px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; align-items: start; }
.contact-info h2 { font-size: 30px; color: var(--navy); margin-bottom: 14px; }
.contact-info > p { color: var(--text-muted); font-size: 15px; margin-bottom: 28px; line-height: 1.8; }
.contact-detail {
  display: flex; align-items: flex-start; gap: 13px;
  margin-bottom: 14px; padding: 14px;
  background: var(--cream); border-radius: 10px;
}
.contact-icon { font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.contact-detail h4 {
  font-size: 12px; font-weight: 700; color: var(--navy);
  margin-bottom: 3px; font-family: 'DM Sans', sans-serif;
  text-transform: uppercase; letter-spacing: 0.5px;
}
.contact-detail p { font-size: 13px; color: var(--text-muted); margin: 0; }
.contact-form {
  background: #fff;
  border: 1px solid #E8E4DC;
  border-radius: 20px;
  padding: 36px;
}
.contact-form h3 { font-size: 20px; color: var(--navy); margin-bottom: 22px; }

@media (max-width: 900px) {
  .split, .why-inner, .contact-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .why-img { margin-top: 36px; }
}

@media (max-width: 600px) {
  .survey-body, .survey-nav { padding: 20px 18px; }
  .survey-header { padding: 22px 18px; }
  .hero-inner { padding: 70px 5% 60px; }
  .founders-grid { grid-template-columns: 1fr; }
}
