.lp-hero,
.lp-customers,
.lp-usp,
.lp-pricing,
.lp-success,
.lp-cta {
    position: relative;
}

.lp-hero *,
.lp-customers *,
.lp-usp *,
.lp-pricing *,
.lp-success *,
.lp-cta * {
    box-sizing: border-box;
}

.lp-hero img,
.lp-customers img,
.lp-usp img,
.lp-pricing img,
.lp-success img,
.lp-cta img {
    max-width: 100%;
    height: auto;
    display: block;
}

.lp-hero {
    color: #ffffff;
    background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 45%),
        linear-gradient(135deg, #0a2e5c 0%, #1a5580 100%);
    overflow: hidden;
    padding: 5.5rem 0 3rem;
}

.lp-hero-content {
    position: relative;
    z-index: 2;
    max-width: 860px;
}

.lp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9rem;
}

.lp-hero-badge svg {
    width: 16px;
    height: 16px;
}

.lp-hero h1 {
    margin: 0.8rem 0 0;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1.1;
}

.lp-hero h1 span {
    color: #23a997;
    display: block;
}

.lp-hero-subtitle {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.92);
    max-width: 60ch;
}

.lp-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.btn-lp,
.btn-lp-outline,
.btn-lp-featured {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.75rem;
    text-decoration: none;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-lp {
    color: #f9fafb;
    background: #23a997;
    box-shadow: 0 8px 24px rgba(35, 169, 151, 0.35);
}

.btn-lp:hover,
.btn-lp-featured:hover,
.btn-lp-outline:hover {
    text-decoration: none;
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.btn-lp-outline {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.35);
}

.btn-lp-featured {
    color: #f9fafb;
    background: #142952;
}

.btn-lp-xl {
    padding: 0.9rem 1.4rem;
    font-size: 1rem;
}

.btn-lp-lg {
    padding: 0.8rem 1.2rem;
    font-size: 0.95rem;
}

.lp-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 2rem;
}

.lp-hero-stat {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.lp-hero-stat-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}

.lp-hero-stat-label {
    margin: 0;
    color: #ffffff;
    font-size: 0.92rem;
}

.lp-hero-wave {
    position: relative;
    z-index: 1;
    margin-top: 2rem;
    line-height: 0;
}

.lp-hero-wave svg {
    width: 100%;
    height: auto;
}

.lp-customers,
.lp-usp,
.lp-pricing,
.lp-success {
    padding: 4.5rem 0;
    background: #f9fafb;
}

.lp-customers-title {
    text-align: center;
    color: #4e5a73;
    margin: 0 0 1.5rem;
}

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

.lp-customer-logo {
    background: #ffffff;
    border: 1px solid #e3e8ef;
    border-radius: 0.75rem;
    padding: 1rem;
}

.lp-customer-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
}

.lp-customer-logo img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

.lp-section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 2rem;
}

.lp-section-header p,
.lp-pricing-desc,
.lp-pricing-footnotes p,
.lp-success-quote,
.lp-usp p {
    color: #4e5a73;
}

.lp-usp-grid,
.lp-pricing-grid,
.lp-success-grid {
    display: grid;
    gap: 1rem;
}

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

.lp-usp-card,
.lp-pricing-card,
.lp-success-card {
    background: #ffffff;
    border: 1px solid #e1e7ef;
    border-radius: 0.9rem;
    padding: 1.35rem;
    box-shadow: 0 8px 24px rgba(9, 33, 68, 0.06);
}

.lp-usp-icon {
    width: 40px;
    height: 40px;
    color: #23a997;
}

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

.lp-pricing-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lp-pricing-featured {
    border-color: #23a997;
    box-shadow: 0 14px 30px rgba(35, 169, 151, 0.18);
    position: relative;
}

.lp-pricing-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(35, 169, 151, 0.1);
    color: #0f4f47;
    font-weight: 700;
    font-size: 0.85rem;
}

.lp-pricing-price {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.lp-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #142952;
}

.lp-pricing-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.lp-pricing-features li {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 0.45rem;
    align-items: start;
    color: #21324f;
}

.lp-pricing-features svg {
    width: 16px;
    height: 16px;
    color: #23a997;
    margin-top: 0.25rem;
}

.lp-pricing-card .btn-lp,
.lp-pricing-card .btn-lp-featured {
    margin-top: auto;
}

.lp-pricing-footnotes {
    margin-top: 1.2rem;
    font-size: 0.88rem;
}

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

.lp-success-stars {
    display: flex;
    gap: 0.2rem;
}

.lp-success-stars svg {
    width: 18px;
    height: 18px;
    fill: #f7b731;
}

.lp-success-quote {
    margin: 0.9rem 0;
    font-style: italic;
}

.lp-success-author {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1rem;
}

.lp-success-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #142952;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-weight: 700;
}

.lp-success-info p {
    margin: 0;
    color: #21324f;
}

.lp-cta {
    padding: 0 0 4.5rem;
    background: #f9fafb;
}

.lp-cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding: 2.4rem;
    background: linear-gradient(120deg, #142952 0%, #1a5580 100%);
    color: #ffffff;
}

.lp-cta-content {
    position: relative;
    z-index: 1;
}

.lp-cta-buttons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.2rem;
}

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

@media (max-width: 900px) {
    .lp-hero {
        padding-top: 4.8rem;
    }

    .lp-hero-stats,
    .lp-customers-grid,
    .lp-usp-grid,
    .lp-success-grid {
        grid-template-columns: 1fr;
    }
}

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

    .lp-cta-box {
        padding: 1.6rem;
    }
}
