body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #1a1a1a;
  background: #f3f1ed;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
}


/* TOP NAV */

.site-nav {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: auto;
  padding: 14px 40px 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-links {
  display: flex;
  gap: 42px;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
  padding-bottom: 8px;
}

.nav-links a.active {
  border-bottom: 3px solid #d89a37;
}

/* HERO */

.hero {
  position: relative;
  height: 90vh;
  background: url('images/hero.jpg') center/cover no-repeat;
  color: white;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.78), rgba(0,0,0,0.22));
  z-index: 1;
}

.hero-content {
  position: absolute;
  top: 64px;
  left: 48px;
  max-width: 600px;
  z-index: 2;
}

.hero h1 {
  margin: 0 0 18px 0;
  font-size: 48px;
  line-height: 1.08;
  max-width: 620px;
}

.hero-sub {
  margin: 0 0 22px 0;
  font-size: 17px;
  line-height: 1.35;
  opacity: 0.9;
  max-width: 600px;
}

.cta-btn {
  display: inline-block;
  margin: 0 0 14px 0;
  padding: 14px 22px;
  background: linear-gradient(180deg, #eea44a 0%, #b85f43 100%);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(181, 95, 67, 0.18);
}

.hero-trust {
  margin: 0;
  font-size: 14px;
  opacity: 0.82;
}

.hero-logo {
  position: absolute;
  bottom: 10px;
  left: 40px;
  width: 170px;
  z-index: 2;
}

/* SPLIT */

.split {
  background: #f3f1ed;
  padding: 64px 0 72px 0;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: start;
}

.column h2 {
  margin: 0 0 18px 0;
  font-size: 30px;
  line-height: 1.16;
}

.intro,


.team-experience-link {
  margin: 18px 0 0 0;
  font-size: 15px;
  font-weight: 700;
}

.team-experience-link a {
  color: #b66b2a;
  text-decoration: none;
  border-bottom: 1px solid rgba(182, 107, 42, 0.35);
  padding-bottom: 3px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.team-experience-link a span {
  display: inline-block;
  margin-left: 4px;
  transition: transform 0.2s ease;
}

.team-experience-link a:hover {
  color: #9d5b24;
  border-bottom-color: #b66b2a;
}

.team-experience-link a:hover span {
  transform: translateX(3px);
}

.standalone {
  margin: 0 0 16px 0;
  font-size: 17px;
  line-height: 1.42;
}

.column ul {
  margin: 0;
  padding-left: 20px;
}

.column ul li {
  margin-bottom: 9px;
  line-height: 1.42;
}

.standalone {
  font-weight: bold;
  color: #444;
}

/* ABSTRACT DIVIDER IMAGE */

.divider-image {
  background: linear-gradient(180deg, #f3f1ed 0%, #ece7df 100%);
  padding: 8px 0 0 0;
}

.divider-image img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  display: block;
}

/* GROWTH */

.growth {
  background: #f3f1ed;
  padding: 52px 0 72px 0;
}

.growth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.growth-text h2 {
  margin: 0 0 22px 0;
  font-size: 36px;
  line-height: 1.15;
}

.growth-text p {
  margin: 0 0 12px 0;
  line-height: 1.5;
}

.roles h3 {
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: 1.3;
}

.roles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 56px;
  row-gap: 14px;
}

.roles-grid span {
  display: block;
  line-height: 1.45;
  padding: 2px 0;
}

/* HOW IT WORKS */

.how-it-works {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(129, 159, 193, 0.10), transparent 38%),
    linear-gradient(180deg, #f1ede7 0%, #e9e4dc 100%);
  padding: 72px 0 84px 0;
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.how-it-works::before {
  content: "";
  position: absolute;
  top: 184px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.02) 0%,
    rgba(90, 116, 146, 0.16) 20%,
    rgba(210, 123, 83, 0.18) 50%,
    rgba(90, 116, 146, 0.16) 80%,
    rgba(0,0,0,0.02) 100%
  );
}

.how-header {
  margin-bottom: 46px;
  text-align: center;
}

.how-it-works h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
}

.how-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.how-step {
  position: relative;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 16px;
  padding: 26px 22px 24px 22px;
  min-height: 206px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 10px 24px rgba(40, 50, 60, 0.05);
  backdrop-filter: blur(4px);
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f2b460 0%, #d27b53 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 16px;
  z-index: 2;
  box-shadow: 0 8px 18px rgba(210, 123, 83, 0.22);
}

.how-step h3 {
  margin: 0 0 10px 0;
  font-size: 19px;
  line-height: 1.28;
  word-break: keep-all;
  hyphens: none;
}

.how-step p {
  margin: 0;
  line-height: 1.5;
  color: #4a4a4a;
}

/* WHY THIS MODEL WORKS */

.why-model {
  background: linear-gradient(180deg, #e9e3da 0%, #e5dfd6 100%);
  padding: 78px 0 92px 0;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.why-left {
  max-width: 520px;
}

.why-left h2 {
  margin: 0 0 24px 0;
  font-size: 36px;
  line-height: 1.15;
}

.why-list {
  margin: 0 0 28px 0;
  padding-left: 20px;
}

.why-list li {
  margin-bottom: 12px;
  line-height: 1.5;
}

.why-right {
  max-width: 440px;
  padding-top: 8px;
}

/* TESTIMONIAL (CLEAN FLOATING STYLE) */

.testimonial-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial-image {
  width: 100%;
  height: 238px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.10);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.testimonial-wrap:hover .testimonial-image {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(0,0,0,0.12);
}

.testimonial-quote {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  color: #1a1a1a;
  max-width: 420px;
}

.testimonial-source {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .site-nav {
    padding: 18px 22px 0 22px;
    justify-content: flex-end;
  }

  .nav-links {
    display: flex;
    gap: 22px;
    font-size: 12px;
  }

  .hero-content {
    top: 88px;
    left: 24px;
    right: 24px;
    max-width: 560px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .split-grid,
  .growth-grid,
  .how-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .split-grid,
  .growth-grid,
  .why-grid {
    gap: 42px;
  }
}
