.lp-body {
    margin: 0;
    color: #1c2a27;
    background: #fbfaf6;
    font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 450;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
.lp-body h1,
.lp-body h2,
.lp-body h3 {
    font-family: Fraunces, Georgia, serif;
    font-weight: 640;
    letter-spacing: -0.03em;
    color: #12221f;
    line-height: 1.15;
}
.lp-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}
.lp-nav {
    position: sticky;
    top: 0;
    background: rgba(251, 250, 246, 0.9);
    backdrop-filter: blur(14px);
    z-index: 20;
    border-bottom: 1px solid #ebe6da;
}
.lp-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.lp-logo {
    font-family: Fraunces, Georgia, serif;
    font-weight: 700;
    font-size: 24px;
    color: #12221f;
    text-decoration: none;
    letter-spacing: -0.03em;
    display: inline-flex;
    align-items: center;
    min-width: 0;
}
.lp-logo img {
    display: block;
    max-height: 42px;
    width: auto;
    max-width: 200px;
}
.lp-nav nav {
    display: flex;
    align-items: center;
    gap: 4px;
}
.lp-nav nav a {
    margin-left: 6px;
    color: #3f514c;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 999px;
}
.lp-btn {
    background: #0f766e;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    font-size: 14.5px;
    letter-spacing: -0.01em;
    box-shadow: 0 8px 20px rgba(15, 118, 110, 0.22);
}
.lp-btn:hover { background: #0c5f59; }
.lp-btn-lg { padding: 14px 24px; font-size: 16px; }
.lp-btn.block { display: block; text-align: center; }
.lp-btn-ghost {
    margin-left: 12px;
    color: #0f766e;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
}
.lp-hero {
    background:
        radial-gradient(circle at 85% 10%, rgba(20, 184, 166, 0.16), transparent 32%),
        linear-gradient(180deg, #f4eee3 0%, #fbfaf6 78%);
    padding: 88px 0 64px;
}
.lp-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
    align-items: center;
}
.lp-kicker {
    display: inline-block;
    background: #ccfbf1;
    color: #0f766e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.lp-hero h1 {
    font-size: 58px;
    margin: 0 0 18px;
    max-width: 14ch;
}
.lead {
    color: #4b5d58;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.55;
    max-width: 46ch;
}
.lp-hero p { color: #4b5d58; font-size: 16.5px; }
.lp-actions { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.lp-hero-card {
    background: #fff;
    border-radius: 28px;
    padding: 28px;
    border: 1px solid #ebe6da;
    box-shadow: 24px 28px 60px rgba(18, 34, 31, 0.1);
}
.lp-mini {
    color: #0f766e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.lp-hero-card strong {
    display: block;
    font-size: 22px;
    font-weight: 750;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}
.lp-hero-card ul {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.lp-hero-card li {
    background: #f3f1ea;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 650;
}
.lp-section { padding: 88px 0; }
.lp-section.alt { background: #f6f1e8; }
.lp-section h2 { font-size: 40px; margin: 0 0 10px; }
.lp-section .lead { margin: 0 0 8px; }
.lp-cards,
.lp-plans,
.lp-quotes,
.lp-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 36px;
}
.lp-cards { grid-template-columns: repeat(3, 1fr); }
.lp-cards article,
.lp-plans article,
.lp-quotes blockquote,
.lp-steps article {
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    border: 1px solid #ebe6da;
    box-shadow: 0 10px 30px rgba(18, 34, 31, 0.04);
}
.lp-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #ccfbf1;
    color: #0f766e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 14px;
}
.lp-cards h3,
.lp-steps h3,
.lp-plans h3 {
    font-size: 22px;
    margin: 0 0 8px;
}
.lp-cards p,
.lp-steps p,
.lp-plans p { color: #4b5d58; margin: 0; }
.lp-plans { grid-template-columns: repeat(4, 1fr); }
.lp-plans article.featured {
    border: 1.5px solid #0f766e;
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 118, 110, 0.14);
}
.lp-plans .price {
    font-family: Fraunces, Georgia, serif;
    font-size: 34px;
    font-weight: 680;
    margin: 10px 0 8px;
    letter-spacing: -0.03em;
}
.price small {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    color: #6b7c77;
    font-weight: 600;
    letter-spacing: 0;
}
.lp-plans ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 20px;
}
.lp-plans li {
    padding: 6px 0 6px 22px;
    position: relative;
    font-size: 14px;
    font-weight: 550;
}
.lp-plans li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #14b8a6;
    position: absolute;
    left: 0;
    top: 12px;
}
.lp-steps span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #12221f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 12px;
}
.lp-quotes { grid-template-columns: repeat(2, 1fr); }
.lp-quotes p {
    font-family: Fraunces, Georgia, serif;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 16px;
}
.lp-quotes cite {
    color: #5d6d68;
    font-style: normal;
    font-size: 13.5px;
    font-weight: 650;
}
.lp-faq details {
    background: #fff;
    border-radius: 16px;
    padding: 16px 20px;
    margin-top: 12px;
    border: 1px solid #ebe6da;
}
.lp-faq summary {
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    color: #12221f;
}
.lp-faq details p {
    margin: 10px 0 0;
    color: #4b5d58;
}
.lp-cta {
    background: #12221f;
    color: #ecf8f4;
    text-align: center;
    padding: 80px 0;
}
.lp-cta h2 { color: #fff; font-size: 42px; margin: 0 0 12px; }
.lp-cta p { color: #b7cdc6; font-size: 18px; }
.lp-cta .lp-btn { background: #14b8a6; box-shadow: none; }
.lp-footer {
    padding: 40px 0;
    background: #0e1c19;
    color: #b7cdc6;
    font-size: 14.5px;
}
.lp-footer strong {
    display: block;
    color: #fff;
    font-family: Fraunces, Georgia, serif;
    font-size: 22px;
    margin-bottom: 8px;
}
.lp-footer a {
    color: #5eead4;
    margin-right: 16px;
    text-decoration: none;
    font-weight: 650;
}
.lp-toggle { display: none; }
@media (max-width: 1024px) {
    .lp-plans { grid-template-columns: repeat(2, 1fr); }
    .lp-hero h1 { font-size: 44px; max-width: none; }
}
@media (max-width: 900px) {
    .lp-hero-grid,
    .lp-cards,
    .lp-plans,
    .lp-quotes,
    .lp-steps { grid-template-columns: 1fr; }
    .lp-hero { padding: 56px 0 40px; }
    .lp-hero h1 { font-size: 36px; }
    .lp-section { padding: 64px 0; }
    .lp-section h2 { font-size: 30px; }
    .lp-toggle {
        display: inline-flex;
        width: 42px;
        height: 42px;
        border: 1px solid #ddd6c8;
        border-radius: 12px;
        align-items: center;
        justify-content: center;
        background: #fff;
        cursor: pointer;
    }
    .lp-nav nav {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        background: #fff;
        border: 1px solid #ebe6da;
        border-radius: 16px;
        padding: 10px;
        flex-direction: column;
        align-items: stretch;
        box-shadow: 0 18px 40px rgba(18, 34, 31, 0.12);
        z-index: 21;
    }
    .lp-nav.is-open nav { display: flex; }
    .lp-nav nav a { margin: 0; }
    .lp-logo img { max-height: 36px; max-width: 150px; }
}
