.is-public-landing {
    margin: 0;
    background: #f5f8fa;
    color: #10253a;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    overflow-x: hidden;
}
.is-public-landing * { box-sizing: border-box; letter-spacing: 0; }
.is-public-landing a { color: inherit; text-decoration: none; }
.is-public-landing h1,.is-public-landing h2,.is-public-landing h3,.is-public-landing p { margin-top: 0; }
.lp-shell { min-height: 100vh; background: #f5f8fa; }
.lp-header {
    position: fixed; z-index: 50; top: 18px; left: 50%; transform: translateX(-50%);
    width: min(1240px, calc(100% - 36px)); min-height: 70px; padding: 10px 12px 10px 18px;
    display: flex; align-items: center; gap: 30px; color: #10253a;
    background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.84); border-radius: 8px;
    box-shadow: 0 10px 34px rgba(12,38,48,.12); backdrop-filter: blur(22px) saturate(150%);
    transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
}
.lp-header.is-scrolled { background: rgba(255,255,255,.97); box-shadow: 0 14px 38px rgba(12,38,48,.18); }
.lp-brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.lp-brand-mark { display:block; width:46px; height:46px; object-fit:contain; flex:0 0 auto; filter:drop-shadow(0 8px 11px rgba(7,24,63,.22)); }
.lp-brand > span:last-child { display: grid; gap: 1px; }
.lp-brand strong { font-size: 1rem; line-height: 1.2; }
.lp-brand small { color: #637588; font-size: .68rem; line-height: 1.2; }
.lp-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.lp-nav a { color: #31485d; font-size: .82rem; font-weight: 750; }
.lp-nav a:hover { color: #087c74; }
.lp-header-actions { display: flex; gap: 8px; }
.lp-button { min-height: 44px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 6px; font-size: .84rem; font-weight: 850; line-height: 1.2; text-align: center; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.lp-button:hover { transform: translateY(-2px); }
.lp-button:active { transform: scale(.97); transition-duration: .1s; }
.lp-button-primary { background: #087c74; color: #fff !important; box-shadow: 0 9px 22px rgba(8,124,116,.22); }
.lp-button-primary:hover { background: #055f5a; box-shadow: 0 12px 28px rgba(8,124,116,.3); }
.lp-button-quiet { color: #18364b; border-color: #ccd9df; background: rgba(255,255,255,.72); }
.lp-button-light { color: #0a4746 !important; background: #fff; box-shadow: 0 12px 26px rgba(0,0,0,.16); }
.lp-button-large { min-height: 54px; padding: 0 22px; font-size: .92rem; }
.lp-mobile-menu { display: none; margin-left: auto; position: relative; }
.lp-mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; cursor: pointer; list-style: none; border: 1px solid #ccd9df; border-radius: 6px; background: #fff; }
.lp-mobile-menu summary::-webkit-details-marker { display: none; }
.lp-mobile-menu summary span { display: block; width: 19px; height: 2px; background: #10253a; }
.lp-mobile-menu nav { position: absolute; top: 52px; right: 0; width: min(310px, calc(100vw - 32px)); padding: 16px; display: grid; gap: 4px; background: #fff; border: 1px solid #d6e0e5; border-radius: 8px; box-shadow: 0 22px 50px rgba(10,37,52,.2); }
.lp-mobile-menu nav > a:not(.lp-button) { padding: 13px 8px; font-weight: 760; border-bottom: 1px solid #e6ecef; }
.lp-hero {
    position: relative; min-height: min(820px, 82svh); padding: 150px max(6vw, calc((100vw - 1280px)/2)) 72px;
    display: flex; align-items: center; overflow: hidden; isolation: isolate;
    background-color: #edf1ee; background-image: url('landing-hero-mktip.jpg'); background-size: cover; background-position: center;
}
.lp-hero-copy { position: relative; z-index: 2; width: min(620px, 52%); color: #10253a; }
.lp-eyebrow { display: block; margin-bottom: 14px; color: #087c74; font-size: .7rem; font-weight: 900; line-height: 1.3; text-transform: uppercase; }
.lp-hero h1 { margin-bottom: 14px; font-size: 5.7rem; line-height: .96; font-weight: 900; }
.lp-hero-lead { max-width: 580px; margin-bottom: 28px; color: #29475b; font-size: 1.25rem; line-height: 1.55; font-weight: 560; }
.lp-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.lp-text-link { display: inline-flex; gap: 8px; align-items: center; color: #0b5552; font-size: .86rem; font-weight: 850; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.lp-trust-list { margin: 32px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 20px; list-style: none; color: #314b5c; font-size: .76rem; font-weight: 700; }
.lp-trust-list li { display: inline-flex; align-items: center; gap: 7px; }
.lp-trust-list li span,.lp-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #17b889; box-shadow: 0 0 0 5px rgba(23,184,137,.14); }
.lp-hero-status { position: absolute; z-index: 2; right: max(4vw, calc((100vw - 1280px)/2)); bottom: 54px; width: 330px; padding: 20px 22px; color: #fff; background: rgba(9,41,46,.9); border: 1px solid rgba(255,255,255,.26); border-radius: 8px; box-shadow: 0 20px 45px rgba(9,41,46,.22); backdrop-filter: blur(15px); }
.lp-hero-status div { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; color: #bce9df; }
.lp-hero-status strong { display: block; margin-bottom: 7px; font-size: 1.05rem; }
.lp-hero-status p { margin-bottom: 0; color: #d5e3e4; font-size: .78rem; line-height: 1.5; }
.lp-signal-band { overflow: hidden; background: #0c3035; color: #e7f7f4; }
.lp-signal-track { min-height: 72px; width: min(1280px, calc(100% - 48px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: .76rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.lp-signal-track i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: #f4b431; }
.lp-section { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }
.lp-section-heading { max-width: 800px; margin-bottom: 50px; }
.lp-section-heading h2,.lp-product-copy h2,.lp-proof-intro h2,.lp-final-cta h2 { margin-bottom: 18px; font-size: 3.25rem; line-height: 1.08; font-weight: 870; }
.lp-section-heading p,.lp-product-copy p { max-width: 690px; margin-bottom: 0; color: #5a6f80; font-size: 1.02rem; line-height: 1.7; }
.lp-call-journey { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid #bdcbd2; border-bottom: 1px solid #bdcbd2; }
.lp-call-journey article { min-height: 245px; padding: 28px 24px 28px 0; display: grid; align-content: start; grid-template-columns: 50px 1fr; gap: 10px; border-right: 1px solid #bdcbd2; }
.lp-call-journey article:not(:first-child) { padding-left: 24px; }
.lp-call-journey article:last-child { border-right: 0; }
.lp-call-journey article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #dff4ef; color: #087c74; font-size: .72rem; font-weight: 900; }
.lp-call-journey small,.lp-solution > span,.lp-operation-view small { color: #6f8392; font-size: .67rem; font-weight: 850; text-transform: uppercase; }
.lp-call-journey h3 { margin: 12px 0 10px; font-size: 1.02rem; line-height: 1.3; }
.lp-call-journey p { margin: 0; color: #617384; font-size: .82rem; line-height: 1.6; }
.lp-product-stage { padding: 100px max(6vw, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 75px; color: #fff; background: #102f3e; }
.lp-product-stage .lp-eyebrow { color: #65ddc6; }
.lp-product-copy p { margin-bottom: 24px; color: #c4d3da; }
.lp-product-stage .lp-text-link { color: #78e7d2; }
.lp-operation-view { min-width: 0; padding: 24px; color: #10253a; background: #f8fbfc; border: 1px solid rgba(255,255,255,.46); border-radius: 8px; box-shadow: 0 30px 65px rgba(0,0,0,.24); }
.lp-operation-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid #d9e3e8; }
.lp-operation-top > span { display: inline-flex; align-items: center; gap: 9px; font-weight: 850; }
.lp-operation-top i { display: inline-block; }
.lp-operation-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 20px 0; }
.lp-operation-kpis > div { min-height: 125px; padding: 17px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; border-top: 4px solid #17a876; border-radius: 6px; box-shadow: 0 7px 20px rgba(20,49,66,.07); }
.lp-operation-kpis > div.is-blue { border-color: #2b76e5; }
.lp-operation-kpis > div.is-amber { border-color: #ee9d19; }
.lp-operation-kpis strong { font-size: 2.25rem; }
.lp-operation-kpis span { color: #718390; font-size: .7rem; }
.lp-operation-flow { display: grid; gap: 1px; overflow: hidden; border: 1px solid #d9e3e8; border-radius: 6px; background: #d9e3e8; }
.lp-operation-flow > div { padding: 13px 14px; display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 10px; background: #fff; }
.lp-operation-flow > div > span { width: 8px; height: 8px; border-radius: 50%; background: #b9c7cd; }
.lp-operation-flow > div > span.is-active { background: #17a876; }
.lp-operation-flow strong { font-size: .76rem; }
.lp-operation-flow small { text-transform: none; }
.lp-solutions { padding-bottom: 120px; }
.lp-solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.lp-solution { min-height: 260px; padding: 26px; display: flex; flex-direction: column; align-items: flex-start; background: #fff; border: 1px solid #d7e1e6; border-top: 4px solid #45aab8; border-radius: 8px; box-shadow: 0 12px 28px rgba(18,45,61,.07); }
.lp-solution:nth-child(3) { border-top-color: #ef9b20; }
.lp-solution:nth-child(4) { border-top-color: #e94a58; }
.lp-solution:nth-child(5) { border-top-color: #2c76e5; }
.lp-solution:nth-child(6) { border-top-color: #1aa776; }
.lp-solution-featured { color: #fff; background: #087c74; border-color: #087c74; }
.lp-solution-featured > span,.lp-solution-featured p { color: #d7f5ef; }
.lp-solution h3 { margin: 17px 0 12px; font-size: 1.2rem; line-height: 1.3; }
.lp-solution p { margin-bottom: 0; color: #647786; font-size: .85rem; line-height: 1.65; }
.lp-solution ul { margin: auto 0 0; padding: 18px 0 0; display: flex; flex-wrap: wrap; gap: 8px 15px; list-style: none; color: #fff; font-size: .72rem; font-weight: 750; }
.lp-proof-band { padding: 92px max(6vw, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; color: #fff; background: #0b4847; }
.lp-proof-band .lp-eyebrow { color: #f5c34d; }
.lp-proof-points { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.3); }
.lp-proof-points > div { min-height: 74px; display: grid; grid-template-columns: 55px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.3); }
.lp-proof-points strong { color: #f5c34d; font-size: .8rem; }
.lp-proof-points span { font-size: .9rem; font-weight: 750; }
.lp-contract-steps { margin: 0 0 70px; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); list-style: none; border-top: 1px solid #bdcbd2; }
.lp-contract-steps li { min-height: 220px; padding: 28px 30px 20px 0; display: grid; grid-template-columns: 48px 1fr; gap: 15px; border-right: 1px solid #bdcbd2; }
.lp-contract-steps li:not(:first-child) { padding-left: 30px; }
.lp-contract-steps li:last-child { border-right: 0; }
.lp-contract-steps li > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #087c74; font-weight: 900; }
.lp-contract-steps h3 { margin: 7px 0 10px; font-size: 1.05rem; }
.lp-contract-steps p { color: #607585; font-size: .84rem; line-height: 1.65; }
.lp-final-cta { padding: 54px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 55px; color: #fff; background: #153b53; border-radius: 8px; box-shadow: 0 24px 50px rgba(21,59,83,.2); }
.lp-final-cta .lp-eyebrow { color: #69dfc8; }
.lp-final-cta h2 { max-width: 760px; margin-bottom: 12px; font-size: 2.65rem; }
.lp-final-cta p { margin-bottom: 0; color: #c6d6df; }
.lp-final-actions { display: grid; justify-items: stretch; gap: 16px; text-align: center; }
.lp-final-actions > a:last-child { color: #fff; font-size: .78rem; font-weight: 800; text-decoration: underline; }
.lp-footer { width: min(1280px, calc(100% - 48px)); min-height: 170px; margin: auto; padding: 40px 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; border-top: 1px solid #d2dde2; }
.lp-footer > div:nth-child(2) { display: flex; flex-wrap: wrap; gap: 22px; color: #41576a; font-size: .77rem; font-weight: 750; }
.lp-footer > small { grid-column: 1/-1; color: #71818d; }
.lp-has-motion [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.lp-has-motion [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
    .lp-header { width: calc(100% - 24px); top: 12px; }
    .lp-nav,.lp-header-actions { display: none; }
    .lp-mobile-menu { display: block; }
    .lp-hero { padding-left: 44px; padding-right: 44px; }
    .lp-hero-copy { width: 62%; }
    .lp-hero h1 { font-size: 4.7rem; }
    .lp-hero-status { right: 30px; width: 290px; }
    .lp-call-journey { grid-template-columns: repeat(2,1fr); }
    .lp-call-journey article:nth-child(2) { border-right: 0; }
    .lp-call-journey article:nth-child(-n+2) { border-bottom: 1px solid #bdcbd2; }
    .lp-product-stage { grid-template-columns: 1fr; gap: 50px; }
    .lp-solution-grid { grid-template-columns: repeat(2,1fr); }
    .lp-proof-band { gap: 50px; }
}

@media (max-width: 720px) {
    .lp-header { min-height: 62px; padding: 8px 9px 8px 11px; }
    .lp-brand-mark { width:42px; height:42px; }
    .lp-brand strong { font-size: .88rem; }
    .lp-brand small { display: none; }
    .lp-mobile-menu summary { width: 42px; height: 42px; }
    .lp-hero { min-height: 92svh; padding: 105px 20px 30px; align-items: flex-start; background-position: 58% center; }
    .lp-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: rgba(245,248,250,.76); }
    .lp-hero-copy { width: 100%; }
    .lp-eyebrow { margin-bottom: 10px; font-size: .65rem; }
    .lp-hero h1 { font-size: 3.15rem; line-height: 1; }
    .lp-hero-lead { max-width: 92%; margin-bottom: 22px; font-size: 1.02rem; line-height: 1.5; }
    .lp-hero-actions { align-items: stretch; gap: 14px; }
    .lp-hero-actions .lp-button { width: 100%; }
    .lp-hero-actions .lp-text-link { justify-content: center; border-bottom: 0; }
    .lp-trust-list { margin-top: 22px; display: grid; gap: 9px; }
    .lp-hero-status { position: absolute; right: 20px; bottom: 24px; left: 20px; width: auto; padding: 15px 17px; }
    .lp-hero-status p { display: none; }
    .lp-signal-track { min-height: 62px; width: max-content; padding: 0 22px; justify-content: flex-start; gap: 18px; animation: lp-signal-scroll 22s linear infinite; }
    .lp-section { width: calc(100% - 36px); padding: 76px 0; }
    .lp-section-heading { margin-bottom: 34px; }
    .lp-section-heading h2,.lp-product-copy h2,.lp-proof-intro h2,.lp-final-cta h2 { font-size: 2.15rem; line-height: 1.12; }
    .lp-section-heading p,.lp-product-copy p { font-size: .93rem; line-height: 1.65; }
    .lp-call-journey { grid-template-columns: 1fr; }
    .lp-call-journey article,.lp-call-journey article:not(:first-child) { min-height: 0; padding: 22px 0; grid-template-columns: 46px 1fr; border-right: 0; border-bottom: 1px solid #bdcbd2; }
    .lp-call-journey article:last-child { border-bottom: 0; }
    .lp-call-journey article:nth-child(-n+2) { border-bottom: 1px solid #bdcbd2; }
    .lp-call-journey h3 { margin-top: 7px; }
    .lp-product-stage { padding: 72px 18px; gap: 38px; }
    .lp-operation-view { padding: 14px; }
    .lp-operation-kpis { gap: 6px; }
    .lp-operation-kpis > div { min-height: 105px; padding: 12px 10px; }
    .lp-operation-kpis strong { font-size: 1.8rem; }
    .lp-operation-flow > div { grid-template-columns: 10px 1fr; }
    .lp-operation-flow small { grid-column: 2; }
    .lp-solution-grid { grid-template-columns: 1fr; }
    .lp-solution { min-height: 220px; padding: 23px; }
    .lp-proof-band { padding: 72px 20px; grid-template-columns: 1fr; gap: 30px; }
    .lp-contract-steps { grid-template-columns: 1fr; }
    .lp-contract-steps li,.lp-contract-steps li:not(:first-child) { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid #bdcbd2; }
    .lp-final-cta { padding: 30px 22px; grid-template-columns: 1fr; gap: 26px; }
    .lp-final-cta h2 { font-size: 2rem; }
    .lp-footer { width: calc(100% - 36px); grid-template-columns: 1fr; }
    .lp-footer > div:nth-child(2) { gap: 14px 20px; }
    .lp-footer > small { grid-column: auto; }
}

@media (max-width: 390px) {
    .lp-hero { padding-left: 16px; padding-right: 16px; }
    .lp-hero h1 { font-size: 2.8rem; }
    .lp-hero-lead { max-width: 100%; font-size: .94rem; }
    .lp-button-large { min-height: 50px; padding: 0 15px; font-size: .82rem; }
    .lp-hero-status { right: 16px; left: 16px; }
    .lp-operation-kpis strong { font-size: 1.55rem; }
}

@keyframes lp-signal-scroll { from { transform: translateX(0); } to { transform: translateX(-40%); } }

@media (prefers-reduced-motion: reduce) {
    .lp-has-motion [data-reveal] { opacity: 1; transform: none; transition: none; }
    .lp-signal-track { animation: none; }
    .lp-button,.lp-header { transition: none; }
    html { scroll-behavior: auto; }
}
@media (prefers-reduced-transparency: reduce) {
    .lp-header,.lp-hero-status { background: #fff; backdrop-filter: none; }
    .lp-hero-status { color: #10253a; }
}
@media (prefers-contrast: more) {
    .lp-header,.lp-operation-view,.lp-solution { border: 2px solid currentColor; }
    .lp-button { border-color: currentColor; }
}

/* MKTIP LANDING EXPERIENCE V2 */
.is-public-landing {
    background: #eaf0f3;
    color: #0b2437;
}
.lp-shell { background: #eaf0f3; }
.lp-header {
    min-height: 76px;
    color: #fff;
    background: rgba(5, 25, 35, .84);
    border-color: rgba(255, 255, 255, .18);
    box-shadow: 0 18px 60px rgba(0, 13, 22, .28);
    backdrop-filter: blur(24px) saturate(135%);
}
.lp-header.is-scrolled {
    background: rgba(5, 25, 35, .96);
    box-shadow: 0 16px 42px rgba(0, 13, 22, .34);
}
.lp-header .lp-brand strong { color: #fff; }
.lp-header .lp-brand small { color: #a7c4cd; }
.lp-header .lp-brand-mark {
    background: transparent;
    box-shadow: none;
    filter: drop-shadow(0 10px 14px rgba(0,0,0,.28));
}
.lp-nav a { color: #d7e7eb; }
.lp-nav a:hover { color: #58e4c2; }
.lp-header .lp-button-quiet { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.lp-button-primary {
    color: #042d2b !important;
    background: #55e3bf;
    box-shadow: 0 12px 28px rgba(38, 214, 170, .28);
}
.lp-button-primary:hover { color: #fff !important; background: #087f76; box-shadow: 0 16px 36px rgba(11, 163, 143, .36); }
.lp-button { transition: transform .32s cubic-bezier(.22,1,.36,1), background .25s ease, color .25s ease, box-shadow .32s ease; }
.lp-button:hover { transform: translateY(-3px) scale(1.01); }
.lp-mobile-menu summary { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.lp-mobile-menu summary span { background: #fff; }
.lp-mobile-menu nav { color: #10253a; }
.lp-hero {
    min-height: min(920px, 94svh);
    padding-top: 166px;
    padding-bottom: 92px;
    color: #fff;
    background-color: #071b24;
    background-position: center center;
    border-bottom: 6px solid #18bfa5;
}
.lp-hero-copy { width: min(650px, 49%); color: #fff; }
.lp-hero .lp-eyebrow { color: #62e8c9; }
.lp-hero h1 {
    color: #fff;
    font-size: 6.15rem;
    line-height: .91;
    text-shadow: 0 7px 30px rgba(0, 0, 0, .34);
}
.lp-hero-lead { color: #d5e8ec; font-size: 1.28rem; text-shadow: 0 2px 12px rgba(0,0,0,.4); }
.lp-hero .lp-text-link { color: #fff; }
.lp-hero .lp-trust-list { color: #d7e8ec; }
.lp-hero .lp-trust-list li span { background: #5de4c3; box-shadow: 0 0 0 5px rgba(93,228,195,.16); }
.lp-hero-status {
    right: max(3vw, calc((100vw - 1360px)/2));
    bottom: 44px;
    width: 386px;
    padding: 22px;
    color: #fff;
    background: rgba(4, 22, 31, .88);
    border-color: rgba(102, 235, 205, .42);
    box-shadow: 0 28px 70px rgba(0, 10, 18, .42);
    backdrop-filter: blur(20px) saturate(135%);
}
.lp-live-call-top { display: flex !important; justify-content: space-between; align-items: center; margin-bottom: 17px !important; color: #8ff0d9 !important; }
.lp-live-call-top > span { display: inline-flex; align-items: center; gap: 10px; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.lp-live-call-top time { padding: 5px 8px; color: #d9fff6; background: rgba(85,227,191,.12); border: 1px solid rgba(85,227,191,.24); border-radius: 4px; font-size: .7rem; font-weight: 900; font-variant-numeric: tabular-nums; }
.lp-hero-status > strong { font-size: 1.22rem; }
.lp-hero-status > p { min-height: 38px; color: #bcd1d8; }
.lp-voice-wave { height: 42px; margin: 17px 0; display: flex; align-items: center; gap: 5px; }
.lp-voice-wave i { width: 5px; height: 11px; border-radius: 2px; background: #55e3bf; transform-origin: center; animation: lp-voice 1.05s ease-in-out infinite alternate; }
.lp-voice-wave i:nth-child(2n) { background: #2db5ea; animation-delay: -.6s; }
.lp-voice-wave i:nth-child(3n) { height: 25px; animation-delay: -.25s; }
.lp-voice-wave i:nth-child(4n) { height: 34px; animation-delay: -.85s; }
.lp-call-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.lp-call-tags span { padding: 6px 8px; color: #cbe4e8; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 4px; font-size: .62rem; font-weight: 800; }
.lp-signal-band { color: #062a2a; background: #55e3bf; }
.lp-signal-track { min-height: 66px; font-weight: 900; }
.lp-signal-track i { background: #0d4050; }
.lp-impact-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    color: #fff;
    background: #0a2635;
}
.lp-impact-strip article { min-height: 196px; padding: 34px max(28px, 4vw); display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.13); }
.lp-impact-strip article:nth-child(2) { background: #0c4b4d; }
.lp-impact-strip article:nth-child(3) { color: #142c3b; background: #f3bd42; border-right: 0; }
.lp-impact-strip small { margin-bottom: 30px; color: #70ddca; font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.lp-impact-strip article:nth-child(3) small { color: #6a4a00; }
.lp-impact-strip strong { max-width: 390px; font-size: 1.2rem; line-height: 1.32; }
.lp-impact-strip span { margin-top: auto; padding-top: 22px; color: #afc6cf; font-size: .78rem; line-height: 1.5; }
.lp-impact-strip article:nth-child(3) span { color: #594816; }
.lp-platform {
    width: 100%;
    padding: 120px max(24px, calc((100vw - 1280px)/2));
    background: #fff;
}
.lp-section-heading h2, .lp-product-copy h2, .lp-proof-intro h2, .lp-final-cta h2 { color: inherit; }
.lp-call-journey { gap: 12px; border: 0; }
.lp-call-journey article, .lp-call-journey article:not(:first-child) {
    min-height: 270px;
    padding: 25px;
    grid-template-columns: 44px 1fr;
    background: #eef4f6;
    border: 1px solid #d5e1e6;
    border-top: 5px solid #13a98e;
    border-radius: 8px;
    transition: transform .38s cubic-bezier(.22,1,.36,1), box-shadow .38s ease, background .3s ease;
}
.lp-call-journey article:nth-child(2) { border-top-color: #2c77e8; }
.lp-call-journey article:nth-child(3) { border-top-color: #e9a321; }
.lp-call-journey article:nth-child(4) { border-top-color: #e44958; }
.lp-call-journey article:hover { transform: translateY(-8px); background: #fff; box-shadow: 0 20px 42px rgba(16,52,70,.13); }
.lp-product-stage {
    min-height: 760px;
    padding-top: 116px;
    padding-bottom: 116px;
    background: #061b29;
    border-top: 1px solid #15384a;
    border-bottom: 1px solid #15384a;
}
.lp-product-copy h2 { font-size: 3.75rem; }
.lp-operation-view {
    position: relative;
    padding: 28px;
    border-color: rgba(101,232,201,.38);
    box-shadow: 0 38px 90px rgba(0,0,0,.38), 0 0 0 8px rgba(255,255,255,.025);
    transform: perspective(1100px) rotateY(-3deg) rotateX(1deg);
    transition: transform .7s cubic-bezier(.22,1,.36,1), box-shadow .7s ease;
}
.lp-operation-view:hover { transform: perspective(1100px) rotateY(0) rotateX(0) translateY(-7px); box-shadow: 0 48px 110px rgba(0,0,0,.46), 0 0 0 8px rgba(255,255,255,.04); }
.lp-demo-label { position: absolute; top: -15px; right: 20px; padding: 8px 11px; color: #073730; background: #61e4c5; border-radius: 4px; font-size: .62rem; font-weight: 900; text-transform: uppercase; box-shadow: 0 8px 20px rgba(0,0,0,.16); }
.lp-operation-kpis > div { transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease; }
.lp-operation-kpis > div:hover { transform: translateY(-4px); box-shadow: 0 13px 28px rgba(20,49,66,.13); }
.lp-operation-flow > div { position: relative; transition: background .35s ease, padding .35s ease; }
.lp-operation-flow > div.is-current { background: #e8f9f4; padding-left: 19px; }
.lp-operation-flow > div.is-current::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: #11ad8d; }
.lp-solutions {
    width: 100%;
    padding: 120px max(24px, calc((100vw - 1280px)/2));
    background: #e8eef2;
}
.lp-solution-grid { grid-template-columns: repeat(12, minmax(0,1fr)); gap: 16px; }
.lp-solution { min-height: 285px; grid-column: span 4; padding: 28px; box-shadow: 0 14px 34px rgba(17,47,64,.09); transition: transform .38s cubic-bezier(.22,1,.36,1), box-shadow .38s ease; }
.lp-solution:hover { transform: translateY(-7px); box-shadow: 0 26px 50px rgba(17,47,64,.16); }
.lp-solution-featured { min-height: 350px; grid-column: span 6; background: #087c74; }
.lp-solution:nth-child(2), .lp-solution:nth-child(3) { grid-column: span 3; min-height: 350px; }
.lp-solution:nth-child(3) { color: #3a2b08; background: #f6c34d; border-color: #d99c16; }
.lp-solution:nth-child(3) > span, .lp-solution:nth-child(3) p { color: #5b4615; }
.lp-solution:nth-child(4) { color: #fff; background: #163b55; border-color: #163b55; }
.lp-solution:nth-child(4) > span, .lp-solution:nth-child(4) p { color: #c7dce8; }
.lp-solution:nth-child(5) { background: #e7efff; border-color: #9cb9f4; }
.lp-solution:nth-child(6) { background: #e4f6ef; border-color: #82cfb4; }
.lp-proof-band {
    min-height: 680px;
    padding: 0;
    grid-template-columns: 1.08fr .92fr;
    gap: 0;
    align-items: stretch;
    background: #082936;
}
.lp-proof-image { position: relative; min-width: 0; min-height: 680px; margin: 0; overflow: hidden; }
.lp-proof-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform 1.2s cubic-bezier(.22,1,.36,1); }
.lp-proof-image:hover img { transform: scale(1.035); }
.lp-proof-image figcaption { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 15px 18px; display: flex; align-items: center; gap: 10px; color: #fff; background: rgba(4,25,34,.88); border: 1px solid rgba(255,255,255,.2); border-radius: 6px; backdrop-filter: blur(16px); font-size: .76rem; font-weight: 800; }
.lp-proof-content { padding: 86px max(36px, 5vw); display: flex; flex-direction: column; justify-content: center; }
.lp-proof-intro p { color: #aec5ce; font-size: .94rem; line-height: 1.65; }
.lp-proof-content .lp-proof-points { margin-top: 34px; }
.lp-contract { width: 100%; padding: 120px max(24px, calc((100vw - 1280px)/2)); background: #fff; }
.lp-contract-steps { gap: 12px; border: 0; }
.lp-contract-steps li, .lp-contract-steps li:not(:first-child) { min-height: 250px; padding: 28px; background: #eef4f6; border: 1px solid #d5e1e6; border-radius: 8px; }
.lp-contract-steps li:nth-child(2) { background: #e7efff; border-color: #bed0f4; }
.lp-contract-steps li:nth-child(3) { background: #e4f6ef; border-color: #a4ddcb; }
.lp-final-cta { min-height: 330px; padding: 62px; background: #0a4f50; box-shadow: 0 30px 70px rgba(7,65,67,.24); }
.lp-footer { width: 100%; padding: 52px max(24px, calc((100vw - 1280px)/2)); color: #d7e6ea; background: #061b29; border: 0; }
.lp-footer .lp-brand strong { color: #fff; }
.lp-footer .lp-brand small, .lp-footer > small, .lp-footer > div:nth-child(2) { color: #94adb8; }

@keyframes lp-voice {
    0% { transform: scaleY(.45); opacity: .62; }
    100% { transform: scaleY(1.15); opacity: 1; }
}

@media (max-width: 1080px) {
    .lp-hero-copy { width: 58%; }
    .lp-hero h1 { font-size: 5rem; }
    .lp-impact-strip article { padding-inline: 28px; }
    .lp-solution-featured { grid-column: span 6; }
    .lp-solution:nth-child(2), .lp-solution:nth-child(3) { grid-column: span 3; }
    .lp-solution:nth-child(n+4) { grid-column: span 4; }
}

@media (max-width: 720px) {
    .lp-header { min-height: 66px; background: rgba(4,22,31,.94); }
    .lp-hero {
        min-height: 96svh;
        padding: 112px 18px 30px;
        color: #fff;
        background-position: 67% center;
    }
    .lp-hero::before { background: rgba(4, 20, 28, .62); }
    .lp-hero-copy { width: 100%; }
    .lp-hero h1 { font-size: 3.35rem; color: #fff; }
    .lp-hero-lead { max-width: 100%; color: #e1eef1; }
    .lp-hero-status { right: 18px; bottom: 20px; left: 18px; padding: 14px 16px; background: rgba(4,22,31,.9); }
    .lp-hero-status > strong { font-size: 1rem; }
    .lp-hero-status > p, .lp-call-tags { display: none; }
    .lp-voice-wave { height: 24px; margin: 10px 0 0; }
    .lp-voice-wave i { width: 4px; }
    .lp-signal-band { border-bottom: 1px solid #1b6f68; }
    .lp-impact-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; background: #0a2635; }
    .lp-impact-strip::-webkit-scrollbar { display: none; }
    .lp-impact-strip article { min-width: 84vw; min-height: 190px; padding: 27px 24px; scroll-snap-align: start; }
    .lp-platform, .lp-solutions, .lp-contract { padding: 82px 18px; }
    .lp-call-journey { gap: 10px; }
    .lp-call-journey article, .lp-call-journey article:not(:first-child) { padding: 22px; border: 1px solid #d5e1e6; border-top-width: 5px; }
    .lp-product-stage { min-height: 0; padding: 82px 18px; }
    .lp-product-copy h2 { font-size: 2.3rem; }
    .lp-operation-view { padding: 16px; transform: none; }
    .lp-operation-view:hover { transform: none; }
    .lp-demo-label { right: 12px; }
    .lp-solution-grid { grid-template-columns: 1fr; }
    .lp-solution, .lp-solution-featured, .lp-solution:nth-child(n) { min-height: 235px; grid-column: auto; }
    .lp-proof-band { min-height: 0; grid-template-columns: 1fr; }
    .lp-proof-image { min-height: 360px; }
    .lp-proof-image figcaption { right: 14px; bottom: 14px; left: 14px; }
    .lp-proof-content { padding: 64px 20px 72px; }
    .lp-contract-steps { gap: 10px; }
    .lp-contract-steps li, .lp-contract-steps li:not(:first-child) { min-height: 210px; padding: 24px; border: 1px solid #d5e1e6; }
    .lp-final-cta { min-height: 0; padding: 38px 24px; }
    .lp-footer { padding: 48px 18px; }
}

@media (max-width: 390px) {
    .lp-hero h1 { font-size: 3rem; }
    .lp-hero-status { right: 14px; left: 14px; }
    .lp-impact-strip article { min-width: 88vw; }
    .lp-proof-image { min-height: 310px; }
}

@media (prefers-reduced-motion: reduce) {
    .lp-voice-wave i { animation: none; }
    .lp-call-journey article, .lp-operation-view, .lp-operation-kpis > div, .lp-solution, .lp-proof-image img { transition: none; transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
    .lp-header, .lp-hero-status, .lp-proof-image figcaption { background: #071f2a; backdrop-filter: none; }
}

/* Mobile touch targets */
@media (max-width: 760px) {
    .lp-header .lp-brand,
    .lp-text-link,
    .lp-final-actions > a:not(.lp-button),
    .lp-footer a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
}
/* MKTIP LANDING POLISH V3
   Refinamento de hierarquia, feedback e comportamento mobile. */
.lp-hero h1 {
    margin-bottom: 18px;
    color: #91eed9;
    font-size: .88rem;
    line-height: 1.2;
    font-weight: 850;
    text-transform: uppercase;
    text-shadow: none;
}
.lp-hero-statement {
    max-width: 680px;
    margin-bottom: 22px;
    color: #fff;
    font-size: 4.55rem;
    line-height: 1.01;
    font-weight: 900;
    text-wrap: balance;
    text-shadow: 0 7px 30px rgba(0,0,0,.34);
}
.lp-live-journey {
    margin: 4px 0 16px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 7px;
    list-style: none;
}
.lp-live-journey li {
    min-width: 0;
    padding: 9px 8px;
    display: grid;
    gap: 3px;
    color: #8aa3ad;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 5px;
    font-size: .59rem;
    font-weight: 850;
    text-transform: uppercase;
    transition: color .28s ease, background .28s ease, border-color .28s ease;
}
.lp-live-journey li span { color: inherit; font-size: .55rem; }
.lp-live-journey li.is-complete { color: #9beedc; border-color: rgba(85,227,191,.2); }
.lp-live-journey li.is-current { color: #062d2a; background: #55e3bf; border-color: #55e3bf; }

.lp-operation-view { transform: translateY(0); }
.lp-operation-view:hover { transform: translateY(-5px); }

.lp-button:focus-visible,
.lp-nav a:focus-visible,
.lp-text-link:focus-visible,
.lp-mobile-menu summary:focus-visible,
.lp-footer a:focus-visible {
    outline: 3px solid #f3bd42;
    outline-offset: 4px;
}
.lp-platform,
.lp-product-stage,
.lp-solutions,
.lp-proof-band,
.lp-contract {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

@media (hover: hover) and (pointer: fine) {
    .lp-nav a,
    .lp-text-link,
    .lp-footer a { transition: color .2s ease, opacity .2s ease; }
}

@media (max-width: 720px) {
    .lp-hero {
        min-height: 0;
        padding: 112px 18px 34px;
        display: block;
        background-position: 67% center;
    }
    .lp-hero h1 {
        margin-bottom: 13px;
        color: #91eed9;
        font-size: .78rem;
    }
    .lp-hero-statement {
        margin-bottom: 18px;
        font-size: 3.05rem;
        line-height: 1.02;
    }
    .lp-hero-status {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-top: 30px;
        padding: 17px;
        background: rgba(4,22,31,.92);
    }
    .lp-hero-status > p { display: block; min-height: 0; }
    .lp-call-tags { display: none; }
    .lp-live-journey { margin-bottom: 0; }
    .lp-impact-strip {
        display: grid;
        grid-template-columns: 1fr;
        overflow: visible;
    }
    .lp-impact-strip article {
        min-width: 0;
        min-height: 178px;
        padding: 27px 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.13);
    }
    .lp-impact-strip article:last-child { border-bottom: 0; }
}

@media (max-width: 390px) {
    .lp-hero-statement { font-size: 2.65rem; }
}

@media (prefers-reduced-motion: reduce) {
    .lp-live-journey li { transition: none; }
}

/* MKTIP COLLECTION PRODUCTS V4
   Product stories for recurring collection and one-off voice campaigns. */
.lp-automation {
    width: 100%;
    padding: 120px max(24px, calc((100vw - 1280px)/2));
    color: #102b3d;
    background: #f7fafb;
    content-visibility: auto;
    contain-intrinsic-size: 1600px;
}
.lp-automation-heading {
    margin-bottom: 56px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
    gap: 64px;
    align-items: end;
}
.lp-automation-heading h2 {
    max-width: 820px;
    margin: 10px 0 0;
    font-size: 3.45rem;
    line-height: 1.04;
    text-wrap: balance;
}
.lp-automation-heading > p {
    margin: 0;
    color: #536d7d;
    font-size: 1rem;
    line-height: 1.7;
}
.lp-automation-product {
    min-height: 660px;
    padding: 54px;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
    gap: 68px;
    align-items: center;
    border: 1px solid #cbdce2;
    border-radius: 8px;
    overflow: hidden;
}
.lp-automation-product + .lp-automation-product { margin-top: 24px; }
.lp-smart-ruler { background: #e7f5f1; border-color: #8fcfbd; }
.lp-voice-blast { color: #f4fbfd; background: #082a3a; border-color: #174a5d; }
.lp-product-number {
    display: inline-block;
    margin-bottom: 22px;
    color: #087d70;
    font-size: .67rem;
    font-weight: 900;
    text-transform: uppercase;
}
.lp-voice-blast .lp-product-number { color: #6ce3c7; }
.lp-automation-copy h3 {
    margin: 0 0 18px;
    color: inherit;
    font-size: 2.75rem;
    line-height: 1.04;
    text-wrap: balance;
}
.lp-product-lead {
    max-width: 650px;
    margin: 0 0 30px;
    color: #416474;
    font-size: 1.02rem;
    line-height: 1.7;
}
.lp-voice-blast .lp-product-lead { color: #b8d0d8; }
.lp-product-steps { margin: 0; padding: 0; display: grid; gap: 2px; list-style: none; }
.lp-product-steps li { padding: 14px 0; display: grid; grid-template-columns: 34px 1fr; gap: 13px; border-top: 1px solid #bddbd2; }
.lp-product-steps li > span { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: #0a8979; border-radius: 50%; font-size: .65rem; font-weight: 900; }
.lp-product-steps div { display: grid; gap: 3px; }
.lp-product-steps strong { font-size: .84rem; }
.lp-product-steps small { color: #567481; font-size: .73rem; line-height: 1.45; }
.lp-product-actions { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.lp-product-actions > span { max-width: 220px; color: #597482; font-size: .7rem; line-height: 1.4; }
.lp-voice-blast .lp-product-actions > span { color: #9fb8c2; }
.lp-ruler-demo,
.lp-campaign-demo {
    min-width: 0;
    padding: 26px;
    color: #163244;
    background: #fff;
    border: 1px solid #bbd5d9;
    border-radius: 7px;
    box-shadow: 0 28px 68px rgba(12, 66, 70, .16);
}
.lp-demo-toolbar { padding-bottom: 18px; display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid #dce7ea; }
.lp-demo-toolbar > div { display: flex; align-items: center; gap: 9px; }
.lp-demo-toolbar strong { font-size: .82rem; }
.lp-demo-toolbar small { color: #68808d; font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.lp-ruler-timeline { margin: 28px 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); list-style: none; }
.lp-ruler-timeline li { position: relative; min-width: 0; padding: 22px 10px 14px; display: grid; gap: 6px; border-top: 3px solid #cfdae0; }
.lp-ruler-timeline li::before { content: ""; position: absolute; top: -8px; left: 10px; width: 13px; height: 13px; background: #fff; border: 3px solid #b9c8cf; border-radius: 50%; }
.lp-ruler-timeline li.is-done { border-color: #10a889; }
.lp-ruler-timeline li.is-done::before { background: #10a889; border-color: #10a889; }
.lp-ruler-timeline li.is-current { color: #553a00; background: #fff5d6; border-color: #e5a719; }
.lp-ruler-timeline li.is-current::before { background: #f2bd35; border-color: #f2bd35; box-shadow: 0 0 0 5px rgba(242,189,53,.2); }
.lp-ruler-timeline span { font-size: .61rem; font-weight: 900; text-transform: uppercase; }
.lp-ruler-timeline strong { min-height: 34px; font-size: .76rem; line-height: 1.35; }
.lp-ruler-timeline small { color: #70838c; font-size: .61rem; }
.lp-ruler-next { padding: 16px; display: flex; justify-content: space-between; gap: 18px; align-items: center; background: #edf8f5; border-left: 4px solid #0ba287; }
.lp-ruler-next div { display: grid; gap: 4px; }
.lp-ruler-next small { color: #60808a; font-size: .62rem; text-transform: uppercase; }
.lp-ruler-next strong { font-size: .88rem; }
.lp-ruler-next span { color: #607883; font-size: .67rem; }
.lp-ruler-next b { font-size: 1.2rem; font-variant-numeric: tabular-nums; }
.lp-ruler-metrics { margin-top: 12px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.lp-ruler-metrics span { padding: 12px 10px; display: grid; gap: 2px; color: #667d88; background: #f1f5f6; font-size: .61rem; }
.lp-ruler-metrics strong { color: #123246; font-size: 1.1rem; }
.lp-demo-note { margin: 15px 0 0; color: #69808b; font-size: .64rem; line-height: 1.5; }
.lp-campaign-demo { order: -1; box-shadow: 0 30px 78px rgba(0,0,0,.28); }
.lp-campaign-title { margin: 24px 0; padding: 17px; display: flex; align-items: center; gap: 16px; background: #e8f7f4; border: 1px solid #b6ddd4; }
.lp-campaign-title > div { display: grid; gap: 4px; }
.lp-campaign-title small { color: #5e7a84; font-size: .61rem; text-transform: uppercase; }
.lp-campaign-title strong { font-size: .86rem; }
.lp-wave-mark { width: 48px; height: 38px; display: flex; align-items: center; justify-content: center; gap: 3px; background: #0b8b7b; border-radius: 5px; }
.lp-wave-mark i { width: 3px; height: 10px; background: #fff; border-radius: 2px; animation: lp-voice 1s ease-in-out infinite alternate; }
.lp-wave-mark i:nth-child(2), .lp-wave-mark i:nth-child(4) { height: 24px; animation-delay: -.45s; }
.lp-wave-mark i:nth-child(3) { height: 31px; animation-delay: -.7s; }
.lp-campaign-checks { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #d7e2e6; }
.lp-campaign-checks > span { min-width: 0; padding: 14px 12px; display: grid; grid-template-columns: 27px 1fr; gap: 2px 8px; border-right: 1px solid #d7e2e6; font-size: .68rem; font-weight: 800; }
.lp-campaign-checks > span:last-child { border-right: 0; }
.lp-campaign-checks b { grid-row: 1 / 3; width: 25px; height: 25px; display: grid; place-items: center; color: #57717d; background: #e8eef1; border-radius: 50%; font-size: .58rem; }
.lp-campaign-checks .is-ready b { color: #fff; background: #0aa184; }
.lp-campaign-checks small { color: #71858e; font-size: .57rem; font-weight: 500; }
.lp-campaign-progress { margin-top: 18px; padding: 17px; background: #f2f6f7; }
.lp-campaign-progress > div { display: flex; justify-content: space-between; gap: 12px; font-size: .68rem; }
.lp-campaign-progress > i { height: 8px; margin: 11px 0 8px; display: block; overflow: hidden; background: #dce6e9; border-radius: 4px; }
.lp-campaign-progress > i b { width: 64%; height: 100%; display: block; background: #0b9d83; border-radius: inherit; }
.lp-campaign-progress > small { color: #71858e; font-size: .59rem; }
.lp-campaign-option { margin-top: 12px; padding: 14px; display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; border: 1px solid #d5e1e5; }
.lp-campaign-option span { font-size: .69rem; font-weight: 800; }
.lp-campaign-option strong { padding: 4px 7px; color: #075e55; background: #dff5ed; border-radius: 4px; font-size: .57rem; text-transform: uppercase; }
.lp-campaign-option small { grid-column: 1 / -1; color: #70858e; font-size: .6rem; }
.lp-product-benefits { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; list-style: none; }
.lp-product-benefits li { min-height: 116px; padding: 17px; display: flex; flex-direction: column; gap: 8px; background: #0d394b; border: 1px solid #245367; }
.lp-product-benefits strong { color: #fff; font-size: .78rem; }
.lp-product-benefits span { color: #a9c2cb; font-size: .68rem; line-height: 1.55; }
.lp-automation-choice { margin-top: 20px; padding: 24px 28px; display: grid; grid-template-columns: .45fr 1fr 1fr; gap: 28px; align-items: center; color: #254353; background: #fff; border: 1px solid #d4e1e6; border-left: 5px solid #f0b52c; }
.lp-automation-choice > strong { font-size: 1rem; }
.lp-automation-choice span { color: #5c7480; font-size: .76rem; line-height: 1.5; }
.lp-automation-choice b { color: #17394b; }

@media (max-width: 1080px) {
    .lp-automation-heading { grid-template-columns: 1fr; gap: 22px; }
    .lp-automation-heading > p { max-width: 720px; }
    .lp-automation-product { padding: 40px; grid-template-columns: 1fr; gap: 42px; }
    .lp-campaign-demo { order: 0; }
}

@media (max-width: 720px) {
    .lp-automation { padding: 78px 18px; }
    .lp-automation-heading { margin-bottom: 34px; }
    .lp-automation-heading h2 { font-size: 2.35rem; }
    .lp-automation-product { min-height: 0; padding: 24px 18px; gap: 34px; border-radius: 7px; }
    .lp-automation-copy h3 { font-size: 2.05rem; }
    .lp-product-lead { font-size: .92rem; }
    .lp-ruler-demo, .lp-campaign-demo { padding: 17px; }
    .lp-ruler-timeline { grid-template-columns: 1fr; }
    .lp-ruler-timeline li { padding: 13px 12px 13px 32px; border-top: 0; border-left: 3px solid #cfdae0; }
    .lp-ruler-timeline li::before { top: 16px; left: -8px; }
    .lp-ruler-timeline li.is-current { border-left-color: #e5a719; }
    .lp-ruler-timeline li.is-done { border-left-color: #10a889; }
    .lp-ruler-timeline strong { min-height: 0; }
    .lp-ruler-metrics { grid-template-columns: 1fr 1fr 1fr; }
    .lp-campaign-checks { grid-template-columns: 1fr; }
    .lp-campaign-checks > span { border-right: 0; border-bottom: 1px solid #d7e2e6; }
    .lp-campaign-checks > span:last-child { border-bottom: 0; }
    .lp-product-benefits { grid-template-columns: 1fr; }
    .lp-product-benefits li { min-height: 0; }
    .lp-product-actions { align-items: stretch; }
    .lp-product-actions .lp-button { width: 100%; justify-content: center; }
    .lp-product-actions > span { max-width: none; }
    .lp-automation-choice { padding: 22px; grid-template-columns: 1fr; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .lp-wave-mark i { animation: none; }
}