.outcomes,
.onboarding,
.business-fit,
.included,
.confidence,
.knowledge {
  padding: 105px 0;
}

.flow-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 46px;
}

.flow-head h2 {
  max-width: 750px;
  margin: 0;
  font: 500 clamp(36px, 4.8vw, 60px)/1.18 "Noto Serif Thai", serif;
  letter-spacing: -.035em;
}

.flow-head > p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.outcomes {
  background: #fffdf8;
}

.outcome-grid,
.step-grid,
.included-grid,
.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.outcome-card {
  display: flex;
  min-height: 265px;
  flex-direction: column;
  padding: 30px;
  background: linear-gradient(145deg, #fffdf8, #f7efe1);
  border: 1px solid rgba(216, 183, 115, .34);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(7, 29, 25, .06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.outcome-card:hover {
  border-color: rgba(216, 183, 115, .68);
  box-shadow: 0 20px 45px rgba(7, 29, 25, .11);
  transform: translateY(-4px);
}

.outcome-card small,
.step-card small,
.included-card small {
  color: #9b7038;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}

.outcome-card h3,
.step-card h3,
.included-card h3,
.confidence-card h3,
.knowledge-card h3 {
  margin: 24px 0 10px;
  font-family: "Noto Serif Thai", serif;
  font-size: 25px;
  font-weight: 500;
}

.outcome-card p,
.step-card p,
.included-card p,
.confidence-card p,
.knowledge-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.outcome-shift {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  color: #795323;
  border-top: 1px solid rgba(141, 100, 47, .18);
  font-size: 12px;
  font-weight: 700;
}

.outcome-shift::before {
  content: "→";
  color: #a87534;
  font-size: 16px;
  transition: transform .2s ease;
}

.outcome-card:hover .outcome-shift::before {
  transform: translateX(3px);
}

.onboarding {
  background: #efe7d8;
}

.step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: onboarding;
}

.step-card {
  position: relative;
  min-height: 250px;
  padding: 30px;
  background: linear-gradient(145deg, #fffdf8, #fffaf1);
  border: 1px solid rgba(216, 183, 115, .34);
  border-top: 3px solid var(--gold);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(7, 29, 25, .06);
  counter-increment: onboarding;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.step-card:hover {
  border-color: rgba(216, 183, 115, .68);
  border-top-color: var(--gold);
  box-shadow: 0 20px 45px rgba(7, 29, 25, .11);
  transform: translateY(-4px);
}

.step-card:not(:last-child)::before {
  content: "→";
  position: absolute;
  z-index: 2;
  right: -21px;
  top: 50%;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #8d642f;
  background: #fffaf1;
  border: 1px solid rgba(216, 183, 115, .55);
  border-radius: 50%;
  font-size: 12px;
  box-shadow: 0 5px 14px rgba(7, 29, 25, .08);
  transform: translateY(-50%);
}

.step-card::after {
  content: "0" counter(onboarding);
  position: absolute;
  right: 24px;
  top: 18px;
  color: rgba(7, 29, 25, .11);
  font: 500 52px/1 "Noto Serif Thai", serif;
  transition: color .25s ease;
}

.step-card:hover::after {
  color: rgba(141, 100, 47, .18);
}

.business-fit {
  background: var(--pine);
  color: #fff;
}

.business-fit .eyebrow,
.business-fit .flow-head > p {
  color: var(--gold-2);
}

.business-fit .flow-head > p {
  opacity: .65;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.business-card {
  position: relative;
  overflow: hidden;
  background: #fffdf8;
  color: var(--ink);
  border: 1px solid rgba(216, 183, 115, .34);
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .13);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.business-card:hover {
  border-color: rgba(216, 183, 115, .62);
  box-shadow: 0 26px 62px rgba(0, 0, 0, .2);
  transform: translateY(-5px);
}

.business-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: transform .55s ease;
}

.business-card:hover img {
  transform: scale(1.025);
}

.business-copy {
  padding: 28px;
}

.business-copy span {
  color: #9b7038;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
}

.business-copy h3 {
  margin: 10px 0;
  font: 500 27px/1.3 "Noto Serif Thai", serif;
}

.business-copy p {
  min-height: 66px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.business-copy a,
.knowledge-card a {
  display: inline-flex;
  margin-top: 22px;
  color: #8d642f;
  font-size: 12px;
  font-weight: 700;
}

.templates-all {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.included {
  background: #fffdf8;
}

.included-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.included-card {
  min-height: 215px;
  padding: 28px;
  background: linear-gradient(145deg, #fff, #fffaf0);
  border: 1px solid rgba(216, 183, 115, .34);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(7, 29, 25, .06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.included-card:hover {
  border-color: rgba(216, 183, 115, .68);
  box-shadow: 0 20px 45px rgba(7, 29, 25, .11);
  transform: translateY(-4px);
}

.included-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #8d642f;
  background: #f5eddd;
  border: 1px solid rgba(216, 183, 115, .42);
  border-radius: 10px;
}

.included-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.included-card h3 {
  margin-top: 20px;
  font-size: 21px;
}

.confidence {
  background: var(--ivory);
}

.confidence-shell {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.confidence-copy h2 {
  margin: 0;
  font: 500 clamp(36px, 4.5vw, 58px)/1.2 "Noto Serif Thai", serif;
}

.confidence-copy > p:last-of-type {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.confidence-copy .btn {
  margin-top: 18px;
  border-color: rgba(216, 183, 115, .55);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(7, 29, 25, .14);
}

.confidence-copy .btn:hover {
  border-color: var(--gold);
  box-shadow: 0 19px 38px rgba(7, 29, 25, .2);
}

.confidence-list {
  display: grid;
  gap: 12px;
}

.confidence-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 20px 22px;
  background: linear-gradient(145deg, #fff, #fffaf1);
  border: 1px solid rgba(216, 183, 115, .28);
  border-left: 3px solid var(--gold);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(7, 29, 25, .05);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.confidence-card:hover {
  border-color: rgba(216, 183, 115, .58);
  border-left-color: var(--gold);
  box-shadow: 0 18px 38px rgba(7, 29, 25, .1);
  transform: translateY(-3px);
}

.confidence-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #8d642f;
  background: #f5eddd;
  border: 1px solid rgba(216, 183, 115, .42);
  border-radius: 10px;
}

.confidence-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.confidence-card h3 {
  margin: 0 0 7px;
  font-size: 20px;
}

.confidence-card p {
  font-size: 12.5px;
  line-height: 1.75;
}

.faq-home {
  padding: 105px 0;
  background: #fff;
}

.faq-home-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
}

.faq-home h2 {
  margin: 0;
  font: 500 clamp(36px, 4.5vw, 58px)/1.2 "Noto Serif Thai", serif;
}

.faq-list details {
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  font-family: "Noto Serif Thai", serif;
  font-size: 20px;
  font-weight: 500;
}

.faq-list p {
  margin: 13px 32px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.faq-more {
  display: inline-flex;
  margin-top: 25px;
  color: #8d642f;
  font-size: 12px;
  font-weight: 700;
}

.knowledge {
  background: #efe7d8;
}

.knowledge-card {
  display: flex;
  min-height: 325px;
  flex-direction: column;
  padding: 30px;
  background: linear-gradient(145deg, #fff, #fffaf1);
  border: 1px solid rgba(216, 183, 115, .3);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(7, 29, 25, .06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.knowledge-card:hover {
  border-color: rgba(216, 183, 115, .65);
  box-shadow: 0 20px 45px rgba(7, 29, 25, .11);
  transform: translateY(-4px);
}

.knowledge-top {
  display: flex;
  align-items: center;
  gap: 13px;
}

.knowledge-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: #8d642f;
  background: #f5eddd;
  border: 1px solid rgba(216, 183, 115, .42);
  border-radius: 10px;
}

.knowledge-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.knowledge-card h3 {
  min-height: 76px;
  margin-top: 22px;
  font-size: 23px;
}

.knowledge-card .article-meta {
  display: block;
  color: #9b7038;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.knowledge-card .read-time {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.knowledge-card > p {
  min-height: 48px;
}

.knowledge-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 34, 31, .1);
}

.article-arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(141, 100, 47, .35);
  border-radius: 8px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.knowledge-card:hover .article-arrow {
  background: var(--pine);
  color: var(--gold-2);
  transform: translateX(2px);
}

.location-home {
  padding: 104px 0;
  background: #f3eddf;
}

.location-home-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr);
  gap: 64px;
  align-items: center;
}

.location-home-copy h2 {
  margin: 14px 0 22px;
  color: var(--pine);
  font-family: "Noto Serif Thai", serif;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.08;
}

.location-home-lead {
  max-width: 510px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.location-home address {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  padding: 22px 0;
  border-top: 1px solid rgba(23, 34, 31, .14);
  border-bottom: 1px solid rgba(23, 34, 31, .14);
  font-style: normal;
}

.location-pin {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--pine);
  color: var(--gold-2);
}

.location-pin svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location-home address strong,
.location-home address small {
  display: block;
}

.location-home address strong {
  margin-bottom: 5px;
  color: var(--pine);
  font-family: "Noto Serif Thai", serif;
  font-size: 19px;
  font-weight: 600;
}

.location-home address small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.location-home-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.location-contact-link {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(141, 100, 47, .45);
  color: #8d642f;
  font-size: 12px;
  font-weight: 700;
}

.location-coordinate {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .05em;
}

.location-map-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(141, 100, 47, .22);
  border-radius: 12px;
  background: #e7e0d2;
  box-shadow: 0 24px 60px rgba(7, 29, 25, .12);
}

.location-map-card iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
}

.location-map-label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: calc(100% - 40px);
  padding: 13px 17px;
  border: 1px solid rgba(216, 183, 115, .28);
  border-radius: 8px;
  background: rgba(7, 29, 25, .92);
  color: #fff;
  backdrop-filter: blur(10px);
}

.location-map-label > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 0 5px rgba(216, 183, 115, .12);
}

.location-map-label p,
.location-map-label strong,
.location-map-label small {
  display: block;
  margin: 0;
}

.location-map-label strong {
  font-family: "Noto Serif Thai", serif;
  font-size: 14px;
  font-weight: 600;
}

.location-map-label small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .62);
  font-size: 9px;
}

@media (max-width: 900px) {
  .step-card::before {
    display: none !important;
  }

  .flow-head,
  .confidence-shell,
  .faq-home-grid,
  .location-home-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .location-home-grid {
    gap: 42px;
  }

  .outcome-grid,
  .business-grid,
  .knowledge-grid {
    grid-template-columns: 1fr;
  }

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

  .business-card {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
  }

  .business-card img {
    height: 100%;
    min-height: 280px;
  }
}

@media (max-width: 600px) {
  .outcomes,
  .onboarding,
  .business-fit,
  .included,
  .confidence,
  .faq-home,
  .knowledge,
  .location-home {
    padding: 72px 0;
  }

  .location-home-copy h2 {
    font-size: 46px;
  }

  .location-home-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .location-home-actions .btn {
    justify-content: center;
    text-align: center;
  }

  .location-contact-link {
    align-self: flex-start;
  }

  .location-map-card,
  .location-map-card iframe {
    min-height: 360px;
    height: 360px;
  }

  .location-map-label {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
  }

  .step-grid,
  .included-grid,
  .business-card {
    grid-template-columns: 1fr;
  }

  .business-card img {
    height: 230px;
    min-height: 0;
  }
}
