:root{--mkt-graphite:var(--rs-ink,#111312);--mkt-graphite-soft:#1a1c1b;--mkt-off-white:var(--rs-paper,#f7f4ed);--mkt-off-white-muted:var(--rs-surface-muted,#f2eee6);--mkt-steel:var(--rs-muted,#667085);--mkt-steel-light:#8a93a3;--mkt-brass:var(--rs-brass,#b99045);--mkt-amber:var(--rs-brass,#b99045);--mkt-amber-soft:var(--rs-brass-soft,#e6d6b0);--mkt-border:var(--rs-border,#ded8cc);--mkt-border-strong:rgba(17,19,18,0.18);--mkt-shadow:0 12px 40px rgba(20,22,24,0.08);--mkt-shadow-hover:0 16px 48px rgba(20,22,24,0.12);--mkt-radius:4px;--mkt-radius-lg:8px;--mkt-max:72rem;--mkt-narrow:42rem;--mkt-space-xs:0.5rem;--mkt-space-sm:0.75rem;--mkt-space-md:1rem;--mkt-space-lg:1.5rem;--mkt-space-xl:2rem;--mkt-space-2xl:3rem;--mkt-space-3xl:4rem;--mkt-space-4xl:6rem;--mkt-font-body:var(--font-body),"IBM Plex Sans",system-ui,sans-serif;--mkt-font-display:var(--font-display),"Source Serif 4",Georgia,serif;--mkt-ease:cubic-bezier(0.2,0.8,0.2,1);--mkt-transition:180ms var(--mkt-ease)}.mkt-body{margin:0;background:var(--mkt-off-white);color:var(--mkt-graphite);font-family:var(--mkt-font-body);font-size:1.0625rem;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip}.mkt-skip{position:absolute;left:-9999px;top:0;z-index:100;padding:var(--mkt-space-sm) var(--mkt-space-md);background:var(--mkt-graphite);color:var(--mkt-off-white);text-decoration:none;border-radius:var(--mkt-radius)}.mkt-skip:focus{left:var(--mkt-space-md);top:var(--mkt-space-md)}.mkt-shell{min-height:100dvh;display:flex;flex-direction:column}.mkt-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(247,244,237,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--mkt-border)}.mkt-footer-inner,.mkt-header-inner,.mkt-hero-inner,.mkt-section-inner{width:min(100% - 2rem,var(--mkt-max));margin-inline:auto}.mkt-nav{display:flex;align-items:center;justify-content:space-between;gap:var(--mkt-space-lg);padding:var(--mkt-space-md) 0}.mkt-footer-brand{display:flex;flex-direction:column;gap:.65rem}.mkt-footer-brand .mkt-footer-copy{margin:0}.mkt-main{width:100%;max-width:none;padding:0;margin:0}.mkt-hero--pilot,.mkt-main{flex:1 1;display:flex;flex-direction:column}.mkt-hero--pilot{justify-content:center;border-bottom:none;padding:clamp(3rem,8vh,5rem) 1.5rem clamp(2.5rem,6vh,4rem)}.mkt-hero-inner--pilot{display:flex;justify-content:center;width:min(100%,720px);max-width:720px;margin-inline:auto}.mkt-hero-copy--pilot{text-align:center;width:100%;max-width:720px;margin-inline:auto}.mkt-hero-copy--pilot .mkt-hero-sub,.mkt-hero-copy--pilot .mkt-hero-support{max-width:none;margin-inline:auto}.mkt-hero-support{margin:0 0 var(--mkt-space-xl);max-width:34rem;margin-inline:auto;color:var(--mkt-steel);font-size:.98rem;line-height:1.55}.mkt-hero-sub--pilot{margin-top:.75rem;margin-bottom:1rem;font-weight:500}.mkt-footer-inner--pilot{align-items:center;padding-bottom:var(--mkt-space-2xl)}.mkt-nav-links{display:none;align-items:center;gap:var(--mkt-space-xl);list-style:none;margin:0;padding:0}.mkt-nav-links a{color:var(--mkt-steel);text-decoration:none;font-size:.9375rem;font-weight:500;transition:color var(--mkt-transition)}.mkt-nav-links a:hover,.mkt-nav-links a[aria-current=page]{color:var(--mkt-graphite)}.mkt-nav-actions{gap:var(--mkt-space-sm)}.mkt-menu-btn,.mkt-nav-actions{display:flex;align-items:center}.mkt-menu-btn{justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--mkt-border-strong);border-radius:var(--mkt-radius);background:transparent;color:var(--mkt-graphite);cursor:pointer}.mkt-menu-btn:focus-visible{outline:2px solid var(--mkt-amber);outline-offset:2px}.mkt-mobile-nav{display:none;flex-direction:column;gap:var(--mkt-space-sm);padding:0 0 var(--mkt-space-md);border-top:1px solid var(--mkt-border);margin-top:var(--mkt-space-sm)}.mkt-mobile-nav--open{display:flex}.mkt-mobile-nav a:not(.mkt-btn){padding:var(--mkt-space-sm) 0;color:var(--mkt-graphite);text-decoration:none;font-weight:500}.mkt-mobile-nav .mkt-btn{width:100%;margin-top:var(--mkt-space-xs)}.mkt-mobile-nav .mkt-btn--primary{color:var(--mkt-off-white)}.mkt-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6875rem 1.25rem;font-family:var(--mkt-font-body);font-size:.9375rem;font-weight:600;line-height:1.2;text-decoration:none;border-radius:var(--mkt-radius);border:1px solid transparent;cursor:pointer;transition:background var(--mkt-transition),color var(--mkt-transition),border-color var(--mkt-transition),box-shadow var(--mkt-transition),transform var(--mkt-transition)}.mkt-btn:focus-visible{outline:2px solid var(--mkt-amber);outline-offset:2px}.mkt-btn--primary{background:var(--mkt-graphite);color:var(--mkt-off-white);border-color:var(--mkt-graphite)}.mkt-btn--primary:hover{background:var(--mkt-graphite-soft);transform:translateY(-1px)}.mkt-btn--secondary{background:transparent;color:var(--mkt-graphite);border-color:var(--mkt-border-strong)}.mkt-btn--secondary:hover{border-color:var(--mkt-graphite);background:rgba(20,22,24,.04)}.mkt-btn--ghost{background:transparent;color:var(--mkt-steel);border-color:transparent;padding-inline:.75rem}.mkt-btn--ghost:hover,.mkt-btn--sign-in{color:var(--mkt-graphite)}.mkt-btn--sign-in{background:transparent;border:1px solid var(--mkt-border-strong);padding:.5rem 1rem;font-size:.875rem;font-weight:500}.mkt-btn--sign-in:hover{border-color:var(--mkt-graphite);background:rgba(17,19,18,.03)}.mkt-btn--sign-in:hover,.mkt-btn--sign-in:visited{color:var(--mkt-graphite)}.mkt-section{padding:var(--mkt-space-4xl) 0}.mkt-section--dark{background:var(--mkt-graphite);color:var(--mkt-off-white)}.mkt-section--muted{background:var(--mkt-off-white-muted)}.mkt-section-label{display:inline-block;margin-bottom:var(--mkt-space-md);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--mkt-brass)}.mkt-section--dark .mkt-section-label{color:var(--mkt-amber)}.mkt-section-title{font-family:var(--mkt-font-display);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:600;line-height:1.15;letter-spacing:-.02em;margin:0 0 var(--mkt-space-lg);max-width:var(--mkt-narrow)}.mkt-section-lead{margin:0 0 var(--mkt-space-2xl);max-width:var(--mkt-narrow);color:var(--mkt-steel);font-size:1.125rem}.mkt-section--dark .mkt-section-lead{color:var(--mkt-steel-light)}.mkt-hero{padding:clamp(1.25rem,2.5vw,2rem) 0 clamp(2rem,3.5vw,3rem);border-bottom:1px solid var(--mkt-border)}.mkt-hero-copy{max-width:40rem}.mkt-hero-grid{display:grid;grid-gap:var(--mkt-space-2xl);gap:var(--mkt-space-2xl);align-items:center}.mkt-hero-copy h1{font-family:var(--mkt-font-display);font-size:clamp(2rem,4.5vw,3rem);line-height:1.08;letter-spacing:-.03em}.mkt-hero-copy h1,.mkt-hero-eyebrow{font-weight:600;margin:0 0 var(--mkt-space-sm)}.mkt-hero-eyebrow{max-width:40rem;font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;line-height:1.4;color:var(--mkt-brass)}.mkt-hero-hook{margin:0 0 var(--mkt-space-md);max-width:38rem;font-family:var(--mkt-font-display);font-size:clamp(1.0625rem,2.2vw,1.375rem);font-weight:600;line-height:1.38;letter-spacing:-.015em;color:var(--mkt-graphite-soft)}.mkt-hero-sub{margin:0 0 var(--mkt-space-sm);max-width:38rem;color:var(--mkt-steel);font-size:1.0625rem;line-height:1.55}.mkt-hero-trust{margin:0 0 var(--mkt-space-lg);max-width:38rem;font-size:.8125rem;line-height:1.45;color:var(--mkt-steel-light)}.mkt-hero-tagline{display:block;margin-top:var(--mkt-space-sm);font-size:1rem;color:var(--mkt-brass);font-style:italic}.mkt-hero-ctas{display:flex;flex-wrap:wrap;gap:var(--mkt-space-sm)}.mkt-hero-visual{position:relative}.mkt-rivet-corner{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--mkt-brass);box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}.mkt-rivet-corner--tl{top:-4px;left:-4px}.mkt-rivet-corner--tr{top:-4px;right:-4px}.mkt-rivet-corner--bl{bottom:-4px;left:-4px}.mkt-rivet-corner--br{bottom:-4px;right:-4px}.mkt-proof-card{position:relative;background:#fff;border:1px solid var(--mkt-border-strong);border-radius:var(--mkt-radius-lg);box-shadow:var(--mkt-shadow);overflow:hidden;transition:box-shadow var(--mkt-transition),transform var(--mkt-transition)}.mkt-proof-card:hover{box-shadow:var(--mkt-shadow-hover)}.mkt-proof-card--hero{transform:translateY(0)}.mkt-proof-card--anatomy{max-width:36rem}.mkt-proof-card__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--mkt-space-sm);padding:var(--mkt-space-md) var(--mkt-space-lg);border-bottom:1px solid var(--mkt-border);background:rgba(244,241,236,.5)}.mkt-proof-card__label{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--mkt-brass)}.mkt-proof-card__strength{font-size:.6875rem;font-weight:600;padding:.2rem .5rem;border-radius:var(--mkt-radius);background:var(--mkt-amber-soft);color:var(--mkt-graphite);border:1px solid rgba(201,146,62,.25)}.mkt-proof-card__body{padding:var(--mkt-space-lg)}.mkt-proof-card__business{font-size:.8125rem;font-weight:600;color:var(--mkt-steel);margin:0 0 var(--mkt-space-sm)}.mkt-proof-card__quote{margin:0 0 var(--mkt-space-lg);font-family:var(--mkt-font-display);font-size:1.125rem;line-height:1.45;color:var(--mkt-graphite)}.mkt-proof-card__tags{display:flex;flex-wrap:wrap;gap:.375rem;margin:0 0 var(--mkt-space-lg);padding:0;list-style:none}.mkt-proof-card__tag{font-size:.75rem;padding:.25rem .5rem;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius);color:var(--mkt-steel);background:var(--mkt-off-white)}.mkt-proof-card__meta{display:grid;grid-gap:var(--mkt-space-sm);gap:var(--mkt-space-sm);padding-top:var(--mkt-space-md);border-top:1px solid var(--mkt-border);font-size:.8125rem}.mkt-proof-card__source{display:flex;align-items:flex-start;gap:.5rem}.mkt-proof-card__source-icon{flex-shrink:0;width:1rem;height:1rem;margin-top:.125rem;color:var(--mkt-brass)}.mkt-proof-card__machine{display:inline-flex;align-items:center;gap:.375rem;color:var(--mkt-steel);font-family:ui-monospace,SF Mono,monospace;font-size:.75rem}.mkt-proof-card__machine-dot{width:6px;height:6px;border-radius:50%;background:var(--mkt-amber)}.mkt-proof-card__disclaimer{margin:0;padding:var(--mkt-space-sm) var(--mkt-space-lg);font-size:.6875rem;line-height:1.45;color:var(--mkt-steel);background:rgba(244,241,236,.8);border-top:1px solid var(--mkt-border)}.mkt-source-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:var(--mkt-space-md)}.mkt-source-pill{font-size:.75rem;font-weight:500;padding:.375rem .625rem;border-radius:999px;border:1px dashed var(--mkt-border-strong);color:var(--mkt-steel);background:rgba(255,255,255,.6)}.mkt-signal-graph{width:100%;height:auto;max-height:3rem;margin-top:var(--mkt-space-md);color:var(--mkt-brass);opacity:.7}.mkt-problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));grid-gap:var(--mkt-space-md);gap:var(--mkt-space-md)}.mkt-problem-item{padding:var(--mkt-space-md);background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);text-align:center}.mkt-problem-item__icon{font-size:1.5rem;margin-bottom:var(--mkt-space-sm);line-height:1}.mkt-problem-item__label{font-size:.8125rem;font-weight:600;color:var(--mkt-graphite)}.mkt-infographic{margin:var(--mkt-space-2xl) 0 0;padding:0}.mkt-infographic-intro{margin:var(--mkt-space-xl) 0 0;max-width:42rem;font-size:1rem;line-height:1.6;color:var(--mkt-steel)}.mkt-infographic__caption{margin:var(--mkt-space-md) 0 0;max-width:42rem;font-size:.875rem;line-height:1.55;color:var(--mkt-steel)}.mkt-infographic-frame{margin-top:var(--mkt-space-2xl);padding:var(--mkt-space-lg);background:var(--mkt-off-white-muted);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg)}.mkt-infographic-frame .mkt-infographic{margin-top:0}.mkt-infographic-frame .mkt-infographic__img{border:none;box-shadow:none}.mkt-section-subtitle{margin:var(--mkt-space-2xl) 0 0;font-family:var(--mkt-font-display);font-size:1.375rem;font-weight:600;color:var(--mkt-graphite)}.mkt-infographic__img{display:block;width:100%;height:auto;border-radius:var(--mkt-radius-lg);border:1px solid var(--mkt-border);box-shadow:var(--mkt-shadow)}.mkt-section--dark .mkt-infographic__img{border-color:rgba(255,255,255,.12)}.mkt-steps{display:grid;grid-gap:var(--mkt-space-lg);gap:var(--mkt-space-lg);counter-reset:step;padding:0;margin:var(--mkt-space-2xl) 0 0;list-style:none}.mkt-steps--five{grid-template-columns:1fr}.mkt-step{display:grid;grid-template-columns:auto 1fr;grid-gap:var(--mkt-space-lg);gap:var(--mkt-space-lg);align-items:start;padding:var(--mkt-space-lg);background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg)}.mkt-step__num{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;font-size:.875rem;font-weight:700;color:var(--mkt-off-white);background:var(--mkt-graphite);border-radius:var(--mkt-radius);flex-shrink:0}.mkt-step__title{margin:0 0 .375rem;font-size:1.0625rem;font-weight:600}.mkt-step__text{margin:0;color:var(--mkt-steel);font-size:.9375rem}.mkt-dual-col{display:grid;grid-gap:var(--mkt-space-xl);gap:var(--mkt-space-xl)}.mkt-panel{padding:var(--mkt-space-xl);background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg)}.mkt-panel h3{margin:0 0 var(--mkt-space-md);font-size:1.0625rem;font-weight:600}.mkt-output-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:var(--mkt-space-sm);gap:var(--mkt-space-sm)}.mkt-output-list li{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;color:var(--mkt-steel)}.mkt-output-list li:before{content:"";width:6px;height:6px;margin-top:.55rem;border-radius:50%;background:var(--mkt-amber);flex-shrink:0}.mkt-code-snippet{margin-top:var(--mkt-space-md);padding:var(--mkt-space-md);font-family:ui-monospace,SF Mono,monospace;font-size:.6875rem;line-height:1.5;color:var(--mkt-off-white);background:var(--mkt-graphite-soft);border-radius:var(--mkt-radius);overflow-x:auto;white-space:pre}.mkt-compare-table{width:100%;border-collapse:collapse;font-size:.9375rem}.mkt-compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 calc(-1 * var(--mkt-space-sm));padding:0 var(--mkt-space-sm)}.mkt-compare-table td,.mkt-compare-table th{padding:var(--mkt-space-md);text-align:left;border-bottom:1px solid var(--mkt-border);vertical-align:top}.mkt-compare-table th{font-weight:600;background:rgba(255,255,255,.6)}.mkt-compare-table td:first-child{font-weight:500;color:var(--mkt-steel);width:28%}.mkt-pricing-grid{display:grid;grid-gap:var(--mkt-space-lg);gap:var(--mkt-space-lg)}.mkt-pricing-card{display:flex;flex-direction:column;padding:var(--mkt-space-xl);background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg)}.mkt-pricing-card--highlight{border-color:var(--mkt-graphite);box-shadow:var(--mkt-shadow)}.mkt-pricing-card__name{font-family:var(--mkt-font-display);font-size:1.375rem;margin:0 0 .25rem}.mkt-pricing-card__price{font-size:2rem;font-weight:600;margin:0 0 .25rem}.mkt-pricing-card__note{font-size:.8125rem;color:var(--mkt-brass);margin:0 0 var(--mkt-space-md)}.mkt-pricing-card__desc{font-size:.9375rem;color:var(--mkt-steel);margin:0 0 var(--mkt-space-lg)}.mkt-pricing-card__features{margin:0 0 var(--mkt-space-xl);padding:0;list-style:none;flex:1 1}.mkt-pricing-card__features li{position:relative;padding-left:1.125rem;margin-bottom:.5rem;font-size:.875rem;color:var(--mkt-steel)}.mkt-pricing-card__features li:before{content:"—";position:absolute;left:0;color:var(--mkt-brass)}.mkt-pilot-note{margin:0 0 var(--mkt-space-2xl);padding:var(--mkt-space-md) var(--mkt-space-lg);font-size:.875rem;color:var(--mkt-steel);background:var(--mkt-amber-soft);border:1px solid rgba(201,146,62,.2);border-radius:var(--mkt-radius)}.mkt-pricing-card--contact{background:var(--mkt-off-white-muted)}.mkt-pricing-contact{margin-top:var(--mkt-space-3xl);padding-top:var(--mkt-space-2xl);border-top:1px solid var(--mkt-border)}.mkt-pricing-contact__title{margin:0 0 var(--mkt-space-sm);font-family:var(--mkt-font-display);font-size:clamp(1.25rem,3vw,1.5rem);color:var(--mkt-graphite)}.mkt-pricing-contact__lead{margin:0 0 var(--mkt-space-xl);max-width:36rem;font-size:.9375rem;line-height:1.55;color:var(--mkt-steel)}.mkt-pricing-grid--contact{margin-top:0}.mkt-examples-grid{display:grid;grid-gap:var(--mkt-space-xl);gap:var(--mkt-space-xl)}.mkt-cta-block{text-align:center;padding:var(--mkt-space-3xl) var(--mkt-space-xl);background:var(--mkt-graphite);color:var(--mkt-off-white);border-radius:var(--mkt-radius-lg)}.mkt-cta-block h2{font-family:var(--mkt-font-display);font-size:clamp(1.5rem,3vw,2rem);margin:0 0 var(--mkt-space-md)}.mkt-cta-block p{margin:0 auto var(--mkt-space-xl);max-width:32rem;color:var(--mkt-steel-light)}.mkt-cta-block .mkt-btn--primary{background:var(--mkt-amber);border-color:var(--mkt-amber);color:var(--mkt-graphite)}.mkt-cta-block .mkt-btn--secondary{color:var(--mkt-off-white);border-color:rgba(244,241,236,.35)}.mkt-footer{margin-top:auto;border-top:1px solid var(--mkt-border);background:rgba(255,255,255,.4)}.mkt-footer-inner{align-items:center;justify-content:space-between;padding:var(--mkt-space-2xl) 0}.mkt-footer-inner,.mkt-footer-links{display:flex;flex-wrap:wrap;gap:var(--mkt-space-lg)}.mkt-footer-links{margin:0;padding:0;list-style:none}.mkt-footer-links a{font-size:.875rem;color:var(--mkt-steel);text-decoration:none}.mkt-footer-links a:hover{color:var(--mkt-graphite)}.mkt-footer-copy{font-size:.8125rem;color:var(--mkt-steel);margin:0}.mkt-not-found{text-align:center;padding:var(--mkt-space-4xl) var(--mkt-space-xl)}.mkt-not-found h1{font-family:var(--mkt-font-display);font-size:2rem;margin:0 0 var(--mkt-space-md)}.mkt-section--legal{padding-top:var(--mkt-space-2xl);padding-bottom:var(--mkt-space-4xl)}.mkt-section-inner--legal{max-width:44rem;margin-inline:auto;text-align:left}.mkt-legal__header{margin-bottom:var(--mkt-space-2xl)}.mkt-legal__title{font-family:var(--mkt-font-display);font-size:clamp(1.75rem,4vw,2.25rem);margin:0 0 var(--mkt-space-md);color:var(--mkt-graphite)}.mkt-legal__meta{margin:0 0 var(--mkt-space-sm);font-size:.875rem;line-height:1.5;color:var(--mkt-steel)}.mkt-legal__intro,.mkt-legal__meta a{color:var(--mkt-graphite)}.mkt-legal__intro{margin:var(--mkt-space-lg) 0 var(--mkt-space-md);font-size:1rem;line-height:1.6}.mkt-legal__disclaimer{margin:0;padding:var(--mkt-space-md);font-size:.8125rem;line-height:1.5;color:var(--mkt-steel);background:var(--mkt-amber-soft);border:1px solid rgba(201,146,62,.2);border-radius:var(--mkt-radius)}.mkt-legal__body{display:grid;grid-gap:var(--mkt-space-xl);gap:var(--mkt-space-xl)}.mkt-legal__section-title{font-family:var(--mkt-font-display);font-size:1.125rem;margin:0 0 var(--mkt-space-md);color:var(--mkt-graphite)}.mkt-legal__paragraph{margin:0 0 var(--mkt-space-md);font-size:.9375rem;line-height:1.65;color:var(--mkt-steel)}.mkt-legal__paragraph:last-child{margin-bottom:0}.mkt-legal__list{margin:0 0 var(--mkt-space-md);padding-left:1.25rem}.mkt-legal__list li{margin-bottom:.5rem;font-size:.9375rem;line-height:1.6;color:var(--mkt-steel)}.mkt-legal__footer{margin-top:var(--mkt-space-2xl);padding-top:var(--mkt-space-lg);border-top:1px solid var(--mkt-border);font-size:.875rem;color:var(--mkt-steel)}.mkt-legal__footer p{margin:0 0 var(--mkt-space-sm)}.mkt-live-example{margin:var(--mkt-space-2xl) 0;padding:var(--mkt-space-xl);background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg)}.mkt-live-example__desc{margin:0 0 var(--mkt-space-lg);font-size:.9375rem;line-height:1.55;color:var(--mkt-steel)}.mkt-live-example__actions{display:flex;flex-wrap:wrap;gap:var(--mkt-space-sm)}.mkt-examples-note{margin:0 0 var(--mkt-space-lg);padding:var(--mkt-space-md);font-size:.875rem;line-height:1.5;color:var(--mkt-steel);background:var(--mkt-off-white-muted);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius)}@media (prefers-reduced-motion:no-preference){.mkt-hero-motion .mkt-source-pill{opacity:0;animation:mkt-pill-in .5s var(--mkt-ease) forwards}.mkt-hero-motion .mkt-source-pill:first-child{animation-delay:.1s}.mkt-hero-motion .mkt-source-pill:nth-child(2){animation-delay:.25s}.mkt-hero-motion .mkt-source-pill:nth-child(3){animation-delay:.4s}.mkt-hero-motion .mkt-source-pill:nth-child(4){animation-delay:.55s}.mkt-hero-motion .mkt-proof-card--hero{opacity:0;transform:translateY(12px);animation:mkt-card-in .6s var(--mkt-ease) .65s forwards}.mkt-hero-motion .mkt-signal-graph path{stroke-dasharray:200;stroke-dashoffset:200;animation:mkt-signal-draw .8s var(--mkt-ease) 1.1s forwards}}@media (prefers-reduced-motion:reduce){.mkt-hero-motion .mkt-proof-card--hero,.mkt-hero-motion .mkt-signal-graph path,.mkt-hero-motion .mkt-source-pill{animation:none;opacity:1;transform:none;stroke-dashoffset:0}}@keyframes mkt-pill-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes mkt-card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes mkt-signal-draw{to{stroke-dashoffset:0}}@media (max-width:767px){.mkt-body{font-size:1rem}.mkt-section{padding:var(--mkt-space-2xl) 0}.mkt-section--compact{padding:var(--mkt-space-xl) 0}.mkt-hero{padding:var(--mkt-space-lg) 0 var(--mkt-space-xl)}.mkt-hero--pilot{padding:clamp(2rem,6vh,3rem) 1.25rem clamp(2rem,5vh,2.5rem)}.mkt-hero-copy--pilot,.mkt-hero-inner--pilot{width:min(100%,720px)}.mkt-footer-inner,.mkt-header-inner,.mkt-hero-inner,.mkt-section-inner{width:min(100% - 1.25rem,var(--mkt-max))}.rs-logo--marketing .rs-logo__wordmark{font-size:1.0625rem}.mkt-nav-cta-desktop{display:none}.mkt-hero-copy h1{font-size:clamp(1.625rem,7vw,2rem);margin-bottom:var(--mkt-space-xs)}.mkt-hero-hook{font-size:clamp(1rem,4.5vw,1.25rem);margin-bottom:var(--mkt-space-sm)}.mkt-hero-sub{font-size:.9375rem;line-height:1.5}.mkt-hero-trust{font-size:.75rem;margin-bottom:var(--mkt-space-md)}.mkt-hero-visual--infographic .mkt-infographic__caption{font-size:.6875rem}.mkt-hero-ctas{flex-direction:column;align-items:stretch}.mkt-hero-ctas .mkt-btn{width:100%;justify-content:center}.mkt-hero-grid{gap:var(--mkt-space-xl)}.mkt-section-title{font-size:clamp(1.375rem,5.5vw,1.75rem);margin-bottom:var(--mkt-space-md)}.mkt-section-lead{font-size:.9375rem;margin-bottom:var(--mkt-space-xl)}.mkt-section--dark .mkt-section-title{font-size:clamp(1.375rem,5.5vw,1.75rem)}.mkt-section--dark .mkt-section-lead{font-size:.9375rem}.mkt-infographic-intro{font-size:.9375rem;margin-top:var(--mkt-space-lg)}.mkt-infographic__caption{font-size:.75rem}.mkt-problem-note{font-size:.9375rem;margin-bottom:var(--mkt-space-lg)}.mkt-bridge-grid{gap:var(--mkt-space-sm)}.mkt-bridge-card{padding:var(--mkt-space-sm) var(--mkt-space-md)}.mkt-bridge-card__title{font-size:.875rem}.mkt-bridge-card__detail{font-size:.75rem}.mkt-step{padding:var(--mkt-space-md);gap:var(--mkt-space-sm)}.mkt-step__num{width:1.875rem;height:1.875rem;font-size:.8125rem}.mkt-step__title{font-size:.9375rem;margin-bottom:.25rem}.mkt-step__text{font-size:.8125rem;line-height:1.5}.mkt-steps{gap:var(--mkt-space-md);margin-top:var(--mkt-space-xl)}.mkt-artifact-panel__item strong{font-size:.875rem}.mkt-artifact-panel__item span{font-size:.75rem}.mkt-proof-card__quote{font-size:1rem}.mkt-compare-table{font-size:.8125rem}.mkt-compare-table td,.mkt-compare-table th{padding:var(--mkt-space-sm);min-width:9rem}.mkt-footer-inner{flex-direction:column;align-items:flex-start;gap:var(--mkt-space-md);padding:var(--mkt-space-xl) 0}.mkt-footer-links{flex-direction:column;gap:var(--mkt-space-sm)}.mkt-cta-block{padding:var(--mkt-space-2xl) var(--mkt-space-md)}.mkt-cta-block .mkt-hero-ctas{align-items:stretch}.mkt-pricing-card__price{font-size:1.75rem}.mkt-problem-scatter{gap:var(--mkt-space-sm)}.mkt-artifact,.mkt-problem-scatter .mkt-artifact{min-width:calc(50% - .5rem);flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.5rem);max-width:calc(50% - .5rem)}.mkt-hero-story{padding:var(--mkt-space-sm)}.mkt-hero-story__sources{gap:.45rem .5rem}.mkt-hero-story__output{font-size:.625rem}.mkt-problem-grid{grid-template-columns:repeat(2,1fr)}.mkt-step{grid-template-columns:1fr;gap:var(--mkt-space-md)}.mkt-code-snippet{font-size:.625rem}}@media (min-width:768px){.mkt-nav-links{display:flex}.mkt-menu-btn{display:none}.mkt-hero-grid{grid-template-columns:1fr 1fr;gap:var(--mkt-space-3xl)}.mkt-steps:not(.mkt-steps--five){grid-template-columns:repeat(3,1fr)}.mkt-dual-col{grid-template-columns:1fr 1fr}.mkt-examples-grid,.mkt-pricing-grid{grid-template-columns:repeat(3,1fr)}.mkt-problem-scatter .mkt-artifact{min-width:calc(33.333% - .75rem);flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 0.75rem);max-width:calc(33.333% - .75rem)}}@media (min-width:1024px){.mkt-section{padding:var(--mkt-space-4xl) 0}}.mkt-section--compact{padding:var(--mkt-space-2xl) 0}.mkt-section-inner--problem{max-width:52rem;margin-inline:auto;text-align:center}.mkt-section-inner--narrow{max-width:40rem;margin-inline:auto;text-align:center}.mkt-section-title--center{margin-inline:auto;max-width:none}.mkt-hero-inner--infographic{display:flex;flex-direction:column;gap:var(--mkt-space-xl)}.mkt-hero-visual--infographic{min-width:0}.mkt-hero-visual--infographic .mkt-infographic{margin:0}.mkt-hero-visual--infographic .mkt-infographic__img{border-radius:var(--mkt-radius-lg)}.mkt-hero-visual--infographic .mkt-infographic__caption{margin-top:var(--mkt-space-sm);font-size:.75rem;line-height:1.45;color:var(--mkt-steel-light)}.mkt-section--bridge{border-bottom:1px solid var(--mkt-border)}.mkt-bridge-grid{display:grid;grid-gap:var(--mkt-space-md);gap:var(--mkt-space-md);margin:0;padding:0;list-style:none}.mkt-bridge-card{display:flex;flex-direction:column;gap:.25rem;padding:var(--mkt-space-md) var(--mkt-space-lg);background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg)}.mkt-bridge-card__title{font-size:.9375rem;font-weight:600;color:var(--mkt-graphite)}.mkt-bridge-card__detail{font-size:.8125rem;line-height:1.45;color:var(--mkt-steel)}.mkt-hero-inner--story{display:flex;flex-direction:column;gap:var(--mkt-space-xl)}.mkt-hero-story{display:flex;flex-direction:column;align-items:stretch;gap:.375rem;padding:var(--mkt-space-sm) var(--mkt-space-md);background:rgba(255,255,255,.5);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg)}.mkt-hero-story__sources{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem .625rem;gap:.5rem .625rem}.mkt-hero-story__sources .mkt-artifact--compact{padding:.45rem .7rem;font-size:.72rem;justify-content:center;width:100%}.mkt-hero-story__flow{width:100%;height:1.25rem;color:var(--mkt-brass);opacity:.65}.mkt-hero-story__flow--in{margin-bottom:-.125rem}.mkt-hero-story__flow--out{margin-top:-.125rem;height:1.5rem}.mkt-hero-story__card .mkt-proof-card{margin-inline:auto;max-width:19rem}.mkt-hero-story__card .mkt-proof-card__header{padding:.625rem .875rem}.mkt-hero-story__card .mkt-proof-card__body{padding:.875rem 1rem}.mkt-hero-story__card .mkt-proof-card__quote{margin-bottom:.75rem;font-size:.9375rem;line-height:1.42}.mkt-hero-story__card .mkt-proof-card__tags{margin-bottom:.75rem}.mkt-hero-story__card .mkt-proof-card__tag{font-size:.6875rem;padding:.2rem .45rem}.mkt-hero-story__card .mkt-proof-card__meta{padding-top:.625rem;font-size:.75rem}.mkt-hero-story__card .mkt-proof-card__disclaimer{font-size:.625rem;padding:.5rem .875rem}.mkt-hero-story__outputs{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin:0;padding:0;list-style:none}.mkt-hero-story__output{display:inline-flex;align-items:center;gap:.3rem;font-size:.65rem;font-weight:600;padding:.3rem .5rem;background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius);color:var(--mkt-graphite)}.mkt-hero-story__output-dot{width:5px;height:5px;border-radius:50%;background:var(--mkt-amber);flex-shrink:0}.mkt-artifact{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:var(--mkt-space-lg) var(--mkt-space-md);min-width:6.75rem;background:#fff;border:1px solid var(--mkt-border-strong);border-radius:var(--mkt-radius-lg);box-shadow:0 4px 14px rgba(20,22,24,.06);transform:rotate(var(--artifact-rot,0deg))}.mkt-problem-scatter .mkt-artifact{min-width:7.5rem;padding:var(--mkt-space-lg);flex:1 1 calc(33.333% - var(--mkt-space-md));max-width:11rem}.mkt-problem-scatter .mkt-artifact__glyph{font-size:1.375rem}.mkt-problem-scatter .mkt-artifact__label{font-size:.8125rem}.mkt-problem-scatter .mkt-artifact__caption{font-size:.6875rem}.mkt-artifact--compact{min-width:auto;padding:.35rem .55rem;flex-direction:row;gap:.35rem;transform:none}.mkt-artifact:nth-child(odd){--artifact-rot:-0.5deg}.mkt-artifact:nth-child(2n){--artifact-rot:0.5deg}.mkt-problem-scatter .mkt-artifact:nth-child(2n),.mkt-problem-scatter .mkt-artifact:nth-child(odd){--artifact-rot:0deg}.mkt-artifact--review .mkt-artifact__glyph{color:var(--mkt-amber)}.mkt-artifact--email .mkt-artifact__glyph{font-size:.875rem}.mkt-artifact--pdf .mkt-artifact__glyph{font-size:.625rem;font-weight:700;letter-spacing:.04em;color:var(--mkt-steel)}.mkt-artifact--casestudy .mkt-artifact__glyph,.mkt-artifact--results .mkt-artifact__glyph{font-size:.75rem;font-weight:700;letter-spacing:.02em;color:var(--mkt-steel)}.mkt-artifact--video .mkt-artifact__glyph{font-size:.875rem;color:var(--mkt-graphite)}.mkt-artifact--linkedin .mkt-artifact__glyph{font-size:.75rem;font-weight:700;color:#0a66c2}.mkt-artifact__glyph{font-size:1.125rem;line-height:1}.mkt-artifact__label{font-size:.6875rem;font-weight:600;text-align:center;color:var(--mkt-graphite);line-height:1.2}.mkt-artifact__text{display:flex;flex-direction:column;align-items:center;gap:.125rem}.mkt-artifact__caption{font-size:.625rem;font-weight:500;text-align:center;color:var(--mkt-steel);line-height:1.2}.mkt-artifact--compact .mkt-artifact__text{flex-direction:row;gap:0}.mkt-artifact--compact .mkt-artifact__label{font-size:.625rem}.mkt-problem-note{margin:0 0 var(--mkt-space-xl);color:var(--mkt-steel);font-size:1rem;line-height:1.5}.mkt-problem-scatter{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--mkt-space-md)}.mkt-artifact-layout{display:grid;grid-gap:var(--mkt-space-xl);gap:var(--mkt-space-xl);margin-top:var(--mkt-space-2xl)}.mkt-artifact-layout__card{display:flex;justify-content:center;align-items:flex-start}.mkt-artifact-layout__card .mkt-proof-card--anatomy{max-width:100%;width:min(100%,24rem)}.mkt-artifact-panel{padding:var(--mkt-space-lg);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:var(--mkt-radius-lg);text-align:left}.mkt-artifact-panel__title{margin:0 0 var(--mkt-space-md);font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--mkt-amber)}.mkt-artifact-panel__list{margin:0;padding:0;list-style:none;display:grid;grid-gap:var(--mkt-space-md);gap:var(--mkt-space-md)}.mkt-artifact-panel__item{display:flex;flex-direction:column;gap:.2rem}.mkt-artifact-panel__item strong{font-size:.9375rem;font-weight:600;color:var(--mkt-off-white)}.mkt-artifact-panel__item span{font-size:.8125rem;line-height:1.45;color:var(--mkt-steel-light)}.mkt-travels-layout{display:grid;grid-template-columns:1fr;grid-gap:var(--mkt-space-lg);gap:var(--mkt-space-lg);margin-top:var(--mkt-space-2xl);min-width:0;max-width:100%}.mkt-travels-layout__hub{display:flex;justify-content:center}.mkt-travels-layout__hub-label{display:inline-flex;padding:.625rem 1.125rem;background:var(--mkt-graphite);color:var(--mkt-off-white);border:1px solid var(--mkt-brass);border-radius:var(--mkt-radius-lg);font-size:.875rem;font-weight:600;letter-spacing:.01em;box-shadow:var(--mkt-shadow)}.mkt-travels-layout__connector{display:none;height:2.5rem;color:var(--mkt-brass);opacity:.85}.mkt-travels-layout__connector svg{display:block;width:100%;height:100%}.mkt-travels-col-card{padding:var(--mkt-space-lg);background:var(--mkt-off-white-muted);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);min-width:0}.mkt-travels-col-card--machine{background:#fff}.mkt-travels-col__title{margin:0 0 var(--mkt-space-md);font-size:1.0625rem;font-weight:600;color:var(--mkt-graphite)}.mkt-travels-outputs{margin:0;padding:0;list-style:none;display:grid;grid-gap:var(--mkt-space-sm);gap:var(--mkt-space-sm)}.mkt-travels-output{display:flex;flex-direction:column;gap:.25rem;padding:var(--mkt-space-md);background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg)}.mkt-travels-col-card--machine .mkt-travels-output{background:var(--mkt-off-white-muted)}.mkt-travels-output strong{font-size:.9375rem;color:var(--mkt-graphite)}.mkt-travels-output span{font-size:.8125rem;line-height:1.45;color:var(--mkt-steel)}.mkt-travels-structured{margin-top:var(--mkt-space-lg);padding-top:var(--mkt-space-lg);border-top:1px solid var(--mkt-border);min-width:0}.mkt-travels-structured__title{margin:0 0 var(--mkt-space-xs);font-size:.875rem;font-weight:600;color:var(--mkt-graphite)}.mkt-travels-structured__note{margin:0 0 var(--mkt-space-md);font-size:.8125rem;line-height:1.45;color:var(--mkt-steel)}.mkt-code-snippet--example{margin:0;padding:var(--mkt-space-md);font-size:.6875rem;line-height:1.5;max-height:none;width:100%;max-width:100%;box-sizing:border-box;overflow-x:auto;-webkit-overflow-scrolling:touch;background:var(--mkt-graphite-soft);color:var(--mkt-off-white-muted);border-radius:var(--mkt-radius-lg);border:1px solid rgba(255,255,255,.08)}.mkt-travels-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:var(--mkt-space-md);gap:var(--mkt-space-md)}.mkt-travels-list li{display:flex;flex-direction:column;gap:.2rem;padding-left:.875rem;border-left:2px solid var(--mkt-amber)}.mkt-travels-list strong{font-size:.9375rem}.mkt-travels-list span{font-size:.8125rem;color:var(--mkt-steel)}.mkt-fit-clarifier{margin:0 0 var(--mkt-space-xl);padding:var(--mkt-space-md) var(--mkt-space-lg);font-size:.9375rem;line-height:1.5;background:#fff;border-left:3px solid var(--mkt-amber);border-radius:0 var(--mkt-radius) var(--mkt-radius) 0}.mkt-trust-faq{margin:0;display:grid;grid-gap:var(--mkt-space-md);gap:var(--mkt-space-md);text-align:left}.mkt-section-inner--faq{max-width:44rem;margin-inline:auto;text-align:left}.mkt-section-inner--faq .mkt-section-title{max-width:none}.mkt-section-inner--pricing-teaser{max-width:36rem;margin-inline:auto;text-align:center}.mkt-pricing-teaser__lead{margin:0 auto var(--mkt-space-xl);max-width:32rem;color:var(--mkt-steel);font-size:1.0625rem;line-height:1.55}.mkt-pricing-teaser-panel{padding:var(--mkt-space-xl);background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);box-shadow:var(--mkt-shadow);text-align:left}.mkt-pricing-teaser-panel__price-row{display:flex;flex-direction:column;gap:.25rem;margin-bottom:var(--mkt-space-md);padding-bottom:var(--mkt-space-md);border-bottom:1px solid var(--mkt-border)}.mkt-pricing-teaser-panel__price{font-family:var(--mkt-font-display);font-size:2.25rem;font-weight:600;line-height:1;color:var(--mkt-graphite)}.mkt-pricing-teaser-panel__note{font-size:.9375rem;font-weight:600;color:var(--mkt-brass)}.mkt-pricing-teaser-panel__features{margin:0;padding:0;list-style:none;display:grid;grid-gap:.5rem;gap:.5rem}.mkt-pricing-teaser-panel__features li{position:relative;padding-left:1rem;font-size:.9375rem;color:var(--mkt-steel);line-height:1.45}.mkt-pricing-teaser-panel__features li:before{content:"—";position:absolute;left:0;color:var(--mkt-brass)}.mkt-trust-faq__item{margin:0;padding:var(--mkt-space-lg);background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg)}.mkt-trust-faq__question{margin:0 0 var(--mkt-space-sm);font-size:1rem;font-weight:600;color:var(--mkt-graphite)}.mkt-trust-faq__answer{margin:0;font-size:.9375rem;line-height:1.55;color:var(--mkt-steel)}.mkt-fit-columns{display:grid;grid-gap:var(--mkt-space-lg);gap:var(--mkt-space-lg)}.mkt-fit-col{padding:var(--mkt-space-xl);background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg)}.mkt-fit-col--rivet{border-color:var(--mkt-graphite);box-shadow:var(--mkt-shadow)}.mkt-fit-col__title{margin:0 0 var(--mkt-space-md);font-size:1.0625rem;font-weight:600}.mkt-fit-col--other .mkt-fit-col__title{color:var(--mkt-steel)}.mkt-fit-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.625rem;gap:.625rem}.mkt-fit-list li{font-size:.9375rem;color:var(--mkt-steel);padding-left:1rem;position:relative}.mkt-fit-list li:before{content:"—";position:absolute;left:0;color:var(--mkt-brass)}.mkt-fit-col--rivet .mkt-fit-list li{color:var(--mkt-graphite)}.mkt-audience-grid{margin:0;padding:0;list-style:none;display:grid;grid-gap:var(--mkt-space-lg);gap:var(--mkt-space-lg)}.mkt-audience-card{padding:var(--mkt-space-xl);background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg)}.mkt-audience-card__title{margin:0 0 var(--mkt-space-sm);font-family:var(--mkt-font-display);font-size:1.125rem;font-weight:600;color:var(--mkt-graphite)}.mkt-audience-card__text{margin:0;font-size:.9375rem;line-height:1.55;color:var(--mkt-steel)}.mkt-pricing-hero{margin-bottom:var(--mkt-space-2xl);text-align:center}.mkt-pricing-hero .mkt-section-title{margin-inline:auto;max-width:28rem}.mkt-pricing-hero__lead{margin:0 auto var(--mkt-space-lg);max-width:32rem;color:var(--mkt-steel);font-size:1.0625rem}.mkt-pricing-hero__pilot{display:block;margin-top:.5rem;font-size:.8125rem;color:var(--mkt-brass)}.mkt-pricing-free-banner{display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;padding:var(--mkt-space-md) var(--mkt-space-xl);background:var(--mkt-amber-soft);border:1px solid rgba(201,146,62,.35);border-radius:var(--mkt-radius-lg)}.mkt-pricing-free-banner__price{font-family:var(--mkt-font-display);font-size:2.5rem;font-weight:600;line-height:1}.mkt-pricing-free-banner__note{font-size:.875rem;font-weight:600;color:var(--mkt-brass)}.mkt-pricing-card--free{border-color:var(--mkt-amber);background:rgba(201,146,62,.06)}.mkt-pricing-teaser-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--mkt-space-sm);margin-top:var(--mkt-space-xl)}.mkt-hero-ctas--center{justify-content:center}.mkt-annotated__callouts--mobile{display:none}@media (min-width:768px){.mkt-hero-inner--infographic{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:center;grid-gap:clamp(1.25rem,2.5vw,2rem);gap:clamp(1.25rem,2.5vw,2rem)}.mkt-bridge-grid{grid-template-columns:repeat(2,1fr)}.mkt-hero-inner--story{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:center;grid-gap:clamp(1.5rem,3vw,2.25rem);gap:clamp(1.5rem,3vw,2.25rem)}.mkt-hero-story{max-width:26rem;margin-inline:auto;width:100%}.mkt-hero-story__sources{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem .625rem}.mkt-steps--five{grid-template-columns:repeat(2,1fr)}.mkt-artifact-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr) minmax(0,1fr);align-items:start;gap:var(--mkt-space-2xl)}.mkt-travels-layout{grid-template-columns:1fr 1fr;grid-template-rows:auto auto 1fr;column-gap:var(--mkt-space-2xl);row-gap:0}.mkt-travels-layout__hub{grid-column:1/-1;margin-bottom:var(--mkt-space-sm)}.mkt-travels-layout__connector{display:block;grid-column:1/-1;margin-bottom:var(--mkt-space-md)}.mkt-audience-grid,.mkt-fit-columns{grid-template-columns:1fr 1fr}.mkt-problem-scatter .mkt-artifact{min-width:calc(33.333% - .75rem);flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 0.75rem);max-width:calc(33.333% - .75rem)}}@media (min-width:1024px){.mkt-bridge-grid,.mkt-steps--five{grid-template-columns:repeat(3,1fr)}}@media (prefers-reduced-motion:no-preference){.mkt-hero-story__card{animation:mkt-card-in .7s var(--mkt-ease) .2s both}}