/* Golden State Trailers — Institutional Mobile Kitchen Landing (tpl-school-kitchen.php) */

.gst-skpage,
.gst-skpage *,
.gst-skpage *::before,
.gst-skpage *::after {
  box-sizing: border-box;
}

.gst-skpage figure,
.gst-skpage ul,
.gst-skpage ol {
  margin: 0;
  padding: 0;
}

/* `clip` (not `hidden`) — `hidden` would establish a scroll container and kill
   position: sticky on .faq-left / .infra-left. */
.gst-skpage {
  font-family: "Montserrat", sans-serif;
  background: #FFFFFF;
  color: #171B1C;
  overflow-x: clip;
}

/* ─── MARQUEE NAV ─── */
.gst-nav {
  background: #FFFFFF;
  border-top: 1px solid rgba(23, 27, 28, 0.06);
  border-bottom: 1px solid rgba(23, 27, 28, 0.06);
  height: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

.gst-nav::before,
.gst-nav::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.gst-nav::before {
  left: 0;
  background: linear-gradient(to right, #FFFFFF, transparent);
}

.gst-nav::after {
  right: 0;
  background: linear-gradient(to left, #FFFFFF, transparent);
}

.gst-nav-track {
  display: flex;
  align-items: center;
  animation: nav-scroll 40s linear infinite;
  white-space: nowrap;
  will-change: transform;
}

.gst-nav-track:hover {
  animation-play-state: paused;
}

@keyframes nav-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.gst-nav-item {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(23, 27, 28, 0.72);
  padding: 0 28px;
  white-space: nowrap;
}

.gst-nav-divider {
  width: 1px;
  height: 12px;
  background: rgba(23, 27, 28, 0.18);
  flex-shrink: 0;
}

/* ─── HERO ─── */
.gst-hero {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  height: 80vh;
  min-height: 580px;
  overflow: hidden;
  background: #171B1C;
}

.gst-hero::before,
.gst-hero::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 3;
  pointer-events: none;
}

.gst-hero::before {
  left: 0;
  background: linear-gradient(to right, #FFFFFF, transparent);
}

.gst-hero::after {
  right: 0;
  background: linear-gradient(to left, #FFFFFF, transparent);
}

.gst-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.gst-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(23, 27, 28, 0.72) 0%,
      rgba(23, 27, 28, 0.42) 38%,
      rgba(23, 27, 28, 0.12) 70%,
      rgba(23, 27, 28, 0.02) 100%);
}

.gst-hero .container-new {
  position: relative;
  z-index: 2;
  height: 100%;
}

.gst-hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 52%;
}

.gst-hero-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #F79925;
  margin-bottom: 22px;
}

.gst-hero-headline {
  font-family: "Unbounded", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  max-width: 620px;
}

.gst-hero-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.82);
  max-width: 540px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.gst-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
}

.gst-hero-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition: all 0.18s ease;
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 14px 28px;
  height: 48px;
}

.gst-hero-btn-primary {
  background: #F79925;
  border: 1px solid #F79925;
  color: #171B1C;
}

.gst-hero-btn-primary:hover {
  background: #e8891a;
  border-color: #e8891a;
}

.gst-hero-btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #FFFFFF;
}

.gst-hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.36);
}

/* ─── BUILT SECTION ─── */
.gst-built {
  background: #FFFFFF;
  padding: 120px 0 140px;
}

.gst-built-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
}

.gst-built-headline {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #171B1C;
  text-align: left;
}

.gst-built-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
  color: rgba(23, 27, 28, 0.62);
  padding-bottom: 4px;
}

.gst-built-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.gst-card {
  position: relative;
  width: 100%;
  aspect-ratio: 2/3;
  border-radius: 28px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  /* Skip painting off-screen cards while scrolling. */
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}

.gst-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.gst-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 1.2s ease;
  /* Compositor-layer hint so hover scale doesn't repaint the photo. */
  will-change: transform;
  transform: translateZ(0);
}

.gst-card:hover .gst-card-img {
  transform: translateZ(0) scale(1.04);
}

.gst-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(0, 0, 0, 0.15) 40%,
      rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}

.gst-card-plus {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 300;
  color: #171B1C;
  z-index: 3;
  transition: background 0.3s ease, color 0.3s ease;
}

.gst-card:hover .gst-card-plus {
  background: #F79925;
  color: #171B1C;
}

.gst-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 40px 38px 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 200px;
}

.gst-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  max-width: 82%;
  margin-bottom: 0;
}

.gst-card-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: 78%;
  margin-top: 14px;
}

/* ─── WHY SCHOOLS SECTION ─── */
.why-section {
  background: #F7F5F2;
  padding: 120px 0;
}

.why-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.why-section-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F79925;
  margin-bottom: 16px;
  display: block;
}

.why-section-h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #171B1C;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(23, 27, 28, 0.08);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(23, 27, 28, 0.08);
}

.why-card {
  background: #FFFFFF;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  transition: background 0.2s;
  cursor: default;
}

.why-card:hover {
  background: #FAFAF9;
}

.why-card-num {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #F79925;
  margin-bottom: 18px;
}

.why-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: #171B1C;
  margin-bottom: 12px;
}

.why-card-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(23, 27, 28, 0.58);
}

/* ─── INFRASTRUCTURE SECTION ─── */
.infra-section {
  background: #171B1C;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.infra-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start;
}

.infra-left {
  position: sticky;
  top: 120px;
}

.infra-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F79925;
  margin-bottom: 28px;
  display: block;
}

.infra-h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 28px;
}

.infra-line {
  width: 44px;
  height: 3px;
  background: #F79925;
  margin-bottom: 28px;
}

.infra-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.52);
  max-width: 340px;
}

.infra-list {
  width: 100%;
}

.infra-item {
  display: grid;
  grid-template-columns: 44px 2px 1fr;
  gap: 0 20px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: padding-left 0.25s ease;
  cursor: default;
}

.infra-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.infra-item:hover {
  padding-left: 6px;
}

.infra-item:hover .infra-vline {
  background: rgba(247, 153, 37, 0.5);
}

.infra-vline {
  width: 2px;
  background: rgba(255, 255, 255, 0.14);
  align-self: stretch;
  transition: background 0.25s;
}

.infra-item-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.3;
  margin-bottom: 5px;
}

.infra-item-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.55;
}

.infra-icon {
  width: 44px;
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
  flex-shrink: 0;
}

.infra-icon svg {
  flex-shrink: 0;
}

/* ─── PROCESS SECTION ─── */
.process-section {
  background: #F7F5F2;
  padding: 120px 0;
  width: 100%;
}

.process-header {
  text-align: center;
  width: 100%;
  margin-bottom: 72px;
}

.process-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F79925;
  margin-bottom: 18px;
  display: block;
}

.process-h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #171B1C;
  margin-bottom: 18px;
}

.process-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
  color: rgba(23, 27, 28, 0.58);
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.process-horiz {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  position: relative;
}

.process-horiz::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(23, 27, 28, 0.14);
  z-index: 0;
}

.process-horiz-item {
  padding-right: 28px;
  padding-top: 0;
  position: relative;
}

.process-horiz-item:last-child {
  padding-right: 0;
}

.process-horiz-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
  height: 40px;
}

.process-horiz-num {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #F79925;
  background: #F7F5F2;
  padding-right: 0;
  flex-shrink: 0;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.process-horiz-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #171B1C;
  line-height: 1.3;
  margin-bottom: 10px;
}

.process-horiz-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(23, 27, 28, 0.58);
}

/* ─── CASE STUDY ─── */
.case-section {
  background: #FFFFFF;
  padding: 80px 0 0;
}

.case-header {
  padding: 0 0 40px;
}

.case-h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #171B1C;
}

.case-viewer {
  position: relative;
  width: 100%;
  aspect-ratio: 16/6;
  overflow: hidden;
  background: #111;
}

.case-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.case-slide.active {
  opacity: 1;
  pointer-events: all;
}

.case-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(23, 27, 28, 0.08);
}

.case-tab {
  padding: 24px 28px 32px;
  cursor: pointer;
  border-right: 1px solid rgba(23, 27, 28, 0.08);
  transition: background 0.18s ease;
  position: relative;
}

.case-tab:last-child {
  border-right: none;
}

.case-tab:hover {
  background: rgba(23, 27, 28, 0.02);
}

.case-tab.active {
  background: #FFFFFF;
}

.case-tab-bar {
  height: 3px;
  background: rgba(23, 27, 28, 0.1);
  margin-bottom: 16px;
  transition: background 0.2s ease;
}

.case-tab.active .case-tab-bar {
  background: #171B1C;
}

.case-tab-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #171B1C;
  margin-bottom: 8px;
  line-height: 1.3;
  transition: opacity 0.2s;
}

.case-tab:not(.active) .case-tab-title {
  opacity: 0.42;
}

.case-tab-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.62;
  color: rgba(23, 27, 28, 0.55);
  transition: opacity 0.2s;
}

.case-tab:not(.active) .case-tab-desc {
  opacity: 0.45;
}

.case-tab.active .case-tab-desc {
  opacity: 1;
  color: rgba(23, 27, 28, 0.65);
}

/* ─── TESTIMONIAL VIDEO ─── */
.testi-section {
  background: #F7F5F2;
  padding: 120px 0;
}

.testi-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 80px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.testi-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F79925;
  margin-bottom: 24px;
  display: block;
}

.testi-h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #171B1C;
  margin-bottom: 24px;
}

.testi-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.78;
  color: rgba(23, 27, 28, 0.62);
  max-width: 420px;
}

.testi-video-wrap {
  position: relative;
  width: 300px;
  height: 533px;
  border-radius: 20px;
  overflow: hidden;
  background: #F7F5F2;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
}

/* ─── FAQ ─── */
.faq-section {
  background: #F7F5F2;
  padding: 120px 0;
}

.faq-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 96px;
  align-items: start;
}

.faq-left {
  position: sticky;
  top: 100px;
}

.faq-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F79925;
  margin-bottom: 20px;
  display: block;
}

.faq-h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #171B1C;
  margin-bottom: 16px;
}

.faq-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  color: rgba(23, 27, 28, 0.6);
}

.faq-item {
  border-bottom: 1px solid rgba(23, 27, 28, 0.1);
}

.faq-q {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #171B1C;
  padding: 22px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  user-select: none;
}

.faq-q:hover {
  color: #F79925;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(23, 27, 28, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  flex-shrink: 0;
  color: #171B1C;
  transition: background 0.2s, border-color 0.2s, transform 0.25s ease, color 0.2s;
}

.faq-q:hover .faq-icon {
  color: #F79925;
  border-color: #F79925;
}

.faq-item.open .faq-icon,
.faq-item.open .faq-q:hover .faq-icon {
  background: #F79925;
  border-color: #F79925;
  color: #171B1C;
  transform: rotate(45deg);
}

/* Grid-rows accordion: animates one property to the actual content height. */
.faq-a {
  display: grid;
  grid-template-rows: minmax(0, 0fr);
  min-height: 0;
  overflow: hidden;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-a>.faq-a-inner {
  overflow: hidden;
  min-height: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.72;
  color: rgba(23, 27, 28, 0.65);
  padding-bottom: 22px;
}

.faq-item.open .faq-a {
  grid-template-rows: minmax(0, 1fr);
}

/* ─── FORM ─── */
.form-section {
  background: #F7F5F2;
  padding: 120px 0;
}

.form-wrap {
  max-width: 900px;
}

.form-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F79925;
  margin-bottom: 16px;
  display: block;
}

.form-h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #171B1C;
  margin-bottom: 14px;
}

.form-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  color: rgba(23, 27, 28, 0.62);
  max-width: 520px;
  margin-bottom: 48px;
}

/* ─── FINAL CTA + FORM ─── */
.final-cta {
  background: #171B1C;
  padding: 120px 0;
}

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

.final-left {
  padding-top: 12px;
  position: sticky;
  top: 100px;
}

.final-h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin-bottom: 28px;
}

.final-p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.58);
  margin-bottom: 16px;
}

.final-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 52px;
  padding: 0 28px;
  transition: all 0.18s;
  margin-top: 32px;
}

.final-btn-sec {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.final-btn-sec:hover {
  background: rgba(255, 255, 255, 0.12);
}

.final-form-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 40px;
}

.final-form-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F79925;
  margin-bottom: 12px;
  display: block;
}

.final-form-title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 28px;
  line-height: 1.3;
}

/* ─── RESPONSIVE — breakpoints 1435 / 1023 / 767 (matches site) ─── */
@media (max-width: 1435px) {
  .gst-built-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1023px) {

  .gst-hero::before,
  .gst-hero::after {
    width: 48px;
  }

  .gst-hero-content {
    max-width: 78%;
  }

  .gst-hero-headline {
    font-size: 38px;
  }

  .gst-hero-sub {
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 32px;
  }

  .infra-inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .infra-left {
    position: static;
  }

  .faq-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .faq-left {
    position: static;
  }

  .final-two-col {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .testi-inner {
    gap: 56px;
  }

  .gst-built,
  .why-section,
  .infra-section,
  .process-section,
  .testi-section,
  .faq-section,
  .final-cta {
    padding: 80px 0;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-horiz {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 0;
  }

  .process-horiz::before {
    display: none;
  }

  .case-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .case-tab:nth-child(2n) {
    border-right: none;
  }

  .case-tab:nth-child(n+3) {
    border-top: 1px solid rgba(23, 27, 28, 0.08);
  }

  .case-header {
    padding: 0 0 32px;
  }

    .final-left 
  {
    position: static;
  }
}

@media (max-width: 767px) {

  .gst-hero::before,
  .gst-hero::after {
    display: none;
  }

  .gst-hero {
    min-height: 520px;
    height: auto;
    padding: 80px 0;
  }

  .gst-hero-overlay {
    background: linear-gradient(180deg,
        rgba(23, 27, 28, 0.55) 0%,
        rgba(23, 27, 28, 0.70) 60%,
        rgba(23, 27, 28, 0.78) 100%);
  }

  .gst-hero-content {
    max-width: 100%;
  }

  .gst-hero-headline {
    font-size: 36px;
    text-align: center;
  }

  .gst-hero-sub {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 28px;
    text-align: center;
  }

  .gst-hero-actions {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .gst-hero-btn {
    padding: 12px 20px;
    height: 44px;
    font-size: 11px;
  }

  .gst-built,
  .why-section,
  .infra-section,
  .process-section,
  .testi-section,
  .faq-section,
  .final-cta {
    padding: 60px 0;
  }

  .gst-built-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gst-built-top {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .testi-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .process-horiz {
    grid-template-columns: 1fr 1fr;
    gap: 28px 0;
  }

  .case-tabs {
    grid-template-columns: 1fr;
  }

  .case-tab {
    border-right: none;
    border-bottom: 1px solid rgba(23, 27, 28, 0.08);
  }

  .case-tab:not(.active) .case-tab-desc {
    opacity: 1;
    height: auto;
  }

  .case-section {
    padding-top: 50px;
  }

  .case-viewer {
    aspect-ratio: 4/3;
    position: sticky;
    top: 64px;
    z-index: 2;
  }

  .gst-built-headline,
  .why-section-h2,
  .infra-h2,
  .process-h2,
  .testi-h2,
  .case-h2,
  .faq-h2,
  .final-h2,
  .final-form-title {
    font-size: 30px;
  }


  .infra-h2, .testi-h2, .gst-built-headline, .faq-h2{
    text-align: center;
  }
  .final-form-title {
    font-size: 24px;
  }

  .case-h2 {
    white-space: normal;
    text-align: center;
  }

  .gst-built-desc,
  .process-desc,
  .infra-desc,
  .testi-desc,
  .faq-sub,
  .final-p {
    font-size: 14px;
  }
  .gst-built-desc, .testi-desc, .faq-sub{
    text-align: center;
  }

  .infra-desc{
    text-align: center;
    max-width: 100%;
  }

  .gst-card {
    aspect-ratio: 3/4;
  }

  .final-form-box {
    padding: 24px;
    border-radius: 14px;
  }
}