/* Compact header CTA: override the larger vertical padding inherited by nav links. */
.nav-links .nav-cta {
  padding: 10px 17px;
  border-radius: 8px;
  font-size: .9rem;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .nav-links .nav-cta {
    align-self: flex-start;
    padding: 10px 16px;
    margin-top: 8px;
  }
}

@media (max-width: 600px) {
  /* Preserve a useful card width and make the two compact data sections rails. */
  .trust-row {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .trust-item {
    flex: 0 0 78vw;
    min-width: 260px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .metrics-grid {
    display: flex;
    overflow-x: auto;
    gap: 0;
    padding-bottom: 10px;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .metric {
    flex: 0 0 78vw;
    min-width: 250px;
    padding: 18px 22px;
    border-right: 1px solid rgba(255,255,255,.14);
    scroll-snap-align: start;
  }
}


/* v1.7 additions: case studies, social feed, testimonials and office map */
.social-section{background:#fff}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.social-card{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 35px rgba(15,23,42,.05);display:flex;flex-direction:column}.social-card img{width:100%;height:210px;object-fit:cover}.social-card-body{padding:22px;display:flex;flex-direction:column;flex:1}.social-card h3{margin:.35rem 0 .55rem;font-size:1.2rem;line-height:1.3}.social-card p{color:var(--muted);margin:0 0 16px}.social-kicker{font-size:.74rem;text-transform:uppercase;letter-spacing:.15em;color:var(--orange);font-weight:800}.social-follow{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:26px;color:var(--muted);font-weight:700}.social-pill{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:9px 14px;color:var(--ink);background:#fff}.social-pill:hover{color:var(--orange);border-color:#f6b49e}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial-card{margin:0;padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 35px rgba(15,23,42,.05);display:flex;flex-direction:column}.testimonial-card p{font-size:1.02rem;line-height:1.7;margin:0 0 22px;color:#334155}.testimonial-card footer{margin-top:auto;border-top:1px solid var(--line);padding-top:16px}.testimonial-card strong,.testimonial-card span{display:block}.testimonial-card strong{color:var(--ink)}.testimonial-card span{color:var(--muted);font-size:.9rem;margin-top:3px}.location-section{background:#fff}.location-grid{display:grid;grid-template-columns:1.55fr .75fr;gap:26px;align-items:stretch}.map-frame{min-height:430px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#f8fafc;box-shadow:0 10px 35px rgba(15,23,42,.05)}.map-frame iframe{width:100%;height:100%;min-height:430px;border:0;display:block}.location-card{border:1px solid var(--line);border-radius:20px;padding:30px;background:var(--soft);display:flex;flex-direction:column;justify-content:center}.location-card h3{font-size:1.5rem;margin:.25rem 0 .5rem}.location-card p{color:var(--muted)}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.case-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 10px 35px rgba(15,23,42,.05);display:flex;flex-direction:column}.case-card img{width:100%;height:230px;object-fit:cover}.case-card-body{padding:26px;display:flex;flex-direction:column;flex:1}.case-card h2{font-size:1.3rem;line-height:1.28;margin:.45rem 0 .7rem}.case-card p{color:var(--muted);margin:0 0 18px}.case-tag{color:var(--orange);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.case-meta{display:grid;gap:6px;padding:16px 0;margin-top:auto;border-top:1px solid var(--line);color:#475569;font-size:.88rem}.case-note{display:flex;align-items:center;justify-content:space-between;gap:40px}.case-note>div{max-width:760px}.case-note h2{margin:.35rem 0 .7rem}.case-note p{color:var(--muted)}
@media(max-width:900px){.social-grid,.testimonial-grid,.case-grid{grid-template-columns:repeat(2,1fr)}.location-grid{grid-template-columns:1fr}.case-note{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.social-grid,.testimonial-grid,.case-grid{grid-template-columns:1fr}.social-follow{align-items:flex-start;flex-direction:column}.social-card img,.case-card img{height:220px}.map-frame,.map-frame iframe{min-height:340px}.location-card{padding:22px}}


/* v1.10 homepage impact strip refreshed to align more closely with the JapakGIS stats section while keeping the SkyMap palette. */

.trust-row-japak {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-row-japak .trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  min-height: 112px;
  border-right: 1px solid var(--line);
}

.trust-row-japak .trust-item:last-child {
  border-right: 0;
}

.trust-row-japak .trust-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  background: rgba(230, 59, 0, 0.08);
  flex: 0 0 50px;
}

.trust-row-japak .trust-icon svg {
  width: 24px;
  height: 24px;
}

.trust-row-japak .trust-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.trust-row-japak .trust-copy strong {
  display: block;
  font-size: clamp(1.95rem, 3vw, 2.15rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0;
}

.trust-row-japak .trust-copy span {
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.45;
}

.trust-row-japak .trust-item-tagline {
  align-items: center;
  justify-content: flex-start;
}

.trust-row-japak .trust-item-tagline .trust-copy {
  gap: 10px;
}

.trust-row-japak .trust-item-tagline p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.35;
  color: #334155;
}

.trust-row-japak .trust-item-tagline em {
  display: block;
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: var(--orange);
  font-style: normal;
}

@media (max-width: 900px) {
  .trust-row-japak {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-row-japak .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-row-japak .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 600px) {
  .trust-row-japak {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    scroll-snap-type: none;
  }

  .trust-row-japak .trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: auto;
    padding: 20px 18px;
  }

  .trust-row-japak .trust-item:last-child {
    border-bottom: 0;
  }
}


/* v1.11 — compact premium stats band, closer to JapakGIS spacing/typography while retaining SkyMap orange. */

.trust-row-japak {
  background: #f8fafc;
  border-top: 0;
  border-bottom: 1px solid #dbe3ec;
}

.trust-row-japak .trust-item {
  min-height: 88px;
  padding: 15px 26px;
  gap: 14px;
  border-right: 1px solid #dbe3ec;
  background: transparent;
}

.trust-row-japak .trust-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 0;
  background: transparent;
  color: var(--orange);
}

.trust-row-japak .trust-icon svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.7;
}

.trust-row-japak .trust-copy {
  gap: 4px;
}

.trust-row-japak .trust-copy strong {
  font-size: clamp(1.72rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1;
  color: #162033;
  letter-spacing: -0.035em;
}

.trust-row-japak .trust-copy span {
  color: #475569;
  font-size: .86rem;
  line-height: 1.3;
  font-weight: 400;
}

.trust-row-japak .trust-item-tagline {
  padding-left: 30px;
}

.trust-row-japak .trust-item-tagline p {
  font-size: .92rem;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: .01em;
  color: #334155;
}

.trust-row-japak .trust-item-tagline em {
  width: 32px;
  height: 3px;
  border-radius: 0;
  margin-top: 2px;
  background: var(--orange);
}

@media (max-width: 900px) {
  .trust-row-japak .trust-item {
    min-height: 82px;
    padding: 14px 20px;
  }
}

@media (max-width: 600px) {
  .trust-row-japak {
    background: #fff;
  }
  .trust-row-japak .trust-item {
    min-height: 76px;
    padding: 13px 16px;
  }
  .trust-row-japak .trust-item-tagline {
    padding-left: 16px;
  }
}


/* v1.12 — constrain the JapakGIS-inspired stats grid to the same site container width. */
.trust-strip {
  width: 100%;
  background: #f8fafc;
  border-bottom: 1px solid #dbe3ec;
}

.trust-strip .trust-row-japak {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}

.trust-strip .trust-row-japak .trust-item:first-child {
  border-left: 0;
}

.trust-strip .trust-row-japak .trust-item:last-child {
  border-right: 0;
}

@media (max-width: 600px) {
  .trust-strip .trust-row-japak {
    width: min(100% - 28px, var(--max));
  }
}


/* v1.15 client and partner section added above the footer on the homepage. */

.partners-section {
  border-top: 1px solid var(--line);
  background: #fff;
}

.partners-title {
  margin-bottom: 24px;
}

.partners-title h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  align-items: center;
}

.partner-item {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 10px;
}

.partner-item small {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: .72rem;
  letter-spacing: .22em;
}

.partner-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.02em;
}

.partner-tendersoko {
  font-size: 1.7rem;
}

.partner-ruralsenses {
  font-size: 1.45rem;
  font-weight: 600;
}

.partner-skymap {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.partner-oxford,
.partner-lboro {
  font-size: 1.1rem;
  font-weight: 600;
}

.partner-gmaps {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(90deg, #4285F4 0 25%, #DB4437 25% 50%, #F4B400 50% 75%, #0F9D58 75% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 1100px) {
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .partner-item {
    min-height: 82px;
    padding: 10px 6px;
  }

  .partner-skymap {
    width: 128px;
  }

  .partner-tendersoko,
  .partner-gmaps {
    font-size: 1.35rem;
  }
}

@media (max-width: 480px) {
  .partners-grid {
    grid-template-columns: 1fr;
  }
}


/* v1.16 typography alignment with JapakGIS visual language. */

body {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.005em;
}

h1, h2, h3, h4, h5, h6,
.hero h1,
.page-hero h1,
.section-title h2,
.card h3,
.service-copy h2,
.cta h2,
.partners-title h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.hero h1,
.page-hero h1 {
  font-weight: 800;
}

.nav-links {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.eyebrow {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .18em;
}

.button,
.nav-cta,
.text-link {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

.section-title p,
.card p,
.service-copy p,
.site-footer p,
.site-footer a,
.contact-list,
.field,
.testimonial-card p,
.social-card p {
  font-weight: 400;
  letter-spacing: 0;
}


/* v1.17 compact section typography to better match JapakGIS hierarchy. */

.section-title {
  max-width: 720px;
  margin-bottom: 26px;
}

.section-title h2,
.partners-title h2 {
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.16;
  margin: .28rem 0 .55rem;
  letter-spacing: -0.02em;
}

.section-title .eyebrow,
.section > .container > .eyebrow,
.solutions .eyebrow,
.social-section .eyebrow,
.testimonials-section .eyebrow {
  font-size: .68rem;
  letter-spacing: .16em;
}

.service-copy h2 {
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  line-height: 1.2;
}

.cta h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  line-height: 1.16;
}

.partners-title {
  margin-bottom: 18px;
}

@media (max-width: 600px) {
  .section-title {
    margin-bottom: 22px;
  }

  .section-title h2,
  .partners-title h2 {
    font-size: 1.42rem;
  }
}


/* v1.18: move partners above testimonials and make the strip deliberately compact. */
.partners-section {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.partners-section .partners-title {
  margin: 0 auto 8px;
}

.partners-section .partners-title h2 {
  margin: 0;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.1;
}

.partners-section .partners-grid {
  gap: 18px;
}

.partners-section .partner-item {
  min-height: 58px;
  padding: 2px 8px;
}

.partners-section .partner-skymap {
  width: 120px;
}

.partners-section .partner-tendersoko {
  font-size: 1.35rem;
}

.partners-section .partner-ruralsenses {
  font-size: 1.18rem;
}

.partners-section .partner-oxford,
.partners-section .partner-lboro {
  font-size: .95rem;
}

.partners-section .partner-gmaps {
  font-size: 1.2rem;
}

@media (max-width: 700px) {
  .partners-section {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .partners-section .partners-title {
    margin-bottom: 6px;
  }

  .partners-section .partner-item {
    min-height: 54px;
  }
}


/* v1.20 compact typography and spacing for internal pages, aligned to JapakGIS scale. */

.inner-page .page-hero {
  padding: 28px 0;
}

.inner-page .page-hero .eyebrow {
  margin: 0 0 6px;
  font-size: .68rem;
  letter-spacing: .17em;
}

.inner-page .page-hero h1 {
  font-size: clamp(1.9rem, 3.2vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -.025em;
  margin: 0;
  max-width: 760px;
}

.inner-page .section {
  padding: 28px 0;
}

.inner-page .section-title {
  margin-bottom: 20px;
  max-width: 700px;
}

.inner-page .section-title .eyebrow {
  margin: 0 0 5px;
  font-size: .68rem;
}

.inner-page .section-title h2,
.inner-page .case-note h2,
.inner-page .contact-card h2,
.inner-page .form-card h2,
.inner-page .about-grid h2,
.inner-page .location-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-top: .2rem;
  margin-bottom: .65rem;
}

.inner-page .service-block {
  gap: 32px;
  padding: 28px 0;
}

.inner-page .service-copy h2 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.18;
  margin: .25rem 0 .65rem;
}

.inner-page .service-copy p {
  margin-top: 0;
  margin-bottom: 12px;
}

.inner-page .service-image img {
  height: 320px;
  border-radius: 16px;
}

.inner-page .check-list {
  margin: 16px 0 18px;
  gap: 9px 12px;
}

.inner-page .tag {
  padding: 5px 9px;
  font-size: .7rem;
}

.inner-page .about-grid,
.inner-page .contact-grid {
  gap: 32px;
}

.inner-page .about-grid img {
  height: 420px;
  border-radius: 18px;
}

.inner-page .values {
  gap: 14px;
}

.inner-page .value {
  padding: 18px;
}

.inner-page .contact-card,
.inner-page .form-card,
.inner-page .location-card {
  padding: 22px;
}

.inner-page .contact-list {
  margin-top: 14px;
}

.inner-page .contact-list li {
  padding: 10px 0;
}

.inner-page .form-grid {
  gap: 14px;
}

.inner-page .field input,
.inner-page .field select,
.inner-page .field textarea {
  padding: 10px 11px;
}

.inner-page .field textarea {
  min-height: 115px;
}

.inner-page .location-grid {
  gap: 24px;
}

.inner-page .map-frame,
.inner-page .map-frame iframe {
  min-height: 330px;
}

.inner-page .case-grid {
  gap: 18px;
}

.inner-page .case-card-body {
  padding: 20px;
}

.inner-page .case-card h2 {
  font-size: 1.15rem;
  line-height: 1.28;
  margin: .35rem 0 .55rem;
}

.inner-page .case-card p {
  margin-bottom: 13px;
}

.inner-page .case-meta {
  padding: 12px 0;
}

.inner-page .case-note {
  gap: 24px;
}

.inner-page .cta h2 {
  font-size: clamp(1.45rem, 2.3vw, 1.9rem);
  line-height: 1.15;
  margin-bottom: 4px;
}

.inner-page .cta p {
  margin: 0;
}

.inner-page .site-footer {
  padding-top: 28px;
}

.inner-page .footer-grid {
  gap: 30px;
}

.inner-page .copyright {
  margin-top: 24px;
  padding-top: 14px;
}

@media (max-width: 900px) {
  .inner-page .page-hero { padding: 24px 0; }
  .inner-page .section { padding: 24px 0; }
  .inner-page .service-block { padding: 24px 0; gap: 24px; }
}

@media (max-width: 600px) {
  .inner-page .page-hero { padding: 20px 0; }
  .inner-page .page-hero h1 { font-size: 1.75rem; }
  .inner-page .section { padding: 20px 0; }
  .inner-page .section-title { margin-bottom: 16px; }
  .inner-page .service-block { padding: 20px 0; }
  .inner-page .service-image img { height: 240px; }
  .inner-page .about-grid img { height: 300px; }
  .inner-page .contact-card,
  .inner-page .form-card,
  .inner-page .location-card { padding: 18px; }
}


/* v1.22 professional social media links: homepage, contact page and footer. */

.social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid #dbe3ec;
  border-radius: 999px;
  color: #334155;
  background: #fff;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
  transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}

.social-link:hover {
  color: var(--orange);
  border-color: rgba(230,59,0,.4);
  background: #fff8f4;
  transform: translateY(-1px);
}

.social-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 16px;
}

.social-link svg rect,
.social-link svg path,
.social-link svg circle {
  vector-effect: non-scaling-stroke;
}

.social-link .fill-dot {
  fill: currentColor;
  stroke: none;
}

.social-link.social-linkedin svg rect,
.social-link.social-linkedin svg path,
.social-link.social-tiktok svg path,
.social-link.social-facebook svg path {
  fill: currentColor;
  stroke: none;
}

.social-platforms {
  justify-content: center;
  margin-top: 18px;
}

.social-platforms .social-link {
  padding: 8px 13px;
}

.contact-social-block {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-social-block > strong {
  display: block;
  margin-bottom: 10px;
  font-size: .92rem;
  color: var(--ink);
}

.contact-social-links {
  gap: 7px;
}

.contact-social-links .social-link {
  padding: 7px 9px;
}

.site-footer .footer-social-links {
  margin-top: 14px;
  gap: 7px;
}

.site-footer .footer-social-links .social-link {
  width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border-color: #334155;
  background: #111b30;
  color: #cbd5e1;
}

.site-footer .footer-social-links .social-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-footer .footer-social-links .social-link:hover {
  color: #fff;
  border-color: var(--orange);
  background: var(--orange);
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  .social-platforms {
    justify-content: flex-start;
    margin-top: 14px;
  }

  .social-platforms .social-link {
    font-size: .74rem;
    padding: 7px 10px;
  }
}


/* v1.23 social section redesigned to closely mirror JapakGIS latest-updates cards. */

.social-section {
  background: #fff;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.social-section-head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 24px;
  min-height: 48px;
}
.social-heading-wrap {
  text-align: center;
}
.social-heading-wrap h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2rem) !important;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
.social-title-rule {
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 999px;
  background: var(--orange);
  margin: 10px auto 0;
}
.social-follow-label {
  position: absolute;
  right: 0;
  top: 7px;
  color: #64748b;
  font-size: .93rem;
  font-weight: 500;
}
.social-grid-japak {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.social-card-japak {
  display: grid;
  grid-template-columns: 116px minmax(0,1fr);
  align-items: stretch;
  min-height: 210px;
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  box-shadow: 0 4px 14px rgba(15,23,42,.04);
  overflow: hidden;
  background: #fff;
}
.social-card-japak > img {
  width: 96px !important;
  height: 96px !important;
  object-fit: cover;
  border-radius: 5px;
  margin: 20px 0 0 20px;
}
.social-card-japak .social-card-body {
  padding: 18px 18px 16px 18px;
  min-width: 0;
}
.social-card-japak h3 {
  margin: 0 0 10px;
  font-size: 1.08rem !important;
  line-height: 1.24;
  color: #132036;
  letter-spacing: -0.015em;
}
.social-card-japak p {
  margin: 0 0 18px;
  color: #6b7890;
  font-size: .92rem;
  line-height: 1.55;
}
.social-card-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #778397;
  font-size: .78rem;
}
.social-card-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-card-icons a {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  transition: opacity .2s ease, transform .2s ease;
}
.social-card-icons a:hover {
  opacity: .72;
  transform: translateY(-1px);
}
.social-card-icons svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-card-icons .fill-dot {
  fill: currentColor;
  stroke: none;
}
.social-platforms { display: none !important; }
@media(max-width:1000px){
  .social-grid-japak{grid-template-columns:1fr 1fr}
  .social-follow-label{position:static;margin-left:auto;padding-top:7px}
  .social-section-head{justify-content:space-between}
  .social-heading-wrap{margin-left:auto}
}
@media(max-width:700px){
  .social-section-head{display:block;text-align:center}
  .social-follow-label{display:block;margin-top:10px;padding:0}
  .social-grid-japak{grid-template-columns:1fr}
  .social-card-japak{grid-template-columns:100px minmax(0,1fr);min-height:190px}
  .social-card-japak > img{width:80px !important;height:80px !important;margin:18px 0 0 18px}
  .social-card-japak .social-card-body{padding:16px 16px 14px}
}


/* v1.28 — clearer homepage hero image beside the literature.
   Keep strong contrast behind the copy, then fade the overlay rapidly
   so the drone/field image remains much clearer on the right. */
.hero {
  background:
    linear-gradient(
      90deg,
      rgba(12, 18, 28, .94) 0%,
      rgba(12, 18, 28, .88) 28%,
      rgba(12, 18, 28, .68) 43%,
      rgba(12, 18, 28, .30) 56%,
      rgba(12, 18, 28, .08) 68%,
      rgba(12, 18, 28, .02) 100%
    ),
    url('../images/professional-mapping-drone.webp') 66% center / cover no-repeat;
}

.hero-content {
  max-width: 670px;
}

.hero h1,
.hero .lead {
  text-shadow: 0 2px 14px rgba(0, 0, 0, .28);
}

@media (max-width: 900px) {
  .hero {
    background:
      linear-gradient(
        90deg,
        rgba(12, 18, 28, .92) 0%,
        rgba(12, 18, 28, .78) 48%,
        rgba(12, 18, 28, .28) 72%,
        rgba(12, 18, 28, .12) 100%
      ),
      url('../images/professional-mapping-drone.webp') 62% center / cover no-repeat;
  }
}

@media (max-width: 600px) {
  .hero {
    background:
      linear-gradient(
        90deg,
        rgba(12, 18, 28, .91) 0%,
        rgba(12, 18, 28, .75) 58%,
        rgba(12, 18, 28, .32) 100%
      ),
      url('../images/professional-mapping-drone.webp') 58% center / cover no-repeat;
  }
}


/* v1.29 — hero background zoomed out and pushed right so the drone is more fully visible. */
.hero {
  background:
    linear-gradient(
      90deg,
      rgba(12, 18, 28, .94) 0%,
      rgba(12, 18, 28, .88) 26%,
      rgba(12, 18, 28, .68) 40%,
      rgba(12, 18, 28, .28) 54%,
      rgba(12, 18, 28, .08) 68%,
      rgba(12, 18, 28, .02) 100%
    ),
    url('../images/professional-mapping-drone.webp') 92% 44% / auto 118% no-repeat,
    #0c121c;
}

@media (max-width: 1100px) {
  .hero {
    background:
      linear-gradient(
        90deg,
        rgba(12, 18, 28, .93) 0%,
        rgba(12, 18, 28, .82) 40%,
        rgba(12, 18, 28, .32) 68%,
        rgba(12, 18, 28, .10) 100%
      ),
      url('../images/professional-mapping-drone.webp') 84% 42% / auto 112% no-repeat,
      #0c121c;
  }
}

@media (max-width: 900px) {
  .hero {
    background:
      linear-gradient(
        90deg,
        rgba(12, 18, 28, .92) 0%,
        rgba(12, 18, 28, .78) 48%,
        rgba(12, 18, 28, .28) 72%,
        rgba(12, 18, 28, .12) 100%
      ),
      url('../images/professional-mapping-drone.webp') 78% 42% / auto 108% no-repeat,
      #0c121c;
  }
}

@media (max-width: 600px) {
  .hero {
    background:
      linear-gradient(
        90deg,
        rgba(12, 18, 28, .91) 0%,
        rgba(12, 18, 28, .75) 58%,
        rgba(12, 18, 28, .32) 100%
      ),
      url('../images/professional-mapping-drone.webp') 70% center / cover no-repeat,
      #0c121c;
  }
}


/* v1.30 — custom generated homepage hero visual with built-in left dark area and clearer drone presentation. */
.hero {
  min-height: 405px;
  background: url('../images/home-hero-drone-bg.webp') center center / cover no-repeat, #0c121c;
}

.hero-content {
  max-width: 690px;
  padding: 42px 0;
}

.hero h1,
.hero .lead,
.hero .eyebrow {
  text-shadow: 0 2px 14px rgba(0,0,0,.22);
}

@media (max-width: 900px) {
  .hero {
    min-height: 380px;
    background: linear-gradient(90deg, rgba(8,12,20,.45) 0%, rgba(8,12,20,.2) 38%, rgba(8,12,20,0) 70%), url('../images/home-hero-drone-bg.webp') 60% center / cover no-repeat, #0c121c;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: 360px;
    background: linear-gradient(90deg, rgba(8,12,20,.62) 0%, rgba(8,12,20,.28) 55%, rgba(8,12,20,.08) 100%), url('../images/home-hero-drone-bg.webp') 64% center / cover no-repeat, #0c121c;
  }
}


/* v1.31 — eliminate the black flash while the homepage hero image loads.
   A tiny embedded blurred preview paints instantly; the full WebP is preloaded in index.html. */
.hero {
  background-image: url('../images/home-hero-drone-bg.webp'), url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDABIMDRANCxIQDhAUExIVGywdGxgYGzYnKSAsQDlEQz85Pj1HUGZXR0thTT0+WXlaYWltcnNyRVV9hnxvhWZwcm7/2wBDARMUFBsXGzQdHTRuST5Jbm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm7/wAARCAAeAFoDASIAAhEBAxEB/8QAGgAAAgMBAQAAAAAAAAAAAAAAAgMEBQYBAP/EACIQAAICAQQCAwEAAAAAAAAAAAABAgMRBBIhMRRRBRNBMv/EABcBAAMBAAAAAAAAAAAAAAAAAAABAwL/xAAZEQEAAwEBAAAAAAAAAAAAAAAAAQIREhP/2gAMAwEAAhEDEQA/AMephqwThncD0sPjZyPhJEJBxyHQxaUyj7J9Dj7KSpTb4JtW9LsXpg4XlMoZ7J9WxLlmdqsmhk9VYljLH6aOGpq+trho7ZqIVfpndPrLNvbGu+yf9E5u1FV3D5FSlgk+VH2Z2vf2h26z2T9G+WFPHDpZN7IcGLDiATKJpE2uakVtSyWGmryStClU2uUIoC6cZdAzrx+hKlNZMQ3g6JqI92Z6ExrSQylZeBScQdHUbUH5QpxWTmxGMiTf/9k=");
  background-position: center center, center center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-color: #8b7657;
}

@media (max-width: 900px) {
  .hero {
    background-image: linear-gradient(90deg, rgba(8,12,20,.45) 0%, rgba(8,12,20,.2) 38%, rgba(8,12,20,0) 70%), url('../images/home-hero-drone-bg.webp'), url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDABIMDRANCxIQDhAUExIVGywdGxgYGzYnKSAsQDlEQz85Pj1HUGZXR0thTT0+WXlaYWltcnNyRVV9hnxvhWZwcm7/2wBDARMUFBsXGzQdHTRuST5Jbm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm7/wAARCAAeAFoDASIAAhEBAxEB/8QAGgAAAgMBAQAAAAAAAAAAAAAAAgMEBQYBAP/EACIQAAICAQQCAwEAAAAAAAAAAAABAgMRBBIhMRRRBRNBMv/EABcBAAMBAAAAAAAAAAAAAAAAAAABAwL/xAAZEQEAAwEBAAAAAAAAAAAAAAAAAQIREhP/2gAMAwEAAhEDEQA/AMephqwThncD0sPjZyPhJEJBxyHQxaUyj7J9Dj7KSpTb4JtW9LsXpg4XlMoZ7J9WxLlmdqsmhk9VYljLH6aOGpq+trho7ZqIVfpndPrLNvbGu+yf9E5u1FV3D5FSlgk+VH2Z2vf2h26z2T9G+WFPHDpZN7IcGLDiATKJpE2uakVtSyWGmryStClU2uUIoC6cZdAzrx+hKlNZMQ3g6JqI92Z6ExrSQylZeBScQdHUbUH5QpxWTmxGMiTf/9k=");
    background-position: center center, 60% center, 60% center;
    background-size: cover, cover, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-color: #8b7657;
  }
}

@media (max-width: 600px) {
  .hero {
    background-image: linear-gradient(90deg, rgba(8,12,20,.62) 0%, rgba(8,12,20,.28) 55%, rgba(8,12,20,.08) 100%), url('../images/home-hero-drone-bg.webp'), url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDABIMDRANCxIQDhAUExIVGywdGxgYGzYnKSAsQDlEQz85Pj1HUGZXR0thTT0+WXlaYWltcnNyRVV9hnxvhWZwcm7/2wBDARMUFBsXGzQdHTRuST5Jbm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm7/wAARCAAeAFoDASIAAhEBAxEB/8QAGgAAAgMBAQAAAAAAAAAAAAAAAgMEBQYBAP/EACIQAAICAQQCAwEAAAAAAAAAAAABAgMRBBIhMRRRBRNBMv/EABcBAAMBAAAAAAAAAAAAAAAAAAABAwL/xAAZEQEAAwEBAAAAAAAAAAAAAAAAAQIREhP/2gAMAwEAAhEDEQA/AMephqwThncD0sPjZyPhJEJBxyHQxaUyj7J9Dj7KSpTb4JtW9LsXpg4XlMoZ7J9WxLlmdqsmhk9VYljLH6aOGpq+trho7ZqIVfpndPrLNvbGu+yf9E5u1FV3D5FSlgk+VH2Z2vf2h26z2T9G+WFPHDpZN7IcGLDiATKJpE2uakVtSyWGmryStClU2uUIoC6cZdAzrx+hKlNZMQ3g6JqI92Z6ExrSQylZeBScQdHUbUH5QpxWTmxGMiTf/9k=");
    background-position: center center, 64% center, 64% center;
    background-size: cover, cover, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-color: #8b7657;
  }
}


/* v1.33 — reduce Why SkyMap image footprint by ~20%. */
.solutions img {
  width: 80%;
  min-height: 376px;
  height: auto;
  justify-self: center;
}

@media (max-width: 900px) {
  .solutions img {
    width: 80%;
    min-height: 0;
    height: auto;
    max-height: 420px;
    object-fit: cover;
  }
}

@media (max-width: 600px) {
  .solutions img {
    width: 100%;
    max-height: 320px;
  }
}


/* v1.35 partner logos updated: universities replaced with DJI and CHCNAV. */

.partner-link { display:inline-flex; align-items:center; justify-content:center; }
.partner-image { display:block; width:100%; height:auto; object-fit:contain; }
.partner-dji { max-width: 126px; }
.partner-chcnav { max-width: 120px; }
.partner-link:hover { opacity: .9; }


/* v1.36 — partner row: remove SkyMap/Google, add JapakGIS, and link TenderSoko. */
.partners-grid-five {
  grid-template-columns: repeat(5, 1fr);
}
.partner-item .partner-link {
  flex-direction: column;
}
.partner-japakgis {
  text-decoration: none;
}
.japak-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
}
.japak-blue { color: #4285f4; }
.japak-green { color: #18a56b; }
@media (max-width: 1100px) {
  .partners-grid-five { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .partners-grid-five { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .partners-grid-five { grid-template-columns: 1fr; }
}


/* v1.37 partner refinements */
.partner-japakgis-logo { max-width: 145px; }
.partner-ruralsenses { cursor: pointer; }

/* v1.38 — mobile crop for Why SkyMap photo:
   bias the crop upward so the GNSS receiver at the top of the pole remains visible. */
@media (max-width: 600px) {
  .solutions img {
    width: 100%;
    height: 320px;
    max-height: 320px;
    object-fit: cover;
    object-position: 50% 8%;
  }
}
