:root {
    --lp-bg: #f4efe7;
    --lp-paper: rgba(255, 252, 246, 0.86);
    --lp-card: rgba(255, 255, 255, 0.8);
    --lp-card-strong: #fffaf4;
    --lp-text: #1f2321;
    --lp-muted: #5f665f;
    --lp-line: rgba(52, 62, 54, 0.12);
    --lp-accent: #d8782b;
    --lp-accent-deep: #b85d16;
    --lp-green: #204f43;
    --lp-green-soft: #dce6df;
    --lp-shadow: 0 24px 70px rgba(41, 32, 21, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.lp-page {
    margin: 0;
    color: var(--lp-text);
    background:
        radial-gradient(circle at top left, rgba(216, 120, 43, 0.18), transparent 28%),
        radial-gradient(circle at 100% 20%, rgba(32, 79, 67, 0.14), transparent 24%),
        linear-gradient(180deg, #f9f4ed 0%, #f2ece2 45%, #efe9df 100%);
    font: 400 18px/1.6 "IBM Plex Sans", sans-serif;
    min-height: 100vh;
    position: relative;
}

.lp-noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 18px 18px;
}

.lp-shell {
    position: relative;
    z-index: 1;
    padding: 28px 0 56px;
}

.lp-shell .container {
    width: min(1200px, calc(100% - 32px));
    max-width: none;
}

.lp-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    padding: 16px 22px;
    border: 1px solid var(--lp-line);
    border-radius: 24px;
    background: rgba(255, 250, 244, 0.72);
    backdrop-filter: blur(16px);
    box-shadow: var(--lp-shadow);
}

.lp-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--lp-text);
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.lp-brand img {
    width: 176px;
    max-width: 100%;
}

.lp-brand span {
    display: none;
}

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

.lp-nav a,
.lp-topbar-link,
.lp-contact-link {
    color: var(--lp-text);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.lp-nav a:hover,
.lp-topbar-link:hover,
.lp-contact-link:hover {
    color: var(--lp-accent-deep);
}

.lp-topbar-link {
    font-weight: 600;
}

.lp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 36px;
    align-items: center;
    padding: 42px;
    border-radius: 38px;
    background:
        linear-gradient(145deg, rgba(255, 252, 247, 0.88), rgba(248, 241, 232, 0.74)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    border: 1px solid rgba(88, 67, 41, 0.08);
    box-shadow: var(--lp-shadow);
    overflow: hidden;
}

.lp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    color: var(--lp-accent-deep);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lp-hero-copy,
.lp-section-heading,
.lp-cta-copy {
    display: grid;
    align-content: start;
    gap: 18px;
}

.lp-hero-copy {
    padding: 8px 10px 8px 6px;
}

.lp-hero h1,
.lp-section h2,
.lp-cta h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.02;
}

.lp-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.9rem, 6vw, 4.5rem);
}

.lp-lead,
.lp-section-heading p,
.lp-cta p,
.lp-price-card p {
    color: var(--lp-muted);
}

.lp-lead {
    max-width: 44rem;
    margin: 0;
    font-size: 1.1rem;
}

.lp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.lp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.lp-button:hover {
    transform: translateY(-2px);
}

.lp-button-primary {
    background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-deep));
    color: #fff;
    box-shadow: 0 16px 30px rgba(184, 93, 22, 0.24);
}

.lp-button-secondary {
    background: rgba(255, 255, 255, 0.55);
    border-color: rgba(64, 56, 43, 0.12);
    color: var(--lp-text);
}

.lp-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.lp-point,
.lp-problem-card,
.lp-feature-card,
.lp-step-card,
.lp-price-card {
    border: 1px solid var(--lp-line);
    background: var(--lp-card);
    box-shadow: 0 12px 32px rgba(37, 31, 24, 0.07);
}

.lp-point {
    padding: 18px;
    border-radius: 22px;
}

.lp-point strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
}

.lp-point span {
    display: block;
    margin-top: 6px;
    color: var(--lp-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.lp-hero-visual {
    position: relative;
    min-height: 540px;
}

.lp-card-screen {
    position: absolute;
    inset: 34px 18px 62px 18px;
    border-radius: 32px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(41, 31, 16, 0.08);
    box-shadow: 0 30px 80px rgba(55, 41, 27, 0.18);
}

.lp-card-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-floating {
    position: absolute;
    max-width: 280px;
    padding: 18px 20px;
    border-radius: 24px;
    color: #fff;
    box-shadow: 0 20px 40px rgba(30, 36, 32, 0.18);
}

.lp-floating-top {
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(32, 79, 67, 0.96), rgba(45, 101, 87, 0.94));
}

.lp-floating-bottom {
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(216, 120, 43, 0.96), rgba(184, 93, 22, 0.94));
}

.lp-floating-label,
.lp-floating-kicker {
    margin-bottom: 6px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.82;
}

.lp-floating-value {
    line-height: 1.35;
    font-family: "Manrope", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
}

.lp-floating-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lp-floating-list span {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.84rem;
}

.lp-section {
    margin-top: 26px;
    padding: 42px;
    border-radius: 34px;
    background: var(--lp-paper);
    border: 1px solid rgba(61, 52, 40, 0.08);
    box-shadow: var(--lp-shadow);
}

.lp-section-heading {
    max-width: 900px;
    margin-bottom: 28px;
}

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

.lp-section-heading.left {
    margin-bottom: 0;
}

.lp-section h2,
.lp-cta h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.lp-section-heading p,
.lp-cta-copy p {
    margin: 0;
}

.lp-problem-grid,
.lp-feature-grid,
.lp-steps,
.lp-pricing-grid {
    display: grid;
    gap: 18px;
}

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

.lp-problem-card,
.lp-feature-card,
.lp-step-card,
.lp-price-card {
    padding: 24px;
    border-radius: 28px;
}

.lp-problem-card h3,
.lp-feature-card h3,
.lp-step-card h3 {
    margin: 0 0 12px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
}

.lp-problem-card p,
.lp-feature-card p,
.lp-step-card p,
.lp-price-card ul {
    margin: 0;
    color: var(--lp-muted);
}

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

.lp-feature-card img {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    padding: 11px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(216, 120, 43, 0.12), rgba(216, 120, 43, 0.04));
}

.lp-split-section {
    display: grid;
    gap: 18px;
}

.lp-split-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
    gap: 0;
    overflow: hidden;
    border-radius: 34px;
    background: var(--lp-paper);
    border: 1px solid rgba(61, 52, 40, 0.08);
    box-shadow: var(--lp-shadow);
}

.lp-split-card-alt {
    grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.05fr);
}

.lp-split-copy {
    padding: 42px;
}

.lp-split-media {
    min-height: 360px;
}

.lp-split-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-list-check {
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.lp-list-check li {
    position: relative;
    margin-top: 16px;
    padding-left: 28px;
}

.lp-list-check li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--lp-accent);
    box-shadow: 0 0 0 6px rgba(216, 120, 43, 0.12);
}

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

.lp-step-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: var(--lp-green-soft);
    color: var(--lp-green);
    font-family: "Manrope", sans-serif;
    font-weight: 800;
}

.lp-pricing-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 22px;
    align-items: start;
}

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

.lp-price-card {
    background: rgba(255, 255, 255, 0.74);
    min-width: 20rem;
}

.lp-price-card-accent {
    color: #fff;
    background: linear-gradient(160deg, #1f5649, #2d7363);
}

.lp-price-card-accent p,
.lp-price-card-accent .lp-price-label {
    color: rgba(255, 255, 255, 0.82);
}

.lp-price-label {
    margin-bottom: 10px;
    color: var(--lp-muted);
    font-size: 0.95rem;
    font-weight: 700;
}

.lp-price-value {
    margin-bottom: 12px;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.4rem, 3vw, 2.3rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.lp-price-card-note ul {
    padding-left: 18px;
}

.lp-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 24px;
    align-items: end;
    padding: 40px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(216, 120, 43, 0.16), transparent 28%),
        linear-gradient(135deg, rgba(255, 251, 247, 0.92), rgba(246, 239, 230, 0.86));
    border: 1px solid rgba(62, 52, 39, 0.08);
}

.lp-cta-actions {
    display: grid;
    gap: 12px;
    justify-items: start;
}

.lp-contact-link {
    font-weight: 600;
}

.lp-reveal {
    animation: lp-fade-up 0.7s ease both;
}

.lp-reveal:nth-child(2) {
    animation-delay: 0.08s;
}

.lp-reveal:nth-child(3) {
    animation-delay: 0.14s;
}

@keyframes lp-fade-up {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

    .lp-steps,
    .lp-problem-grid,
    .lp-pricing-shell,
    .lp-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .lp-topbar,
    .lp-hero,
    .lp-split-card,
    .lp-split-card-alt {
        grid-template-columns: 1fr;
    }

    .lp-topbar {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 14px;
    }

    .lp-nav {
        order: 3;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .lp-nav a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 10px;
        border: 1px solid var(--lp-line);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.55);
        font-size: 0.95rem;
    }

    .lp-hero-visual {
        min-height: 460px;
    }

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

@media (max-width: 767px) {
    body.lp-page {
        font-size: 16px;
    }

    .lp-shell {
        padding: 14px 0 30px;
    }

    .lp-shell .container {
        width: calc(100% - 20px);
    }

    .lp-topbar,
    .lp-hero,
    .lp-section,
    .lp-split-copy,
    .lp-cta {
        padding: 24px;
    }

    .lp-hero h1 {
        max-width: none;
    }

    .lp-topbar {
        padding: 18px;
    }

    .lp-brand img {
        width: 156px;
    }

    .lp-topbar-link {
        font-size: 0.95rem;
    }

    .lp-feature-grid,
    .lp-problem-grid,
    .lp-steps {
        grid-template-columns: 1fr;
    }

    .lp-hero-visual {
        min-height: 360px;
    }

    .lp-card-screen {
        inset: 28px 0 48px 0;
    }

    .lp-floating {
        position: static;
        max-width: none;
        margin-top: 14px;
    }

    .lp-split-media {
        min-height: 260px;
    }

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