:root {
    --lp-bg-0: #09131c;
    --lp-bg-1: #102233;
    --lp-bg-2: #132e3f;
    --lp-surface: rgba(14, 30, 44, 0.72);
    --lp-surface-2: rgba(18, 37, 52, 0.84);
    --lp-border: rgba(172, 206, 230, 0.22);
    --lp-text: #e9f4ff;
    --lp-muted: #9ab1c4;
    --lp-accent: #33d7bf;
    --lp-accent-2: #6fe8ff;
    --lp-warm: #ffc886;
    --lp-danger: #f19393;
    --lp-page-bg:
        radial-gradient(circle at 8% 12%, rgba(56, 176, 227, 0.22), transparent 28%),
        radial-gradient(circle at 84% 18%, rgba(244, 196, 132, 0.2), transparent 36%),
        radial-gradient(circle at 72% 76%, rgba(62, 223, 190, 0.2), transparent 36%),
        linear-gradient(140deg, var(--lp-bg-0) 10%, var(--lp-bg-1) 48%, var(--lp-bg-2) 100%);
    --lp-dot-color: rgba(255, 255, 255, 0.09);
    --lp-dot-opacity: 0.22;
    --lp-dot-blend: screen;
    --lp-topbar-bg: rgba(9, 21, 33, 0.58);
    --lp-topbar-bg-compact: rgba(7, 18, 31, 0.8);
    --lp-ghost-bg: rgba(255, 255, 255, 0.05);
    --lp-kpi-bg: rgba(11, 26, 38, 0.58);
    --lp-board-bg: linear-gradient(170deg, rgba(16, 35, 51, 0.86), rgba(13, 28, 42, 0.8));
    --lp-soft-line: rgba(255, 255, 255, 0.08);
    --lp-badge-text: #07252c;
    --lp-badge-muted-text: #c5d8e6;
    --lp-badge-muted-bg: rgba(255, 255, 255, 0.08);
    --lp-badge-muted-border: rgba(255, 255, 255, 0.14);
    --lp-lane-border: rgba(255, 255, 255, 0.09);
    --lp-lane-bg: rgba(255, 255, 255, 0.04);
    --lp-panel-bg: rgba(15, 31, 45, 0.64);
    --lp-timeline-item-bg: rgba(255, 255, 255, 0.04);
    --lp-timeline-item-border: rgba(255, 255, 255, 0.08);
    --lp-timeline-dot-bg: rgba(58, 223, 199, 0.22);
    --lp-timeline-dot-border: rgba(78, 238, 214, 0.35);
    --lp-final-border: rgba(100, 242, 223, 0.3);
    --lp-final-bg:
        linear-gradient(140deg, rgba(20, 53, 69, 0.8), rgba(13, 27, 38, 0.88)),
        radial-gradient(circle at 20% 26%, rgba(82, 213, 194, 0.24), transparent 48%);
    --lp-card-hover-border: rgba(120, 227, 238, 0.44);
    --lp-radius: 20px;
    --lp-shadow: 0 28px 56px rgba(2, 10, 20, 0.5);
}

.lp-shell {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    color: var(--lp-text);
    font-family: "Onest", "Manrope", "Segoe UI", sans-serif;
    background: var(--lp-page-bg);
}

.lp-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(var(--lp-dot-color) 0.55px, transparent 0.55px);
    background-size: 3px 3px;
    opacity: var(--lp-dot-opacity);
    mix-blend-mode: var(--lp-dot-blend);
}

.lp-shell--theme-arctic {
    --lp-bg-0: #eaf3fb;
    --lp-bg-1: #f6fbff;
    --lp-bg-2: #e7f0f9;
    --lp-text: #11283a;
    --lp-muted: #5a7387;
    --lp-accent: #15c0aa;
    --lp-accent-2: #45bff0;
    --lp-border: rgba(36, 85, 117, 0.24);
    --lp-surface: rgba(255, 255, 255, 0.78);
    --lp-surface-2: rgba(255, 255, 255, 0.94);
    --lp-page-bg:
        radial-gradient(circle at 12% 10%, rgba(83, 169, 230, 0.26), transparent 36%),
        radial-gradient(circle at 82% 17%, rgba(244, 188, 132, 0.22), transparent 38%),
        linear-gradient(145deg, #eaf4fc 6%, #f9fcff 48%, #e9f4fd 100%);
    --lp-dot-color: rgba(21, 61, 89, 0.16);
    --lp-dot-opacity: 0.34;
    --lp-dot-blend: multiply;
    --lp-topbar-bg: rgba(255, 255, 255, 0.74);
    --lp-topbar-bg-compact: rgba(250, 253, 255, 0.92);
    --lp-ghost-bg: rgba(255, 255, 255, 0.8);
    --lp-kpi-bg: rgba(255, 255, 255, 0.82);
    --lp-board-bg: linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(240, 248, 255, 0.95));
    --lp-soft-line: rgba(29, 64, 92, 0.18);
    --lp-badge-text: #05373b;
    --lp-badge-muted-text: #355268;
    --lp-badge-muted-bg: rgba(46, 94, 124, 0.08);
    --lp-badge-muted-border: rgba(46, 94, 124, 0.24);
    --lp-lane-border: rgba(45, 92, 124, 0.2);
    --lp-lane-bg: rgba(45, 92, 124, 0.06);
    --lp-panel-bg: rgba(255, 255, 255, 0.86);
    --lp-timeline-item-bg: rgba(37, 90, 121, 0.07);
    --lp-timeline-item-border: rgba(37, 90, 121, 0.2);
    --lp-timeline-dot-bg: rgba(20, 192, 170, 0.2);
    --lp-timeline-dot-border: rgba(20, 192, 170, 0.38);
    --lp-final-border: rgba(38, 108, 145, 0.3);
    --lp-final-bg:
        linear-gradient(140deg, rgba(248, 252, 255, 0.96), rgba(236, 247, 255, 0.94)),
        radial-gradient(circle at 20% 26%, rgba(67, 165, 215, 0.18), transparent 48%);
    --lp-card-hover-border: rgba(51, 145, 181, 0.36);
    --lp-shadow: 0 22px 42px rgba(31, 74, 103, 0.2);
}

.lp-shell--theme-forest {
    --lp-bg-0: #071610;
    --lp-bg-1: #0e2f24;
    --lp-bg-2: #154434;
    --lp-text: #e7fff5;
    --lp-muted: #9ecab9;
    --lp-accent: #3ce8a4;
    --lp-accent-2: #8df3cb;
    --lp-border: rgba(131, 218, 184, 0.22);
    --lp-page-bg:
        radial-gradient(circle at 10% 12%, rgba(96, 229, 176, 0.2), transparent 34%),
        radial-gradient(circle at 87% 24%, rgba(255, 201, 128, 0.16), transparent 33%),
        linear-gradient(140deg, #081913 7%, #103026 48%, #194336 100%);
    --lp-dot-color: rgba(210, 255, 240, 0.1);
    --lp-dot-opacity: 0.24;
    --lp-dot-blend: screen;
    --lp-topbar-bg: rgba(7, 22, 17, 0.62);
    --lp-topbar-bg-compact: rgba(6, 19, 15, 0.84);
    --lp-ghost-bg: rgba(195, 255, 226, 0.08);
    --lp-kpi-bg: rgba(8, 29, 21, 0.62);
    --lp-board-bg: linear-gradient(170deg, rgba(12, 43, 32, 0.86), rgba(11, 36, 28, 0.82));
    --lp-soft-line: rgba(179, 244, 217, 0.18);
    --lp-badge-text: #043022;
    --lp-badge-muted-text: #b5dccc;
    --lp-badge-muted-bg: rgba(185, 247, 219, 0.08);
    --lp-badge-muted-border: rgba(185, 247, 219, 0.2);
    --lp-lane-border: rgba(182, 250, 220, 0.16);
    --lp-lane-bg: rgba(182, 250, 220, 0.05);
    --lp-panel-bg: rgba(10, 33, 25, 0.68);
    --lp-timeline-item-bg: rgba(187, 255, 223, 0.06);
    --lp-timeline-item-border: rgba(187, 255, 223, 0.16);
    --lp-timeline-dot-bg: rgba(60, 232, 164, 0.24);
    --lp-timeline-dot-border: rgba(94, 245, 186, 0.4);
    --lp-final-border: rgba(110, 233, 182, 0.32);
    --lp-final-bg:
        linear-gradient(145deg, rgba(12, 40, 30, 0.88), rgba(10, 30, 24, 0.9)),
        radial-gradient(circle at 22% 24%, rgba(74, 229, 162, 0.18), transparent 48%);
    --lp-card-hover-border: rgba(132, 244, 198, 0.4);
}

.lp-shell--theme-sunset {
    --lp-bg-0: #2a1614;
    --lp-bg-1: #4a2823;
    --lp-bg-2: #683931;
    --lp-text: #fff2e8;
    --lp-muted: #e3b9a2;
    --lp-accent: #ffb460;
    --lp-accent-2: #ffd787;
    --lp-border: rgba(255, 211, 181, 0.24);
    --lp-page-bg:
        radial-gradient(circle at 14% 10%, rgba(255, 185, 123, 0.24), transparent 36%),
        radial-gradient(circle at 84% 18%, rgba(255, 137, 107, 0.18), transparent 30%),
        linear-gradient(140deg, #2a1715 8%, #4e2a24 50%, #754035 100%);
    --lp-dot-color: rgba(255, 239, 226, 0.1);
    --lp-dot-opacity: 0.24;
    --lp-dot-blend: screen;
    --lp-topbar-bg: rgba(39, 20, 18, 0.62);
    --lp-topbar-bg-compact: rgba(32, 16, 14, 0.86);
    --lp-ghost-bg: rgba(255, 227, 209, 0.08);
    --lp-kpi-bg: rgba(42, 23, 20, 0.62);
    --lp-board-bg: linear-gradient(170deg, rgba(64, 33, 27, 0.88), rgba(42, 23, 19, 0.84));
    --lp-soft-line: rgba(255, 222, 198, 0.2);
    --lp-badge-text: #3b2205;
    --lp-badge-muted-text: #f2ccba;
    --lp-badge-muted-bg: rgba(255, 221, 196, 0.08);
    --lp-badge-muted-border: rgba(255, 221, 196, 0.2);
    --lp-lane-border: rgba(255, 226, 202, 0.17);
    --lp-lane-bg: rgba(255, 226, 202, 0.06);
    --lp-panel-bg: rgba(50, 27, 23, 0.72);
    --lp-timeline-item-bg: rgba(255, 218, 190, 0.08);
    --lp-timeline-item-border: rgba(255, 218, 190, 0.2);
    --lp-timeline-dot-bg: rgba(255, 187, 109, 0.26);
    --lp-timeline-dot-border: rgba(255, 210, 140, 0.4);
    --lp-final-border: rgba(255, 199, 142, 0.36);
    --lp-final-bg:
        linear-gradient(145deg, rgba(66, 33, 27, 0.9), rgba(43, 21, 18, 0.92)),
        radial-gradient(circle at 22% 26%, rgba(255, 180, 96, 0.2), transparent 50%);
    --lp-card-hover-border: rgba(255, 210, 155, 0.42);
}

.lp-shell--theme-graphite {
    --lp-bg-0: #17191c;
    --lp-bg-1: #232830;
    --lp-bg-2: #303741;
    --lp-text: #f4f6fa;
    --lp-muted: #a9b3c3;
    --lp-accent: #8ea5ff;
    --lp-accent-2: #8ce0ff;
    --lp-border: rgba(190, 201, 225, 0.22);
    --lp-page-bg:
        radial-gradient(circle at 9% 12%, rgba(144, 167, 220, 0.22), transparent 33%),
        radial-gradient(circle at 84% 18%, rgba(170, 201, 255, 0.15), transparent 35%),
        linear-gradient(140deg, #181a1f 8%, #242933 48%, #343c47 100%);
    --lp-dot-color: rgba(232, 239, 255, 0.08);
    --lp-dot-opacity: 0.24;
    --lp-dot-blend: screen;
    --lp-topbar-bg: rgba(18, 21, 27, 0.62);
    --lp-topbar-bg-compact: rgba(16, 18, 24, 0.86);
    --lp-ghost-bg: rgba(243, 248, 255, 0.08);
    --lp-kpi-bg: rgba(20, 24, 31, 0.62);
    --lp-board-bg: linear-gradient(170deg, rgba(33, 39, 49, 0.88), rgba(24, 28, 35, 0.84));
    --lp-soft-line: rgba(223, 234, 255, 0.14);
    --lp-badge-text: #101933;
    --lp-badge-muted-text: #c6d1e6;
    --lp-badge-muted-bg: rgba(230, 238, 255, 0.08);
    --lp-badge-muted-border: rgba(230, 238, 255, 0.18);
    --lp-lane-border: rgba(230, 238, 255, 0.14);
    --lp-lane-bg: rgba(230, 238, 255, 0.05);
    --lp-panel-bg: rgba(26, 31, 40, 0.72);
    --lp-timeline-item-bg: rgba(230, 238, 255, 0.06);
    --lp-timeline-item-border: rgba(230, 238, 255, 0.16);
    --lp-timeline-dot-bg: rgba(142, 165, 255, 0.28);
    --lp-timeline-dot-border: rgba(172, 189, 255, 0.38);
    --lp-final-border: rgba(162, 184, 240, 0.34);
    --lp-final-bg:
        linear-gradient(145deg, rgba(33, 39, 49, 0.9), rgba(24, 28, 35, 0.9)),
        radial-gradient(circle at 22% 26%, rgba(142, 165, 255, 0.2), transparent 48%);
    --lp-card-hover-border: rgba(176, 195, 245, 0.4);
}

.lp-shell--theme-arctic .lp-brand__mark {
    border-color: rgba(31, 76, 107, 0.4);
    box-shadow: 0 0 0 4px rgba(79, 173, 219, 0.2);
}

.lp-shell--arctic-main {
    --lp-accent: #16c9b4;
    --lp-accent-2: #4ec7ff;
    --lp-page-bg:
        radial-gradient(circle at 10% 8%, rgba(85, 178, 242, 0.28), transparent 38%),
        radial-gradient(circle at 84% 14%, rgba(255, 208, 158, 0.26), transparent 40%),
        linear-gradient(145deg, #ecf6ff 0%, #f8fcff 42%, #eaf5ff 100%);
    --lp-dot-opacity: 0.3;
    --lp-shadow: 0 18px 34px rgba(33, 94, 128, 0.17);
}

.lp-topbar,
.lp-hero,
.lp-section,
.lp-final {
    width: min(1220px, calc(100% - 46px));
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.lp-topbar {
    margin-top: 22px;
    padding: 14px 18px;
    border-radius: 18px;
    border: 1px solid var(--lp-border);
    background: var(--lp-topbar-bg);
    backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: sticky;
    top: 12px;
    z-index: 20;
    transition: transform 0.2s ease, background 0.2s ease;
}

.lp-topbar.is-compact {
    transform: translateY(-3px);
    background: var(--lp-topbar-bg-compact);
}

.lp-brand {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Bricolage Grotesque", "Onest", sans-serif;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.lp-brand__mark {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: linear-gradient(145deg, #72eeff, #30ceb3 55%, #ffd08a);
    box-shadow: 0 0 0 4px rgba(61, 211, 190, 0.12);
}

.lp-nav {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.lp-nav a {
    text-decoration: none;
    font-size: 13px;
    color: var(--lp-muted);
    transition: color 0.2s ease;
}

.lp-nav a:hover {
    color: var(--lp-text);
}

.lp-topbar__actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.lp-btn {
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.16s ease, box-shadow 0.22s ease, background 0.2s ease;
}

.lp-btn:hover {
    transform: translateY(-1px);
}

.lp-btn--primary {
    color: #052021;
    background: linear-gradient(130deg, var(--lp-accent), var(--lp-accent-2));
    box-shadow: 0 16px 28px rgba(68, 223, 218, 0.32);
}

.lp-btn--ghost {
    color: var(--lp-text);
    border-color: var(--lp-border);
    background: var(--lp-ghost-bg);
}

.lp-hero {
    margin-top: 36px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: center;
}

.lp-eyebrow {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-accent-2);
    font-weight: 700;
}

.lp-hero h1,
.lp-section h2,
.lp-final h2 {
    margin: 10px 0 0;
    font-family: "Bricolage Grotesque", "Onest", sans-serif;
    font-weight: 700;
    line-height: 1.03;
}

.lp-hero h1 {
    font-size: clamp(32px, 5vw, 62px);
    max-width: 760px;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
}

.lp-lead {
    margin: 14px 0 0;
    font-size: 17px;
    line-height: 1.56;
    color: var(--lp-muted);
    max-width: 710px;
}

.lp-hero__actions {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


.lp-kpis {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.lp-kpis article {
    background: var(--lp-kpi-bg);
    border: 1px solid var(--lp-border);
    border-radius: 14px;
    padding: 12px;
}

.lp-kpis strong {
    display: block;
    font-size: 26px;
    font-family: "Bricolage Grotesque", "Onest", sans-serif;
}

.lp-kpis span {
    font-size: 12px;
    color: var(--lp-muted);
}

.lp-hero__visual {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
}

.lp-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(1px);
    animation: lpFloat 5.4s ease-in-out infinite;
}

.lp-orb--a {
    width: 200px;
    height: 200px;
    right: -30px;
    top: 8px;
    background: radial-gradient(circle, rgba(84, 236, 224, 0.35), transparent 68%);
}

.lp-orb--b {
    width: 180px;
    height: 180px;
    left: -18px;
    bottom: 24px;
    animation-delay: 0.8s;
    background: radial-gradient(circle, rgba(255, 200, 134, 0.33), transparent 66%);
}

.lp-board {
    width: min(520px, 100%);
    border-radius: var(--lp-radius);
    border: 1px solid var(--lp-border);
    background: var(--lp-board-bg);
    box-shadow: var(--lp-shadow);
    padding: 18px;
}

.lp-board__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--lp-soft-line);
}

.lp-board__head p {
    margin: 0;
    color: var(--lp-muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.lp-board__head h3 {
    margin: 6px 0 0;
    font-size: 20px;
    font-family: "Bricolage Grotesque", "Onest", sans-serif;
}

.lp-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 700;
    color: var(--lp-badge-text);
    background: linear-gradient(130deg, var(--lp-accent), #8af1ff);
}

.lp-badge--muted {
    color: var(--lp-badge-muted-text);
    background: var(--lp-badge-muted-bg);
    border: 1px solid var(--lp-badge-muted-border);
}

.lp-board__lane {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 11px;
    align-items: start;
    padding: 11px;
    border-radius: 12px;
    border: 1px solid var(--lp-lane-border);
    background: var(--lp-lane-bg);
}

.lp-board__dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    margin-top: 4px;
}

.lp-board__dot--ok { background: #63debf; }
.lp-board__dot--warn { background: #f5ba70; }
.lp-board__dot--info { background: #7cbcfb; }

.lp-board__lane b {
    font-size: 14px;
}

.lp-board__lane p {
    margin: 4px 0 0;
    color: var(--lp-muted);
    font-size: 13px;
    line-height: 1.42;
}

.lp-section {
    margin-top: 76px;
}

.lp-section__head {
    max-width: 780px;
}

.lp-section h2,
.lp-final h2 {
    font-size: clamp(28px, 4vw, 46px);
}

.lp-grid {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.lp-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-card {
    border: 1px solid var(--lp-border);
    border-radius: 16px;
    background: var(--lp-surface);
    padding: 18px;
    backdrop-filter: blur(8px);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.lp-card:hover {
    transform: translateY(-3px);
    border-color: var(--lp-card-hover-border);
    background: var(--lp-surface-2);
}

.lp-card h3 {
    margin: 0;
    font-size: 18px;
    font-family: "Bricolage Grotesque", "Onest", sans-serif;
}

.lp-card p,
.lp-card li {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--lp-muted);
}

.lp-card ul {
    margin: 10px 0 0;
    padding-left: 18px;
}

.lp-section--flow .lp-flow {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 16px;
}

.lp-flow__content,
.lp-flow__timeline {
    border: 1px solid var(--lp-border);
    border-radius: 18px;
    background: var(--lp-panel-bg);
    padding: 20px;
}

.lp-flow__content p {
    color: var(--lp-muted);
}

.lp-flow__list {
    margin: 15px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
}

.lp-flow__list li {
    color: var(--lp-muted);
    line-height: 1.45;
}

.lp-flow__timeline article {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: start;
    padding: 12px;
    border-radius: 12px;
    background: var(--lp-timeline-item-bg);
    border: 1px solid var(--lp-timeline-item-border);
}

.lp-flow__timeline article + article {
    margin-top: 10px;
}

.lp-flow__timeline span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--lp-timeline-dot-bg);
    border: 1px solid var(--lp-timeline-dot-border);
    font-family: "Bricolage Grotesque", "Onest", sans-serif;
    font-size: 13px;
}

.lp-flow__timeline h4 {
    margin: 0;
    font-size: 15px;
}

.lp-flow__timeline p {
    margin: 6px 0 0;
    color: var(--lp-muted);
    font-size: 13px;
}

.lp-card--tariff h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.lp-final {
    margin-top: 80px;
    margin-bottom: 48px;
    border-radius: 20px;
    border: 1px solid var(--lp-final-border);
    background: var(--lp-final-bg);
    box-shadow: var(--lp-shadow);
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
}

.lp-final p {
    margin: 11px 0 0;
    color: var(--lp-muted);
    max-width: 760px;
}

.lp-final__actions {
    display: grid;
    gap: 10px;
    width: min(280px, 100%);
}


.fx-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.58s ease, transform 0.58s ease;
    transition-delay: 0ms;
}

.fx-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes lpFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1160px) {
    .lp-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lp-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lp-section--flow .lp-flow,
    .lp-final {
        grid-template-columns: 1fr;
    }

    .lp-final__actions {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 900px) {
    .lp-topbar {
        flex-wrap: wrap;
        position: static;
    }

    .lp-nav {
        width: 100%;
        overflow: auto;
        padding-bottom: 4px;
        order: 3;
    }

    .lp-topbar__actions {
        width: 100%;
        order: 2;
        flex-wrap: wrap;
    }

    .lp-hero {
        grid-template-columns: 1fr;
    }

    .lp-kpis {
        grid-template-columns: 1fr;
    }

    .lp-topbar,
    .lp-hero,
    .lp-section,
    .lp-final {
        width: min(1220px, calc(100% - 30px));
    }
}

@media (max-width: 640px) {
    .lp-grid--3,
    .lp-grid--4 {
        grid-template-columns: 1fr;
    }

    .lp-hero h1 {
        font-size: clamp(26px, 9.3vw, 36px);
        line-height: 1.1;
    }

    .lp-lead {
        font-size: 15px;
        line-height: 1.45;
    }

    .lp-final__actions {
        grid-template-columns: 1fr;
    }

}
