/* GeoForge Services overview */

.gf-svc-section { padding: clamp(72px,9vw,120px) 24px; }

.gf-svc-eyebrow {
  margin: 0 0 14px;
  color: #F47C20;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.gf-svc-eyebrow--light { color: #F47C20; }

.gf-svc-hero {
  position: relative;
  min-height: min(760px,calc(100vh - 72px));
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 44%, rgba(47,168,79,.12), transparent 26%),
    linear-gradient(135deg,#071726 0%,#102A43 58%,#163b5d 100%);
  color: #fff;
  isolation: isolate;
}

.gf-svc-hero__topography {
  position: absolute;
  z-index: -1;
  top: -14%;
  right: -10%;
  width: min(760px,62vw);
  aspect-ratio: 1;
  border: 1px solid rgba(244,124,32,.18);
  border-radius: 48% 52% 44% 56%;
  box-shadow:
    0 0 0 54px rgba(255,255,255,.025),
    0 0 0 108px rgba(244,124,32,.035),
    0 0 0 162px rgba(255,255,255,.018),
    0 0 0 216px rgba(47,168,79,.022);
  transform: rotate(-13deg);
}

.gf-svc-hero__topography::before,
.gf-svc-hero__topography::after {
  position: absolute;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 54% 46% 58% 42%;
  content: "";
}

.gf-svc-hero__topography::before { inset: 17%; transform: rotate(28deg); }
.gf-svc-hero__topography::after { inset: 34%; border-color: rgba(244,124,32,.22); transform: rotate(-16deg); }
.gf-svc-hero__layout { display: flex; min-height: inherit; align-items: center; padding-block: clamp(96px,13vw,160px); }
.gf-svc-hero__content { max-width: 850px; }

.gf-svc-hero h1 {
  max-width: 840px;
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(44px,5.5vw,78px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.gf-svc-hero h1 span { color: #F47C20; }
.gf-svc-hero__lede { max-width: 760px; margin: 0 0 34px; color: rgba(255,255,255,.84); font-size: clamp(18px,1.6vw,22px); line-height: 1.55; }
.gf-svc-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 42px; }
.gf-svc-btn--orange { border-color: #F47C20; background: #F47C20; color: #102A43; }
.gf-svc-btn--orange:hover { border-color: #fff; background: #fff; color: #102A43; }
.gf-svc-btn--ghost { border: 1px solid rgba(255,255,255,.62); background: rgba(16,42,67,.26); color: #fff; backdrop-filter: blur(8px); }
.gf-svc-btn--ghost:hover { border-color: #fff; background: #fff; color: #102A43; }
.gf-svc-hero__proof { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 0; padding: 0; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 700; letter-spacing: .025em; list-style: none; text-transform: uppercase; }
.gf-svc-hero__proof li { display: flex; align-items: center; gap: 9px; }
.gf-svc-hero__proof li::before { width: 7px; height: 7px; border-radius: 50%; background: #2FA84F; box-shadow: 0 0 0 4px rgba(47,168,79,.16); content: ""; }

.gf-svc-heading { max-width: 790px; margin: 0 auto clamp(44px,6vw,70px); text-align: center; }
.gf-svc-heading--left { margin-inline: 0; text-align: left; }
.gf-svc-heading h2,
.gf-svc-final h2,
.gf-svc-pilots h2,
.gf-svc-boundary h2,
.gf-svc-cta h2 { margin: 0; color: #102A43; font-size: clamp(32px,4vw,50px); font-weight: 600; letter-spacing: -.035em; line-height: 1.14; }
.gf-svc-heading > p:last-child { max-width: 700px; margin: 18px auto 0; color: #5c6873; font-size: 18px; }
.gf-svc-heading--left > p:last-child { margin-left: 0; }

.gf-svc-suite { background: #fff; }
.gf-svc-card-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.gf-svc-card { position: relative; display: flex; min-height: 500px; flex-direction: column; padding: clamp(28px,4vw,42px); overflow: hidden; border: 1px solid #d7dfe4; border-radius: 14px; background: #f7f8f6; }
.gf-svc-card::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; background: #102A43; content: ""; }
.gf-svc-card--featured { background: #102A43; color: #fff; }
.gf-svc-card--featured::before { background: #F47C20; }
.gf-svc-card__number { position: absolute; top: 22px; right: 28px; color: rgba(16,42,67,.11); font-size: 62px; font-weight: 800; line-height: 1; }
.gf-svc-card--featured .gf-svc-card__number { color: rgba(255,255,255,.09); }
.gf-svc-card__kicker { margin: 0 0 12px; color: #F47C20; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gf-svc-card h3 { max-width: 520px; margin: 0 0 16px; color: #102A43; font-size: clamp(26px,3vw,38px); letter-spacing: -.025em; }
.gf-svc-card--featured h3 { color: #fff; }
.gf-svc-card > p:not(.gf-svc-card__kicker) { max-width: 650px; color: #596772; font-size: 16px; line-height: 1.65; }
.gf-svc-card--featured > p:not(.gf-svc-card__kicker) { color: rgba(255,255,255,.72); }
.gf-svc-card ul { display: grid; gap: 9px; margin: 12px 0 30px; padding: 0; list-style: none; }
.gf-svc-card li { position: relative; padding-left: 20px; color: #53616b; font-size: 14px; }
.gf-svc-card li::before { position: absolute; top: 8px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #2FA84F; content: ""; }
.gf-svc-card--featured li { color: rgba(255,255,255,.72); }
.gf-svc-card__links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(16,42,67,.14); }
.gf-svc-card--featured .gf-svc-card__links { border-color: rgba(255,255,255,.16); }
.gf-svc-card__links a { color: #102A43; font-size: 13px; font-weight: 800; text-decoration: none; }
.gf-svc-card--featured .gf-svc-card__links a { color: #F47C20; }

.gf-svc-lifecycle { background: #f4f1ea; }
.gf-svc-lifecycle__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.gf-svc-lifecycle__grid li { position: relative; min-height: 330px; padding: 34px 28px; border-top: 1px solid rgba(16,42,67,.2); border-bottom: 1px solid rgba(16,42,67,.2); }
.gf-svc-lifecycle__grid li + li { border-left: 1px solid rgba(16,42,67,.2); }
.gf-svc-lifecycle__grid li::before { position: absolute; top: -5px; left: 0; width: 100%; height: 9px; background: #F47C20; content: ""; }
.gf-svc-lifecycle__grid li:nth-child(2)::before { background: #d99439; }
.gf-svc-lifecycle__grid li:nth-child(3)::before { background: #799156; }
.gf-svc-lifecycle__grid li:nth-child(4)::before { background: #2FA84F; }
.gf-svc-lifecycle__grid li > span { display: block; margin-bottom: 36px; color: #88939b; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.gf-svc-lifecycle__grid strong { display: block; margin-bottom: 12px; color: #102A43; font-size: 22px; }
.gf-svc-lifecycle__grid p { margin: 0 0 22px; color: #53616b; font-size: 14px; line-height: 1.6; }
.gf-svc-lifecycle__grid small { display: block; padding-top: 16px; border-top: 1px solid rgba(16,42,67,.12); color: #102A43; font-size: 11px; font-weight: 800; line-height: 1.45; text-transform: uppercase; }

.gf-svc-final { overflow: hidden; background: #102A43; color: #fff; }
.gf-svc-final__layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.9fr); gap: clamp(48px,8vw,108px); align-items: center; }
.gf-svc-final h2 { margin-bottom: 24px; color: #fff; }
.gf-svc-final__content > p:not(.gf-svc-eyebrow) { max-width: 700px; color: rgba(255,255,255,.72); font-size: 18px; }
.gf-svc-final__content .btn { margin-top: 16px; }
.gf-svc-final__comparison { padding: clamp(28px,4vw,42px); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.06); }
.gf-svc-final__comparison article { display: grid; grid-template-columns: 62px 1fr; gap: 18px; align-items: start; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.gf-svc-final__comparison article:first-child { padding-top: 0; }
.gf-svc-final__comparison article > span { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; color: #fff; font-size: 20px; font-weight: 800; }
.gf-svc-final__comparison article > .gf-svc-final__lidar { border-color: #F47C20; color: #F47C20; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.gf-svc-final__comparison strong { display: block; margin-bottom: 6px; color: #fff; font-size: 17px; }
.gf-svc-final__comparison article p { margin: 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.55; }
.gf-svc-final__outcome { margin: 24px 0 0; padding-left: 18px; border-left: 3px solid #F47C20; color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.65; }
.gf-svc-final__note { margin: 18px 0 0; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.55; }

.gf-svc-pilots { background: #fff; }
.gf-svc-pilots__layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.9fr); gap: clamp(48px,8vw,108px); align-items: center; }
.gf-svc-pilots h2 { margin-bottom: 20px; }
.gf-svc-pilots__layout > div > p:last-child { color: #596772; font-size: 18px; }
.gf-svc-pilots ul { display: grid; gap: 1px; margin: 0; padding: 0; overflow: hidden; border: 1px solid #d7dfe4; border-radius: 14px; background: #d7dfe4; list-style: none; }
.gf-svc-pilots li { position: relative; padding: 24px 26px 24px 52px; background: #f7f8f6; }
.gf-svc-pilots li::before { position: absolute; top: 31px; left: 27px; width: 9px; height: 9px; border-radius: 50%; background: #F47C20; content: ""; }
.gf-svc-pilots strong { display: block; margin-bottom: 5px; color: #102A43; font-size: 16px; }
.gf-svc-pilots span { display: block; color: #5c6873; font-size: 13px; line-height: 1.55; }

.gf-svc-delivery { background: #f4f1ea; }
.gf-svc-delivery__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.gf-svc-delivery__grid article { min-height: 230px; padding: 28px; border: 1px solid rgba(16,42,67,.12); border-radius: 12px; background: #fff; }
.gf-svc-delivery__grid article > span { display: block; margin-bottom: 32px; color: #F47C20; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.gf-svc-delivery__grid h3 { margin-bottom: 10px; color: #102A43; font-size: 20px; }
.gf-svc-delivery__grid p { margin: 0; color: #5c6873; font-size: 14px; line-height: 1.6; }

.gf-svc-boundary { border-top: 1px solid #d7dfe4; background: #f7f8f6; }
.gf-svc-boundary__layout { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(44px,8vw,110px); align-items: start; }
.gf-svc-boundary__layout > div:last-child { padding-left: 30px; border-left: 4px solid #F47C20; font-size: 18px; }
.gf-svc-boundary__layout p:last-child { margin-bottom: 0; }

.gf-svc-faq { background: #fff; }
.gf-svc-faq__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.gf-svc-faq details { border: 1px solid #d7dfe4; border-radius: 10px; background: #f7f8f6; }
.gf-svc-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; color: #102A43; font-size: 15px; font-weight: 750; cursor: pointer; list-style: none; }
.gf-svc-faq summary::-webkit-details-marker { display: none; }
.gf-svc-faq summary span { color: #F47C20; font-size: 22px; font-weight: 500; transition: transform .2s ease; }
.gf-svc-faq details[open] summary span { transform: rotate(45deg); }
.gf-svc-faq details p { margin: 0; padding: 0 24px 24px; color: #5c6873; font-size: 14px; line-height: 1.65; }

.gf-svc-cta { background: #102A43; }
.gf-svc-cta__layout { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.gf-svc-cta h2 { max-width: 820px; color: #fff; }

@media (max-width: 980px) {
  .gf-svc-lifecycle__grid, .gf-svc-delivery__grid { grid-template-columns: repeat(2,1fr); }
  .gf-svc-lifecycle__grid li:nth-child(3) { border-left: 0; }
  .gf-svc-final__layout, .gf-svc-pilots__layout { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .gf-svc-section { padding: 64px 20px; }
  .gf-svc-hero { min-height: 720px; }
  .gf-svc-hero__topography { top: 2%; right: -60%; width: 650px; opacity: .65; }
  .gf-svc-hero__layout { padding-block: 82px; }
  .gf-svc-hero h1 { font-size: clamp(39px,11vw,54px); }
  .gf-svc-card-grid, .gf-svc-lifecycle__grid, .gf-svc-delivery__grid, .gf-svc-faq__grid, .gf-svc-boundary__layout { grid-template-columns: 1fr; }
  .gf-svc-card { min-height: 0; }
  .gf-svc-lifecycle__grid li { min-height: 0; border-left: 0 !important; }
  .gf-svc-final__comparison { padding: 26px 22px; }
  .gf-svc-final__comparison article { grid-template-columns: 54px 1fr; gap: 14px; }
  .gf-svc-boundary__layout { gap: 30px; }
  .gf-svc-boundary__layout > div:last-child { padding-left: 22px; }
  .gf-svc-cta__layout { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .gf-svc-btn--orange, .gf-svc-btn--ghost, .gf-svc-faq summary span { transition: none; }
}
