/* Landing v5 — khớp mockup Collective OS + Cú Aptis (asset gốc) */

.landing-page {
    background: #f4f2ef;
}

.landing-page .site-footer {
    margin-top: 0;
}

/* ─── Marketing dark pill nav (landing + trang SEO công khai) ─ */
.landing-page .site-top-bar--marketing,
.faq-page .site-top-bar--marketing,
.seo-page .site-top-bar--marketing {
    background: #14121a !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 12px 40px rgba(20, 18, 26, 0.22) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    max-width: 1180px;
}
.landing-page .site-top-bar--marketing .site-header,
.faq-page .site-top-bar--marketing .site-header,
.seo-page .site-top-bar--marketing .site-header {
    flex: 0 0 auto;
}
.landing-page .site-top-bar--marketing .nav,
.faq-page .site-top-bar--marketing .nav,
.seo-page .site-top-bar--marketing .nav {
    flex: 1 1 auto;
    justify-content: stretch;
}
.landing-page .site-top-bar--marketing .nav-panel,
.faq-page .site-top-bar--marketing .nav-panel,
.seo-page .site-top-bar--marketing .nav-panel {
    width: 100%;
}
.landing-page .site-top-bar--marketing.is-scrolled,
.faq-page .site-top-bar--marketing.is-scrolled,
.seo-page .site-top-bar--marketing.is-scrolled {
    background: #14121a !important;
    box-shadow: 0 14px 44px rgba(20, 18, 26, 0.28) !important;
}
.landing-page .site-top-bar--marketing .header-inner,
.faq-page .site-top-bar--marketing .header-inner,
.seo-page .site-top-bar--marketing .header-inner {
    min-height: 56px;
    padding: 0 0.25rem 0 0.85rem;
}
.landing-page .logo--marketing,
.faq-page .logo--marketing,
.seo-page .logo--marketing {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    color: #fff;
}
.landing-page .logo-owl,
.faq-page .logo-owl,
.seo-page .logo-owl {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    background: #0a0a0a;
    flex-shrink: 0;
}
.landing-page .logo-wordmark,
.faq-page .logo-wordmark,
.seo-page .logo-wordmark {
    font-size: 0.95rem;
    font-weight: 750;
    letter-spacing: -0.02em;
    color: #fff;
    white-space: nowrap;
}
.landing-page .nav-panel-main--marketing,
.faq-page .nav-panel-main--marketing,
.seo-page .nav-panel-main--marketing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding-right: 0.45rem;
}
.landing-page .nav-links-marketing,
.faq-page .nav-links-marketing,
.seo-page .nav-links-marketing {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    flex: 1;
    justify-content: center;
}
.landing-page .nav-m-link,
.faq-page .nav-m-link,
.seo-page .nav-m-link {
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s, background 0.15s;
}
.landing-page .nav-m-link:hover,
.faq-page .nav-m-link:hover,
.seo-page .nav-m-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}
.landing-page .nav-actions-marketing,
.faq-page .nav-actions-marketing,
.seo-page .nav-actions-marketing {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
}
.landing-page .nav-m-login,
.faq-page .nav-m-login,
.seo-page .nav-m-login {
    padding: 0.48rem 0.95rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 650;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.22);
}
.landing-page .nav-m-login:hover,
.faq-page .nav-m-login:hover,
.seo-page .nav-m-login:hover {
    background: rgba(255, 255, 255, 0.08);
}
.landing-page .nav-m-register,
.faq-page .nav-m-register,
.seo-page .nav-m-register {
    padding: 0.5rem 1.05rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 750;
    color: #fff;
    text-decoration: none;
    background: #3d2a6d;
    box-shadow: 0 4px 14px rgba(61, 42, 109, 0.35);
}
.landing-page .nav-m-register:hover,
.faq-page .nav-m-register:hover,
.seo-page .nav-m-register:hover {
    background: #2f2054;
}
.landing-page .site-top-bar--marketing .nav-toggle-bar,
.faq-page .site-top-bar--marketing .nav-toggle-bar,
.seo-page .site-top-bar--marketing .nav-toggle-bar {
    background: #fff;
}

@media (max-width: 960px) {
    .landing-page .nav-links-marketing,
    .faq-page .nav-links-marketing,
    .seo-page .nav-links-marketing { display: none; }
    .landing-page .nav-panel-main--marketing,
    .faq-page .nav-panel-main--marketing,
    .seo-page .nav-panel-main--marketing {
        justify-content: flex-end;
        padding: 0.5rem;
        flex-wrap: wrap;
    }
    .landing-page .nav.is-open .nav-panel-main--marketing,
    .faq-page .nav.is-open .nav-panel-main--marketing,
    .seo-page .nav.is-open .nav-panel-main--marketing {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        padding: 0.75rem;
    }
    .landing-page .nav.is-open .nav-links-marketing,
    .faq-page .nav.is-open .nav-links-marketing,
    .seo-page .nav.is-open .nav-links-marketing {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
    }
    .landing-page .nav.is-open .nav-actions-marketing,
    .faq-page .nav.is-open .nav-actions-marketing,
    .seo-page .nav.is-open .nav-actions-marketing {
        justify-content: stretch;
    }
    .landing-page .nav.is-open .nav-m-login,
    .landing-page .nav.is-open .nav-m-register,
    .faq-page .nav.is-open .nav-m-login,
    .faq-page .nav.is-open .nav-m-register,
    .seo-page .nav.is-open .nav-m-login,
    .seo-page .nav.is-open .nav-m-register {
        flex: 1;
        text-align: center;
    }
}

/* ─── HERO PRO — layout sạch, không absolute lộn xộn ─── */
.lp-hero--pro {
    display: flex;
    align-items: center;
    padding: 7.5rem 0 4rem;
    background: #f6f5f3;
}
.lp-hero-pro {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2.5rem 3rem;
    align-items: center;
}
.lp-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    max-width: 32rem;
}
.lp-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    padding: 0.4rem 0.95rem 0.4rem 0.7rem;
    border-radius: 999px;
    background: #ece7f6;
    color: #3d2a6d;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.3;
}
.lp-badge svg { flex-shrink: 0; }
.lp-badge--warn {
    background: #fef3e8;
    color: #9a6b1f;
}

.lp-hero--pro h1 {
    margin: 0;
    font-size: clamp(2.4rem, 4.6vw, 3.6rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #14121a;
}
.lp-hero--pro h1 .accent {
    color: #3d2a6d;
}

.lp-lead {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #5c5666;
    max-width: 38ch;
}

.lp-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.4rem 1.35rem 0.4rem 0.4rem;
    border-radius: 999px;
    background: #3d2a6d;
    color: #fff;
    font-size: 1rem;
    font-weight: 750;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(61, 42, 109, 0.28);
    width: fit-content;
    transition: background 0.2s ease, transform 0.2s ease;
}
.lp-cta-primary:hover {
    background: #2f2054;
    transform: translateY(-1px);
    color: #fff;
}
.lp-cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    order: -1;
}

.lp-hero-points {
    list-style: none;
    margin: 0.35rem 0 0;
    padding: 1rem 0 0;
    border-top: 1px solid #e6e1d8;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem 1rem;
}
.lp-hero-points li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.lp-point-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e6e1d8;
    color: #3d2a6d;
    flex-shrink: 0;
}
.lp-hero-points strong {
    display: block;
    font-size: 0.8rem;
    font-weight: 750;
    color: #14121a;
    line-height: 1.25;
    margin-bottom: 0.1rem;
}
.lp-hero-points li > span:last-child {
    font-size: 0.74rem;
    color: #5c5666;
    line-height: 1.35;
}

/* Visual — HTML/CSS thật: cú PNG trong suốt + card + deco */
.lp-hero-visual {
    min-width: 0;
    display: flex;
    justify-content: center;
}
.lp-compose {
    width: 100%;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Cú: không khung tròn, không nền đen, to */
.lp-compose-owl {
    position: relative;
    z-index: 1;
    width: min(88%, 370px);
    margin-bottom: -76px;
    background: transparent;
    filter: drop-shadow(0 20px 32px rgba(20, 18, 26, 0.14));
}
.lp-compose-owl img {
    width: 100%;
    height: auto;
    display: block;
    background: transparent;
    animation: lp-owl-bob 4.5s ease-in-out infinite;
}
@keyframes lp-owl-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@media (prefers-reduced-motion: reduce) {
    .lp-compose-owl img { animation: none; }
}

.lp-deco {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}
.lp-deco--plus,
.lp-deco--plus2 {
    width: 14px;
    height: 14px;
    opacity: 0.45;
}
.lp-deco--plus::before,
.lp-deco--plus::after,
.lp-deco--plus2::before,
.lp-deco--plus2::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #3d2a6d;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}
.lp-deco--plus::before,
.lp-deco--plus2::before {
    width: 14px;
    height: 2.5px;
}
.lp-deco--plus::after,
.lp-deco--plus2::after {
    width: 2.5px;
    height: 14px;
}
.lp-deco--plus { top: 10%; left: 2%; animation: lp-twinkle 2.6s ease-in-out infinite; }
.lp-deco--plus2 { top: 22%; right: 4%; width: 10px; height: 10px; animation: lp-twinkle 3s ease-in-out 0.5s infinite; }
.lp-deco--plus2::before { width: 10px; height: 2px; }
.lp-deco--plus2::after { width: 2px; height: 10px; }

.lp-deco--star {
    top: 4%;
    right: 18%;
    width: 12px;
    height: 12px;
    background: #3d2a6d;
    opacity: 0.4;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    animation: lp-twinkle 2.8s ease-in-out 0.3s infinite;
}
.lp-deco--arrow {
    top: 8%;
    right: -4%;
    width: 48px;
    height: 32px;
    opacity: 0.55;
}
.lp-deco--arrow svg { width: 100%; height: 100%; display: block; }
.lp-deco--dash,
.lp-deco--dash2 {
    width: 16px;
    height: 2.5px;
    background: rgba(61, 42, 109, 0.3);
    border-radius: 2px;
}
.lp-deco--dash {
    top: 36%;
    right: -6%;
    box-shadow: 0 6px 0 rgba(61, 42, 109, 0.22), 0 12px 0 rgba(61, 42, 109, 0.14);
    transform: rotate(28deg);
}
.lp-deco--dash2 {
    bottom: 28%;
    left: -4%;
    box-shadow: 0 5px 0 rgba(61, 42, 109, 0.2);
    transform: rotate(-20deg);
}
@keyframes lp-twinkle {
    0%, 100% { opacity: 0.25; }
    50% { opacity: 0.7; }
}
@media (prefers-reduced-motion: reduce) {
    .lp-deco--plus,
    .lp-deco--plus2,
    .lp-deco--star { animation: none; }
}

.lp-compose-grid {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: stretch;
}

.lp-compose-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 24px;
    padding: 18px 16px 16px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 10px 28px rgba(20, 18, 26, 0.07);
    border: 1px solid rgba(20, 18, 26, 0.05);
    min-width: 0;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.lp-compose-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 16px 36px rgba(20, 18, 26, 0.1);
}
.lp-compose-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 14px;
}
.lp-compose-head h3 {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 750;
    color: #14121a;
    letter-spacing: -0.02em;
}
.lp-head-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: #ede8f6;
    color: #3d2a6d;
    flex-shrink: 0;
}
.lp-compose-head a {
    font-size: 12px;
    font-weight: 700;
    color: #3d2a6d;
    text-decoration: none;
    white-space: nowrap;
}
.lp-compose-head a:hover {
    text-decoration: underline;
}

.lp-compose-card--exam,
.lp-compose-card--result {
    min-height: 100%;
}
.lp-exam-body {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 14px;
    background: #f8f6f2;
}
.lp-exam-thumb {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #5b4a8a 0%, #3d2a6d 100%);
    box-shadow: 0 6px 14px rgba(61, 42, 109, 0.25);
}
.lp-exam-info strong {
    display: block;
    font-size: 13px;
    font-weight: 750;
    color: #14121a;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.lp-exam-info span {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    color: #7a7484;
}
.lp-exam-tags {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.lp-exam-tags li {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f3f0ea;
    border: 1px solid #ebe6de;
    font-size: 10.5px;
    font-weight: 650;
    color: #5c5666;
}
.lp-exam-tags li svg {
    opacity: 0.7;
    flex-shrink: 0;
}
.lp-compose-btn {
    display: block;
    text-align: center;
    margin-top: auto;
    padding: 12px 14px;
    border-radius: 999px;
    background: #3d2a6d;
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    letter-spacing: -0.01em;
    box-shadow: 0 8px 18px rgba(61, 42, 109, 0.22);
}
.lp-compose-btn:hover {
    background: #2f2054;
    color: #fff;
}
.lp-compose-link {
    display: block;
    margin-top: 0.55rem;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: #3d2a6d;
    text-decoration: none;
}
.lp-compose-link:hover { text-decoration: underline; }

.lp-result-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #f8f6f2;
}
.lp-result-band {
    font-size: 40px;
    font-weight: 800;
    color: #3d2a6d;
    letter-spacing: -0.05em;
    line-height: 1;
}
.lp-result-gauge {
    position: relative;
    width: 78px;
    height: 48px;
    margin-left: auto;
}
.lp-result-gauge svg {
    width: 100%;
    height: 100%;
    display: block;
}
.lp-result-gauge-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    text-align: center;
    line-height: 1.15;
}
.lp-result-gauge-meta small {
    display: block;
    font-size: 9px;
    font-weight: 650;
    color: #8a8494;
}
.lp-result-gauge-meta span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #14121a;
}
.lp-result-skills {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.lp-result-skills li {
    display: grid;
    grid-template-columns: 58px 1fr 36px;
    gap: 8px;
    align-items: center;
}
.lp-result-skills span {
    font-size: 11px;
    font-weight: 650;
    color: #5c5666;
}
.lp-result-skills b {
    display: block;
    height: 6px;
    border-radius: 99px;
    background: #ece8e2;
    overflow: hidden;
    font-weight: normal;
}
.lp-result-skills i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #4a357f, #3d2a6d);
}
.lp-result-skills em {
    font-style: normal;
    font-size: 11px;
    font-weight: 750;
    color: #14121a;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.lp-compose-card--path {
    grid-column: 1 / -1;
    padding: 16px 18px 18px;
}
.lp-compose-steps {
    list-style: none;
    margin: 0;
    padding: 6px 4px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.lp-compose-steps li {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 9px;
}
.lp-compose-steps li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 14px;
    left: calc(50% + 16px);
    right: calc(-50% + 16px);
    height: 0;
    border-top: 2px dotted #d9d3c9;
    z-index: 0;
}
.lp-compose-steps li span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f3f0ea;
    border: 1px solid #ebe6de;
    color: #6b6575;
    font-size: 12px;
    font-weight: 800;
}
.lp-compose-steps li p {
    margin: 0;
    font-size: 11.5px;
    font-weight: 650;
    color: #6b6575;
    line-height: 1.3;
    max-width: 11ch;
}
.lp-compose-steps li.is-active span {
    background: #3d2a6d;
    border-color: #3d2a6d;
    color: #fff;
    box-shadow: 0 6px 14px rgba(61, 42, 109, 0.28);
}
.lp-compose-steps li.is-active p {
    color: #3d2a6d;
    font-weight: 750;
}
.lp-compose-steps li.is-active:not(:last-child)::after {
    border-top-color: rgba(61, 42, 109, 0.35);
}

/* Logged-in hero fallback */
.lp-hero--app {
    padding: 7rem 0 3.5rem;
    background: #f4f2ef;
}
.lp-hero--app .lp-hero-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: center;
}
.lp-hero--app h1 {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
}
.lp-hero--app h1 .accent { color: #3d2a6d; }
.lp-hero-owl--solo {
    width: min(70%, 240px);
    margin-inline: auto;
}
.lp-hero-owl--solo img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 32px rgba(20, 18, 26, 0.14));
}
.lp-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

/* ─── Rest of landing ─────────────────────────────────── */
.lp-strip {
    border-bottom: 1px solid #e4dfd6;
    background: #fff;
}
.lp-strip-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    justify-content: space-between;
    padding: 1rem 0;
}
.lp-strip-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.86rem;
    font-weight: 650;
    color: #14121a;
}
.lp-strip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #ede8f6;
    color: #3d2a6d;
}

.lp-skills,
.lp-steps,
.lp-pricing,
.lp-section {
    padding: 4.5rem 0;
}
.lp-skills-head,
.lp-steps-head,
.lp-pricing-head,
.lp-section-intro {
    max-width: 36rem;
    margin-bottom: 2.25rem;
}
.lp-skills-head h2,
.lp-steps-head h2,
.lp-pricing-head h2,
.lp-section-intro h2 {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.12;
    margin-bottom: 0.55rem;
    color: #14121a;
}
.lp-skills-head p,
.lp-steps-head p,
.lp-pricing-head p,
.lp-section-intro p {
    color: #5c5666;
    font-size: 1rem;
    line-height: 1.65;
}
.lp-section-intro.is-center {
    text-align: center;
    margin-inline: auto;
}

.lp-bento {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 1rem;
}
.lp-bento-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1.5rem 1.4rem 1.35rem;
    background: #fff;
    border: 1px solid #e4dfd6;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 10px rgba(20, 18, 26, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
    min-height: 200px;
}
.lp-bento-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(20, 18, 26, 0.1);
}
.lp-bento-reading { grid-row: span 2; min-height: 280px; }
.lp-bento-label {
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3d2a6d;
}
.lp-bento-card h3 {
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #14121a;
}
.lp-bento-card p {
    color: #5c5666;
    font-size: 0.92rem;
    line-height: 1.55;
    max-width: 34ch;
}
.lp-bento-arrow {
    margin-top: auto;
    font-size: 0.88rem;
    font-weight: 750;
    color: #3d2a6d;
}
.lp-bento-owl {
    position: absolute;
    right: 0.85rem;
    bottom: 0.75rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    background: #111;
    box-shadow: 0 6px 16px rgba(20, 18, 26, 0.12);
}

.lp-steps { background: #fff; border-block: 1px solid #e4dfd6; }
.lp-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.lp-step {
    padding: 1.5rem 1.35rem;
    background: #f4f2ef;
    border: 1px solid #e4dfd6;
    border-radius: 20px;
    color: inherit;
}
.lp-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #3d2a6d;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    margin-bottom: 0.85rem;
}
.lp-step h3 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
    color: #14121a;
}
.lp-step p {
    font-size: 0.9rem;
    color: #5c5666;
    line-height: 1.55;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.pricing-card {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #e4dfd6;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(20, 18, 26, 0.04);
}
.pricing-card.is-featured {
    border-color: rgba(61, 42, 109, 0.35);
    box-shadow: 0 14px 36px rgba(20, 18, 26, 0.1);
}
.pricing-card .btn { margin-top: auto; }
.lp-pricing-foot {
    margin-top: 1.5rem;
    text-align: center;
    color: #5c5666;
    font-size: 0.92rem;
}

.lp-cta-band {
    padding: 4rem 0;
    background: #2f2054;
    color: #fff;
}
.lp-cta-band-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.5rem 2rem;
    align-items: center;
}
.lp-cta-band-owl {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    background: #111;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.lp-cta-band h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 0.35rem;
}
.lp-cta-band p {
    color: rgba(255, 255, 255, 0.72);
    max-width: 42ch;
    line-height: 1.55;
}
.lp-cta-band .btn-primary {
    background: #fff;
    color: #2f2054;
}
.lp-cta-band .btn-primary:hover {
    background: #f4f2ef;
    color: #2f2054;
}

@media (max-width: 960px) {
    .lp-hero--pro { padding: 6.5rem 0 2.5rem; }
    .lp-hero-pro {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .lp-hero-copy { max-width: none; }
    .lp-hero-points { grid-template-columns: 1fr; }
    .lp-compose { max-width: 500px; }
    .lp-compose-owl {
        width: min(80%, 300px);
        margin-bottom: -60px;
    }
    .lp-bento { grid-template-columns: 1fr 1fr; }
    .lp-bento-reading { grid-row: auto; min-height: 200px; }
    .lp-steps-grid,
    .pricing-grid { grid-template-columns: 1fr; }
    .lp-cta-band-inner {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }
    .lp-hero--app .lp-hero-inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .lp-bento { grid-template-columns: 1fr; }
    .lp-compose { max-width: 100%; }
    .lp-compose-owl {
        width: min(82%, 280px);
        margin-bottom: -48px;
    }
    .lp-compose-grid { grid-template-columns: 1fr; }
    .lp-compose-card--path { grid-column: auto; }
    .lp-hero--pro h1 { font-size: 2.15rem; }
}
