body.page-id-452 .ct-breadcrumbs,
body.page-id-454 .ct-breadcrumbs,
body.page-id-456 .ct-breadcrumbs,
body.page-id-459 .ct-breadcrumbs,
body.page-id-452 .entry-content > :not(.geomas-service-page),
body.page-id-454 .entry-content > :not(.geomas-service-page),
body.page-id-456 .entry-content > :not(.geomas-service-page),
body.page-id-459 .entry-content > :not(.geomas-service-page) {
  display: none;
}

body.page-id-452 .entry-content,
body.page-id-454 .entry-content,
body.page-id-456 .entry-content,
body.page-id-459 .entry-content {
  margin: 0;
}

.geomas-service-page {
  --gsp-ink: #101722;
  --gsp-muted: #5d6674;
  --gsp-paper: #f5f3ef;
  --gsp-white: #ffffff;
  --gsp-line: rgba(16, 23, 34, 0.1);
  --gsp-navy: #0f2235;
  --gsp-accent: #d9892b;
  --gsp-shadow: 0 24px 60px rgba(12, 20, 30, 0.16);
  --gsp-hero-image: url("/wp-content/uploads/2026/05/geomas-hero-generated.jpg");
  color: var(--gsp-ink);
  background: var(--gsp-paper);
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.geomas-service-page * {
  box-sizing: border-box;
}

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

.gsp-eyebrow {
  margin: 0 0 18px;
  color: var(--gsp-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gsp-hero {
  color: var(--gsp-white);
  background:
    linear-gradient(90deg, rgba(15, 34, 53, 0.98) 0%, rgba(15, 34, 53, 0.9) 45%, rgba(15, 34, 53, 0.45) 100%),
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    var(--gsp-hero-image) center right / cover no-repeat;
  background-size:
    auto,
    72px 72px,
    72px 72px,
    cover;
}

.geomas-fotogrametria {
  --gsp-hero-image: url("/wp-content/uploads/2026/05/geomas-fotogrametria-hero.jpg");
}

.geomas-modele3d {
  --gsp-hero-image: url("/wp-content/uploads/2026/05/geomas-modele3d-hero.jpg");
}

.geomas-szkolenia {
  --gsp-hero-image: url("/wp-content/uploads/2026/05/geomas-szkolenia-hero.jpg");
}

.gsp-hero-inner {
  padding: 82px 0 96px;
}

.gsp-hero h1 {
  width: 100%;
  max-width: 760px;
  margin: 0;
  color: var(--gsp-white);
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.gsp-hero p {
  width: 100%;
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

.gsp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.gsp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
}

.gsp-button-primary {
  color: var(--gsp-white);
  background: var(--gsp-accent);
}

.gsp-button-secondary {
  color: var(--gsp-white);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.gsp-button-dark {
  color: var(--gsp-ink);
  border: 1px solid rgba(16, 23, 34, 0.2);
}

.gsp-audience {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.gsp-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gsp-audience article {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--gsp-line);
  box-shadow: var(--gsp-shadow);
}

.gsp-audience span {
  display: block;
  margin-bottom: 10px;
  color: var(--gsp-accent);
  font-weight: 700;
}

.gsp-audience h2 {
  margin: 0 0 10px;
  font-size: 1.5rem;
}

.gsp-audience p {
  margin: 0;
  color: var(--gsp-muted);
}

.gsp-section {
  padding: 92px 0;
}

.gsp-section-head {
  max-width: 720px;
  margin-bottom: 30px;
}

.gsp-section-head h2,
.gsp-proof-copy h2,
.gsp-contact h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

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

.gsp-card-grid article {
  min-height: 170px;
  padding: 24px;
  border-radius: 24px;
  background: var(--gsp-white);
  border: 1px solid var(--gsp-line);
}

.gsp-card-grid h3 {
  margin: 0 0 10px;
}

.gsp-card-grid p {
  margin: 0;
  color: var(--gsp-muted);
}

.gsp-proof {
  padding-top: 16px;
}

.gsp-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  gap: 42px;
  align-items: center;
}

.gsp-proof-copy ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.gsp-proof-copy li {
  position: relative;
  padding-left: 24px;
}

.gsp-proof-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gsp-accent);
}

.gsp-proof-image {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--gsp-shadow);
}

.gsp-proof-image img {
  display: block;
  width: 100%;
  height: auto;
}

.gsp-proof-layout-media {
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1fr);
}

.gsp-media-collage {
  position: relative;
  min-height: 430px;
}

.gsp-media-main,
.gsp-media-small,
.gsp-tech-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--gsp-shadow);
}

.gsp-media-main {
  position: absolute;
  inset: 0 46px 42px 0;
}

.gsp-media-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  border: 6px solid var(--gsp-paper);
}

.gsp-media-main img,
.gsp-media-small img,
.gsp-tech-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gsp-tech-visual img {
  height: auto;
}

.gsp-process {
  padding-top: 42px;
}

.gsp-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gsp-steps article {
  padding: 24px;
  border-top: 1px solid var(--gsp-line);
}

.gsp-steps span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--gsp-white);
  border-radius: 999px;
  background: var(--gsp-navy);
}

.gsp-steps h3 {
  margin: 0 0 8px;
}

.gsp-steps p {
  margin: 0;
  color: var(--gsp-muted);
}

.gsp-contact {
  padding: 56px 0;
  background: var(--gsp-white);
  border-top: 1px solid var(--gsp-line);
}

.gsp-contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.gsp-contact p:last-child {
  color: var(--gsp-muted);
}

.gsp-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 900px) {
  .gsp-audience-grid,
  .gsp-card-grid,
  .gsp-proof-layout,
  .gsp-proof-layout-media,
  .gsp-steps {
    grid-template-columns: 1fr;
  }

  .gsp-media-collage {
    min-height: 320px;
  }

  .gsp-contact-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .gsp-shell {
    width: calc(100% - 28px);
  }

  .gsp-hero-inner {
    padding: 58px 0 82px;
  }

  .gsp-hero h1 {
    max-width: 100%;
    font-size: clamp(1.95rem, 8.2vw, 2.45rem);
    line-height: 1.03;
  }

  .gsp-hero p {
    max-width: 100%;
    font-size: 1rem;
  }

  .gsp-actions,
  .gsp-contact-actions {
    display: grid;
    width: 100%;
  }

  .gsp-button {
    width: 100%;
  }
}
