.lcp-page,
.lcp-checkout {
    --lcp-primary: #0b0f19;
    --lcp-accent: #8bd3ff;
    --lcp-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--lcp-primary);
    font-family: var(--lcp-font);
    background:
        radial-gradient(circle at 88% 10%, color-mix(in srgb, var(--lcp-accent), transparent 72%), transparent 34%),
        linear-gradient(180deg, #fbfcff 0%, #eef3f8 48%, #ffffff 100%);
    overflow: clip;
}

.lcp-section {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.lcp-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    min-height: 88svh;
    padding: clamp(56px, 9vw, 120px) 0 clamp(36px, 6vw, 72px);
}

.lcp-hero__canvas {
    position: absolute;
    inset: auto -12% 10% auto;
    width: min(42vw, 520px);
    aspect-ratio: 1;
    opacity: 0.42;
    pointer-events: none;
}

.lcp-hero__content {
    position: relative;
    z-index: 2;
}

.lcp-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 16px;
    color: color-mix(in srgb, var(--lcp-primary), var(--lcp-accent) 36%);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lcp-hero h1,
.lcp-story h2,
.lcp-final h2 {
    margin: 0;
    color: var(--lcp-primary);
    font-size: clamp(44px, 7vw, 92px);
    line-height: 0.96;
    letter-spacing: 0;
}

.lcp-hero p {
    max-width: 640px;
    margin: 22px 0 0;
    color: #4b5565;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.55;
}

.lcp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.lcp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
    transform-style: preserve-3d;
}

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

.lcp-button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--lcp-primary), #263149);
    box-shadow: 0 18px 40px color-mix(in srgb, var(--lcp-primary), transparent 78%);
}

.lcp-button--ghost {
    color: var(--lcp-primary);
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(18px);
}

.lcp-price {
    display: inline-flex;
    margin-top: 22px;
    color: var(--lcp-primary);
    font-size: 22px;
    font-weight: 850;
}

.lcp-hero__media {
    position: relative;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.54);
    box-shadow: 0 30px 90px rgba(16, 24, 39, 0.16);
    overflow: hidden;
    transform-style: preserve-3d;
}

.lcp-hero__media img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.lcp-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 28px 0;
}

.lcp-proof__item,
.lcp-card,
.lcp-testimonials blockquote,
.lcp-faq details,
.lcp-checkout__summary,
.lcp-checkout__form {
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 24px 72px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(22px);
}

.lcp-proof__item {
    padding: 24px;
}

.lcp-proof strong {
    display: block;
    font-size: clamp(30px, 5vw, 54px);
    line-height: 1;
}

.lcp-proof span,
.lcp-card p,
.lcp-story p,
.lcp-testimonials blockquote,
.lcp-faq p,
.lcp-checkout p {
    color: #596274;
    line-height: 1.65;
}

.lcp-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: clamp(52px, 8vw, 100px) 0;
}

.lcp-card {
    padding: 24px;
    transform-style: preserve-3d;
}

.lcp-card span {
    display: block;
    width: 34px;
    height: 3px;
    margin-bottom: 30px;
    border-radius: 999px;
    background: var(--lcp-accent);
}

.lcp-card h2 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.15;
}

.lcp-story {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(24px, 6vw, 86px);
    align-items: center;
    padding: clamp(52px, 8vw, 110px) 0;
}

.lcp-story h2,
.lcp-final h2 {
    font-size: clamp(36px, 5vw, 68px);
}

.lcp-story p {
    margin: 0;
    font-size: clamp(18px, 2vw, 24px);
}

.lcp-gallery {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 14px;
    padding: 36px 0;
}

.lcp-gallery figure {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}

.lcp-gallery figure:first-child {
    grid-row: span 2;
}

.lcp-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
}

.lcp-testimonials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: clamp(42px, 7vw, 92px) 0;
}

.lcp-testimonials blockquote {
    margin: 0;
    padding: 24px;
    font-size: 18px;
}

.lcp-faq {
    display: grid;
    gap: 12px;
    padding: clamp(48px, 7vw, 92px) 0;
}

.lcp-faq h2 {
    margin: 0 0 16px;
    font-size: clamp(32px, 4vw, 54px);
}

.lcp-faq details {
    padding: 20px;
}

.lcp-faq summary {
    cursor: pointer;
    font-weight: 800;
}

.lcp-final {
    display: grid;
    justify-items: center;
    gap: 22px;
    padding: clamp(60px, 9vw, 120px) 0;
    text-align: center;
}

.lcp-checkout {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: 18px;
    width: min(1180px, calc(100% - 32px));
    margin: 32px auto;
    padding: 18px;
    border-radius: 8px;
}

.lcp-checkout__summary,
.lcp-checkout__form {
    padding: clamp(20px, 4vw, 38px);
}

.lcp-checkout__summary h1 {
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.02;
}

.lcp-payment-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.lcp-payment-badges span {
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    font-weight: 800;
}

.lcp-checkout .woocommerce form .form-row input.input-text,
.lcp-checkout .woocommerce form .form-row textarea,
.lcp-checkout .select2-container .select2-selection--single {
    min-height: 48px;
    border-radius: 8px;
    border-color: rgba(148, 163, 184, 0.5);
}

.lcp-checkout #place_order {
    width: 100%;
    min-height: 54px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--lcp-primary), #263149);
    font-weight: 850;
}

@media (max-width: 960px) {
    .lcp-hero,
    .lcp-story,
    .lcp-checkout {
        grid-template-columns: 1fr;
    }

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

    .lcp-gallery,
    .lcp-testimonials,
    .lcp-proof {
        grid-template-columns: 1fr;
    }

    .lcp-hero {
        min-height: auto;
    }
}

@media (max-width: 620px) {
    .lcp-benefits {
        grid-template-columns: 1fr;
    }

    .lcp-hero h1 {
        font-size: 42px;
    }

    .lcp-hero__actions,
    .lcp-button {
        width: 100%;
    }
}
