@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300..900;1,400..800&display=swap');

.landing-alert {
    margin-bottom: 0;
}

.landing-header {
    background-size: cover;
    min-height: 570px;
    background-color: #2858d1d4;
    background: linear-gradient(to top right, #2858d1d4, #1a316d);
    background: linear-gradient(to top right, white, #f4f3ef);
    background: linear-gradient(to top right, #4665b5f7, #2f67f9);
    color: white;
    position: relative;
}

.landing-dashboard {
    overflow: hidden;
    margin-top: 25px;
    text-align: center;
}

.landing-dashboard img {
    /* border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: -3px 11px 16px 3px #463a3a;
    padding-left: 9px;
    margin-left: 17px;*/
    margin-top: 15%;
    width: 100%;
}

.landing-header h4 {
    font-size: 1.6em;
    font-weight: 200;
    line-height: 1.4em;
    font-family: 'Taviraj', serif;
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
    padding-top: 5%;
}

.landing-header .motto {
    padding-top: 15%;
    text-align: left;
    z-index: 3;
    padding-left: 2%;
    text-align: center;
}

.section {
    background-color: transparent;
}

.landing-header .motto h2 {
    font-family: 'Lobster', cursive;
    padding-left: 5%;
}

.landing-section {
    padding: 5% 5% 5% 5%;
    min-height: 680px;
    -webkit-clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0 calc(100% - 5vw));
    clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0 calc(100% - 5vw));

}

.landing-section-no-top {
    -webkit-clip-path: none;
    clip-path: none;
}

.landing-section .btn-simple {
    padding: 0;
}

.section-yellow {
    background-color: #efcf4d;
    color: white;
    font-family: 'Libre Franklin', sans-serif;
}

.section-featured {
    padding: 2% 5% 2% 5%;
    min-height: 300px;
    -webkit-clip-path: None;
    clip-path: None;
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
    background: #2c3e50;

}

.section-featured h2 {
    color: #dee2e6;
    font-style: italic;
}

.section-featured img {
    max-height: 150px;
}

.section-featured .row {
    align-items: center;
}

.section-quote {
    padding: 2% 5% 2% 5%;
    min-height: 300px;
    background-color: #5787af;
    color: whitesmoke;
    -webkit-clip-path: None;
    clip-path: None;
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
    background: linear-gradient(to top right, #2a6a9e, #5787af);

}

.section-quote h2 {
    color: #fbb03b;
    text-shadow: -1px 1px 18px #4a4a4a;

}

#main-quote {
    font-size: 25px;
    line-height: normal;
}

.quotation {
    font-size: 25px;
    /* margin: 0 auto; */
    quotes: "\201C" "\201D" "\2018" "\2019";
    padding: 10px 20px;
    line-height: 1.2;
}

.quotation:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 30px;
    color: #ccc;
    font-size: 3em;
    font-family: Sans-Serif;
}

.quotation::after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 45px;
    color: #ccc;
    font-size: 3em;
    font-family: Sans-Serif;
}

.quotation-footer {
    margin: 0;
    padding-right: 20px;
    text-align: center;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1em;
}

.quotation-subfooter {
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
}

.section-blue {
    background-color: #2759d1;
    color: white;
    padding-top: 15%;
    padding-bottom: 15%;
    min-height: 780px;
    background: linear-gradient(to top right, #2858d1d4, #1a316d);

}

.landing-section h1 {

    font-family: 'Trirong', serif;

}

.landing-section h2 {

    font-size: 3.1em;
}

.landing-section .column {
    padding: 0 75px 0 25px;
}

.landing-section p {
    font-size: 18px;

}

.team-player .img-circle, .team-player .img-thumbnail {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
}

.contact-form {
    margin-top: 30px;
}

.contact-form label {
    margin-top: 15px;
}

.contact-form .btn {
    margin-top: 30px;
}

.navbar-relative {
    position: relative;
    z-index: 2;
}

#register-navbar a {
    color: #FFF;
}

.register-background {

    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.register-background .filter-black::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.register-background .container {
    margin-top: 11%;
    position: relative;
    z-index: 3;
}

.register-footer {
    bottom: 20px;
    color: #fff;
    position: absolute;
    z-index: 3;
    width: 100%;
}

.register-footer .fa-heart {
    color: #EB5E28;
}

.register-card {
    background-color: #FF8F5E;
    border-radius: 8px;
    color: #fff;
    max-width: 350px;
    margin: 20px 0 70px;
    min-height: 400px;
    padding: 30px;
}

#ofBar {
    background: #de2e2e;
    text-align: center;
    z-index: 999999999;
    font-size: 16px;
    color: #fff;
    padding: 18px 5%;
    font-weight: 400;
    display: block;
    position: relative;
    top: 0px;
    box-shadow: 0 6px 13px -4px rgba(0, 0, 0, 0.25);
}

#ofBar a {
    color: white;
}

.register-card label {
    margin-top: 15px;
}

.register-card .title {
    color: #B33C12;
    text-align: center;
}

.register-card .btn {
    margin-top: 30px;
}

.register-card .forgot {
    text-align: center;
}

.profile-background {
    background-position: center center;
    background-size: cover;
    height: 300px;
    position: relative;
    margin-top: -110px;
}


.card-testimonial .card-icon i {
    font-size: 30px;
    border: 0;
    display: block;
    line-height: 100px;
    margin: 0 auto;
}

.description, .card-description, .footer-big p, .card .footer .stats {
    color: #5f5f5f;
    color: #2f2f2f;
    font-weight: 300;
}

.card-testimonial .card-footer .card-title {
    color: #5d5c5c;
    font-size: larger;
    margin: 5px;
}

.card-testimonial .card-footer .card-category {
    font-size: 12px;
}

.profile-background .filter-black::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.profile-content {
    position: relative;
}

.owner .avatar {
    margin-top: -85px;
    padding: 15px;
    position: relative;
    z-index: 3;
}

.owner .name h4 {
    margin-top: 10px;
}

.profile-tabs {
    margin: 50px 0;
    min-height: 300px;
}

#following h3 {
    margin: 40px 0;
}

.follows .unfollow {
    width: 15px;
}

.follows hr {
    margin-top: 10px;
}

.alert h5 {
    margin-bottom: 10px;
}

/* =====================================================================
   LANDING v2  ·  refined under impeccable design laws
   - Single family: Public Sans (US Web Design System), not on reflex list
   - OKLCH tokens, tinted neutrals (no #fff / #000)
   - No gradient text, no card chrome on steps, no glassmorphism
   - No giant 01/02/03 numerals; reading order conveys flow
   - Committed color strategy: navy carrier, indigo + copper accents
   All rules scoped to .landing-v2 so nothing leaks elsewhere.
   ===================================================================== */

.landing-v2 {
    /* ── tokens ── */
    --ink:        oklch(0.18 0.04 265);   /* deepest, headlines */
    --ink-2:      oklch(0.32 0.04 265);   /* secondary text on light */
    --ink-3:      oklch(0.50 0.03 265);   /* tertiary, eyebrows on light */
    --paper:      oklch(0.992 0.005 90);  /* warm-tinted "white" */
    --paper-2:    oklch(0.975 0.008 80);  /* alt surface */
    --cream:      oklch(0.962 0.014 80);  /* warm band */
    --line:       oklch(0.90 0.012 80);   /* hairline */
    --line-2:     oklch(0.84 0.014 80);   /* stronger hairline */

    --indigo:     oklch(0.50 0.16 268);   /* LCA accent */
    --indigo-ink: oklch(0.34 0.13 268);
    --copper:     oklch(0.60 0.13 55);    /* PERM accent */
    --copper-ink: oklch(0.42 0.10 55);
    --sage:       oklch(0.50 0.06 175);   /* PAF accent */
    --sage-ink:   oklch(0.36 0.05 175);

    /* dark surface tokens (PERM section + hero + contact) */
    --night:      oklch(0.18 0.04 265);
    --night-2:    oklch(0.22 0.05 265);
    --night-3:    oklch(0.28 0.06 268);

    /* spacing scale (1.25 ratio-ish, not flat) */
    --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 24px;
    --s-6: 32px; --s-7: 48px; --s-8: 64px; --s-9: 96px; --s-10: 128px;

    color: var(--ink);
    font-family: 'Public Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 17px;
    line-height: 1.55;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.landing-v2 *,
.landing-v2 *::before,
.landing-v2 *::after {
    box-sizing: border-box;
}

.landing-v2 .lv2-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ─── Eyebrows ────────────────────────────────────────────────────── */
.landing-v2 .lv2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: var(--s-3);
    margin: 0 0 var(--s-5);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-3);
}
.landing-v2 .lv2-eyebrow--light  { color: oklch(1 0 0 / 0.72); }
.landing-v2 .lv2-eyebrow--muted  { color: var(--ink-3); }
.landing-v2 .lv2-eyebrow--lca    { color: var(--indigo-ink); }
.landing-v2 .lv2-eyebrow--paf    { color: var(--sage-ink); }
.landing-v2 .lv2-eyebrow--perm   { color: oklch(0.78 0.10 55); }
.landing-v2 .lv2-eyebrow__dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: oklch(0.78 0.18 145);
    box-shadow: 0 0 0 4px oklch(0.78 0.18 145 / 0.18);
}
.landing-v2 .lv2-new-pill {
    display: inline-block;
    margin-right: var(--s-2);
    padding: 3px 9px;
    background: var(--copper);
    color: oklch(0.99 0.005 80);
    border-radius: 4px;
    font-size: 10.5px;
    letter-spacing: 0.14em;
    font-weight: 700;
}

/* ─── Buttons ─────────────────────────────────────────────────────── */
.landing-v2 .lv2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--s-3);
    padding: 14px 24px;
    font-family: inherit;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.005em;
    border-radius: 6px;
    text-decoration: none;
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
                background 200ms ease, color 200ms ease,
                box-shadow 200ms ease;
    border: none;
    cursor: pointer;
}
.landing-v2 .lv2-btn svg { width: 16px; height: 16px; }
.landing-v2 .lv2-btn--primary {
    background: var(--paper);
    color: var(--ink);
    box-shadow: inset 0 0 0 1px oklch(0 0 0 / 0.06);
}
.landing-v2 .lv2-btn--primary:hover {
    transform: translateY(-1px);
    background: oklch(1 0 0);
    color: var(--ink);
}
.landing-v2 .lv2-btn--ghost {
    background: transparent;
    color: oklch(1 0 0 / 0.92);
    box-shadow: inset 0 0 0 1px oklch(1 0 0 / 0.28);
}
.landing-v2 .lv2-btn--ghost:hover {
    background: oklch(1 0 0 / 0.06);
    color: oklch(1 0 0);
}
.landing-v2 .lv2-btn--block { width: 100%; }


/* =====================================================================
   HERO  ─  navy drench, single committed color, stacked typographic claim
   ===================================================================== */
.landing-v2 .lv2-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(96px, 12vw, 144px) 0 clamp(72px, 10vw, 120px);
    background:
        radial-gradient(ellipse 90% 48% at 50% 78%, oklch(0.60 0.12 55 / 0.16), transparent 68%),
        radial-gradient(ellipse 65% 52% at 88% 18%, oklch(0.52 0.18 268 / 0.28), transparent 64%),
        linear-gradient(135deg, oklch(0.145 0.035 265) 0%, oklch(0.19 0.05 265) 54%, oklch(0.23 0.06 268) 100%);
    color: oklch(0.98 0.005 90);
    overflow: hidden;
    line-height: 1.65;
}
.landing-v2 .lv2-hero__bg {
    position: absolute; inset: 0; z-index: -1;
    pointer-events: none;
}
.landing-v2 .lv2-orb {
    position: absolute; border-radius: 50%;
    filter: blur(96px);
    opacity: 0.40;
}
.landing-v2 .lv2-orb--a { top: -160px; right: -120px; width: 520px; height: 520px;
    background: oklch(0.50 0.18 268); }
.landing-v2 .lv2-orb--b { bottom: -200px; left: -120px; width: 540px; height: 540px;
    background: oklch(0.55 0.14 55); opacity: 0.28; }
.landing-v2 .lv2-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(oklch(1 0 0 / 0.035) 1px, transparent 1px),
        linear-gradient(90deg, oklch(1 0 0 / 0.035) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 78% 68% at 50% 36%, oklch(0 0 0) 24%, transparent 84%);
    -webkit-mask-image: radial-gradient(ellipse 78% 68% at 50% 36%, oklch(0 0 0) 24%, transparent 84%);
}

.landing-v2 .lv2-hero__inner {
    position: relative;
    text-align: left;
}

.landing-v2 .lv2-hero__title {
    margin: 0 0 var(--s-7);
    font-family: inherit;
    font-weight: 700;
    font-size: clamp(36px, 6vw, 78px);
    line-height: 1.04;
    letter-spacing: -0.028em;
    color: oklch(0.99 0.003 90);
}
.landing-v2 .lv2-pillar {
    display: block;
    opacity: 0;
    transform: translateY(14px);
    animation: lv2-rise 720ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.landing-v2 .lv2-pillar:nth-child(1) { animation-delay: 80ms; }
.landing-v2 .lv2-pillar:nth-child(2) { animation-delay: 200ms; opacity: 0.90; }
.landing-v2 .lv2-pillar:nth-child(3) { animation-delay: 320ms; opacity: 0.82; }
.landing-v2 .lv2-pillar:nth-child(2),
.landing-v2 .lv2-pillar:nth-child(3) {
    color: oklch(1 0 0 / 0.88);
}
.landing-v2 .lv2-pillar:nth-child(3) { color: oklch(1 0 0 / 0.80); }
@keyframes lv2-rise {
    to { opacity: 1; transform: none; }
}
.landing-v2 .lv2-pillar:nth-child(2) { animation-name: lv2-rise-2; }
.landing-v2 .lv2-pillar:nth-child(3) { animation-name: lv2-rise-3; }
@keyframes lv2-rise-2 { to { opacity: 0.90; transform: none; } }
@keyframes lv2-rise-3 { to { opacity: 0.82; transform: none; } }

.landing-v2 .lv2-pillar--lca   .lv2-pillar__accent { color: var(--copper); }
.landing-v2 .lv2-pillar--perm  .lv2-pillar__accent { color: var(--copper); }
.landing-v2 .lv2-pillar--audit .lv2-pillar__accent { color: var(--copper); }

.landing-v2 .lv2-hero__lede {
    max-width: 60ch;
    margin: 0 0 var(--s-7);
    font-size: clamp(16px, 1.4vw, 19px);
    line-height: 1.6;
    color: oklch(1 0 0 / 0.78);
}

.landing-v2 .lv2-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s-3);
    margin-bottom: clamp(56px, 8vw, 96px);
}

.landing-v2 .lv2-hero__device {
    position: relative;
    margin: 0;
    padding: clamp(14px, 2vw, 22px);
    border-radius: 26px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 12%, oklch(0.96 0.04 250 / 0.90), transparent 36%),
        radial-gradient(circle at 88% 18%, oklch(0.94 0.05 190 / 0.75), transparent 34%),
        linear-gradient(180deg, oklch(0.985 0.009 250), oklch(0.955 0.012 250));
    box-shadow:
        0 1px 0 oklch(1 0 0 / 0.88) inset,
        0 0 0 1px oklch(1 0 0 / 0.28),
        0 0 0 8px oklch(1 0 0 / 0.035),
        0 44px 120px -34px oklch(0 0 0 / 0.74),
        0 20px 50px -24px oklch(0.50 0.16 268 / 0.42);
}
.landing-v2 .lv2-hero__device::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, oklch(1 0 0 / 0.70), transparent 32%),
        radial-gradient(circle at 50% 0%, oklch(1 0 0 / 0.72), transparent 42%);
    opacity: 0.55;
}
.landing-v2 .lv2-hero__device .ll-hero-animation {
    position: relative;
    z-index: 1;
    border-radius: 18px;
    background: oklch(0.985 0.006 250 / 0.72);
    box-shadow:
        inset 0 0 0 1px oklch(0.84 0.018 250 / 0.72),
        inset 0 -40px 70px -70px oklch(0.18 0.04 265 / 0.26);
}
.landing-v2 .lv2-hero__device .ll-hero-table-wrap {
    box-shadow:
        0 12px 28px -16px rgba(20, 30, 55, 0.22),
        0 2px 7px rgba(20, 30, 55, 0.07);
}
.landing-v2 .lv2-hero__device img {
    display: block;
    width: 100%;
    height: auto;
}


/* =====================================================================
   TRUST STRIP
   ===================================================================== */
.landing-v2 .lv2-trust {
    background: oklch(0.965 0.008 250);
    padding: var(--s-8) 0 var(--s-7);
    border-bottom: 1px solid var(--line);
}
.landing-v2 .lv2-trust__inner { text-align: center; }
.landing-v2 .lv2-logos {
    display: flex;
    flex-direction: column;
    gap: var(--s-7);
    margin-top: var(--s-6);
}
.landing-v2 .lv2-logos__row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0,1fr));
    gap: var(--s-5);
    align-items: center;
}
.landing-v2 .lv2-logos img {
    width: 100%;
    max-width: 140px;
    max-height: 44px;
    margin: 0 auto;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.55;
    transition: filter 280ms ease, opacity 280ms ease;
}
.landing-v2 .lv2-logos img:hover {
    filter: grayscale(0);
    opacity: 1;
}


/* =====================================================================
   PROMISE BAND
   ===================================================================== */
.landing-v2 .lv2-promise {
    background: oklch(0.985 0.005 250);
    padding: clamp(80px, 12vw, 144px) 0;
    text-align: left;
}
.landing-v2 .lv2-promise__inner { max-width: 880px; }
.landing-v2 .lv2-promise__inner--v3 {
    max-width: 1240px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(48px, 7vw, 120px);
    align-items: start;
}
.landing-v2 .lv2-promise__title {
    margin: var(--s-2) 0 var(--s-6);
    font-weight: 700;
    font-size: clamp(32px, 4.6vw, 60px);
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--ink);
}
.landing-v2 .lv2-promise__copy {
    max-width: 64ch;
    font-size: clamp(16px, 1.3vw, 18.5px);
    line-height: 1.65;
    color: var(--ink-2);
}
.landing-v2 .lv2-promise__body { padding-top: var(--s-3); }
.landing-v2 .lv2-promise__body .lv2-promise__copy { margin: 0 0 var(--s-5); }
.landing-v2 .lv2-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: oklch(0.42 0.16 270);
    font-weight: 600;
    text-decoration: none;
    transition: gap 200ms cubic-bezier(0.22, 1, 0.36, 1), color 200ms ease;
}
.landing-v2 .lv2-link svg { width: 14px; height: 14px; }
.landing-v2 .lv2-link:hover {
    color: oklch(0.50 0.18 270);
    gap: 12px;
}


/* =====================================================================
   PRODUCT SECTIONS  (LCA / PAF / PERM)  ─  pure typographic columns
   ===================================================================== */
.landing-v2 .lv2-product {
    padding: clamp(80px, 12vw, 144px) 0;
    background: oklch(0.965 0.008 250);
    position: relative;
}
.landing-v2 .lv2-product--paf  { background: oklch(0.945 0.010 250); }
.landing-v2 .lv2-product--perm {
    background: var(--night);
    color: oklch(0.96 0.005 90);
}
.landing-v2 .lv2-product--perm::before {
    content: ""; position: absolute; inset: 0;
    background-image:
        linear-gradient(oklch(1 0 0 / 0.04) 1px, transparent 1px),
        linear-gradient(90deg, oklch(1 0 0 / 0.04) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse at 50% 30%, oklch(0 0 0) 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 30%, oklch(0 0 0) 30%, transparent 75%);
    pointer-events: none;
}

.landing-v2 .lv2-product__head {
    max-width: 64ch;
    margin-bottom: clamp(56px, 8vw, 96px);
}
.landing-v2 .lv2-product__title {
    margin: var(--s-2) 0 var(--s-4);
    font-weight: 700;
    font-size: clamp(30px, 4.2vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--ink);
}
.landing-v2 .lv2-product--perm .lv2-product__title { color: oklch(0.99 0.005 90); }
.landing-v2 .lv2-product__sub {
    margin: 0;
    max-width: 56ch;
    font-size: clamp(15px, 1.2vw, 18px);
    color: var(--ink-2);
    line-height: 1.6;
}
.landing-v2 .lv2-product--perm .lv2-product__sub { color: oklch(1 0 0 / 0.72); }

/* Flow: three typographic columns separated by hairline rules.
   No cards, no icons, no giant numerals. Reading order conveys sequence. */
.landing-v2 .lv2-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 0;
    border-top: 1px solid var(--line-2);
}
.landing-v2 .lv2-product--perm .lv2-flow { border-top-color: oklch(1 0 0 / 0.14); }

.landing-v2 .lv2-flow__item {
    padding: var(--s-7) clamp(20px, 2.4vw, 36px) var(--s-7) 0;
    border-right: 1px solid var(--line-2);
    transition: background 220ms ease;
}
.landing-v2 .lv2-flow__item:last-child {
    border-right: 0;
    padding-right: 0;
}
.landing-v2 .lv2-flow__item + .lv2-flow__item {
    padding-left: clamp(20px, 2.4vw, 36px);
}
.landing-v2 .lv2-product--perm .lv2-flow__item { border-right-color: oklch(1 0 0 / 0.14); }

.landing-v2 .lv2-flow__icon {
    font-size: 32px;
    margin: 0 0 var(--s-5);
    color: var(--indigo-ink);
}
.landing-v2 .lv2-product--paf  .lv2-flow__icon { color: var(--sage-ink); }
.landing-v2 .lv2-product--perm .lv2-flow__icon { color: oklch(0.78 0.10 55); }

.landing-v2 .lv2-flow__label {
    margin: 0 0 var(--s-5);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--indigo-ink);
}
.landing-v2 .lv2-product--paf  .lv2-flow__label { color: var(--sage-ink); }
.landing-v2 .lv2-product--perm .lv2-flow__label { color: oklch(0.78 0.10 55); }

.landing-v2 .lv2-flow__title {
    margin: 0 0 var(--s-4);
    font-weight: 600;
    font-size: clamp(20px, 1.8vw, 26px);
    line-height: 1.18;
    letter-spacing: -0.018em;
    color: var(--ink);
}
.landing-v2 .lv2-product--perm .lv2-flow__title { color: oklch(0.99 0.005 90); }

.landing-v2 .lv2-flow__copy {
    margin: 0;
    max-width: 36ch;
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink-2);
}
.landing-v2 .lv2-product--perm .lv2-flow__copy { color: oklch(1 0 0 / 0.74); }


/* =====================================================================
   TESTIMONIALS
   ===================================================================== */
.landing-v2 .lv2-testimonials {
    background: oklch(0.985 0.005 250);
    padding: clamp(80px, 12vw, 144px) 0;
}
.landing-v2 .lv2-testimonials__head {
    max-width: 64ch;
    margin: 0 0 clamp(48px, 6vw, 80px);
}
.landing-v2 .lv2-testimonials__title {
    margin: var(--s-2) 0 0;
    font-weight: 700;
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.06;
    letter-spacing: -0.022em;
    color: var(--ink);
}
.landing-v2 .lv2-quotes {
    display: block;
}
.landing-v2 .lv2-quotes__viewport {
    overflow: hidden;
}
.landing-v2 .lv2-quotes__track {
    display: flex;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}
.landing-v2 .lv2-quotes__slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: var(--s-6);
}
.landing-v2 .lv2-quote {
    margin: 0;
    padding: var(--s-6) 0 0;
    border-top: 1px solid var(--line-2);
}
.landing-v2 .lv2-quote__body {
    margin: 0 0 var(--s-5);
    padding: 0;
    border: 0;
    font-size: clamp(15.5px, 1.2vw, 17.5px);
    line-height: 1.55;
    color: var(--ink);
    font-weight: 400;
    letter-spacing: -0.005em;
}
.lv2-quote__highlight {
    display: inline;
    padding: 0.04em 0.18em 0.08em;
    border-radius: 0.28em;
    background-color: rgba(239, 207, 77, 0.45);
    background-image: linear-gradient(
        180deg,
        transparent 12%,
        oklch(0.9 0.105 86 / 0.52) 12%,
        oklch(0.9 0.105 86 / 0.52) 88%,
        transparent 88%
    );
    color: var(--ink);
    font-weight: 700;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.landing-v2 .lv2-quote__cite {
    display: flex; flex-direction: column; gap: 2px;
    font-style: normal;
    font-size: 13px;
    color: var(--ink-3);
}
.landing-v2 .lv2-quote__cite strong {
    font-weight: 700;
    font-size: 14.5px;
    color: var(--ink);
    letter-spacing: 0.005em;
}
.landing-v2 .lv2-quotes__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--s-4);
    margin-top: var(--s-6);
}
.landing-v2 .lv2-quotes__nav {
    width: 38px;
    height: 38px;
    border: 1px solid var(--line-2);
    border-radius: 999px;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    transition: border-color 200ms ease, color 200ms ease, transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
}
.landing-v2 .lv2-quotes__nav:hover {
    border-color: var(--ink);
    color: var(--indigo);
    transform: translateY(-1px);
}
.landing-v2 .lv2-quotes__dots {
    display: flex;
    align-items: center;
    gap: 9px;
}
.landing-v2 .lv2-quotes__dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--line-2);
    cursor: pointer;
}
.landing-v2 .lv2-quotes__dots button[aria-current="true"] {
    width: 24px;
    background: var(--indigo);
}


/* =====================================================================
   FEATURED IN
   ===================================================================== */
.landing-v2 .lv2-featured {
    background: oklch(0.965 0.008 250);
    padding: var(--s-8) 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.landing-v2 .lv2-featured__label {
    display: block;
    text-align: center;
    margin-bottom: var(--s-6);
}
.landing-v2 .lv2-featured__row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    gap: var(--s-5);
    align-items: center;
    justify-items: center;
}
.landing-v2 .lv2-featured__row img {
    max-height: 60px;
    max-width: 160px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.65;
    transition: filter 280ms ease, opacity 280ms ease;
}
.landing-v2 .lv2-featured__row img:hover {
    filter: grayscale(0);
    opacity: 1;
}


/* =====================================================================
   CONTACT / CTA
   ===================================================================== */
.landing-v2 .lv2-contact {
    background: var(--night);
    color: oklch(0.98 0.005 90);
    padding: clamp(80px, 12vw, 144px) 0;
    position: relative;
    overflow: hidden;
}
.landing-v2 .lv2-contact::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 50% 60% at 90% 0%, oklch(0.50 0.16 268 / 0.35), transparent 60%),
        radial-gradient(ellipse 60% 50% at 0% 100%, oklch(0.60 0.13 55 / 0.22), transparent 55%);
    pointer-events: none;
}
.landing-v2 .lv2-contact__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(48px, 7vw, 96px);
    align-items: center;
}
.landing-v2 .lv2-contact__title {
    margin: var(--s-2) 0 var(--s-5);
    font-weight: 700;
    font-size: clamp(28px, 3.8vw, 50px);
    line-height: 1.06;
    letter-spacing: -0.022em;
    color: oklch(0.99 0.005 90);
}
.landing-v2 .lv2-contact__lede {
    margin: 0 0 var(--s-7);
    max-width: 52ch;
    font-size: 17px;
    line-height: 1.6;
    color: oklch(1 0 0 / 0.78);
}
.landing-v2 .lv2-contact__art {
    width: 260px;
    max-width: 70%;
    opacity: 0.92;
}

.landing-v2 .lv2-formcard {
    background: var(--paper);
    color: var(--ink);
    padding: var(--s-7) clamp(28px, 3vw, 44px) var(--s-6);
    border-radius: 10px;
    box-shadow: 0 50px 100px -40px oklch(0 0 0 / 0.55);
}
.landing-v2 .lv2-formcard__title {
    margin: 0 0 var(--s-5);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.012em;
    color: var(--ink);
}

/* Django-rendered <p>...</p> form fields */
.landing-v2 .lv2-form p { margin: 0 0 var(--s-3); }
.landing-v2 .lv2-form label {
    display: block;
    margin: 0 0 var(--s-2);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-3);
}
.landing-v2 .lv2-form input[type="text"],
.landing-v2 .lv2-form input[type="email"],
.landing-v2 .lv2-form input[type="tel"],
.landing-v2 .lv2-form input[type="url"],
.landing-v2 .lv2-form input:not([type]),
.landing-v2 .lv2-form select,
.landing-v2 .lv2-form textarea {
    width: 100%;
    padding: 11px 14px;
    font-family: inherit;
    font-size: 15px;
    color: var(--ink);
    background: oklch(0.985 0.006 80);
    border: 1px solid var(--line-2);
    border-radius: 6px;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.landing-v2 .lv2-form input:focus,
.landing-v2 .lv2-form select:focus,
.landing-v2 .lv2-form textarea:focus {
    outline: none;
    background: var(--paper);
    border-color: var(--indigo);
    box-shadow: 0 0 0 4px oklch(0.50 0.16 268 / 0.18);
}
.landing-v2 .lv2-form textarea { min-height: 120px; resize: vertical; }
.landing-v2 .lv2-form .helptext { display: block; margin-top: 4px; font-size: 12px; color: var(--ink-3); }
.landing-v2 .lv2-form__footer {
    margin-top: var(--s-5);
    display: flex; flex-direction: column; gap: var(--s-3);
}

.landing-v2 .ll-contact-form-alert {
    display: none;
    margin-bottom: var(--s-4);
    padding: 11px 13px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.45;
    border: 1px solid transparent;
}
.landing-v2 .ll-contact-form-alert.is-visible { display: block; }
.landing-v2 .ll-contact-form-alert.is-error {
    background: oklch(0.95 0.03 25);
    color: oklch(0.39 0.10 25);
    border-color: oklch(0.86 0.05 25);
}
.landing-v2 .ll-contact-form-alert.is-success {
    background: oklch(0.96 0.03 155);
    color: oklch(0.38 0.07 155);
    border-color: oklch(0.87 0.05 155);
}

.landing-v2 .ll-contact-form.is-submitting {
    opacity: 0.52;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.landing-v2 .ll-contact-form p.has-error label { color: oklch(0.39 0.10 25); }
.landing-v2 .ll-contact-form p.has-error input,
.landing-v2 .ll-contact-form p.has-error select,
.landing-v2 .ll-contact-form p.has-error textarea {
    border-color: oklch(0.70 0.12 25);
    box-shadow: 0 0 0 3px oklch(0.70 0.12 25 / 0.2);
}

.landing-v2 .ll-contact-form-success {
    display: none;
    text-align: center;
    padding: clamp(12px, 2vw, 20px) 0;
}
.landing-v2 .ll-contact-form-card.is-success .lv2-formcard__title,
.landing-v2 .ll-contact-form-card.is-success .ll-contact-form-alert,
.landing-v2 .ll-contact-form-card.is-success .ll-contact-form {
    display: none;
}
.landing-v2 .ll-contact-form-card.is-success .ll-contact-form-success {
    display: block;
    animation: ll-contact-success-reveal 460ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.landing-v2 .ll-contact-form-success h4 {
    margin: 18px 0 10px;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.018em;
    color: var(--ink);
}
.landing-v2 .ll-contact-form-success p {
    margin: 0 auto;
    max-width: 38ch;
    color: var(--ink-2);
    font-size: 15px;
    line-height: 1.55;
}

.landing-v2 .ll-contact-form-success__check {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    color: oklch(0.56 0.12 155);
}
.landing-v2 .ll-contact-form-success__check svg {
    width: 100%;
    height: 100%;
    display: block;
}
.landing-v2 .ll-contact-form-success__circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: ll-contact-check-circle 700ms ease-out forwards;
}
.landing-v2 .ll-contact-form-success__checkmark {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 34;
    stroke-dashoffset: 34;
    animation: ll-contact-check-mark 360ms ease-out 380ms forwards;
}

@keyframes ll-contact-success-reveal {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes ll-contact-check-circle {
    to { stroke-dashoffset: 0; }
}
@keyframes ll-contact-check-mark {
    to { stroke-dashoffset: 0; }
}


/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 980px) {
    .landing-v2 .lv2-flow,
    .landing-v2 .lv2-featured__row {
        grid-template-columns: 1fr;
    }
    .landing-v2 .lv2-quotes__slide { grid-template-columns: 1fr; }
    .landing-v2 .lv2-flow { border-top: 0; }
    .landing-v2 .lv2-flow__item {
        border-right: 0;
        border-top: 1px solid var(--line-2);
        padding: var(--s-7) 0;
    }
    .landing-v2 .lv2-flow__item:first-child { border-top: 0; padding-top: 0; }
    .landing-v2 .lv2-flow__item + .lv2-flow__item { padding-left: 0; }
    .landing-v2 .lv2-product--perm .lv2-flow__item { border-top-color: oklch(1 0 0 / 0.14); }
    .landing-v2 .lv2-flow__copy { max-width: 60ch; }

    .landing-v2 .lv2-contact__inner { grid-template-columns: 1fr; gap: var(--s-7); }
    .landing-v2 .lv2-promise__inner--v3 { grid-template-columns: 1fr; gap: var(--s-7); }
}

@media (max-width: 640px) {
    .landing-v2 .lv2-container { padding: 0 22px; }
    .landing-v2 .lv2-hero__cta { margin-bottom: var(--s-7); }
    .landing-v2 .lv2-promise::before,
    .landing-v2 .lv2-promise::after { display: none; }
    .landing-v2 .lv2-logos { gap: var(--s-5); }
    .landing-v2 .lv2-logos__row { gap: var(--s-5) var(--s-4); }
    .landing-v2 .lv2-br-md { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .landing-v2 .lv2-pillar { animation: none !important; opacity: 1 !important; transform: none !important; }
    .landing-v2 .lv2-pillar:nth-child(2) { opacity: 0.90 !important; }
    .landing-v2 .lv2-pillar:nth-child(3) { opacity: 0.82 !important; }
    .landing-v2 .lv2-quotes__track { transition: none; }
    .landing-v2 .lv2-btn { transition: none; }
}

/* dark hero needs a transparent navbar */
body.sections-page .navbar.navbar-main {
    position: absolute;
    z-index: 20;
    background: transparent;
}


/* =====================================================================
   LL-ICON  ─  global icon utility, used by all landing variants
   Renders a duotone SVG (under static/images/icons/) recolored to
   currentColor via the mask-image technique. Set --icon on the
   element via inline style or per-class rule.
   ===================================================================== */
.ll-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: var(--icon) no-repeat center / contain;
            mask: var(--icon) no-repeat center / contain;
    vertical-align: -0.15em;
    flex-shrink: 0;
}


/* =====================================================================
   LL-HERO-ANIMATION  ─  shared workflow animation for homepage v1 + v3
   Native implementation of the Claude Design handoff: transparent stage,
   four-step LCA flow, stats, and fixed dashboard.
   ===================================================================== */
.ll-hero-animation {
    --llha-navy: #1a2942;
    --llha-ink: #0f1828;
    --llha-ink-2: #2a3548;
    --llha-slate: #5a6577;
    --llha-mute: #8c95a6;
    --llha-line: #e4e7ee;
    --llha-line-2: #eef1f6;
    --llha-blue: #2f6df0;
    --llha-blue-dark: #2455c4;
    --llha-blue-soft: #e3edfb;
    --llha-green: #2bb673;
    --llha-green-dark: #1f8a55;
    --llha-green-soft: #e3f5ec;
    --llha-amber: #e8a23a;
    --llha-amber-dark: #b8851e;
    --llha-amber-soft: #fbf0d9;
    --llha-coral: #d6394f;
    --llha-coral-soft: #fbe5ea;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 480px;
    color: var(--llha-ink);
    background: transparent;
    font-family: Inter, 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: visible;
}
.ll-hero-animation *,
.ll-hero-animation *::before,
.ll-hero-animation *::after {
    box-sizing: border-box;
}
.ll-hero-animation svg {
    display: block;
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ll-hero-animation__inner {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: clamp(24px, 3.4vw, 42px) clamp(18px, 4vw, 64px) clamp(20px, 3vw, 34px);
}
.ll-hero-flow {
    position: relative;
    max-width: 960px;
    margin: 0 auto 18px;
    min-height: 138px;
}
.ll-hero-flow__rail {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(112px, 144px)
        clamp(36px, 5vw, 64px)
        minmax(112px, 144px)
        clamp(36px, 5vw, 64px)
        minmax(112px, 144px)
        clamp(36px, 5vw, 64px)
        minmax(112px, 144px);
    justify-content: center;
    align-items: start;
    gap: 0;
}
.ll-hero-step {
    position: relative;
    min-height: 126px;
    padding: 22px 12px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid var(--llha-line);
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(20, 30, 55, 0.04);
    animation: llha-step-rest 10s linear infinite;
    animation-delay: -2.8s;
}
.ll-hero-step--1 { animation-name: llha-step-1; }
.ll-hero-step--2 { animation-name: llha-step-2; }
.ll-hero-step--3 { animation-name: llha-step-3; }
.ll-hero-step--4 { animation-name: llha-step-4; }
.ll-hero-step__badge {
    position: absolute;
    top: -10px;
    left: 14px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--llha-navy);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(20, 30, 55, 0.18);
    animation: llha-badge-rest 10s linear infinite;
    animation-delay: -2.8s;
}
.ll-hero-step--1 .ll-hero-step__badge { animation-name: llha-badge-1; }
.ll-hero-step--2 .ll-hero-step__badge { animation-name: llha-badge-2; }
.ll-hero-step--3 .ll-hero-step__badge { animation-name: llha-badge-3; }
.ll-hero-step--4 .ll-hero-step__badge { animation-name: llha-badge-4; }
.ll-hero-step__icon {
    position: relative;
    width: clamp(48px, 7vw, 60px);
    height: clamp(48px, 7vw, 60px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 15px;
    color: var(--llha-blue);
    background: #eef4fe;
    border-radius: 50%;
}
.ll-hero-step strong {
    display: block;
    color: var(--llha-ink);
    font-size: clamp(11px, 1.25vw, 13px);
    line-height: 1.2;
    font-weight: 700;
}
.ll-hero-step small {
    margin-top: 4px;
    color: var(--llha-mute);
    font-size: 10.5px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.ll-hero-connector {
    position: relative;
    align-self: center;
    width: 100%;
    height: 22px;
    color: var(--llha-blue);
    border-top: 2px dashed #cdd8ec;
    transform: translateY(-11px);
}
.ll-hero-connector::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
.ll-hero-doc {
    position: absolute;
    top: -16px;
    left: -10px;
    width: 20px;
    height: 24px;
    border: 1.5px solid var(--llha-blue);
    border-radius: 4px;
    background: #fff;
    opacity: 0;
    box-shadow: 0 5px 12px rgba(47, 109, 240, 0.18);
}
.ll-hero-doc::before,
.ll-hero-doc::after {
    content: "";
    position: absolute;
    left: 4px;
    height: 1.5px;
    border-radius: 999px;
    background: var(--llha-blue);
}
.ll-hero-doc::before {
    top: 8px;
    width: 10px;
}
.ll-hero-doc::after {
    top: 13px;
    width: 12px;
    box-shadow: 0 5px 0 var(--llha-blue);
}
.ll-hero-connector--1 .ll-hero-doc { animation: llha-doc-1 10s cubic-bezier(0.45, 0, 0.2, 1) infinite; }
.ll-hero-connector--2 .ll-hero-doc { animation: llha-doc-2 10s cubic-bezier(0.45, 0, 0.2, 1) infinite; }
.ll-hero-connector--3 .ll-hero-doc { animation: llha-doc-3 10s cubic-bezier(0.45, 0, 0.2, 1) infinite; }
.ll-hero-connector .ll-hero-doc { animation-delay: -2.8s; }
.ll-hero-dashboard {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}
.ll-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 12px;
}
.ll-hero-stat,
.ll-hero-compliance {
    min-width: 170px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid var(--llha-line);
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(20, 30, 55, 0.04);
    animation: llha-stat-reveal 10s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.ll-hero-stat:nth-child(2) { animation-delay: 120ms; }
.ll-hero-compliance { animation-delay: 220ms; }
.ll-hero-stat { animation-delay: -2.8s; }
.ll-hero-stat:nth-child(2) { animation-delay: -2.68s; }
.ll-hero-compliance { animation-delay: -2.58s; }
.ll-hero-stat__icon,
.ll-hero-compliance > span {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--llha-blue-dark);
    background: var(--llha-blue-soft);
    border-radius: 10px;
}
.ll-hero-stat--green .ll-hero-stat__icon {
    color: var(--llha-green-dark);
    background: var(--llha-green-soft);
}
.ll-hero-stat p,
.ll-hero-compliance p {
    margin: 0;
    color: var(--llha-mute);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.1;
    text-transform: uppercase;
}
.ll-hero-compliance p {
    margin-top: 2px;
    color: var(--llha-slate);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}
.ll-hero-stat strong {
    display: block;
    margin-top: 3px;
    color: var(--llha-blue-dark);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.ll-hero-stat--green strong { color: var(--llha-green-dark); }
.ll-hero-compliance strong {
    color: var(--llha-ink);
    font-size: 13px;
    font-weight: 700;
}
.ll-hero-table-wrap {
    position: relative;
    background: #fff;
    border: 1px solid var(--llha-line);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px -8px rgba(20, 30, 55, 0.10), 0 2px 6px rgba(20, 30, 55, 0.04);
}
.ll-hero-table-chrome {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 18px;
    background: var(--llha-navy);
    color: #fff;
    font-size: 12px;
}
.ll-hero-table-chrome strong {
    font-weight: 800;
}
.ll-hero-table-chrome span {
    color: #9aa5be;
    font-size: 11px;
}
.ll-hero-table-chrome em {
    margin-left: auto;
    padding: 2px 8px;
    border-radius: 4px;
    background: var(--llha-coral);
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}
.ll-hero-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: var(--llha-ink-2);
    font-size: clamp(10.5px, 1.15vw, 13px);
}
.ll-hero-table__case { width: 15%; }
.ll-hero-table__employer { width: 22%; }
.ll-hero-table__worksite { width: 22%; }
.ll-hero-table__status { width: 22%; }
.ll-hero-table__days { width: 19%; }
.ll-hero-table th,
.ll-hero-table td {
    padding: clamp(7px, 0.9vw, 10px) clamp(10px, 1.45vw, 18px);
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ll-hero-table th {
    background: #fafbfd;
    border-bottom: 1px solid var(--llha-line);
    color: var(--llha-slate);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.ll-hero-table tbody tr {
    border-bottom: 1px solid var(--llha-line-2);
    opacity: 0;
    transform: translateY(4px);
    animation: llha-row-reveal 10s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.ll-hero-table tbody tr:nth-child(1) { animation-delay: -2.8s; }
.ll-hero-table tbody tr:nth-child(2) { animation-delay: -2.1s; }
.ll-hero-table tbody tr:nth-child(3) { animation-delay: -1.3s; }
.ll-hero-table tbody tr:nth-child(4) { animation-delay: -0.5s; }
.ll-hero-table tbody tr:nth-child(5) { animation-delay: 0.3s; }
.ll-hero-table tbody tr:last-child {
    border-bottom: 0;
}
.ll-hero-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 92px;
    justify-content: center;
    padding: 3px 10px;
    border-radius: 999px;
    background: var(--llha-amber-soft);
    color: var(--llha-amber-dark);
    font-size: 11px;
    font-weight: 700;
}
.ll-hero-status::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--llha-amber);
}
.ll-hero-status--live {
    background: var(--llha-blue-soft);
    color: var(--llha-blue-dark);
}
.ll-hero-status--live::before {
    background: var(--llha-blue);
}
.ll-hero-status--completed {
    background: var(--llha-green-soft);
    color: var(--llha-green-dark);
}
.ll-hero-status--completed::before {
    background: var(--llha-green);
}
.ll-hero-status--withdrawn {
    background: var(--llha-coral-soft);
    color: var(--llha-coral);
}
.ll-hero-status--withdrawn::before {
    background: var(--llha-coral);
}
.ll-hero-float {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--llha-blue);
    background: #fff;
    border: 1px solid var(--llha-line);
    box-shadow: 0 12px 30px -10px rgba(47, 109, 240, 0.25);
    pointer-events: none;
}
.ll-hero-float--shield {
    left: -72px;
    bottom: -24px;
    width: 56px;
    height: 56px;
    padding: 14px;
    border-radius: 14px;
    animation: llha-float-shield 10s ease-in-out infinite;
    animation-delay: -2.8s;
}
.ll-hero-float--check {
    right: -66px;
    top: 42%;
    width: 64px;
    height: 64px;
    padding: 18px;
    border: 2px dashed #b8c8e8;
    border-radius: 50%;
    animation: llha-float-check 10s ease-in-out infinite;
    animation-delay: -2.8s;
}

@keyframes llha-step-1 {
    0%, 22% { box-shadow: 0 12px 30px -12px rgba(47, 109, 240, 0.28), 0 2px 8px rgba(20, 30, 55, 0.05); }
    28%, 100% { box-shadow: 0 2px 6px rgba(20, 30, 55, 0.04); }
}
@keyframes llha-step-2 {
    0%, 19%, 43%, 100% { box-shadow: 0 2px 6px rgba(20, 30, 55, 0.04); }
    22%, 40% { box-shadow: 0 12px 30px -12px rgba(47, 109, 240, 0.28), 0 2px 8px rgba(20, 30, 55, 0.05); }
}
@keyframes llha-step-3 {
    0%, 39%, 65%, 100% { box-shadow: 0 2px 6px rgba(20, 30, 55, 0.04); }
    42%, 62% { box-shadow: 0 12px 30px -12px rgba(47, 109, 240, 0.28), 0 2px 8px rgba(20, 30, 55, 0.05); }
}
@keyframes llha-step-4 {
    0%, 61%, 88%, 100% { box-shadow: 0 2px 6px rgba(20, 30, 55, 0.04); }
    64%, 86% { box-shadow: 0 12px 30px -12px rgba(47, 109, 240, 0.28), 0 2px 8px rgba(20, 30, 55, 0.05); }
}
@keyframes llha-badge-1 {
    0%, 22% { background: var(--llha-blue); }
    28%, 100% { background: var(--llha-navy); }
}
@keyframes llha-badge-2 {
    0%, 19%, 43%, 100% { background: var(--llha-navy); }
    22%, 40% { background: var(--llha-blue); }
}
@keyframes llha-badge-3 {
    0%, 39%, 65%, 100% { background: var(--llha-navy); }
    42%, 62% { background: var(--llha-blue); }
}
@keyframes llha-badge-4 {
    0%, 61%, 88%, 100% { background: var(--llha-navy); }
    64%, 86% { background: var(--llha-blue); }
}
@keyframes llha-doc-1 {
    0%, 18%, 30%, 100% { opacity: 0; transform: translateX(0); }
    20%, 28% { opacity: 1; }
    29% { transform: translateX(calc(100% + 10px)); }
}
@keyframes llha-doc-2 {
    0%, 38%, 50%, 100% { opacity: 0; transform: translateX(0); }
    40%, 48% { opacity: 1; }
    49% { transform: translateX(calc(100% + 10px)); }
}
@keyframes llha-doc-3 {
    0%, 60%, 72%, 100% { opacity: 0; transform: translateX(0); }
    62%, 70% { opacity: 1; }
    71% { transform: translateX(calc(100% + 10px)); }
}
@keyframes llha-stat-reveal {
    0%, 7%, 95%, 100% { opacity: 0.45; transform: translateY(6px); }
    16%, 88% { opacity: 1; transform: translateY(0); }
}
@keyframes llha-row-reveal {
    0%, 8%, 95%, 100% { opacity: 0; transform: translateY(4px); }
    16%, 88% { opacity: 1; transform: translateY(0); }
}
@keyframes llha-float-shield {
    0%, 100% { opacity: 0.72; transform: translateY(0) scale(0.98); }
    50% { opacity: 1; transform: translateY(-8px) scale(1); }
}
@keyframes llha-float-check {
    0%, 100% { opacity: 0.72; transform: translateY(0) scale(0.98); }
    50% { opacity: 1; transform: translateY(7px) scale(1); }
}

@media (max-width: 900px) {
    .ll-hero-animation {
        min-height: 500px;
    }
    .ll-hero-animation__inner {
        padding-inline: 18px;
    }
    .ll-hero-flow__rail {
        grid-template-columns:
            minmax(94px, 132px)
            clamp(24px, 3.5vw, 40px)
            minmax(94px, 132px)
            clamp(24px, 3.5vw, 40px)
            minmax(94px, 132px)
            clamp(24px, 3.5vw, 40px)
            minmax(94px, 132px);
        gap: 0;
    }
    .ll-hero-step {
        min-height: 124px;
        padding-inline: 8px;
    }
    .ll-hero-table-chrome span {
        display: none;
    }
}
@media (max-width: 640px) {
    .ll-hero-animation {
        min-height: 620px;
        aspect-ratio: auto;
    }
    .ll-hero-flow {
        min-height: 280px;
    }
    .ll-hero-flow__rail {
        grid-template-columns: repeat(2, minmax(126px, 1fr));
        gap: 24px 16px;
    }
    .ll-hero-connector {
        display: none;
    }
    .ll-hero-stats {
        display: grid;
        grid-template-columns: 1fr;
    }
    .ll-hero-stat,
    .ll-hero-compliance {
        min-width: 0;
    }
    .ll-hero-table th,
    .ll-hero-table td {
        padding-inline: 8px;
    }
    .ll-hero-table__case,
    .ll-hero-table__worksite {
        display: none;
    }
    .ll-hero-float {
        display: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ll-hero-animation *,
    .ll-hero-animation *::before,
    .ll-hero-animation *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition: none !important;
    }
    .ll-hero-doc {
        opacity: 1;
    }
    .ll-hero-table tbody tr {
        opacity: 1;
        transform: none;
    }
}

/* =====================================================================
   AUTH V2  - login and password reset screens
   Scoped to .auth-v2 to keep dashboard/auth package styles isolated.
   ===================================================================== */

.auth-v2 {
    --auth-ink: oklch(0.18 0.04 265);
    --auth-ink-2: oklch(0.33 0.04 265);
    --auth-ink-3: oklch(0.52 0.03 265);
    --auth-paper: oklch(0.992 0.005 90);
    --auth-paper-2: oklch(0.975 0.008 80);
    --auth-line: oklch(0.88 0.014 80);
    --auth-indigo: oklch(0.50 0.16 268);
    --auth-copper: oklch(0.60 0.13 55);
    --auth-success: oklch(0.55 0.10 165);
    --auth-error: oklch(0.56 0.16 28);
    --auth-night: oklch(0.18 0.04 265);

    color: var(--auth-ink);
    font-family: 'Public Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.auth-v2 *,
.auth-v2 *::before,
.auth-v2 *::after {
    box-sizing: border-box;
}

.auth-v2__shell {
    position: relative;
    isolation: isolate;
    min-height: calc(100vh - 160px);
    overflow: hidden;
    padding: clamp(104px, 12vw, 148px) 24px clamp(64px, 8vw, 104px);
    background:
        radial-gradient(ellipse 72% 44% at 12% 16%, oklch(0.50 0.16 268 / 0.22), transparent 68%),
        radial-gradient(ellipse 56% 44% at 88% 24%, oklch(0.60 0.13 55 / 0.16), transparent 66%),
        linear-gradient(135deg, oklch(0.145 0.035 265) 0%, oklch(0.19 0.05 265) 56%, oklch(0.24 0.06 268) 100%);
}

.auth-v2__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.auth-v2__orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(96px);
    opacity: 0.36;
}

.auth-v2__orb--one {
    top: -180px;
    right: -120px;
    width: 520px;
    height: 520px;
    background: var(--auth-indigo);
}

.auth-v2__orb--two {
    bottom: -220px;
    left: -140px;
    width: 560px;
    height: 560px;
    background: var(--auth-copper);
    opacity: 0.24;
}

.auth-v2__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(oklch(1 0 0 / 0.035) 1px, transparent 1px),
        linear-gradient(90deg, oklch(1 0 0 / 0.035) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 78% 68% at 50% 36%, oklch(0 0 0) 24%, transparent 84%);
    -webkit-mask-image: radial-gradient(ellipse 78% 68% at 50% 36%, oklch(0 0 0) 24%, transparent 84%);
}

.auth-v2__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
    gap: clamp(40px, 7vw, 96px);
    align-items: center;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.auth-v2__single {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.auth-v2__intro {
    max-width: 650px;
    color: oklch(0.98 0.005 90);
}

.auth-v2__eyebrow,
.auth-v2__kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.auth-v2__eyebrow {
    color: oklch(1 0 0 / 0.74);
}

.auth-v2__kicker {
    color: var(--auth-indigo);
}

.auth-v2__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: oklch(0.78 0.18 145);
    box-shadow: 0 0 0 4px oklch(0.78 0.18 145 / 0.18);
}

.auth-v2__intro h1 {
    margin: 0;
    max-width: 760px;
    color: oklch(0.985 0.005 90);
    font-size: clamp(48px, 7vw, 84px);
    font-weight: 750;
    letter-spacing: -0.065em;
    line-height: 0.95;
}

.auth-v2__intro > p {
    margin: 28px 0 0;
    max-width: 620px;
    color: oklch(0.93 0.01 90 / 0.82);
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.7;
}

.auth-v2__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.auth-v2__proof span {
    display: inline-flex;
    padding: 9px 12px;
    border: 1px solid oklch(1 0 0 / 0.18);
    border-radius: 999px;
    color: oklch(0.98 0.005 90 / 0.86);
    background: oklch(1 0 0 / 0.045);
    font-size: 13px;
    font-weight: 650;
}

.auth-v2__panel {
    width: 100%;
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid oklch(1 0 0 / 0.66);
    border-radius: 28px;
    background: var(--auth-paper);
    box-shadow: 0 28px 90px oklch(0.10 0.04 265 / 0.34);
}

.auth-v2__panel--status {
    text-align: center;
}

.auth-v2__panel-head {
    margin-bottom: 28px;
}

.auth-v2__panel-head h1,
.auth-v2__panel-head h2 {
    margin: 0;
    color: var(--auth-ink);
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.auth-v2__panel-head p:not(.auth-v2__kicker) {
    margin: 14px 0 0;
    color: var(--auth-ink-2);
    font-size: 15.5px;
    line-height: 1.65;
}

.auth-v2__form {
    display: grid;
    gap: 18px;
}

.auth-v2__field {
    display: grid;
    gap: 8px;
}

.auth-v2__field label,
.auth-v2 table label {
    margin: 0;
    color: var(--auth-ink);
    font-size: 13px;
    font-weight: 720;
    letter-spacing: -0.01em;
}

.auth-v2__input,
.auth-v2 input[type="text"],
.auth-v2 input[type="email"],
.auth-v2 input[type="password"],
.auth-v2 input[type="number"],
.auth-v2 input[type="tel"],
.auth-v2 select {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    border: 1px solid var(--auth-line);
    border-radius: 14px;
    outline: none;
    background: oklch(0.988 0.006 90);
    color: var(--auth-ink);
    font: inherit;
    box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.7);
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.auth-v2__input::placeholder,
.auth-v2 input::placeholder {
    color: var(--auth-ink-3);
}

.auth-v2__input:focus,
.auth-v2 input[type="text"]:focus,
.auth-v2 input[type="email"]:focus,
.auth-v2 input[type="password"]:focus,
.auth-v2 input[type="number"]:focus,
.auth-v2 input[type="tel"]:focus,
.auth-v2 select:focus {
    border-color: oklch(0.56 0.15 268);
    background: oklch(0.998 0.004 90);
    box-shadow: 0 0 0 4px oklch(0.50 0.16 268 / 0.14);
}

.auth-v2__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}

.auth-v2__actions .btn,
.auth-v2 .btn-primary {
    min-height: 48px;
    padding: 13px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--auth-night);
    color: oklch(0.985 0.005 90);
    font-size: 14px;
    font-weight: 750;
    letter-spacing: -0.01em;
    box-shadow: 0 12px 28px oklch(0.18 0.04 265 / 0.22);
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.auth-v2__actions .btn:hover,
.auth-v2 .btn-primary:hover {
    transform: translateY(-1px);
    background: oklch(0.24 0.06 268);
    color: oklch(0.985 0.005 90);
    box-shadow: 0 16px 34px oklch(0.18 0.04 265 / 0.28);
}

.auth-v2__actions .btn-default,
.auth-v2__actions .btn-secondary,
.auth-v2 .btn-secondary {
    background: transparent;
    color: var(--auth-ink-2);
    box-shadow: inset 0 0 0 1px var(--auth-line);
}

.auth-v2__actions .btn[disabled] {
    display: none;
}

.auth-v2__footer-link {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--auth-line);
    color: var(--auth-ink-2);
    font-size: 14px;
}

.auth-v2__footer-link a,
.auth-v2 a {
    color: var(--auth-indigo);
    font-weight: 720;
}

.auth-v2__footer-link a:hover,
.auth-v2 a:hover {
    color: oklch(0.40 0.15 268);
}

.auth-v2__alert {
    margin-bottom: 20px;
    padding: 13px 15px;
    border: 1px solid oklch(0.72 0.12 28);
    border-radius: 16px;
    background: oklch(0.96 0.035 28);
    color: oklch(0.36 0.10 28);
    font-size: 14px;
    line-height: 1.5;
}

.auth-v2__alert p,
.auth-v2__alert ul {
    margin: 0;
}

.auth-v2__alert ul {
    padding-left: 18px;
}

.auth-v2__status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: oklch(0.93 0.055 165);
    color: oklch(0.34 0.08 165);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.auth-v2__alt-methods,
.auth-v2__backup {
    display: grid;
    gap: 12px;
    margin: 4px 0 8px;
    padding: 16px;
    border: 1px solid var(--auth-line);
    border-radius: 18px;
    background: var(--auth-paper-2);
    color: var(--auth-ink-2);
    font-size: 14px;
}

.auth-v2__alt-methods p,
.auth-v2__backup p {
    margin: 0;
}

.auth-v2 table {
    width: 100%;
    margin: 0;
}

.auth-v2 table th,
.auth-v2 table td {
    display: block;
    width: 100%;
    padding: 0 0 12px;
}

.auth-v2 table ul {
    margin: 0 0 8px;
    padding-left: 18px;
    color: var(--auth-error);
    font-size: 13px;
}

@media (max-width: 900px) {
    .auth-v2__content {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .auth-v2__intro {
        max-width: 680px;
    }
}

@media (max-width: 640px) {
    .auth-v2__shell {
        padding: 94px 16px 56px;
    }

    .auth-v2__intro h1 {
        font-size: 44px;
    }

    .auth-v2__panel {
        border-radius: 22px;
    }

    .auth-v2__actions {
        display: grid;
    }

    .auth-v2__actions .btn,
    .auth-v2 .btn-primary {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .auth-v2 *,
    .auth-v2 *::before,
    .auth-v2 *::after {
        transition: none !important;
    }
}
