*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--dk:#003F30;--lime:#A1E888;--mint:#D0E0C0;--yell:#E9F878;--egg:#F5EEE4;--white:#FFFFFF;--ink:#0D1F18;--muted:#4A6357;--bdr:rgba(161,232,136,.18);--display:"Archivo Black","Arial Black",sans-serif;--body:"Archivo","Helvetica Neue",sans-serif;--ease:cubic-bezier(.16,1,.3,1)}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--body);background:var(--white);color:var(--ink);overflow-x:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--dk)}::-webkit-scrollbar-thumb{background:var(--lime)}nav{position:fixed;top:0;left:0;right:0;z-index:999;height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 3rem;background:#002a1cf2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--bdr)}.nav-brand{font-family:var(--display);font-size:1.15rem;color:var(--white);text-decoration:none}.nav-brand em{color:var(--lime);font-style:normal}.nav-links{display:flex;gap:1.6rem;list-style:none}.nav-links a{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--mint);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--lime)}.nav-pill{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--lime);color:var(--dk);padding:.4rem 1.1rem;text-decoration:none;display:inline-block;transition:background .2s}.nav-pill:hover{background:var(--yell)}.hero{background:var(--dk);padding:5rem 4.5rem 4rem;padding-top:calc(58px + 4rem);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(161,232,136,.09) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.hero-inner{position:relative;z-index:1;max-width:900px}.hero-tag{display:inline-flex;align-items:center;gap:.7rem;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--lime);margin-bottom:1.5rem}.hero-tag:before{content:"";width:28px;height:2px;background:var(--lime)}.hero h1{font-family:var(--display);font-size:clamp(2.4rem,4vw,4rem);color:var(--white);line-height:.95;letter-spacing:-.03em;margin-bottom:1.2rem}.hero h1 em{color:var(--lime);font-style:normal}.hero-desc{font-size:.95rem;line-height:1.75;color:var(--mint);max-width:680px;margin-bottom:2.2rem}.hero-wins{display:flex;gap:1rem;flex-wrap:wrap}.win-chip{display:flex;align-items:center;gap:.55rem;background:#a1e8881a;border:1px solid rgba(161,232,136,.25);padding:.55rem 1rem;font-size:.78rem;font-weight:600;color:var(--lime)}.win-chip span{font-size:.9rem}.hero-timeframe{margin-top:2.2rem;padding-top:2rem;border-top:1px solid rgba(161,232,136,.25);display:flex;gap:1.5rem;align-items:flex-start;max-width:820px}.htf-badge{flex-shrink:0;background:var(--lime);color:var(--dk);font-family:var(--display);font-size:.85rem;letter-spacing:.04em;padding:.7rem 1.1rem;text-transform:uppercase;white-space:nowrap;align-self:flex-start}.htf-body{flex:1}.htf-body strong{display:block;font-family:var(--display);font-size:1.15rem;line-height:1.35;color:var(--white);margin-bottom:.6rem;letter-spacing:-.01em}.htf-body p{font-size:.88rem;line-height:1.7;color:var(--mint)}.pe-section{padding:0}.pe-q-banner{background:var(--ink);padding:1.1rem 4.5rem;display:flex;align-items:baseline;gap:1.5rem;border-left:4px solid var(--lime)}.pe-q-num{font-family:var(--display);font-size:1.3rem;color:var(--lime);letter-spacing:-.02em;white-space:nowrap}.pe-q-text{font-size:.82rem;color:var(--mint);line-height:1.5;font-weight:400}.pe-body{padding:4rem 4.5rem}.light .pe-body{background:var(--white)}.dark .pe-body{background:var(--dk)}.dark .pe-body h2{color:var(--white)}.dark .pe-body .s-sub{color:var(--mint)}.s-eyebrow{font-size:.67rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:.6rem}.dark .s-eyebrow{color:var(--lime)}.s-head{font-family:var(--display);font-size:clamp(1.7rem,2.8vw,2.4rem);letter-spacing:-.025em;line-height:.95;color:var(--ink);margin-bottom:.8rem}.s-rule{width:32px;height:3px;background:var(--lime);margin-bottom:1.5rem}.dark .s-rule{background:var(--lime)}.light .s-rule{background:var(--dk)}.s-sub{font-size:.9rem;line-height:1.75;color:var(--muted);max-width:580px;margin-bottom:2.5rem}.phil-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.phil-card{background:var(--white);border:1px solid #C9D6CE;padding:1.7rem 1.5rem;border-top:3px solid var(--dk);transition:transform .2s}.phil-card:hover{transform:translateY(-3px)}.phil-card h3{font-size:.88rem;font-weight:700;color:var(--ink);margin-bottom:.55rem}.phil-card p{font-size:.82rem;color:var(--muted);line-height:1.65}.funnel-container{position:relative;margin:0 auto 2rem}.funnel-legend{display:flex;gap:1.5rem;margin-bottom:1.8rem;flex-wrap:wrap}.leg-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:var(--muted)}.leg-dot{width:12px;height:12px;border-radius:2px;flex-shrink:0}.leg-dot.live{background:var(--dk)}.leg-dot.active{background:#1a7a50}.leg-dot.planned{background:transparent;border:2px solid #9BB5AA}.funnel-spine{display:flex;flex-direction:column;align-items:center;gap:0;position:relative}.funnel-spine:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#003f3014;z-index:0}.f-row{width:100%;display:flex;align-items:stretch;margin-bottom:4px;position:relative;z-index:1}.f-row-label{width:160px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;padding:.8rem 1rem .8rem 0;text-align:right}.f-row-label h4{font-size:.8rem;font-weight:700;color:var(--ink)}.f-row-label p{font-size:.68rem;color:var(--muted);margin-top:.2rem}.f-row-center{flex:1;display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;padding:.8rem 1.5rem;justify-content:center;position:relative;clip-path:none}.f-row-right{width:160px;flex-shrink:0}.f-row:nth-child(1) .f-row-center{background:#003f300f;border:1px solid rgba(0,63,48,.1)}.f-row:nth-child(2) .f-row-center{background:#003f3017;border:1px solid rgba(0,63,48,.12)}.f-row:nth-child(3) .f-row-center{background:#003f301f;border:1px solid rgba(0,63,48,.14)}.f-row:nth-child(4) .f-row-center{background:var(--dk);border:1px solid var(--dk)}.f-row:nth-child(5) .f-row-center{background:var(--dk);border:1px solid var(--dk)}.f-row:nth-child(6) .f-row-center{background:var(--dk);border:1px solid var(--dk)}.f-row:nth-child(7) .f-row-center{background:var(--dk);border:1px solid var(--dk)}.f-row:nth-child(1) .f-row-center{margin:0}.f-row:nth-child(2) .f-row-center{margin:0 30px}.f-row:nth-child(3) .f-row-center{margin:0 70px}.f-row:nth-child(4) .f-row-center{margin:0 110px}.f-row:nth-child(5) .f-row-center{margin:0 150px}.f-row:nth-child(6) .f-row-center{margin:0 180px}.f-row:nth-child(7) .f-row-center{margin:0 200px}.tc{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;padding:.32rem .75rem;white-space:nowrap;cursor:default;transition:transform .15s}.tc:hover{transform:scale(1.03)}.tc.live{background:var(--dk);color:var(--lime);border:1px solid rgba(161,232,136,.35)}.tc.live-alt{background:#1a7a50;color:var(--lime);border:1px solid rgba(161,232,136,.35)}.tc.planned{background:transparent;color:#7a9a8a;border:1.5px dashed #9BB5AA}.tc.inprog{background:#a1e8881f;color:#2d7a4a;border:1px solid rgba(161,232,136,.4)}.f-row:nth-child(n+4) .tc.live{background:#a1e88826;color:var(--lime);border-color:#a1e88866}.f-row:nth-child(n+4) .tc.live-alt{background:#a1e88840;color:var(--yell);border-color:#a1e88880}.f-row:nth-child(n+4) .tc.planned{color:#d0e0c066;border-color:#d0e0c040}.f-row:nth-child(n+4) .tc.inprog{background:#a1e8881a;color:var(--mint);border-color:#a1e8884d}.f-row:nth-child(n+4) .f-row-label h4{color:var(--mint)}.f-row:nth-child(n+4) .f-row-label p{color:#d0e0c099}.tc-dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.7}.flywheel{margin-top:1rem;display:flex;flex-direction:column;align-items:center}.flywheel-circle{width:120px;height:120px;border-radius:50%;border:2px solid var(--dk);display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--white)}.flywheel-circle p{font-size:.78rem;font-weight:700;color:var(--dk);text-align:center;line-height:1.3}.flywheel-circle span{font-size:.65rem;color:var(--muted)}.flywheel-arrow{font-size:1.2rem;color:var(--dk);margin-top:.5rem}.spine-label{position:absolute;right:-4.5rem;top:50%;transform:translateY(-50%) rotate(90deg);font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--lime);background:var(--dk);padding:.3rem .8rem;white-space:nowrap;border:1px solid rgba(161,232,136,.3)}.ad-sample-grid{display:grid;grid-template-columns:320px 1fr;gap:2.5rem;align-items:start}.ad-img-stack{display:flex;flex-direction:column;gap:1.25rem}.ad-img-wrap{position:relative}.ad-img-wrap img{width:100%;border:1px solid #C9D6CE;display:block}.ad-mar1-tag{position:absolute;top:14px;right:14px;font-size:.7rem;font-weight:700;color:var(--yell);background:#002a1ce6;padding:.45rem .6rem;line-height:1.4;white-space:nowrap;border:1px solid rgba(233,248,120,.5);box-shadow:0 4px 12px #00000040}.ad-note{margin-top:.6rem;font-size:.75rem;color:var(--white);background:#ffffff14;border-left:3px solid var(--yell);padding:.6rem .85rem;line-height:1.6}.ad-angles-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:0}.angle-card{border:1px solid #C9D6CE;padding:1.2rem 1.3rem;background:var(--white);border-top:2px solid var(--dk)}.angle-card .an{font-family:var(--display);font-size:1.5rem;color:#003f301f;line-height:1;margin-bottom:.3rem}.angle-card h3{font-size:.82rem;font-weight:700;color:var(--ink);margin-bottom:.35rem}.angle-card p{font-size:.78rem;color:var(--muted);line-height:1.55}.ad-square-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}.ad-square-wrap{position:relative;aspect-ratio:1/1;border:1px solid #C9D6CE;background:var(--white);overflow:hidden}.ad-square-wrap img{width:100%;height:100%;object-fit:cover;display:block}.ad-square-placeholder{display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px dashed rgba(255,255,255,.25)}.ad-square-placeholder span{font-size:.8rem;color:var(--mint);letter-spacing:.05em;text-transform:uppercase}.wins-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2.5rem}.win-stat{background:var(--dk);padding:1.5rem 1.3rem;border-bottom:3px solid var(--lime)}.win-stat .wv{font-family:var(--display);font-size:2.2rem;color:var(--lime);line-height:1;letter-spacing:-.03em;margin-bottom:.3rem}.win-stat .wl{font-size:.75rem;color:var(--mint);font-weight:500;line-height:1.4}.win-stat .wd{font-size:.68rem;color:var(--yell);margin-top:.35rem;font-weight:600}.ga4-wrap,.eff-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.eff-chart-card{background:var(--white);border:1px solid #D4DDD8;overflow:hidden}.eff-chart-head{padding:1.2rem 1.4rem .8rem;border-bottom:1px solid #EEF2EE}.eff-chart-eyebrow{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--dk);margin-bottom:.35rem}.eff-chart-title{font-family:var(--display);font-size:1.15rem;color:var(--ink);letter-spacing:-.02em;line-height:1.05;margin-bottom:.5rem}.eff-chart-sub{font-size:.78rem;color:var(--muted);line-height:1.6;margin:0}.eff-img-wrap img{width:100%;display:block}.eff-img-caption{display:flex;justify-content:space-between;align-items:center;padding:.45rem 1rem;background:#f8faf8;border-top:1px solid #EEF2EE;font-size:.64rem;color:#9bb5aa;font-style:italic;flex-wrap:wrap;gap:.3rem}@media(max-width:960px){.eff-two-col{grid-template-columns:1fr}}.seo-growth-block{border:1px solid #D4DDD8;background:var(--white);margin-bottom:2rem;overflow:hidden}.seo-growth-header{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start;padding:1.8rem 1.8rem 1.2rem}.seo-g-eyebrow{font-size:.67rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--dk);margin-bottom:.5rem}.seo-g-title{font-family:var(--display);font-size:1.4rem;color:var(--ink);letter-spacing:-.02em;line-height:1.05;margin-bottom:.7rem}.seo-g-sub{font-size:.82rem;color:var(--muted);line-height:1.7;max-width:540px}.seo-growth-stats{display:flex;flex-direction:column;gap:.6rem;flex-shrink:0;min-width:200px}.seo-gs-card{background:var(--dk);padding:.9rem 1.1rem}.seo-gs-val{font-family:var(--display);font-size:2rem;color:var(--lime);line-height:1;letter-spacing:-.03em;margin-bottom:.2rem}.seo-gs-lbl{font-size:.73rem;color:var(--mint);line-height:1.35;margin-bottom:.25rem}.seo-gs-delta{font-size:.68rem;font-weight:700;color:var(--yell)}.seo-img-wrap{border-top:1px solid #EEF2EE;position:relative}.seo-img-wrap img{width:100%;display:block}.seo-img-caption{display:flex;justify-content:space-between;align-items:center;padding:.55rem 1.2rem;background:#f8faf8;border-top:1px solid #EEF2EE}.seo-cap-tag{font-size:.67rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.seo-cap-note{font-size:.68rem;color:#9bb5aa;font-style:italic}.seo-callouts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #EEF2EE}.seo-callout{padding:1.1rem 1.2rem;border-right:1px solid #EEF2EE;display:flex;gap:.7rem;align-items:flex-start}.seo-callout:last-child{border-right:none}.seo-co-icon{font-size:1.1rem;flex-shrink:0;margin-top:.05rem}.seo-co-body h4{font-size:.8rem;font-weight:700;color:var(--ink);margin-bottom:.3rem}.seo-co-body p{font-size:.76rem;color:var(--muted);line-height:1.6}@media(max-width:960px){.seo-growth-header{grid-template-columns:1fr}.seo-growth-stats{flex-direction:row}.seo-callouts{grid-template-columns:1fr}.seo-callout{border-right:none;border-bottom:1px solid #EEF2EE}}.mom-block{margin-bottom:2rem;border:1px solid #D4DDD8;background:var(--white)}.mom-top{padding:1.2rem 1.4rem .8rem;border-bottom:1px solid #EEF2EE}.mom-title{font-size:.9rem;font-weight:700;color:var(--ink);margin-bottom:.3rem}.mom-sub{font-size:.78rem;color:var(--muted);line-height:1.5}.mom-chart-ph{position:relative;height:160px;display:flex;align-items:flex-end;gap:.6rem;padding:1rem 1.4rem .5rem;border-bottom:1px solid #EEF2EE;background:#fafafa}.mom-ph-bar-group{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex:1;height:100%;justify-content:flex-end}.mom-ph-bar{width:100%;background:#d4ddd8;opacity:.5;border-radius:2px 2px 0 0}.mom-ph-bar-group span{font-size:.62rem;color:#b5c8c2}.mom-ph-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffffe0}.mom-ph-msg{text-align:center;font-size:.8rem;color:var(--muted);line-height:1.6;padding:1rem;border:1px dashed #C9D6CE;background:var(--white)}.mom-ph-msg strong{color:var(--ink);display:block;margin-bottom:.3rem}.mom-context{display:flex;gap:0;border-top:none}.mom-ctx-item{flex:1;padding:.65rem 1rem;font-size:.76rem;color:var(--muted);border-right:1px solid #EEF2EE;font-weight:500}.mom-ctx-item:last-child{border-right:none}.ga4-img-block{background:var(--white);border:1px solid #C9D6CE;padding:1rem}.ga4-img-block .gi-label{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem}.ga4-img-block img{width:100%;display:block;border:1px solid #EEF2EE}.ch-bars{background:var(--white);border:1px solid #C9D6CE;padding:1.5rem}.ch-bars h4{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:1.2rem}.ch-bar-row{display:grid;grid-template-columns:140px 1fr 60px;align-items:center;gap:.75rem;margin-bottom:.85rem}.ch-bar-row:last-child{margin-bottom:0}.ch-bar-name{font-size:.8rem;font-weight:600;color:var(--ink)}.ch-bar-track{height:22px;background:#edf2ee;position:relative;overflow:hidden}.ch-bar-fill{height:100%;position:absolute;left:0;top:0;display:flex;align-items:center;padding-left:.5rem}.ch-bar-fill span{font-size:.68rem;font-weight:700;color:var(--white);white-space:nowrap}.ch-bar-val{font-size:.78rem;font-weight:700;color:var(--ink);text-align:right}.seo-wins{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.seo-win{border:1px solid #C9D6CE;background:var(--white);padding:1.3rem;border-left:3px solid var(--lime)}.seo-win .sw-head{font-size:.78rem;font-weight:700;color:var(--ink);margin-bottom:.5rem}.seo-win p{font-size:.8rem;color:var(--muted);line-height:1.6}.seo-win .sw-badge{display:inline-block;margin-top:.6rem;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--dk);color:var(--lime);padding:.2rem .6rem}.camp-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.camp-col h3{font-family:var(--display);font-size:1.1rem;letter-spacing:-.02em;color:var(--lime);margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid rgba(161,232,136,.25)}.camp-col.planned-col h3{color:var(--mint);border-color:#d0e0c033}.camp-section-title{font-family:var(--display);font-size:1.1rem;letter-spacing:-.02em;color:var(--lime);margin:2.5rem 0 1.2rem;padding-bottom:.6rem;border-bottom:2px solid rgba(161,232,136,.25)}.camp-item{display:flex;align-items:flex-start;gap:.8rem;padding:.7rem 0;border-bottom:1px solid rgba(161,232,136,.12)}.camp-item:last-child{border-bottom:none}.ci-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:.35rem}.ci-dot.live{background:var(--lime)}.ci-dot.planned{background:transparent;border:2px solid rgba(208,224,192,.4)}.camp-item .ci-info h4{font-size:.83rem;font-weight:700;color:var(--white);margin-bottom:.15rem}.camp-col.planned-col .camp-item .ci-info h4{color:var(--mint)}.camp-item .ci-info p{font-size:.78rem;color:#d0e0c0bf;line-height:1.5}.camp-item .ci-badge{flex-shrink:0;font-size:.63rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.18rem .5rem;white-space:nowrap}.ci-badge.live{background:#a1e88826;color:var(--lime);border:1px solid rgba(161,232,136,.35)}.ci-badge.soon{background:#d0e0c01a;color:var(--mint);border:1px solid rgba(208,224,192,.2)}.ci-badge.inprog{background:#e9f8781f;color:var(--yell);border:1px solid rgba(233,248,120,.3)}.lq-callout-banner{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;background:var(--dk);padding:1.6rem 2rem;margin-bottom:1.8rem;border-left:4px solid var(--lime)}.lq-cb-date{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lime);margin-bottom:.3rem}.lq-cb-title{font-family:var(--display);font-size:1.4rem;color:var(--white);letter-spacing:-.02em;margin-bottom:.5rem}.lq-cb-body{font-size:.83rem;color:var(--mint);line-height:1.7;margin:0}.lq-cb-body strong{color:var(--lime)}.lq-cb-metrics{display:flex;gap:1.5rem;flex-shrink:0}.lq-cb-metric{text-align:center;padding:.8rem 1.2rem;background:#ffffff0d;border:1px solid rgba(161,232,136,.2)}.lq-cb-val{font-family:var(--display);font-size:1.6rem;color:var(--lime);line-height:1;letter-spacing:-.03em;margin-bottom:.3rem}.lq-cb-lbl{font-size:.68rem;color:var(--mint);line-height:1.35}.lq-chart-block{border:1px solid #D4DDD8;background:var(--white);overflow:hidden;margin-bottom:2rem}.lq-chart-header{padding:1rem 1.4rem .7rem;border-bottom:1px solid #EEF2EE}.lq-ch-title{font-size:.88rem;font-weight:700;color:var(--ink);margin-bottom:.2rem}.lq-ch-sub{font-size:.72rem;color:var(--muted)}.lq-img-wrap{position:relative}.lq-img-wrap img{width:100%;display:block}.lq-apr1-marker{position:absolute;top:0;bottom:0;left:42.5%;pointer-events:none}.lq-apr1-line{position:absolute;top:0;bottom:20px;left:0;width:2px;background:#e9f878d9;border-left:2px dashed rgba(233,248,120,.85)}.lq-apr1-tag{position:absolute;top:8px;left:6px;font-size:.65rem;font-weight:700;color:var(--yell);background:#002a1cd9;padding:.3rem .5rem;line-height:1.4;white-space:nowrap;border:1px solid rgba(233,248,120,.4)}.lq-legend{padding:.8rem 1.4rem 1rem;border-top:1px solid #EEF2EE;background:var(--white)}.lq-legend-title{font-size:.67rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.6rem}.lq-legend-grid{display:flex;flex-wrap:wrap;gap:.4rem .8rem}.lq-leg-item{display:flex;align-items:center;gap:.35rem}.lq-leg-dot{width:11px;height:11px;border-radius:2px;flex-shrink:0}.lq-leg-label{font-size:.72rem;color:var(--muted);font-weight:500}.lq-chart-note{padding:.5rem 1.2rem .6rem;font-size:.65rem;color:#9bb5aa;font-style:italic;border-top:1px solid #EEF2EE;background:#f8faf8}.lq-two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1rem}.lq-col-head{font-size:.88rem;font-weight:700;color:var(--ink);margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid var(--dk)}.lq-col-sub{font-size:.8rem;color:var(--muted);line-height:1.65;margin-bottom:1rem}.lq-step-list{display:flex;flex-direction:column;gap:.8rem}.lq-step{display:flex;gap:.8rem;align-items:flex-start}.lq-step-num{width:22px;height:22px;border-radius:50%;background:var(--dk);color:var(--lime);font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.15rem}.lq-step-body strong{font-size:.82rem;color:var(--ink);display:block;margin-bottom:.25rem}.lq-step-body p{font-size:.78rem;color:var(--muted);line-height:1.6;margin:0}.lq-auto-list{display:flex;flex-direction:column;gap:.7rem}.lq-auto-item{display:flex;gap:.75rem;align-items:flex-start;padding:.7rem;background:#f8faf8;border:1px solid #EEF2EE}.lq-auto-icon{font-size:1.1rem;flex-shrink:0;margin-top:.05rem}.lq-auto-item strong{font-size:.8rem;color:var(--ink);display:block;margin-bottom:.2rem}.lq-auto-item p{font-size:.75rem;color:var(--muted);line-height:1.55;margin:0}.an-dash-summary{padding:1.2rem 1.6rem;display:flex;flex-direction:column;gap:.6rem;border-top:1px solid #EEF2EE;border-bottom:1px solid #EEF2EE}.an-sum-item{display:flex;gap:.75rem;align-items:flex-start;font-size:.8rem;color:var(--muted);line-height:1.6}.an-sum-item strong{color:var(--ink)}.an-sum-icon{font-size:1rem;flex-shrink:0;margin-top:.05rem}@media(max-width:960px){.lq-callout-banner{grid-template-columns:1fr}.lq-cb-metrics{justify-content:space-around}.lq-two-col{grid-template-columns:1fr}}.analytics-section{margin-bottom:2.5rem;border:1px solid #D4DDD8;background:var(--white);overflow:hidden}.an-header{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding:1.8rem 1.8rem 1.2rem;border-bottom:1px solid #EEF2EE}.an-eyebrow{font-size:.67rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--dk);margin-bottom:.5rem}.an-title{font-family:var(--display);font-size:1.3rem;color:var(--ink);letter-spacing:-.02em;line-height:1.05;margin-bottom:.6rem}.an-sub{font-size:.8rem;color:var(--muted);line-height:1.7;max-width:500px;margin:0}.an-loop-badges{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.an-badge{background:var(--dk);padding:.7rem 1rem;text-align:center;min-width:90px}.an-badge-icon{font-size:1.1rem;margin-bottom:.25rem}.an-badge-label{font-size:.8rem;font-weight:700;color:var(--lime);margin-bottom:.2rem}.an-badge-sub{font-size:.62rem;color:var(--mint);line-height:1.3}.an-arrow{font-size:1.2rem;color:#c9d6ce;flex-shrink:0}.an-dash-wrap{position:relative;border-top:1px solid #EEF2EE;border-bottom:1px solid #EEF2EE}.an-dash-wrap img{width:100%;display:block}.an-dash-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#00140acc);padding:1rem 1.4rem .9rem}.an-dash-chips{display:flex;gap:.5rem;flex-wrap:wrap}.an-chip{font-size:.7rem;font-weight:600;color:var(--lime);background:#002a1cbf;border:1px solid rgba(161,232,136,.3);padding:.25rem .65rem;white-space:nowrap}.an-panels{display:grid;grid-template-columns:repeat(4,1fr);border-top:none}.an-panel{padding:1rem 1.1rem;display:flex;gap:.65rem;align-items:flex-start;border-right:1px solid #EEF2EE}.an-panel:last-child{border-right:none}.an-panel-icon{font-size:1rem;flex-shrink:0;margin-top:.05rem}.an-panel-body h4{font-size:.78rem;font-weight:700;color:var(--ink);margin-bottom:.25rem}.an-panel-body p{font-size:.74rem;color:var(--muted);line-height:1.55}@media(max-width:960px){.an-header{grid-template-columns:1fr}.an-loop-badges{flex-wrap:wrap;justify-content:center}.an-panels{grid-template-columns:1fr 1fr}.an-panel{border-right:none;border-bottom:1px solid #EEF2EE}}.exp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.exp-card{background:var(--dk);padding:1.6rem 1.4rem;border:1px solid var(--bdr)}.exp-card h3{font-size:.88rem;font-weight:700;color:var(--lime);margin-bottom:.6rem}.exp-card p{font-size:.82rem;color:var(--mint);line-height:1.65}.exp-card ul{list-style:none;margin-top:.7rem}.exp-card ul li{font-size:.8rem;color:var(--mint);padding:.25rem 0;display:flex;align-items:flex-start;gap:.5rem}.exp-card ul li:before{content:"→";color:var(--lime);flex-shrink:0;font-size:.75rem;margin-top:.05rem}.stack{display:flex;flex-direction:column;gap:1px;margin-top:1.5rem}.st-row{display:grid;grid-template-columns:150px 1fr;border:1px solid var(--bdr);background:#00000026;overflow:hidden;transition:border-color .2s}.st-row:hover{border-color:#a1e88859}.st-label{background:#00000040;border-right:1px solid var(--bdr);display:flex;align-items:center;padding:.9rem 1.1rem;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--lime)}.st-chips{display:flex;flex-wrap:wrap;gap:.4rem;padding:.8rem 1.1rem;align-items:center}.chip{font-size:.72rem;font-weight:500;color:var(--mint);background:#a1e8880f;border:1px solid rgba(161,232,136,.14);padding:.25rem .65rem;white-space:nowrap;transition:all .2s}.chip.k{background:#a1e88824;border-color:#a1e88852;color:var(--lime);font-weight:600}.stack .chip{color:var(--dk);background:#003f300f;border-color:#003f302e}.stack .chip.k{color:var(--dk);background:#a1e8888c;border-color:#003f3059;font-weight:700}.contact-split{display:grid;grid-template-columns:1fr 1fr;min-height:360px}.ct-l{background:var(--dk);padding:4rem 4.5rem;display:flex;flex-direction:column;justify-content:center}.ct-l h2{font-family:var(--display);font-size:2rem;color:var(--white);letter-spacing:-.03em;margin-bottom:1rem}.ct-l p{font-size:.9rem;color:var(--mint);line-height:1.75;max-width:400px;margin-bottom:1.8rem}.ct-r{background:var(--lime);padding:3.5rem 3rem;display:flex;flex-direction:column;justify-content:center}.ct-r h3{font-family:var(--display);font-size:1.3rem;color:var(--dk);margin-bottom:1.2rem}.ct-contact{background:#003f301f;padding:.95rem 1.1rem;margin-top:1rem}.ct-contact strong{font-size:.83rem;font-weight:700;color:var(--dk);display:block;margin-bottom:.1rem}.ct-contact span{font-size:.78rem;color:var(--dk)}.ct-contact .ph{color:#003f3066;font-style:italic;font-size:.72rem}.btn-solid{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--lime);color:var(--dk);padding:.8rem 1.8rem;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s}.btn-solid:hover{background:var(--yell)}.tp-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2.5rem}.tp-stat-card{border:1px solid #D4DDD8;padding:1.5rem 1.3rem;background:var(--white);border-top:3px solid var(--dk);transition:transform .2s}.tp-stat-card:hover{transform:translateY(-3px)}.tp-stat-card.tp-highlight{background:var(--dk);border-color:var(--dk);border-top-color:var(--lime)}.tp-stat-card.tp-placeholder{border-top-color:#c9d6ce;border-style:dashed}.tp-logo{font-size:.72rem;font-weight:700;letter-spacing:.06em;color:var(--lime);margin-bottom:.5rem}.tp-ph-label{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9bb5aa;margin-bottom:.4rem}.tp-big{font-family:var(--display);font-size:2.2rem;color:var(--dk);line-height:1;letter-spacing:-.03em;margin-bottom:.35rem}.tp-highlight .tp-big{color:var(--lime)}.tp-ph-val{color:#c9d6ce!important}.tp-label{font-size:.75rem;color:var(--muted);line-height:1.4}.tp-highlight .tp-label{color:var(--mint)}.tp-delta{display:inline-block;margin-top:.5rem;font-size:.72rem;font-weight:700;color:var(--yell);background:#e9f87826;padding:.18rem .55rem}.tp-delta-ph{margin-top:.5rem;font-size:.7rem;color:#b5c8c2;font-style:italic}.tp-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.tp-chart-block{background:var(--white);border:1px solid #D4DDD8;padding:1.5rem 1.5rem 1.2rem}.tp-chart-head{margin-bottom:1rem}.tp-ch-title{font-size:.88rem;font-weight:700;color:var(--ink);margin-bottom:.2rem}.tp-ch-sub{font-size:.72rem;color:var(--muted)}.tp-chart{display:flex;align-items:flex-end;gap:.4rem;height:180px;position:relative;border-left:1px solid #E8EEE8;border-bottom:1px solid #E8EEE8;padding:.5rem 0 0 .4rem;margin-bottom:.6rem}.tp-y-labels{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding-right:.5rem;text-align:right;flex-shrink:0}.tp-y-labels span{font-size:.62rem;color:var(--muted);line-height:1}.tp-bars-wrap{display:flex;align-items:flex-end;gap:.5rem;flex:1;height:100%}.tp-bar-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:0;flex:1;height:100%}.tp-bar-stack{width:100%;display:flex;flex-direction:column;justify-content:flex-end;height:100%}.tp-bar-desktop{background:var(--dk);width:100%}.tp-bar-mobile{background:var(--lime);width:100%;opacity:.65}.tp-bar-lbl{font-size:.58rem;color:var(--muted);text-align:center;line-height:1.3;margin-top:.3rem;white-space:nowrap}.tp-legend{display:flex;gap:1.2rem;margin-bottom:.4rem}.tp-leg-item{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:var(--muted);font-weight:500}.tp-leg-dot{width:10px;height:10px;border-radius:2px;flex-shrink:0}.tp-leg-dot.desktop{background:var(--dk)}.tp-leg-dot.mobile{background:var(--lime);opacity:.8}.tp-rv-chart{display:flex;align-items:flex-end;gap:.4rem;border-left:1px solid #E8EEE8;border-bottom:1px solid #E8EEE8;padding:.4rem 0 0 .4rem;margin-bottom:.3rem}.tp-rv-bars{display:flex;align-items:flex-end;gap:.35rem;flex:1;height:160px}.tp-rv-bar{width:100%;flex-shrink:0;display:block}.tp-chart-note{font-size:.65rem;color:#b5c8c2;font-style:italic;border-top:1px solid #EEF2EE;padding-top:.5rem}.tp-touchpoints-block{display:flex;flex-direction:column;grid-column:1 / -1;margin-top:1rem}.tp-touch-head{font-family:var(--display);font-size:1.1rem;color:var(--ink);letter-spacing:-.02em;margin-bottom:.4rem}.tp-touch-sub{font-size:.82rem;color:var(--muted);line-height:1.65;margin-bottom:.9rem}.tp-touch-list{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:.8rem}@media(max-width:980px){.tp-touch-list{grid-template-columns:1fr 1fr}}@media(max-width:560px){.tp-touch-list{grid-template-columns:1fr}}.tp-touch-item{display:flex;align-items:flex-start;gap:.8rem;padding:.7rem;border:1px solid #E8EEE8;background:var(--white);transition:border-color .2s}.tp-touch-item:hover{border-color:#c9d6ce}.tp-touch-icon{font-size:1.05rem;flex-shrink:0;margin-top:.05rem}.tp-touch-info h4{font-size:.8rem;font-weight:700;color:var(--ink);margin-bottom:.15rem}.tp-touch-info p{font-size:.75rem;color:var(--muted);line-height:1.55}.tp-why-box{background:var(--dk);padding:1rem 1.2rem}.tp-why-label{font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--lime);margin-bottom:.4rem}.tp-why-box p{font-size:.8rem;color:var(--mint);line-height:1.65}.s-ai-ops{background:var(--dk);padding:6rem 0 0;position:relative;overflow:hidden}.s-ai-ops:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(161,232,136,.07) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.aio-inner{position:relative;z-index:1;padding:0 4.5rem 5rem}.aio-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--lime);margin-bottom:1.4rem}.aio-icon{font-size:1rem}.aio-head{font-family:var(--display);font-size:clamp(2.2rem,3.8vw,3.4rem);color:var(--white);line-height:.95;letter-spacing:-.03em;margin-bottom:1.2rem}.aio-sub{font-size:.97rem;line-height:1.8;color:var(--mint);max-width:720px;margin-bottom:3.5rem}.aio-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-bottom:2.5rem}.aio-pillar{background:#00000040;border:1px solid var(--bdr);padding:1.6rem 1.4rem;transition:border-color .2s,background .2s}.aio-pillar:hover{border-color:#a1e88866;background:#a1e8880d}.aip-icon{font-size:1.4rem;margin-bottom:.8rem}.aio-pillar h3{font-size:.88rem;font-weight:700;color:var(--lime);margin-bottom:.55rem;line-height:1.2}.aio-pillar p{font-size:.82rem;color:var(--mint);line-height:1.65}.aio-showcase{display:grid;grid-template-columns:1fr 2fr;gap:2.5rem;align-items:center;margin-bottom:2.5rem}.aio-showcase-label{padding:.5rem 0}.aio-sc-tag{font-size:.67rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lime);display:block;margin-bottom:.6rem}.aio-sc-title{font-family:var(--display);font-size:1.3rem;color:var(--white);letter-spacing:-.02em;line-height:1.05;margin-bottom:.8rem}.aio-sc-desc{font-size:.83rem;color:var(--mint);line-height:1.7}.aio-sc-img-wrap{position:relative;overflow:hidden;border:1px solid var(--bdr)}.aio-sc-img-wrap img{width:100%;display:block}.aio-sc-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#002a1cd9);padding:1rem 1.2rem .9rem}.aio-sc-chips{display:flex;gap:.5rem;flex-wrap:wrap}.aio-chip{font-size:.7rem;font-weight:600;color:var(--lime);background:#003f30b3;border:1px solid rgba(161,232,136,.3);padding:.25rem .65rem;white-space:nowrap}.aio-pif-dive{margin-bottom:2.5rem}.aio-pif-frames{display:grid;grid-template-columns:1fr auto 1fr;gap:.8rem;align-items:start;margin:1.2rem 0 0}.aio-pif-col{display:flex;flex-direction:column;gap:.7rem}.aio-pif-badge{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .85rem;display:inline-block;width:fit-content}.entry-badge{background:#a1e88826;color:var(--lime);border:1px solid rgba(161,232,136,.35)}.exit-badge{background:#e9f8781f;color:var(--yell);border:1px solid rgba(233,248,120,.3)}.aio-pif-img{border:1px solid var(--bdr);overflow:hidden;background:#ffffff08}.aio-pif-img img{width:100%;display:block}.aio-pif-annotation{font-size:.75rem;color:var(--mint);line-height:1.6;padding:.6rem .8rem;background:#0003;border-left:3px solid rgba(161,232,136,.3)}.aio-pif-arrow{font-size:1.8rem;color:#a1e8884d;align-self:center;padding:0 .3rem;flex-shrink:0}.aio-pif-outcome{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin-top:1rem;padding:1.2rem 1.4rem;background:#0003;border:1px solid var(--bdr)}.aio-out-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.78rem;color:var(--mint);line-height:1.5}.aio-out-icon{font-size:1rem;flex-shrink:0}.aio-out-item strong{color:var(--lime);font-weight:700}@media(max-width:960px){.aio-pif-frames{grid-template-columns:1fr;gap:1rem}.aio-pif-arrow{display:none}.aio-pif-outcome{grid-template-columns:1fr 1fr}}.aio-banner{background:#a1e8880f;border:1px solid rgba(161,232,136,.22);display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;padding:2rem 2.2rem}.aio-banner-label{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lime);margin-bottom:.7rem}.aio-banner-text{font-size:.88rem;color:var(--mint);line-height:1.75}.aio-banner-stats{display:flex;gap:2rem;flex-shrink:0}.aio-stat{text-align:center}.aio-sv{font-family:var(--display);font-size:2.2rem;color:var(--lime);line-height:1;letter-spacing:-.03em;margin-bottom:.3rem}.aio-sl{font-size:.7rem;color:var(--mint);font-weight:500;line-height:1.35}footer{background:#001f18;padding:1.3rem 4.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;border-top:1px solid rgba(161,232,136,.08)}.f-brand{display:inline-flex;align-items:center}.f-brand img{height:28px;width:auto;display:block}footer p{font-size:.7rem;color:#456655}.rv{opacity:0;transform:translateY(20px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.rv.on{opacity:1;transform:translateY(0)}@media(max-width:960px){nav{padding:0 1.5rem}.nav-links{display:none}.hero{padding:4rem 2rem;padding-top:calc(58px + 2rem)}.pe-q-banner{padding:.9rem 2rem;flex-direction:column;gap:.4rem}.pe-body{padding:3rem 2rem}.phil-grid,.wins-row,.seo-wins,.camp-grid,.lq-callout-banner{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;background:var(--dk);padding:1.6rem 2rem;margin-bottom:1.8rem;border-left:4px solid var(--lime)}.lq-cb-date{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lime);margin-bottom:.3rem}.lq-cb-title{font-family:var(--display);font-size:1.4rem;color:var(--white);letter-spacing:-.02em;margin-bottom:.5rem}.lq-cb-body{font-size:.83rem;color:var(--mint);line-height:1.7;margin:0}.lq-cb-body strong{color:var(--lime)}.lq-cb-metrics{display:flex;gap:1.5rem;flex-shrink:0}.lq-cb-metric{text-align:center;padding:.8rem 1.2rem;background:#ffffff0d;border:1px solid rgba(161,232,136,.2)}.lq-cb-val{font-family:var(--display);font-size:1.6rem;color:var(--lime);line-height:1;letter-spacing:-.03em;margin-bottom:.3rem}.lq-cb-lbl{font-size:.68rem;color:var(--mint);line-height:1.35}.lq-chart-block{border:1px solid #D4DDD8;background:var(--white);overflow:hidden;margin-bottom:2rem}.lq-chart-header{padding:1rem 1.4rem .7rem;border-bottom:1px solid #EEF2EE}.lq-ch-title{font-size:.88rem;font-weight:700;color:var(--ink);margin-bottom:.2rem}.lq-ch-sub{font-size:.72rem;color:var(--muted)}.lq-img-wrap{position:relative}.lq-img-wrap img{width:100%;display:block}.lq-apr1-marker{position:absolute;top:0;bottom:0;left:42.5%;pointer-events:none}.lq-apr1-line{position:absolute;top:0;bottom:20px;left:0;width:2px;background:#e9f878d9;border-left:2px dashed rgba(233,248,120,.85)}.lq-apr1-tag{position:absolute;top:8px;left:6px;font-size:.65rem;font-weight:700;color:var(--yell);background:#002a1cd9;padding:.3rem .5rem;line-height:1.4;white-space:nowrap;border:1px solid rgba(233,248,120,.4)}.lq-legend{padding:.8rem 1.4rem 1rem;border-top:1px solid #EEF2EE;background:var(--white)}.lq-legend-title{font-size:.67rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.6rem}.lq-legend-grid{display:flex;flex-wrap:wrap;gap:.4rem .8rem}.lq-leg-item{display:flex;align-items:center;gap:.35rem}.lq-leg-dot{width:11px;height:11px;border-radius:2px;flex-shrink:0}.lq-leg-label{font-size:.72rem;color:var(--muted);font-weight:500}.lq-chart-note{padding:.5rem 1.2rem .6rem;font-size:.65rem;color:#9bb5aa;font-style:italic;border-top:1px solid #EEF2EE;background:#f8faf8}.lq-two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1rem}.lq-col-head{font-size:.88rem;font-weight:700;color:var(--ink);margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid var(--dk)}.lq-col-sub{font-size:.8rem;color:var(--muted);line-height:1.65;margin-bottom:1rem}.lq-step-list{display:flex;flex-direction:column;gap:.8rem}.lq-step{display:flex;gap:.8rem;align-items:flex-start}.lq-step-num{width:22px;height:22px;border-radius:50%;background:var(--dk);color:var(--lime);font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.15rem}.lq-step-body strong{font-size:.82rem;color:var(--ink);display:block;margin-bottom:.25rem}.lq-step-body p{font-size:.78rem;color:var(--muted);line-height:1.6;margin:0}.lq-auto-list{display:flex;flex-direction:column;gap:.7rem}.lq-auto-item{display:flex;gap:.75rem;align-items:flex-start;padding:.7rem;background:#f8faf8;border:1px solid #EEF2EE}.lq-auto-icon{font-size:1.1rem;flex-shrink:0;margin-top:.05rem}.lq-auto-item strong{font-size:.8rem;color:var(--ink);display:block;margin-bottom:.2rem}.lq-auto-item p{font-size:.75rem;color:var(--muted);line-height:1.55;margin:0}.an-dash-summary{padding:1.2rem 1.6rem;display:flex;flex-direction:column;gap:.6rem;border-top:1px solid #EEF2EE;border-bottom:1px solid #EEF2EE}.an-sum-item{display:flex;gap:.75rem;align-items:flex-start;font-size:.8rem;color:var(--muted);line-height:1.6}.an-sum-item strong{color:var(--ink)}.an-sum-icon{font-size:1rem;flex-shrink:0;margin-top:.05rem}.lq-callout-banner{grid-template-columns:1fr}.lq-cb-metrics{justify-content:space-around}.lq-two-col{grid-template-columns:1fr}.analytics-section{margin-bottom:2.5rem;border:1px solid #D4DDD8;background:var(--white);overflow:hidden}.an-header{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding:1.8rem 1.8rem 1.2rem;border-bottom:1px solid #EEF2EE}.an-eyebrow{font-size:.67rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--dk);margin-bottom:.5rem}.an-title{font-family:var(--display);font-size:1.3rem;color:var(--ink);letter-spacing:-.02em;line-height:1.05;margin-bottom:.6rem}.an-sub{font-size:.8rem;color:var(--muted);line-height:1.7;max-width:500px;margin:0}.an-loop-badges{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.an-badge{background:var(--dk);padding:.7rem 1rem;text-align:center;min-width:90px}.an-badge-icon{font-size:1.1rem;margin-bottom:.25rem}.an-badge-label{font-size:.8rem;font-weight:700;color:var(--lime);margin-bottom:.2rem}.an-badge-sub{font-size:.62rem;color:var(--mint);line-height:1.3}.an-arrow{font-size:1.2rem;color:#c9d6ce;flex-shrink:0}.an-dash-wrap{position:relative;border-top:1px solid #EEF2EE;border-bottom:1px solid #EEF2EE}.an-dash-wrap img{width:100%;display:block}.an-dash-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#00140acc);padding:1rem 1.4rem .9rem}.an-dash-chips{display:flex;gap:.5rem;flex-wrap:wrap}.an-chip{font-size:.7rem;font-weight:600;color:var(--lime);background:#002a1cbf;border:1px solid rgba(161,232,136,.3);padding:.25rem .65rem;white-space:nowrap}.an-panels{display:grid;grid-template-columns:repeat(4,1fr);border-top:none}.an-panel{padding:1rem 1.1rem;display:flex;gap:.65rem;align-items:flex-start;border-right:1px solid #EEF2EE}.an-panel:last-child{border-right:none}.an-panel-icon{font-size:1rem;flex-shrink:0;margin-top:.05rem}.an-panel-body h4{font-size:.78rem;font-weight:700;color:var(--ink);margin-bottom:.25rem}.an-panel-body p{font-size:.74rem;color:var(--muted);line-height:1.55}.an-header{grid-template-columns:1fr}.an-loop-badges{flex-wrap:wrap;justify-content:center}.an-panels{grid-template-columns:1fr 1fr}.an-panel{border-right:none;border-bottom:1px solid #EEF2EE}.exp-grid,.ga4-wrap,.ad-sample-grid,.ad-angles-grid,.ad-square-grid,.contact-split{grid-template-columns:1fr}.ct-l,.ct-r{padding:3rem 2rem}footer{padding:1.3rem 2rem;flex-direction:column;text-align:center}.aio-inner{padding:0 2rem 4rem}.aio-pillars{grid-template-columns:1fr 1fr}.aio-banner{grid-template-columns:1fr;gap:1.5rem}.aio-banner-stats{justify-content:space-around}.tp-stats-row{grid-template-columns:1fr 1fr}.tp-main-grid,.aio-showcase{grid-template-columns:1fr}.f-row-label,.f-row-right{display:none}.f-row:nth-child(n) .f-row-center{margin:0}.spine-label{display:none}.hero-wins{flex-direction:column}.hero-timeframe{flex-direction:column;gap:1rem}}.iso-partner-section{margin-bottom:2rem}.iso-pm-head{font-family:var(--display);font-size:1.2rem;color:var(--ink);letter-spacing:-.02em;line-height:1.05;margin-bottom:.7rem}.iso-pm-sub{font-size:.82rem;color:var(--muted);line-height:1.75;max-width:800px;margin-bottom:1.5rem}.iso-stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.iso-stat{background:var(--dk);padding:1.1rem 1.3rem;border-bottom:3px solid var(--lime)}.iso-sv{font-family:var(--display);font-size:2rem;color:var(--lime);line-height:1;letter-spacing:-.03em;margin-bottom:.3rem}.iso-sl{font-size:.72rem;color:var(--mint);line-height:1.35}.iso-content-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-bottom:2rem;align-items:start}.iso-video-card,.iso-email-card,.iso-email-pair{background:var(--white);border:1px solid #D4DDD8;overflow:hidden}.iso-vc-head{padding:1rem 1.1rem .7rem;border-bottom:1px solid #EEF2EE}.iso-vc-label,.iso-ec-label{font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--dk);margin-bottom:.3rem}.iso-ec-label{padding:.7rem 1rem .3rem;display:block}.iso-vc-title{font-size:.9rem;font-weight:700;color:var(--ink);margin-bottom:.4rem}.iso-vc-sub{font-size:.75rem;color:var(--muted);line-height:1.6;margin:0}.iso-video-ph{background:var(--dk);display:flex;align-items:center;justify-content:center;overflow:hidden}.iso-vph-video{width:100%;height:auto;display:block}.iso-vph-inner{text-align:center}.iso-vph-icon{width:52px;height:52px;border-radius:50%;background:#a1e88826;border:2px solid rgba(161,232,136,.4);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--lime);margin:0 auto .8rem}.iso-vph-title{font-size:.85rem;font-weight:700;color:var(--white);margin-bottom:.3rem}.iso-vph-sub{font-size:.72rem;color:var(--mint);line-height:1.4;margin-bottom:.7rem}.iso-vph-badge{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--lime);border:1px solid rgba(161,232,136,.3);padding:.25rem .7rem}.iso-vc-bullets{padding:.7rem 1rem;background:#f8faf8;border-top:1px solid #EEF2EE}.iso-vcb{font-size:.75rem;color:var(--muted);padding:.2rem 0;font-weight:500}.iso-ec-caption{font-size:.73rem;color:var(--muted);line-height:1.55;padding:0 1rem .7rem;border-bottom:1px solid #EEF2EE}.iso-email-img-wrap{overflow:hidden}.iso-email-img-wrap img{width:100%;display:block}.iso-email-pair-imgs{display:grid;grid-template-columns:1fr 1fr;gap:12px}.iso-pe-box{background:var(--dk);padding:1.5rem 1.8rem}.iso-pe-label{font-size:.67rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--lime);margin-bottom:1rem}.iso-pe-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.iso-pe-col strong{font-size:.82rem;color:var(--white);display:block;margin-bottom:.4rem}.iso-pe-col p{font-size:.78rem;color:var(--mint);line-height:1.65;margin:0}.byz-investor-root .rv{opacity:1;transform:none}.byz-investor-root .f-row .f-row-label h4{color:var(--ink)!important}.byz-investor-root .f-row .f-row-label p{color:var(--muted)!important}.byz-investor-root nav .nav-brand{display:inline-flex;align-items:center;gap:.5rem;margin-right:1.5rem}.byz-investor-root nav .nav-brand img{height:24px;width:auto;display:block}.byz-investor-root footer p{color:#7a9a8a}.byz-investor-root .ct-contact .ph{color:#003f3099}.byz-investor-root .pe-q-banner .pe-q-num{color:var(--lime)}.byz-investor-root .seo-cap-note,.byz-investor-root .eff-img-caption,.byz-investor-root .lq-chart-note,.byz-investor-root .tp-chart-note{color:#6b8478}.byz-investor-root .tp-ph-val{color:#7a9a8a!important}.byz-investor-root .tp-delta-ph,.byz-investor-root .mom-ph-bar-group span{color:#7a9a8a}.byz-investor-root .lq-intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2.5rem;align-items:center}.byz-investor-root .lq-intro-img img{width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 8px 28px #00281e14;border:1px solid #E5EBE7}@media(max-width:900px){.byz-investor-root .lq-intro-grid{grid-template-columns:1fr;gap:1.5rem}}.byz-investor-root .lq-intro-img-cap{margin-top:.6rem;font-size:.78rem;color:#6b8478;text-align:center;font-style:italic}@media(max-width:768px){.byz-investor-root,.byz-investor-root *{max-width:100%}.byz-investor-root nav{padding:0 1rem;height:54px}.byz-investor-root nav .nav-brand{margin-right:.5rem}.byz-investor-root nav .nav-brand img{height:20px}.byz-investor-root nav .nav-links{display:none}.byz-investor-root nav .nav-pill{font-size:.62rem;padding:.35rem .75rem}.byz-investor-root .hero{padding:1.5rem 1.1rem 2.5rem;padding-top:calc(54px + 1.5rem)}.byz-investor-root .hero h1{font-size:2.2rem;line-height:1}.byz-investor-root .hero-desc{font-size:.88rem;margin-bottom:1.6rem}.byz-investor-root .hero-wins{flex-direction:column;gap:.55rem}.byz-investor-root .hero-wins .win-chip{width:100%}.byz-investor-root .hero-timeframe{flex-direction:column;gap:.85rem;margin-top:1.6rem;padding-top:1.4rem}.byz-investor-root .htf-body strong{font-size:1rem}.byz-investor-root .htf-body p{font-size:.8rem}.byz-investor-root .pe-body,.byz-investor-root .aio-inner{padding:2.2rem 1.1rem!important}.byz-investor-root .pe-q-banner{padding:.8rem 1.1rem;flex-direction:column;align-items:flex-start;gap:.4rem}.byz-investor-root .s-h{font-size:1.6rem;line-height:1.1}.byz-investor-root .s-sub{font-size:.85rem;margin-bottom:1.6rem}.byz-investor-root .phil-grid,.byz-investor-root .wins-row,.byz-investor-root .seo-wins,.byz-investor-root .camp-grid,.byz-investor-root .ad-sample-grid,.byz-investor-root .ad-angles-grid,.byz-investor-root .ad-square-grid,.byz-investor-root .ga4-wrap,.byz-investor-root .eff-two-col,.byz-investor-root .seo-growth-header,.byz-investor-root .seo-callouts,.byz-investor-root .lq-callout-banner,.byz-investor-root .lq-two-col,.byz-investor-root .lq-intro-grid,.byz-investor-root .an-header,.byz-investor-root .exp-grid,.byz-investor-root .contact-split,.byz-investor-root .aio-showcase,.byz-investor-root .aio-banner,.byz-investor-root .aio-pif-frames,.byz-investor-root .tp-main-grid,.byz-investor-root .iso-content-grid{grid-template-columns:1fr!important;gap:1rem!important}.byz-investor-root .tp-stats-row,.byz-investor-root .iso-stat-strip,.byz-investor-root .aio-pillars,.byz-investor-root .an-panels,.byz-investor-root .aio-pif-outcome,.byz-investor-root .iso-pe-cols,.byz-investor-root .iso-email-pair-imgs{grid-template-columns:1fr 1fr!important;gap:.6rem!important}.byz-investor-root .lq-callout-banner{padding:1.1rem}.byz-investor-root .lq-cb-title{font-size:1.15rem}.byz-investor-root .lq-cb-metrics{justify-content:space-between;gap:.6rem;width:100%}.byz-investor-root .lq-cb-metric{flex:1;padding:.6rem .4rem}.byz-investor-root .lq-cb-val{font-size:1.25rem}.byz-investor-root .ch-bar-row{grid-template-columns:90px 1fr 44px;gap:.4rem;font-size:.7rem}.byz-investor-root .f-row{flex-direction:column;align-items:stretch;gap:.4rem}.byz-investor-root .f-row-label,.byz-investor-root .f-row-right{display:none}.byz-investor-root .f-row .f-row-center{margin:0!important;padding:.7rem .8rem}.byz-investor-root .spine-label{display:none}.byz-investor-root .ct-l,.byz-investor-root .ct-r{padding:2rem 1.2rem}.byz-investor-root footer{padding:1.2rem 1.1rem;flex-direction:column;text-align:center;gap:.5rem}.byz-investor-root .an-loop-badges{flex-wrap:wrap;justify-content:flex-start;gap:.4rem}.byz-investor-root .an-header,.byz-investor-root .seo-growth-header{padding:1.2rem 1.1rem .9rem}.byz-investor-root .an-panel{padding:.8rem .9rem;border-right:none;border-bottom:1px solid #EEF2EE}.byz-investor-root .aio-banner{padding:1.4rem 1.2rem;gap:1rem!important}.byz-investor-root .aio-banner-stats{justify-content:space-between;flex-wrap:wrap;gap:.8rem}.byz-investor-root .aio-sub{font-size:.88rem;margin-bottom:1.8rem}.byz-investor-root .iso-pe-box{padding:1.2rem 1.1rem}.byz-investor-root .iso-sv,.byz-investor-root .lq-cb-val{letter-spacing:-.02em}.byz-investor-root img{max-width:100%;height:auto}}.byz-investor-root .ai-search-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;margin-top:2rem}.byz-investor-root .ai-search-copy p{font-size:.95rem;line-height:1.75;color:var(--ink);margin-bottom:1rem}.byz-investor-root .ai-search-tiles{display:flex;flex-direction:column;gap:1rem}.byz-investor-root .ai-tile{background:#f7faf6;border:1px solid #D4DDD8;border-left:3px solid var(--dk);padding:1.1rem 1.25rem}.byz-investor-root .ai-tile-ic{font-size:1.3rem;display:inline-block;margin-bottom:.4rem}.byz-investor-root .ai-tile h4{font-family:var(--display);font-size:1rem;color:var(--dk);margin-bottom:.3rem;letter-spacing:-.01em}.byz-investor-root .ai-tile p{font-size:.82rem;line-height:1.6;color:var(--muted);margin:0}.byz-investor-root .ai-search-intro{margin-top:2rem;max-width:880px}.byz-investor-root .ai-search-intro p{font-size:.98rem;line-height:1.7;color:var(--ink)}.byz-investor-root .strategy-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem;margin-top:2rem}.byz-investor-root .strategy-pillar{background:#f7faf6;border:1px solid #D4DDD8;border-top:3px solid var(--dk);padding:1.25rem 1.25rem 1.4rem;display:flex;flex-direction:column}.byz-investor-root .sp-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.byz-investor-root .sp-num{font-family:var(--display);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.byz-investor-root .sp-ic{font-size:1.25rem;line-height:1}.byz-investor-root .strategy-pillar h4{font-family:var(--display);font-size:1.05rem;color:var(--dk);margin:0 0 .75rem;letter-spacing:-.01em;line-height:1.25}.byz-investor-root .sp-list{list-style:none;padding:0;margin:0 0 .9rem;border-top:1px solid #D4DDD8;padding-top:.75rem}.byz-investor-root .sp-list li{font-size:.78rem;line-height:1.55;color:var(--ink);padding:.35rem 0;border-bottom:1px dashed #E2E8DD}.byz-investor-root .sp-list li:last-child{border-bottom:none}.byz-investor-root .sp-list li strong{color:var(--dk);font-weight:600}.byz-investor-root .sp-frame{font-size:.78rem;line-height:1.6;color:var(--muted);margin:auto 0 0;font-style:italic}.byz-investor-root .strategy-pillar.sp-featured{background:linear-gradient(160deg,#003f30,#005a45);border:1px solid #003F30;border-top:3px solid #C9F26B;box-shadow:0 8px 24px -10px #003f3066}.byz-investor-root .sp-featured .sp-num{color:#c9f26b}.byz-investor-root .sp-featured h4{color:#fff}.byz-investor-root .sp-featured .sp-list{border-top-color:#ffffff2e}.byz-investor-root .sp-featured .sp-list li{color:#ffffffeb;border-bottom-color:#ffffff1f}.byz-investor-root .sp-featured .sp-list li strong{color:#c9f26b}.byz-investor-root .sp-featured .sp-frame{color:#ffffffbf}@media(max-width:980px){.byz-investor-root .strategy-pillars{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.byz-investor-root .strategy-pillars{grid-template-columns:1fr}}.byz-investor-root .cac-ltv-chip{display:inline-flex;align-items:center;gap:.7rem;flex-wrap:wrap;background:#003f300f;border:1px solid rgba(0,63,48,.18);padding:.55rem 1rem;margin-top:1rem;font-size:.78rem;font-weight:600;color:var(--dk)}.byz-investor-root .cac-ltv-chip em{color:var(--muted);font-style:normal}.byz-investor-root .seo-dtm-callout{background:#f7faf6;border-left:4px solid var(--dk);padding:1.6rem 1.8rem;margin:2rem 0 2.5rem}.byz-investor-root .sdc-eyebrow{font-family:var(--display);font-size:.95rem;color:var(--dk);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.8rem}.byz-investor-root .seo-dtm-callout p{font-size:.9rem;line-height:1.75;color:var(--ink);margin-bottom:.75rem}.byz-investor-root .seo-dtm-callout p:last-child{margin-bottom:0}.byz-investor-root .ad-proof-strip{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap;margin-top:1.5rem;padding:1.4rem 2rem;background:#a1e88814;border:1px solid rgba(161,232,136,.28)}.byz-investor-root .aps-item{text-align:center}.byz-investor-root .aps-val{font-family:var(--display);font-size:1.8rem;color:var(--lime);letter-spacing:-.02em;line-height:1}.byz-investor-root .aps-lbl{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--mint);margin-top:.4rem}.byz-investor-root .aps-divider{width:1px;height:38px;background:#a1e88840}.byz-investor-root .ml-section{padding-top:2.5rem;padding-bottom:6rem}.byz-investor-root .ml-head em{font-style:italic;color:var(--dk)}.byz-investor-root .ml-intro{max-width:880px}.byz-investor-root .ml-cmo-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:2.5rem;margin-top:2.5rem}.byz-investor-root .ml-cmo-name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.byz-investor-root .ml-cmo-name{font-family:var(--display);font-size:2.2rem;color:var(--dk);letter-spacing:-.02em;line-height:1}.byz-investor-root .ml-cmo-sub{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:.4rem}.byz-investor-root .ml-cmo-badge{background:var(--dk);color:var(--lime);font-size:.65rem;font-weight:700;letter-spacing:.14em;padding:.35rem .7rem}.byz-investor-root .ml-cmo-bio{font-size:.85rem;line-height:1.7;color:var(--muted);margin-bottom:1.4rem;max-width:560px}.byz-investor-root .ml-track-card{background:#f4f7f4;border-left:3px solid var(--dk);padding:1rem 1.2rem;margin-bottom:.75rem}.byz-investor-root .ml-track-co{font-family:var(--display);font-size:1.05rem;color:var(--dk);margin-bottom:.3rem;letter-spacing:-.01em}.byz-investor-root .ml-track-card p{font-size:.82rem;line-height:1.6;color:var(--muted);margin:0}.byz-investor-root .ml-diff{margin-top:1.4rem}.byz-investor-root .ml-diff-row{display:flex;align-items:flex-start;gap:.8rem;padding:.7rem 0;border-bottom:1px solid #E5EBE7;font-size:.85rem;color:var(--ink)}.byz-investor-root .ml-diff-row:last-child{border-bottom:none}.byz-investor-root .ml-diff-ic{font-size:1.05rem;flex-shrink:0;width:1.5rem}.byz-investor-root .ml-scale-card{background:var(--dk);color:var(--white);padding:1.6rem 1.5rem;margin-bottom:1rem}.byz-investor-root .ml-scale-label{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--lime);margin-bottom:1rem;font-weight:700}.byz-investor-root .ml-scale-row{display:flex;align-items:baseline;gap:1rem;padding:.7rem 0;border-bottom:1px solid rgba(161,232,136,.18)}.byz-investor-root .ml-scale-row:last-child{border-bottom:none}.byz-investor-root .ml-scale-val{font-family:var(--display);font-size:1.6rem;color:var(--lime);letter-spacing:-.02em;flex-shrink:0;width:90px}.byz-investor-root .ml-scale-desc{font-size:.78rem;line-height:1.5;color:var(--mint)}.byz-investor-root .ml-mandate-card{background:var(--white);border:1px solid #D4DDD8;border-top:3px solid var(--dk);padding:1.4rem 1.5rem}.byz-investor-root .ml-mandate-label{font-family:var(--display);font-size:.95rem;color:var(--dk);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.9rem}.byz-investor-root .ml-mandate-card ul{list-style:none;padding:0;margin:0}.byz-investor-root .ml-mandate-card li{font-size:.82rem;line-height:1.6;color:var(--ink);padding:.5rem 0 .5rem 1.2rem;position:relative;border-bottom:1px solid #EEF1ED}.byz-investor-root .ml-mandate-card li:last-child{border-bottom:none}.byz-investor-root .ml-mandate-card li:before{content:"›";position:absolute;left:0;color:var(--dk);font-weight:700}.byz-investor-root .ml-team-head{margin-top:4rem;margin-bottom:1.5rem}.byz-investor-root .ml-team-head h3{font-family:var(--display);font-size:1.6rem;color:var(--dk);letter-spacing:-.02em;margin-bottom:.5rem}.byz-investor-root .ml-team-head p{font-size:.88rem;color:var(--muted);max-width:720px;line-height:1.6}.byz-investor-root .ml-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.byz-investor-root .ml-team-card{background:var(--white);border:1px solid #D4DDD8;border-top-width:4px;padding:1.3rem 1.2rem;transition:transform .2s}.byz-investor-root .ml-team-card:hover{transform:translateY(-3px)}.byz-investor-root .ml-team-card.border-dk{border-top-color:var(--dk)}.byz-investor-root .ml-team-card.border-gray{border-top-color:#9aafa4}.byz-investor-root .ml-team-card.border-lime{border-top-color:var(--lime)}.byz-investor-root .ml-team-ai{background:#f4fbf0}.byz-investor-root .ml-team-role{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:.5rem}.byz-investor-root .ml-team-name{font-family:var(--display);font-size:1.2rem;color:var(--dk);letter-spacing:-.01em;margin-bottom:.6rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.byz-investor-root .ml-newhire{background:var(--yell);color:var(--dk);font-family:var(--body);font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .5rem;border-radius:2px}.byz-investor-root .ml-team-focus{font-size:.78rem;line-height:1.5;color:var(--dk)}.byz-investor-root .ml-team-note{margin-top:.7rem;font-size:.72rem;line-height:1.5;color:var(--muted);font-style:italic;padding-top:.6rem;border-top:1px dashed rgba(0,63,48,.15)}.byz-investor-root .ml-dtm-band{background:var(--dk);color:var(--white);margin:4rem -4.5rem 0;padding:4rem 4.5rem;display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;align-items:start}.byz-investor-root .ml-dtm-eyebrow{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--lime);font-weight:700;margin-bottom:1rem}.byz-investor-root .ml-dtm-head{font-family:var(--display);font-size:2rem;color:var(--white);line-height:1.15;letter-spacing:-.02em;margin-bottom:1.2rem}.byz-investor-root .ml-dtm-head em{font-style:italic;color:var(--lime)}.byz-investor-root .ml-dtm-body{font-size:.9rem;line-height:1.75;color:var(--mint);max-width:560px;margin-bottom:1.5rem}.byz-investor-root .ml-dtm-bullets{list-style:none;padding:0;margin:0}.byz-investor-root .ml-dtm-bullets li{display:flex;gap:.7rem;padding:.55rem 0;font-size:.86rem;line-height:1.5;color:var(--mint)}.byz-investor-root .ml-dtm-bullets li span{color:var(--lime);font-weight:700}.byz-investor-root .ml-dtm-right{display:flex;flex-direction:column;align-items:stretch;gap:.4rem}.byz-investor-root .ml-flow-step{display:flex;align-items:center;gap:.9rem;background:#a1e88814;border:1px solid rgba(161,232,136,.2);padding:.85rem 1rem;color:var(--white)}.byz-investor-root .ml-flow-step.s2{background:#a1e88821}.byz-investor-root .ml-flow-step.s3{background:#a1e8882e}.byz-investor-root .ml-flow-step.s4{background:#a1e88840}.byz-investor-root .ml-flow-step.s5{background:#a1e88866;border-color:var(--lime)}.byz-investor-root .ml-flow-step.s5 strong,.byz-investor-root .ml-flow-step.s5 span{color:var(--dk)}.byz-investor-root .ml-flow-num{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--lime);color:var(--dk);font-weight:700;font-size:.8rem;display:flex;align-items:center;justify-content:center}.byz-investor-root .ml-flow-step strong{display:block;font-family:var(--display);font-size:.95rem;color:var(--white);letter-spacing:-.01em}.byz-investor-root .ml-flow-step span{display:block;font-size:.72rem;color:var(--mint);margin-top:.15rem}.byz-investor-root .ml-flow-arrow{text-align:center;color:var(--lime);font-size:1rem;line-height:1}.byz-investor-root .ml-vision{background:linear-gradient(135deg,#003f30,#002018);margin:0 -4.5rem -6rem;padding:2.75rem 4.5rem;text-align:center;color:var(--white)}.byz-investor-root .ml-vision-quote{font-family:var(--display);font-style:italic;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.45;color:var(--white);max-width:780px;margin:0 auto .8rem;letter-spacing:-.01em}.byz-investor-root .ml-vision-attr{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--lime);font-weight:700;margin-bottom:1.75rem}.byz-investor-root .ml-vision-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;max-width:1100px;margin:0 auto}.byz-investor-root .ml-pillar{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);padding:1.6rem 1.4rem;text-align:left}.byz-investor-root .ml-pillar-ic{font-size:1.4rem;margin-bottom:.6rem}.byz-investor-root .ml-pillar-title{font-family:var(--display);font-size:1.05rem;color:var(--lime);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.byz-investor-root .ml-pillar p{font-size:.82rem;line-height:1.65;color:var(--mint);margin:0}@media(max-width:900px){.byz-investor-root .ai-search-grid{grid-template-columns:1fr;gap:1.5rem}.byz-investor-root .ad-proof-strip{gap:1.2rem;padding:1.1rem}.byz-investor-root .aps-divider{display:none}.byz-investor-root .ml-cmo-grid{grid-template-columns:1fr;gap:1.5rem}.byz-investor-root .ml-team-grid{grid-template-columns:1fr 1fr;gap:.8rem}.byz-investor-root .ml-dtm-band{grid-template-columns:1fr;margin:3rem -1.25rem 0;padding:2.5rem 1.25rem;gap:2rem}.byz-investor-root .ml-vision{margin:0 -1.25rem -3rem;padding:3rem 1.25rem}.byz-investor-root .ml-vision-pillars{grid-template-columns:1fr;gap:.8rem}.byz-investor-root .ml-cmo-name{font-size:1.7rem}.byz-investor-root .ml-dtm-head{font-size:1.5rem}}@media(max-width:600px){.byz-investor-root .ml-team-grid{grid-template-columns:1fr}}.byz-investor-root .nav-burger{display:none;background:transparent;border:0;width:40px;height:40px;padding:0;margin-left:auto;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px}.byz-investor-root .nav-burger span{display:block;width:22px;height:2px;background:var(--white);transition:transform .25s ease,opacity .25s ease}.byz-investor-root.mnav-open .nav-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.byz-investor-root.mnav-open .nav-burger span:nth-child(2){opacity:0}.byz-investor-root.mnav-open .nav-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.byz-investor-root .mnav{display:none}@media(max-width:768px){.byz-investor-root nav{display:flex;align-items:center}.byz-investor-root .nav-burger{display:flex}.byz-investor-root .mnav{display:flex;flex-direction:column;position:fixed;top:54px;left:0;right:0;background:var(--dk,#003F30);z-index:90;padding:1rem 1.25rem 1.5rem;gap:.25rem;max-height:calc(100vh - 54px);overflow-y:auto;transform:translateY(-110%);transition:transform .28s ease;box-shadow:0 12px 28px #00000040}.byz-investor-root.mnav-open .mnav{transform:translateY(0)}.byz-investor-root .mnav a{color:var(--white);text-decoration:none;font-size:.95rem;padding:.85rem .25rem;border-bottom:1px solid rgba(255,255,255,.08)}.byz-investor-root .mnav a:last-child{border-bottom:0}body:has(.byz-investor-root.mnav-open){overflow:hidden}}.lq-intro-stack{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.lq-intro-stack .lq-intro-copy{max-width:none}.lq-intro-stack .lq-intro-img-cap{font-size:.7rem;color:var(--muted);text-align:right}.byz-investor-root .hero-foot{margin-top:2rem;padding-top:1.4rem;border-top:1px solid rgba(161,232,136,.2);display:flex;gap:.9rem;align-items:center;flex-wrap:wrap;max-width:820px}.byz-investor-root .hero-foot-badge{flex-shrink:0;background:var(--lime);color:var(--dk);font-family:var(--display);font-size:.72rem;letter-spacing:.06em;padding:.4rem .75rem;text-transform:uppercase;white-space:nowrap}.byz-investor-root .hero-foot-text{font-size:.78rem;line-height:1.55;color:var(--mint);opacity:.85}@media(max-width:720px){.byz-investor-root .hero-foot{flex-direction:column;align-items:flex-start;gap:.6rem}}.byz-investor-root .ml-mandate-full{margin-top:2rem;padding:1.6rem 1.8rem}.byz-investor-root .ml-mandate-full ul{display:grid;grid-template-columns:repeat(2,1fr);gap:0 2rem}.byz-investor-root .ml-mandate-full li{border-bottom:1px solid #EEF1ED}@media(max-width:860px){.byz-investor-root .ml-mandate-full ul{grid-template-columns:1fr}}.byz-investor-root .ml-agency{display:inline-block;background:var(--dk);color:var(--lime);font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.22rem .5rem;margin-left:.3rem;vertical-align:middle}.byz-investor-root .fp-block{margin-top:2.5rem;background:var(--white);border:1px solid #D4DDD8;padding:1.8rem}.byz-investor-root .fp-header{display:grid;grid-template-columns:60% 40%;gap:2rem;margin-bottom:2rem}.byz-investor-root .fp-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--dk);background:var(--lime);display:inline-block;padding:.3rem .65rem;margin-bottom:1rem}.byz-investor-root .fp-title{font-family:var(--display);font-size:2rem;line-height:1.15;color:var(--dk);margin:0 0 1rem;letter-spacing:-.01em}.byz-investor-root .fp-title em{color:var(--dk);font-style:normal;background:linear-gradient(transparent 60%,var(--yell) 60%)}.byz-investor-root .fp-sub{font-size:.9rem;line-height:1.65;color:var(--muted);max-width:620px}.byz-investor-root .fp-header-right{display:flex;flex-direction:column;gap:.75rem}.byz-investor-root .fp-stat{background:var(--dk);color:var(--white);padding:.95rem 1.1rem}.byz-investor-root .fp-stat-num{font-family:var(--display);font-size:1.6rem;color:var(--lime);letter-spacing:-.01em;line-height:1.1;margin-bottom:.3rem}.byz-investor-root .fp-stat-label{font-size:.78rem;font-weight:600;color:var(--white);line-height:1.4;margin-bottom:.3rem}.byz-investor-root .fp-stat-sub{font-size:.7rem;color:var(--mint);line-height:1.4}.byz-investor-root .fp-chart-card{background:var(--white);border:1px solid #E5ECE7;padding:1.4rem;margin-bottom:1.5rem}.byz-investor-root .fp-chart-title{font-family:var(--display);font-size:1.05rem;color:var(--dk);margin-bottom:1rem;letter-spacing:-.005em}.byz-investor-root .fp-chart-wrap{width:100%}.byz-investor-root .fp-svg{width:100%;height:auto;display:block}.byz-investor-root .fp-legend{display:flex;gap:1.4rem;margin-top:.8rem;flex-wrap:wrap}.byz-investor-root .fp-leg{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--muted)}.byz-investor-root .fp-leg-line{display:inline-block;width:28px;height:0;border-top:2.5px solid var(--dk)}.byz-investor-root .fp-leg-dash{border-top:2px dashed var(--dk)}.byz-investor-root .fp-leg-swatch{display:inline-block;width:14px;height:14px;border-radius:2px;vertical-align:middle;margin-right:.1rem}.byz-investor-root .fp-leg{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--muted)}.byz-investor-root .fp-foot{font-size:.72rem;color:var(--muted);margin-top:.8rem;line-height:1.55}.byz-investor-root .fp-ai-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.byz-investor-root .fp-why-card{background:var(--dk);color:var(--white);padding:1.4rem 1.5rem}.byz-investor-root .fp-why-title{font-family:var(--display);font-size:1.05rem;color:var(--lime);margin-bottom:1rem}.byz-investor-root .fp-why-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.byz-investor-root .fp-why-card li{font-size:.82rem;line-height:1.55;color:var(--mint);padding-left:1.2rem;position:relative}.byz-investor-root .fp-why-card li:before{content:"→";position:absolute;left:0;color:var(--lime);font-weight:700}.byz-investor-root .fp-assume{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;background:#f4f7f5;padding:1.2rem 1.3rem;border:1px solid #E5ECE7}.byz-investor-root .fp-assume-h{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--dk);margin-bottom:.5rem}.byz-investor-root .fp-assume-col p{font-size:.78rem;line-height:1.55;color:var(--muted);margin:0}@media(max-width:860px){.byz-investor-root .fp-header,.byz-investor-root .fp-ai-grid,.byz-investor-root .fp-assume{grid-template-columns:1fr}.byz-investor-root .fp-title{font-size:1.5rem}}.ltv-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:1.5rem 0 2.5rem}.ltv-metric{background:var(--white);border:1px solid #C9D6CE;border-top:3px solid var(--dk);padding:1.4rem 1.3rem;display:flex;flex-direction:column;gap:.5rem}.ltv-metric-hl{background:var(--dk);border-top-color:var(--lime)}.ltv-m-label{font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.ltv-metric-hl .ltv-m-label{color:var(--mint)}.ltv-m-value{font-family:var(--display);font-size:2.2rem;line-height:1;color:var(--dk);letter-spacing:-.02em}.ltv-metric-hl .ltv-m-value{color:var(--lime)}.ltv-m-sub{font-size:.78rem;line-height:1.5;color:var(--muted)}.ltv-metric-hl .ltv-m-sub{color:var(--mint)}.ltv-m-delta{font-size:.72rem;font-weight:700;color:#1f5a2a;margin-top:auto}.ltv-metric-hl .ltv-m-delta{color:var(--lime)}.ltv-m-delta-pos{color:#1f5a2a}.ltv-flywheel{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem;align-items:start}.ltv-fw-title{font-family:var(--display);font-size:1.5rem;line-height:1.2;color:var(--ink);margin:.4rem 0 .8rem;letter-spacing:-.02em}.ltv-fw-body{font-size:.82rem;line-height:1.65;color:var(--muted);max-width:60ch}.ltv-math{background:var(--dk);color:var(--mint);padding:1.2rem 1.3rem;margin-top:1.2rem;font-size:.85rem}.ltv-math-row{display:flex;justify-content:space-between;align-items:baseline;padding:.35rem 0}.ltv-math-row span:last-child{font-weight:700;font-family:var(--display);letter-spacing:-.01em}.ltv-math .lime{color:var(--lime)}.ltv-math .amber{color:#e0a050}.ltv-math-divider{height:1px;background:#d0e0c040;margin:.4rem 0}.ltv-math-total span:last-child{font-size:1.05rem}.ltv-fw-right{display:flex;flex-direction:column;gap:.4rem}.ltv-step{display:flex;gap:1rem;align-items:flex-start;border:1px solid #C9D6CE;background:var(--white);padding:1rem 1.1rem}.ltv-step-num{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--dk);color:var(--lime);display:flex;align-items:center;justify-content:center;font-family:var(--display);font-size:1rem}.ltv-step-body h4{font-size:.9rem;font-weight:700;color:var(--ink);margin:0 0 .25rem}.ltv-step-body p{font-size:.78rem;line-height:1.55;color:var(--muted);margin:0}.ltv-step-hl{background:#a1e88824;border-color:var(--lime)}.ltv-step-arrow{text-align:center;color:#7a8c82;font-size:1rem;line-height:1}.ltv-tools-head{margin-bottom:1.2rem}.ltv-tools-title{font-family:var(--display);font-size:1.4rem;color:var(--ink);letter-spacing:-.02em;margin-bottom:.4rem}.ltv-tools-sub{font-size:.82rem;line-height:1.6;color:var(--muted);max-width:80ch}.ltv-tools{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2.5rem}.ltv-tool{background:var(--white);border:1px solid #C9D6CE;border-top:3px solid var(--dk);padding:1.3rem 1.1rem;display:flex;flex-direction:column}.ltv-tool-icon{font-size:1.4rem;margin-bottom:.5rem}.ltv-tool h4{font-size:.88rem;font-weight:700;color:var(--ink);margin:0 0 .5rem}.ltv-tool p{font-size:.76rem;line-height:1.55;color:var(--muted);margin:0 0 .8rem}.ltv-tool-badge{margin-top:auto;background:#a1e88838;color:#1f5a2a;font-size:.68rem;font-weight:700;padding:.4rem .65rem;display:inline-block;align-self:flex-start;letter-spacing:.02em}.ltv-bl{background:var(--dk);color:var(--mint);padding:2.2rem;display:block;margin-top:1rem}.ltv-bl-tag{color:var(--lime);text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:700;margin-bottom:.6rem}.ltv-bl-title{color:var(--white);font-family:var(--display);font-size:1.7rem;letter-spacing:-.02em;margin:0 0 .8rem}.ltv-bl-body{font-size:.85rem;line-height:1.65;color:var(--mint);margin:0 0 1.2rem;max-width:80ch}.ltv-bl-econ{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem}.ltv-bl-cell{background:#ffffff0a;border:1px solid rgba(208,224,192,.18);padding:.9rem 1rem}.ltv-bl-v{font-family:var(--display);font-size:1.5rem;color:var(--lime);letter-spacing:-.02em;line-height:1}.ltv-bl-l{font-size:.72rem;color:var(--mint);margin-top:.35rem;line-height:1.4}.ltv-bl-compare{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:stretch;background:#ffffff0a;padding:1rem;height:100%}.ltv-bl-col{padding:1rem;display:flex;flex-direction:column;gap:.4rem}.ltv-bl-col-bl{background:#a1e8881a;border:1px solid rgba(161,232,136,.4)}.ltv-bl-col-label{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--mint)}.ltv-bl-col-cac{font-family:var(--display);font-size:1.7rem;letter-spacing:-.02em;line-height:1}.ltv-bl-col-cac.lime{color:var(--lime)}.ltv-bl-col-cac.amber{color:#e0a050}.ltv-bl-col-sub{font-size:.7rem;color:var(--mint);text-transform:uppercase;letter-spacing:.08em}.ltv-bl-col ul{list-style:none;padding:0;margin:.6rem 0 0;display:flex;flex-direction:column;gap:.3rem}.ltv-bl-col ul li{font-size:.78rem;color:var(--mint);padding-left:1rem;position:relative;line-height:1.4}.ltv-bl-col ul li:before{content:"→";position:absolute;left:0;color:var(--lime)}.ltv-bl-vs{align-self:center;color:var(--mint);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;opacity:.7}@media(max-width:900px){.ltv-metrics{grid-template-columns:1fr 1fr}.ltv-flywheel{grid-template-columns:1fr}.ltv-tools{grid-template-columns:1fr 1fr}.ltv-bl{padding:1.5rem}.ltv-bl-econ{grid-template-columns:1fr 1fr}}@media(max-width:600px){.ltv-metrics,.ltv-tools,.ltv-bl-econ{grid-template-columns:1fr}}.lp-preview-block{margin-top:2.75rem;display:grid;grid-template-columns:1fr;gap:1.1rem}.lp-preview-title{font-family:var(--display,inherit);font-size:1.55rem;line-height:1.15;color:var(--white);letter-spacing:-.02em;margin:.35rem 0 .55rem}.lp-preview-sub{font-size:.88rem;line-height:1.65;color:var(--mint);max-width:78ch;margin:0}.lp-preview-frame{margin-top:.4rem;background:var(--dk);border:1px solid rgba(161,232,136,.25);padding:.6rem;overflow:hidden;border-radius:6px}.lp-preview-frame img{display:block;width:100%;height:auto;border-radius:3px}@media(max-width:900px){.lp-preview-title{font-size:1.25rem}.lp-preview-frame{padding:.4rem}}.byz-investor-root .ml-mandate-inline{margin-top:1.1rem;background:var(--white);border:1px solid #D4DDD8;border-top:3px solid var(--dk);padding:1.2rem 1.3rem}.byz-investor-root .ml-mandate-inline .ml-mandate-label{font-family:var(--display);font-size:.9rem;color:var(--dk);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.7rem}.byz-investor-root .ml-mandate-inline ul{list-style:none;padding:0;margin:0}.byz-investor-root .ml-mandate-inline li{font-size:.82rem;line-height:1.6;color:var(--ink);padding:.45rem 0 .45rem 1.2rem;position:relative;border-bottom:1px solid #EEF1ED}.byz-investor-root .ml-mandate-inline li:last-child{border-bottom:none}.byz-investor-root .ml-mandate-inline li:before{content:"›";position:absolute;left:0;color:var(--dk);font-weight:700}.byz-investor-root .ml-newhire.ml-vet{background:var(--dk);color:var(--lime)}.byz-investor-root .ml-team-divider{height:1px;background:#eef1ed;margin:.85rem 0}
