/*
 * Get It Moving Ltd
 * Stage 24 - Final Eight Public Pages
 * Presentation-only compatibility layer.
 * Scope: body.gim-stage24-final-eight
 * No checkout, API, auth, payment or backend behaviour.
 */

body.gim-stage24-final-eight {
  --g24-navy: #06162f;
  --g24-navy-2: #0a2244;
  --g24-navy-3: #102d54;
  --g24-ivory: #f7f4ed;
  --g24-paper: #fffdfa;
  --g24-ink: #111d2f;
  --g24-muted: #667085;
  --g24-gold: #c99535;
  --g24-gold-soft: #e4c47a;
  --g24-line: rgba(8, 29, 57, 0.12);
  --g24-line-dark: rgba(255, 255, 255, 0.14);
  --g24-shadow: 0 24px 70px rgba(4, 19, 42, 0.10);
  --g24-shadow-soft: 0 14px 38px rgba(4, 19, 42, 0.07);

  background:
    radial-gradient(
      circle at 8% -4%,
      rgba(201, 149, 53, 0.12),
      transparent 27rem
    ),
    linear-gradient(
      180deg,
      #fbfaf7 0%,
      var(--g24-ivory) 58%,
      #f2eee5 100%
    ) !important;

  color: var(--g24-ink);
  min-height: 100vh;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

body.gim-stage24-final-eight,
body.gim-stage24-final-eight * {
  box-sizing: border-box;
}

body.gim-stage24-final-eight main {
  position: relative;
  isolation: isolate;
}

body.gim-stage24-final-eight main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(
      rgba(6, 22, 47, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(6, 22, 47, 0.025) 1px,
      transparent 1px
    );
  background-size: 46px 46px;
  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      black 9rem,
      black calc(100% - 9rem),
      transparent
    );
}

body.gim-stage24-final-eight .gim-shell,
body.gim-stage24-final-eight .gim-wrap,
body.gim-stage24-final-eight .inner,
body.gim-stage24-final-eight .nav,
body.gim-stage24-final-eight .wrap {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------------------- */
/* Shared header treatment                                   */
/* --------------------------------------------------------- */

body.gim-stage24-final-eight .header,
body.gim-stage24-final-eight .gim-shared-header {
  background:
    linear-gradient(
      180deg,
      rgba(6, 22, 47, 0.985),
      rgba(6, 22, 47, 0.955)
    ) !important;
  color: #fff !important;
  border-bottom: 1px solid var(--g24-line-dark) !important;
  box-shadow: 0 12px 34px rgba(2, 11, 27, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.gim-stage24-final-eight .header a,
body.gim-stage24-final-eight .nav a,
body.gim-stage24-final-eight .gim-shared-header a,
body.gim-stage24-final-eight .gim-shared-nav a {
  color: rgba(255, 255, 255, 0.88) !important;
}

body.gim-stage24-final-eight .header a:hover,
body.gim-stage24-final-eight .nav a:hover,
body.gim-stage24-final-eight .gim-shared-nav a:hover {
  color: #fff !important;
}

body.gim-stage24-final-eight .gim-shared-brand-name,
body.gim-stage24-final-eight .brand {
  color: #fff !important;
  letter-spacing: -0.02em;
}

body.gim-stage24-final-eight .gim-shared-brand-slogan {
  color: rgba(255, 255, 255, 0.66) !important;
}

body.gim-stage24-final-eight .gim-shared-nav-toggle,
body.gim-stage24-final-eight .gim-login-button {
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.07) !important;
}

body.gim-stage24-final-eight .gim-login-menu {
  background: #fff !important;
  color: var(--g24-ink) !important;
  border: 1px solid var(--g24-line) !important;
  border-radius: 18px !important;
  box-shadow: var(--g24-shadow) !important;
}

body.gim-stage24-final-eight .gim-login-menu a {
  color: var(--g24-ink) !important;
}

body.gim-stage24-final-eight .gim-shared-cta {
  color: #07162d !important;
  background:
    linear-gradient(
      135deg,
      #e2bd6c,
      #c99535
    ) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow:
    0 10px 24px rgba(201, 149, 53, 0.22) !important;
}

/* --------------------------------------------------------- */
/* Hero system                                               */
/* --------------------------------------------------------- */

body.gim-stage24-final-eight .hero,
body.gim-stage24-final-eight .gim-page-hero,
body.gim-stage24-final-eight .gim-comms-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff !important;
  background:
    radial-gradient(
      circle at 78% 18%,
      rgba(218, 177, 92, 0.19),
      transparent 18rem
    ),
    radial-gradient(
      circle at 18% 22%,
      rgba(80, 123, 180, 0.15),
      transparent 24rem
    ),
    linear-gradient(
      135deg,
      #041329 0%,
      #071b37 52%,
      #0b274d 100%
    ) !important;
  border-bottom:
    1px solid rgba(255, 255, 255, 0.10);
}

body.gim-stage24-final-eight .hero::before,
body.gim-stage24-final-eight .gim-page-hero::before,
body.gim-stage24-final-eight .gim-comms-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    );
  background-size: 54px 54px;
  mask-image:
    linear-gradient(
      90deg,
      black,
      rgba(0, 0, 0, 0.58),
      transparent 92%
    );
}

body.gim-stage24-final-eight .hero::after,
body.gim-stage24-final-eight .gim-page-hero::after,
body.gim-stage24-final-eight .gim-comms-hero::after {
  content: "";
  position: absolute;
  right: clamp(-6rem, -3vw, -2rem);
  bottom: -10rem;
  width: 30rem;
  height: 30rem;
  z-index: -1;
  border: 1px solid rgba(218, 177, 92, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 3rem rgba(218, 177, 92, 0.035),
    0 0 0 7rem rgba(218, 177, 92, 0.02);
}

body.gim-stage24-final-eight .hero,
body.gim-stage24-final-eight .gim-page-hero {
  padding-top: clamp(58px, 8vw, 108px) !important;
  padding-bottom: clamp(58px, 8vw, 104px) !important;
}

body.gim-stage24-final-eight .gim-comms-hero {
  padding-top: clamp(54px, 7vw, 96px) !important;
  padding-bottom: clamp(54px, 7vw, 96px) !important;
}

body.gim-stage24-final-eight .hero h1,
body.gim-stage24-final-eight .gim-page-title,
body.gim-stage24-final-eight .gim-display {
  max-width: 900px;
  margin-top: 0;
  color: #fff !important;
  font-size: clamp(2.5rem, 5.8vw, 5.7rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
  font-weight: 760 !important;
  text-wrap: balance;
}

body.gim-stage24-final-eight .hero p,
body.gim-stage24-final-eight .gim-page-lede,
body.gim-stage24-final-eight .gim-lede,
body.gim-stage24-final-eight .gim-comms-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: clamp(1.02rem, 1.5vw, 1.22rem) !important;
  line-height: 1.72 !important;
}

body.gim-stage24-final-eight .gim-eyebrow,
body.gim-stage24-final-eight .gim-kicker {
  color: var(--g24-gold-soft) !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

/* --------------------------------------------------------- */
/* Content sections                                          */
/* --------------------------------------------------------- */

body.gim-stage24-final-eight .gim-section {
  padding-top: clamp(58px, 7vw, 96px) !important;
  padding-bottom: clamp(58px, 7vw, 96px) !important;
}

body.gim-stage24-final-eight .gim-section-dark {
  color: #fff !important;
  background:
    linear-gradient(
      145deg,
      #06162f,
      #0a2446
    ) !important;
}

body.gim-stage24-final-eight .gim-title,
body.gim-stage24-final-eight main h2 {
  color: var(--g24-ink);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

body.gim-stage24-final-eight .gim-title {
  font-size: clamp(2rem, 3.8vw, 3.7rem) !important;
}

body.gim-stage24-final-eight main h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
}

body.gim-stage24-final-eight main p,
body.gim-stage24-final-eight main li {
  line-height: 1.72;
}

body.gim-stage24-final-eight .gim-copy,
body.gim-stage24-final-eight .gim-card-copy {
  color: var(--g24-muted) !important;
}

/* --------------------------------------------------------- */
/* Cards                                                     */
/* --------------------------------------------------------- */

body.gim-stage24-final-eight .card,
body.gim-stage24-final-eight .gim-card,
body.gim-stage24-final-eight .gim-comms-card,
body.gim-stage24-final-eight .gim-comms-side-card,
body.gim-stage24-final-eight .gim-comms-console,
body.gim-stage24-final-eight .gim-ai-helper-box {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(255, 253, 248, 0.98)
    ) !important;
  border: 1px solid var(--g24-line) !important;
  border-radius: 24px !important;
  box-shadow: var(--g24-shadow-soft) !important;
}

body.gim-stage24-final-eight .card,
body.gim-stage24-final-eight .gim-card,
body.gim-stage24-final-eight .gim-comms-card,
body.gim-stage24-final-eight .gim-comms-side-card {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

@media (hover: hover) {
  body.gim-stage24-final-eight .card:hover,
  body.gim-stage24-final-eight .gim-card:hover,
  body.gim-stage24-final-eight .gim-comms-card:hover,
  body.gim-stage24-final-eight .gim-comms-side-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 149, 53, 0.35) !important;
    box-shadow: var(--g24-shadow) !important;
  }
}

body.gim-stage24-final-eight .gim-card-title,
body.gim-stage24-final-eight .card h2,
body.gim-stage24-final-eight .card h3 {
  color: var(--g24-ink) !important;
  letter-spacing: -0.025em;
}

/* --------------------------------------------------------- */
/* Buttons and actions                                       */
/* --------------------------------------------------------- */

body.gim-stage24-final-eight .gim-button,
body.gim-stage24-final-eight main button,
body.gim-stage24-final-eight main a.btn,
body.gim-stage24-final-eight main a.button {
  min-height: 48px;
  border-radius: 999px !important;
  font-weight: 760 !important;
  letter-spacing: -0.01em;
}

body.gim-stage24-final-eight .gim-button-primary,
body.gim-stage24-final-eight main button[type="submit"] {
  color: #07162d !important;
  background:
    linear-gradient(
      135deg,
      #e3bf70,
      #c99535
    ) !important;
  border-color: transparent !important;
  box-shadow:
    0 10px 26px rgba(201, 149, 53, 0.20) !important;
}

body.gim-stage24-final-eight .gim-button-secondary {
  color: var(--g24-ink) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid var(--g24-line) !important;
}

/* --------------------------------------------------------- */
/* Forms                                                     */
/* --------------------------------------------------------- */

body.gim-stage24-final-eight main input,
body.gim-stage24-final-eight main select,
body.gim-stage24-final-eight main textarea {
  min-height: 50px;
  border: 1px solid rgba(6, 22, 47, 0.15) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--g24-ink) !important;
  box-shadow:
    inset 0 1px 2px rgba(6, 22, 47, 0.025);
}

body.gim-stage24-final-eight main input:focus,
body.gim-stage24-final-eight main select:focus,
body.gim-stage24-final-eight main textarea:focus {
  outline: none !important;
  border-color: rgba(201, 149, 53, 0.72) !important;
  box-shadow:
    0 0 0 4px rgba(201, 149, 53, 0.12) !important;
}

/* --------------------------------------------------------- */
/* Legal document pages                                      */
/* --------------------------------------------------------- */

body.gim-stage24-cancellation-policy main,
body.gim-stage24-privacy main,
body.gim-stage24-refund-policy main,
body.gim-stage24-terms main {
  padding-bottom: clamp(62px, 8vw, 110px);
}

body.gim-stage24-cancellation-policy .hero,
body.gim-stage24-privacy .hero,
body.gim-stage24-refund-policy .hero,
body.gim-stage24-terms .hero {
  margin-bottom: clamp(38px, 5vw, 70px);
}

body.gim-stage24-cancellation-policy main .card,
body.gim-stage24-privacy main .card,
body.gim-stage24-refund-policy main .card,
body.gim-stage24-terms main .card {
  width: min(920px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  padding:
    clamp(26px, 4.5vw, 56px) !important;
}

body.gim-stage24-cancellation-policy main .card h2,
body.gim-stage24-privacy main .card h2,
body.gim-stage24-refund-policy main .card h2,
body.gim-stage24-terms main .card h2 {
  padding-top: 1.15em;
  margin-top: 1.35em;
  border-top: 1px solid var(--g24-line);
}

body.gim-stage24-cancellation-policy main .card h2:first-child,
body.gim-stage24-privacy main .card h2:first-child,
body.gim-stage24-refund-policy main .card h2:first-child,
body.gim-stage24-terms main .card h2:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

/* --------------------------------------------------------- */
/* Choose service                                            */
/* --------------------------------------------------------- */

body.gim-stage24-choose-service .grid {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto !important;
  margin-right: auto !important;
  gap: 20px !important;
  padding-top: clamp(36px, 5vw, 66px);
  padding-bottom: clamp(54px, 7vw, 96px);
}

body.gim-stage24-choose-service .grid .card {
  padding: clamp(24px, 3vw, 34px) !important;
  min-height: 100%;
}

/* --------------------------------------------------------- */
/* Communications                                            */
/* --------------------------------------------------------- */

body.gim-stage24-comms .gim-comms-console {
  overflow: hidden;
  border-color: rgba(201, 149, 53, 0.22) !important;
}

body.gim-stage24-comms .gim-comms-console-head {
  color: #fff !important;
  background:
    linear-gradient(
      135deg,
      #071b37,
      #0d2e58
    ) !important;
}

body.gim-stage24-comms .gim-comms-signal {
  color: var(--g24-gold-soft) !important;
}

/* --------------------------------------------------------- */
/* Partner application                                       */
/* --------------------------------------------------------- */

body.gim-stage24-partner-apply main {
  width: min(1080px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(50px, 7vw, 92px);
  padding-bottom: clamp(64px, 9vw, 118px);
}

body.gim-stage24-partner-apply .gim-ai-helper-box {
  padding: clamp(22px, 3vw, 32px) !important;
}

body.gim-stage24-partner-apply .gim-ai-helper-chip {
  border-radius: 999px !important;
}

/* --------------------------------------------------------- */
/* SaaS add-ons                                              */
/* --------------------------------------------------------- */

body.gim-stage24-saas-addons .gim-grid {
  gap: 20px !important;
}

body.gim-stage24-saas-addons .gim-card {
  padding: clamp(25px, 3vw, 34px) !important;
}

body.gim-stage24-saas-addons .gim-cta {
  border-radius: 28px !important;
  overflow: hidden;
  box-shadow: var(--g24-shadow-soft);
}

/* --------------------------------------------------------- */
/* Footer                                                    */
/* --------------------------------------------------------- */

body.gim-stage24-final-eight .footer,
body.gim-stage24-final-eight footer {
  color: rgba(255, 255, 255, 0.76) !important;
  background:
    linear-gradient(
      155deg,
      #031126,
      #071d39
    ) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
}

body.gim-stage24-final-eight .footer a,
body.gim-stage24-final-eight footer a {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.gim-stage24-final-eight .footer a:hover,
body.gim-stage24-final-eight footer a:hover {
  color: #fff !important;
}

/* --------------------------------------------------------- */
/* Mobile                                                    */
/* --------------------------------------------------------- */

@media (max-width: 760px) {
  body.gim-stage24-final-eight .gim-shell,
  body.gim-stage24-final-eight .gim-wrap,
  body.gim-stage24-final-eight .inner,
  body.gim-stage24-final-eight .nav,
  body.gim-stage24-final-eight .wrap {
    width: min(100% - 28px, 1180px);
  }

  body.gim-stage24-final-eight .hero,
  body.gim-stage24-final-eight .gim-page-hero,
  body.gim-stage24-final-eight .gim-comms-hero {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }

  body.gim-stage24-final-eight .hero h1,
  body.gim-stage24-final-eight .gim-page-title,
  body.gim-stage24-final-eight .gim-display {
    font-size: clamp(2.15rem, 11vw, 3.55rem) !important;
    line-height: 1 !important;
  }

  body.gim-stage24-final-eight .card,
  body.gim-stage24-final-eight .gim-card,
  body.gim-stage24-final-eight .gim-comms-card,
  body.gim-stage24-final-eight .gim-comms-side-card,
  body.gim-stage24-final-eight .gim-comms-console,
  body.gim-stage24-final-eight .gim-ai-helper-box {
    border-radius: 20px !important;
  }

  body.gim-stage24-cancellation-policy main .card,
  body.gim-stage24-privacy main .card,
  body.gim-stage24-refund-policy main .card,
  body.gim-stage24-terms main .card {
    width: min(100% - 28px, 920px);
    padding: 23px !important;
  }

  body.gim-stage24-partner-apply main {
    width: min(100% - 28px, 1080px);
    padding-top: 42px;
    padding-bottom: 72px;
  }

  body.gim-stage24-final-eight .gim-button,
  body.gim-stage24-final-eight main button,
  body.gim-stage24-final-eight main a.btn,
  body.gim-stage24-final-eight main a.button {
    min-height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gim-stage24-final-eight *,
  body.gim-stage24-final-eight *::before,
  body.gim-stage24-final-eight *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
