/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-6v9lla1q1j] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #000000;
}

.top-navbar[b-6v9lla1q1j] {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.88);
    border-bottom: 1px solid #1E512840;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.top-navbar.navbar-scrolled[b-6v9lla1q1j] {
    background-color: rgba(0, 0, 0, 0.97);
    border-bottom-color: #1E512860;
}

.navbar-inner[b-6v9lla1q1j] {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-logo[b-6v9lla1q1j] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
}

.logo-lotus[b-6v9lla1q1j] {
    height: 28px;
    width: auto;
    max-width: 48px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 6px #4E9F3D80);
    transition: filter 0.3s ease;
}

.navbar-logo:hover .logo-lotus[b-6v9lla1q1j] {
    filter: drop-shadow(0 0 12px #4E9F3Dcc);
}

.logo-text[b-6v9lla1q1j] {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-family: 'Quicksand', sans-serif;
    background: linear-gradient(135deg, #D8E9A8 0%, #4E9F3D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.navbar-links[b-6v9lla1q1j] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-link-item[b-6v9lla1q1j] {
    text-decoration: none;
    color: #2d4a2d;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}

.nav-link-item:hover[b-6v9lla1q1j] {
    color: #4E9F3D;
}

.nav-link-cta[b-6v9lla1q1j] {
    padding: 0.38rem 1.05rem;
    background: linear-gradient(135deg, #1E5128, #4E9F3D);
    border-radius: 9999px;
    color: #D8E9A8 !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.nav-link-cta[b-6v9lla1q1j]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #4E9F3D, #D8E9A8);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

.nav-link-cta:hover[b-6v9lla1q1j]::before { opacity: 1; }

.nav-link-cta:hover[b-6v9lla1q1j] {
    color: #000000 !important;
    box-shadow: 0 0 20px #4E9F3D50;
    transform: translateY(-1px);
}

.nav-link-cta span[b-6v9lla1q1j] {
    position: relative;
    z-index: 1;
}

.main-content[b-6v9lla1q1j] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#blazor-error-ui[b-6v9lla1q1j] {
    background: #050d05;
    border-top: 1px solid #1E512840;
    bottom: 0;
    box-shadow: 0 -1px 8px rgba(30, 81, 40, 0.15);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #4b6b4b;
    font-size: 0.85rem;
    font-family: 'Quicksand', sans-serif;
}

#blazor-error-ui .dismiss[b-6v9lla1q1j] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    color: #4E9F3D;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ════════════════════════════════════════════
   PALETTE
   #000000  background
   #1E5128  deep forest
   #4E9F3D  primary green
   #D8E9A8  light sage / highlight
════════════════════════════════════════════ */

.home-container[b-rz2te6wvlh] {
    width: 100%;
    padding: 3.5rem 1.5rem 6rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-height: calc(100vh - 4rem);
    gap: 2.5rem;
}

.detect-tagline[b-rz2te6wvlh] {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #D8E9A8;
    margin: 0 0 0.5rem;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
}

/* ── Input Section ── */
.input-section[b-rz2te6wvlh] {
    width: 100%;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    animation: fade-up-b-rz2te6wvlh 0.7s ease 0.1s both;
    margin: 0 auto;
}

@keyframes fade-up-b-rz2te6wvlh {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Input Card ── */
.input-card[b-rz2te6wvlh] {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    background: #080808;
    border: 1px solid #1E5128;
    border-radius: 1.1rem;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

.input-card:focus-within[b-rz2te6wvlh] {
    border-color: #4E9F3D;
    box-shadow: 0 0 0 1px #4E9F3D30, 0 8px 40px #1E512820;
}

.input-wrapper[b-rz2te6wvlh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid #0f1f0f;
}

.textarea-wrapper[b-rz2te6wvlh] { align-items: flex-start; }

.input-icon[b-rz2te6wvlh] {
    font-size: 1rem;
    flex-shrink: 0;
    opacity: 0.45;
}

.textarea-icon[b-rz2te6wvlh] { margin-top: 0.15rem; }

.main-input[b-rz2te6wvlh] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #D8E9A8;
    font-size: 0.95rem;
    font-family: 'Quicksand', sans-serif;
    caret-color: #4E9F3D;
}

.main-input[b-rz2te6wvlh]::placeholder { color: #2d4a2d; }

.main-textarea[b-rz2te6wvlh] {
    flex: 1;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #D8E9A8;
    font-size: 0.95rem;
    font-family: 'Quicksand', sans-serif;
    resize: none;
    line-height: 1.65;
    caret-color: #4E9F3D;
}

.main-textarea[b-rz2te6wvlh]::placeholder { color: #2d4a2d; }

.input-footer[b-rz2te6wvlh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 1.25rem;
    background: #040a04;
}

.char-hint[b-rz2te6wvlh] {
    font-size: 0.75rem;
    color: #2d4a2d;
    font-family: 'Quicksand', sans-serif;
}

/* ── Analyze Button ── */
.analyze-btn[b-rz2te6wvlh] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #1E5128 0%, #4E9F3D 100%);
    border: none;
    border-radius: 9999px;
    color: #D8E9A8;
    font-size: 0.85rem;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    cursor: pointer;
    letter-spacing: 0.04em;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.analyze-btn[b-rz2te6wvlh]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #4E9F3D 0%, #D8E9A8 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

.analyze-btn:hover:not(:disabled)[b-rz2te6wvlh]::before { opacity: 1; }

.analyze-btn:hover:not(:disabled)[b-rz2te6wvlh] {
    color: #000000;
    box-shadow: 0 0 24px #4E9F3D60;
    transform: translateY(-1px);
}

.analyze-btn-text[b-rz2te6wvlh],
.analyze-btn-arrow[b-rz2te6wvlh] {
    position: relative;
    z-index: 1;
}

.analyze-btn-arrow[b-rz2te6wvlh] {
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.analyze-btn:hover:not(:disabled) .analyze-btn-arrow[b-rz2te6wvlh] {
    transform: translateX(3px);
}

.analyze-btn:disabled[b-rz2te6wvlh] {
    opacity: 0.25;
    cursor: not-allowed;
}

/* ── Recent Checks ── */
.recent-section[b-rz2te6wvlh] {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    animation: fade-up-b-rz2te6wvlh 0.5s ease both;
}

.recent-heading[b-rz2te6wvlh] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1E5128;
    margin: 0 0 0.75rem 0;
    font-family: 'Quicksand', sans-serif;
}

.recent-list[b-rz2te6wvlh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 720px;
    margin: 0 auto;
}

.recent-item[b-rz2te6wvlh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 1rem;
    background: #050d05;
    border: 1px solid #0f1f0f;
    border-radius: 0.7rem;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.recent-item:hover[b-rz2te6wvlh] {
    background: #0a160a;
    border-color: #4E9F3D40;
    box-shadow: 0 0 12px #1E512820;
}

.recent-type-badge[b-rz2te6wvlh] { font-size: 0.85rem; flex-shrink: 0; }

.recent-preview[b-rz2te6wvlh] {
    flex: 1;
    font-size: 0.85rem;
    color: #4b6b4b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Quicksand', sans-serif;
}

.recent-time[b-rz2te6wvlh] {
    font-size: 0.72rem;
    color: #1E5128;
    flex-shrink: 0;
    font-family: 'Quicksand', sans-serif;
}

/* ════════════════════════════════════════════
   ANALYSIS SECTION
════════════════════════════════════════════ */

.analysis-section[b-rz2te6wvlh] {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    animation: fade-up-b-rz2te6wvlh 0.55s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/* ── Card shell ── */
.analysis-card[b-rz2te6wvlh] {
    background: #06100a;
    border-radius: 1.4rem;
    border: 1px solid #1e5128;
    padding: 1.75rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.4rem;
    box-shadow:
        0 2px 0 #0f1f0f inset,
        0 12px 48px rgba(0, 0, 0, 0.65);
    position: relative;
    overflow: hidden;
}

/* ambient top glow — recoloured per verdict */
.analysis-card[b-rz2te6wvlh]::after {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 160px;
    border-radius: 50%;
    opacity: 0.07;
    pointer-events: none;
    filter: blur(40px);
    background: #4e9f3d;
    transition: background 0.5s ease;
}

.analysis-card.analysis-bad[b-rz2te6wvlh]::after    { background: #ef4444; }
.analysis-card.analysis-uncertain[b-rz2te6wvlh]::after { background: #eab308; }
.analysis-card.analysis-error[b-rz2te6wvlh]::after  { background: #ef4444; }

/* ── Header row ── */
.analysis-hero[b-rz2te6wvlh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 0.25rem 0 0.25rem;
}

.reliability-ring-wrap[b-rz2te6wvlh] {
    position: relative;
    width: 168px;
    height: 168px;
    animation: ring-entrance-b-rz2te6wvlh 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes ring-entrance-b-rz2te6wvlh {
    from { opacity: 0; transform: scale(0.8) rotate(-10deg); }
    to   { opacity: 1; transform: scale(1) rotate(0deg); }
}

.reliability-ring[b-rz2te6wvlh] {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    overflow: visible;
}

.ring-center[b-rz2te6wvlh] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ring-pct[b-rz2te6wvlh] {
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Quicksand', sans-serif;
    color: #d8e9a8;
    line-height: 1;
    letter-spacing: -0.05em;
    animation: num-fade-b-rz2te6wvlh 0.6s ease 0.3s both;
}

@keyframes num-fade-b-rz2te6wvlh {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.reliability-label[b-rz2te6wvlh] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2d4a2d;
    font-family: 'Quicksand', sans-serif;
}

.analysis-header[b-rz2te6wvlh] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
}

.analysis-pill[b-rz2te6wvlh] {
    padding: 0.35rem 1.3rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 800;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    animation: pill-pop-b-rz2te6wvlh 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s both;
}

@keyframes pill-pop-b-rz2te6wvlh {
    from { opacity: 0; transform: scale(0.75); }
    to   { opacity: 1; transform: scale(1); }
}

.reliability-label[b-rz2te6wvlh] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2d4a2d;
    font-family: 'Quicksand', sans-serif;
}

/* ── Summary ── */
.analysis-summary[b-rz2te6wvlh] {
    font-size: 0.92rem;
    color: #8aab7a;
    font-family: 'Quicksand', sans-serif;
    line-height: 1.75;
    text-align: center;
    padding: 0 0.5rem;
    animation: fade-up-b-rz2te6wvlh 0.5s ease 0.2s both;
}

/* ── Shared section label ── */
.section-label[b-rz2te6wvlh] {
    display: block;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1e5128;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 0.6rem;
}

/* ── Reasons ── */
.analysis-reasons[b-rz2te6wvlh] {
    border-top: 1px solid #0f1f0f;
    padding-top: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.reason-item[b-rz2te6wvlh] {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 0.855rem;
    color: #4b6b4b;
    font-family: 'Quicksand', sans-serif;
    line-height: 1.55;
    animation: slide-in-b-rz2te6wvlh 0.38s ease both;
}

@keyframes slide-in-b-rz2te6wvlh {
    from { opacity: 0; transform: translateX(-12px); }
    to   { opacity: 1; transform: translateX(0); }
}

.reason-dot[b-rz2te6wvlh] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0.42rem;
    box-shadow: 0 0 6px currentColor;
}

/* ── Sources ── */
.analysis-sources[b-rz2te6wvlh] {
    border-top: 1px solid #0f1f0f;
    padding-top: 1.1rem;
}

.sources-list[b-rz2te6wvlh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.source-chip[b-rz2te6wvlh] {
    padding: 0.28rem 0.75rem;
    background: #060e06;
    border: 1px solid #1e5128;
    border-radius: 0.55rem;
    font-size: 0.78rem;
    font-family: 'Quicksand', sans-serif;
    transition: border-color 0.2s, background 0.2s;
}

.source-chip:hover[b-rz2te6wvlh] {
    background: #0a1a0a;
    border-color: #4e9f3d60;
}

.source-chip a[b-rz2te6wvlh] {
    color: #4e9f3d;
    text-decoration: none;
}

.source-chip a:hover[b-rz2te6wvlh] { color: #d8e9a8; }

/* ════════════════════════════════════════════
   VERDICT COLOUR VARIANTS
════════════════════════════════════════════ */

/* Good */
.analysis-card.analysis-good[b-rz2te6wvlh] {
    border-color: #4e9f3d;
    box-shadow:
        0 2px 0 #0f1f0f inset,
        0 12px 48px rgba(78, 159, 61, 0.15);
}
.analysis-card.analysis-good .analysis-pill[b-rz2te6wvlh] {
    background: #1e5128;
    color: #d8e9a8;
    box-shadow: 0 0 16px #4e9f3d30;
}
.analysis-card.analysis-good .ring-progress[b-rz2te6wvlh] {
    stroke: #4e9f3d;
    filter: drop-shadow(0 0 7px #4e9f3d90);
}
.analysis-card.analysis-good .reason-dot[b-rz2te6wvlh] { background: #4e9f3d; color: #4e9f3d; }

/* Bad */
.analysis-card.analysis-bad[b-rz2te6wvlh] {
    border-color: #ef4444;
    box-shadow:
        0 2px 0 #0f1f0f inset,
        0 12px 48px rgba(239, 68, 68, 0.14);
}
.analysis-card.analysis-bad .analysis-pill[b-rz2te6wvlh] {
    background: #450a0a;
    color: #fecaca;
    box-shadow: 0 0 16px #ef444430;
}
.analysis-card.analysis-bad .ring-progress[b-rz2te6wvlh] {
    stroke: #ef4444;
    filter: drop-shadow(0 0 7px #ef444490);
}
.analysis-card.analysis-bad .reason-dot[b-rz2te6wvlh] { background: #ef4444; color: #ef4444; }

/* Uncertain */
.analysis-card.analysis-uncertain[b-rz2te6wvlh] {
    border-color: #eab308;
    box-shadow:
        0 2px 0 #0f1f0f inset,
        0 12px 48px rgba(234, 179, 8, 0.12);
}
.analysis-card.analysis-uncertain .analysis-pill[b-rz2te6wvlh] {
    background: #422006;
    color: #fef3c7;
    box-shadow: 0 0 16px #eab30830;
}
.analysis-card.analysis-uncertain .ring-progress[b-rz2te6wvlh] {
    stroke: #eab308;
    filter: drop-shadow(0 0 7px #eab30890);
}
.analysis-card.analysis-uncertain .reason-dot[b-rz2te6wvlh] { background: #eab308; color: #eab308; }

/* Error */
.analysis-card.analysis-error[b-rz2te6wvlh] {
    border-color: #ef4444;
    box-shadow:
        0 2px 0 #0f1f0f inset,
        0 12px 48px rgba(239, 68, 68, 0.14);
}
.analysis-card.analysis-error .analysis-pill[b-rz2te6wvlh] {
    background: #7f1d1d;
    color: #fee2e2;
}
.analysis-card.analysis-error .ring-progress[b-rz2te6wvlh] {
    stroke: #ef4444;
    filter: drop-shadow(0 0 7px #ef444490);
}
.analysis-card.analysis-error .reason-dot[b-rz2te6wvlh] { background: #ef4444; color: #ef4444; }
/* /Components/Pages/Landing.razor.rz.scp.css */
/* ════════════════════════════════════════════
   PALETTE
   #000000  background
   #1E5128  deep forest
   #4E9F3D  primary green
   #D8E9A8  light sage / highlight
════════════════════════════════════════════ */

/* ════════════════════════════════════════════
   SCROLL ANIMATION STATES
════════════════════════════════════════════ */
.lp-feature-row[b-bil5yw0iuf],
.lp-privacy-banner-inner[b-bil5yw0iuf],
.reveal-up[b-bil5yw0iuf] {
    opacity: 0;
    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-feature-row.slide-left[b-bil5yw0iuf]  { transform: translateX(-50px); }
.lp-feature-row.slide-right[b-bil5yw0iuf] { transform: translateX(50px); }
.lp-privacy-banner-inner[b-bil5yw0iuf]    { transform: translateY(24px); }
.reveal-up[b-bil5yw0iuf]                  { transform: translateY(40px); }

.lp-feature-row.is-visible[b-bil5yw0iuf],
.lp-privacy-banner-inner.is-visible[b-bil5yw0iuf],
.reveal-up.is-visible[b-bil5yw0iuf] {
    opacity: 1;
    transform: none;
}

/* ── Navbar scrolled ── */
:global(.navbar-scrolled)[b-bil5yw0iuf] {
    border-bottom-color: #1E512860 !important;
    background-color: rgba(0, 0, 0, 0.96) !important;
}

/* ── Gradient text ── */
.lp-gradient-text[b-bil5yw0iuf] {
    background: linear-gradient(90deg, #D8E9A8 0%, #4E9F3D 50%, #1E5128 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% auto;
    animation: gradient-shift-b-bil5yw0iuf 4s ease infinite;
}

@keyframes gradient-shift-b-bil5yw0iuf {
    0%   { background-position: 0% center; }
    50%  { background-position: 100% center; }
    100% { background-position: 0% center; }
}

/* ════════════════════════════════════════════
   PARTICLES CANVAS
════════════════════════════════════════════ */
.lp-particles[b-bil5yw0iuf] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
}

/* ════════════════════════════════════════════
   HERO
════════════════════════════════════════════ */
.lp-hero[b-bil5yw0iuf] {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    padding: 6rem 2rem 4rem;
    overflow: hidden;
    flex-wrap: wrap;
}

.lp-hero-glow[b-bil5yw0iuf] {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 750px;
    background: radial-gradient(
        ellipse at center,
        #1E512828 0%,
        #4E9F3D12 30%,
        transparent 70%
    );
    pointer-events: none;
    z-index: 0;
    animation: glow-breathe-b-bil5yw0iuf 6s ease-in-out infinite;
}

@keyframes glow-breathe-b-bil5yw0iuf {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50%       { opacity: 1;   transform: translateX(-50%) scale(1.1); }
}

.lp-hero-inner[b-bil5yw0iuf] {
    position: relative;
    z-index: 1;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    animation: fade-up-b-bil5yw0iuf 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes fade-up-b-bil5yw0iuf {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Eyebrow ── */
.lp-eyebrow[b-bil5yw0iuf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4E9F3D;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}

.lp-eyebrow-dot[b-bil5yw0iuf] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4E9F3D;
    box-shadow: 0 0 10px #4E9F3D;
    flex-shrink: 0;
    animation: blink-b-bil5yw0iuf 2s ease-in-out infinite;
}

.lp-hero-title[b-bil5yw0iuf] {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 700;
    line-height: 1.1;
    color: #D8E9A8;
    margin: 0;
    letter-spacing: -0.01em;
    font-family: 'Quicksand', sans-serif;
}

.lp-hero-sub[b-bil5yw0iuf] {
    font-size: 1.05rem;
    color: #4b6b4b;
    line-height: 1.7;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}

.lp-hero-actions[b-bil5yw0iuf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
}

/* ── CTA Button ── */
.lp-cta-btn[b-bil5yw0iuf] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.3rem;
    font-size: 0.82rem;
    background: linear-gradient(135deg, #1E5128 0%, #4E9F3D 100%);
    color: #D8E9A8;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    border-radius: 9999px;
    text-decoration: none;
    width: fit-content;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition:
        box-shadow 0.3s ease,
        transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
        color 0.2s ease;
    box-shadow: 0 0 24px #1E512840;
    letter-spacing: 0.03em;
}

/* Shimmer sweep */
.lp-btn-shimmer[b-bil5yw0iuf] {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent 30%,
        rgba(255, 255, 255, 0.18) 50%,
        transparent 70%
    );
    animation: btn-shimmer-b-bil5yw0iuf 2.8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes btn-shimmer-b-bil5yw0iuf {
    0%   { left: -100%; }
    60%  { left: 160%; }
    100% { left: 160%; }
}

.lp-cta-btn[b-bil5yw0iuf]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #4E9F3D 0%, #D8E9A8 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

.lp-cta-btn:hover[b-bil5yw0iuf]::before { opacity: 1; }
.lp-cta-btn:hover[b-bil5yw0iuf] {
    color: #000;
    box-shadow: 0 0 48px #4E9F3D80;
    transform: translateY(-3px) scale(1.03);
}

.lp-cta-btn span[b-bil5yw0iuf],
.lp-cta-arrow[b-bil5yw0iuf] {
    position: relative;
    z-index: 1;
}

.lp-cta-btn.large[b-bil5yw0iuf] {
    padding: 0.65rem 1.6rem;
    font-size: 0.9rem;
}

.lp-cta-arrow[b-bil5yw0iuf] {
    font-size: 1.1rem;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lp-cta-btn:hover .lp-cta-arrow[b-bil5yw0iuf] { transform: translateX(6px); }

/* ── Hero mock browser ── */
.lp-hero-visual[b-bil5yw0iuf] {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    animation: fade-up-b-bil5yw0iuf 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.lp-mock-card[b-bil5yw0iuf] {
    width: 340px;
    background: #050d05;
    border: 1px solid #1E5128;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow:
        0 0 60px #1E512820,
        0 24px 60px rgba(0, 0, 0, 0.7);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.lp-mock-card:hover[b-bil5yw0iuf] {
    box-shadow: 0 0 90px #4E9F3D30, 0 24px 60px rgba(0, 0, 0, 0.7);
    transform: translateY(-4px);
}

.lp-mock-header[b-bil5yw0iuf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #030a03;
    border-bottom: 1px solid #0f1f0f;
}

.lp-mock-dots[b-bil5yw0iuf] { display: flex; gap: 0.4rem; }
.lp-mock-dot[b-bil5yw0iuf] { width: 10px; height: 10px; border-radius: 50%; }
.lp-mock-dot.red[b-bil5yw0iuf]    { background: #ff5f57; }
.lp-mock-dot.yellow[b-bil5yw0iuf] { background: #febc2e; }
.lp-mock-dot.green[b-bil5yw0iuf]  { background: #28c840; }

.lp-mock-url[b-bil5yw0iuf] {
    margin-left: 0.25rem;
    font-size: 0.72rem;
    color: #1E5128;
    font-family: monospace;
    min-width: 1ch;
}

/* Typewriter cursor */
.lp-mock-url[b-bil5yw0iuf]::after {
    content: '▌';
    animation: blink-b-bil5yw0iuf 0.8s step-end infinite;
}

.lp-mock-body[b-bil5yw0iuf] {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

.lp-mock-input-row[b-bil5yw0iuf] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #030a03;
    border: 1px solid #1E5128;
    border-radius: 0.5rem;
    padding: 0.6rem 0.9rem;
}

.lp-mock-icon[b-bil5yw0iuf] { font-size: 0.9rem; }
.lp-mock-placeholder[b-bil5yw0iuf] {
    font-size: 0.75rem;
    color: #1E5128;
    font-family: monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Scan line */
.lp-mock-scan-line[b-bil5yw0iuf] {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        #4E9F3D,
        #D8E9A840,
        #4E9F3D,
        transparent
    );
    box-shadow: 0 0 12px #4E9F3D;
    top: 48px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}
.lp-mock-scan-line.scanning[b-bil5yw0iuf] {
    opacity: 1;
    animation: scan-move-b-bil5yw0iuf 1.2s linear forwards;
}

@keyframes scan-move-b-bil5yw0iuf {
    from { top: 48px; }
    to   { top: 200px; }
}

.lp-mock-result[b-bil5yw0iuf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: opacity 0.5s ease;
}

.lp-mock-verdict[b-bil5yw0iuf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: 'Quicksand', sans-serif;
}
.lp-mock-verdict.false[b-bil5yw0iuf] { color: #ef4444; }

.lp-verdict-dot[b-bil5yw0iuf] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 8px #ef4444;
    animation: blink-b-bil5yw0iuf 1.5s ease-in-out infinite;
}

@keyframes blink-b-bil5yw0iuf {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.15; }
}

.lp-mock-bars[b-bil5yw0iuf] { display: flex; flex-direction: column; gap: 0.5rem; }

.lp-bar-row[b-bil5yw0iuf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lp-bar-label[b-bil5yw0iuf] {
    font-size: 0.68rem;
    color: #1E5128;
    width: 72px;
    flex-shrink: 0;
    font-family: 'Quicksand', sans-serif;
}

.lp-bar-track[b-bil5yw0iuf] {
    flex: 1;
    height: 4px;
    background: #0f1f0f;
    border-radius: 2px;
    overflow: hidden;
}

.lp-bar-fill[b-bil5yw0iuf] {
    height: 100%;
    width: 0%;               /* animated via JS */
    background: #ef4444;
    border-radius: 2px;
    box-shadow: 0 0 6px #ef444460;
    transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-bar-fill.amber[b-bil5yw0iuf] {
    background: #f59e0b;
    box-shadow: 0 0 6px #f59e0b60;
}

.lp-bar-val[b-bil5yw0iuf] {
    font-size: 0.68rem;
    font-weight: 700;
    width: 28px;
    text-align: right;
    flex-shrink: 0;
    font-family: 'Quicksand', sans-serif;
}
.red-val[b-bil5yw0iuf]   { color: #ef4444; }
.amber-val[b-bil5yw0iuf] { color: #f59e0b; }

/* ════════════════════════════════════════════
   FEATURES
════════════════════════════════════════════ */
.lp-features[b-bil5yw0iuf] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.lp-feature-row[b-bil5yw0iuf] {
    display: flex;
    align-items: center;
    gap: 4rem;
    flex-wrap: wrap;
}
.lp-feature-row.reverse[b-bil5yw0iuf] { flex-direction: row-reverse; }

.lp-feature-text[b-bil5yw0iuf] {
    flex: 1;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.lp-feature-tag[b-bil5yw0iuf] {
    display: inline-block;
    width: fit-content;
    padding: 0.2rem 0.7rem;
    background: linear-gradient(135deg, #1E512818, #4E9F3D12);
    border: 1px solid #1E512860;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4E9F3D;
    font-family: 'Quicksand', sans-serif;
}

.lp-feature-icon-wrap[b-bil5yw0iuf] {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #1E512820, #4E9F3D15);
    border: 1px solid #1E5128;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.lp-feature-text:hover .lp-feature-icon-wrap[b-bil5yw0iuf] {
    border-color: #4E9F3D;
    box-shadow: 0 0 20px #4E9F3D40;
    transform: rotate(-5deg) scale(1.1);
}

.lp-feature-icon[b-bil5yw0iuf] { font-size: 1.2rem; }

.lp-feature-title[b-bil5yw0iuf] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #D8E9A8;
    margin: 0;
    line-height: 1.3;
    font-family: 'Quicksand', sans-serif;
}

.lp-feature-desc[b-bil5yw0iuf] {
    font-size: 0.95rem;
    color: #4b6b4b;
    line-height: 1.75;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}

.lp-feature-visual[b-bil5yw0iuf] {
    flex: 1;
    min-width: 260px;
    display: flex;
    justify-content: center;
}

/* ── Shared vis card ── */
.lp-vis-card[b-bil5yw0iuf] {
    width: 100%;
    max-width: 320px;
    background: #050d05;
    border: 1px solid #1E5128;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.1s ease;    /* tilt handled by JS */
    transform-style: preserve-3d;
    will-change: transform;
}
.lp-vis-card:hover[b-bil5yw0iuf] {
    border-color: #4E9F3D80;
    box-shadow: 0 12px 50px #1E512840;
}

/* Link card */
.lp-vis-url-bar[b-bil5yw0iuf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #030a03;
    border: 1px solid #1E5128;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
}
.lp-vis-lock[b-bil5yw0iuf] { font-size: 0.8rem; }
.lp-vis-url-text[b-bil5yw0iuf] {
    font-size: 0.75rem;
    color: #1E5128;
    font-family: monospace;
}

.lp-vis-verdict-badge[b-bil5yw0iuf] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.9rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 700;
    width: fit-content;
    font-family: 'Quicksand', sans-serif;
}
.lp-vis-verdict-badge.verified[b-bil5yw0iuf] {
    background: linear-gradient(135deg, #1E512820, #4E9F3D15);
    color: #4E9F3D;
    border: 1px solid #4E9F3D50;
    animation: badge-glow-b-bil5yw0iuf 2.5s ease-in-out infinite;
}
.lp-vis-verdict-badge.false[b-bil5yw0iuf] {
    background: #ef444415;
    color: #ef4444;
    border: 1px solid #ef444430;
}

@keyframes badge-glow-b-bil5yw0iuf {
    0%, 100% { box-shadow: 0 0 0px #4E9F3D40; }
    50%       { box-shadow: 0 0 14px #4E9F3D50; }
}

.lp-vis-tags[b-bil5yw0iuf] { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.lp-tag[b-bil5yw0iuf] {
    padding: 0.2rem 0.6rem;
    background: #0a160a;
    border: 1px solid #1E5128;
    border-radius: 9999px;
    font-size: 0.72rem;
    color: #1E5128;
    font-family: 'Quicksand', sans-serif;
    transition: border-color 0.2s, color 0.2s;
}
.lp-tag:hover[b-bil5yw0iuf] { border-color: #4E9F3D; color: #4E9F3D; }

/* Text card */
.lp-vis-claim-box[b-bil5yw0iuf] {
    background: #030a03;
    border: 1px solid #1E5128;
    border-radius: 0.6rem;
    padding: 0.75rem 1rem;
    position: relative;
}
.lp-vis-quote[b-bil5yw0iuf] {
    font-size: 2rem;
    color: #1E512860;
    line-height: 1;
    position: absolute;
    top: 0.25rem;
    left: 0.5rem;
}
.lp-vis-claim-text[b-bil5yw0iuf] {
    font-size: 0.82rem;
    color: #4b6b4b;
    line-height: 1.6;
    margin: 0;
    padding-left: 0.75rem;
    font-family: 'Quicksand', sans-serif;
}
.lp-vis-reason[b-bil5yw0iuf] {
    font-size: 0.78rem;
    color: #1E5128;
    margin: 0;
    line-height: 1.5;
    font-family: 'Quicksand', sans-serif;
}

/* Speed card */
.speed-card[b-bil5yw0iuf] { align-items: center; text-align: center; }

.lp-speed-ring[b-bil5yw0iuf] {
    position: relative;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-ring-svg[b-bil5yw0iuf] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.lp-ring-track[b-bil5yw0iuf] {
    fill: none;
    stroke: #0f1f0f;
    stroke-width: 5;
}
.lp-ring-progress[b-bil5yw0iuf] {
    fill: none;
    stroke: #4E9F3D;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 213.6;
    stroke-dashoffset: 213.6;   /* animated via JS */
    filter: drop-shadow(0 0 8px #4E9F3D90);
    transition: stroke-dashoffset 1.6s cubic-bezier(0.22, 1, 0.36, 1);
    animation: ring-pulse-b-bil5yw0iuf 3s ease-in-out infinite;
}
@keyframes ring-pulse-b-bil5yw0iuf {
    0%, 100% { filter: drop-shadow(0 0 6px #4E9F3D70); }
    50%       { filter: drop-shadow(0 0 14px #4E9F3Dcc); }
}

.lp-speed-label[b-bil5yw0iuf] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4E9F3D;
    position: relative;
    z-index: 1;
    font-family: 'Quicksand', sans-serif;
}
.lp-speed-caption[b-bil5yw0iuf] {
    font-size: 0.8rem;
    color: #1E5128;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}

/* Privacy card */
.lp-privacy-icons[b-bil5yw0iuf] { display: flex; flex-direction: column; gap: 0.75rem; }
.lp-privacy-item[b-bil5yw0iuf] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.88rem;
    color: #4b6b4b;
    font-family: 'Quicksand', sans-serif;
    transition: color 0.2s;
}
.lp-privacy-item:hover[b-bil5yw0iuf] { color: #D8E9A8; }
.lp-privacy-icon[b-bil5yw0iuf] { font-size: 1.1rem; width: 28px; text-align: center; }
.lp-privacy-note[b-bil5yw0iuf] {
    font-size: 0.75rem;
    color: #1E5128;
    margin: 0;
    padding-top: 0.5rem;
    border-top: 1px solid #0f1f0f;
    line-height: 1.5;
    font-family: 'Quicksand', sans-serif;
}

/* ════════════════════════════════════════════
   GRAPH SECTION
════════════════════════════════════════════ */
.lp-graph-section[b-bil5yw0iuf] {
    max-width: 1000px;
    margin: 2rem auto 0;
    padding: 4rem 2rem;
}

.lp-graph-inner[b-bil5yw0iuf] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.lp-graph-header[b-bil5yw0iuf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 560px;
}

.lp-graph-title[b-bil5yw0iuf] {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #D8E9A8;
    margin: 0;
    line-height: 1.25;
    font-family: 'Quicksand', sans-serif;
}

.lp-graph-sub[b-bil5yw0iuf] {
    font-size: 0.95rem;
    color: #4b6b4b;
    margin: 0;
    line-height: 1.65;
    font-family: 'Quicksand', sans-serif;
}

.lp-graph-card[b-bil5yw0iuf] {
    background: #050d05;
    border: 1px solid #1E5128;
    border-radius: 1.25rem;
    padding: 2rem;
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
    box-shadow: 0 8px 60px rgba(0, 0, 0, 0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.lp-graph-card:hover[b-bil5yw0iuf] {
    border-color: #4E9F3D50;
    box-shadow: 0 8px 80px #1E512830;
}

/* Left column — bullet points */
.lp-graph-points[b-bil5yw0iuf] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 200px;
    flex: 1;
    justify-content: center;
}

.lp-graph-point[b-bil5yw0iuf] {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.lp-graph-point-icon[b-bil5yw0iuf] {
    font-size: 1.3rem;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1E512820, #4E9F3D12);
    border: 1px solid #1E512870;
    border-radius: 0.65rem;
}

.lp-graph-point strong[b-bil5yw0iuf] {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: #D8E9A8;
    margin-bottom: 0.25rem;
    font-family: 'Quicksand', sans-serif;
}

.lp-graph-point p[b-bil5yw0iuf] {
    font-size: 0.8rem;
    color: #4b6b4b;
    margin: 0;
    line-height: 1.5;
    font-family: 'Quicksand', sans-serif;
}

/* Chart wrap */
.lp-graph-wrap[b-bil5yw0iuf] {
    flex: 2;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lp-chart[b-bil5yw0iuf] {
    width: 100%;
    height: auto;
    overflow: visible;
}

/* SVG chart elements */
.lp-axis[b-bil5yw0iuf] {
    stroke: #1E512850;
    stroke-width: 1;
}

.lp-grid[b-bil5yw0iuf] {
    stroke: #1E512828;
    stroke-width: 1;
    stroke-dasharray: 4 4;
}

.lp-axis-label[b-bil5yw0iuf] {
    fill: #1E5128;
    font-size: 0.65rem;
    font-family: 'Quicksand', sans-serif;
}

/* Area fills */
.lp-area[b-bil5yw0iuf] {
    stroke: none;
}
.viral-area[b-bil5yw0iuf] {
    fill: url(#viralGrad);
    opacity: 0;
    transition: opacity 0.6s ease 1.4s;
}
.manual-area[b-bil5yw0iuf] {
    fill: url(#manualGrad);
    opacity: 0;
    transition: opacity 0.6s ease 1.6s;
}
.lp-graph-section.is-visible .viral-area[b-bil5yw0iuf],
.lp-graph-section.is-visible .manual-area[b-bil5yw0iuf] {
    opacity: 1;
}

/* Lines */
.lp-line[b-bil5yw0iuf] {
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.viral-line[b-bil5yw0iuf] {
    stroke: #ef4444;
    filter: drop-shadow(0 0 4px #ef444480);
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    transition: stroke-dashoffset 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.manual-line[b-bil5yw0iuf] {
    stroke: #60a5fa;
    filter: drop-shadow(0 0 4px #60a5fa60);
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    transition: stroke-dashoffset 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}

.lp-graph-section.is-visible .viral-line[b-bil5yw0iuf],
.lp-graph-section.is-visible .manual-line[b-bil5yw0iuf] {
    stroke-dashoffset: 0;
}

/* Endpoint dots */
.lp-dot[b-bil5yw0iuf] {
    r: 5;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.viral-dot[b-bil5yw0iuf]  { fill: #ef4444; filter: drop-shadow(0 0 6px #ef4444); }
.manual-dot[b-bil5yw0iuf] { fill: #60a5fa; filter: drop-shadow(0 0 6px #60a5fa); }

.lp-graph-section.is-visible .lp-dot[b-bil5yw0iuf] { opacity: 1; }

/* Tooltip */
.lp-tooltip-bg[b-bil5yw0iuf] {
    fill: #030a03;
    stroke: #1E5128;
    stroke-width: 1;
    width: 130px;
    height: 54px;
}
.lp-tooltip-text[b-bil5yw0iuf] {
    fill: #D8E9A8;
    font-size: 0.68rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
.lp-tooltip-sub[b-bil5yw0iuf] { fill: #4b6b4b; font-weight: 400; }
.lp-tooltip-line[b-bil5yw0iuf] {
    stroke: #1E512860;
    stroke-width: 1;
    stroke-dasharray: 3 3;
}
.lp-tooltip-dot[b-bil5yw0iuf] { r: 4; }

/* Legend */
.lp-graph-legend[b-bil5yw0iuf] {
    display: flex;
    gap: 1.5rem;
    padding-left: 0.5rem;
}
.lp-legend-item[b-bil5yw0iuf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #4b6b4b;
    font-family: 'Quicksand', sans-serif;
}
.lp-legend-line[b-bil5yw0iuf] {
    width: 28px;
    height: 2.5px;
    border-radius: 2px;
    display: inline-block;
}
.lp-legend-line.viral[b-bil5yw0iuf]  { background: #ef4444; box-shadow: 0 0 6px #ef4444; }
.lp-legend-line.manual[b-bil5yw0iuf] { background: #60a5fa; box-shadow: 0 0 6px #60a5fa; }

/* ════════════════════════════════════════════
   PRIVACY BANNER
════════════════════════════════════════════ */
.lp-privacy-banner[b-bil5yw0iuf] {
    background: #030a03;
    border-top: 1px solid #0f1f0f;
    border-bottom: 1px solid #0f1f0f;
    padding: 3rem 2rem;
    margin-top: 2rem;
}

.lp-privacy-banner-inner[b-bil5yw0iuf] {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.lp-privacy-banner-icon[b-bil5yw0iuf] { font-size: 2.5rem; flex-shrink: 0; }
.lp-privacy-banner-content[b-bil5yw0iuf] { flex: 1; min-width: 200px; }

.lp-privacy-banner-title[b-bil5yw0iuf] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #D8E9A8;
    margin: 0 0 0.4rem;
    font-family: 'Quicksand', sans-serif;
}

.lp-privacy-banner-text[b-bil5yw0iuf] {
    font-size: 0.88rem;
    color: #4b6b4b;
    margin: 0;
    line-height: 1.6;
    font-family: 'Quicksand', sans-serif;
}

.lp-privacy-banner-shields[b-bil5yw0iuf] {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.lp-shield[b-bil5yw0iuf] {
    padding: 0.35rem 0.8rem;
    background: linear-gradient(135deg, #1E512815, #4E9F3D10);
    border: 1px solid #1E5128;
    border-radius: 9999px;
    font-size: 0.75rem;
    color: #4E9F3D;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.lp-shield:hover[b-bil5yw0iuf] {
    border-color: #4E9F3D;
    box-shadow: 0 0 14px #4E9F3D40;
    transform: translateY(-2px);
}

/* ════════════════════════════════════════════
   FINAL CTA
════════════════════════════════════════════ */
.lp-final-cta[b-bil5yw0iuf] {
    position: relative;
    text-align: center;
    padding: 7rem 2rem;
    overflow: hidden;
}

.lp-final-glow[b-bil5yw0iuf] {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 500px;
    background: radial-gradient(
        ellipse at center,
        #1E512825 0%,
        #4E9F3D0c 40%,
        transparent 70%
    );
    pointer-events: none;
    animation: glow-breathe-b-bil5yw0iuf 5s ease-in-out infinite;
}

.lp-final-inner[b-bil5yw0iuf] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.lp-final-title[b-bil5yw0iuf] {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    color: #D8E9A8;
    margin: 0;
    line-height: 1.2;
    font-family: 'Quicksand', sans-serif;
}

.lp-final-sub[b-bil5yw0iuf] {
    font-size: 1rem;
    color: #1E5128;
    margin: 0 0 1.5rem;
    letter-spacing: 0.04em;
    font-family: 'Quicksand', sans-serif;
}

/* ════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════ */
.lp-footer[b-bil5yw0iuf] {
    border-top: 1px solid #0f1f0f;
    padding: 1.5rem 2rem;
}

.lp-footer-inner[b-bil5yw0iuf] {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.lp-footer-logo[b-bil5yw0iuf] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 700;
    background: linear-gradient(135deg, #D8E9A8, #4E9F3D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.08em;
    font-family: 'Quicksand', sans-serif;
}

.lp-footer-lotus[b-bil5yw0iuf] {
    height: 18px;
    width: auto;
    max-width: 32px;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 0 4px #4E9F3D80);
}

.lp-footer-copy[b-bil5yw0iuf] {
    font-size: 0.75rem;
    color: #1E5128;
    font-family: 'Quicksand', sans-serif;
}

/* ════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════ */
@media (max-width: 640px) {
    .lp-hero[b-bil5yw0iuf] {
        flex-direction: column;
        text-align: center;
        padding: 5rem 1.5rem 3rem;
        gap: 3rem;
    }
    .lp-hero-inner[b-bil5yw0iuf]  { align-items: center; }
    .lp-hero-actions[b-bil5yw0iuf] { align-items: center; }
    .lp-mock-card[b-bil5yw0iuf] { width: 100%; max-width: 340px; }
    .lp-feature-row[b-bil5yw0iuf],
    .lp-feature-row.reverse[b-bil5yw0iuf] { flex-direction: column; }
    .lp-graph-card[b-bil5yw0iuf] { flex-direction: column; }
    .lp-privacy-banner-inner[b-bil5yw0iuf] {
        flex-direction: column;
        text-align: center;
    }
    .lp-privacy-banner-shields[b-bil5yw0iuf] { justify-content: center; }
    .lp-footer-inner[b-bil5yw0iuf] { justify-content: center; text-align: center; }
}
