/* IPS landing — artifact b8125ae7 design tokens & sections */

/* Artifact uses browser-default rem (16px); theme sets --rem-base: 10px */
html:has(body.fundy-ips-page) {
  font-size: 16px;
}

body.fundy-ips-page {
  --ips-navy: #1B2B3C;
  --ips-navy-d: #162437;
  --ips-navy-3: #101D2C;
  --ips-orange: #E86326;
  --ips-orange-2: #CF561F;
  --ips-teal: #2DC6A3;
  --ips-offwhite: #F5F6F8;
  --ips-light-2: #EAEDF1;
  --ips-muted: #8B9DB0;
  --ips-muted-2: #68788A;
  --ips-mgray: #68788A;
  font-family: 'Montserrat', 'Poppins', system-ui, sans-serif;
}

/* Beat fundy-designer.css global heading scale + shared module inline styles */
body.fundy-ips-page .fundy-landing h1,
body.fundy-ips-page .fundy-landing h2,
body.fundy-ips-page .fundy-landing h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

body.fundy-ips-page .ips-hero-h1,
body.fundy-ips-page .ips-hook-h {
  font-size: clamp(2rem, 3.5vw, 3.6rem) !important;
  text-transform: uppercase !important;
  color: #fff !important;
  line-height: 1.06 !important;
}

body.fundy-ips-page .ips-hook-h {
  font-size: clamp(2rem, 4.5vw, 4rem) !important;
  line-height: 1.08 !important;
}

body.fundy-ips-page .ips-why h2,
body.fundy-ips-page .videos h2,
body.fundy-ips-page .ips-sec-h {
  font-size: clamp(1.5rem, 2.5vw, 2.4rem) !important;
  text-transform: uppercase !important;
  color: var(--ips-navy) !important;
  line-height: 1.12 !important;
  letter-spacing: 0.02em !important;
}

body.fundy-ips-page .videos h2,
body.fundy-ips-page .ips-features-sec .ips-sec-h,
body.fundy-ips-page .ips-features-sec h2,
body.fundy-ips-page .ips-quotes-sec .ips-sec-h.light,
body.fundy-ips-page .ips-sw--dark .ips-sec-h.light {
  color: #fff !important;
}

body.fundy-ips-page .ips-why .benefits-eyebrow,
body.fundy-ips-page .videos .videos-eyebrow,
body.fundy-ips-page .ips-sec-tag {
  font-size: 0.58rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
}

body.fundy-ips-page .ips-why .lead,
body.fundy-ips-page .videos .lead,
body.fundy-ips-page .ips-sec-p {
  font-size: 0.88rem !important;
  line-height: 1.9 !important;
  font-weight: 300 !important;
  color: var(--ips-mgray) !important;
}

body.fundy-ips-page .videos .lead,
body.fundy-ips-page .ips-quotes-sec .ips-sec-p.light,
body.fundy-ips-page .ips-sw--dark .ips-sec-p.light,
body.fundy-ips-page .ips-vid-sec .ips-sec-p.light,
body.fundy-ips-page .ips-sw--dark .ips-feat-d.light {
  color: rgba(255, 255, 255, 0.65) !important;
}

body.fundy-ips-page .ips-sw--dark .ips-feat-t.light {
  color: #fff !important;
}

body.fundy-ips-page .ips-features-sec .ips-sec-p {
  color: rgba(255, 255, 255, 0.65) !important;
}

body.fundy-ips-page .btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ips-orange);
  padding: 0.85rem 2rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.fundy-ips-page .btn-white:hover {
  background: var(--ips-navy);
  color: #fff;
  transform: translateY(-2px);
}

body.fundy-ips-page .btn-ghost-o {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease;
}

body.fundy-ips-page .btn-ghost-o:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

body.fundy-ips-page .trust-grid .l {
  font-size: 0.54rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

/* Stats bar — artifact teal strip below hero */
body.fundy-ips-page .trust.ips-stats {
  background: var(--ips-teal);
  padding: 0;
  overflow: visible;
}

body.fundy-ips-page .trust.ips-stats::before {
  display: none;
}

body.fundy-ips-page .ips-stats-inner {
  max-width: 1100px;
  margin: 0 auto;
}

body.fundy-ips-page .ips-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: none;
  margin: 0;
  text-align: center;
}

body.fundy-ips-page .ips-stats-grid .stat {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  padding: 1.4rem 1rem;
}

body.fundy-ips-page .ips-stats-grid .stat:last-child {
  border-right: none;
}

body.fundy-ips-page .ips-stat-n {
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.2rem;
  letter-spacing: 0.01em;
  font-family: inherit;
  text-transform: none;
}

body.fundy-ips-page .ips-stat-n .sym {
  color: #fff;
}

body.fundy-ips-page .ips-stat-l {
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 0;
}

@media (max-width: 720px) {
  body.fundy-ips-page .ips-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.fundy-ips-page .ips-stats-grid .stat:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
  }

  body.fundy-ips-page .ips-stats-grid .stat:nth-child(even) {
    border-right: none;
  }
}

body.fundy-ips-page .ips-sec-tag.teal {
  color: var(--ips-teal) !important;
  display: inline-block !important;
  margin-bottom: 0.7rem !important;
}

body.fundy-ips-page .fundy-lp-footer {
  font-size: 0.57rem !important;
}

body.fundy-ips-page .fundy-lp-footer a {
  font-size: 0.58rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

body.fundy-ips-page .lp-nav .badge {
  font-size: 0.65rem !important;
  letter-spacing: 0.12em !important;
}

/* IPS top chrome — promo scrolls away, nav fixed to viewport top */
body.fundy-ips-page.fundy-landing-page {
  --ips-nav-height: 60px;
  scroll-padding-top: var(--ips-nav-height);
}

body.fundy-ips-page.fundy-landing-page .fundy-landing-shell {
  padding-top: 0 !important;
}

body.fundy-ips-page .ips-top-chrome {
  position: relative;
  z-index: 10040;
}

body.fundy-ips-page .ips-top-chrome .ips-promo {
  position: relative;
  z-index: 10041;
}

body.fundy-ips-page .ips-chrome-spacer {
  pointer-events: none;
}

body.fundy-ips-page .lp-nav.ips-nav {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--ips-nav-height);
  padding: 0 5%;
  background: var(--ips-navy-3);
  border-bottom: 2px solid rgba(232, 98, 42, 0.25);
  box-shadow: none;
  z-index: 10050;
}

body.fundy-ips-page .ips-nav-inner {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

body.fundy-ips-page .ips-logo {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  flex-shrink: 0;
}

body.fundy-ips-page .ips-logo-mark {
  width: 28px;
  height: 28px;
  background: var(--ips-teal);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
}

body.fundy-ips-page .ips-logo-text {
  line-height: 1.25;
}

body.fundy-ips-page .ips-nav-links {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.fundy-ips-page .ips-nav-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s;
}

body.fundy-ips-page .ips-nav-links a:hover {
  color: #fff;
}

body.fundy-ips-page .ips-nav-cta {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.42rem 1rem;
  border-radius: 3px;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

body.fundy-ips-page .ips-nav-cta:hover {
  background: #fff;
  color: var(--ips-navy);
  border-color: #fff;
}

@media (max-width: 900px) {
  body.fundy-ips-page .ips-nav-links {
    display: none;
  }
}

body.fundy-ips-page .sticky-cta .btn {
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
}

body.fundy-ips-page .fundy-landing a.btn-orange,
body.fundy-ips-page .btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ips-orange) !important;
  background-color: var(--ips-orange) !important;
  color: #fff !important;
  border: 2px solid var(--ips-orange) !important;
  border-radius: 50px !important;
  padding: 0.85rem 2rem !important;
  font-weight: 800 !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  min-height: 0 !important;
}

body.fundy-ips-page .btn-ghost-w {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  border: 1.5px solid rgba(255,255,255,.5);
  color: #fff;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.fundy-ips-page .ips-dot {
  width: 5px; height: 5px;
  background: var(--ips-teal);
  border-radius: 50%;
  display: inline-block;
  animation: ips-pulse 2s ease-in-out infinite;
}
@keyframes ips-pulse { 0%,100%{opacity:1} 50%{opacity:.3} }

/* Promo */
body.fundy-ips-page .ips-top-chrome .ips-promo,
body.fundy-ips-page .ips-announce {
  width: 100%;
  background: var(--ips-orange);
  padding: 0.55rem 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

body.fundy-ips-page .ips-announce-msg {
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

body.fundy-ips-page .ips-announce-countdown {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

body.fundy-ips-page .ips-cd-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.fundy-ips-page .ips-cd-num {
  background: #fff;
  color: var(--ips-orange);
  font-size: 0.82rem;
  font-weight: 800;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

body.fundy-ips-page .ips-cd-lbl {
  font-size: 0.42rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 2px;
}

body.fundy-ips-page .ips-cd-sep {
  color: #fff;
  font-weight: 800;
}

body.fundy-ips-page .ips-announce-btn {
  background: #fff;
  color: var(--ips-orange);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.38rem 1rem;
  border-radius: 3px;
}

/* Hero story */
body.fundy-ips-page .ips-hero-story {
  background: var(--ips-navy);
  padding: 5.5rem 4.5rem 4rem;
  text-align: center;
}

body.fundy-ips-page .ips-hero-story-inner {
  max-width: 900px;
  margin: 0 auto;
}

body.fundy-ips-page .ips-hero-story-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ips-teal);
  margin-bottom: 2rem;
}

body.fundy-ips-page .ips-hero-story-eyebrow::before,
body.fundy-ips-page .ips-hero-story-eyebrow::after {
  content: '•';
  opacity: 0.5;
}

body.fundy-ips-page .ips-hero-story-h1 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.06;
  margin-bottom: 1.6rem;
  text-transform: none;
}

body.fundy-ips-page .ips-teal {
  color: var(--ips-teal);
}

body.fundy-ips-page .ips-hero-story-sub {
  font-size: 1.08rem;
  color: var(--ips-muted);
  line-height: 1.75;
  font-weight: 500;
  max-width: 580px;
  margin: 0 auto 2.6rem;
}

body.fundy-ips-page .ips-hero-story-sub strong {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
}

body.fundy-ips-page .ips-hero-story-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

body.fundy-ips-page .ips-hero-story-video-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}

body.fundy-ips-page .ips-hero-story-video-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--ips-orange);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
}

body.fundy-ips-page .ips-hero-story-play {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
}

body.fundy-ips-page .ips-hero-story-play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent var(--ips-orange);
}

body.fundy-ips-page .ips-hero-story-video-caption {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

body.fundy-ips-page .ips-hero-story-video {
  max-width: 880px;
  margin: 0 auto;
  border: 2.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
  background: #000;
}

body.fundy-ips-page .ips-hero-story-video .ips-hook-vid-player {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: #000;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}

body.fundy-ips-page .ips-hero-story-video .ips-hook-vid-poster {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

body.fundy-ips-page .ips-hero-story-video .ips-hook-vid-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.fundy-ips-page .ips-drop-pill-row {
  background: var(--ips-navy);
  padding: 0.6rem 6% 2rem;
  text-align: center;
}

body.fundy-ips-page .ips-drop-pill {
  display: inline-block;
  background: var(--ips-orange);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 0.38rem 1.2rem 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
}

.ips-promo {
  background: var(--ips-orange);
  padding: 0.55rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.ips-promo-txt { color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.ips-promo-btn { background: #fff; color: var(--ips-orange); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.38rem 1rem; border-radius: 3px; }

/* Hook */
.ips-hook { background: var(--ips-navy-d); padding: 5rem 6% 4rem; text-align: center; position: relative; }
.ips-hook-inner { max-width: 860px; margin: 0 auto; }
.ips-hook-eyebrow { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ips-teal); margin-bottom: 1.2rem; display: inline-flex; align-items: center; gap: 0.5rem; }
.ips-hook-h { font-size: clamp(2rem, 4.5vw, 4rem); font-weight: 900; color: #fff; line-height: 1.08; margin-bottom: 1.2rem; }
.ips-hook-sub { font-size: 0.95rem; color: rgba(255,255,255,.62); line-height: 1.85; font-weight: 300; max-width: 580px; margin: 0 auto 2.2rem; }
.ips-hook-btns { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3.5rem; }
.ips-hook-vid-wrap { border-radius: 10px; overflow: hidden; box-shadow: 0 28px 65px rgba(0,0,0,.55); background: #000; }
.ips-hook-vid-player {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  aspect-ratio: 16/9;
  font: inherit;
  color: inherit;
  appearance: none;
}
.ips-hook-vid-poster {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.ips-hook-vid-player.is-playing .ips-hook-vid-poster {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.ips-hook-vid-thumb {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1e4e7a 0%, #0c2841 100%);
}
.ips-hook-vid-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ips-hook-vid-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: grid;
  place-items: center;
  z-index: 3;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease;
}
.ips-hook-vid-player:hover .ips-hook-vid-play {
  transform: translate(-50%, -50%) scale(1.05);
}
.ips-hook-vid-play svg {
  width: 28px;
  height: 28px;
  fill: var(--ips-orange);
  margin-left: 4px;
}
.ips-hook-vid-frame {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: none;
  background: #000;
}
.ips-hook-vid-player.is-playing .ips-hook-vid-frame {
  display: block;
}
.ips-hook-vid-frame iframe,
.ips-hook-vid-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
  background: #000;
}
.ips-hook-vid-label { display: flex; align-items: center; gap: 0.7rem; justify-content: center; flex-wrap: wrap; margin-bottom: 0.9rem; }
.ips-hook-vid-tag { background: var(--ips-orange); color: #fff; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 0.8rem; border-radius: 50px; }
.ips-hook-vid-title { font-size: 1.05rem; font-weight: 700; color: #fff; }

/* Hero split */
.ips-hero { background: var(--ips-navy); display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 90vh; }
.ips-hero-copy { padding: 5rem 3rem 5rem 8%; }
.ips-hero-eyebrow { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ips-teal); margin-bottom: 1.5rem; display: inline-flex; align-items: center; gap: 0.5rem; }
.ips-hero-script { font-family: 'Dancing Script', cursive; font-size: clamp(2.6rem, 4vw, 4rem); color: var(--ips-teal); line-height: 1; display: block; margin-bottom: -0.3rem; }
.ips-hero-h1 { font-size: clamp(2rem, 3.5vw, 3.6rem); font-weight: 900; color: #fff; text-transform: uppercase; line-height: 1.06; margin-bottom: 1.2rem; }
.ips-hero-sub { font-size: 0.9rem; color: rgba(255,255,255,.65); line-height: 1.9; font-weight: 300; max-width: 460px; margin-bottom: 2rem; }
.ips-hero-btns { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-bottom: 1.8rem; }
.ips-hero-trust { display: flex; gap: 1.6rem; flex-wrap: wrap; }
.ips-trust-item { font-size: 0.6rem; color: rgba(255,255,255,.4); display: flex; align-items: center; gap: 0.35rem; }
.ips-trust-item::before { content: '✓'; color: var(--ips-teal); font-weight: 700; }
.ips-hero-visual { position: relative; min-height: 90vh; display: flex; align-items: center; justify-content: center; padding: 4rem 5% 4rem 2rem; }
.ips-hero-img { width: 100%; max-width: 600px; border-radius: 10px; box-shadow: 0 28px 70px rgba(0,0,0,.55); border: 1.5px solid rgba(255,255,255,.07); }
.ips-hero-badge, .ips-hero-badge2 { position: absolute; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.5rem 1.1rem; border-radius: 50px; color: #fff; z-index: 3; }
.ips-hero-badge { bottom: 2.5rem; left: 2.5rem; background: var(--ips-orange); }
.ips-hero-badge2 { top: 2rem; right: 4rem; background: var(--ips-teal); }

/* Why / benefits */
body.fundy-ips-page .ips-why {
  background: var(--ips-offwhite);
  padding: 5rem 6%;
  text-align: left;
}
body.fundy-ips-page .ips-why-inner {
  max-width: 1160px;
  margin: 0 auto;
}
body.fundy-ips-page .ips-why-head {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}
body.fundy-ips-page .ips-why .benefits-eyebrow {
  color: var(--ips-orange);
  display: inline-block;
  margin-bottom: 0.7rem;
}
body.fundy-ips-page .ips-why h2 {
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0.8rem;
}
body.fundy-ips-page .ips-why .lead {
  margin: 0 auto !important;
  max-width: 640px;
  text-align: center;
  color: var(--ips-mgray);
}
.ips-why-grid--photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 2.8rem;
}
.ips-why-card.has-photo {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  border-top: 3.5px solid var(--ips-light-2);
  box-shadow: 0 2px 16px rgba(27, 43, 60, 0.07);
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.ips-why-card.has-photo:hover {
  border-top-color: var(--ips-orange);
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(27, 43, 60, 0.11);
}
.ips-why-card.has-photo.is-orange { border-top-color: var(--ips-orange); }
.ips-why-card.has-photo.is-teal { border-top-color: var(--ips-teal); }
.ips-why-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.ips-why-body {
  padding: 1.2rem 1.3rem 1.5rem;
}
.ips-why-card.has-photo h3 {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: var(--ips-navy);
}
.ips-why-card.has-photo p {
  font-size: 0.8rem;
  color: var(--ips-mgray);
  line-height: 1.75;
  font-weight: 300;
}
.ips-why-map {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #1b2b3c;
  overflow: hidden;
}
.ips-why-map-count {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}
.ips-why-map-n {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--ips-teal);
  line-height: 1;
}
.ips-why-map-l {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.2rem;
}
.ips-mini-map,
.ips-world-map {
  width: 100%;
  height: 100%;
  min-height: 240px;
}
.ips-map-sec--live {
  background: var(--ips-navy);
  text-align: center;
}
.ips-map-inner .ips-sec-h.light,
.ips-map-inner .ips-sec-p.light {
  margin-left: auto;
  margin-right: auto;
}
.ips-map-wrap {
  max-width: 1000px;
  margin: 1.6rem auto 0;
}
.ips-map-box {
  background: var(--ips-navy-d);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.ips-pricing-sec {
  background: #f7f7f7;
  padding: 4rem 2rem;
  text-align: center;
}
.ips-pricing-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--ips-navy);
  margin-bottom: 2rem;
  line-height: 1.05;
}
.ips-pricing-v11-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: #fff;
  font-weight: 900;
  color: var(--ips-navy);
  margin-bottom: 1.6rem;
}
.ips-pricing-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.ips-pricing-toggle-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #9aabb8;
}
.ips-pricing-toggle-label.is-active {
  color: var(--ips-navy);
}
.ips-pricing-toggle {
  width: 54px;
  height: 30px;
  background: #ddd;
  border: 0;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.ips-pricing-toggle.is-monthly {
  background: var(--ips-orange);
}
.ips-pricing-toggle-knob {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.25s ease;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.ips-pricing-promo {
  margin-bottom: 2.2rem;
}
.ips-pricing-promo-btn {
  display: inline-block;
  background: var(--ips-orange);
  color: #fff;
  padding: 0.7rem 2.2rem;
  border-radius: 4px;
  font-weight: 900;
  font-size: 1.15rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.ips-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}
.ips-price-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid #e2e6ea;
  box-shadow: 0 2px 20px rgba(27, 43, 60, 0.06);
}
.ips-price-card.is-featured {
  border-color: rgba(232, 99, 38, 0.35);
}
.ips-price-card-header {
  background: linear-gradient(135deg, #e86326, #d4561f);
  color: #fff;
  padding: 0.72rem 1rem;
  text-align: center;
  font-weight: 900;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.ips-price-card-body {
  padding: 2rem 2.2rem 2.4rem;
}
.ips-price-name {
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ips-navy);
  margin-bottom: 0.6rem;
}
.ips-price-amount {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin-bottom: 1.4rem;
  flex-wrap: wrap;
}
.ips-price-old {
  font-weight: 700;
  font-size: 1.05rem;
  color: #aab0b8;
  text-decoration: line-through;
}
.ips-price-now {
  font-weight: 900;
  font-size: 2.8rem;
  color: var(--ips-navy);
  line-height: 1;
}
.ips-price-per {
  font-size: 0.8rem;
  color: #8b9db0;
  font-weight: 600;
}
.ips-price-feats {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ips-price-feats li {
  font-size: 0.88rem;
  color: #2a3a4a;
  padding: 0.6rem 0;
  border-bottom: 1px solid #f0f2f5;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
}
.ips-price-feats li:last-child {
  border-bottom: none;
}
.ips-price-feats li.is-included::before {
  content: '✓';
  color: var(--ips-orange);
  font-weight: 900;
}
.ips-price-feats li.is-off {
  color: #b0bcc8;
  text-decoration: line-through;
}
.ips-price-feats li.is-off::before {
  content: '';
  width: 0.95rem;
}
.ips-price-btn {
  display: block;
  text-align: center;
  margin-top: 1.8rem;
  background: var(--ips-orange);
  color: #fff;
  border-radius: 30px;
  padding: 0.9rem 1rem;
  font-weight: 900;
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.ips-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3rem; }
.ips-why-card { background: #fff; border-radius: 8px; padding: 2rem 1.8rem; box-shadow: 0 2px 14px rgba(43,58,77,.06); border-top: 3px solid var(--ips-teal); }
.ips-why-icon { font-size: 1.6rem; margin-bottom: 1rem; display: block; }
.ips-why-card h3 { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 0.5rem; color: var(--ips-navy); }
.ips-why-card p { font-size: 0.8rem; color: var(--ips-mgray); line-height: 1.8; font-weight: 300; }
.ips-why-cta { text-align: center; margin-top: 2.5rem; }

@media (max-width: 900px) {
  .ips-why-grid,
  .ips-why-grid--photos { grid-template-columns: 1fr; }
  .ips-pricing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .ips-why-grid,
  .ips-why-grid--photos { grid-template-columns: repeat(2, 1fr); }
}

/* Feature split — full-bleed 50/50 (artifact fundy-landing-page.html) */
.ips-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.ips-split--flip {
  direction: rtl;
}

.ips-split--flip > * {
  direction: ltr;
}

.ips-split--light .ips-split-img-box {
  background: #eaedf0;
}

.ips-split--dark .ips-split-img-box {
  background: #dde0e4;
}

.ips-split-img-box--image {
  padding: 0;
  display: block;
  background: transparent !important;
  position: relative;
  min-height: 500px;
}

.ips-split-img-box--image .ips-split-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ips-split--light .ips-split-txt {
  background: var(--ips-offwhite);
}

.ips-split--dark .ips-split-txt {
  background: var(--ips-navy-d);
}

.ips-split-img-box {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ips-split-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ips-split-badge {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  background: var(--ips-orange);
  color: #fff;
  border-radius: 25px;
  padding: 0.32rem 0.85rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 2;
}

.ips-split-txt {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 500px;
  box-sizing: border-box;
}

.ips-split-stag {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}

.ips-split-stag--orange {
  color: var(--ips-orange);
}

.ips-split-stag--teal {
  color: var(--ips-teal);
}

.ips-split-h {
  font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 3.5vw, 3rem);
  text-transform: uppercase;
  line-height: 1.06;
  margin-bottom: 1rem;
}

.ips-split-h.dark {
  color: var(--ips-navy);
}

.ips-split-h.light {
  color: #fff;
}

.ips-split--light .ips-sw-script {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  color: var(--ips-orange);
  display: block;
  line-height: 1.1;
  font-size: 1.12em;
  text-transform: none;
  letter-spacing: 0;
}

.ips-split--dark .ips-sw-script {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  color: var(--ips-teal);
  display: block;
  line-height: 1.1;
  font-size: 1.12em;
  text-transform: none;
  letter-spacing: 0;
}

.ips-split-lead {
  font-size: 0.95rem;
  line-height: 1.75;
  max-width: 34rem;
  margin-bottom: 2rem !important;
}

.ips-split-lead.dark {
  color: var(--ips-muted-2);
  font-weight: 400;
}

.ips-split-lead.light {
  color: var(--ips-muted);
  font-weight: 400;
}

.ips-split-window {
  width: 80%;
  max-width: 420px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.ips-split-window-wrap--wall {
  width: 78%;
  max-width: 400px;
  text-align: center;
}

.ips-split-window--wall {
  background: #f2f0ee;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  padding: 0.7rem;
  width: 100%;
  max-width: none;
}

.ips-split-window--wall .ips-split-window-bar {
  border-radius: 4px 4px 0 0;
  padding: 0.45rem;
}

.ips-split-window--wall .ips-split-window-bar span:nth-child(1),
.ips-split-window--wall .ips-split-window-bar span:nth-child(2),
.ips-split-window--wall .ips-split-window-bar span:nth-child(3) {
  width: 8px;
  height: 8px;
}

.ips-split-window-bar {
  background: #2a2a2a;
  padding: 0.5rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.ips-split-window-bar span:nth-child(1) { width: 9px; height: 9px; border-radius: 50%; background: #ff5f57; }
.ips-split-window-bar span:nth-child(2) { width: 9px; height: 9px; border-radius: 50%; background: #febc2e; }
.ips-split-window-bar span:nth-child(3) { width: 9px; height: 9px; border-radius: 50%; background: #28c840; }

.ips-split-window-title {
  margin-left: 0.5rem;
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.ips-split-window-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  background: #ddd;
  padding: 0.5rem;
}

.ips-split-window-grid--wall {
  background: #fff;
  padding: 0.7rem;
  gap: 4px;
}

.ips-split-window-grid span {
  background: #d0c3af;
  border-radius: 3px;
  aspect-ratio: 4 / 3;
}

.ips-split-window-grid--wall span {
  aspect-ratio: 1;
  border-radius: 2px;
}

.ips-split-window-grid span:nth-child(2) { background: #c4b49d; }
.ips-split-window-grid span:nth-child(5) { background: #cec0ab; }
.ips-split-window-grid span:nth-child(6) { background: #c7baa5; }
.ips-split-window-grid span:nth-child(4) { background: #bead97; }
.ips-split-window-grid span.is-highlight.is-orange { outline: 2.5px solid var(--ips-orange); outline-offset: -2px; }
.ips-split-window-grid span.is-highlight.is-teal { outline: 2px solid var(--ips-teal); outline-offset: -2px; }

.ips-split-window-actions {
  background: #fff;
  padding: 0.7rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

.ips-split-pill {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3rem 0.9rem;
  border-radius: 20px;
}

.ips-split-pill.is-primary { background: var(--ips-orange); color: #fff; font-weight: 900; }
.ips-split-pill.is-secondary { border: 1.5px solid #ddd; color: #888; }

.ips-split-pedestal {
  margin-top: 0.3rem;
  text-align: center;
}

.ips-split-pedestal-top {
  display: block;
  width: 55%;
  height: 7px;
  background: #bfc2c6;
  margin: 0 auto;
  border-radius: 0 0 3px 3px;
}

.ips-split-pedestal-base {
  display: block;
  width: 75%;
  height: 13px;
  background: #adb0b5;
  margin: 0 auto;
  border-radius: 2px;
}

.ips-split-feats {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.ips-split-feat {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(27, 43, 60, 0.07);
}

.ips-split-feats--dark .ips-split-feat {
  border-bottom-color: rgba(255, 255, 255, 0.07);
}

.ips-split-feat:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ips-split-feat-icon {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
}

.ips-split-feat-icon.is-orange {
  background: rgba(232, 99, 38, 0.1);
  color: inherit;
}

.ips-split-feat-icon.is-teal {
  background: rgba(45, 198, 163, 0.12);
  color: inherit;
}

.ips-split-feat-title {
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.22rem;
}

.ips-split-feat-title.dark { color: var(--ips-navy); }
.ips-split-feat-title.light { color: #fff; }

.ips-split-feat-text {
  font-size: 0.83rem;
  line-height: 1.6;
  display: block;
}

.ips-split-feat-text.dark { color: var(--ips-muted-2); }
.ips-split-feat-text.light { color: var(--ips-muted); }

/* Split CTAs — full-width block buttons (artifact fce7c7fc) */
body.fundy-ips-page .ips-split-cta {
  width: 100%;
  margin-top: 0;
  flex-shrink: 0;
}

body.fundy-ips-page .ips-split-cta .btn-orange,
body.fundy-ips-page .ips-split-cta .btn-ghost-w {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  text-align: center !important;
  white-space: normal !important;
  text-decoration: none !important;
  cursor: pointer;
  border-radius: 40px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.88rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  transition: background 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
}

body.fundy-ips-page .ips-split-cta .btn-orange {
  background: var(--ips-orange) !important;
  background-color: var(--ips-orange) !important;
  color: #fff !important;
  border: none !important;
  padding: 0.95rem 2.4rem !important;
  font-weight: 900 !important;
  min-height: 0 !important;
}

body.fundy-ips-page .ips-split-cta .btn-orange:hover {
  background: var(--ips-orange-2) !important;
  background-color: var(--ips-orange-2) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

body.fundy-ips-page .ips-split-cta .btn-ghost-w {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.45) !important;
  padding: 0.93rem 2.3rem !important;
  font-weight: 800 !important;
  min-height: 0 !important;
}

body.fundy-ips-page .ips-split-cta .btn-ghost-w:hover {
  border-color: #fff !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #fff !important;
}

.ips-sec { padding: 5rem 6%; }
.ips-sec-inner { max-width: 1160px; margin: 0 auto; }
.ips-sec-h.dark { font-size: clamp(1.5rem, 2.5vw, 2.4rem); font-weight: 900; text-transform: uppercase; color: var(--ips-navy); margin-bottom: 0.8rem; line-height: 1.08; }
.ips-sec-h.light { font-size: clamp(1.5rem, 2.5vw, 2.4rem); font-weight: 900; text-transform: uppercase; color: #fff; margin-bottom: 0.8rem; line-height: 1.08; }
.ips-sec-p.dark { font-size: 0.88rem; line-height: 1.9; font-weight: 300; color: var(--ips-mgray); margin-bottom: 1.2rem; }
.ips-sec-p.light { font-size: 0.88rem; line-height: 1.9; font-weight: 300; color: rgba(255,255,255,.65); margin-bottom: 1.2rem; }

@media (max-width: 900px) {
  .ips-split {
    grid-template-columns: 1fr;
  }

  .ips-split-img-box {
    min-height: 320px;
  }

  .ips-split-txt {
    padding: 3rem 1.5rem;
  }
}

/* Videos IPS — hero player + selectable thumbnails */
body.fundy-ips-page .videos.ips-vid-sec {
  background: var(--ips-navy-d);
  padding: 5rem 6%;
  text-align: center;
}

.ips-vid-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.ips-vid-head {
  max-width: 640px;
  margin: 0 auto;
}

.ips-vid-head .ips-sec-tag {
  display: inline-block;
  margin-bottom: 0.8rem;
}

.ips-vid-hero-wrap {
  margin-top: 2.5rem;
}

.ips-vid-hero-player {
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.5);
  aspect-ratio: 16 / 9;
  position: relative;
}

.ips-vid-hero-frame {
  position: absolute;
  inset: 0;
  background: #000;
}

.ips-vid-hero-frame iframe,
.ips-vid-hero-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: contain;
  background: #000;
}

.ips-vid-caption {
  margin-top: 0.85rem;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ips-vid-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
  margin-top: 3rem;
  text-align: left;
}

.ips-vid-thumb {
  aspect-ratio: 9 / 12;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  font: inherit;
  color: inherit;
  appearance: none;
  text-align: left;
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease, outline-color 0.25s ease;
  outline: 2px solid transparent;
  outline-offset: -2px;
}

.ips-vid-thumb:hover,
.ips-vid-thumb.is-active {
  transform: translateY(-5px);
  box-shadow: 0 22px 40px -10px rgba(0, 0, 0, 0.45);
  outline-color: var(--ips-teal);
}

.ips-vid-thumb-poster {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ips-vid-thumb-poster::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, transparent 35%, rgba(0, 0, 0, 0.82) 100%);
  z-index: 2;
  pointer-events: none;
}

.ips-vid-thumb-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.ips-vid-thumb.v1 .ips-vid-thumb-poster {
  background: radial-gradient(ellipse at 50% 40%, #87ceeb 0%, #4682b4 40%, #1e4e7a 70%, #0c2841 100%);
}

.ips-vid-thumb.v2 .ips-vid-thumb-poster {
  background: linear-gradient(135deg, #e8b88c 0%, #c08864 35%, #6a4530 100%);
}

.ips-vid-thumb.v3 .ips-vid-thumb-poster {
  background: linear-gradient(135deg, #a8c8b8 0%, #5e8c7c 50%, #2a4a3e 100%);
}

.ips-vid-thumb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: grid;
  place-items: center;
  z-index: 3;
  transition: transform 0.3s ease;
}

.ips-vid-thumb:hover .ips-vid-thumb-play {
  transform: translate(-50%, -50%) scale(1.1);
}

.ips-vid-thumb-play svg {
  width: 22px;
  height: 22px;
  fill: var(--ips-orange);
  margin-left: 2px;
}

.ips-vid-thumb-duration {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  z-index: 3;
}

.ips-vid-thumb-meta {
  position: absolute;
  bottom: 1.4rem;
  left: 1.4rem;
  right: 1.4rem;
  z-index: 5;
  pointer-events: none;
  text-align: left;
}

.ips-vid-thumb-title {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.ips-vid-thumb-desc {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}

.ips-vid-cta {
  margin-top: 2.5rem;
  text-align: center;
}

@media (max-width: 900px) {
  .ips-vid-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .ips-vid-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Quotes — artifact fce7c7fc ambassadors grid (full-width) */
.ips-quotes-sec {
  background: var(--ips-navy-d);
  padding: 5.5rem 4.5rem;
  width: 100%;
  box-sizing: border-box;
}

.ips-quotes-head {
  text-align: center;
  margin-bottom: 0;
}

.ips-quotes-head .ips-sec-tag.teal {
  color: var(--ips-teal);
  display: block;
  margin-bottom: 0.8rem;
}

.ips-quotes-head .ips-sec-h.light {
  font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  margin-bottom: 0.8rem;
}

.ips-quotes-head .ips-sec-p.light {
  max-width: 640px;
  margin: 0 auto;
  color: var(--ips-muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.ips-q-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 2.8rem;
}

.ips-q-card {
  background: #162437;
  border-radius: 10px;
  padding: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease;
}

.ips-q-card:hover {
  border-color: rgba(45, 198, 163, 0.3);
  transform: none;
}

.ips-q-card.hl {
  background: #2dc6a3;
  border-color: #2dc6a3;
}

.ips-q-stars {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.9rem;
  display: block;
  color: var(--ips-orange);
}

.ips-q-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.91rem;
  font-style: italic;
  font-weight: 400;
  color: #8b9db0;
  line-height: 1.65;
  margin: 0 0 1.3rem;
}

.ips-q-text p {
  margin: 0;
  font: inherit;
  color: inherit;
}

.ips-q-card.hl .ips-q-text {
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.ips-q-text strong {
  font-weight: 700;
  font-style: inherit;
}

.ips-q-card.hl .ips-q-text strong {
  font-weight: 700;
}

body.fundy-ips-page .ips-q-card:not(.hl) .ips-q-text,
body.fundy-ips-page .ips-q-card:not(.hl) .ips-q-text p {
  color: #8b9db0 !important;
  font-size: 0.91rem !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
}

body.fundy-ips-page .ips-q-card.hl .ips-q-text,
body.fundy-ips-page .ips-q-card.hl .ips-q-text p {
  color: #fff !important;
  font-size: 0.91rem !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
}

body.fundy-ips-page .ips-q-card.hl .ips-q-stars {
  color: #fff !important;
}

body.fundy-ips-page .ips-q-card.hl .ips-q-handle {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.fundy-ips-page .ips-q-card:not(.hl) .ips-q-handle {
  color: #8b9db0 !important;
}

.ips-q-divider {
  height: 0.5px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
}

.ips-q-card.hl .ips-q-divider {
  background: rgba(255, 255, 255, 0.3);
}

.ips-q-person {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-top: 0;
  border-top: none;
}

.ips-q-photo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--ips-teal);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 0.9rem;
  color: #fff;
  overflow: hidden;
}

.ips-q-card.hl .ips-q-photo {
  background: rgba(255, 255, 255, 0.28);
}

.ips-q-photo.is-orange {
  background: rgba(232, 99, 38, 0.3);
}

.ips-q-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ips-q-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.1rem;
}

.ips-q-handle {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.73rem;
  color: var(--ips-muted);
  font-weight: 400;
  display: block;
}

.ips-q-card.hl .ips-q-handle {
  color: rgba(255, 255, 255, 0.72);
}

.ips-quotes-cta {
  text-align: center;
  margin-top: 2.5rem;
}

.ips-quotes-cta .btn-ghost-w {
  display: inline-block;
  padding: 0.93rem 2.3rem;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.ips-quotes-cta .btn-ghost-w:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

@media (max-width: 900px) {
  .ips-q-grid {
    grid-template-columns: 1fr;
  }

  .ips-quotes-sec {
    padding: 3rem 1.5rem;
  }
}

/* Map */
.ips-map-sec { background: #fff; text-align: center; }
.ips-map-img { width: 100%; max-width: 900px; margin: 2rem auto 0; border-radius: 10px; }

/* Features grid */
.ips-features-sec { background: var(--ips-navy); color: #fff; text-align: center; }
.ips-features-head { margin-bottom: 0.5rem; }
.ips-features-head .ips-sec-p.dark { max-width: 520px; margin: 0 auto; }
.ips-features-sec .ips-sec-h.dark, .ips-features-sec .ips-sec-p.dark { color: #fff; }
.ips-features-sec .ips-sec-p.dark { color: rgba(255,255,255,.65); }
.ips-features-cta { text-align: center; margin-top: 2.5rem; }
.ips-icon-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-top: 2.5rem; text-align: left; }
.ips-icon-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; padding: 1.2rem; }
.ips-icon-em { font-size: 1.4rem; margin-bottom: 0.5rem; }
.ips-icon-t { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 0.3rem; }
.ips-icon-d { font-size: 0.72rem; color: rgba(255,255,255,.55); line-height: 1.7; font-weight: 300; }

/* Final — IPS orange CTA */
.ips-final-sec {
  background: var(--ips-orange);
  padding: 5.5rem 6%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ips-final-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.ips-final-sec > * {
  position: relative;
}
.ips-final-script {
  font-family: 'Dancing Script', cursive;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.88);
  display: block;
  margin-bottom: -0.3rem;
}
.ips-final-h {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0.9rem;
}
.ips-final-p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 500px;
  margin: 0 auto 2.2rem;
  font-weight: 300;
  line-height: 1.88;
}
.ips-final-btns {
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
}
.ips-trust-pills {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}
.ips-tpill {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.ips-tpill::before {
  content: '✓';
  color: #fff;
  font-size: 0.65rem;
}

@media (max-width: 900px) {
  .ips-hero, .ips-sw-split { grid-template-columns: 1fr; }
  .ips-hero-visual { min-height: auto; padding: 2rem; }
  .ips-hero-copy { padding: 3rem 6%; }
}

/* IPS mobile — clear fixed site header + promo bar, frame hero video */
@media (max-width: 720px) {
  body.fundy-ips-page {
    --ips-mobile-header: 70px;
    --ips-mobile-promo: 80px;
  }

  body.fundy-ips-page header.page-header {
    padding: 12px 0 !important;
  }

  body.fundy-ips-page .mysticky-welcomebar-fixed.mysticky-welcomebar-position-top,
  body.fundy-ips-page .mysticky-welcomebar-fixed[data-position="top"] {
    height: auto !important;
    min-height: 0 !important;
    padding: 0.35rem 0.65rem !important;
    transform: translateY(var(--ips-mobile-header)) !important;
  }

  body.fundy-ips-page .mysticky-welcomebar-fixed .mysticky-welcomebar-content,
  body.fundy-ips-page .mysticky-welcomebar-fixed .mysticky-welcomebar-content p,
  body.fundy-ips-page .mysticky-welcomebar-fixed .mysticky-welcomebar-content p a {
    font-size: 0.72rem !important;
    line-height: 1.25 !important;
  }

  body.fundy-ips-page .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a {
    padding: 0.35rem 0.75rem !important;
    font-size: 0.62rem !important;
  }

  body.fundy-ips-page .ips-hero-story {
    padding: calc(var(--ips-mobile-header) + var(--ips-mobile-promo) + 2.5rem) 1.15rem 2.25rem;
  }

  body.fundy-ips-page .ips-hero-story-eyebrow {
    margin-bottom: 1.15rem;
  }

  body.fundy-ips-page .ips-hero-story-h1 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  /* Shift video thumb right so the subject's face stays in frame */
  body.fundy-ips-page .ips-hero-story-video .ips-hook-vid-thumb img {
    object-position: 78% center;
  }
}