.lp-shell {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

.lp-primary.btn-black {
    height: 54px;
    padding: 0 30px;
    color: #fff;
    background: #000;
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
}

.lp-primary.btn-black .btn-black__text,
.lp-primary.btn-black .btn-black__text span {
    height: 54px;
    line-height: 54px;
}

.btn-black:hover .btn-black__text {
    transform: translateY(-54px);
}

.lp-primary.btn-black:hover {
    color: #fff;
    background: #000;
    box-shadow: none;
    transform: none;
}

.lp-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: #5d6f13;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lp-section {
    position: relative;
    padding: 118px 0;
}

.lp-section--soft {
    background: var(--lp-soft);
}

.lp-section-heading {
    min-width: 0;
}

.lp-section-heading h2 {
    max-width: 720px;
    margin: 16px 0 0;
    color: var(--lp-ink);
    font-size: clamp(2.35rem, 5vw, 4.35rem);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.lp-section-heading > p {
    max-width: 490px;
    margin: 22px 0 0;
    color: var(--lp-muted);
    font-size: 17px;
    line-height: 1.65;
}

.lp-section-heading--center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.lp-section-heading--center > p {
    max-width: 640px;
}

.lp-hero__copy {
    min-width: 0;
}

.lp-hero__copy h1 {
    max-width: 650px;
    margin: 24px 0 18px;
    color: var(--lp-ink);
    font-size: clamp(4rem, 6.4vw, 6.3rem);
    font-weight: 600;
    line-height: 0.91;
    letter-spacing: -0.075em;
}

.lp-hero__strap {
    margin: 0 0 20px;
    color: var(--lp-ink);
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

[data-demo-upload] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.lp-section-heading--light .lp-kicker {
    color: #fff;
}

.lp-section-heading--light .lp-kicker {
    opacity: 0.54;
}

.lp-billing {
    display: inline-flex;
    gap: 4px;
    margin-top: 28px;
    padding: 5px;
    border: 1px solid var(--lp-line);
    border-radius: 999px;
    background: #fff;
}

.lp-billing button {
    padding: 10px 17px;
    color: var(--lp-muted);
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
}

.lp-billing button.is-active {
    color: #fff;
    background: #000;
}

.lp-billing button span {
    margin-left: 4px;
    color: #576714;
    font-size: 9px;
    padding: 4px 6px;
    border-radius: 999px;
    background: var(--lp-lime);
}

.lp-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    align-items: stretch;
    margin-top: 60px;
}

.lp-price-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 600px;
    padding: 30px;
    flex-direction: column;
    border: 1px solid var(--lp-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.04);
}

.lp-price-card--featured {
    border: 2px solid #000;
    box-shadow: 0 22px 58px rgba(17, 24, 39, 0.13);
    transform: translateY(-10px);
}

.lp-price-card__badge {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 7px 13px;
    color: #111;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-radius: 0 0 11px 11px;
    background: var(--lp-lime);
    transform: translateX(-50%);
}

.lp-price-card__tier {
    display: block;
    margin-bottom: 24px;
    color: #808791;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lp-price-card__head h3 {
    margin: 0 0 10px;
    color: var(--lp-ink);
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.lp-price-card__head p {
    min-height: 52px;
    margin: 0;
    color: var(--lp-muted);
    font-size: 13px;
    line-height: 1.55;
}

.lp-price {
    display: flex;
    align-items: flex-end;
    margin: 30px 0 0;
    color: #111;
}

.lp-price > span {
    align-self: flex-start;
    margin: 8px 3px 0 0;
    font-size: 22px;
    font-weight: 600;
}

.lp-price strong {
    font-size: 58px;
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: -0.065em;
}

.lp-price small {
    margin: 0 0 4px 8px;
    color: var(--lp-muted);
    font-size: 11px;
}

.lp-price__billing {
    margin: 10px 0 24px;
    color: var(--lp-faint);
    font-size: 10px;
}

.lp-credit-box {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 70px;
    padding: 14px;
    border: 1px solid var(--lp-line);
    border-radius: 16px;
    background: var(--lp-soft);
}

.lp-credit-box > strong {
    color: #111;
    font-size: 24px;
}

.lp-credit-box > span {
    color: var(--lp-muted);
    font-size: 10px;
    line-height: 1.3;
}

.lp-credit-box--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.lp-credit-box--split span {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.lp-credit-box--split span + span {
    padding-left: 13px;
    border-left: 1px solid var(--lp-line);
    border-top: 0;
}

.lp-credit-box--split strong {
    color: #111;
    font-size: 20px;
}

.lp-price-card__features {
    display: flex;
    gap: 12px;
    margin: 26px 0 30px;
    padding: 0;
    flex-direction: column;
    list-style: none;
}

.lp-price-card__features li {
    position: relative;
    padding-left: 21px;
    color: #454c57;
    font-size: 12px;
    line-height: 1.45;
}

.lp-price-card__features li::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 11px;
    height: 6px;
    border-bottom: 1.5px solid #7c9418;
    border-left: 1.5px solid #7c9418;
    content: "";
    transform: rotate(-45deg);
}

.lp-plan-button {
    display: grid;
    width: 100%;
    min-height: 54px;
    margin-top: auto;
    place-items: center;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border-radius: 999px;
}

.lp-plan-button--outline {
    color: #111;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
}

.lp-plan-button--outline:hover {
    color: #111;
    border-color: var(--lp-lime);
    background: var(--lp-lime);
}

.lp-plan-button.checkout-loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    pointer-events: none;
    opacity: 0.8;
}

.lp-plan-button.checkout-loading::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(0, 0, 0, 0.18);
    border-top-color: #111;
    border-radius: 50%;
    animation: lp-checkout-spin 0.65s linear infinite;
    flex-shrink: 0;
}

.lp-plan-button.btn-black.checkout-loading::before {
    border-color: rgba(255, 255, 255, 0.25);
    border-top-color: #fff;
}

.lp-plan-button.btn-black.checkout-loading .btn-black__text {
    transform: none !important;
}

.lp-plan-button.btn-black.checkout-loading .btn-black__text span:nth-child(2) {
    display: none;
}

.lp-compare-plans {
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid var(--lp-line);
    border-radius: 24px;
    background: #fff;
}

.lp-compare-plans summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    color: #111;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.lp-compare-plans summary::-webkit-details-marker {
    display: none;
}

.lp-compare-plans[open] summary span {
    transform: rotate(45deg);
}

.lp-compare-plans__table {
    padding: 0 24px 24px;
    min-width: 0;
    width: 100%;
}

.lp-compare-plans__table > div {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 13px 0;
    border-top: 1px solid var(--lp-line);
}

.lp-compare-plans__table strong,
.lp-compare-plans__table span {
    color: var(--lp-muted);
    font-size: 11px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.lp-compare-plans__table strong {
    color: #111;
}

.lp-final-cta {
    padding: 0 0 94px;
}

.lp-final-cta__inner {
    display: flex;
    padding: 84px 40px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 40px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.52), transparent 28%),
        var(--lp-lime);
}

.lp-final-cta__inner .lp-kicker {
    color: #576714;
}

.lp-final-cta__inner h2 {
    max-width: 760px;
    margin: 18px 0 0;
    color: #111;
    font-size: clamp(2.6rem, 5.6vw, 5rem);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.lp-final-cta__inner p {
    margin: 20px 0 30px;
    color: #49530f;
    font-size: 16px;
}

.lp-footer {
    padding: 54px 0;
    border-top: 1px solid var(--lp-line);
    background: #fff;
}

.lp-footer__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
}

.lp-footer__brand img {
    width: auto;
    height: 28px;
    display: block;
}

.lp-footer p,
.lp-footer > span {
    margin: 0;
    color: var(--lp-faint);
    font-size: 11px;
    line-height: 28px;
}

.lp-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.lp-footer nav a {
    color: var(--lp-muted);
    font-size: 11px;
    font-weight: 600;
}

.lp-footer nav a:hover {
    color: #000;
}

.lp-footer__inner > span {
    color: var(--lp-faint);
    font-size: 10px;
    line-height: 28px;
    white-space: nowrap;
    text-align: right;
}

@media (max-width: 1100px) {
.lp-hero__copy {
        max-width: 760px;
    }

.lp-hero__copy h1 {
        max-width: 760px;
    }
}

@media (max-width: 992px) {
.lp-pricing-grid {
        grid-template-columns: 1fr;
        max-width: 680px;
        margin-inline: auto;
    }

.lp-pricing-grid .lp-price-card[data-plan="pro"] {
        order: 1;
    }

.lp-pricing-grid .lp-price-card[data-plan="standard"] {
        order: 2;
    }

.lp-pricing-grid .lp-price-card[data-plan="basic"] {
        order: 3;
    }

.lp-price-card {
        min-height: 0;
    }

.lp-price-card--featured {
        transform: none;
    }
}

@media (max-width: 768px) {
.lp-shell {
        width: min(100% - 32px, 680px);
    }

.lp-section {
        padding: 86px 0;
    }

.lp-hero__copy h1 {
        font-size: clamp(3.45rem, 14vw, 5.5rem);
    }

.lp-compare-plans {
        overflow-x: visible;
    }

.lp-compare-plans__table {
        min-width: 0;
        width: 100%;
        padding: 0 10px 12px;
    }

.lp-compare-plans__table > div {
        grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 0.8fr));
        gap: 3px;
        padding: 7px 0;
    }

.lp-compare-plans__table strong,
.lp-compare-plans__table span {
        font-size: 9px;
        line-height: 1.2;
    }

.lp-final-cta {
        padding-bottom: 72px;
    }

.lp-final-cta__inner {
        width: calc(100% - 32px);
        padding: 64px 24px;
        border-radius: 32px;
    }

.lp-footer__inner {
        grid-template-columns: auto 1fr auto;
        align-items: center;
    }

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

@media (max-width: 480px) {
.lp-shell {
        width: calc(100% - 28px);
    }

.lp-hero__copy h1 {
        font-size: clamp(3.2rem, 17vw, 4.8rem);
    }

.lp-hero__strap {
        font-size: 1.25rem;
    }

.lp-primary.btn-black {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

.lp-price-card {
        padding: 26px 22px;
        border-radius: 26px;
    }

.lp-credit-box--split {
        grid-template-columns: 1fr 1fr;
    }

.lp-credit-box--split span + span {
        padding: 0 0 0 10px;
        border-left: 1px solid var(--lp-line);
        border-top: 0;
    }

.lp-footer__inner {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 10px;
    }

.lp-footer__inner > span {
        text-align: left;
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
html {
        scroll-behavior: auto !important;
    }
}

@keyframes lp-checkout-spin {
    to {
        transform: rotate(360deg);
    }
}
