.landing-pro {
    --lp-ink: #10271f;
    --lp-ink-soft: #18362b;
    --lp-forest: #0b241b;
    --lp-green: #25bf8d;
    --lp-green-dark: #168866;
    --lp-yellow: #f4c84b;
    --lp-paper: #f3f1e9;
    --lp-paper-deep: #e9e6dc;
    --lp-white: #fffefa;
    --lp-muted: #65736c;
    --lp-line: rgba(16, 39, 31, .12);
    margin: 0;
    min-height: 100vh;
    color: var(--lp-ink);
    background: var(--lp-paper);
    font-family: 'DM Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.landing-pro *,
.landing-pro *::before,
.landing-pro *::after {
    box-sizing: border-box;
}

.landing-pro a {
    color: inherit;
    text-decoration: none;
}

.landing-pro button,
.landing-pro input {
    font: inherit;
}

.lp-header {
    width: min(1400px, calc(100% - 48px));
    height: 88px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 32px;
}

.lp-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: max-content;
}

.lp-brand > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.lp-brand strong {
    font-family: 'Archivo', sans-serif;
    font-size: .94rem;
    letter-spacing: .13em;
}

.lp-brand small {
    margin-top: 5px;
    color: var(--lp-green-dark);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .32em;
}

.lp-brand-pulse,
.lp-demo-logo {
    height: 34px;
    display: flex;
    align-items: end;
    gap: 3px;
}

.lp-brand-pulse i,
.lp-demo-logo i {
    display: block;
    width: 5px;
    border-radius: 8px;
    background: var(--lp-green);
    animation: lpSignal 2.4s ease-in-out infinite;
}

.lp-brand-pulse i:nth-child(1), .lp-demo-logo i:nth-child(1) { height: 13px; }
.lp-brand-pulse i:nth-child(2), .lp-demo-logo i:nth-child(2) { height: 26px; animation-delay: -.6s; }
.lp-brand-pulse i:nth-child(3), .lp-demo-logo i:nth-child(3) { height: 19px; background: var(--lp-yellow); animation-delay: -1.2s; }
.lp-brand-pulse i:nth-child(4) { height: 31px; animation-delay: -1.8s; }

.lp-nav {
    display: flex;
    align-items: center;
    gap: 34px;
    font-size: .88rem;
    font-weight: 700;
}

.lp-nav a {
    position: relative;
}

.lp-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 2px;
    background: var(--lp-green);
    transition: right .25s ease;
}

.lp-nav a:hover::after { right: 0; }

.lp-header-access {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 17px;
    border: 1px solid var(--lp-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .55);
    font-size: .84rem;
    font-weight: 800;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.lp-header-access:hover {
    color: white;
    background: var(--lp-ink);
    transform: translateY(-1px);
}

.landing-pro main {
    width: min(1400px, calc(100% - 48px));
    margin: 0 auto;
}

.lp-hero {
    min-height: 690px;
    display: grid;
    grid-template-columns: minmax(540px, .92fr) minmax(0, 1.08fr);
    overflow: hidden;
    border-radius: 30px;
    background: var(--lp-forest);
    box-shadow: 0 38px 90px rgba(12, 35, 26, .17);
}

.lp-hero-copy {
    position: relative;
    z-index: 2;
    padding: clamp(50px, 5vw, 78px) clamp(42px, 5vw, 72px) 44px;
    display: flex;
    flex-direction: column;
    color: white;
    background:
        radial-gradient(circle at 12% 10%, rgba(37, 191, 141, .14), transparent 35%),
        linear-gradient(135deg, #102d22 0%, #0b2119 100%);
}

.lp-kicker,
.lp-section-number {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--lp-green);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.lp-kicker > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lp-yellow);
    box-shadow: 0 0 0 6px rgba(244, 200, 75, .12);
}

.lp-hero h1 {
    max-width: 650px;
    margin: 27px 0 24px;
    font-family: 'Archivo', sans-serif;
    font-size: clamp(3.2rem, 5.3vw, 6rem);
    line-height: .94;
    letter-spacing: -.07em;
}

.lp-hero h1 em {
    display: block;
    color: var(--lp-yellow);
    font-style: normal;
}

.lp-lead {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, .69);
    font-size: clamp(1rem, 1.3vw, 1.14rem);
    line-height: 1.68;
}

.lp-hero-actions {
    margin-top: 33px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.lp-button-primary,
.lp-button-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
}

.lp-button-primary {
    min-height: 50px;
    padding: 0 21px;
    border-radius: 10px;
    color: var(--lp-ink);
    background: var(--lp-yellow);
    box-shadow: 0 14px 36px rgba(244, 200, 75, .16);
    transition: transform .2s ease, box-shadow .2s ease;
}

.lp-button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(244, 200, 75, .24);
}

.lp-button-text {
    color: rgba(255, 255, 255, .86);
}

.lp-button-text span { color: var(--lp-green); }

.lp-trust-row {
    margin: 30px 0 25px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.lp-trust-row span {
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    color: rgba(255, 255, 255, .57);
    background: rgba(255, 255, 255, .035);
    font-size: .76rem;
}

.lp-trust-row b { color: white; }

.lp-login-card {
    margin-top: auto;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .065);
}

.lp-login-heading {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.lp-login-heading span {
    color: var(--lp-green);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lp-login-heading strong {
    font-size: .86rem;
    font-weight: 600;
}

.lp-login-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .8fr) auto;
    gap: 9px;
    align-items: end;
}

.lp-login-form .form-alert {
    grid-column: 1 / -1;
    margin: 0 0 2px;
    padding: 10px 12px;
    font-size: .78rem;
}

.lp-login-form label > span {
    display: block;
    margin: 0 0 6px;
    color: rgba(255, 255, 255, .55);
    font-size: .68rem;
    font-weight: 700;
}

.lp-login-form input {
    width: 100%;
    height: 43px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 9px;
    outline: none;
    color: white;
    background: rgba(3, 15, 10, .38);
    font-size: .79rem;
    transition: border-color .2s ease, background .2s ease;
}

.lp-login-form input::placeholder { color: rgba(255, 255, 255, .28); }
.lp-login-form input:focus { border-color: var(--lp-green); background: rgba(3, 15, 10, .58); }

.lp-login-form button {
    height: 43px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 9px;
    color: var(--lp-ink);
    background: var(--lp-green);
    font-weight: 800;
    cursor: pointer;
}

.lp-hero-visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #182c25;
}

.lp-hero-visual > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
    animation: lpHeroDrift 14s ease-in-out infinite alternate;
}

.lp-image-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(11, 36, 27, .24), transparent 25%),
        linear-gradient(0deg, rgba(8, 27, 20, .68), transparent 42%);
}

.lp-live-badge {
    position: absolute;
    top: 26px;
    right: 26px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: white;
    background: rgba(7, 28, 20, .64);
    backdrop-filter: blur(12px);
    font-size: .73rem;
    font-weight: 700;
}

.lp-live-badge i,
.lp-demo-online i {
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: var(--lp-green);
    box-shadow: 0 0 0 5px rgba(37, 191, 141, .15);
}

.lp-decision-card {
    position: absolute;
    right: 28px;
    bottom: 108px;
    width: min(290px, calc(100% - 56px));
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 16px;
    color: white;
    background: rgba(8, 29, 21, .78);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .25);
    backdrop-filter: blur(16px);
}

.lp-decision-card > span {
    color: var(--lp-yellow);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lp-decision-card > strong {
    display: block;
    margin-top: 8px;
    font-family: 'Archivo', sans-serif;
    font-size: 1rem;
}

.lp-decision-card > p {
    margin: 5px 0 17px;
    color: rgba(255, 255, 255, .6);
    font-size: .78rem;
}

.lp-decision-card > div {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.lp-decision-card b { color: #ff7765; font-size: 1.45rem; }
.lp-decision-card small { color: rgba(255, 255, 255, .5); }

.lp-visual-caption {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 27px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    color: white;
}

.lp-visual-caption span {
    color: var(--lp-green);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lp-visual-caption strong {
    max-width: 280px;
    text-align: right;
    font-family: 'Archivo', sans-serif;
    font-size: 1.02rem;
}

.lp-proof-strip {
    margin: 24px 0 112px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--lp-line);
    border-bottom: 1px solid var(--lp-line);
}

.lp-proof-strip > div {
    padding: 25px 28px;
    display: flex;
    align-items: baseline;
    gap: 11px;
    border-right: 1px solid var(--lp-line);
}

.lp-proof-strip > div:last-child { border-right: 0; }

.lp-proof-strip strong {
    font-family: 'Archivo', sans-serif;
    font-size: 1.1rem;
}

.lp-proof-strip span {
    color: var(--lp-muted);
    font-size: .76rem;
}

.lp-product-section {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(580px, 1.28fr);
    gap: clamp(50px, 7vw, 110px);
    align-items: center;
}

.lp-section-copy h2,
.lp-section-heading h2,
.lp-how-intro h2,
.lp-final-cta h2 {
    margin: 19px 0 22px;
    font-family: 'Archivo', sans-serif;
    font-size: clamp(2.3rem, 4.2vw, 4.8rem);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.lp-section-copy > p,
.lp-how-intro > p,
.lp-final-cta p {
    color: var(--lp-muted);
    line-height: 1.75;
}

.lp-section-copy ul {
    margin: 33px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--lp-line);
}

.lp-section-copy li {
    padding: 15px 0;
    display: flex;
    gap: 14px;
    border-bottom: 1px solid var(--lp-line);
    font-size: .88rem;
    font-weight: 700;
}

.lp-section-copy li span {
    color: var(--lp-green-dark);
    font-family: 'Archivo', sans-serif;
    font-size: .72rem;
}

.lp-dashboard-demo {
    overflow: hidden;
    border: 8px solid #183329;
    border-radius: 24px;
    color: white;
    background: #10291f;
    box-shadow: 0 35px 90px rgba(15, 39, 31, .22);
}

.lp-demo-topbar {
    min-height: 58px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: #0b2119;
}

.lp-demo-topbar > div {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: 'Archivo', sans-serif;
    font-size: .73rem;
    letter-spacing: .12em;
}

.lp-demo-logo { height: 20px; gap: 2px; }
.lp-demo-logo i { width: 3px; }
.lp-demo-logo i:nth-child(1) { height: 8px; }
.lp-demo-logo i:nth-child(2) { height: 16px; }
.lp-demo-logo i:nth-child(3) { height: 12px; }

.lp-demo-online {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .58);
    font-size: .69rem;
}

.lp-demo-grid {
    padding: 17px;
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 12px;
}

.lp-demo-grid article {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
}

.lp-demo-kpi {
    min-height: 142px;
    padding: 18px;
    display: flex;
    flex-direction: column;
}

.lp-demo-kpi.accent {
    background: linear-gradient(135deg, rgba(37, 191, 141, .18), rgba(255, 255, 255, .04));
}

.lp-demo-kpi > span,
.lp-demo-chart header span,
.lp-demo-insight span {
    color: rgba(255, 255, 255, .52);
    font-size: .68rem;
}

.lp-demo-kpi > strong {
    margin: 12px 0 4px;
    color: var(--lp-green);
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.7rem);
}

.lp-demo-kpi:nth-child(2) > strong { color: var(--lp-yellow); }
.lp-demo-kpi strong small { font-size: .7rem; }
.lp-demo-kpi em { margin-top: auto; color: rgba(255, 255, 255, .48); font-size: .67rem; font-style: normal; }

.lp-demo-chart {
    grid-column: 1 / -1;
    min-height: 255px;
    padding: 19px 20px 14px;
}

.lp-demo-chart header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 16px;
}

.lp-demo-chart header span,
.lp-demo-chart header strong { display: block; }
.lp-demo-chart header strong { margin-top: 4px; font-size: .82rem; }
.lp-demo-chart header > b { color: var(--lp-green); font-size: .88rem; }
.lp-demo-chart header > b small { display: block; margin-top: 3px; color: rgba(255, 255, 255, .36); font-weight: 500; }

.lp-hour-bars {
    height: 145px;
    margin-top: 17px;
    display: flex;
    align-items: end;
    gap: clamp(3px, .55vw, 7px);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 100% 36px;
}

.lp-hour-bars i {
    width: 100%;
    height: var(--h);
    display: block;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, #31c998, #167858);
    transform-origin: bottom;
    animation: lpBarRise .8s ease both;
}

.lp-hour-bars i:nth-child(3n) { animation-delay: .08s; }
.lp-hour-bars i:nth-child(4n) { animation-delay: .16s; }
.lp-hour-bars i.peak { background: linear-gradient(180deg, #f4c84b, #c78920); }

.lp-hour-labels {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, .33);
    font-size: .58rem;
}

.lp-demo-insight {
    grid-column: 1 / -1;
    padding: 15px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 13px;
    align-items: center;
}

.lp-insight-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--lp-ink);
    background: var(--lp-yellow);
    font-family: 'Archivo', sans-serif;
    font-size: .72rem;
    font-weight: 800;
}

.lp-demo-insight strong,
.lp-demo-insight p { display: block; }
.lp-demo-insight strong { margin-top: 4px; font-size: .76rem; }
.lp-demo-insight p { margin: 4px 0 0; color: rgba(255, 255, 255, .43); font-size: .64rem; }
.lp-demo-insight > b { color: var(--lp-green); font-size: .68rem; }

.lp-benefits-section {
    margin-top: 145px;
    padding: clamp(42px, 6vw, 78px);
    border-radius: 30px;
    background: var(--lp-white);
}

.lp-section-heading {
    max-width: 860px;
}

.lp-benefit-grid {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--lp-line);
}

.lp-benefit-grid article {
    min-height: 330px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--lp-line);
}

.lp-benefit-grid article:last-child { border-right: 0; }
.lp-benefit-grid article > span { color: var(--lp-green-dark); font-family: 'Archivo', sans-serif; font-size: .7rem; }

.lp-benefit-grid h3 {
    margin: auto 0 12px;
    font-family: 'Archivo', sans-serif;
    font-size: 1.25rem;
}

.lp-benefit-grid p {
    margin: 0;
    color: var(--lp-muted);
    font-size: .88rem;
    line-height: 1.65;
}

.lp-benefit-mark {
    width: 100%;
    height: 115px;
    margin-top: 26px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: var(--lp-paper);
}

.lp-benefit-mark.bars {
    padding: 20px;
    display: flex;
    align-items: end;
    gap: 10px;
}

.lp-benefit-mark.bars i { width: 24%; display: block; border-radius: 5px 5px 0 0; background: var(--lp-green); }
.lp-benefit-mark.bars i:nth-child(1) { height: 38%; }
.lp-benefit-mark.bars i:nth-child(2) { height: 72%; background: var(--lp-yellow); }
.lp-benefit-mark.bars i:nth-child(3) { height: 53%; }

.lp-benefit-mark.radar::before,
.lp-benefit-mark.radar::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(22, 136, 102, .28);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.lp-benefit-mark.radar::before { width: 82px; height: 82px; }
.lp-benefit-mark.radar::after { width: 45px; height: 45px; }
.lp-benefit-mark.radar i { position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--lp-yellow); box-shadow: 0 0 0 9px rgba(244, 200, 75, .18); }

.lp-benefit-mark.forecast::before {
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    top: 58%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lp-green) 0 44%, var(--lp-yellow) 44% 100%);
    transform: rotate(-8deg);
}

.lp-benefit-mark.forecast i { position: absolute; right: 19%; top: 27%; width: 9px; height: 9px; border-radius: 50%; background: var(--lp-yellow); box-shadow: 0 0 0 7px rgba(244, 200, 75, .16); }

.lp-how-section {
    margin: 145px 0 120px;
    display: grid;
    grid-template-columns: .76fr 1.24fr;
    gap: clamp(50px, 8vw, 140px);
}

.lp-how-intro h2 { font-size: clamp(2.5rem, 4.3vw, 4.9rem); }

.lp-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--lp-line);
}

.lp-steps li {
    padding: 26px 0;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
    border-bottom: 1px solid var(--lp-line);
}

.lp-steps li > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--lp-ink);
    background: var(--lp-yellow);
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
}

.lp-steps strong { font-family: 'Archivo', sans-serif; font-size: 1.18rem; }
.lp-steps p { margin: 7px 0 0; color: var(--lp-muted); line-height: 1.6; }

.lp-segments-section {
    padding: 40px 0;
    border-top: 1px solid var(--lp-line);
    border-bottom: 1px solid var(--lp-line);
    text-align: center;
}

.lp-segments-section > div {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lp-segments-section span {
    padding: 9px 13px;
    border: 1px solid var(--lp-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .35);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .09em;
}

.lp-segments-section p { margin: 20px 0 0; color: var(--lp-muted); }

.lp-final-cta {
    margin: 105px 0 36px;
    padding: clamp(40px, 6vw, 80px);
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    overflow: hidden;
    border-radius: 30px;
    color: white;
    background:
        radial-gradient(circle at 85% 0%, rgba(37, 191, 141, .2), transparent 30%),
        var(--lp-forest);
}

.lp-final-cta > div { max-width: 820px; }
.lp-final-cta h2 { color: white; }
.lp-final-cta p { color: rgba(255, 255, 255, .58); }
.lp-final-cta > a { flex: 0 0 auto; padding: 17px 21px; border-radius: 10px; color: var(--lp-ink); background: var(--lp-yellow); font-weight: 800; }

.lp-footer {
    width: min(1400px, calc(100% - 48px));
    min-height: 110px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    color: var(--lp-muted);
    font-size: .78rem;
}

.lp-footer p { margin: 0; }
.lp-footer > span { justify-self: end; }

@keyframes lpSignal {
    0%, 100% { transform: scaleY(.62); transform-origin: bottom; opacity: .72; }
    50% { transform: scaleY(1); opacity: 1; }
}

@keyframes lpHeroDrift {
    from { transform: scale(1.005); }
    to { transform: scale(1.035); }
}

@keyframes lpBarRise {
    from { transform: scaleY(0); opacity: 0; }
    to { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 1120px) {
    .lp-header,
    .landing-pro main,
    .lp-footer { width: min(100% - 32px, 1400px); }

    .lp-nav { gap: 20px; }
    .lp-hero { grid-template-columns: minmax(470px, .96fr) minmax(0, 1.04fr); }
    .lp-hero-copy { padding: 48px 38px 34px; }
    .lp-hero h1 { font-size: clamp(3.1rem, 5.4vw, 5rem); }
    .lp-login-form { grid-template-columns: 1fr 1fr; }
    .lp-login-form button { grid-column: 1 / -1; justify-content: center; }
    .lp-product-section { grid-template-columns: 1fr; }
    .lp-section-copy { max-width: 760px; }
}

@media (max-width: 820px) {
    .lp-header {
        height: 72px;
        grid-template-columns: 1fr auto;
        gap: 12px;
    }

    .lp-nav { display: none; }

    .lp-header-access {
        padding: 10px 13px;
        font-size: .73rem;
    }

    .lp-hero {
        min-height: auto;
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .lp-hero-copy {
        min-height: 0;
        padding: 38px 24px 26px;
    }

    .lp-hero h1 {
        max-width: 620px;
        margin: 22px 0 18px;
        font-size: clamp(2.7rem, 11vw, 4.8rem);
    }

    .lp-lead { font-size: .98rem; line-height: 1.58; }
    .lp-hero-actions { margin-top: 25px; }
    .lp-trust-row { margin: 24px 0 20px; }

    .lp-login-card {
        margin-top: 0;
        padding: 14px;
    }

    .lp-login-form { grid-template-columns: 1fr 1fr auto; }
    .lp-login-form button { grid-column: auto; }

    .lp-hero-visual {
        min-height: 430px;
        order: 2;
    }

    .lp-hero-visual > img { object-position: 67% center; }
    .lp-live-badge { top: 16px; right: 16px; }
    .lp-decision-card { right: 16px; bottom: 78px; }
    .lp-visual-caption { left: 18px; right: 18px; bottom: 18px; }

    .lp-proof-strip {
        margin: 18px 0 80px;
        grid-template-columns: 1fr 1fr;
    }

    .lp-proof-strip > div:nth-child(2) { border-right: 0; }
    .lp-proof-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--lp-line); }

    .lp-product-section { gap: 40px; }
    .lp-dashboard-demo { border-width: 5px; }
    .lp-benefits-section { margin-top: 90px; padding: 42px 24px; }
    .lp-benefit-grid { grid-template-columns: 1fr; }
    .lp-benefit-grid article { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--lp-line); }
    .lp-benefit-grid article:last-child { border-bottom: 0; }

    .lp-how-section {
        margin: 90px 0 80px;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lp-final-cta {
        margin-top: 75px;
        align-items: start;
        flex-direction: column;
    }

    .lp-footer {
        padding: 24px 0;
        grid-template-columns: 1fr auto;
    }

    .lp-footer p { display: none; }
}

@media (max-width: 560px) {
    .lp-header,
    .landing-pro main,
    .lp-footer { width: calc(100% - 24px); }

    .lp-brand strong { font-size: .8rem; }
    .lp-brand small { font-size: .52rem; }
    .lp-brand-pulse { height: 29px; }
    .lp-header-access span { display: none; }

    .lp-hero-copy { padding: 32px 18px 20px; }
    .lp-kicker { font-size: .59rem; letter-spacing: .12em; }
    .lp-hero h1 { font-size: clamp(2.45rem, 13.5vw, 3.6rem); letter-spacing: -.065em; }

    .lp-hero-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 15px;
    }

    .lp-button-primary { width: 100%; }
    .lp-button-text { justify-content: flex-start; }

    .lp-trust-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .lp-login-heading { align-items: start; flex-direction: column; gap: 3px; }
    .lp-login-form { grid-template-columns: 1fr; }
    .lp-login-form button { grid-column: auto; justify-content: center; }

    .lp-hero-visual { min-height: 365px; }
    .lp-decision-card { bottom: 74px; width: calc(100% - 32px); }
    .lp-visual-caption strong { max-width: 190px; font-size: .85rem; }

    .lp-proof-strip > div {
        padding: 17px 12px;
        align-items: start;
        flex-direction: column;
        gap: 4px;
    }

    .lp-section-copy h2,
    .lp-section-heading h2,
    .lp-how-intro h2,
    .lp-final-cta h2 { font-size: clamp(2.15rem, 10vw, 3rem); }

    .lp-demo-grid { padding: 10px; grid-template-columns: 1fr 1fr; gap: 8px; }
    .lp-demo-topbar { padding: 0 12px; }
    .lp-demo-online { max-width: 150px; text-align: right; }
    .lp-demo-kpi { min-height: 126px; padding: 13px; }
    .lp-demo-kpi > strong { font-size: 1.55rem; }
    .lp-demo-chart { padding: 15px 12px 10px; }
    .lp-hour-bars { height: 120px; gap: 2px; }
    .lp-demo-insight { grid-template-columns: auto 1fr; }
    .lp-demo-insight > b { display: none; }

    .lp-benefits-section { padding: 34px 17px; border-radius: 20px; }
    .lp-benefit-grid { margin-top: 36px; }
    .lp-benefit-grid article { padding: 24px 8px; }
    .lp-steps li { grid-template-columns: 40px 1fr; gap: 14px; }

    .lp-segments-section > div { justify-content: flex-start; }
    .lp-segments-section p { text-align: left; }

    .lp-final-cta { padding: 34px 20px; border-radius: 20px; }
    .lp-final-cta > a { width: 100%; text-align: center; }
    .lp-footer > span { max-width: 120px; text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
    .landing-pro *,
    .landing-pro *::before,
    .landing-pro *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
