/* ============================================
   SECTIONS.CSS — Page Section Styles
   ============================================ */

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 60%, var(--navy-3) 100%);
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero__bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle, rgba(255,255,255,0.8) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.hero__glow {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(14,116,144,0.25) 0%, transparent 70%);
  pointer-events: none;
}

.hero__content { position: relative; z-index: 2; }

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(14,116,144,0.2);
  border: 1px solid rgba(14,116,144,0.4);
  border-radius: var(--radius-full);
  padding: 6px 16px;
  margin-bottom: var(--space-6);
}

.hero__badge-dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.hero__badge span:last-child {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero__title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: var(--space-4);
}

.hero__title em {
  font-style: italic;
  color: var(--gold-l);
  display: block;
}

.hero__spec {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--space-5);
}

.hero__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
  margin-bottom: var(--space-10);
  max-width: 500px;
}

.hero__btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero__stats {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.12);
  flex-wrap: wrap;
}

.hero__stat-num {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.hero__stat-num sup {
  font-size: 22px;
  color: var(--gold-l);
  vertical-align: super;
}

.hero__stat-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
}

/* ===== TRUST BAR ===== */
.trust-bar {
  background: var(--cream);
  border-bottom: 1px solid var(--cream-2);
  padding: var(--space-5) 0;
}

/* ===== ABOUT ===== */
.about__image-wrap {
  position: relative;
  padding-bottom: 20px;
}

.about__image-frame {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  border-radius: var(--radius-2xl);
  overflow: hidden;
  border: 1px solid rgba(14,116,144,0.2);
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-10);
  gap: var(--space-4);
}

.about__image-frame img {
  max-width: 280px;
  opacity: 0.9;
}

.about__image-overlay { text-align: center; }

.about__image-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 4px;
}

.about__image-title {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-l);
}

.experience-badge {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: var(--gold);
  border-radius: var(--radius-lg);
  padding: 20px;
  text-align: center;
  box-shadow: var(--shadow-xl);
}

.experience-badge__num {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.experience-badge__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  margin-top: 2px;
}

.about__quote {
  background: var(--cream);
  border-left: 4px solid var(--teal);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  padding: var(--space-6);
  margin: var(--space-8) 0;
  font-family: var(--font-display);
  font-size: 17px;
  font-style: italic;
  color: var(--navy-2);
  line-height: 1.7;
  quotes: none;
}

.about__text {
  font-size: 15px;
  line-height: 1.9;
  color: var(--gray-3);
  margin-bottom: var(--space-4);
}

/* ===== TIMELINE ===== */
.timeline { margin-top: var(--space-8); }

.timeline__item {
  display: flex;
  gap: var(--space-4);
  padding: var(--space-4) 0;
  border-bottom: 1px solid var(--cream-2);
  align-items: flex-start;
}

.timeline__item:last-child { border-bottom: none; }

.timeline__year {
  background: var(--navy);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  height: fit-content;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 2px;
}

.timeline__item strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  display: block;
  margin-bottom: 2px;
}

.timeline__item span {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.5;
}

/* ===== PROCESS STEP ===== */
.process-step {
  text-align: center;
  padding: 0 var(--space-4);
  position: relative;
  z-index: 1;
}

.process-step__num {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--teal);
  margin: 0 auto var(--space-5);
  box-shadow: 0 0 0 8px rgba(14,116,144,0.08);
}

.process-step h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: var(--space-2);
}

.process-step p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--gray);
}

/* ===== CONDITIONS SECTION ===== */
.conditions-section {
  background: var(--navy);
  padding: 80px 0;
}

.condition-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  text-align: center;
  transition: all 0.3s ease;
  cursor: default;
}

.condition-card:hover {
  background: rgba(14,116,144,0.15);
  border-color: rgba(14,116,144,0.4);
  transform: translateY(-4px);
}

.condition-card__icon {
  font-size: 32px;
  margin-bottom: var(--space-3);
  display: block;
}

.condition-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 6px;
}

.condition-card p {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}

/* ===== FAQ SECTION ===== */
.faq__left { position: sticky; top: 90px; }

.faq__illustration {
  width: 100%;
  max-width: 260px;
  height: auto;
  margin-top: var(--space-6);
  opacity: 0.85;
}

.faq__list { display: flex; flex-direction: column; }

/* ===== CTA SECTION ===== */
.cta-section {
  background: linear-gradient(135deg, var(--teal) 0%, var(--navy-3) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-section__bg-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.cta-section__inner {
  max-width: 900px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-section__title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: var(--space-3);
  line-height: 1.2;
}

.cta-section__title em {
  font-style: italic;
  color: var(--gold-l);
}

.cta-section__sub {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  margin-bottom: var(--space-10);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section__btns {
  display: flex;
  gap: var(--space-4);
  justify-content: center;
  flex-wrap: wrap;
}
