/**
 * Our Method Page Styles
 * Sales Fundas Theme by Infineural Technologies
 * Synchronized with 07-our-method.html prototype
 */

/* =========================================================
   PAGE HERO
   ========================================================= */
.page-hero {
  background: var(--navy);
  background-image: radial-gradient(circle, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 32px 32px;
  padding: 160px 0 100px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page-hero::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--gold);
}
.hero-kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.hero-kicker::before,
.hero-kicker::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: var(--gold);
}
.hero-h1 {
  font-family: var(--fd);
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 28px;
}
.hero-h1 em {
  font-style: normal;
  color: var(--gold);
}
.hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,.68);
  line-height: 1.75;
  max-width: 680px;
  margin: 0 auto 40px;
}
.hero-cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* =========================================================
   STAGE OVERVIEW
   ========================================================= */
.stages-section {
  background: var(--off);
  padding: 100px 0;
}
.stage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 64px;
  position: relative;
}
.stage-grid::before {
  content: '';
  position: absolute;
  top: 52px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--teal) 100%);
  opacity: .3;
}
.stage-item {
  text-align: center;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.stage-circle {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  font-size: 28px;
}
.stage-circle.s1 {
  background: linear-gradient(135deg, #1A4480, var(--navy));
  border: 3px solid var(--gold);
}
.stage-circle.s2 {
  background: linear-gradient(135deg, var(--navy), #1A4480);
  border: 3px solid var(--gold);
}
.stage-circle.s3 {
  background: linear-gradient(135deg, var(--teal), #0B5E54);
  border: 3px solid var(--teal);
}
.stage-circle.s4 {
  background: linear-gradient(135deg, #0B5E54, var(--teal));
  border: 3px solid var(--teal);
}
.stage-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
}
.stage-name {
  font-family: var(--fd);
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
}
.stage-body {
  font-size: 15px;
  color: var(--g2);
  line-height: 1.65;
}

/* =========================================================
   DETAILED STAGES
   ========================================================= */
.detail-section {
  background: var(--white);
  padding: 100px 0;
}
.detail-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 60px;
  margin-bottom: 100px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
.detail-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.detail-num {
  font-family: var(--fd);
  font-size: 80px;
  font-weight: 700;
  color: var(--gold-lt);
  line-height: 1;
  margin-top: -12px;
}
.detail-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: block;
}
.detail-title {
  font-family: var(--fd);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 20px;
  line-height: 1.2;
}
.detail-body {
  font-size: 17px;
  color: var(--g2);
  line-height: 1.8;
  margin-bottom: 24px;
}

.deliverable-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
  list-style: none;
}
.del-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text);
  background: var(--off);
  padding: 14px 16px;
  border-radius: 8px;
}
.del-item::before {
  content: '→';
  color: var(--teal);
  font-weight: 700;
  flex-shrink: 0;
}

.detail-timeline {
  margin-top: 24px;
  background: var(--teal-lt);
  border-radius: 12px;
  padding: 20px 24px;
}
.dtl-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
}
.dtl-months {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.dtl-month {
  background: var(--white);
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--teal);
  border: 1px solid rgba(13, 122, 110, 0.2);
}

/* =========================================================
   SERVICE APPLICATION
   ========================================================= */
.application-section {
  background: var(--navy);
  padding: 100px 0;
}
.app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.app-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 40px 32px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.app-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
}
.app-card-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: block;
}
.app-card h3 {
  font-family: var(--fd);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.3;
}
.app-item {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.app-item::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* =========================================================
   FAQ SECTION
   ========================================================= */
.faq-section {
  background: var(--off);
  padding: 100px 0;
}
.faq-inner {
  max-width: 760px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
}
.faq-q {
  font-family: var(--fd);
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
}
.faq-icon {
  color: var(--gold);
  font-size: 20px;
  flex-shrink: 0;
  transition: transform 0.3s;
  display: inline-block;
  line-height: 1;
}
.faq-a {
  font-size: 16px;
  color: var(--g2);
  line-height: 1.8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-item.open .faq-a {
  max-height: 500px; /* arbitrary large value */
  padding-bottom: 10px;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta {
  padding: 120px 0;
  text-align: center;
  background: var(--white);
}
.final-cta h2 {
  font-family: var(--fd);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: var(--navy);
  max-width: 640px;
  margin: 0 auto 20px;
  line-height: 1.2;
}
.final-cta p {
  font-size: 17px;
  color: var(--g2);
  max-width: 500px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media(max-width: 900px) {
  .stage-grid,
  .app-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stage-grid::before {
    display: none;
  }
  .detail-item {
    grid-template-columns: 1fr;
  }
  .detail-num {
    display: none;
  }
  .deliverable-list {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 600px) {
  .stage-grid,
  .app-grid {
    grid-template-columns: 1fr;
  }
}
