@import url('marketing-site-footer.css');

/* MASTER DESIGN SPEC — LeadPages Australia homepage
   Source: mockup_b904 (1440 / 1280 content) — sampled band colours.
   Band 1  Nav + Hero .............. NAVY        #0B1B2A
   Band 2  Growth / system ......... CREAM       #F4EBDE
   Band 3  Made for real business .. WARM CREAM  #EBDDCD
   Band 4  Everything connected .... NAVY        #0B1B2A
   Band 5  Designed for you ........ CREAM       #F4EBDE
   Band 6  Partner / recurring ..... BRICK ORNG  #9E4A23
   Band 7–8 Pricing + Reviews ...... CREAM       #F5EDE2
   Band 9  Final CTA ............... NAVY overlay on photo
   Band 10 Footer .................. NAVY        #0B1B2A
   Orange CTA #C85A2C · Type: Plus Jakarta Sans
*/

:root {
  --navy: #0B1B2A;
  --navy-deep: #06131F;
  --ink: #1E2B34;
  --ink-soft: #2A3B46;
  --cream: #F4EBDE;
  --cream-warm: #EBDDCD;
  --cream-price: #F5EDE2;
  --surface: #FFFFFF;
  --orange: #C85A2C;
  --orange-hover: #B44E24;
  --partner: #9E4A23;
  --green: #5E8C5B;
  --green-check: #5E8C5B;
  --green-deep: #4A7348;
  --gold: #E0A33A;
  --star: #E0A33A;
  --muted: #6B7680;
  --muted-on-dark: #B8C6D1;
  --on-dark: #F4EBDE;
  --border: #E7DDCD;
  --olive: #6E7A4A;
  --shadow: 0 18px 48px rgba(11, 27, 42, 0.16);
  --shadow-soft: 0 10px 26px rgba(40, 35, 25, 0.08);
  --disp: 'Plus Jakarta Sans', system-ui, sans-serif;
  --body: 'Plus Jakarta Sans', system-ui, sans-serif;
  /* Design guide: 1440 content width; backgrounds stay full-bleed */
  --max: 1440px;
  --wide: 1440px;
  --header-h: 118px;
  --r: 12px;
  --r-lg: 18px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body.mkt-home {
  margin: 0;
  font-family: var(--body);
  background: var(--navy);
  color: var(--ink);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.mkt-home img { max-width: 100%; display: block; }
body.mkt-home a { color: inherit; text-decoration: none; }

.wrap { width: min(100% - 48px, var(--max)); margin-inline: auto; }
.wrap-wide { width: min(100% - 48px, var(--wide)); margin-inline: auto; }

.h1, .h2 {
  font-family: var(--disp);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0;
  color: var(--ink);
}
.h1 { font-size: clamp(2.55rem, 5.2vw, 3.875rem); }
.h2 { font-size: clamp(1.9rem, 3.5vw, 2.875rem); }
.h3 {
  font-family: var(--body);
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.lede {
  margin: 16px 0 0;
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 40ch;
  line-height: 1.5;
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 16px 30px;
  border-radius: 10px;
  border: 1.5px solid transparent;
  font: 600 17px/1.2 var(--body);
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s, transform .15s;
}
.btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.btn-orange { background: var(--orange); color: #fff; border-color: var(--orange); }
body.mkt-home a.btn-orange { color: #fff; }
.btn-orange:hover { background: var(--orange-hover); border-color: var(--orange-hover); transform: translateY(-1px); }
.btn-ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
body.mkt-home a.btn-ghost-light { color: #fff; }
.btn-ghost-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.btn-outline {
  background: #fff;
  color: var(--ink);
  border-color: var(--border);
}
body.mkt-home a.btn-outline { color: var(--ink); }
.btn-outline:hover { border-color: var(--ink); background: var(--cream-price); }
.btn-white { background: #fff; color: var(--ink); border-color: #fff; }
body.mkt-home a.btn-white { color: var(--ink); }
.btn-white:hover { background: var(--cream); }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }

/* —— Header: navy —— */
.header {
  position: sticky;
  top: 0;
  z-index: 80;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: min(100% - 48px, var(--wide));
  margin-inline: auto;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  flex: none;
}
/* 3× prior 34px mark — static logo (no perpetual pulse / loading-spin look) */
body.mkt-home .header .leadpages-logo.lp-logo-wrap,
body.mkt-home .brand .leadpages-logo.lp-logo-wrap,
body.mkt-home footer .leadpages-logo.lp-logo-wrap,
body.mkt-home footer .lp-logo-wrap {
  --lp-logo-height: 102px !important;
  --lp-logo-ink: var(--on-dark) !important;
  --lp-logo-accent: var(--orange) !important;
  height: 102px !important;
  display: block;
}
.brand-au {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  margin-top: 4px;
  margin-left: 6px;
}
.nav {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-left: 0;
}
.nav a {
  font-size: 16px;
  font-weight: 500;
  color: #D7E0E7;
}
body.mkt-home .nav a { color: #D7E0E7; }
.nav a:hover { color: #fff; }
.actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}
.login { font-size: 16px; font-weight: 500; color: #D7E0E7; }
body.mkt-home a.login { color: #D7E0E7; }
.login:hover { color: #fff; }
.header .btn-orange { min-height: 46px; padding: 12px 22px; font-size: 15px; }
.menu-btn {
  display: none;
  appearance: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  width: 42px; height: 42px;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
}
.drawer {
  display: none;
  position: fixed;
  inset: var(--header-h) 0 0;
  background: var(--navy);
  padding: 20px;
  z-index: 79;
  overflow: auto;
}
.drawer.is-open { display: block; }
.drawer nav { display: flex; flex-direction: column; gap: 4px; }
body.mkt-home .drawer a {
  display: block;
  padding: 14px 12px;
  border-radius: 10px;
  font-weight: 600;
  color: var(--on-dark);
}
body.mkt-home .drawer .btn-orange { color: #fff; text-align: center; margin-top: 8px; }

@media (max-width: 960px) {
  .nav, .actions .login, .actions .btn { display: none; }
  .menu-btn { display: inline-flex; align-items: center; justify-content: center; }
}

/* —— Sections —— */
.sec { padding: clamp(64px, 8vw, 92px) 0; }
.sec-head { text-align: center; max-width: 760px; margin: 0 auto 54px; }
.sec-head .lede { margin-inline: auto; }

/* —— Hero —— */
.hero {
  position: relative;
  background: var(--navy);
  color: var(--on-dark);
  padding: clamp(36px, 4vw, 52px) 0 clamp(40px, 5vw, 56px);
  overflow: hidden; /* phone stays inside blue band */
  z-index: 2;
}
.hero-euca {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: min(240px, 28vw);
  height: auto;
  opacity: 0.92;
  pointer-events: none;
  z-index: 0;
}
.hero-inner { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}
.hero .h1 { color: #fff; margin-top: 12px; }
.hero .lede { color: var(--muted-on-dark); max-width: 38ch; font-size: 1.2rem; margin-top: 26px; }
.trust {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  font-size: 16px;
  font-weight: 500;
  color: #CDD8E0;
}
.trust .ck {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green-check);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  flex: none;
}

.visual {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.browser {
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: 96px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.42);
  position: relative;
  z-index: 1;
}
.browser .bar {
  height: 42px;
  background: #EEF1F3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-bottom: 1px solid #E2E6E9;
}
.browser .bar i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
}
.dot-r { background: #FF5F57; }
.dot-y { background: #FEBC2E; }
.dot-g { background: #28C840; }
.browser-site {
  position: relative;
  aspect-ratio: 1200 / 743;
  background: #1F3D4F;
  overflow: hidden;
}
.browser-site img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.browser-site .mock-cap,
.mock-cap { display: none; }

/* Dock: metrics tucked under hero browser, tight against the phone */
.hero-dock {
  position: relative;
  margin-top: -28px;
  padding-right: clamp(148px, 18vw, 210px);
  z-index: 4;
}
.phone {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: clamp(150px, 17vw, 200px);
  transform: none;
  background: var(--navy-deep);
  border-radius: 34px;
  border: 8px solid #1a2e3c;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 6;
  pointer-events: none;
}
.phone-screen {
  aspect-ratio: 9 / 19.5;
  border-radius: 26px;
  overflow: hidden;
  margin: 8px;
  background: #0a1620;
}
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

/* Compact metric cards — sized to content (no empty half-card stretch) */
.metrics {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 0;
  margin-left: auto;
  width: fit-content;
  max-width: 100%;
  position: relative;
  z-index: 3;
}
.metric {
  background: linear-gradient(165deg, color-mix(in srgb, var(--navy) 72%, #3A2A35) 0%, var(--navy-deep) 100%);
  border-radius: 12px;
  padding: 12px 14px 11px;
  color: var(--on-dark);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  min-height: 0;
  min-width: 0;
  width: max-content;
  max-width: 100%;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  border: 1.5px solid color-mix(in srgb, var(--orange) 45%, transparent);
}
.metric-calls {
  border-color: color-mix(in srgb, var(--green) 72%, transparent);
  background: linear-gradient(165deg, color-mix(in srgb, var(--green-deep) 58%, var(--navy-deep)) 0%, var(--navy-deep) 100%);
}
.metric-enq {
  border-color: color-mix(in srgb, var(--orange) 72%, transparent);
  background: linear-gradient(165deg, color-mix(in srgb, var(--orange) 38%, var(--navy-deep)) 0%, var(--navy-deep) 100%);
}
.metric-reviews {
  border-color: color-mix(in srgb, var(--gold) 72%, transparent);
  background: linear-gradient(165deg, color-mix(in srgb, var(--gold) 32%, var(--navy-deep)) 0%, var(--navy-deep) 100%);
}
.metric-ads {
  border-color: color-mix(in srgb, var(--muted-on-dark) 55%, var(--orange));
  background: linear-gradient(165deg, color-mix(in srgb, var(--navy) 82%, #1a3f6e) 0%, var(--navy-deep) 100%);
}
.metric .top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 650;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.metric .si {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: transparent !important;
  display: grid;
  place-items: center;
  font-size: 0;
  font-weight: 800;
  color: inherit;
  flex: none;
  box-shadow: none;
  padding: 0;
}
.metric .si svg {
  width: 20px;
  height: 20px;
  display: block;
}
.si-green { color: var(--green-check); }
.si-orange { color: var(--orange); }
.si-gold { color: var(--gold); }
.si-blue { color: color-mix(in srgb, var(--muted-on-dark) 35%, #4285F4); }
.si-gads { color: var(--on-dark); }
.metric .val {
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-top: 8px;
  color: var(--on-dark);
}
.metric .stars {
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--gold);
  line-height: 1;
}
.metric .delta {
  font-size: 12px;
  color: color-mix(in srgb, var(--on-dark) 68%, transparent);
  margin-top: 8px;
  font-weight: 550;
}
.metric .up {
  color: color-mix(in srgb, var(--green-check) 55%, #fff);
  font-weight: 700;
}

/* —— Caps / growth —— */
.caps {
  background: var(--cream);
  position: relative;
  z-index: 1;
  padding-top: clamp(64px, 8vw, 92px);
}
.cap-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}
.cap {
  position: relative;
  background: var(--surface);
  border-radius: var(--r-lg);
  overflow: visible;
  box-shadow: var(--shadow-soft);
  border: 1px solid #EFE7D8;
  padding: 0;
  transition: transform .2s, box-shadow .2s;
}
.cap:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cap-media {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  overflow: hidden;
  background: var(--cream-warm);
  margin: 0;
  width: 100%;
}
.cap-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
/* Outline icon in cream circle — half on image, half on body (2× prior size) */
.cap-ico {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin: -44px 0 8px 18px;
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(40, 35, 25, 0.12);
  border: 1px solid #EFE7D8;
}
.cap-ico svg {
  width: 40px;
  height: 40px;
  display: block;
}
.cap-body { padding: 4px 18px 22px; }
.cap-body .h3 { font-size: 1.05rem; font-weight: 800; }
.cap-body p { margin: 8px 0 0; font-size: 14px; color: var(--muted); line-height: 1.45; }

/* —— Audience: warm cream —— */
.audience {
  background: var(--cream-warm);
  padding: 0;
}
.audience-layout {
  --aud-gap: 24px;
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: var(--aud-gap);
  align-items: stretch;
  min-height: 440px;
  padding-top: 0;
  padding-bottom: var(--aud-gap);
}
.audience-copy {
  position: relative;
  align-self: center;
  padding: 32px 0;
}
.audience .h2 { color: var(--ink); font-size: clamp(1.85rem, 3vw, 2.625rem); }
.audience .lede { color: #5C5346; font-size: 1.125rem; }
.squiggle { display: none; }
.aud-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--aud-gap);
  height: 100%;
  min-height: 440px;
  /* side inset matches bottom padding */
  padding-inline: var(--aud-gap);
}
.aud {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  min-height: 440px;
  aspect-ratio: auto;
  background: #5C4630;
  box-shadow: none;
}
.aud img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.aud::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), transparent 55%);
  pointer-events: none;
}
.aud-lab {
  position: absolute;
  left: 16px; right: 16px; bottom: 18px;
  z-index: 1;
  color: #fff;
}
.aud-lab .tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.94);
  color: #2A3B46;
  border: 0;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.aud-lab h3 { display: none; }
.aud-lab p {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  max-width: 90%;
}

/* —— Connected: navy —— */
.connected {
  background: var(--navy);
  color: var(--on-dark);
  overflow: hidden;
}
.connected-layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: clamp(24px, 3.5vw, 40px);
  align-items: center;
}
.connected-copy { max-width: 26rem; }
.connected .h2 {
  color: #fff;
  font-size: clamp(2.1rem, 3.8vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
}
.connected .lede {
  color: var(--muted-on-dark);
  max-width: 28ch;
  font-size: 1.125rem;
  margin-top: 18px;
}
.connected .squiggle { display: none; }
.connected-stage {
  position: relative;
  min-height: 640px;
  width: 100%;
}
.connected-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.connected-lines path,
.connected-lines line {
  stroke: rgba(255, 255, 255, 0.45);
  stroke-opacity: 1;
}

/* Apple-style laptop — ~25% larger than prior 560px browser */
.connected-browser.macbook {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 700px);
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}
.connected-browser.macbook::after { display: none; }
.macbook-lid {
  background: #1c1c1e;
  border-radius: 14px 14px 0 0;
  padding: 12px 12px 10px;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.55);
}
.macbook-bezel {
  position: relative;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
}
.macbook-cam {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2a2a2c;
  box-shadow: inset 0 0 0 1px #111;
  z-index: 2;
}
.macbook .browser-screen {
  aspect-ratio: 16 / 9;
  background: #fff;
  margin-top: 10px;
  overflow: hidden;
}
.macbook .browser-screen img {
  width: 100%;
  height: 100%;
  /* Full 16:9 site shot — fill screen with no crop/letterbox */
  object-fit: fill;
  object-position: center top;
  display: block;
  background: #fff;
}
.macbook-base {
  position: relative;
  height: 14px;
  margin: 0 -28px;
  background: linear-gradient(180deg, #d8dce3 0%, #b8bec6 55%, #9aa1aa 100%);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.macbook-notch {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 18%;
  height: 5px;
  background: #8e959e;
  border-radius: 0 0 6px 6px;
}
.browser-chrome { display: none; } /* superseded by macbook bezel */

.cnode {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #E4ECF1;
  white-space: nowrap;
  transition: transform .18s ease;
}
body.mkt-home a.cnode { color: #E4ECF1; }
.cnode:hover { transform: translateY(-2px); }
.cnode-ico {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  flex: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.34);
}
.cnode-ico svg { display: block; }
.cnode-label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.n-quotes .cnode-ico { background: #3F7D6A; }
.n-bookings .cnode-ico {
  background: var(--orange);
  position: relative;
  animation: node-pulse 2.4s ease-out infinite;
}
@keyframes node-pulse {
  0% { box-shadow: 0 0 0 0 rgba(200, 90, 44, 0.55); }
  70% { box-shadow: 0 0 0 18px rgba(200, 90, 44, 0); }
  100% { box-shadow: 0 0 0 0 rgba(200, 90, 44, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .n-bookings .cnode-ico { animation: none; }
}
.n-reviews .cnode-ico { background: #C99A2C; }
.n-forms .cnode-ico { background: #3F6A7D; }
.n-galleries .cnode-ico { background: #C95B2C; }
.n-crm .cnode-ico { background: #3F7D6A; }
.n-analytics .cnode-ico { background: #C99A2C; }
.n-ads .cnode-ico { background: #3F6A7D; }
.n-ads .cnode-ico.ico-ads { overflow: hidden; }

/* Positions aligned with SVG line endpoints */
.n-quotes { top: 4%; left: 2%; }
.n-bookings { top: 1%; left: 24%; }
.n-reviews { top: 1%; right: 24%; }
.n-forms { top: 4%; right: 2%; }
.n-galleries { bottom: 4%; left: 2%; }
.n-crm { bottom: 1%; left: 24%; }
.n-analytics { bottom: 1%; right: 24%; }
.n-ads { bottom: 4%; right: 2%; }

.connected-mobile {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}
.connected-mobile .cnode {
  position: static;
  width: 100%;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.035) 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 12px 12px 12px 10px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  min-height: 56px;
}
.connected-mobile .cnode:hover {
  border-color: color-mix(in srgb, var(--orange) 45%, rgba(255, 255, 255, 0.2));
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 100%);
}
.connected-mobile .cnode-ico {
  width: 36px;
  height: 36px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.connected-mobile .cnode-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* —— Examples: screenshot + navy caption band —— */
.examples { background: var(--cream); }
.examples .sec-head { max-width: none; margin-bottom: 40px; }
.examples .h2 {
  white-space: nowrap;
  font-size: clamp(1.55rem, 2.6vw, 2.55rem);
}
.ex-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ex {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 0;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  background: var(--navy, #0B1B2A);
}
.ex-frame {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 900 / 920;
  padding: 0;
  background: #17434C;
}
.ex-chrome { display: none; }
.ex-media {
  position: absolute;
  inset: 0;
  border-radius: 0;
  aspect-ratio: auto;
  background: #17434C;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.ex-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.ex-nav { display: none; }
.ex::after { display: none; }
.ex-body {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 16px 18px 18px;
  color: #fff;
  background: var(--navy, #0B1B2A);
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}
.ex-body .h3 {
  color: #fff;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
}
.ex-body p { display: none; }
.ex-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}
.ex-body .tag {
  position: static;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 1.5px solid #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0;
  line-height: 1.2;
}
.ex-body .btn {
  display: inline-flex;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 6px 11px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 5px;
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
body.mkt-home .ex-body a.btn { color: #fff; }
.ex-body .btn:hover { background: var(--orange-hover); }

/* —— Partner: brick orange —— */
.partner {
  background: var(--partner);
  color: #fff;
  padding: 0;
}
.partner .wrap,
.partner .wrap-wide {
  width: min(100% - 48px, var(--wide));
  max-width: none;
  margin-inline: auto;
}
.partner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 0 36px;
  align-items: stretch;
  min-height: 420px;
}
.partner-grid > .reveal:first-child {
  align-self: center;
  padding: 48px 0 48px 8px;
}
.partner .h2 { color: #fff; }
.partner .lede { color: #F4D9C9; max-width: 34ch; }
.partner-photo {
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  aspect-ratio: auto;
  min-height: 100%;
  height: 100%;
  align-self: stretch;
  /* ~40% of band via grid track */
  width: 100%;
}
.partner-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}
.partner-list {
  list-style: none;
  margin: 0;
  padding: 48px 8px 48px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.partner-list li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.partner-list .ck {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
}

/* —— Pricing —— */
.pricing { background: var(--cream-price); }
.price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 28px;
  align-items: stretch;
}
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.price {
  position: relative;
  background: #fff;
  border: 2px solid rgba(30, 43, 52, 0.12);
  border-radius: 10px;
  padding: 28px 24px 24px;
  box-shadow: 0 10px 28px rgba(40, 35, 25, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.price.is-hot {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
  box-shadow: 0 18px 42px rgba(200, 90, 44, 0.28);
}
.price .banner {
  position: absolute;
  top: 0; left: 50%;
  transform: translate(-50%, -50%);
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 6px;
  white-space: nowrap;
}
.price-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.price .pi {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--cream);
  color: var(--orange);
  display: grid;
  place-items: center;
  flex: none;
  margin: 0;
  line-height: 0;
}
.price.is-hot .pi {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.price .h3 {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.price.is-hot .h3 { color: #fff; }
.price .who {
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
  min-height: 0;
  margin: 0;
  line-height: 1.4;
}
.price.is-hot .who { color: rgba(255, 255, 255, 0.92); }
.price .amt {
  font-family: var(--disp);
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1;
  margin: 18px 0 0;
  letter-spacing: -0.04em;
}
.price .amt span {
  font-family: var(--body);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--muted);
  margin-left: 4px;
}
.price.is-hot .amt span { color: rgba(255, 255, 255, 0.85); }
.price .note {
  margin: 10px 0 22px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.price.is-hot .note { color: rgba(255, 255, 255, 0.88); }
.price ul { display: none; }
.price .btn { width: 100%; font-weight: 700; }
.price.is-hot .btn-white {
  background: #fff;
  color: var(--orange);
  border-color: #fff;
  font-weight: 800;
}
.price.is-hot .btn-white:hover { background: var(--cream); }
.reassure {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 8px;
  justify-content: center;
}
.reassure div {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}
.reassure .ck {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #E5F0E6;
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  flex: none;
}

/* —— Testimonials —— */
.proof { background: var(--cream-price); padding-top: 20px; }
.tgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.tcard {
  display: flex;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(40, 35, 25, 0.09);
  min-height: 236px;
  text-align: left;
  padding: 0;
  border: 0;
}
.tcard .avatar-col {
  width: 154px;
  flex: 0 0 154px;
  align-self: stretch;
  overflow: hidden;
  background: #5C4630;
}
.tcard .avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  margin: 0;
}
.tcard .tcontent {
  flex: 1;
  background: #FBF5EA;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.tcard .who { display: none; }
.tcard .stars {
  color: var(--star);
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  text-align: left;
}
.tcard blockquote {
  margin: 11px 0 0;
  font-size: 15.5px;
  color: #2C3742;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
}
.tcard .tname {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
}
.tcard .t-metric {
  margin-top: auto;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  background: #E7F0E6;
  color: var(--green);
  font-weight: 800;
  font-size: 22px;
  padding: 10px 14px;
  border-radius: 10px;
  width: fit-content;
}
.tcard .t-metric small {
  font-size: 12px;
  color: #5C6B62;
  font-weight: 600;
}
.demo-note {
  display: inline-block;
  margin-left: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--orange);
}

/* —— Final —— */
.final {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 112px 0;
}
.final .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.final .inner { position: relative; z-index: 1; padding: 0 20px; }
.final .h2 {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  line-height: 1.06;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.final .lede {
  color: #fff;
  margin: 16px auto 0;
  font-size: 1.2rem;
  max-width: 36ch;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}
.final .btn-row { margin-top: 32px; }

/* —— Footer (shared marketing-site-footer.css) —— */
body.mkt-home .mkt-site-footer .leadpages-logo.lp-logo-wrap,
body.mkt-home .mkt-site-footer .lp-logo-wrap {
  --lp-logo-height: 72px !important;
  height: 72px !important;
}

/* —— Motion —— */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s, transform .55s; }
.reveal.in { opacity: 1; transform: none; }
.hero .reveal,
.metrics .reveal,
.hero-dock .reveal {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* —— Responsive —— */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 1.1fr; }
  .browser { margin-right: 90px; }
  .hero-dock { padding-right: 148px; }
  .metrics {
    gap: 8px;
  }
  .examples .h2 { white-space: normal; }
  .cap-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .audience-layout { grid-template-columns: 1fr; min-height: 0; }
  .aud-grid {
    min-height: 360px;
    padding-inline: var(--aud-gap);
  }
  .aud { min-height: 360px; }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .partner-grid .partner-photo {
    grid-column: 1 / -1;
    max-height: none;
    min-height: 280px;
  }
  .partner-photo img { min-height: 280px; }
  .price-layout { grid-template-columns: 1fr; }
  .reassure { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 0; }
  .connected-layout { grid-template-columns: 1fr; }
  .connected-copy { max-width: none; }
  .connected-stage { min-height: 520px; max-width: 780px; margin-inline: auto; }
}
@media (max-width: 960px) {
  body.mkt-home {
    --header-h: 72px;
  }
  body.mkt-home .header .leadpages-logo.lp-logo-wrap,
  body.mkt-home .brand .leadpages-logo.lp-logo-wrap {
    --lp-logo-height: 52px !important;
    height: 52px !important;
  }
  body.mkt-home .mkt-site-footer .leadpages-logo.lp-logo-wrap,
  body.mkt-home .mkt-site-footer .lp-logo-wrap {
    --lp-logo-height: 72px !important;
    height: 72px !important;
  }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .visual { max-width: 560px; margin-inline: auto; width: 100%; padding-bottom: 0; }
  .browser { margin-right: 0; max-width: none; }
  .hero-dock {
    padding-right: 0;
    margin-top: 18px;
  }
  .metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-left: 0;
    max-width: none;
    gap: 10px;
  }
  .metric {
    width: auto;
  }
  .phone { display: none; }
  .connected-stage { display: none; }
  .connected-mobile { display: grid; }
  .ex-grid, .price-grid, .tgrid { grid-template-columns: 1fr; }
  .ex { min-height: 0; max-width: 420px; margin-inline: auto; width: 100%; }
  .aud-grid { grid-template-columns: 1fr; min-height: 0; }
  .aud { min-height: 280px; }
  .cap-grid { grid-template-columns: 1fr 1fr; }
  .tcard { min-height: 0; }
  .cap-ico { width: 72px; height: 72px; margin-top: -36px; }
  .cap-ico svg { width: 32px; height: 32px; }
}
@media (max-width: 640px) {
  .wrap, .wrap-wide { width: min(100% - 28px, var(--max)); }
  .cap-grid, .partner-grid, .reassure { grid-template-columns: 1fr; }
  .connected .h2 {
    font-size: clamp(2.35rem, 9vw, 3rem);
  }
  .connected-mobile {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 10px;
  }
  .metric {
    width: auto;
    padding: 14px 12px 12px;
    border-radius: 12px;
  }
  .metric .val {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
    margin-top: 8px;
  }
  .metric .top {
    font-size: 11px;
    gap: 6px;
  }
  .metric .si,
  .metric .si svg {
    width: 18px;
    height: 18px;
  }
  .btn-row { flex-direction: column; }
  .btn-row .btn { width: 100%; }
  .phone { display: none; }
  .visual { padding-bottom: 0; }
  .browser { margin-right: 0; }
  .hero-dock { padding-right: 0; }
  .metrics { max-width: none; }
  .caps { padding-top: clamp(48px, 10vw, 72px); }
  .brand-au { margin-left: 0; }
  .hero-euca { width: 140px; opacity: 0.7; }
  .tcard { flex-direction: column; }
  .tcard .avatar-col { width: 100%; flex: none; height: 160px; }
  .aud-grid { padding-inline: 0; }
}

/* —— Homepage colour styler (Web Culture presets) —— */
.mkt-colour-lab {
  position: relative;
  z-index: 95;
}
.mkt-colour-lab__fab {
  position: fixed;
  z-index: 96;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 12px;
  border-radius: 999px;
  border: 1.5px solid color-mix(in srgb, var(--ink) 18%, transparent);
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 14px 36px color-mix(in srgb, var(--navy) 14%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.mkt-colour-lab__fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--navy) 18%, transparent);
}
.mkt-colour-lab__fab:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}
.mkt-colour-lab.is-open .mkt-colour-lab__fab {
  border-color: var(--ink);
}
.mkt-colour-lab__fab-orb {
  position: relative;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.mkt-colour-lab__fab-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid color-mix(in srgb, var(--ink) 22%, transparent);
  box-shadow: 0 2px 6px color-mix(in srgb, var(--navy) 16%, transparent);
  transition: background 280ms ease, transform 280ms ease;
}
.mkt-colour-lab__fab-dot:nth-child(1) { left: 0; top: 7px; z-index: 3; }
.mkt-colour-lab__fab-dot:nth-child(2) { left: 8px; top: 0; z-index: 2; }
.mkt-colour-lab__fab-dot:nth-child(3) { left: 12px; top: 12px; z-index: 1; }
.mkt-colour-lab.is-open .mkt-colour-lab__fab-dot:nth-child(1) { transform: translate(-1px, -1px) scale(1.05); }
.mkt-colour-lab.is-open .mkt-colour-lab__fab-dot:nth-child(2) { transform: translate(1px, 1px); }
.mkt-colour-lab__fab-label { white-space: nowrap; }

.mkt-colour-lab__scrim {
  position: fixed;
  inset: 0;
  z-index: 97;
  background: color-mix(in srgb, var(--navy) 40%, transparent);
  opacity: 0;
  animation: mktColourScrimIn 220ms ease forwards;
}
.mkt-colour-lab__scrim[hidden] { display: none; }
@keyframes mktColourScrimIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.mkt-colour-lab__panel {
  position: fixed;
  z-index: 98;
  left: 24px;
  bottom: 84px;
  width: min(420px, calc(100vw - 32px));
  max-height: min(72vh, 560px);
  border-radius: 18px;
  border: 1.5px solid color-mix(in srgb, var(--ink) 14%, transparent);
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--surface) 96%, var(--orange) 4%) 0%,
    var(--surface) 42%,
    color-mix(in srgb, var(--cream) 70%, var(--surface) 30%) 100%
  );
  box-shadow: 0 28px 64px color-mix(in srgb, var(--navy) 22%, transparent);
  overflow: hidden;
  transform-origin: bottom left;
  animation: mktColourPanelIn 260ms cubic-bezier(0.22, 1, 0.36, 1) both;
  color: var(--ink);
}
.mkt-colour-lab__panel[hidden] { display: none; }
@keyframes mktColourPanelIn {
  from { opacity: 0; transform: translateY(12px) scale(0.96); }
  to { opacity: 1; transform: none; }
}
.mkt-colour-lab__panel-inner {
  display: flex;
  flex-direction: column;
  max-height: inherit;
  overflow: auto;
  padding: 22px 20px 18px;
}
.mkt-colour-lab__head {
  position: relative;
  padding-right: 36px;
  margin-bottom: 16px;
}
.mkt-colour-lab__eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.mkt-colour-lab__title {
  margin: 0 0 8px;
  font-family: var(--disp);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.mkt-colour-lab__lede {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--muted);
}
.mkt-colour-lab__close {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--cream-warm) 80%, transparent);
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.mkt-colour-lab__close:hover {
  background: var(--cream-warm);
}
.mkt-colour-lab__close:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}
.mkt-colour-lab__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.mkt-colour-lab__swatch {
  display: grid;
  gap: 8px;
  text-align: left;
  padding: 12px;
  border-radius: 12px;
  border: 1.5px solid color-mix(in srgb, var(--ink) 10%, transparent);
  background: color-mix(in srgb, var(--cream) 55%, var(--surface) 45%);
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.mkt-colour-lab__swatch:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--ink) 22%, transparent);
}
.mkt-colour-lab__swatch.is-active {
  border-color: var(--orange);
  box-shadow: 0 0 0 1px var(--orange);
}
.mkt-colour-lab__swatch:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}
.mkt-colour-lab__swatch-chips {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr;
  gap: 4px;
  height: 28px;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.mkt-colour-lab__swatch-chips span { display: block; min-width: 0; }
.mkt-colour-lab__swatch-meta { display: grid; gap: 2px; }
.mkt-colour-lab__swatch-name {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
}
.mkt-colour-lab__swatch-blurb {
  font-size: 11.5px;
  line-height: 1.35;
  color: var(--muted);
}
.mkt-colour-lab__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
}
.mkt-colour-lab__reset {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mkt-colour-lab__reset:hover { color: var(--ink); }
.mkt-colour-lab__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.mkt-colour-lab__cta:hover { background: var(--orange-hover); }

@media (max-width: 640px) {
  .mkt-colour-lab__fab {
    left: 14px;
    bottom: 14px;
    padding: 9px 12px 9px 10px;
  }
  .mkt-colour-lab__fab-label { font-size: 12px; }
  .mkt-colour-lab__panel {
    left: 12px;
    right: 12px;
    bottom: 72px;
    width: auto;
  }
  .mkt-colour-lab__grid { grid-template-columns: 1fr; }
  .mkt-colour-lab__foot { flex-direction: column; align-items: stretch; }
  .mkt-colour-lab__cta { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .mkt-colour-lab__scrim,
  .mkt-colour-lab__panel,
  .mkt-colour-lab__fab-dot,
  .mkt-colour-lab__swatch {
    animation: none !important;
    transition: none !important;
  }
}
