/* 2026 visual system — a full compositional layer for every public page. */
:root {
  --ink: #07192e;
  --ink-soft: #17324d;
  --paper: #f3f5f6;
  --snow: #ffffff;
  --signal: #c93b32;
  --line: rgba(7, 25, 46, .14);
  --space: clamp(1rem, 2vw, 2rem);
  --edge: clamp(1.1rem, 4vw, 4.5rem);
  --content: 1480px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

html { scroll-behavior: smooth; }
body { font-family: "Manrope", sans-serif !important; color: var(--ink) !important; background: var(--paper) !important; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
h1, h2, h3, h4 { font-family: "Manrope", sans-serif !important; color: var(--ink) !important; text-wrap: balance; }
p { color: rgba(7, 25, 46, .72) !important; text-wrap: pretty; }
*:focus-visible { outline: 2px solid var(--signal) !important; outline-offset: 4px; }

/* Floating navigation, sized to the viewport instead of a compressed content column. */
.navbar-container { position: absolute !important; inset: 0 0 auto !important; z-index: 10; padding: 1.15rem var(--edge) !important; }
.navbar { width: 100% !important; max-width: none !important; min-height: 68px; border: 1px solid rgba(255,255,255,.34) !important; border-radius: 1.15rem !important; background: rgba(255,255,255,.72) !important; box-shadow: inset 0 1px rgba(255,255,255,.82), 0 18px 50px rgba(7,25,46,.11) !important; backdrop-filter: blur(18px); }
.navbar-links-container { background: transparent !important; border: 0 !important; }
.navbar-links a { font-size: .76rem !important; letter-spacing: .08em; text-transform: uppercase; font-weight: 800 !important; }
.navbar-links a.active { color: var(--signal) !important; }
.navbar-cta .btn { border-radius: .75rem !important; }

/* Full viewport narrative sections. */
.hero, .gj-about-hero, .gj-services-hero, .gj-contact-hero, .gj-quote-hero, .gj-legal-hero { min-height: 92dvh !important; padding: clamp(8rem, 12vw, 11rem) var(--edge) clamp(4rem, 8vw, 7rem) !important; isolation: isolate; background: var(--paper) !important; }
.hero::after, .gj-about-hero::after, .gj-services-hero::after, .gj-contact-hero::after, .gj-quote-hero::after, .gj-legal-hero::after { content:""; position:absolute; inset: 0; z-index:-1; background: radial-gradient(circle at 88% 14%, rgba(201,59,50,.14), transparent 23rem), linear-gradient(118deg, transparent 0 54%, rgba(7,25,46,.055) 54% 54.15%, transparent 54.15%); }
.hero-inner, .gj-about-hero__container, .gj-services-hero__container, .gj-contact-hero__container, .gj-quote-hero__container, .gj-legal-hero__container { width: 100% !important; max-width: var(--content) !important; margin: 0 auto !important; }
.hero-content h1, .gj-about-hero__title, .gj-services-hero__title, .gj-contact-hero__title, .gj-quote-hero__title, .gj-legal-hero__title { font-size: clamp(3.2rem, 6.5vw, 7.4rem) !important; line-height: .86 !important; letter-spacing: -.085em !important; font-weight: 800 !important; }
.hero-content h1 span:nth-child(2), .gj-about-hero__title-accent, .gj-services-hero__title-accent, .gj-contact-hero__title-accent, .gj-quote-hero__title-accent, .gj-legal-hero__title-accent { color: var(--signal) !important; }
.hero-content p, .gj-about-hero__subtitle, .gj-services-hero__subtitle, .gj-contact-hero__subtitle, .gj-quote-hero__subtitle, .gj-legal-hero__subtitle { max-width: 54ch !important; font-size: clamp(1rem, 1.35vw, 1.18rem) !important; line-height: 1.7 !important; }
.gj-about-hero__title-accent, .gj-services-hero__title-accent, .gj-contact-hero__title-accent, .gj-quote-hero__title-accent, .gj-legal-hero__title-accent, .gj-about-hero__subtitle, .gj-services-hero__subtitle, .gj-contact-hero__subtitle, .gj-quote-hero__subtitle, .gj-legal-hero__subtitle, .gj-services-hero__badges, .gj-services-hero__cta, .gj-services-hero__image-grid { opacity: 1 !important; transform: none !important; animation: none !important; }
.gj-services-hero__badge { background: #fff !important; border: 1px solid var(--line) !important; box-shadow: 0 8px 20px rgba(7,25,46,.08) !important; }
.gj-services-hero__badge-text { color: var(--ink) !important; font-weight: 700 !important; }
.gj-services-hero__badge-icon { color: var(--signal) !important; }
.hero-image, .gj-about-hero__image-wrapper, .gj-services-hero__image-wrapper { border: 0 !important; border-radius: 0 !important; box-shadow: none !important; clip-path: polygon(0 0, 94% 0, 100% 7%, 100% 100%, 7% 100%, 0 92%); }
.hero-image img, .gj-about-hero__image img, .gj-services-hero__image img { filter: saturate(.86) contrast(1.03); }

/* Actions: tactile, quiet, and clearly layered. */
.btn, .cta-button, .gj-services-hero__button, .gj-contact-form__submit, .gj-quote-form__submit { min-height: 52px !important; padding-inline: 1.25rem !important; border-radius: .78rem !important; font-weight: 800 !important; letter-spacing: .01em; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease) !important; }
.btn-primary, .cta-button-primary, .gj-services-hero__button, .gj-contact-form__submit, .gj-quote-form__submit { background: var(--signal) !important; box-shadow: 0 14px 30px rgba(201,59,50,.22) !important; }
.btn:hover, .cta-button:hover, .gj-services-hero__button:hover, .gj-contact-form__submit:hover, .gj-quote-form__submit:hover { transform: translateY(-3px); }
.btn:active, .cta-button:active, .gj-services-hero__button:active, .gj-contact-form__submit:active, .gj-quote-form__submit:active { transform: scale(.98); }

/* Break the repeated boxed-card visual into masked editorial surfaces. */
.service-card, .showcase-card, .showcase-proof, .service-detail, .advantage-item, .audience-item, .faq-item, .gj-contact-info__card, .gj-quote-benefits__item, .gj-legal-content__section { position: relative; border: 0 !important; border-radius: 0 !important; background: var(--snow) !important; box-shadow: 0 22px 45px rgba(7,25,46,.08) !important; overflow: hidden; }
.service-card, .advantage-item, .audience-item, .faq-item, .gj-contact-info__card, .gj-quote-benefits__item { padding: clamp(1.25rem, 2.4vw, 2.2rem) !important; clip-path: polygon(0 0, 96% 0, 100% 7%, 100% 100%, 4% 100%, 0 93%); }
.service-card::before, .advantage-item::before, .audience-item::before, .faq-item::before, .gj-contact-info__card::before, .gj-quote-benefits__item::before { content:""; position:absolute; inset: 0; pointer-events:none; background: linear-gradient(120deg, rgba(255,255,255,.45), transparent 32%); }
.service-card:hover, .advantage-item:hover, .audience-item:hover, .faq-item:hover, .gj-contact-info__card:hover, .gj-quote-benefits__item:hover { transform: translateY(-8px) !important; box-shadow: 0 34px 64px rgba(7,25,46,.14) !important; }
.service-icon, .service-detail-icon, .advantage-icon, .audience-icon, .gj-contact-info__icon { width: 48px !important; height: 48px !important; border-radius: 0 !important; background: var(--ink) !important; color: #fff !important; clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%); }
.service-icon svg, .service-detail-icon svg, .advantage-icon svg, .audience-icon svg, .gj-contact-info__icon svg { color: #fff !important; stroke-width: 1.7 !important; }

/* Every section spans the viewport; content sits on a generous shared rail. */
.value-proposition, .services, .why-choose, .target-audience, .faq-section, .cta-section, .our-story-section, .partner-section, .service-section, .service-area-section, .gj-contact-info, .gj-contact-form-section, .gj-map-section, .gj-quote-form, .gj-quote-benefits, .gj-legal-content { padding: clamp(5.5rem, 10vw, 10rem) var(--edge) !important; }
.value-proposition-container, .services-container, .why-choose-container, .target-audience-container, .faq-container, .our-story-container, .partner-container, .service-container, .service-area-container, .gj-contact-info__container, .gj-contact-form__container, .gj-map-section__container, .gj-quote-form__container, .gj-quote-benefits__container, .gj-legal-content__container { width: 100% !important; max-width: var(--content) !important; margin-inline: auto !important; }
.services, .partner-section, .gj-contact-form-section, .gj-quote-form { background: var(--ink) !important; }
.services h2, .partner-section h2, .gj-contact-form-section h2, .gj-quote-form h2, .services p, .partner-section p, .gj-contact-form-section p, .gj-quote-form p { color: #fff !important; }
.services .service-card, .partner-section .advantage-item, .gj-contact-form, .gj-quote-form__form { color: var(--ink) !important; background: #f5f7f8 !important; }
.services .service-card h3, .services .service-card p, .partner-section .advantage-item h3, .partner-section .advantage-item p { color: var(--ink) !important; }

/* Horizontal interactions: designed as rails, not compressed grids. */
.service-showcase__rail { display: flex !important; gap: 1rem !important; overflow-x: auto; padding: .25rem 0 1.5rem; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.service-showcase__rail::-webkit-scrollbar { display:none; }
.service-showcase__rail.is-dragging { cursor: grabbing; user-select: none; }
.showcase-card, .showcase-proof { flex: 0 0 clamp(260px, 29vw, 430px); min-height: clamp(310px, 34vw, 520px) !important; scroll-snap-align: start; border-radius: 0 !important; clip-path: polygon(0 0, 94% 0, 100% 7%, 100% 100%, 6% 100%, 0 93%); }
.showcase-proof { background: var(--signal) !important; }
.page-services .service-container { display: grid !important; grid-template-columns: repeat(4, minmax(340px, 1fr)); gap: 1.25rem !important; overflow-x: auto; padding-bottom: 1.25rem !important; scroll-snap-type: x mandatory; }
.page-services .service-header { grid-column: 1 / -1; }
.page-services .service-detail { min-height: 620px; margin: 0 !important; display: flex !important; flex-direction: column; scroll-snap-align: start; clip-path: polygon(0 0, 96% 0, 100% 6%, 100% 100%, 4% 100%, 0 94%); }
.page-services .service-detail-image { order: -1; width: 100%; height: 250px !important; min-height: 250px !important; border-radius: 0 !important; box-shadow: none !important; transform: none !important; }
.page-services .service-detail-content { padding: 1.75rem !important; }

/* Forms are intentionally calm and not buried inside decorative boxes. */
input, select, textarea { min-height: 50px; border: 1px solid var(--line) !important; border-radius: .55rem !important; background: rgba(255,255,255,.9) !important; font: inherit !important; }
textarea { min-height: 140px; }
input:focus, select:focus, textarea:focus { border-color: var(--signal) !important; box-shadow: 0 0 0 3px rgba(201,59,50,.13) !important; outline: 0; }

/* Scroll states provided by experience.js. */
[data-experience] { opacity: 0; transform: translateY(34px) scale(.985); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-experience].is-visible { opacity: 1; transform: none; }
.experience-tilt { transform-style: preserve-3d; transition: transform .35s var(--ease), box-shadow .35s var(--ease) !important; }

/* Keep the WebGL/canvas network stage from contributing its intrinsic bitmap size to layout. */
.services-page .sa-map-wrapper { display: none !important; }
.services-page .sa-map-3d { height: clamp(420px, 48vw, 640px) !important; min-height: 0 !important; }
.services-page .sa-map-3d canvas { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; min-height: 0 !important; }
.services-page .sa-map-3d__topline, .services-page .sa-map-3d__caption { color: rgba(7,25,46,.78) !important; text-shadow: 0 1px rgba(255,255,255,.9); }
.services-page .sa-map-3d__caption strong { color: var(--ink) !important; }
.services-page .sa-map-3d__topline { display: flex !important; justify-content: space-between !important; gap: 1rem; }
.services-page .sa-map-3d__caption { gap: 1rem; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } [data-experience] { opacity: 1; transform: none; } }
@media (max-width: 760px) {
  :root { --edge: 1rem; }
  .navbar-container { padding: .75rem 1rem !important; }
  .navbar { border-radius: .85rem !important; }
  .hero, .gj-about-hero, .gj-services-hero, .gj-contact-hero, .gj-quote-hero, .gj-legal-hero { min-height: auto !important; }
  .hero-image, .gj-about-hero__image-wrapper, .gj-services-hero__image-wrapper { clip-path: none; border-radius: 1rem !important; }
  .page-services .service-container { grid-template-columns: repeat(4, minmax(285px, 82vw)); }
}

/* Shared page reset for reliable contrast and visible content across secondary pages. */
.page-about,
.page-services,
.page-contact,
.page-quote,
.page-legal {
  background: #f7f8f6 !important;
  color: #102236 !important;
}

.page-about .gj-about-hero,
.page-services .gj-services-hero,
.page-contact .gj-contact-hero,
.page-quote .gj-quote-hero,
.page-legal .gj-legal-hero {
  min-height: min(860px, 92dvh) !important;
  background: #f7f8f6 !important;
}

.page-about .gj-about-hero__title,
.page-about .gj-about-hero__subtitle,
.page-services .gj-services-hero__title,
.page-services .gj-services-hero__subtitle,
.page-contact .gj-contact-hero__title,
.page-contact .gj-contact-hero__subtitle,
.page-quote .gj-quote-hero__title,
.page-quote .gj-quote-hero__subtitle,
.page-legal .gj-legal-hero__title,
.page-legal .gj-legal-hero__subtitle {
  color: #102236 !important;
}

.page-about .gj-about-hero__title-accent,
.page-services .gj-services-hero__title-accent,
.page-contact .gj-contact-hero__title-accent,
.page-quote .gj-quote-hero__title-accent,
.page-legal .gj-legal-hero__title-accent {
  color: var(--signal) !important;
}

.page-about .gj-about-hero__badge,
.page-services .gj-services-hero__badge,
.page-contact .gj-contact-hero__badge,
.page-quote .gj-quote-hero__badge {
  background: #ffffff !important;
  border: 1px solid rgba(16, 34, 54, .14) !important;
  box-shadow: 0 10px 24px rgba(16, 34, 54, .07) !important;
}

.page-about .gj-about-hero__badge-text,
.page-services .gj-services-hero__badge-text,
.page-contact .gj-contact-hero__badge-text,
.page-quote .gj-quote-hero__badge-text {
  color: #102236 !important;
}

.page-about .gj-about-hero__content,
.page-about .gj-about-hero__badges,
.page-about .gj-about-hero__image-wrapper,
.page-services .gj-services-hero__content,
.page-services .gj-services-hero__badges,
.page-services .gj-services-hero__cta,
.page-services .gj-services-hero__image-wrapper,
.page-contact .gj-contact-hero__content,
.page-contact .gj-contact-hero__illustration,
.page-quote .gj-quote-hero__content,
.page-legal .gj-legal-hero__content {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.page-services .service-section,
.page-about .our-story-section,
.page-about .partner-section,
.page-contact .gj-contact-info,
.page-contact .gj-contact-form-section,
.page-quote .gj-quote-form,
.page-quote .gj-quote-benefits,
.page-legal .gj-legal-content {
  background: #f7f8f6 !important;
  color: #102236 !important;
}

.page-services .service-header h2,
.page-services .service-header p,
.page-services .service-detail h3,
.page-services .service-detail p,
.page-about .our-story-section h2,
.page-about .our-story-section h3,
.page-about .our-story-section p,
.page-legal .gj-legal-content h2,
.page-legal .gj-legal-content h3,
.page-legal .gj-legal-content p {
  color: #102236 !important;
}

.page-services .service-detail,
.page-about .our-story-content,
.page-about .partner-content,
.page-contact .gj-contact-info__card,
.page-quote .gj-quote-benefits__item,
.page-legal .gj-legal-content__section {
  background: #ffffff !important;
  border: 1px solid rgba(16, 34, 54, .12) !important;
  border-radius: 1rem !important;
  clip-path: none !important;
  box-shadow: 0 16px 32px rgba(16, 34, 54, .07) !important;
}

@media (max-width: 900px) {
  .page-services .service-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
  }
}

/* Framed photographic hero */
.page-home .hero {
  min-height: 100dvh !important;
  height: 100dvh;
  padding: 24px !important;
  background: #07192e !important;
  overflow: hidden;
}

.page-home .hero-inner {
  position: relative;
  isolation: isolate;
  display: flex !important;
  align-items: stretch;
  width: 100% !important;
  max-width: none !important;
  min-height: calc(100dvh - 48px);
  margin: 0 !important;
  overflow: hidden;
  border-radius: 2rem;
  background: #17324d url("images/generated/gajeni-bakkie-home-hero.png") center / cover no-repeat;
}

.page-home .hero-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(4, 16, 29, .68);
  mix-blend-mode: multiply;
}

.page-home .hero-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(4, 16, 29, .72) 0%, rgba(4, 16, 29, .36) 58%, rgba(4, 16, 29, .18) 100%);
}

.page-home .hero-content {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none !important;
  padding: clamp(6.5rem, 10vw, 9rem) clamp(2rem, 8vw, 9rem) clamp(3rem, 6vw, 6rem) !important;
  color: #fff;
}

.page-home .hero-main-content {
  width: 100%;
}

.page-home .hero-content h1 {
  max-width: 640px;
  margin: 0 0 1.5rem;
  color: #fff !important;
  font-size: 60px !important;
  line-height: 1.02 !important;
  letter-spacing: -.06em !important;
  font-weight: 700 !important;
}

.page-home .hero-content p {
  max-width: 640px !important;
  margin: 0;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
}

.page-home .hero-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 2rem 0 0;
}

.page-home .hero-buttons .btn {
  min-height: 52px !important;
  border-radius: .7rem !important;
}

.page-home .hero-buttons .btn-primary {
  color: #fff !important;
  background: var(--signal) !important;
}

.page-home .hero-buttons .btn-secondary {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .56) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-home .hero-buttons .btn-secondary svg {
  flex: 0 0 auto;
}

.page-home .hero-stats {
  display: flex;
  gap: 64px;
  width: 100%;
  margin-top: 3.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.page-home .hero-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding-left: 0;
}

.page-home .hero-stat::before {
  display: none;
}

.page-home .hero-stat-value {
  color: #fff !important;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}

.page-home .hero-stat-label {
  margin: 0;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.page-home .hero-image,
.page-home .hero-selling-points {
  display: none !important;
}

@media (max-width: 1199px) {
  .page-home .hero-stats {
    display: none;
  }
}

@media (max-width: 760px) {
  .page-home .hero {
    height: auto;
    min-height: 100dvh !important;
    padding: 16px !important;
  }

  .page-home .hero-inner {
    min-height: calc(100dvh - 32px);
    border-radius: 1.25rem;
  }

  .page-home .hero-content {
    padding: 7rem 1.5rem 2.5rem !important;
  }

  .page-home .hero-content h1 {
    font-size: clamp(2.75rem, 13vw, 4rem) !important;
  }

  .page-home .hero-content p {
    font-size: 18px !important;
  }

  .page-home .hero-buttons {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .page-home .hero-buttons .btn {
    width: 100%;
  }
}

@media (min-width: 520px) and (max-width: 1199px) {
  .page-home .hero-buttons {
    flex-direction: row;
    width: auto;
  }

  .page-home .hero-buttons .btn {
    width: auto;
  }
}

/* Contrast and layout refresh */
.page-home {
  --paper: #f7f8f6;
  --snow: #ffffff;
  --ink: #102236;
  --ink-soft: #36506a;
  --line: rgba(16, 34, 54, .16);
  --signal: #b63a31;
}

.page-home .service-showcase,
.page-home .value-proposition,
.page-home .why-choose,
.page-home .target-audience,
.page-home .faq-section {
  background: var(--paper) !important;
}

.page-home .service-showcase,
.page-home .value-proposition,
.page-home .why-choose,
.page-home .target-audience,
.page-home .faq-section,
.page-home .cta-section,
.page-home .services {
  position: relative;
  isolation: isolate;
}

.page-home .service-showcase__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.page-home .service-showcase__header h2,
.page-home .services-heading h2,
.page-home .why-choose h2,
.page-home .target-audience h2,
.page-home .faq-section h2,
.page-home .cta-section h2,
.page-home .value-proposition-headline {
  color: var(--ink) !important;
  font-size: clamp(2.25rem, 4vw, 4.75rem) !important;
  line-height: .98 !important;
  letter-spacing: -.065em !important;
}

.page-home .eyebrow {
  display: inline-block;
  margin-bottom: .9rem;
  color: var(--signal) !important;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.page-home .service-showcase__rail {
  display: grid !important;
  grid-template-columns: 1.25fr 1fr 1fr 1.15fr;
  gap: 1rem !important;
  overflow: visible;
  padding: 0 0 1rem;
}

.page-home .showcase-card,
.page-home .showcase-proof {
  min-height: 390px !important;
  border-radius: 1.35rem !important;
  clip-path: none !important;
  box-shadow: 0 18px 34px rgba(16, 34, 54, .08) !important;
}

.page-home .showcase-card::after {
  background: linear-gradient(180deg, rgba(8, 24, 43, .06), rgba(8, 24, 43, .82)) !important;
}

.page-home .showcase-card__copy strong {
  font-size: clamp(1.5rem, 2.2vw, 2.35rem) !important;
  line-height: 1 !important;
  letter-spacing: -.055em;
}

.page-home .showcase-proof {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem !important;
  background: var(--signal) !important;
  color: #fff !important;
}

.page-home .showcase-proof small,
.page-home .showcase-proof strong,
.page-home .showcase-proof > span:last-child {
  color: #fff !important;
}

.page-home .value-proposition {
  background: #e9eef0 !important;
}

.page-home .value-proposition-container {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(3rem, 10vw, 11rem);
  align-items: end;
}

.page-home .value-proposition-content {
  max-width: 760px;
}

.page-home .value-proposition-text,
.page-home .value-proposition-content p,
.page-home .service-showcase__header p,
.page-home .why-choose p,
.page-home .target-audience p,
.page-home .faq-section p {
  color: rgba(16, 34, 54, .76) !important;
}

.page-home .value-proposition-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  align-self: start;
}

.page-home .value-proposition-icon {
  width: 100% !important;
  height: 130px !important;
  border: 1px solid rgba(16, 34, 54, .14);
  border-radius: 1rem !important;
  background: rgba(255, 255, 255, .68) !important;
  color: var(--signal) !important;
}

.page-home .services {
  background: var(--ink) !important;
}

.page-home .services h2,
.page-home .services p,
.page-home .services .services-heading h2 {
  color: #f7fafb !important;
}

.page-home .services .service-card,
.page-home .why-choose .advantage-item,
.page-home .target-audience .audience-item,
.page-home .faq-item {
  border: 1px solid rgba(16, 34, 54, .12) !important;
  border-radius: 1.15rem !important;
  clip-path: none !important;
  box-shadow: 0 18px 30px rgba(3, 12, 23, .1) !important;
}

.page-home .services .service-card p,
.page-home .services .service-card h3,
.page-home .why-choose .advantage-item p,
.page-home .why-choose .advantage-item h3,
.page-home .target-audience .audience-item p,
.page-home .target-audience .audience-item h3,
.page-home .faq-item p,
.page-home .faq-item h3 {
  color: var(--ink) !important;
}

.page-home .why-choose,
.page-home .target-audience,
.page-home .faq-section {
  border-top: 1px solid var(--line);
}

.page-home .cta-section {
  background: #dce5e8 !important;
}

.page-home .cta-section h2,
.page-home .cta-section p {
  color: var(--ink) !important;
}

@media (max-width: 900px) {
  .page-home .service-showcase__rail {
    display: flex !important;
    overflow-x: auto;
    padding-bottom: 1.25rem;
  }

  .page-home .showcase-card,
  .page-home .showcase-proof {
    flex: 0 0 min(78vw, 360px);
  }

  .page-home .value-proposition-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 600px) {
  .page-home .service-showcase__header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .page-home .service-showcase__header h2,
  .page-home .services-heading h2,
  .page-home .why-choose h2,
  .page-home .target-audience h2,
  .page-home .faq-section h2,
  .page-home .cta-section h2,
  .page-home .value-proposition-headline {
    font-size: clamp(2.2rem, 12vw, 3.5rem) !important;
  }
}

/* Footer contrast guard: keeps global heading/paragraph overrides from leaking into the dark footer. */
.footer {
  background: #07192e !important;
  color: #f7fafb !important;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer .footer-title {
  color: #ffffff !important;
}

.footer p,
.footer .footer-copyright,
.footer .footer-company-reg,
.footer .footer-service-areas,
.footer .footer-bottom,
.footer .footer-bottom p {
  color: rgba(247, 250, 251, .78) !important;
}

.footer a,
.footer .footer-link,
.footer .footer-legal a,
.footer .footer-contact-item,
.footer .footer-contact-icon,
.footer .footer-contact-text {
  color: rgba(247, 250, 251, .86) !important;
}

.footer a:hover,
.footer .footer-link:hover,
.footer .footer-legal a:hover {
  color: #ffffff !important;
}

.footer .footer-title::after,
.footer .footer-link::before {
  background-color: var(--signal) !important;
}

/* Homepage visibility and contrast fixes from the captured layouts. */
.page-home .services {
  padding-block: clamp(4rem, 7vw, 7rem) !important;
}

.page-home .services-heading {
  margin-bottom: 2rem !important;
}

.page-home .services-grid {
  margin-top: 0 !important;
}

.page-home .service-card,
.page-home .target-audience-content,
.page-home .audience-item,
.page-home .why-choose-content,
.page-home .why-choose-graphic {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.page-home .why-choose-text strong {
  color: var(--ink) !important;
}

.page-home .partnership-visual {
  background: #ffffff !important;
  border: 1px solid rgba(16, 34, 54, .12) !important;
  box-shadow: 0 22px 45px rgba(16, 34, 54, .1) !important;
}

.page-home .location-card {
  background: #eef2f3 !important;
  border: 1px solid rgba(16, 34, 54, .1) !important;
}

.page-home .location-label,
.page-home .location-label.sasolburg,
.page-home .location-label.gauteng {
  color: var(--ink) !important;
}

.page-home .partnership-badge {
  background: rgba(182, 58, 49, .1) !important;
  border-color: rgba(182, 58, 49, .35) !important;
}

.page-home .partnership-badge .badge-text {
  color: var(--ink) !important;
}

/* Service showcase redesign */
.page-home .service-showcase {
  width: min(calc(100% - 48px), 1400px) !important;
  margin-inline: auto !important;
  padding-block: clamp(5rem, 9vw, 8rem) !important;
}

.page-home .service-showcase__header {
  grid-template-columns: minmax(0, 1fr) minmax(240px, .42fr) !important;
  align-items: end;
  margin-bottom: 3rem !important;
}

.page-home .service-showcase__intro {
  max-width: 32ch;
  margin: 0 0 .35rem;
  color: rgba(16, 34, 54, .7) !important;
  font-size: 1rem;
  line-height: 1.6;
}

.page-home .service-showcase__header .text-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  justify-self: end;
  color: var(--ink) !important;
  font-weight: 800;
}

.page-home .service-showcase__header .text-link svg {
  width: 1rem;
  height: 1rem;
}

.page-home .showcase-card {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  min-height: 410px !important;
  padding: 0 !important;
  background: #ffffff !important;
  border: 1px solid rgba(16, 34, 54, .1);
  overflow: hidden;
}

.page-home .showcase-card img {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 60%;
  object-fit: cover;
  z-index: 0;
}

.page-home .showcase-card__shade {
  position: absolute;
  inset: 0 0 40%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(16, 34, 54, .04), rgba(16, 34, 54, .24));
}

.page-home .showcase-card__copy {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  min-height: 40%;
  padding: 1.35rem 1.35rem 1.5rem;
  background: #ffffff;
}

.page-home .showcase-card__copy small {
  display: block;
  margin-bottom: .45rem;
  color: var(--signal) !important;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-home .showcase-card__copy strong {
  color: var(--ink) !important;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem) !important;
  line-height: .98 !important;
}

.page-home .showcase-card__arrow {
  position: absolute;
  right: 1.25rem;
  bottom: 1.35rem;
  z-index: 3;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #ffffff;
}

.page-home .showcase-card__arrow svg {
  width: 1rem;
  height: 1rem;
}

/* FAQ contrast and hierarchy redesign */
.page-home .faq-section {
  background: #eef2f3 !important;
}

.page-home .faq-container {
  max-width: 1180px !important;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr) !important;
  gap: 1rem !important;
  align-items: start;
}

.page-home .faq-heading {
  grid-row: span 2;
  padding: 1rem 2rem 1rem 0;
}

.page-home .faq-heading h2 {
  margin: .4rem 0 1rem !important;
  color: var(--ink) !important;
  font-size: clamp(2.25rem, 4vw, 4rem) !important;
  line-height: .98 !important;
  letter-spacing: -.065em !important;
  text-align: left !important;
}

.page-home .faq-heading p {
  max-width: 25ch;
  color: rgba(16, 34, 54, .72) !important;
}

.page-home .faq-item {
  opacity: 1 !important;
  border: 1px solid rgba(16, 34, 54, .12) !important;
  border-radius: 1rem !important;
  background: #ffffff !important;
  box-shadow: 0 12px 24px rgba(16, 34, 54, .06) !important;
  clip-path: none !important;
}

.page-home .faq-item h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.35rem !important;
  color: var(--ink) !important;
  background: #ffffff !important;
  font-size: 1rem !important;
  line-height: 1.35;
}

.page-home .faq-item h3 svg {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  color: var(--signal);
}

.page-home .faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0 !important;
  border: 0;
  color: var(--ink) !important;
  background: transparent !important;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.page-home .faq-trigger:focus-visible {
  outline: 2px solid var(--signal) !important;
  outline-offset: 5px;
}

.page-home .faq-trigger svg {
  flex: 0 0 auto;
  color: var(--signal);
}

/* CTA hierarchy and contrast correction */
.page-home .cta-section {
  padding-block: clamp(5rem, 9vw, 8rem) !important;
  background: #e6edef !important;
  color: var(--ink) !important;
}

.page-home .cta-container {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr) !important;
  gap: clamp(3rem, 8vw, 8rem) !important;
  max-width: 1280px !important;
}

.page-home .cta-content {
  max-width: 700px;
}

.page-home .cta-heading {
  max-width: 680px;
  margin-bottom: 1.75rem !important;
  color: var(--ink) !important;
  font-size: clamp(2.7rem, 4.8vw, 5.25rem) !important;
  line-height: .96 !important;
  letter-spacing: -.075em !important;
}

.page-home .cta-text {
  max-width: 520px;
  margin-bottom: 1.75rem !important;
  color: rgba(16, 34, 54, .76) !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}

.page-home .cta-buttons {
  gap: .75rem !important;
  margin-top: .5rem !important;
}

.page-home .cta-btn-primary,
.page-home .cta-btn-secondary {
  min-height: 52px;
  border-radius: .75rem !important;
  padding: .85rem 1.35rem !important;
  font-weight: 800 !important;
}

.page-home .cta-btn-primary {
  background: var(--signal) !important;
  color: #ffffff !important;
}

.page-home .cta-btn-secondary {
  border: 1px solid rgba(16, 34, 54, .3) !important;
  background: transparent !important;
  color: var(--ink) !important;
}

.page-home .contact-visual {
  max-width: 440px;
  min-height: 330px;
  padding: 1.5rem;
  border: 1px solid rgba(16, 34, 54, .12) !important;
  border-radius: 1.35rem !important;
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 20px 45px rgba(16, 34, 54, .1) !important;
}

.page-home .contact-card {
  background: rgba(255, 255, 255, .92) !important;
  border: 1px solid rgba(16, 34, 54, .12) !important;
  box-shadow: 0 12px 24px rgba(16, 34, 54, .08) !important;
}

.page-home .contact-card-icon,
.page-home .contact-card-label {
  color: var(--ink) !important;
}

.page-home .contact-center {
  background: var(--signal) !important;
  border-color: rgba(182, 58, 49, .55) !important;
  color: #ffffff !important;
}

.page-home .contact-center-text {
  color: #ffffff !important;
}

@media (max-width: 900px) {
  .page-home .cta-container {
    grid-template-columns: 1fr !important;
  }

  .page-home .cta-graphic {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .page-home .cta-heading {
    font-size: clamp(2.5rem, 13vw, 4rem) !important;
  }

  .page-home .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}

/* About page redesign: one clear reading rail, alternating surfaces, and stronger hierarchy. */
.page-about {
  --about-ink: #102236;
  --about-paper: #f7f8f6;
  --about-muted: #526b80;
  --about-line: rgba(16, 34, 54, .15);
}

.page-about .gj-about-hero {
  min-height: 92dvh !important;
  padding: clamp(8rem, 12vw, 10rem) 0 clamp(4rem, 7vw, 7rem) !important;
  background: var(--about-paper) !important;
}

.page-about .gj-about-hero__container {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr) !important;
  align-items: center;
  width: min(calc(100% - 48px), 1400px) !important;
  margin-inline: auto !important;
  gap: clamp(3rem, 7vw, 8rem) !important;
}

.page-about .gj-about-hero__content {
  max-width: 650px;
}

.page-about .gj-about-hero__title {
  margin-bottom: 1.5rem !important;
  color: var(--about-ink) !important;
  font-size: clamp(3.25rem, 6vw, 6.6rem) !important;
  line-height: .9 !important;
  letter-spacing: -.08em !important;
}

.page-about .gj-about-hero__title-accent {
  display: block;
  margin-top: .45rem;
  color: var(--signal) !important;
}

.page-about .gj-about-hero__subtitle {
  max-width: 48ch !important;
  color: var(--about-muted) !important;
  font-size: 1.1rem !important;
  line-height: 1.65 !important;
}

.page-about .gj-about-hero__badges {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  margin-top: 2rem;
}

.page-about .gj-about-hero__badge {
  min-height: 82px;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-direction: column;
  gap: .55rem !important;
  padding: .85rem !important;
  border-radius: .9rem !important;
  background: #ffffff !important;
  border: 1px solid var(--about-line) !important;
  box-shadow: none !important;
}

.page-about .gj-about-hero__badge-icon {
  color: var(--signal) !important;
}

.page-about .gj-about-hero__badge-text {
  color: var(--about-ink) !important;
  font-size: .75rem !important;
  line-height: 1.25;
}

.page-about .gj-about-hero__image-wrapper {
  min-height: 620px !important;
  border-radius: 1.5rem !important;
  clip-path: none !important;
  background: #dfe7e8;
  box-shadow: 0 24px 60px rgba(16, 34, 54, .14) !important;
}

.page-about .gj-about-hero__image {
  height: 100%;
}

.page-about .gj-about-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-about .our-story-section {
  padding: clamp(5rem, 9vw, 8rem) 0 !important;
  background: #eef2f3 !important;
}

.page-about .our-story-container,
.page-about .partner-container {
  display: grid !important;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr) !important;
  align-items: start;
  gap: clamp(3rem, 8vw, 9rem) !important;
  width: min(calc(100% - 48px), 1280px) !important;
  margin-inline: auto !important;
}

.page-about .our-story-timeline {
  position: sticky;
  top: 7rem;
  padding-top: .5rem;
}

.page-about .our-story-content {
  max-width: 760px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.page-about .our-story-content h2,
.page-about .partner-content h2 {
  margin-bottom: 1.25rem !important;
  color: var(--about-ink) !important;
  font-size: clamp(2.5rem, 4.5vw, 5rem) !important;
  line-height: .98 !important;
  letter-spacing: -.075em !important;
}

.page-about .our-story-content > p,
.page-about .partner-intro {
  max-width: 62ch;
  color: var(--about-muted) !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
}

.page-about .our-story-vision {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.page-about .vision-highlight {
  padding: 1.35rem !important;
  border: 1px solid var(--about-line) !important;
  border-radius: 1rem !important;
  background: #ffffff !important;
}

.page-about .vision-highlight h3,
.page-about .vision-highlight p {
  color: var(--about-ink) !important;
}

.page-about .vision-highlight p {
  color: var(--about-muted) !important;
}

.page-about .partner-section {
  padding: clamp(5rem, 9vw, 8rem) 0 !important;
  background: var(--ink) !important;
}

.page-about .partner-container {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr) !important;
  align-items: center;
}

.page-about .partner-content h2,
.page-about .partner-content p {
  color: #ffffff !important;
}

.page-about .partner-content {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.page-about .partner-intro {
  color: rgba(255, 255, 255, .72) !important;
}

.page-about .advantage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 2rem;
}

.page-about .advantage-item {
  display: flex;
  gap: .8rem;
  padding: 1rem !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: .85rem !important;
  background: rgba(255, 255, 255, .06) !important;
  box-shadow: none !important;
  clip-path: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}

.page-about .advantage-text h3 {
  color: #ffffff !important;
  font-size: .98rem !important;
}

.page-about .advantage-text p {
  color: rgba(255, 255, 255, .68) !important;
  font-size: .85rem !important;
}

.page-about .advantage-icon {
  flex: 0 0 auto;
  width: 2.5rem !important;
  height: 2.5rem !important;
  background: var(--signal) !important;
}

.page-about .partner-graphic {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.page-about .mind-map {
  width: min(100%, 520px) !important;
  height: 520px !important;
  margin-inline: auto;
}

@media (max-width: 900px) {
  .page-about .gj-about-hero__container,
  .page-about .our-story-container,
  .page-about .partner-container {
    grid-template-columns: 1fr !important;
    width: min(calc(100% - 32px), 680px) !important;
  }

  .page-about .gj-about-hero__image-wrapper {
    min-height: 460px !important;
  }

  .page-about .our-story-timeline {
    position: static;
  }

  .page-about .partner-graphic {
    order: 2;
    min-height: 420px;
  }
}

@media (max-width: 600px) {
  .page-about .gj-about-hero__badges,
  .page-about .our-story-vision,
  .page-about .advantage-list {
    grid-template-columns: 1fr;
  }

  .page-about .gj-about-hero__image-wrapper {
    min-height: 360px !important;
  }
}

/* Rebuilt About partner network card */
.page-about .partner-network-card {
  width: min(100%, 540px);
  min-height: 520px;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1.5rem;
  background: #102b43;
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 24px 55px rgba(0, 0, 0, .22);
  color: #ffffff;
}

.page-about .partner-network-card__header,
.page-about .partner-network-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, .62);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-about .partner-network-card__header span:last-child {
  color: #f4b9b3;
}

.page-about .partner-network-card__map {
  position: relative;
  min-height: 390px;
  margin: .9rem 0 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1.1rem;
  background: radial-gradient(circle at 50% 50%, rgba(182, 58, 49, .18), transparent 22%), rgba(4, 18, 31, .24);
}

.page-about .partner-network-card__map::before,
.page-about .partner-network-card__map::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: rgba(255, 255, 255, .14);
}

.page-about .partner-network-card__map::before {
  top: 50%;
  left: 10%;
  right: 10%;
  height: 1px;
}

.page-about .partner-network-card__map::after {
  top: 14%;
  bottom: 14%;
  left: 50%;
  width: 1px;
}

.page-about .partner-network-card__line {
  position: absolute;
  z-index: 0;
  width: 24%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .04), rgba(238, 88, 78, .72));
}

.page-about .partner-network-card__line--horizontal {
  top: 50%;
  left: 18%;
  transform: rotate(22deg);
}

.page-about .partner-network-card__line--vertical {
  top: 50%;
  right: 18%;
  transform: rotate(-22deg);
}

.page-about .partner-network-card__node,
.page-about .partner-network-card__center {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-about .partner-network-card__node {
  width: 142px;
  min-height: 92px;
  padding: .8rem;
  border: 1px solid rgba(16, 34, 54, .12);
  border-radius: .9rem;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
}

.page-about .partner-network-card__node svg {
  width: 1.35rem;
  height: 1.35rem;
  margin-bottom: .35rem;
  color: var(--signal);
}

.page-about .partner-network-card__node strong {
  font-size: .75rem;
  line-height: 1.15;
}

.page-about .partner-network-card__node small {
  margin-top: .2rem;
  color: var(--about-muted);
  font-size: .68rem;
}

.page-about .partner-network-card__node--business {
  top: 12%;
  left: 7%;
}

.page-about .partner-network-card__node--partner {
  top: 12%;
  right: 7%;
}

.page-about .partner-network-card__node--residential {
  bottom: 12%;
  left: 7%;
}

.page-about .partner-network-card__node--individual {
  right: 7%;
  bottom: 12%;
}

.page-about .partner-network-card__aeci {
  margin-bottom: .35rem;
  padding: .2rem .45rem;
  border-radius: .3rem;
  background: #0c5da8;
  color: #ffffff;
  font-size: .68rem;
  font-weight: 800;
}

.page-about .partner-network-card__center {
  top: 50%;
  left: 50%;
  gap: .45rem;
  transform: translate(-50%, -50%);
}

.page-about .partner-network-card__center strong {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 14px 28px rgba(182, 58, 49, .35);
  color: #ffffff;
  font-size: 2rem;
}

.page-about .partner-network-card__center span {
  color: #ffffff;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.15;
}

.page-about .partner-network-card__footer {
  padding-top: .9rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.page-about .partner-network-card__footer strong {
  color: #ffffff;
  font-size: .72rem;
}

@media (max-width: 600px) {
  .page-about .partner-network-card {
    min-height: 470px;
    padding: 1rem;
  }

  .page-about .partner-network-card__map {
    min-height: 340px;
  }

  .page-about .partner-network-card__node {
    width: 118px;
    min-height: 78px;
  }
}

/* Simplified partner card: brand anchor plus a non-overlapping network grid. */
.page-about .partner-network-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 1.5rem;
}

.page-about .partner-network-card__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin: 1.5rem 0;
}

.page-about .partner-network-card__brand strong {
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 12px 24px rgba(182, 58, 49, .3);
  color: #ffffff;
  font-size: 1.7rem;
}

.page-about .partner-network-card__brand span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
}

.page-about .partner-network-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.page-about .partner-network-card__node {
  position: static;
  width: auto;
  min-height: 118px;
  padding: 1rem;
  border-radius: .9rem;
}

.page-about .partner-network-card__node--business,
.page-about .partner-network-card__node--partner,
.page-about .partner-network-card__node--residential,
.page-about .partner-network-card__node--individual {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.page-about .partner-network-card__footer {
  margin-top: 1.25rem;
}

@media (max-width: 420px) {
  .page-about .partner-network-card {
    padding: 1rem;
  }

  .page-about .partner-network-card__grid {
    grid-template-columns: 1fr;
  }

  .page-about .partner-network-card__node {
    min-height: 82px;
  }
}

/* Services coverage map: stable SVG-first presentation, no WebGL/3D layer. */
.page-services .service-area-section {
  padding: clamp(5rem, 9vw, 8rem) 0 !important;
  background: #eef2f3 !important;
}

.page-services .service-area-container {
  display: grid !important;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr) !important;
  align-items: start;
  gap: clamp(2rem, 6vw, 6rem) !important;
  width: min(calc(100% - 48px), 1320px) !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

.page-services .service-area-content,
.page-services .service-map-container {
  border: 1px solid rgba(16, 34, 54, .12) !important;
  border-radius: 1.25rem !important;
  background: #ffffff !important;
  box-shadow: 0 18px 40px rgba(16, 34, 54, .08) !important;
}

.page-services .service-area-content {
  padding: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.page-services .service-area-content h2 {
  color: #102236 !important;
  font-size: clamp(2.25rem, 3.5vw, 3.7rem) !important;
  line-height: .98 !important;
  letter-spacing: -.06em !important;
}

.page-services .service-area-content p,
.page-services .service-area-column li,
.page-services .service-area-note {
  color: rgba(16, 34, 54, .74) !important;
}

.page-services .service-area-content h3,
.page-services .delivery-region {
  color: #102236 !important;
}

.page-services .service-map-container {
  padding: clamp(1.25rem, 3vw, 2.25rem) !important;
  gap: 1.25rem !important;
}

.page-services .sa-map-3d {
  display: none !important;
}

.page-services .sa-map-wrapper {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1.18 / 1 !important;
  max-height: none !important;
  overflow: hidden;
  border: 1px solid rgba(16, 34, 54, .1);
  border-radius: 1rem;
  background:
    linear-gradient(rgba(16, 34, 54, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 34, 54, .045) 1px, transparent 1px),
    #f7f9f8;
  background-size: 28px 28px;
}

.page-services .sa-map {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}

.page-services .sa-map__province {
  fill: #dfe6e7;
  stroke: #ffffff;
  stroke-width: 3;
}

.page-services .sa-map__province--free-state {
  fill: rgba(182, 58, 49, .85);
}

.page-services .sa-map__province--gauteng {
  fill: #24445c;
}

.page-services .sa-map__city-marker circle {
  fill: #24445c;
  stroke: #ffffff;
  stroke-width: 3;
}

.page-services .sa-map__city-marker--hq circle {
  fill: #b63a31;
  filter: none;
}

.page-services .sa-map__city-marker text {
  fill: #102236;
  font-size: 15px;
  font-weight: 700;
  opacity: 1;
}

.page-services .sa-map__city-marker--hq text {
  fill: #b63a31;
}

.page-services .sa-map__route {
  stroke: #7790a1;
  stroke-width: 2;
  opacity: .9;
}

.page-services .sa-map__route--primary {
  stroke: #b63a31;
  stroke-width: 3;
}

.page-services .sa-map-legend {
  justify-content: flex-start;
  gap: .75rem 1.25rem;
  margin: 0 !important;
  padding: 1rem !important;
  border: 1px solid rgba(16, 34, 54, .08);
  border-radius: .8rem;
  background: #f7f9f8 !important;
}

.page-services .sa-map-legend__label,
.page-services .sa-map-info__description,
.page-services .sa-map-info__feature-text p {
  color: rgba(16, 34, 54, .72) !important;
}

.page-services .sa-map-info {
  margin: 0 !important;
  padding-top: 1.25rem !important;
}

.page-services .sa-map-info__title,
.page-services .sa-map-info__feature-text h4 {
  color: #102236 !important;
}

.page-services .sa-map-info__feature {
  border: 1px solid rgba(16, 34, 54, .1) !important;
  border-radius: .85rem !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

@media (max-width: 900px) {
  .page-services .service-area-container {
    grid-template-columns: 1fr !important;
    width: min(calc(100% - 32px), 680px) !important;
  }
}

.page-home .faq-item p {
  margin: 0 !important;
  padding: 0 1.35rem 1.35rem !important;
  border-top: 1px solid rgba(16, 34, 54, .1) !important;
  color: rgba(16, 34, 54, .76) !important;
  background: #ffffff !important;
  font-size: .94rem !important;
  line-height: 1.6 !important;
}

@media (max-width: 760px) {
  .page-home .service-showcase {
    width: calc(100% - 32px) !important;
    margin-inline: auto !important;
  }

  .page-home .service-showcase__header {
    grid-template-columns: 1fr !important;
  }

  .page-home .service-showcase__header .text-link {
    justify-self: start;
  }

  .page-home .faq-container {
    grid-template-columns: 1fr !important;
  }

  .page-home .faq-heading {
    grid-row: auto;
    padding: 0 0 1rem;
  }
}

@media (min-width: 901px) {
  .page-home .target-audience-grid {
    gap: clamp(2rem, 5vw, 5rem) !important;
  }

  .page-home .target-audience-content {
    padding-left: 0 !important;
  }

  .page-home .target-audience .audience-list {
    margin-top: 1.5rem !important;
  }

  .page-home .target-audience .audience-item {
    margin-bottom: .85rem !important;
    padding: 1rem 1.25rem !important;
  }
}

/* Services: flat, interactive coverage explorer. Replaces the former layered map stage. */
.page-services .service-area-map { min-width: 0; }

.page-services .coverage-explorer {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(11, 31, 63, .14);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(11, 31, 63, .08);
}

.page-services .coverage-explorer__map-panel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  color: #ffffff;
  background: #0b1f3f;
}

.page-services .coverage-explorer__map-panel::before {
  position: absolute;
  inset: 1.25rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: .9rem;
  content: "";
  pointer-events: none;
}

.page-services .coverage-explorer__map-meta {
  position: absolute;
  z-index: 1;
  top: 1.9rem;
  right: 2rem;
  left: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, .68);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-services .coverage-map {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 460px);
  height: auto;
  margin-top: 1.5rem;
}

.page-services .coverage-map__provinces path {
  fill: rgba(255, 255, 255, .16);
  stroke: rgba(255, 255, 255, .75);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
  cursor: pointer;
  transition: fill .2s ease, stroke .2s ease, transform .2s ease;
  transform-box: fill-box;
  transform-origin: center;
}

.page-services .coverage-map__provinces path:hover,
.page-services .coverage-map__provinces path.is-active {
  fill: #d92d27;
  stroke: #ffffff;
  transform: scale(1.035);
}

/* Province colours and labels echo a familiar South African political-map treatment. */
.page-services .coverage-map__provinces path[data-province="western-cape"] { fill: #9d0b94; }
.page-services .coverage-map__provinces path[data-province="northern-cape"] { fill: #ffc20a; }
.page-services .coverage-map__provinces path[data-province="eastern-cape"] { fill: #006d6a; }
.page-services .coverage-map__provinces path[data-province="free-state"] { fill: #e53935; }
.page-services .coverage-map__provinces path[data-province="north-west"] { fill: #365e9e; }
.page-services .coverage-map__provinces path[data-province="gauteng"] { fill: #f5c400; }
.page-services .coverage-map__provinces path[data-province="mpumalanga"] { fill: #7ba71b; }
.page-services .coverage-map__provinces path[data-province="limpopo"] { fill: #078e91; }
.page-services .coverage-map__provinces path[data-province="kwazulu-natal"] { fill: #be9200; }

.page-services .coverage-map__provinces path:hover,
.page-services .coverage-map__provinces path.is-active {
  stroke: #ffffff;
  stroke-width: 5;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, .24));
}

.page-services .coverage-map__labels text {
  fill: #ffffff;
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  pointer-events: none;
  text-anchor: middle;
  paint-order: stroke;
  stroke: rgba(11, 31, 63, .24);
  stroke-width: 2px;
}

.page-services .coverage-map__hub circle:first-child { fill: #ffffff; opacity: .98; }
.page-services .coverage-map__hub circle:last-child { fill: #d92d27; }

.page-services .coverage-explorer__hub-label {
  position: absolute;
  z-index: 2;
  bottom: 2rem;
  left: 2rem;
  display: grid;
  gap: .15rem;
  padding-left: .75rem;
  border-left: 2px solid #d92d27;
}

.page-services .coverage-explorer__hub-label strong { color: #ffffff; font-size: .96rem; }
.page-services .coverage-explorer__hub-label span { color: rgba(255, 255, 255, .68); font-size: .8rem; }

.page-services .coverage-explorer__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.75rem, 3.5vw, 3rem);
  color: #0b1f3f;
}

.page-services .coverage-explorer__eyebrow {
  margin: 0 0 .75rem;
  color: #d92d27;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.page-services .coverage-explorer__details h3 {
  margin: 0;
  color: #0b1f3f;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.page-services .coverage-explorer__details > div:first-child > p:last-child {
  max-width: 30rem;
  margin: .9rem 0 0;
  color: #526174;
  font-size: .98rem;
  line-height: 1.55;
}

.page-services .coverage-explorer__window {
  display: grid;
  gap: .35rem;
  padding: 1rem 0;
  border-block: 1px solid rgba(11, 31, 63, .12);
}

.page-services .coverage-explorer__window span {
  color: #6d7c91;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.page-services .coverage-explorer__window strong { color: #0b1f3f; font-size: 1.05rem; }

.page-services .coverage-explorer__regions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}

.page-services .coverage-explorer__regions button {
  min-height: 42px;
  padding: .55rem .65rem;
  border: 1px solid rgba(11, 31, 63, .16);
  border-radius: .5rem;
  color: #31445d;
  background: #ffffff;
  font: inherit;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.page-services .coverage-explorer__regions button:hover,
.page-services .coverage-explorer__regions button[aria-pressed="true"] {
  border-color: #0b1f3f;
  color: #ffffff;
  background: #0b1f3f;
}

.page-services .coverage-explorer__regions button:focus-visible {
  outline: 3px solid #d92d27;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .page-services .coverage-explorer { grid-template-columns: 1fr; min-height: 0; }
  .page-services .coverage-explorer__map-panel { min-height: 390px; }
}

@media (max-width: 520px) {
  .page-services .coverage-explorer__map-panel { min-height: 330px; padding: 1.25rem; }
  .page-services .coverage-explorer__map-meta { top: 1.5rem; right: 1.5rem; left: 1.5rem; }
  .page-services .coverage-explorer__hub-label { bottom: 1.5rem; left: 1.5rem; }
  .page-services .coverage-explorer__details { padding: 1.5rem; }
}
