/* ==================================================
   LeaveLens marketing / information pages
   Shared styling for About, Enquire, Demo, FAQ,
   Privacy, Security and Terms pages
   ================================================== */

.ll-static-page {
    padding: 2.25rem 0 3.5rem;
}

.ll-static-hero {
    background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
    border: 1px solid #eadfb8;
    border-radius: 1.5rem;
    padding: 2rem 2.25rem;
    box-shadow: 0 14px 36px rgba(16,24,40,0.05);
    margin-bottom: 1.5rem;
}

.ll-static-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a5600;
    margin-bottom: 0.55rem;
}

.ll-static-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.9rem);
    line-height: 1.05;
    font-weight: 800;
    color: #1f2937;
}

.ll-static-subtitle {
    margin: 0.8rem 0 0;
    max-width: 56rem;
    font-size: 1.08rem;
    line-height: 1.65;
    color: #64748b;
}

.ll-static-panel {
    background: #fff;
    border: 1px solid #e7ebf0;
    border-radius: 1.35rem;
    padding: 1.35rem 1.5rem;
    box-shadow: 0 12px 30px rgba(16,24,40,0.04);
}

    .ll-static-panel + .ll-static-panel {
        margin-top: 1rem;
    }

.ll-static-prose {
    color: #334155;
}

    .ll-static-prose h2,
    .ll-static-prose h3,
    .ll-static-prose h4,
    .ll-static-prose h5,
    .ll-static-prose h6 {
        color: #1f2937;
        font-weight: 800;
        margin-top: 1.4rem;
        margin-bottom: 0.6rem;
    }

        .ll-static-prose h2:first-child,
        .ll-static-prose h3:first-child,
        .ll-static-prose h4:first-child,
        .ll-static-prose h5:first-child,
        .ll-static-prose h6:first-child {
            margin-top: 0;
        }

    .ll-static-prose p,
    .ll-static-prose li {
        font-size: 0.99rem;
        line-height: 1.72;
        color: #475569;
    }

    .ll-static-prose a {
        color: #1d4ed8;
        text-decoration: none;
        font-weight: 600;
    }

        .ll-static-prose a:hover,
        .ll-faq-accordion a:hover {
            text-decoration: underline;
        }

    .ll-static-prose ol,
    .ll-static-prose ul {
        padding-left: 1.4rem;
    }

    .ll-static-prose table {
        width: 100%;
        margin-top: 1rem;
        border-radius: 1rem;
        overflow: hidden;
    }

        .ll-static-prose table th,
        .ll-pricing-table th {
            background: #f8fafc;
            color: #1f3551;
            font-weight: 800;
        }

.ll-static-callout {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    padding: 0.95rem 1rem;
    border: 1px solid #efd89b;
    border-radius: 1rem;
    background: #fffaf0;
    color: #6b4b00;
    margin-top: 1rem;
}

    .ll-static-callout i,
    .ll-about-highlight i {
        margin-top: 0.15rem;
    }

    .ll-static-callout p {
        margin: 0;
        color: #6b4b00;
        line-height: 1.6;
    }

.ll-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.ll-feature-card {
    background: #fff;
    border: 1px solid #e7ebf0;
    border-radius: 1.2rem;
    padding: 1rem;
    box-shadow: 0 10px 24px rgba(16,24,40,0.04);
}

.ll-feature-icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff7e1;
    color: #b7791f;
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
}

.ll-feature-card h5,
.ll-feature-card h6,
.ll-section-heading {
    color: #1f2937;
    font-weight: 800;
    margin-bottom: 0.55rem;
}

.ll-feature-card p {
    margin: 0;
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.6;
}

.ll-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ll-form-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ll-form-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ll-form-field {
    min-width: 0;
}

    .ll-form-field label,
    .ll-form-label {
        display: block;
        margin-bottom: 0.45rem;
        font-size: 0.84rem;
        font-weight: 700;
        color: #334155;
    }

    .ll-form-field .form-control,
    .ll-form-field .form-select,
    .ll-form-field textarea,
    .ll-form-field .input-group-text {
        border-color: #e5e7eb;
        border-radius: 0.85rem;
        min-height: 46px;
        box-shadow: none;
    }

    .ll-form-field textarea {
        min-height: 132px;
    }

        .ll-form-field .form-control:focus,
        .ll-form-field .form-select:focus,
        .ll-form-field textarea:focus {
            border-color: #debd73;
            box-shadow: 0 0 0 0.2rem rgba(255, 207, 120, 0.2);
        }

.ll-form-help,
.ll-helper-text {
    margin-top: 0.45rem;
    font-size: 0.78rem;
    color: #6b7280;
}

.ll-kicker {
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a5600;
}

.ll-inline-list li + li,
.ll-accent-list li + li {
    margin-top: 0.45rem;
}

.ll-divider {
    height: 1px;
    background: #eef2f6;
    margin: 1.25rem 0;
    border: 0;
}

.ll-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

    .ll-submit-row .btn {
        border-radius: 999px;
        padding: 0.7rem 1.2rem;
        font-weight: 700;
    }

.ll-success-panel {
    text-align: center;
    padding: 2rem 1.25rem;
}

    .ll-success-panel h4 {
        font-size: 1.6rem;
        font-weight: 800;
        margin-bottom: 0.65rem;
    }

    .ll-success-panel p {
        margin: 0;
        color: #64748b;
        font-size: 1rem;
    }

/* FAQ */
.ll-faq-accordion .accordion-item {
    border: 1px solid #e7ebf0;
    border-radius: 1rem !important;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(16,24,40,0.04);
    margin-bottom: 0.9rem;
}

.ll-faq-accordion .accordion-button {
    background: #fff9eb;
    color: #1f2937;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.45;
    box-shadow: none !important;
    padding: 1.05rem 1.15rem;
}

    .ll-faq-accordion .accordion-button:not(.collapsed) {
        background: #fff3cf;
        color: #6b4b00;
    }

    .ll-faq-accordion .accordion-button:focus {
        box-shadow: none;
        border-color: #eadfb8;
    }

.ll-faq-accordion .accordion-body {
    background: #ffffff;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.72;
    padding: 1.1rem 1.15rem 1.2rem;
}

    .ll-faq-accordion .accordion-body ol:last-child {
        margin-bottom: 0;
    }

    .ll-faq-accordion .accordion-body ol {
        padding-left: 1.35rem;
    }

    .ll-faq-accordion .accordion-body li + li {
        margin-top: 0.35rem;
    }

.ll-faq-accordion a {
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: none;
}

.ll-faq-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.ll-faq-category-card {
    background: #fff;
    border: 1px solid #e7ebf0;
    border-radius: 1.2rem;
    padding: 1rem;
    box-shadow: 0 10px 24px rgba(16,24,40,0.04);
    text-align: center;
}

.ll-faq-category-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff7e1;
    color: #b7791f;
    font-size: 1.15rem;
    margin-bottom: 0.8rem;
}

.ll-faq-category-card h6 {
    margin-bottom: 0.4rem;
    font-weight: 800;
    color: #1f2937;
}

.ll-faq-category-card p {
    margin: 0;
    color: #64748b;
    font-size: 0.91rem;
    line-height: 1.55;
}

.ll-faq-footer-note {
    margin-top: 1rem;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.65;
}

/* About */
.ll-about-carousel-wrap {
    border: 1px solid #e7ebf0;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(16,24,40,0.05);
    margin-bottom: 1.5rem;
}

#passClassCarousel {
    height: 560px;
}

    #passClassCarousel .carousel-inner,
    #passClassCarousel .carousel-item {
        height: 100%;
    }

    #passClassCarousel .carousel-item {
        background-size: cover;
        background-position: center center;
    }

.ll-about-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
}

.ll-about-slide-content {
    max-width: 48rem;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 1.25rem;
    padding: 1.5rem 1.6rem;
    text-align: center;
    box-shadow: 0 14px 36px rgba(16,24,40,0.08);
}

    .ll-about-slide-content h1,
    .ll-about-slide-content h2 {
        color: #1f2937;
        font-weight: 800;
        margin-bottom: 0.75rem;
    }

    .ll-about-slide-content p {
        margin: 0;
        color: #475569;
        line-height: 1.75;
    }

.ll-step-card {
    border: 1px solid #e7ebf0;
    border-radius: 1rem;
    padding: 1rem 1rem 0.95rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16,24,40,0.04);
}

    .ll-step-card h6 {
        font-weight: 800;
        margin-bottom: 0.55rem;
    }

    .ll-step-card a {
        color: #1d4ed8;
        text-decoration: none;
        font-size: 0.78rem;
        font-weight: 700;
    }

.ll-about-highlight {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    border: 1px solid #efd89b;
    background: #fffaf0;
    color: #6b4b00;
}

.ll-about-quote {
    text-align: right;
    font-size: 1.15rem;
    color: #334155;
    font-weight: 700;
    margin-top: 1rem;
}

    .ll-about-quote span {
        color: #7a5600;
    }

.carousel-inner .carousel-item:nth-child(1) {
    background-image: url('/images/home/about/laptop.jpg');
}

.carousel-inner .carousel-item:nth-child(2) {
    background-image: url('/images/home/about/phone.jpg');
}

.carousel-inner .carousel-item:nth-child(3) {
    background-image: url('/images/home/about/appshot.jpg');
}

.carousel-inner .carousel-item:nth-child(4) {
    background-image: url('/images/home/about/students.jpg');
}

/* Page-specific small helpers */
.ll-enquire-form .text-danger {
    font-size: 0.82rem;
}

.ll-enquire-form .lead {
    margin-bottom: 0;
}

.ll-enquire-turnstile {
    min-height: 78px;
    display: flex;
    align-items: center;
}

.ll-demo-intro p,
.ll-demo-intro li {
    font-size: 0.95rem;
}

.ll-demo-intro ol {
    margin-bottom: 0;
}

.ll-demo-form #error {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .ll-feature-grid,
    .ll-form-grid,
    .ll-form-grid--3,
    .ll-form-grid--4 {
        grid-template-columns: 1fr 1fr;
    }

    .ll-faq-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .ll-static-page {
        padding: 1.4rem 0 2.5rem;
    }

    .ll-static-hero,
    .ll-static-panel {
        padding: 1.15rem 1rem;
        border-radius: 1.1rem;
    }

    .ll-feature-grid,
    .ll-form-grid,
    .ll-form-grid--3,
    .ll-form-grid--4 {
        grid-template-columns: 1fr;
    }

    #passClassCarousel {
        height: 430px;
    }

    .ll-about-slide {
        padding: 1rem;
    }

    .ll-about-slide-content {
        padding: 1.1rem;
    }
}

@media (max-width: 575.98px) {
    .ll-static-page {
        padding: 1.75rem 0 3rem;
    }

    .ll-static-hero,
    .ll-static-panel {
        padding: 1.2rem 1rem;
        border-radius: 1.2rem;
    }

    .ll-faq-category-grid {
        grid-template-columns: 1fr;
    }

    .ll-faq-accordion .accordion-button,
    .ll-faq-accordion .accordion-body {
        padding-left: 0.95rem;
        padding-right: 0.95rem;
    }
}


/* ==================================================
   Support layout and index
   ================================================== */

.ll-support-layout {
    background-image: linear-gradient(180deg, #fffdf8 0%, #ffffff 30%, #fffdf8 100%);
    min-height: 100vh;
}

.ll-support-nav.navbar {
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e7ebf0;
}

.ll-support-shell {
    padding: 2rem 0 3rem;
}

.ll-support-grid-shell {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.ll-support-sidebar-col {
    min-width: 0;
}

.ll-support-content {
    min-width: 0;
}

.ll-support-sidebar-shell {
    position: sticky;
    top: 1.25rem;
    padding: 0;
    overflow: hidden;
}

.ll-support-sidebar-header {
    padding: 1rem 1.1rem 0.9rem;
    border-bottom: 1px solid #eef2f6;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.ll-support-sidebar-kicker {
    display: inline-block;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a5600;
    margin-bottom: 0.35rem;
}

.ll-support-sidebar-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #1f2937;
}

.ll-support-sidebar-copy {
    margin: 0.35rem 0 0;
    font-size: 0.86rem;
    line-height: 1.55;
    color: #64748b;
}

.ll-support-menu {
    padding: 0.9rem;
}

.ll-support-sidebar-shell .accordion-item {
    border: 1px solid #eadfb8;
    border-radius: 1rem !important;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 0.75rem;
    background: #fffef9;
}

.ll-support-sidebar-shell .accordion-button {
    background: linear-gradient(180deg, #fffaf0 0%, #fff6df 100%) !important;
    color: #2f3f53 !important;
    font-weight: 800;
    font-size: 1rem;
    padding: 1rem 1rem;
    box-shadow: none !important;
}

    .ll-support-sidebar-shell .accordion-button:not(.collapsed) {
        color: #6b4b00 !important;
        background: linear-gradient(180deg, #fff2ca 0%, #ffe8a5 100%) !important;
    }

    .ll-support-sidebar-shell .accordion-button::after {
        background-size: 1rem;
    }

.ll-support-sidebar-shell .accordion-body {
    padding: 0.4rem 0.7rem 0.75rem;
    background: #fff;
}

.ll-support-sidebar-shell a {
    color: #334155;
    text-decoration: none;
}

.ll-support-sidebar-shell .list-group,
.ll-support-sidebar-shell ul,
.ll-support-sidebar-shell ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ll-support-sidebar-shell .list-group-item,
.ll-support-sidebar-shell li a,
.ll-support-sidebar-shell .nav-link,
.ll-support-sidebar-shell .dropdown-item {
    display: block;
    margin: 0 0 0.45rem;
    padding: 0.7rem 0.8rem;
    border-radius: 0.8rem;
    border: 1px solid #edf1f5;
    background: #fff;
    color: #334155;
    font-size: 0.92rem;
    font-weight: 700;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

    .ll-support-sidebar-shell .list-group-item:last-child,
    .ll-support-sidebar-shell li:last-child a,
    .ll-support-sidebar-shell .nav-link:last-child,
    .ll-support-sidebar-shell .dropdown-item:last-child {
        margin-bottom: 0;
    }

    .ll-support-sidebar-shell .list-group-item:hover,
    .ll-support-sidebar-shell li a:hover,
    .ll-support-sidebar-shell .nav-link:hover,
    .ll-support-sidebar-shell .dropdown-item:hover {
        background: #fffaf0;
        border-color: #efd89b;
        color: #7a5600;
        transform: translateX(2px);
    }

.ll-support-page {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ll-support-hero {
    background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
    border: 1px solid #eadfb8;
    border-radius: 1.5rem;
    padding: 1.75rem 1.9rem;
    box-shadow: 0 14px 36px rgba(16,24,40,0.05);
}

    .ll-support-hero .ll-static-eyebrow {
        margin-bottom: 0.45rem;
    }

    .ll-support-hero .ll-static-title {
        font-size: clamp(2rem, 4vw, 3.15rem);
    }

    .ll-support-hero .ll-static-subtitle {
        max-width: 64rem;
        margin-top: 0.7rem;
    }

.ll-support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.2rem;
}

    .ll-support-actions .btn {
        border-radius: 999px;
        padding: 0.72rem 1.15rem;
        font-weight: 700;
    }

.ll-support-callout {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    border: 1px solid #efd89b;
    background: #fffaf0;
    color: #6b4b00;
}

    .ll-support-callout i {
        margin-top: 0.12rem;
    }

    .ll-support-callout p {
        margin: 0;
        color: #6b4b00;
        line-height: 1.6;
    }

.ll-support-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ll-support-card {
    background: #fff;
    border: 1px solid #e7ebf0;
    border-radius: 1.2rem;
    padding: 1rem 1.05rem;
    box-shadow: 0 10px 24px rgba(16,24,40,0.04);
}

.ll-support-card-head {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.7rem;
}

.ll-support-card-icon {
    width: 2.7rem;
    height: 2.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff7e1;
    color: #b7791f;
    font-size: 1rem;
    flex: 0 0 2.7rem;
}

.ll-support-card h3,
.ll-support-card h4,
.ll-support-card h5 {
    margin: 0;
    font-size: 1.18rem;
    font-weight: 800;
    color: #1f2937;
}

.ll-support-card p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.68;
    color: #475569;
}

.ll-support-card ul {
    margin: 0.65rem 0 0;
    padding-left: 1.15rem;
}

.ll-support-card li {
    color: #475569;
    line-height: 1.6;
}

    .ll-support-card li + li {
        margin-top: 0.3rem;
    }

.ll-support-intro-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ll-support-prose p:last-child {
    margin-bottom: 0;
}

.ll-support-email-link {
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .ll-support-grid-shell {
        grid-template-columns: 270px minmax(0, 1fr);
    }
}

@media (max-width: 991.98px) {
    .ll-support-shell {
        padding: 1.5rem 0 2.5rem;
    }

    .ll-support-grid-shell {
        grid-template-columns: 1fr;
    }

    .ll-support-sidebar-shell {
        position: static;
        top: auto;
    }

    .ll-support-overview-grid,
    .ll-support-intro-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .ll-support-hero,
    .ll-support-sidebar-shell,
    .ll-support-card {
        border-radius: 1.15rem;
    }

    .ll-support-hero {
        padding: 1.3rem 1rem;
    }

    .ll-support-sidebar-header {
        padding: 0.95rem 0.95rem 0.85rem;
    }

    .ll-support-menu {
        padding: 0.75rem;
    }

    .ll-support-sidebar-shell .accordion-button {
        padding: 0.9rem 0.9rem;
        font-size: 0.95rem;
    }

    .ll-support-card {
        padding: 0.95rem;
    }

    .ll-support-card-head {
        align-items: flex-start;
    }
}


.ll-demo-register-page {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.ll-demo-register-shell {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.ll-demo-register-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
    gap: 2rem;
    align-items: stretch;
    padding: clamp(1.5rem, 3vw, 3rem);
    border-radius: 32px;
    background: radial-gradient(circle at top left, rgba(255, 207, 120, 0.42), transparent 32rem), linear-gradient(135deg, #101827 0%, #1b2a3d 48%, #27384d 100%);
    color: #fff;
    box-shadow: 0 24px 70px rgba(16, 24, 39, 0.22);
}

    .ll-demo-register-hero::after {
        content: "";
        position: absolute;
        inset: auto -8rem -10rem auto;
        width: 26rem;
        height: 26rem;
        border-radius: 50%;
        background: rgba(255, 207, 120, 0.14);
        pointer-events: none;
    }

.ll-demo-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ll-demo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
    padding: 0.42rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffcf78;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ll-demo-register-hero h1 {
    max-width: 820px;
    margin: 1.15rem 0 1rem;
    font-size: clamp(2.2rem, 4.8vw, 4.4rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 900;
}

.ll-demo-hero-lead {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.02rem, 1.45vw, 1.24rem);
    line-height: 1.65;
}

.ll-demo-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.ll-demo-primary-btn,
.ll-demo-secondary-btn {
    border-radius: 999px;
    padding: 0.82rem 1.25rem;
    font-weight: 800;
}

.ll-demo-primary-btn {
    border-color: #ffcf78;
    background: #ffcf78;
    color: #1d2734;
}

    .ll-demo-primary-btn:hover,
    .ll-demo-primary-btn:focus {
        border-color: #ffd98f;
        background: #ffd98f;
        color: #1d2734;
    }

.ll-demo-secondary-btn {
    border-color: rgba(255, 255, 255, 0.36);
    color: #fff;
}

    .ll-demo-secondary-btn:hover,
    .ll-demo-secondary-btn:focus {
        border-color: #fff;
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
    }

.ll-demo-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 2rem;
}

    .ll-demo-trust-row > div {
        padding: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(12px);
    }

    .ll-demo-trust-row strong,
    .ll-demo-trust-row span {
        display: block;
    }

    .ll-demo-trust-row strong {
        font-size: 0.92rem;
        color: #fff;
    }

    .ll-demo-trust-row span {
        margin-top: 0.25rem;
        color: rgba(255, 255, 255, 0.68);
        font-size: 0.82rem;
        line-height: 1.4;
    }

.ll-demo-hero-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(18px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.ll-demo-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    align-self: flex-start;
    padding: 0.38rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    font-weight: 800;
}

.ll-demo-live-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #7ee787;
    box-shadow: 0 0 0 0 rgba(126, 231, 135, 0.65);
    animation: llDemoPulse 1.8s infinite;
}

@keyframes llDemoPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(126, 231, 135, 0.55);
    }

    70% {
        box-shadow: 0 0 0 0.55rem rgba(126, 231, 135, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(126, 231, 135, 0);
    }
}

.ll-demo-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.ll-demo-metric-card {
    min-height: 118px;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    color: #182230;
}

.ll-demo-metric-value,
.ll-demo-metric-label {
    display: block;
}

.ll-demo-metric-value {
    color: #121926;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.ll-demo-metric-label {
    margin-top: 0.35rem;
    color: #667085;
    font-size: 0.88rem;
    line-height: 1.35;
}

.ll-demo-mini-feed {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.ll-demo-mini-feed-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    padding: 0.85rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
}

    .ll-demo-mini-feed-item i {
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border-radius: 14px;
        background: rgba(255, 207, 120, 0.18);
        color: #ffcf78;
    }

    .ll-demo-mini-feed-item strong,
    .ll-demo-mini-feed-item span {
        display: block;
    }

    .ll-demo-mini-feed-item strong {
        font-size: 0.92rem;
    }

    .ll-demo-mini-feed-item span {
        margin-top: 0.15rem;
        color: rgba(255, 255, 255, 0.68);
        font-size: 0.82rem;
    }

.ll-demo-explainer-section,
.ll-demo-registration-layout,
.ll-demo-status-panel {
    border-radius: 28px;
}

.ll-demo-explainer-section {
    padding: clamp(1.3rem, 2.5vw, 2rem);
    background: #fff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
}

.ll-demo-section-heading {
    max-width: 780px;
    margin-bottom: 1.25rem;
}

    .ll-demo-section-heading span,
    .ll-demo-form-header span,
    .ll-demo-side-kicker {
        display: block;
        margin-bottom: 0.35rem;
        color: #ad6f00;
        font-size: 0.78rem;
        font-weight: 900;
        letter-spacing: 0.09em;
        text-transform: uppercase;
    }

    .ll-demo-section-heading h2,
    .ll-demo-form-header h2,
    .ll-demo-side-panel h2 {
        margin: 0;
        color: #101828;
        font-weight: 900;
        letter-spacing: -0.035em;
    }

    .ll-demo-section-heading h2 {
        font-size: clamp(1.6rem, 2.6vw, 2.35rem);
    }

    .ll-demo-section-heading p,
    .ll-demo-form-header p {
        margin: 0.55rem 0 0;
        color: #667085;
        line-height: 1.65;
    }

.ll-demo-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.ll-demo-feature-card {
    padding: 1.15rem;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid rgba(16, 24, 40, 0.07);
}

.ll-demo-feature-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 0.85rem;
    border-radius: 16px;
    background: rgba(255, 207, 120, 0.34);
    color: #8a5a00;
}

.ll-demo-feature-card h3 {
    margin: 0;
    color: #101828;
    font-size: 1rem;
    font-weight: 900;
}

.ll-demo-feature-card p {
    margin: 0.45rem 0 0;
    color: #667085;
    font-size: 0.92rem;
    line-height: 1.55;
}

.ll-demo-registration-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
    gap: 1.25rem;
    align-items: stretch;
}

.ll-demo-side-panel {
    padding: 1.25rem;
    border-radius: 28px;
    background: radial-gradient(circle at top left, rgba(255, 207, 120, 0.42), transparent 18rem), #172133;
    color: #fff;
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.12);
}

.ll-demo-side-panel-inner {
    position: sticky;
    top: 1rem;
}

.ll-demo-side-panel h2 {
    color: #fff;
    font-size: 1.75rem;
}

.ll-demo-step-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 1.25rem;
}

.ll-demo-step {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.9rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.13);
}

    .ll-demo-step > span {
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        border-radius: 14px;
        background: #ffcf78;
        color: #182230;
        font-weight: 900;
    }

    .ll-demo-step strong {
        display: block;
        color: #fff;
        font-size: 0.94rem;
    }

    .ll-demo-step p {
        margin: 0.2rem 0 0;
        color: rgba(255, 255, 255, 0.68);
        font-size: 0.86rem;
        line-height: 1.45;
    }

.ll-demo-security-note {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    margin-top: 1rem;
    padding: 0.95rem;
    border-radius: 18px;
    background: rgba(255, 207, 120, 0.14);
    border: 1px solid rgba(255, 207, 120, 0.22);
}

    .ll-demo-security-note i {
        display: grid;
        place-items: center;
        width: 38px;
        height: 38px;
        border-radius: 14px;
        background: rgba(255, 207, 120, 0.24);
        color: #ffcf78;
    }

    .ll-demo-security-note p {
        margin: 0;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.86rem;
        line-height: 1.5;
    }

.ll-demo-form-panel {
    padding: clamp(1.25rem, 2.4vw, 2rem);
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
}

.ll-demo-form-header {
    margin-bottom: 1.1rem;
}

    .ll-demo-form-header h2 {
        font-size: 1.55rem;
    }

.ll-demo-form-header-compact {
    margin-bottom: 0.85rem;
}

.ll-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ll-field-group label,
.ll-form-label {
    color: #344054;
    font-weight: 800;
    font-size: 0.92rem;
}

.ll-field-group .form-control {
    min-height: 48px;
    border-radius: 14px;
    border-color: #d0d5dd;
}

    .ll-field-group .form-control:focus {
        border-color: #ffcf78;
        box-shadow: 0 0 0 0.2rem rgba(255, 207, 120, 0.24);
    }

.ll-field-help {
    margin: 0.45rem 0 0;
    color: #667085;
    font-size: 0.88rem;
    line-height: 1.5;
}

.ll-demo-helper-card {
    padding: 1rem;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(16, 24, 40, 0.07);
}

    .ll-demo-helper-card .ll-form-label {
        display: flex;
        align-items: center;
        gap: 0.4rem;
        margin-bottom: 0.35rem;
    }

    .ll-demo-helper-card i {
        color: #ad6f00;
    }

.ll-demo-divider {
    margin: 1.5rem 0;
    border-color: rgba(16, 24, 40, 0.08);
}

.ll-demo-submit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1.35rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(16, 24, 40, 0.08);
}

    .ll-demo-submit-row .form-check-label span {
        padding-left: 0.35rem;
        white-space: nowrap;
        font-weight: 700;
        color: #344054;
    }

.ll-demo-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 48px;
    padding-inline: 1.25rem;
    border-radius: 999px;
    font-weight: 900;
}

.ll-demo-status-panel {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 1.25rem;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: #fff;
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
}

.ll-demo-status-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
}

.ll-demo-status-panel h4 {
    margin: 0;
    color: #101828;
    font-weight: 900;
}

.ll-demo-status-panel p {
    margin: 0.25rem 0 0;
    color: #667085;
}

.ll-demo-success-panel .ll-demo-status-icon {
    background: rgba(18, 183, 106, 0.12);
    color: #027a48;
}

.ll-demo-warning-panel .ll-demo-status-icon {
    background: rgba(247, 144, 9, 0.12);
    color: #b54708;
}

@media (max-width: 1199.98px) {
    .ll-demo-register-hero,
    .ll-demo-registration-layout {
        grid-template-columns: 1fr;
    }

    .ll-demo-side-panel-inner {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .ll-demo-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ll-demo-trust-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .ll-demo-register-page {
        padding-top: 1rem;
    }

    .ll-demo-register-hero,
    .ll-demo-explainer-section,
    .ll-demo-side-panel,
    .ll-demo-form-panel {
        border-radius: 22px;
    }

    .ll-form-grid,
    .ll-demo-feature-grid,
    .ll-demo-metric-grid {
        grid-template-columns: 1fr;
    }

    .ll-demo-submit-row {
        flex-direction: column;
        align-items: stretch;
    }

    .ll-demo-submit-btn {
        justify-content: center;
        width: 100%;
    }

    .ll-demo-hero-actions {
        flex-direction: column;
    }

    .ll-demo-primary-btn,
    .ll-demo-secondary-btn {
        width: 100%;
    }
}

/* ==================================================
   Demo registration page
   ================================================== */

.ll-demo-register-page {
    padding-top: 2rem;
    padding-bottom: 4rem;
    /*background: linear-gradient(180deg, #fffdf8 0%, #ffffff 36%, #fffdf8 100%);*/
}

.ll-demo-register-shell {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ll-demo-code-enquiry {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: flex-start;
    margin-top: 0.85rem;
    padding: 0.9rem;
    border-radius: 1rem;
    background: #fffaf0;
    border: 1px solid #efd89b;
}

.ll-demo-code-enquiry-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff7e1;
    color: #b7791f;
    font-size: 1rem;
}

.ll-demo-code-enquiry strong {
    display: block;
    color: #1f2937;
    font-size: 0.94rem;
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.ll-demo-code-enquiry p {
    margin: 0;
    color: #6b4b00;
    font-size: 0.85rem;
    line-height: 1.45;
}

.ll-demo-code-enquiry-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.55rem;
    color: #7a5600;
    font-size: 0.86rem;
    font-weight: 900;
    text-decoration: none;
}

    .ll-demo-code-enquiry-link:hover,
    .ll-demo-code-enquiry-link:focus {
        color: #5f4200;
        text-decoration: underline;
    }

/* Hero */
.ll-demo-register-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(340px, 0.86fr);
    gap: 1.5rem;
    align-items: stretch;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: 1.5rem;
    background: radial-gradient(circle at top left, rgba(255, 207, 120, 0.34), transparent 26rem), linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
    border: 1px solid #eadfb8;
    color: #1f2937;
    box-shadow: 0 14px 36px rgba(16, 24, 40, 0.06);
}

    .ll-demo-register-hero::after {
        content: "";
        position: absolute;
        inset: auto -8rem -10rem auto;
        width: 26rem;
        height: 26rem;
        border-radius: 50%;
        background: rgba(255, 207, 120, 0.18);
        pointer-events: none;
    }

.ll-demo-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ll-demo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
    padding: 0.42rem 0.75rem;
    border: 1px solid #efd89b;
    border-radius: 999px;
    background: #fffaf0;
    color: #7a5600;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ll-demo-register-hero h1 {
    max-width: 820px;
    margin: 1.1rem 0 0.9rem;
    font-size: clamp(2.15rem, 4.5vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
    font-weight: 900;
    color: #1f2937;
}

.ll-demo-hero-lead {
    max-width: 760px;
    margin: 0;
    color: #64748b;
    font-size: clamp(1.02rem, 1.35vw, 1.18rem);
    line-height: 1.7;
}

.ll-demo-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.55rem;
}

.ll-demo-primary-btn,
.ll-demo-secondary-btn {
    border-radius: 999px;
    padding: 0.82rem 1.25rem;
    font-weight: 800;
}

.ll-demo-primary-btn {
    border-color: #ffcf78;
    background: #ffcf78;
    color: #1f2937;
    box-shadow: 0 10px 22px rgba(122, 86, 0, 0.12);
}

    .ll-demo-primary-btn:hover,
    .ll-demo-primary-btn:focus {
        border-color: #f5bd55;
        background: #f5bd55;
        color: #1f2937;
    }

.ll-demo-secondary-btn {
    border-color: #eadfb8;
    background: #ffffff;
    color: #6b4b00;
}

    .ll-demo-secondary-btn:hover,
    .ll-demo-secondary-btn:focus {
        border-color: #efd89b;
        background: #fffaf0;
        color: #6b4b00;
    }

.ll-demo-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.75rem;
}

    .ll-demo-trust-row > div {
        padding: 0.95rem 1rem;
        border: 1px solid #eadfb8;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.78);
        box-shadow: 0 10px 24px rgba(16, 24, 40, 0.035);
    }

    .ll-demo-trust-row strong,
    .ll-demo-trust-row span {
        display: block;
    }

    .ll-demo-trust-row strong {
        font-size: 0.92rem;
        color: #1f2937;
    }

    .ll-demo-trust-row span {
        margin-top: 0.25rem;
        color: #64748b;
        font-size: 0.82rem;
        line-height: 1.45;
    }

/* Hero preview card */
.ll-demo-hero-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.1rem;
    border: 1px solid #eadfb8;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.ll-demo-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    align-self: flex-start;
    padding: 0.38rem 0.65rem;
    border-radius: 999px;
    border: 1px solid #efd89b;
    background: #fffaf0;
    color: #6b4b00;
    font-size: 0.8rem;
    font-weight: 800;
}

.ll-demo-live-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.42);
    animation: llDemoPulse 1.8s infinite;
}

@keyframes llDemoPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.4);
    }

    70% {
        box-shadow: 0 0 0 0.55rem rgba(22, 163, 74, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
    }
}

.ll-demo-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.ll-demo-metric-card {
    min-height: 112px;
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
    border: 1px solid #eef2f6;
    color: #1f2937;
}

.ll-demo-metric-value,
.ll-demo-metric-label {
    display: block;
}

.ll-demo-metric-value {
    color: #1f2937;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.ll-demo-metric-label {
    margin-top: 0.35rem;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.4;
}

.ll-demo-mini-feed {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.ll-demo-mini-feed-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    padding: 0.85rem;
    border-radius: 1rem;
    background: #fffaf0;
    border: 1px solid #efd89b;
}

    .ll-demo-mini-feed-item i {
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #fff7e1;
        color: #b7791f;
    }

    .ll-demo-mini-feed-item strong,
    .ll-demo-mini-feed-item span {
        display: block;
    }

    .ll-demo-mini-feed-item strong {
        color: #1f2937;
        font-size: 0.92rem;
    }

    .ll-demo-mini-feed-item span {
        margin-top: 0.15rem;
        color: #64748b;
        font-size: 0.82rem;
        line-height: 1.4;
    }

/* Shared demo panels */
.ll-demo-explainer-section,
.ll-demo-registration-layout,
.ll-demo-status-panel {
    border-radius: 1.5rem;
}

.ll-demo-explainer-section {
    padding: clamp(1.25rem, 2.3vw, 1.75rem);
    background: #ffffff;
    border: 1px solid #e7ebf0;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.045);
}

.ll-demo-section-heading {
    max-width: 780px;
    margin-bottom: 1.25rem;
}

    .ll-demo-section-heading span,
    .ll-demo-form-header span,
    .ll-demo-side-kicker {
        display: block;
        margin-bottom: 0.35rem;
        color: #7a5600;
        font-size: 0.76rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .ll-demo-section-heading h2,
    .ll-demo-form-header h2,
    .ll-demo-side-panel h2 {
        margin: 0;
        color: #1f2937;
        font-weight: 900;
        letter-spacing: -0.035em;
    }

    .ll-demo-section-heading h2 {
        font-size: clamp(1.55rem, 2.4vw, 2.15rem);
    }

    .ll-demo-section-heading p,
    .ll-demo-form-header p {
        margin: 0.55rem 0 0;
        color: #64748b;
        line-height: 1.65;
    }

/* Feature cards */
.ll-demo-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.ll-demo-feature-card {
    padding: 1.05rem;
    border-radius: 1.2rem;
    background: #ffffff;
    border: 1px solid #e7ebf0;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.035);
}

.ll-demo-feature-icon {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.8rem;
    border-radius: 50%;
    background: #fff7e1;
    color: #b7791f;
    font-size: 1.05rem;
}

.ll-demo-feature-card h3 {
    margin: 0;
    color: #1f2937;
    font-size: 1rem;
    font-weight: 800;
}

.ll-demo-feature-card p {
    margin: 0.45rem 0 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.58;
}

/* Registration layout */
.ll-demo-registration-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
    gap: 1.25rem;
    align-items: stretch;
}

.ll-demo-side-panel {
    padding: 1.25rem;
    border-radius: 1.5rem;
    background: radial-gradient(circle at top left, rgba(255, 207, 120, 0.42), transparent 18rem), linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
    color: #1f2937;
    border: 1px solid #eadfb8;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.045);
}

.ll-demo-side-panel-inner {
    position: sticky;
    top: 1rem;
}

.ll-demo-side-panel h2 {
    color: #1f2937;
    font-size: 1.65rem;
}

.ll-demo-step-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 1.15rem;
}

.ll-demo-step {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.9rem;
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid #e7ebf0;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.035);
}

    .ll-demo-step > span {
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ffcf78;
        color: #1f2937;
        font-weight: 900;
    }

    .ll-demo-step strong {
        display: block;
        color: #1f2937;
        font-size: 0.94rem;
    }

    .ll-demo-step p {
        margin: 0.2rem 0 0;
        color: #64748b;
        font-size: 0.86rem;
        line-height: 1.45;
    }



.ll-demo-info-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.65rem;
}

.ll-demo-info-icon,
.ll-demo-platform-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.85rem;
    background: #fff7e1;
    border: 1px solid #efd89b;
    color: #b7791f;
    font-size: 1.05rem;
    line-height: 1;
}

.ll-demo-platform-icons {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.ll-demo-metric-card .ll-demo-metric-value {
    line-height: 1.15;
}

.ll-demo-metric-card .ll-demo-metric-label {
    max-width: 16rem;
    line-height: 1.42;
}



.ll-demo-security-note {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    /*gap: 1rem;*/
    align-items: center;
    margin-top: 1rem;
    padding: 1.15rem 1.25rem;
    border-radius: 1rem;
    background: #fffaf0;
    border: 1px solid #efd89b;
}

    .ll-demo-security-note i {
        display: grid;
        place-items: center;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: #fff7e1;
        color: #1f2937;
        font-size: 1.55rem;
    }

    .ll-demo-security-note p {
        margin: 0;
        color: #6b4b00;
        font-size: 1rem;
        line-height: 1.55;
    }

/* Form panel */
.ll-demo-form-panel {
    padding: clamp(1.25rem, 2.3vw, 1.85rem);
    border-radius: 1.5rem;
    background: #ffffff;
    border: 1px solid #e7ebf0;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.045);
}

.ll-demo-form-header {
    margin-bottom: 1.1rem;
}

    .ll-demo-form-header h2 {
        font-size: 1.5rem;
    }

.ll-demo-form-header-compact {
    margin-bottom: 0.85rem;
}

.ll-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ll-field-group label,
.ll-form-label {
    color: #334155;
    font-weight: 800;
    font-size: 0.9rem;
}

.ll-field-group .form-control {
    min-height: 48px;
    border-radius: 0.85rem;
    border-color: #e5e7eb;
    box-shadow: none;
}

    .ll-field-group .form-control:focus {
        border-color: #debd73;
        box-shadow: 0 0 0 0.2rem rgba(255, 207, 120, 0.2);
    }

.ll-field-help {
    margin: 0.45rem 0 0;
    color: #64748b;
    font-size: 0.86rem;
    line-height: 1.5;
}

.ll-demo-helper-card {
    padding: 1rem;
    border-radius: 1rem;
    background: #fffaf0;
    border: 1px solid #efd89b;
}

    .ll-demo-helper-card .ll-form-label {
        display: flex;
        align-items: center;
        gap: 0.4rem;
        margin-bottom: 0.35rem;
        color: #6b4b00;
    }

    .ll-demo-helper-card i {
        color: #b7791f;
    }

    .ll-demo-helper-card .ll-field-help {
        color: #6b4b00;
    }

.ll-demo-divider {
    margin: 1.5rem 0;
    border: 0;
    height: 1px;
    background: #eef2f6;
}

.ll-demo-submit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1.35rem;
    padding-top: 1.15rem;
    border-top: 1px solid #eef2f6;
}

    .ll-demo-submit-row .form-check-label span {
        padding-left: 0.35rem;
        white-space: nowrap;
        font-weight: 700;
        color: #334155;
    }

.ll-demo-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 48px;
    padding-inline: 1.25rem;
    border-radius: 999px;
    border-color: #ffcf78;
    background: #ffcf78;
    color: #1f2937;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(122, 86, 0, 0.12);
}

    .ll-demo-submit-btn:hover,
    .ll-demo-submit-btn:focus {
        border-color: #f5bd55;
        background: #f5bd55;
        color: #1f2937;
    }

/* Status panels */
.ll-demo-status-panel {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 1.25rem;
    border: 1px solid #e7ebf0;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.045);
}

.ll-demo-status-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.ll-demo-status-panel h4 {
    margin: 0;
    color: #1f2937;
    font-weight: 900;
}

.ll-demo-status-panel p {
    margin: 0.25rem 0 0;
    color: #64748b;
}

.ll-demo-success-panel .ll-demo-status-icon {
    background: rgba(18, 183, 106, 0.12);
    color: #027a48;
}

.ll-demo-warning-panel .ll-demo-status-icon {
    background: #fff7e1;
    color: #b7791f;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .ll-demo-register-hero,
    .ll-demo-registration-layout {
        grid-template-columns: 1fr;
    }

    .ll-demo-side-panel-inner {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .ll-demo-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ll-demo-trust-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .ll-demo-register-page {
        padding-top: 1rem;
        padding-bottom: 2.5rem;
    }

    .ll-demo-register-hero,
    .ll-demo-explainer-section,
    .ll-demo-side-panel,
    .ll-demo-form-panel {
        border-radius: 1.15rem;
    }

    .ll-form-grid,
    .ll-demo-feature-grid,
    .ll-demo-metric-grid {
        grid-template-columns: 1fr;
    }

    .ll-demo-submit-row {
        flex-direction: column;
        align-items: stretch;
    }

    .ll-demo-submit-btn {
        justify-content: center;
        width: 100%;
    }

    .ll-demo-hero-actions {
        flex-direction: column;
    }

    .ll-demo-primary-btn,
    .ll-demo-secondary-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .ll-demo-register-hero,
    .ll-demo-explainer-section,
    .ll-demo-side-panel,
    .ll-demo-form-panel,
    .ll-demo-status-panel {
        padding: 1.15rem 1rem;
    }

        .ll-demo-register-hero h1 {
            font-size: clamp(2rem, 12vw, 2.8rem);
        }

    .ll-demo-hero-lead {
        font-size: 0.98rem;
    }
}
