:root {
  --cmi-primary: #1769ff;
  --cmi-primary-hover: #0d4fd6;
  --cmi-primary-pressed: #0a3fab;
  --cmi-primary-light: #eaf2ff;
  --cmi-section-tint: #f5f8ff;
  --cmi-navy: #111a2e;
  --cmi-navy-deep: #0c1427;
  --cmi-navy-soft: #1b2946;
  --cmi-gold: #e8b63e;
  --cmi-gold-dark: #cb951a;
  --cmi-mist: #f8f9fc;
  --cmi-border: #dfe4ef;
  --cmi-text: #111a2e;
  --cmi-muted: #687188;
  --cmi-support: #0c9ab5;
  --cmi-radius: 16px;
  --cmi-shadow: 0 18px 50px rgba(13, 29, 61, .08);
  --header-height: 74px;
}

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { font-family: "Manrope", system-ui, sans-serif; color: var(--cmi-text); background: #fff; overflow-x: hidden; }
h1,h2,h3,h4,h5,h6 { font-family: "Bricolage Grotesque", system-ui, sans-serif; font-weight: 800; letter-spacing: -.03em; color: var(--cmi-navy); }
a { color: var(--cmi-primary); text-underline-offset: 3px; }
a:hover { color: var(--cmi-primary-hover); }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 9999; padding: .75rem 1rem; border-radius: .5rem; background: #fff; color: var(--cmi-navy); box-shadow: var(--cmi-shadow); }
.skip-link:focus { top: 1rem; }

.cmi-container { max-width: 1240px; }
.section { padding: 84px 0; }
.section-mist { background: var(--cmi-mist); }
.section-soft-blue { background: var(--cmi-section-tint); }
.section-title { font-size: clamp(2rem, 3vw, 3.45rem); line-height: 1.04; margin: 0; }
.section-lead { margin-top: 1.35rem; max-width: 730px; color: #4e5870; font-size: 1.08rem; line-height: 1.75; }
.max-title { max-width: 850px; }
.max-copy { max-width: 760px; }
.eyebrow { margin: 0; font-size: .72rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.rule-gold::before { content: ""; display: block; width: 54px; height: 2px; margin-bottom: 1.25rem; background: var(--cmi-gold); }
.text-gold, .text-gold-soft { color: var(--cmi-gold) !important; }
.microcopy { font-size: .87rem; color: var(--cmi-muted); line-height: 1.6; }
.text-link, .text-link-light { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.text-link-light { color: #fff; text-decoration-color: var(--cmi-gold); }
.text-link-light:hover { color: #fff; opacity: .82; }

.btn { border-radius: 999px; padding: .78rem 1.45rem; font-weight: 750; transition: all .18s ease; }
.btn-lg { padding: .95rem 1.7rem; font-size: 1rem; }
.btn-primary { --bs-btn-bg: var(--cmi-primary); --bs-btn-border-color: var(--cmi-primary); --bs-btn-hover-bg: var(--cmi-primary-hover); --bs-btn-hover-border-color: var(--cmi-primary-hover); --bs-btn-active-bg: var(--cmi-primary-pressed); --bs-btn-active-border-color: var(--cmi-primary-pressed); box-shadow: 0 12px 28px rgba(23, 105, 255, .20); }
.btn-outline-primary { --bs-btn-color: var(--cmi-primary); --bs-btn-border-color: var(--cmi-primary); --bs-btn-hover-bg: var(--cmi-primary-light); --bs-btn-hover-color: var(--cmi-primary-hover); --bs-btn-hover-border-color: var(--cmi-primary-hover); }
.btn-gold { background: var(--cmi-gold); border: 1px solid var(--cmi-gold); color: #111827; box-shadow: 0 12px 28px rgba(232, 182, 62, .18); }
.btn-gold:hover { background: var(--cmi-gold-dark); border-color: var(--cmi-gold-dark); color: #111827; }
.btn-support { background: var(--cmi-support); color: #fff; border-color: var(--cmi-support); }
.btn-support:hover { background: #087f98; color: #fff; border-color: #087f98; }

/* Header */
.site-header { background: rgba(17,26,46,.97); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.site-header .navbar { min-height: var(--header-height); padding: .62rem 0; }
.site-header .navbar-brand img { width: 195px; height: auto; object-fit: contain; }
.site-header .nav-link { color: rgba(255,255,255,.90); font-weight: 650; font-size: .91rem; padding: .72rem .72rem !important; }
.site-header .nav-link:hover, .site-header .nav-link:focus { color: #fff; }
.site-header .cmi-call-button { border: 0; background: transparent; display: inline-flex; gap: .42rem; align-items: center; }
.cmi-nav-btn { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding-inline: 1.1rem; }
.site-header .dropdown-menu { border-radius: 12px; border: 1px solid var(--cmi-border); padding: .55rem; box-shadow: var(--cmi-shadow); }
.site-header .dropdown-item { border-radius: 8px; padding: .6rem .85rem; }
.site-header .dropdown-item:hover { background: var(--cmi-primary-light); color: var(--cmi-primary-hover); }

/* Modal */
.cmi-modal-content, .cmi-video-modal, .cmi-lightbox-content { border: 0; border-radius: 18px; box-shadow: 0 28px 90px rgba(4,12,28,.35); overflow: hidden; }
.contact-option { border: 1px solid var(--cmi-border); border-radius: 14px; padding: 1.5rem; background: #fff; }
.icon-chip { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; color: var(--cmi-primary); background: var(--cmi-primary-light); font-size: 1.1rem; }
.icon-chip.support { color: var(--cmi-support); background: #e9f8fb; }
.icon-chip.gold { color: var(--cmi-gold-dark); background: #fff6de; }
.display-phone, .phone-display { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 800; color: var(--cmi-navy); text-decoration: underline; text-decoration-color: var(--cmi-gold); text-decoration-thickness: 2px; text-underline-offset: 5px; }

/* Hero */
.hero-section { position: relative; min-height: 760px; padding-top: var(--header-height); color: #fff; overflow: hidden; background: var(--cmi-navy); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,20,39,.92) 0%, rgba(12,20,39,.79) 32%, rgba(12,20,39,.34) 55%, rgba(12,20,39,.02) 79%); }
.hero-inner { position: relative; min-height: 610px; display: flex; align-items: center; padding-top: 68px; padding-bottom: 86px; }
.hero-copy { max-width: 680px; }
.hero-copy h1 { color: #fff; font-size: clamp(3rem, 5.1vw, 5.2rem); line-height: .99; text-shadow: 0 6px 30px rgba(0,0,0,.28); }
.hero-copy .eyebrow { color: #ffe1a2; margin-bottom: 2rem; }
.hero-lead { max-width: 600px; margin-top: 2rem; font-size: 1.13rem; line-height: 1.75; color: rgba(255,255,255,.92); }
.hero-stats { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(90deg, rgba(17,26,46,.98), rgba(17,26,46,.94)); border-top: 1px solid rgba(255,255,255,.08); }
.stats-grid { list-style: none; margin: 0; padding: 1.25rem 0; display: grid; grid-template-columns: repeat(6,1fr); }
.stats-grid li { padding: .2rem 1.25rem; border-left: 1px solid rgba(255,255,255,.14); }
.stats-grid li:first-child { border-left: 0; }
.stats-grid strong { display: block; color: #fff; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(1.5rem,2.1vw,2rem); line-height: 1; }
.stats-grid span { display: block; margin-top: .45rem; color: rgba(255,255,255,.58); font-size: .68rem; text-transform: uppercase; letter-spacing: .03em; }

/* Media / incentive */
.media-card { position: relative; padding: 0; border: 1px solid rgba(17,26,46,.12); border-radius: 14px; overflow: hidden; background: #000; box-shadow: var(--cmi-shadow); text-align: left; }
.media-card img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.media-play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; background: var(--cmi-gold); color: var(--cmi-navy); font-size: 2rem; box-shadow: 0 14px 40px rgba(0,0,0,.28); }
.media-play.small { width: 52px; height: 52px; font-size: 1.45rem; background: var(--cmi-primary); color: #fff; }
.media-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: .7rem 1rem; color: #fff; font-size: .78rem; font-weight: 700; background: rgba(9,17,33,.82); }
.incentive-image-wrap { border-radius: 12px; overflow: hidden; border: 1px solid rgba(17,26,46,.09); box-shadow: 0 10px 26px rgba(13,29,61,.07); }
.incentive-image-wrap img { display: block; width: 100%; aspect-ratio: 3/4; object-fit: cover; }

/* Outcomes */
.outcome-list { margin-top: 3.25rem; }
.outcome-row { padding: 76px 0; border-bottom: 1px solid rgba(17,26,46,.08); }
.outcome-row:last-child { border-bottom: 0; padding-bottom: 30px; }
.outcome-row h3 { font-size: clamp(2rem, 2.8vw, 2.75rem); }
.outcome-lead { color: #4e5870; font-size: 1.08rem; margin-top: .75rem; }
.outcome-image { position: relative; display: block; width: 100%; padding: 0; border: 1px solid rgba(17,26,46,.1); border-radius: 12px; overflow: hidden; background: #fff; box-shadow: var(--cmi-shadow); }
.outcome-image img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: contain; }
.expand-icon { position: absolute; right: 12px; top: 12px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.9); color: var(--cmi-navy); }
.expand-label { position: absolute; right: 14px; bottom: 12px; font-size: .72rem; color: #4e5870; background: rgba(255,255,255,.88); padding: .2rem .45rem; border-radius: 999px; }
.use-case-card { margin-top: 2.35rem; padding: 1.7rem; border: 1px solid var(--cmi-border); border-left: 3px solid var(--cmi-support); border-radius: 12px; background: #fff; }
.use-case-card p { color: #424e66; line-height: 1.75; }
.use-case-card blockquote { margin: 1rem 0; padding-left: 1rem; border-left: 2px solid var(--cmi-gold); font-weight: 700; font-style: italic; }
.try-this { margin-top: 1.8rem; }
.try-this > p:not(.eyebrow) { color: #596278; line-height: 1.75; }
.shared-strategist { margin: 2rem 0 0; color: #5f687d; }

/* Choose path */
.offer-pill { display: inline-block; margin-top: 1.2rem; padding: .45rem .75rem; border-radius: 999px; background: var(--cmi-primary-light); color: var(--cmi-primary-hover); font-size: .84rem; font-weight: 700; }
.path-card { min-height: 440px; display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--cmi-border); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(13,29,61,.05); }
.path-card-soft { background: var(--cmi-section-tint); }
.path-card-dark { background: var(--cmi-navy); color: #fff; }
.path-card h3 { font-size: 1.7rem; }
.path-card-dark h3 { color: #fff; }
.path-card p { color: #566078; line-height: 1.7; }
.path-card-dark p, .path-card-dark small { color: rgba(255,255,255,.72); }
.path-card small { display: block; margin-top: 1rem; color: var(--cmi-muted); }
.price-mini { margin-bottom: 1.25rem; }
.price-mini div { display: flex; justify-content: space-between; padding: .35rem 0; }
.price-mini dt { font-weight: 500; color: rgba(255,255,255,.65); }
.price-mini dd { font-weight: 800; margin: 0; color: #fff; }

/* Industry */
.industry-section { color: #fff; background: radial-gradient(90% 80% at 10% 0%, #123a72 0%, #111a2e 52%, #0d1629 100%); }
.industry-section h2, .industry-section h3 { color: #fff; }
.industry-tabs { display: flex; flex-wrap: wrap; gap: .65rem; margin: 2.1rem 0; }
.industry-tab { border: 1px solid rgba(255,255,255,.24); border-radius: 999px; padding: .65rem 1.05rem; background: transparent; color: #fff; font-weight: 700; font-size: .86rem; }
.industry-tab:hover { border-color: var(--cmi-primary); background: rgba(23,105,255,.12); }
.industry-tab.active { background: var(--cmi-primary); border-color: var(--cmi-primary); box-shadow: 0 10px 28px rgba(23,105,255,.25); }
.industry-thumb { display: block; width: 100%; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; overflow: hidden; background: #071124; box-shadow: 0 20px 48px rgba(0,0,0,.22); }
.industry-thumb img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: contain; }
.industry-copy h3 { font-size: clamp(2rem, 3vw, 3rem); }
.industry-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); line-height: 1.75; }
.industry-help { margin-top: 3.5rem; padding-top: 2.3rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.industry-help p { max-width: 620px; color: rgba(255,255,255,.65); margin: .75rem 0 0; }

/* Model */
.story-image { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 16px; border: 1px solid var(--cmi-border); box-shadow: var(--cmi-shadow); }
.model-cards article { height: 100%; padding: 1.5rem; border: 1px solid var(--cmi-border); border-radius: 12px; background: #fff; }
.model-cards i { color: var(--cmi-gold-dark); font-size: 1.3rem; }
.model-cards h3 { margin-top: .8rem; font-size: 1.1rem; }
.model-cards p { color: #5d667b; line-height: 1.65; font-size: .92rem; }
.model-flow { list-style: none; margin: 2rem 0 1.5rem; padding: 0; display: flex; flex-wrap: wrap; gap: .6rem 1.3rem; counter-reset: model; }
.model-flow li { counter-increment: model; color: #667087; font-weight: 750; font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; }
.model-flow li::before { content: counter(model) ". "; color: var(--cmi-gold-dark); }
.model-flow li:not(:last-child)::after { content: "→"; margin-left: 1.3rem; color: var(--cmi-gold-dark); }

/* Logos */
.logo-group > h3 { font-size: 1.35rem; }
.logo-group > p { color: #687188; }
.travel-logo-group { padding: 2rem; border-radius: 16px; background: var(--cmi-section-tint); }
.logo-grid { list-style: none; margin: 2.1rem 0 0; padding: 0; display: grid; align-items: center; gap: 2.2rem 2.5rem; }
.client-logo-grid { grid-template-columns: repeat(5,1fr); }
.alliance-logo-grid { grid-template-columns: repeat(6,1fr); }
.logo-grid li { height: 58px; display: grid; place-items: center; }
.logo-grid img { max-height: 54px; max-width: 100%; object-fit: contain; filter: grayscale(1) contrast(1.2); opacity: .72; }
.section-divider { margin: 3.5rem 0; border-color: var(--cmi-border); opacity: 1; }

/* Distribution */
.included-pill { display: inline-flex; gap: .5rem; align-items: center; margin-top: 1.5rem; padding: .48rem .8rem; border: 1px solid var(--cmi-border); border-radius: 999px; background: #fff; font-weight: 650; font-size: .85rem; }
.included-pill i { color: var(--cmi-primary); }
.feature-group { margin-top: 3.5rem; }
.group-label { color: var(--cmi-primary); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; }
.feature-grid article { display: flex; gap: 1rem; min-height: 132px; padding: 1.55rem 1rem; border-top: 1px solid var(--cmi-border); }
.feature-grid article > i, .integration-grid article > i, .campaign-features article > i { color: var(--cmi-primary); font-size: 1.15rem; }
.feature-grid h4, .integration-grid h4 { font-size: 1.05rem; }
.feature-grid p, .integration-grid p { margin: .45rem 0 0; color: #657087; line-height: 1.65; font-size: .9rem; }
.integration-grid article { height: 100%; padding: 1.5rem 0; border-top: 1px solid var(--cmi-border); }
.integration-grid small { display: block; margin-top: .75rem; color: #7a8294; line-height: 1.55; }
.super-agent-callout { margin-top: 3rem; padding: 2rem; border: 1px solid #d9e6ff; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(23,105,255,.05); }
.super-agent-callout h3 { font-size: 1.65rem; }
.live-badge { display: inline-block; margin-bottom: .65rem; padding: .28rem .55rem; border-radius: 999px; background: var(--cmi-primary-light); color: var(--cmi-primary-hover); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.super-agent-callout p { color: #5f697f; line-height: 1.65; }
.super-agent-callout ul { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; }
.super-agent-callout li { padding: .32rem .65rem; border-radius: 999px; background: var(--cmi-section-tint); color: #59637a; font-size: .78rem; }

/* Campaign */
.campaign-image { width: 100%; padding: 0; border: 1px solid var(--cmi-border); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: var(--cmi-shadow); position: relative; }
.campaign-image img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: contain; }
.campaign-image .expand-label { background: rgba(17,26,46,.84); color: #fff; }
.campaign-features { margin-top: 3rem; }
.campaign-features article { display: flex; gap: .9rem; padding: 1.4rem 0; border-top: 1px solid var(--cmi-border); }
.campaign-features h3 { font-size: 1rem; }
.campaign-features p { margin: .4rem 0 0; color: #657087; line-height: 1.6; font-size: .87rem; }
.section-cta-row { margin-top: 2.6rem; padding: 1.8rem 0; border-top: 1px solid var(--cmi-border); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }

/* Testimonials */
.testimonials-section { text-align: center; }
.testimonial-shell { position: relative; display: flex; align-items: center; gap: 1.2rem; }
.testimonial-viewport { overflow: hidden; flex: 1; }
.testimonial-track { list-style: none; display: flex; gap: 1.5rem; padding: 0; margin: 0; transition: transform .35s ease; }
.testimonial-card { flex: 0 0 calc((100% - 3rem)/3); text-align: left; border: 1px solid var(--cmi-border); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 8px 25px rgba(13,29,61,.06); }
.testimonial-thumb { position: relative; width: 100%; padding: 0; border: 0; background: #111; }
.testimonial-thumb img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.testimonial-copy { padding: 1.2rem; }
.testimonial-copy h3 { font-size: 1rem; }
.link-button { padding: 0; border: 0; background: transparent; color: var(--cmi-primary); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; text-decoration: underline; text-underline-offset: 5px; }
.carousel-arrow { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; border: 0; display: grid; place-items: center; color: #fff; background: var(--cmi-primary); }
.carousel-arrow:disabled { opacity: .28; }
.carousel-dots { display: flex; justify-content: center; gap: .45rem; margin-top: 1.7rem; }
.carousel-dots button { width: 8px; height: 8px; border: 0; border-radius: 999px; background: #c6cad2; padding: 0; }
.carousel-dots button.active { width: 24px; background: var(--cmi-primary); }

/* Mobile app and strategist */
.mobile-app-pair { width: min(100%, 520px); height: auto; filter: drop-shadow(0 18px 28px rgba(13,29,61,.10)); }
.app-benefits { margin-top: 2rem; }
.app-benefits p { height: 100%; margin: 0; padding-top: 1rem; border-top: 1px solid var(--cmi-border); font-weight: 650; line-height: 1.45; }
.app-benefits i { color: var(--cmi-primary); margin-right: .45rem; }
.store-badges { display: flex; gap: .85rem; align-items: center; margin-top: 2rem; }
.store-badges img { height: 50px; width: auto; }
.strategist-card { position: relative; overflow: hidden; padding: 2.5rem; border: 1px solid rgba(23,105,255,.13); border-radius: 16px; background: #fff; box-shadow: var(--cmi-shadow); }
.strategist-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--cmi-gold); }
.strategist-card h2 { font-size: clamp(2rem,3vw,3rem); }
.strategist-card > .row p { color: #5a657b; line-height: 1.7; }
.strategist-card ul { list-style: none; padding: 0; margin: 1.7rem 0 0; }
.strategist-card li { margin: .85rem 0; padding-left: 1.55rem; position: relative; }
.strategist-card li::before { content: "✓"; position: absolute; left: 0; color: var(--cmi-primary); font-weight: 800; }
.strategist-actions > i { color: var(--cmi-primary); font-size: 1.5rem; }

/* Pricing */
.pricing-card { display: flex; flex-direction: column; padding: 2.5rem; border-radius: 18px; border: 1px solid var(--cmi-border); background: #fff; box-shadow: var(--cmi-shadow); }
.pricing-card h3 { font-size: 1.65rem; }
.plan-badge, .promo-badge, .annual-badge, .no-fee-badge { display: inline-block; padding: .35rem .7rem; border-radius: 999px; font-size: .67rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.plan-badge { background: var(--cmi-primary-light); color: var(--cmi-primary-hover); }
.promo-badge { margin-top: 1rem; background: var(--cmi-primary); color: #fff; align-self: flex-start; }
.annual-badge { background: var(--cmi-gold); color: #111827; }
.no-fee-badge { margin-left: .4rem; border: 1px solid rgba(255,255,255,.36); color: #fff; }
.annual-card { color: #fff; background: var(--cmi-navy); border-color: rgba(255,255,255,.10); }
.annual-card h3, .annual-card .price-after { color: #fff; }
.annual-card hr { border-color: rgba(255,255,255,.18); }
.pricing-rows { margin: 1rem 0; }
.pricing-rows div { display: flex; justify-content: space-between; gap: 1rem; padding: .3rem 0; }
.pricing-rows dt { color: #6b7489; font-weight: 500; }
.pricing-rows dd { margin: 0; font-weight: 800; }
.price-main { margin: 1.3rem 0 .3rem; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(2.2rem,3.8vw,3.4rem); font-weight: 800; line-height: 1; }
.annual-card .price-main { color: var(--cmi-gold); }
.price-after { color: var(--cmi-navy); font-weight: 700; }
.price-note { color: #737c91; }
.annual-card .price-note, .annual-card .pricing-summary, .annual-card .microcopy { color: rgba(255,255,255,.72); }
.pricing-summary { list-style: none; padding: 0; margin: 1.5rem 0 2rem; }
.pricing-summary li { margin: .8rem 0; padding-left: 1.6rem; position: relative; }
.pricing-summary li::before { content: "✓"; position: absolute; left: 0; color: var(--cmi-primary); font-weight: 800; }
.annual-card .pricing-summary li::before { color: var(--cmi-gold); }
.pricing-links { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; font-size: .84rem; }
.annual-card .pricing-links a { color: #fff; }
.both-plans { padding: 2rem; border: 1px solid var(--cmi-border); border-radius: 16px; background: #fff; }
.both-plans ul { list-style: none; padding-left: 0; }
.both-plans li { color: #5e687d; }
.both-plans i { color: var(--cmi-primary); margin-right: .5rem; }
.white-label-callout { padding: 2.4rem; border-radius: 16px; color: #fff; background: linear-gradient(115deg,#123a72 0%, var(--cmi-navy) 44%, #081226 100%); }
.white-label-callout h3 { margin-top: 1rem; color: #fff; font-size: 2rem; }
.white-label-callout p, .white-label-callout li span { color: rgba(255,255,255,.72); }
.white-label-eyebrow { display: inline-block; padding: .35rem .65rem; border: 1px solid rgba(232,182,62,.4); border-radius: 999px; color: var(--cmi-gold); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.white-label-callout ul { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.white-label-callout li { margin: 1rem 0; }
.white-label-callout strong, .white-label-callout li span { display: block; }
.guarantee-row { border-top: 1px solid var(--cmi-border); }
.guarantee-icon { color: var(--cmi-primary); font-size: 2rem; }
.guarantee-row h3 { font-size: clamp(1.8rem,3vw,2.7rem); margin-top: 1rem; }
.guarantee-row p { color: #5e687d; line-height: 1.7; }
.guarantee-steps { list-style: none; padding: 0; margin: 0; }
.guarantee-steps li { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1rem; padding: 1.35rem; border: 1px solid var(--cmi-border); border-radius: 14px; background: #fff; }
.guarantee-steps i { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--cmi-primary); background: var(--cmi-primary-light); }
.guarantee-steps h4 { font-size: 1rem; }
.guarantee-steps p { margin: .35rem 0 0; font-size: .9rem; }

/* Final CTA / Contact */
.final-cta { padding: 90px 0; color: #fff; background: radial-gradient(70% 120% at 20% 0%,#123a72 0%,var(--cmi-navy) 46%,#071124 100%); }
.final-cta h2 { color: #fff; font-size: clamp(2.2rem,4vw,3.5rem); }
.final-cta p { color: rgba(255,255,255,.68); font-size: 1.08rem; }
.contact-cards { margin-top: 2.3rem !important; }
.contact-card { display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--cmi-border); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(13,29,61,.05); position: relative; overflow: hidden; }
.contact-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; }
.contact-card.accent-primary::before { background: var(--cmi-primary); }
.contact-card.accent-support::before { background: var(--cmi-support); }
.contact-card.accent-gold::before { background: var(--cmi-gold); }
.contact-card h3 { margin-top: 1rem; font-size: 1.35rem; }
.contact-card h4 { font-size: .95rem; margin-top: 1.4rem; }
.contact-card p, .contact-card address, .contact-card small { color: #606b80; line-height: 1.65; }
.support-email { display: inline-block; margin-top: .5rem; word-break: break-word; }

/* Footer */
.site-footer { padding: 70px 0 0; color: rgba(255,255,255,.78); background: linear-gradient(110deg,#123a72 0%,#0c1427 42%,#081225 100%); }
.footer-grid { display: grid; grid-template-columns: 1.15fr repeat(4,1fr); gap: 2.5rem; }
.footer-brand img { width: 205px; height: auto; }
.footer-brand p { margin-top: 1rem; max-width: 240px; color: rgba(255,255,255,.55); line-height: 1.65; }
.site-footer h2 { color: var(--cmi-gold); font-family: "Manrope", sans-serif; font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; }
.site-footer ul { list-style: none; margin: 1.35rem 0 0; padding: 0; }
.site-footer li { margin: .75rem 0; }
.site-footer a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .9rem; }
.site-footer a:hover, .site-footer a:focus { color: #fff; text-decoration: underline; text-decoration-color: var(--cmi-primary); }
.footer-bottom { margin-top: 3.5rem; padding: 1.8rem 0 2.2rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.58); font-size: .86rem; }

.mobile-sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1050; display: grid; grid-template-columns: 1fr 1fr auto; gap: .5rem; padding: .6rem .65rem calc(.6rem + env(safe-area-inset-bottom)); background: rgba(12,20,39,.97); box-shadow: 0 -8px 28px rgba(0,0,0,.18); }
.mobile-sticky-bar .btn { padding: .72rem .8rem; font-size: .78rem; }
.lightbox-image { max-height: 82vh; object-fit: contain; }

/* Responsive */
@media (max-width: 1199.98px) {
  :root { --header-height: 66px; }
  .site-header .navbar-brand img { width: 170px; }
  .site-header .navbar-collapse { margin-top: .75rem; padding: 1rem; border-radius: 14px; background: var(--cmi-navy); box-shadow: var(--cmi-shadow); }
  .site-header .navbar-nav { align-items: stretch !important; }
  .site-header .cmi-nav-btn, .site-header .cmi-call-button { width: 100%; margin: .25rem 0; justify-content: center; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 991.98px) {
  .section { padding: 68px 0; }
  .hero-section { min-height: 830px; }
  .hero-inner { align-items: flex-start; min-height: 680px; padding-top: 100px; }
  .hero-copy h1 { font-size: clamp(3rem,8vw,5rem); }
  .hero-overlay { background: linear-gradient(90deg,rgba(12,20,39,.92),rgba(12,20,39,.68) 65%,rgba(12,20,39,.25)); }
  .stats-grid { grid-template-columns: repeat(3,1fr); }
  .stats-grid li:nth-child(4) { border-left: 0; }
  .outcome-row { padding: 58px 0; }
  .path-card { min-height: 0; }
  .industry-help { align-items: flex-start; flex-direction: column; }
  .client-logo-grid { grid-template-columns: repeat(3,1fr); }
  .alliance-logo-grid { grid-template-columns: repeat(3,1fr); }
  .section-cta-row { align-items: flex-start; flex-direction: column; }
  .testimonial-card { flex-basis: calc((100% - 1.5rem)/2); }
  .pricing-card { padding: 2rem; }
}

@media (max-width: 767.98px) {
  body { padding-bottom: 72px; }
  .section { padding: 54px 0; }
  .section-title { font-size: 2.25rem; }
  .hero-section { min-height: 850px; }
  .hero-inner { min-height: 700px; padding-top: 92px; padding-bottom: 170px; }
  .hero-copy h1 { font-size: clamp(2.65rem,11vw,4.25rem); }
  .hero-lead { font-size: 1rem; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid li { border-left: 1px solid rgba(255,255,255,.14) !important; }
  .stats-grid li:nth-child(odd) { border-left: 0 !important; }
  .stats-grid strong { font-size: 1.35rem; }
  .outcome-list { margin-top: 2rem; }
  .outcome-row { padding: 48px 0; }
  .outcome-row .col-lg-5 { order: 2; }
  .outcome-row .col-lg-7 { order: 1; }
  .outcome-image { margin-top: 1.5rem; }
  .path-card { padding: 1.5rem; }
  .industry-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .4rem; scrollbar-width: none; }
  .industry-tab { white-space: nowrap; }
  .model-flow { display: grid; }
  .model-flow li::after { display: none; }
  .logo-grid { gap: 1.5rem; }
  .client-logo-grid, .alliance-logo-grid { grid-template-columns: repeat(2,1fr); }
  .travel-logo-group { padding: 1.3rem; }
  .super-agent-callout, .strategist-card, .pricing-card, .both-plans, .white-label-callout { padding: 1.5rem; }
  .campaign-image img { aspect-ratio: auto; }
  .testimonial-shell { gap: .5rem; }
  .carousel-arrow { width: 40px; height: 40px; }
  .testimonial-card { flex-basis: 100%; }
  .store-badges { flex-direction: column; align-items: flex-start; }
  .store-badges img { height: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .footer-brand { grid-column: auto; }
  .site-footer { padding-top: 50px; }
}

@media (max-width: 430px) {
  .hero-copy h1 { font-size: 2.6rem; }
  .hero-section { min-height: 900px; }
  .hero-inner { min-height: 730px; }
  .stats-grid span { font-size: .58rem; }
  .section-title { font-size: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Prevent Bootstrap g-5 rows from extending past the viewport on tablet/mobile. */
@media (max-width: 991.98px) {
  .cmi-container { --bs-gutter-x: 3rem; }
  .testimonial-viewport { min-width: 0; max-width: 100%; }
}

/* Mobile hero uses natural document flow so the CTA stack never sits beneath the statistics bar. */
@media (max-width: 767.98px) {
  .hero-section { min-height: 0; }
  .hero-inner { min-height: 0; padding-top: 112px; padding-bottom: 64px; }
  .hero-stats { position: relative; }
}
@media (max-width: 430px) {
  .hero-section { min-height: 0; }
  .hero-inner { min-height: 0; }
}
