/* Landing page — calm wellness marketing layout */

.landing-page {
    --lp-sage: #5b8a72;
    --lp-teal: #0d9488;
    --lp-indigo: #6366f1;
    --lp-violet: #7c3aed;
    --lp-ink: #1e293b;
    --lp-muted: #64748b;
    --lp-cream: #faf9f7;
    --lp-shadow: 0 12px 40px rgba(30, 41, 59, 0.08);
    --lp-shadow-lg: 0 24px 60px rgba(30, 41, 59, 0.12);
    background: var(--lp-cream);
    color: var(--lp-ink);
    overflow-x: hidden;
}

.landing-page .lp-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

/* Nav */
.lp-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(250, 249, 247, 0.82);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
    transition: box-shadow 0.3s ease, background 0.3s ease;
}

.lp-nav.is-scrolled {
    box-shadow: 0 4px 24px rgba(30, 41, 59, 0.06);
    background: rgba(255, 255, 255, 0.92);
}

.lp-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    gap: 0.5rem;
}

.lp-nav__brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    flex: 1 1 auto;
    text-decoration: none;
    color: var(--lp-ink);
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

.lp-nav__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9375rem;
    line-height: 1.2;
}

.lp-nav__logo {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--lp-indigo), var(--lp-violet));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
}

.lp-nav__links {
    display: none;
    align-items: center;
    gap: 1.75rem;
}

.lp-nav__links a {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--lp-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.lp-nav__links a:hover { color: var(--lp-teal); }

.lp-nav__actions {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    flex-shrink: 0;
}

/* Nav visibility — do not rely on Tailwind; .lp-btn overrides display */
.lp-nav__signin {
    display: none;
}

.lp-nav__cta-short {
    display: none;
}

.lp-nav__cta {
    white-space: nowrap;
}

.lp-nav__back {
    display: none;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.625rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
}

.lp-btn--ghost {
    color: var(--lp-muted);
    background: transparent;
}

.lp-btn--ghost:hover { color: var(--lp-ink); }

.lp-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--lp-teal), #14b8a6);
    box-shadow: 0 6px 20px rgba(13, 148, 136, 0.3);
}

.lp-btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(13, 148, 136, 0.35);
    color: #fff;
}

.lp-btn--outline {
    color: var(--lp-indigo);
    background: #fff;
    border: 1.5px solid rgba(99, 102, 241, 0.25);
}

.lp-btn--outline:hover {
    border-color: var(--lp-indigo);
    background: rgba(99, 102, 241, 0.04);
}

.lp-btn--white {
    color: var(--lp-ink);
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.lp-menu-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: none;
    background: rgba(99, 102, 241, 0.08);
    border-radius: 10px;
    color: var(--lp-indigo);
    cursor: pointer;
}

.lp-mobile-menu {
    display: none;
    padding: 1rem 0 1.25rem;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
}

.lp-mobile-menu.is-open { display: block; }

.lp-mobile-menu a {
    display: block;
    padding: 0.625rem 0;
    color: var(--lp-muted);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9375rem;
}

.lp-mobile-menu__cta {
    margin-top: 0.5rem;
    padding: 0.75rem 1rem !important;
    text-align: center;
    color: #fff !important;
    background: linear-gradient(135deg, var(--lp-teal), #14b8a6);
    border-radius: 9999px;
    font-weight: 600 !important;
}

/* Hero */
.lp-hero {
    position: relative;
    padding: 7.5rem 0 5rem;
    overflow: hidden;
}

.lp-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 60% at 20% 10%, rgba(94, 234, 212, 0.18), transparent 55%),
        radial-gradient(ellipse 50% 50% at 85% 20%, rgba(129, 140, 248, 0.15), transparent 50%),
        radial-gradient(ellipse 40% 40% at 50% 90%, rgba(167, 139, 250, 0.1), transparent 50%),
        linear-gradient(180deg, #f0fdfa 0%, var(--lp-cream) 60%, #fff 100%);
    pointer-events: none;
}

.lp-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
    animation: lpFloat 14s ease-in-out infinite;
    pointer-events: none;
}

.lp-hero__orb--1 { width: 320px; height: 320px; background: #99f6e4; top: 10%; right: 5%; }
.lp-hero__orb--2 { width: 240px; height: 240px; background: #c4b5fd; bottom: 15%; left: 0; animation-delay: -6s; }

@keyframes lpFloat {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(16px, -20px); }
}

.lp-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.lp-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(13, 148, 136, 0.2);
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--lp-teal);
    margin-bottom: 1.25rem;
    animation: lpFadeUp 0.8s ease-out both;
}

.lp-hero__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    animation: lpPulse 2s ease-in-out infinite;
}

@keyframes lpPulse {
    0%, 100% { opacity: 0.5; transform: scale(0.9); }
    50% { opacity: 1; transform: scale(1.1); }
}

.lp-hero__title {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--lp-ink);
    margin-bottom: 1.25rem;
    animation: lpFadeUp 0.8s ease-out 0.1s both;
}

.lp-hero__title span {
    background: linear-gradient(135deg, var(--lp-teal), var(--lp-indigo));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lp-hero__desc {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--lp-muted);
    max-width: 540px;
    margin-bottom: 2rem;
    animation: lpFadeUp 0.8s ease-out 0.2s both;
}

.lp-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    animation: lpFadeUp 0.8s ease-out 0.3s both;
}

.lp-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2.5rem;
    animation: lpFadeUp 0.8s ease-out 0.4s both;
}

.lp-hero__stat strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--lp-ink);
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

.lp-hero__stat span {
    font-size: 0.8125rem;
    color: var(--lp-muted);
}

.lp-hero__visual {
    position: relative;
    animation: lpFadeUp 1s ease-out 0.3s both;
}

.lp-hero__card-stack {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

.lp-hero__float-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1.25rem;
    padding: 1.25rem;
    box-shadow: var(--lp-shadow-lg);
}

.lp-hero__float-card--main {
    position: relative;
    z-index: 2;
    animation: lpBreathe 6s ease-in-out infinite;
}

.lp-hero__float-card--back {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 85%;
    opacity: 0.6;
    z-index: 1;
    transform: rotate(3deg);
}

@keyframes lpBreathe {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes lpFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Section common */
.lp-section {
    padding: 5rem 0;
}

.lp-section--alt {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.lp-section__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lp-teal);
    margin-bottom: 0.5rem;
}

.lp-section__title {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--lp-ink);
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.lp-section__desc {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--lp-muted);
    max-width: 640px;
    margin: 0 auto;
}

.lp-section__header {
    text-align: center;
    margin-bottom: 3rem;
}

.lp-section__header .lp-section__desc { margin: 0 auto; }

/* Reveal animation */
.lp-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.lp-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Insights carousel */
.lp-insights-wrap {
    position: relative;
}

.lp-insights-track {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0.5rem 0 1.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.lp-insights-track::-webkit-scrollbar { display: none; }

.lp-insight-card {
    flex: 0 0 min(320px, 85vw);
    scroll-snap-align: start;
    border-radius: 1.5rem;
    padding: 1.75rem;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: var(--lp-shadow);
}

.lp-insight-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: var(--lp-shadow-lg);
    color: #fff;
}

.insight-gradient--violet { background: linear-gradient(160deg, #8b5cf6 0%, #6366f1 50%, #4f46e5 100%); }
.insight-gradient--blue   { background: linear-gradient(160deg, #60a5fa 0%, #3b82f6 50%, #1d4ed8 100%); }
.insight-gradient--teal   { background: linear-gradient(160deg, #2dd4bf 0%, #0d9488 50%, #0f766e 100%); }
.insight-gradient--indigo { background: linear-gradient(160deg, #818cf8 0%, #6366f1 50%, #4338ca 100%); }
.insight-gradient--sky    { background: linear-gradient(160deg, #38bdf8 0%, #0ea5e9 50%, #0369a1 100%); }

.lp-insight-card__deco {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 80px;
    height: 80px;
    opacity: 0.2;
}

/* Insight card animated visuals */
.lp-insight-card__visual {
    position: relative;
    height: 110px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.35;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.lp-insight-card:hover .lp-insight-card__visual {
    opacity: 0.55;
    transform: scale(1.04);
}

.lp-insight-anim__svg {
    width: 100%;
    max-width: 140px;
    height: auto;
    color: #fff;
}

/* Lungs breathe */
.lp-insight-anim--lungs .lp-lungs__lobe {
    transform-origin: center;
    animation: lpLungsBreathe 5s ease-in-out infinite;
}
.lp-insight-anim--lungs .lp-lungs__lobe--right { animation-delay: 0.15s; }
.lp-insight-anim--lungs .lp-lungs__flow {
    stroke-dasharray: 40;
    animation: lpLungsFlow 5s ease-in-out infinite;
}
.lp-insight-anim--lungs .lp-lungs__flow--2 { animation-delay: 0.4s; }
.lp-insight-anim--lungs .lp-lungs__flow--3 { animation-delay: 0.8s; }

@keyframes lpLungsBreathe {
    0%, 100% { transform: scale(1); }
    45%, 55% { transform: scale(1.08); }
}

@keyframes lpLungsFlow {
    0%, 100% { stroke-dashoffset: 20; opacity: 0.4; }
    50% { stroke-dashoffset: 0; opacity: 1; }
}

/* Waves flow */
.lp-insight-anim--waves .lp-waves__line {
    animation: lpWaveDrift 6s ease-in-out infinite;
}
.lp-insight-anim--waves .lp-waves__line--2 { animation-delay: 0.8s; }
.lp-insight-anim--waves .lp-waves__line--3 { animation-delay: 1.6s; }
.lp-insight-anim--waves .lp-waves__dot {
    animation: lpWaveDot 5s ease-in-out infinite;
}
.lp-insight-anim--waves .lp-waves__dot--2 { animation-delay: 1s; }
.lp-insight-anim--waves .lp-waves__dot--3 { animation-delay: 2s; }

@keyframes lpWaveDrift {
    0%, 100% { transform: translateX(0); opacity: 0.7; }
    50% { transform: translateX(6px); opacity: 1; }
}

@keyframes lpWaveDot {
    0%, 100% { transform: translateY(0); opacity: 0.5; }
    50% { transform: translateY(-6px); opacity: 1; }
}

/* Meditation ripples */
.lp-insight-anim--ripples .lp-ripples__ring {
    transform-origin: center;
    animation: lpRippleExpand 4s ease-out infinite;
}
.lp-insight-anim--ripples .lp-ripples__ring--2 { animation-delay: 1.2s; }
.lp-insight-anim--ripples .lp-ripples__ring--3 { animation-delay: 2.4s; }

@keyframes lpRippleExpand {
    0% { transform: scale(0.85); opacity: 0.8; }
    70% { transform: scale(1.15); opacity: 0.2; }
    100% { transform: scale(1.2); opacity: 0; }
}

/* Chart bars */
.lp-insight-anim--chart .lp-chart__bar {
    transform-origin: bottom center;
    animation: lpChartPulse 2.5s ease-in-out infinite;
}
.lp-insight-anim--chart .lp-chart__bar:nth-child(2) { animation-delay: 0.2s; }
.lp-insight-anim--chart .lp-chart__bar:nth-child(3) { animation-delay: 0.4s; }
.lp-insight-anim--chart .lp-chart__bar:nth-child(4) { animation-delay: 0.6s; }

@keyframes lpChartPulse {
    0%, 100% { transform: scaleY(0.85); opacity: 0.5; }
    50% { transform: scaleY(1.1); opacity: 0.9; }
}

/* Journal lines */
.lp-insight-anim--journal .lp-journal__line {
    stroke-dasharray: 50;
    animation: lpJournalWrite 4s ease-in-out infinite;
}
.lp-insight-anim--journal .lp-journal__pen {
    animation: lpPenMove 4s ease-in-out infinite;
}

@keyframes lpJournalWrite {
    0%, 100% { stroke-dashoffset: 50; opacity: 0.4; }
    50% { stroke-dashoffset: 0; opacity: 1; }
}

@keyframes lpPenMove {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-4px, 4px); }
}

/* Article page */
.insight-article {
    padding: 6rem 0 2rem;
    background: var(--lp-cream);
}

.insight-article__back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--lp-muted);
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.insight-article__back:hover { color: var(--lp-teal); }

.insight-article__hero {
    border-radius: 1.5rem;
    padding: 2rem;
    color: #fff;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    min-height: 220px;
}

.insight-article__hero .lp-insight-card__visual {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 160px;
    height: 140px;
    opacity: 0.3;
    margin: 0;
}

.insight-article__hero-content {
    position: relative;
    z-index: 1;
    max-width: 640px;
}

.insight-article__title {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0.5rem 0;
}

.insight-article__meta {
    font-size: 0.875rem;
    opacity: 0.85;
    margin-bottom: 1rem;
}

.insight-article__summary {
    font-size: 1.0625rem;
    line-height: 1.7;
    opacity: 0.92;
}

.insight-article__body {
    max-width: 720px;
    margin: 0 auto;
}

.insight-article__section {
    margin-bottom: 2rem;
}

.insight-article__section h2 {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--lp-ink);
    margin-bottom: 0.75rem;
}

.insight-article__section p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--lp-muted);
}

.insight-article__section p + p {
    margin-top: 1rem;
}

.insight-article__list {
    margin: 1rem 0 0;
    padding-left: 1.35rem;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--lp-muted);
}

.insight-article__list li + li {
    margin-top: 0.5rem;
}

.insight-article__references {
    padding: 1.5rem;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.15);
    margin-bottom: 2rem;
}

.insight-article__references h3 {
    font-weight: 700;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.insight-article__references li {
    font-size: 0.875rem;
    color: var(--lp-muted);
    margin-bottom: 0.375rem;
}

.insight-article__references a {
    color: var(--lp-primary, #0d9488);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.insight-article__references a:hover {
    color: #0f766e;
}

.insight-article__cta {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(13,148,136,0.08), rgba(99,102,241,0.06));
    border-radius: 1.25rem;
    border: 1px solid rgba(13,148,136,0.12);
}

.insight-article__cta p {
    margin-bottom: 1rem;
    color: var(--lp-muted);
}

.lp-insight-card__category {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    width: fit-content;
}

.lp-insight-card__title {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.lp-insight-card__author {
    font-size: 0.8125rem;
    opacity: 0.85;
    margin-bottom: 1rem;
}

.lp-insight-card__text {
    font-size: 0.9375rem;
    line-height: 1.6;
    opacity: 0.92;
    flex: 1;
}

.lp-insight-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.8125rem;
}

.lp-insight-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.4rem 0.875rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.2);
    font-weight: 600;
    transition: background 0.2s;
}

.lp-insight-card:hover .lp-insight-card__cta { background: rgba(255, 255, 255, 0.3); }

.lp-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: var(--lp-shadow);
    color: var(--lp-ink);
    cursor: pointer;
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.lp-carousel-btn:hover {
    background: var(--lp-teal);
    color: #fff;
}

.lp-carousel-btn--prev { left: -12px; }
.lp-carousel-btn--next { right: -12px; }

/* Reflections */
.lp-reflections-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.lp-reflection-card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.75rem;
    border: 1px solid rgba(148, 163, 184, 0.15);
    box-shadow: var(--lp-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp-reflection-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-lg);
}

.lp-reflection-card__stars {
    color: #fbbf24;
    font-size: 0.875rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.lp-reflection-card__quote {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: var(--lp-muted);
    font-style: italic;
    margin-bottom: 1.25rem;
}

.lp-reflection-card__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lp-reflection-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lp-indigo), var(--lp-violet));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
}

.lp-reflection-card__name {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--lp-ink);
}

.lp-reflection-card__role {
    font-size: 0.75rem;
    color: var(--lp-muted);
}

.lp-reflections-note {
    text-align: center;
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    background: rgba(99, 102, 241, 0.06);
    border: 1px dashed rgba(99, 102, 241, 0.2);
    font-size: 0.875rem;
    color: var(--lp-muted);
}

/* How it works */
.lp-steps {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}

.lp-step {
    text-align: center;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.12);
    box-shadow: var(--lp-shadow);
    transition: transform 0.3s ease;
}

.lp-step:hover { transform: translateY(-4px); }

.lp-step__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.12), rgba(99, 102, 241, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lp-teal);
}

.lp-step__num {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--lp-teal);
    margin-bottom: 0.5rem;
}

.lp-step__title {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
    color: var(--lp-ink);
}

.lp-step__desc {
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--lp-muted);
}

/* Toolkit */
.lp-toolkit {
    background: #fff;
    border-radius: 1.75rem;
    padding: 1.5rem;
    box-shadow: var(--lp-shadow-lg);
    border: 1px solid rgba(148, 163, 184, 0.1);
}

.lp-toolkit__tabs {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.lp-toolkit__tabs::-webkit-scrollbar { display: none; }

.lp-toolkit__tab {
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    border: none;
    background: transparent;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--lp-muted);
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.lp-toolkit__tab.is-active {
    background: rgba(13, 148, 136, 0.12);
    color: var(--lp-teal);
    box-shadow: inset 0 0 0 1.5px rgba(13, 148, 136, 0.25);
}

.lp-toolkit__tab.is-active::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--lp-teal);
    margin-right: 0.375rem;
    vertical-align: middle;
}

.lp-toolkit__panel {
    display: none;
    border-radius: 1.5rem;
    padding: 2rem;
    color: #fff;
    min-height: 320px;
    animation: lpPanelIn 0.45s ease-out;
}

.lp-toolkit__panel.is-active { display: grid; }

@keyframes lpPanelIn {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: translateX(0); }
}

.toolkit-gradient--teal   { background: linear-gradient(135deg, #14b8a6 0%, #0d9488 50%, #0f766e 100%); }
.toolkit-gradient--purple { background: linear-gradient(135deg, #a78bfa 0%, #7c3aed 50%, #6d28d9 100%); }
.toolkit-gradient--rose   { background: linear-gradient(135deg, #fb7185 0%, #e11d48 50%, #be123c 100%); }
.toolkit-gradient--amber  { background: linear-gradient(135deg, #fbbf24 0%, #d97706 50%, #b45309 100%); }
.toolkit-gradient--indigo { background: linear-gradient(135deg, #818cf8 0%, #6366f1 50%, #4f46e5 100%); }

.lp-toolkit__panel-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

.lp-toolkit__visual {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,255,255,0.25), rgba(255,255,255,0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: 800;
    margin: 0 auto;
    box-shadow: inset 0 0 40px rgba(255,255,255,0.1);
    animation: lpBreathe 6s ease-in-out infinite;
}

.lp-toolkit__panel h3 {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
    line-height: 1.25;
}

.lp-toolkit__panel p {
    font-size: 0.9375rem;
    line-height: 1.65;
    opacity: 0.92;
    margin-bottom: 1rem;
}

.lp-toolkit__bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.lp-toolkit__bullets li {
    padding: 0.3rem 0;
    font-size: 0.875rem;
    opacity: 0.9;
}

.lp-toolkit__bullets li::before {
    content: '•';
    margin-right: 0.5rem;
}

.lp-toolkit__dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.lp-toolkit__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #cbd5e1;
    cursor: pointer;
    padding: 0;
    transition: all 0.25s;
}

.lp-toolkit__dot.is-active {
    width: 28px;
    border-radius: 9999px;
    background: var(--lp-teal);
}

/* Security */
.lp-security-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
}

.lp-security-card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.75rem;
    border: 1px solid rgba(148, 163, 184, 0.12);
    transition: border-color 0.3s, box-shadow 0.3s;
}

.lp-security-card:hover {
    border-color: rgba(13, 148, 136, 0.3);
    box-shadow: var(--lp-shadow);
}

.lp-security-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.15), rgba(99, 102, 241, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lp-teal);
    margin-bottom: 1rem;
}

.lp-security-card h3 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--lp-ink);
}

.lp-security-card p {
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--lp-muted);
}

/* About */
.lp-about {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.lp-about__content p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--lp-muted);
    margin-bottom: 1rem;
}

.lp-about__pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.lp-about__pillar {
    padding: 1.25rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.12);
    text-align: center;
}

.lp-about__pillar span {
    font-size: 1.75rem;
    display: block;
    margin-bottom: 0.5rem;
}

.lp-about__pillar strong {
    display: block;
    font-size: 0.875rem;
    color: var(--lp-ink);
    margin-bottom: 0.25rem;
}

.lp-about__pillar small {
    font-size: 0.75rem;
    color: var(--lp-muted);
}

/* Footer */
.lp-footer {
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    color: #94a3b8;
    padding: 4rem 0 2rem;
}

.lp-footer__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.lp-footer__brand p {
    font-size: 0.875rem;
    line-height: 1.65;
    margin-top: 1rem;
    max-width: 280px;
}

.lp-footer__heading {
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

.lp-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp-footer__links li { margin-bottom: 0.5rem; }

.lp-footer__links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s;
}

.lp-footer__links a:hover { color: #5eead4; }

.lp-footer__bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.8125rem;
}

.lp-footer__legal a {
    color: #94a3b8;
    text-decoration: none;
    margin-left: 1.25rem;
}

.lp-footer__legal a:hover { color: #5eead4; }

/* Legal modals sections */
.lp-legal-block {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.lp-legal-block h3 {
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--lp-ink);
}

.lp-legal-block p {
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--lp-muted);
    margin-bottom: 0.75rem;
}

/* Responsive */
@media (max-width: 767px) {
    .lp-nav__inner {
        min-height: 60px;
    }

    .lp-nav__logo {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .lp-nav__name {
        font-size: 0.8125rem;
    }

    .lp-nav__actions .lp-btn--primary {
        padding: 0.5rem 0.875rem;
        font-size: 0.8125rem;
    }

    .lp-nav__cta-full {
        display: none;
    }

    .lp-nav__cta-short {
        display: inline;
    }
}

@media (min-width: 768px) {
    .lp-nav__signin {
        display: inline-flex;
    }

    .lp-nav__back {
        display: inline-flex;
    }

    .lp-nav__links { display: flex; }
    .lp-menu-toggle { display: none; }
    .lp-carousel-btn { display: flex; }
    .lp-hero__grid { grid-template-columns: 1.1fr 0.9fr; }
    .lp-toolkit__panel.is-active { grid-template-columns: auto 1fr; }
    .lp-toolkit__panel-grid { grid-template-columns: auto 1fr; }
    .lp-about { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .lp-hero__orb,
    .lp-hero__float-card--main,
    .lp-toolkit__visual,
    .lp-hero__badge-dot,
    .lp-insight-anim--lungs .lp-lungs__lobe,
    .lp-insight-anim--lungs .lp-lungs__flow,
    .lp-insight-anim--waves .lp-waves__line,
    .lp-insight-anim--waves .lp-waves__dot,
    .lp-insight-anim--ripples .lp-ripples__ring,
    .lp-insight-anim--chart .lp-chart__bar,
    .lp-insight-anim--journal .lp-journal__line,
    .lp-insight-anim--journal .lp-journal__pen {
        animation: none !important;
    }
    .lp-reveal { opacity: 1; transform: none; transition: none; }
}
