.pod-main {
  padding: 72px 0 80px;
}

.pod-shell {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.pod-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 42px;
  align-items: center;
}

.pod-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border: 1px solid rgba(114, 101, 90, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  color: #72655a;
  box-shadow: 0 14px 50px -20px rgba(114, 101, 90, .25);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pod-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4caf50;
  box-shadow: 0 0 0 8px rgba(76, 175, 80, .12);
  content: "";
}

.pod-copy h1 {
  margin: 24px 0 0;
  color: #72655a;
  font-size: clamp(2.7rem, 5.2vw, 4.6rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.pod-lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: #665f58;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.65;
}

.pod-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pod-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid #72655a;
  border-radius: 999px;
  background: #72655a;
  color: #fff;
  box-shadow: 0 10px 24px rgba(114, 101, 90, .18);
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.pod-button:hover {
  background: #8c7d70;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(114, 101, 90, .24);
}

.pod-button--secondary {
  border-color: rgba(114, 101, 90, .3);
  background: transparent;
  color: #72655a;
  box-shadow: none;
}

.pod-button--secondary:hover {
  background: rgba(114, 101, 90, .07);
}

.pod-button:focus-visible,
.pod-text-link:focus-visible {
  outline: 3px solid #2c2724;
  outline-offset: 4px;
}

.pod-visual {
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(114, 101, 90, .12);
  border-radius: 30px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 24px 70px -32px rgba(45, 40, 36, .38);
}

.pod-visual > img {
  display: block;
  width: 100%;
  border-radius: 22px;
}

.pod-identity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
}

.pod-identity img {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(45, 40, 36, .2);
}

.pod-identity strong,
.pod-identity span {
  display: block;
}

.pod-identity strong {
  color: #2c2724;
  font-size: 1.15rem;
}

.pod-identity span {
  margin-top: 3px;
  color: #6f675f;
  font-size: .9rem;
}

.pod-section {
  margin-top: 72px;
}

.pod-section-card {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(114, 101, 90, .1);
  border-radius: 30px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 60px -34px rgba(114, 101, 90, .32);
}

.pod-section h2 {
  margin: 0;
  color: #72655a;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.pod-section-intro {
  max-width: 760px;
  margin: 16px 0 0;
  color: #665f58;
  font-size: 1.02rem;
}

.pod-feature-grid,
.pod-step-grid,
.pod-trust-grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.pod-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pod-feature,
.pod-step,
.pod-trust {
  min-width: 0;
  padding: 24px 22px;
  border: 1px solid rgba(114, 101, 90, .09);
  border-radius: 22px;
  background: rgba(114, 101, 90, .055);
}

.pod-feature h3,
.pod-step h3,
.pod-trust h3 {
  margin: 0;
  color: #72655a;
  font-size: 1.12rem;
  line-height: 1.3;
}

.pod-feature p,
.pod-step p,
.pod-trust p {
  margin: 10px 0 0;
  color: #665f58;
  font-size: .94rem;
}

.pod-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 15px;
  background: rgba(114, 101, 90, .1);
  color: #72655a;
  font-size: 1.08rem;
  font-weight: 800;
}

.pod-screenshot-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.pod-shot {
  min-width: 0;
}

.pod-shot img {
  display: block;
  width: 100%;
  border: 1px solid rgba(114, 101, 90, .18);
  border-radius: 24px;
  background: #111;
  box-shadow: 0 20px 45px -25px rgba(45, 40, 36, .5);
}

.pod-shot figcaption {
  margin-top: 12px;
  color: #6f675f;
  font-size: .82rem;
  line-height: 1.5;
}

.pod-step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pod-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #72655a;
  color: #fff;
  font-weight: 800;
}

.pod-trust-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pod-text-link {
  color: #72655a;
  font-weight: 700;
  text-underline-offset: 4px;
}

.pod-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(32px, 6vw, 54px);
  border-radius: 30px;
  background: linear-gradient(135deg, #2d2824 0%, #171412 100%);
  box-shadow: 0 40px 90px rgba(28, 24, 22, .26);
}

.pod-cta::before {
  position: absolute;
  top: -90px;
  right: -50px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(207, 180, 141, .2);
  content: "";
}

.pod-cta > * {
  position: relative;
  z-index: 1;
}

.pod-cta h2 {
  color: #fff;
}

.pod-cta p {
  max-width: 690px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .75);
}

.pod-cta .pod-actions {
  margin-top: 0;
}

.pod-cta .pod-button {
  border-color: #e8d9c7;
  background: #e8d9c7;
  color: #2d2824;
}

.pod-cta .pod-button--secondary {
  border-color: rgba(255, 255, 255, .3);
  background: transparent;
  color: #fff;
}

@media (max-width: 900px) {
  .pod-hero,
  .pod-cta {
    grid-template-columns: 1fr;
  }

  .pod-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pod-screenshot-rail {
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(245px, 285px));
    padding: 0 4px 18px;
    scroll-snap-type: x mandatory;
  }

  .pod-shot {
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .pod-main {
    padding-top: 44px;
  }

  .pod-shell {
    width: min(100% - 32px, 1100px);
  }

  .pod-copy h1 {
    font-size: clamp(2.35rem, 13vw, 3.35rem);
  }

  .pod-actions,
  .pod-actions .pod-button {
    width: 100%;
  }

  .pod-feature-grid,
  .pod-step-grid,
  .pod-trust-grid {
    grid-template-columns: 1fr;
  }

  .pod-visual {
    padding: 14px;
    border-radius: 24px;
  }

  .pod-section {
    margin-top: 52px;
  }

  .pod-section-card {
    padding: 26px 20px;
    border-radius: 24px;
  }
}
