/* ════════════════════════════════════════════════════════════════════
   SECTIONS — benefits, about, stats, methodology, timeline, testimonials, packages
   Part of the rene-kurzok stylesheet. Load order matters (cascade).
   ════════════════════════════════════════════════════════════════════ */

/* ── BENEFITS ────────────────────────────────────────────────────────── */
#benefits {
  background: var(--cream);
  padding: var(--sec) 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.benefit-card {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, .055);
  border-radius: 3px;
  padding: 38px 30px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 56px rgba(12, 27, 46, .1);
  border-color: rgba(238, 132, 32, .35);
}

.benefit-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 22px;
}

.benefit-title {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text-1);
  margin-bottom: 10px;
}

.benefit-desc {
  font-size: .88rem;
  font-weight: 300;
  line-height: 1.72;
  color: var(--text-2);
}

/* ── ABOUT ───────────────────────────────────────────────────────────── */
#about {
  overflow: hidden;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
}

/* Photo – left panel, full bleed */
.about-photo {
  position: relative;
  overflow: hidden;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* About text – right orange panel */
.about-content {
  background: var(--accent);
  padding: clamp(52px, 7vw, 96px) clamp(36px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-content h2 {
  font-family: var(--sans);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 32px;
}

.about-content p {
  font-size: clamp(.88rem, 1.1vw, .98rem);
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, .88);
  margin-bottom: 20px;
}

.about-sign {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(255, 255, 255, .9) !important;
  margin-bottom: 36px !important;
}

.about-content .btn-gold {
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .72rem;
}

/* ── STATS ───────────────────────────────────────────────────────────── */
#stats {
  background: var(--navy-2);
  padding: 80px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.stat {
  padding: 16px 20px;
  border-right: 1px solid rgba(238, 132, 32, .1);
}

.stat:last-child {
  border-right: none;
}

.stat-num {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 300;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 10px;
}

.stat-lbl {
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  line-height: 1.55;
}

/* ── METHODOLOGY ─────────────────────────────────────────────────────── */
#methodology {
  background: var(--white);
  padding: var(--sec) 0;
}

#process {
  background: var(--cream);
  padding: var(--sec) 0;
}

.meth-header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 64px);
}

.meth-header h2 {
  font-family: var(--sans);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-2);
  margin-bottom: 24px;
}

.meth-intro {
  font-size: clamp(.9rem, 1.2vw, 1rem);
  font-weight: 300;
  line-height: 1.78;
  color: var(--text-2);
  max-width: 900px;
  margin: 0 auto;
}

/* Chevron list */
.meth-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 860px;
  margin: 48px auto 0;
}

.meth-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid var(--cream-2);
}

.meth-item:last-child {
  border-bottom: none;
}

.meth-chevron {
  flex-shrink: 0;
  width: 28px;
  color: var(--accent);
  margin-top: 2px;
}

.meth-chevron svg {
  width: 20px;
  height: 32px;
  display: block;
}

.meth-item-title {
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.meth-item-desc {
  font-size: .97rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-2);
}

.meth-cta {
  margin-top: 52px;
  text-align: left;
}

/* ── TIMELINE STRUCTURE ─── */
.timeline {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

/* Vertical centre line */
.timeline::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--accent-pale) 15%, var(--accent-pale) 85%, transparent);
}

/* Each step row */
.tl-step {
  display: flex;
  gap: 28px;
  margin-bottom: 48px;
  align-items: flex-start;
}

.tl-step.last {
  margin-bottom: 0;
}

/* Dot column */
.tl-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 58px;
}

.tl-dot {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
  box-shadow: 0 4px 20px rgba(238, 132, 32, .28);
}

.tl-dot span {
  font-family: var(--sans);
  font-size: .9rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: .02em;
}

/* Content card */
.tl-card {
  flex: 1;
  padding: clamp(20px, 3vw, 32px) clamp(22px, 3vw, 36px);
  border: 1px solid var(--cream-2);
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 2px 12px rgba(12, 27, 46, .06);
  transition: border-color .3s, box-shadow .3s;
  margin-top: 6px;
}

.tl-card:hover {
  border-color: rgba(238, 132, 32, .35);
  box-shadow: 0 8px 32px rgba(238, 132, 32, .1);
}

.tl-label {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.tl-text {
  font-size: .97rem;
  font-weight: 300;
  line-height: 1.78;
  color: var(--text-2);
}

/* ── TESTIMONIALS ────────────────────────────────────────────────────── */
#testimonials {
  background: var(--accent);
  padding: clamp(60px, 8vw, 100px) 0 clamp(60px, 8vw, 80px);
  overflow: hidden;
}

.testi-heading {
  font-family: var(--sans);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 72px);
}

/* Slider wrapper with arrows on sides */
.testi-slider {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 60px);
  position: relative;
}

.testi-arrow {
  background: none;
  border: none;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 8px 16px;
  flex-shrink: 0;
  opacity: .7;
  transition: opacity .2s;
  font-family: Georgia, serif;
}

.testi-arrow:hover { opacity: 1; }

/* Track – all slides stacked in one grid cell → height = tallest slide (no jump) */
.testi-track {
  flex: 1;
  overflow: hidden;
  position: relative;
  min-height: 300px;
  display: grid;
}

.testi-slide {
  grid-area: 1 / 1;
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 4vw, 56px);
  padding: 0 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s var(--ease);
}

.testi-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Circular portrait */
.testi-portrait {
  flex-shrink: 0;
  width: clamp(120px, 14vw, 190px);
  height: clamp(120px, 14vw, 190px);
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, .3);
}

.testi-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Text body */
.testi-body {
  flex: 1;
}

.testi-body p {
  font-size: clamp(.88rem, 1.15vw, 1rem);
  font-weight: 300;
  line-height: 1.82;
  color: rgba(255, 255, 255, .9);
  margin-bottom: 16px;
}

.testi-name {
  margin-top: 22px !important;
  margin-bottom: 0 !important;
}

.testi-name strong {
  font-weight: 600;
  color: #fff;
  font-size: .95rem;
}

/* Dots */
.testi-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.testi-dot {
  width: 10px;
  height: 10px;
  box-sizing: content-box;
  border-radius: 50%;
  border: 10px solid transparent;
  background: rgba(255, 255, 255, .35);
  background-clip: content-box;
  cursor: pointer;
  padding: 0;
  transition: background .2s, transform .2s;
}

.testi-dot.active {
  background: #fff;
  background-clip: content-box;
  transform: scale(1.2);
}

/* CTA */
.testi-cta {
  text-align: center;
  margin-top: clamp(36px, 5vw, 60px);
}

.testi-cta .btn-gold {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .75rem;
  padding: 16px 40px;
}

/* ── PACKAGES ────────────────────────────────────────────────────────── */
#packages {
  background: var(--white);
  padding: var(--sec) 0;
}

.pkg-header {
  text-align: center;
  margin-bottom: 60px;
}

.pkg-header h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 300;
  color: var(--text-1);
}

.pkg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.pkg-card {
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 3px;
  padding: 50px 46px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
  position: relative;
  overflow: hidden;
}

.pkg-card.dark {
  background: var(--navy);
  border-color: transparent;
}

.pkg-card.dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 85% 15%, rgba(238, 132, 32, .09), transparent 60%);
  pointer-events: none;
}

.pkg-card:not(.dark):hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 56px rgba(12, 27, 46, .1);
  border-color: var(--accent);
}

.pkg-lbl {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  display: block;
}

.pkg-title {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
  font-weight: 300;
  line-height: 1.22;
  margin-bottom: 18px;
}

.pkg-card:not(.dark) .pkg-title { color: var(--text-1); }
.pkg-card.dark       .pkg-title { color: #fff; }

.pkg-desc {
  font-size: .94rem;
  font-weight: 300;
  line-height: 1.78;
  margin-bottom: 32px;
}

.pkg-card:not(.dark) .pkg-desc { color: var(--text-2); }
.pkg-card.dark       .pkg-desc { color: rgba(255, 255, 255, .55); }

.pkg-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.pkg-step {
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .05em;
  padding: 6px 13px;
  border-radius: 2px;
}

.pkg-card:not(.dark) .pkg-step { background: var(--cream); color: var(--text-1); }
.pkg-card.dark       .pkg-step { background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .65); }

.pkg-arr {
  font-size: .78rem;
  color: var(--accent);
  opacity: .5;
}

.pkg-card.dark .pkg-btn        { background: var(--cta); color: var(--cta-text); }
.pkg-card.dark .pkg-btn:hover  { background: var(--cta-l); }

