/* ==================================================
   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;
    }
}
.ll-demo-school-trial-cta {
    position: relative;
    z-index: 2;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) 42px;
    gap: 1rem;
    align-items: center;
    margin-top: 0.25rem;
    padding: 1.15rem 1.25rem;
    border-radius: 1.3rem;
    background: linear-gradient(180deg, #eef6ff 0%, #e6f1ff 100%);
    border: 1px solid #8bbcff;
    box-shadow: 0 16px 36px rgba(13, 110, 253, 0.12);
    color: #0b5ed7;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

    .ll-demo-school-trial-cta:hover,
    .ll-demo-school-trial-cta:focus {
        transform: translateY(-2px);
        background: linear-gradient(180deg, #e7f1ff 0%, #dcecff 100%);
        border-color: #5fa3ff;
        box-shadow: 0 18px 42px rgba(13, 110, 253, 0.18);
        color: #084298;
        text-decoration: none;
    }

.ll-demo-school-trial-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #0d6efd;
    color: #ffffff;
    font-size: 1.55rem;
    box-shadow: 0 10px 22px rgba(13, 110, 253, 0.22);
}

.ll-demo-school-trial-copy {
    min-width: 0;
}

    .ll-demo-school-trial-copy strong {
        display: block;
        color: #0f172a;
        font-size: clamp(1rem, 1.45vw, 1.25rem);
        font-weight: 900;
        line-height: 1.15;
    }

    .ll-demo-school-trial-copy span {
        display: block;
        margin-top: 0.2rem;
        color: #0b5ed7;
        font-size: clamp(0.88rem, 1.15vw, 1rem);
        font-weight: 800;
        line-height: 1.3;
    }

.ll-demo-school-trial-arrow {
    display: grid;
    place-items: center;
    color: #0d6efd;
    font-size: 1.45rem;
}

@media (max-width: 767.98px) {
    .ll-demo-school-trial-cta {
        grid-template-columns: 52px minmax(0, 1fr) 32px;
        gap: 0.8rem;
        padding: 1rem;
        border-radius: 1.05rem;
    }

    .ll-demo-school-trial-icon {
        width: 52px;
        height: 52px;
        font-size: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .ll-demo-school-trial-cta {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .ll-demo-school-trial-arrow {
        display: none;
    }
}

/* ==================================================
   SEO landing homepage
   Focus: out-of-class tracking, student movement tracking,
   lost learning time and duty-of-care visibility
   ================================================== */

/* ==================================================
   LeaveLens SEO homepage refresh
   - Uses the existing LeaveLens marketing/analytics palette:
     navy text, white surfaces, soft gold highlights, restrained blue actions.
   ================================================== */

.ll-seo-home {
    --ll-seo-navy: #1f3551;
    --ll-seo-ink: #212529;
    --ll-seo-muted: #64748b;
    --ll-seo-soft-text: #475569;
    --ll-seo-border: #e9ecef;
    --ll-seo-border-strong: #d9e2ec;
    --ll-seo-gold: #ffcf78;
    --ll-seo-gold-soft: #fffaf0;
    --ll-seo-gold-border: #f3e1a0;
    --ll-seo-blue: #3266cc;
    --ll-seo-blue-soft: #eef6ff;
    --ll-seo-green: #16a34a;
    --ll-seo-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
    --ll-seo-shadow-lg: 0 18px 50px rgba(16, 24, 40, 0.075);
    background: linear-gradient(180deg, #ffffff 0%, #fffdf8 34%, #ffffff 100%);
    color: var(--ll-seo-ink);
    overflow: hidden;
}

.ll-seo-home .container {
    max-width: 1180px;
}

.ll-seo-hero {
    position: relative;
    padding: clamp(2.8rem, 6vw, 6rem) 0 2rem;
    background:
        radial-gradient(circle at 10% 8%, rgba(255, 207, 120, 0.22), transparent 28rem),
        radial-gradient(circle at 90% 12%, rgba(50, 102, 204, 0.09), transparent 30rem),
        linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
}

.ll-seo-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #eadfb8, transparent);
}

.ll-seo-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
    gap: clamp(1.6rem, 4vw, 4rem);
    align-items: center;
}

.ll-seo-hero-copy,
.ll-seo-hero-visual {
    position: relative;
    z-index: 1;
}

.ll-seo-kicker-row,
.ll-seo-actions,
.ll-seo-keyword-strip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.ll-seo-pill,
.ll-seo-eyebrow,
.ll-seo-mini-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.1;
}

.ll-seo-pill,
.ll-seo-eyebrow {
    color: #7a5600;
    background: var(--ll-seo-gold-soft);
    border: 1px solid var(--ll-seo-gold-border);
}

.ll-seo-pill {
    padding: 0.5rem 0.78rem;
}

.ll-seo-eyebrow {
    padding: 0.36rem 0.66rem;
    margin-bottom: 0.85rem;
}

.ll-seo-mini-pill {
    padding: 0.5rem 0.78rem;
    color: #30455c;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.ll-seo-hero h1 {
    max-width: 790px;
    margin: 1.05rem 0 0;
    color: var(--ll-seo-navy);
    font-size: clamp(2.45rem, 5.2vw, 5.15rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    font-weight: 900;
}

.ll-seo-hero-lead {
    max-width: 760px;
    margin: 1.15rem 0 0;
    color: var(--ll-seo-soft-text);
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    line-height: 1.72;
}

.ll-seo-actions {
    margin-top: 1.5rem;
}

.ll-seo-btn-primary,
.ll-seo-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    padding: 0.8rem 1.18rem;
    font-weight: 800;
    text-decoration: none;
}

.ll-seo-btn-primary {
    background: var(--ll-seo-gold);
    border: 1px solid var(--ll-seo-gold);
    color: #5f4300;
    box-shadow: 0 8px 18px rgba(255, 207, 120, 0.28);
}

.ll-seo-btn-primary:hover,
.ll-seo-btn-primary:focus {
    background: #f5bd55;
    border-color: #f5bd55;
    color: #4a3300;
}

.ll-seo-btn-secondary {
    background: #ffffff;
    border: 1px solid #d7dde4;
    color: var(--ll-seo-navy);
}

.ll-seo-btn-secondary:hover,
.ll-seo-btn-secondary:focus {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #14243a;
}

.ll-seo-quick-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    max-width: 720px;
    margin: 1.45rem 0 0;
}

.ll-seo-quick-stats div {
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--ll-seo-border);
    border-radius: 1rem;
    box-shadow: var(--ll-seo-shadow);
}

.ll-seo-quick-stats dt {
    margin: 0;
    color: var(--ll-seo-navy);
    font-size: 1.05rem;
    font-weight: 900;
}

.ll-seo-quick-stats dd {
    margin: 0.2rem 0 0;
    color: var(--ll-seo-muted);
    font-size: 0.84rem;
    line-height: 1.35;
}

.ll-seo-visual-shell,
.ll-seo-analytics-board,
.ll-seo-final-card,
.ll-seo-aus-panel,
.ll-seo-timeline-card,
.ll-seo-problem-card,
.ll-seo-tool-tile {
    background: #ffffff;
    border: 1px solid var(--ll-seo-border);
    border-radius: 1.15rem;
    box-shadow: var(--ll-seo-shadow-lg);
}

.ll-seo-visual-shell {
    position: relative;
    padding: 0.8rem;
    border-radius: 1.35rem;
    transform: rotate(1.2deg);
}

.ll-seo-visual-shell::before {
    content: "";
    position: absolute;
    inset: 1.1rem -0.65rem -0.65rem 1.1rem;
    z-index: -1;
    border-radius: 1.35rem;
    background: linear-gradient(135deg, rgba(255, 207, 120, 0.38), rgba(50, 102, 204, 0.16));
}

.ll-seo-browser-bar {
    display: flex;
    align-items: center;
    gap: 0.36rem;
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid #edf1f5;
}

.ll-seo-browser-bar span {
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 50%;
    background: #e2e8f0;
}

.ll-seo-browser-bar span:first-child { background: #fecaca; }
.ll-seo-browser-bar span:nth-child(2) { background: #fde68a; }
.ll-seo-browser-bar span:nth-child(3) { background: #bbf7d0; }

.ll-seo-browser-bar strong {
    margin-left: auto;
    color: #30455c;
    font-size: 0.82rem;
}

.ll-seo-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(170px, 0.75fr);
    gap: 0.85rem;
    padding: 0.85rem;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 0 0 1rem 1rem;
}

.ll-seo-dashboard-main,
.ll-seo-live-card,
.ll-seo-dashboard-stat {
    background: #ffffff;
    border: 1px solid #e7ebf0;
    border-radius: 1rem;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.035);
}

.ll-seo-dashboard-main {
    grid-row: span 2;
    padding: 1rem;
}

.ll-seo-dashboard-title-row,
.ll-seo-board-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.ll-seo-dashboard-label,
.ll-seo-board-header span {
    display: block;
    color: var(--ll-seo-muted);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.ll-seo-dashboard-title-row strong,
.ll-seo-board-header strong {
    display: block;
    margin-top: 0.18rem;
    color: var(--ll-seo-navy);
    font-weight: 900;
}

.ll-seo-dashboard-title-row em {
    border-radius: 999px;
    padding: 0.25rem 0.52rem;
    background: #ecfdf3;
    color: #15803d;
    border: 1px solid #bbf7d0;
    font-style: normal;
    font-size: 0.72rem;
    font-weight: 900;
}

.ll-seo-chart-placeholder,
.ll-seo-board-placeholder,
.ll-seo-aus-image-placeholder {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px dashed #cbd5e1;
    border-radius: 0.95rem;
    background:
        linear-gradient(90deg, rgba(31, 53, 81, 0.055) 1px, transparent 1px),
        linear-gradient(rgba(31, 53, 81, 0.055) 1px, transparent 1px),
        #f8fafc;
    background-size: 28px 28px;
    color: #64748b;
    text-align: center;
    font-weight: 800;
}

.ll-seo-chart-placeholder {
    min-height: 245px;
    margin-top: 0.85rem;
    padding: 1rem;
}

.ll-seo-chart-bars {
    position: absolute;
    inset: auto 1.2rem 1.2rem 1.2rem;
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 42%;
    opacity: 0.9;
}

.ll-seo-chart-bars i {
    width: 11%;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, var(--ll-seo-gold), #fff3cf);
    border: 1px solid #efd89b;
}

.ll-seo-live-card {
    padding: 0.95rem;
}

.ll-seo-live-dot {
    display: inline-block;
    width: 0.58rem;
    height: 0.58rem;
    margin-right: 0.35rem;
    border-radius: 50%;
    background: var(--ll-seo-green);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.42);
    animation: llSeoPulse 1.8s infinite;
}

@keyframes llSeoPulse {
    0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.42); }
    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-seo-live-card strong {
    color: var(--ll-seo-navy);
    font-size: 0.95rem;
}

.ll-seo-live-list {
    display: grid;
    gap: 0.48rem;
    margin-top: 0.75rem;
}

.ll-seo-live-list div,
.ll-seo-dashboard-stat,
.ll-seo-board-metrics div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    padding: 0.62rem 0.7rem;
    border-radius: 0.75rem;
    background: #f8fafc;
}

.ll-seo-live-list span,
.ll-seo-dashboard-stat span,
.ll-seo-board-metrics span {
    color: var(--ll-seo-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.ll-seo-live-list b,
.ll-seo-dashboard-stat strong,
.ll-seo-board-metrics strong {
    color: var(--ll-seo-navy);
    font-size: 0.88rem;
    white-space: nowrap;
}

.ll-seo-dashboard-stat {
    display: block;
}

.ll-seo-dashboard-stat strong {
    display: block;
    margin-top: 0.25rem;
    font-size: 1.4rem;
    font-weight: 900;
}

.ll-seo-keyword-strip {
    justify-content: center;
    margin-top: 2rem;
    padding: 0.85rem;
    border: 1px solid var(--ll-seo-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--ll-seo-shadow);
}

.ll-seo-keyword-strip span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #30455c;
    font-size: 0.84rem;
    font-weight: 800;
}

.ll-seo-keyword-strip span::before {
    content: "";
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 50%;
    background: var(--ll-seo-gold);
}

.ll-seo-section,
.ll-seo-final-cta {
    padding: clamp(3.2rem, 6vw, 5.6rem) 0;
}

.ll-seo-section-white { background: #ffffff; }

.ll-seo-section-warm {
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 207, 120, 0.18), transparent 26rem),
        linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    border-top: 1px solid #f0e7c8;
    border-bottom: 1px solid #f0e7c8;
}

.ll-seo-section-blueprint {
    background:
        linear-gradient(90deg, rgba(31, 53, 81, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(31, 53, 81, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    background-size: 38px 38px, 38px 38px, auto;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.ll-seo-section-heading {
    max-width: 820px;
    margin-bottom: 1.4rem;
}

.ll-seo-section-heading--left {
    max-width: 880px;
}

.ll-seo-section h2,
.ll-seo-final-card h2 {
    margin: 0;
    color: var(--ll-seo-navy);
    font-size: clamp(1.85rem, 3.8vw, 3.35rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.ll-seo-section p,
.ll-seo-final-card p {
    margin: 0.85rem 0 0;
    color: var(--ll-seo-soft-text);
    font-size: 1rem;
    line-height: 1.72;
}

.ll-seo-problem-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 1fr);
    gap: 1rem;
    align-items: stretch;
}

.ll-seo-problem-card {
    padding: 1.15rem;
}

.ll-seo-problem-card--feature {
    background:
        radial-gradient(circle at top right, rgba(255, 207, 120, 0.22), transparent 16rem),
        #ffffff;
    border-color: #eadfb8;
}

.ll-seo-card-icon,
.ll-seo-feature-icon,
.ll-seo-tool-tile i,
.ll-seo-insight-list i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 50%;
    background: #fff7e1;
    color: #b7791f;
    border: 1px solid #efd89b;
    font-size: 1.05rem;
}

.ll-seo-problem-card h3,
.ll-seo-tool-tile h3 {
    margin: 0.8rem 0 0;
    color: var(--ll-seo-navy);
    font-size: 1.08rem;
    font-weight: 900;
}

.ll-seo-problem-card p,
.ll-seo-tool-tile p {
    margin-top: 0.5rem;
    color: var(--ll-seo-muted);
    font-size: 0.93rem;
    line-height: 1.58;
}

.ll-seo-workflow-layout,
.ll-seo-analytics-layout,
.ll-seo-tools-layout,
.ll-seo-aus-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: clamp(1.4rem, 4vw, 3.6rem);
    align-items: center;
}

.ll-seo-workflow-copy,
.ll-seo-analytics-copy,
.ll-seo-tools-copy,
.ll-seo-aus-copy {
    min-width: 0;
}

.ll-seo-check-list {
    list-style: none;
    padding: 0;
    margin: 1.1rem 0 0;
}

.ll-seo-check-list li {
    display: flex;
    gap: 0.62rem;
    align-items: flex-start;
    margin-top: 0.62rem;
    color: #475569;
    line-height: 1.55;
}

.ll-seo-check-list i {
    margin-top: 0.22rem;
    color: var(--ll-seo-green);
}

.ll-seo-timeline-card {
    position: relative;
    padding: 1rem;
    overflow: hidden;
}

.ll-seo-timeline-card::before {
    content: "";
    position: absolute;
    left: 2.55rem;
    top: 2rem;
    bottom: 2rem;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--ll-seo-gold), #e2e8f0);
}

.ll-seo-timeline-step {
    position: relative;
    display: grid;
    grid-template-columns: 3.1rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 1rem;
    background: #ffffff;
}

.ll-seo-timeline-step + .ll-seo-timeline-step {
    margin-top: 0.7rem;
}

.ll-seo-timeline-step > span {
    display: grid;
    place-items: center;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
    background: var(--ll-seo-navy);
    color: #ffffff;
    font-weight: 900;
    z-index: 1;
}

.ll-seo-timeline-step strong {
    color: var(--ll-seo-navy);
    font-weight: 900;
}

.ll-seo-timeline-step p {
    margin: 0.25rem 0 0;
    font-size: 0.92rem;
}

.ll-seo-analytics-layout {
    grid-template-columns: minmax(380px, 1.05fr) minmax(0, 0.95fr);
}

.ll-seo-analytics-board {
    padding: 1rem;
}

.ll-seo-board-header i {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--ll-seo-gold-soft);
    color: #b7791f;
}

.ll-seo-board-placeholder {
    min-height: 270px;
    margin-top: 1rem;
}

.ll-seo-board-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 0.85rem;
}

.ll-seo-board-metrics div {
    display: block;
}

.ll-seo-board-metrics strong {
    display: block;
    margin-top: 0.18rem;
}

.ll-seo-insight-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.2rem;
}

.ll-seo-insight-list article {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.9rem;
    background: #f8fafc;
    border: 1px solid #edf1f5;
    border-radius: 1rem;
}

.ll-seo-insight-list strong,
.ll-seo-insight-list span {
    display: block;
}

.ll-seo-insight-list strong {
    color: var(--ll-seo-navy);
    font-weight: 900;
}

.ll-seo-insight-list span {
    margin-top: 0.18rem;
    color: var(--ll-seo-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.ll-seo-tools-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
}

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

.ll-seo-tool-tile {
    padding: 1.1rem;
}

.ll-seo-tool-tile--large {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
    background:
        radial-gradient(circle at top right, rgba(255, 207, 120, 0.24), transparent 16rem),
        #ffffff;
    border-color: #eadfb8;
}

.ll-seo-aus-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.ll-seo-aus-panel {
    overflow: hidden;
}

.ll-seo-aus-image-placeholder {
    min-height: 240px;
    border-radius: 1.15rem 1.15rem 0 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.ll-seo-aus-image-placeholder i {
    display: block;
    margin-bottom: 0.5rem;
    color: #94a3b8;
    font-size: 2rem;
}

.ll-seo-aus-panel .ll-seo-check-list {
    padding: 0 1.15rem 1.15rem;
}

.ll-seo-final-cta {
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.ll-seo-final-card {
    position: relative;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3rem);
    text-align: center;
    border-color: #eadfb8;
    background:
        radial-gradient(circle at top left, rgba(255, 207, 120, 0.3), transparent 20rem),
        #ffffff;
}

.ll-seo-final-card .ll-seo-eyebrow {
    margin-left: auto;
    margin-right: auto;
}

.ll-seo-actions-centred {
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .ll-seo-hero-layout,
    .ll-seo-workflow-layout,
    .ll-seo-analytics-layout,
    .ll-seo-tools-layout,
    .ll-seo-aus-layout {
        grid-template-columns: 1fr;
    }

    .ll-seo-visual-shell {
        transform: none;
    }

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

@media (max-width: 991.98px) {
    .ll-seo-quick-stats,
    .ll-seo-board-metrics {
        grid-template-columns: 1fr;
    }

    .ll-seo-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .ll-seo-dashboard-main {
        grid-row: auto;
    }

    .ll-seo-tools-mosaic {
        grid-template-columns: 1fr 1fr;
    }

    .ll-seo-tool-tile--large {
        grid-row: auto;
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .ll-seo-hero {
        padding-top: 2.2rem;
    }

    .ll-seo-problem-grid,
    .ll-seo-tools-mosaic {
        grid-template-columns: 1fr;
    }

    .ll-seo-keyword-strip {
        justify-content: flex-start;
        border-radius: 1rem;
    }

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

    .ll-seo-actions {
        align-items: stretch;
    }

    .ll-seo-chart-placeholder,
    .ll-seo-board-placeholder,
    .ll-seo-aus-image-placeholder {
        min-height: 210px;
    }
}

@media (max-width: 575.98px) {
    .ll-seo-pill,
    .ll-seo-mini-pill {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .ll-seo-hero h1 {
        font-size: clamp(2.2rem, 12vw, 3.25rem);
    }

    .ll-seo-timeline-card::before {
        display: none;
    }

    .ll-seo-timeline-step,
    .ll-seo-insight-list article {
        grid-template-columns: 1fr;
    }

    .ll-seo-browser-bar strong {
        display: none;
    }
}

/* ==================================================
   LeaveLens SEO homepage v3
   Distinct landing page layout aligned to LeaveLens analytics theme.
   ================================================== */

.ll-seo-home--v3 {
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 28%, #fffdf8 100%);
    color: #1f2937;
    overflow: hidden;
}

.ll-seo-v3-hero {
    position: relative;
    padding: clamp(2.4rem, 1vw, 5.5rem) 0 2rem;
    background:
        radial-gradient(circle at 8% 6%, rgba(255, 207, 120, 0.34), transparent 24rem),
        radial-gradient(circle at 92% 2%, rgba(50, 102, 204, 0.10), transparent 26rem),
        linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
    border-bottom: 1px solid #eadfb8;
}

.ll-seo-v3-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(31, 53, 81, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 53, 81, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.45), transparent 75%);
}

.ll-seo-v3-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
    gap: clamp(1.5rem, 4vw, 3.4rem);
    align-items: center;
}

.ll-seo-v3-hero-copy {
    max-width: 780px;
}

.ll-seo-v3-badge-row,
.ll-seo-v3-actions,
.ll-seo-v3-search-strip,
.ll-seo-v3-centred-action {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
}

.ll-seo-v3-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid #efd89b;
    border-radius: 999px;
    background: #fffaf0;
    color: #6b4b00;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ll-seo-v3-pill--soft {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #475569;
}

.ll-seo-v3-hero h1 {
    margin: 1.05rem 0 1rem;
    max-width: 800px;
    color: #1f2937;
    font-size: clamp(2.45rem, 5.5vw, 5.25rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    font-weight: 950;
}

.ll-seo-v3-lead {
    max-width: 720px;
    margin: 0;
    color: #475569;
    font-size: clamp(1.02rem, 1.45vw, 1.2rem);
    line-height: 1.72;
}

.ll-seo-v3-actions {
    margin-top: 1.55rem;
}

.ll-seo-v3-btn-primary,
.ll-seo-v3-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.82rem 1.22rem;
    font-weight: 900;
    min-height: 48px;
}

.ll-seo-v3-btn-primary {
    border-color: #ffcf78;
    background: #ffcf78;
    color: #1f2937;
    box-shadow: 0 12px 22px rgba(122, 86, 0, 0.14);
}

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

.ll-seo-v3-btn-secondary {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #334155;
}

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

.ll-seo-v3-proof-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.ll-seo-v3-proof-row > div {
    padding: 0.95rem;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.035);
}

.ll-seo-v3-proof-row strong,
.ll-seo-v3-proof-row span {
    display: block;
}

.ll-seo-v3-proof-row strong {
    color: #1f2937;
    font-size: 0.93rem;
}

.ll-seo-v3-proof-row span {
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.4;
}

.ll-seo-v3-command-centre,
.ll-seo-v3-report-board,
.ll-seo-v3-final-card,
.ll-seo-v3-st4s-card,
.ll-seo-v3-provider-card,
.ll-seo-v3-tool-card,
.ll-seo-v3-mini-tool,
.ll-seo-v3-platform-cards > div,
.ll-seo-v3-feature-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.ll-seo-v3-command-centre {
    position: relative;
    padding: 1rem;
    border-color: #eadfb8;
    background:
        radial-gradient(circle at top left, rgba(255,207,120,0.28), transparent 16rem),
        #ffffff;
    transform: rotate(1deg);
}

.ll-seo-v3-command-centre::after {
    content: "";
    position: absolute;
    inset: 1.1rem -0.8rem -0.9rem 1.1rem;
    border-radius: 1.4rem;
    background: rgba(255, 207, 120, 0.14);
    z-index: -1;
}

.ll-seo-v3-command-header,
.ll-seo-v3-report-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.ll-seo-v3-command-header span,
.ll-seo-v3-report-header span {
    display: block;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.ll-seo-v3-command-header strong,
.ll-seo-v3-report-header strong {
    display: block;
    color: #1f2937;
    font-size: 1.05rem;
}

.ll-seo-v3-command-header em {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: #f0fdf4;
    color: #15803d;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
}

.ll-seo-v3-command-header em span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #16a34a;
}

.ll-seo-v3-command-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
}

.ll-seo-v3-student-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.85rem;
    border: 1px solid #eef2f6;
    border-radius: 0.95rem;
    background: #f8fafc;
}

.ll-seo-v3-avatar-placeholder {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e2e8f0, #fff7e1);
    border: 1px solid #d7dde4;
}

.ll-seo-v3-student-card strong,
.ll-seo-v3-student-card span,
.ll-seo-v3-student-card b {
    display: block;
}

.ll-seo-v3-student-card strong {
    color: #1f2937;
    font-size: 0.92rem;
}

.ll-seo-v3-student-card span {
    color: #64748b;
    font-size: 0.82rem;
}

.ll-seo-v3-student-card b {
    color: #15803d;
    font-size: 0.8rem;
}

.ll-seo-v3-chart-card,
.ll-seo-v3-report-placeholder,
.ll-seo-v3-video-shell {
    position: relative;
    overflow: hidden;
    border: 1px dashed #d7dde4;
    border-radius: 1rem;
    background:
        linear-gradient(135deg, rgba(248,250,252,0.95), rgba(255,250,240,0.95));
}

.ll-seo-v3-chart-card {
    min-height: 260px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ll-seo-v3-chart-card > span,
.ll-seo-v3-report-placeholder span {
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 700;
}

.ll-seo-v3-mini-chart {
    display: flex;
    align-items: flex-end;
    gap: 0.55rem;
    height: 150px;
    margin-top: 1rem;
}

.ll-seo-v3-mini-chart i {
    flex: 1;
    border-radius: 999px 999px 0.35rem 0.35rem;
    background: linear-gradient(180deg, #ffcf78, #f5bd55);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

.ll-seo-v3-mini-metrics,
.ll-seo-v3-report-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.ll-seo-v3-mini-metrics > div,
.ll-seo-v3-report-metrics > div {
    padding: 0.75rem;
    border: 1px solid #eef2f6;
    border-radius: 0.85rem;
    background: #fff;
}

.ll-seo-v3-mini-metrics span,
.ll-seo-v3-report-metrics span,
.ll-seo-v3-mini-metrics strong,
.ll-seo-v3-report-metrics strong {
    display: block;
}

.ll-seo-v3-mini-metrics span,
.ll-seo-v3-report-metrics span {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 700;
}

.ll-seo-v3-mini-metrics strong,
.ll-seo-v3-report-metrics strong {
    margin-top: 0.2rem;
    color: #1f2937;
    font-size: 1.05rem;
    font-weight: 900;
}

.ll-seo-v3-search-strip {
    position: relative;
    z-index: 1;
    margin-top: clamp(1.5rem, 3vw, 2.2rem);
    padding: 0.8rem;
    border: 1px solid #eadfb8;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.035);
}

.ll-seo-v3-search-strip span {
    display: inline-flex;
    padding: 0.42rem 0.68rem;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.8rem;
    font-weight: 800;
}

.ll-seo-v3-section {
    padding: clamp(2.8rem, 5vw, 5.3rem) 0;
}

.ll-seo-v3-section--white {
    background: #ffffff;
}

.ll-seo-v3-section--warm {
    background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
    border-top: 1px solid #f4ead0;
    border-bottom: 1px solid #f4ead0;
}

.ll-seo-v3-section--trust {
    background: linear-gradient(135deg, #1f2937 0%, #1f3551 100%);
    color: #fff;
}

.ll-seo-v3-section--suite {
    background:
        radial-gradient(circle at 10% 0%, rgba(255,207,120,0.23), transparent 20rem),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.ll-seo-v3-section-head {
    max-width: 860px;
    margin-bottom: 1.5rem;
}

.ll-seo-v3-section-head--centred {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ll-seo-v3-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #7a5600;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.ll-seo-v3-section--trust .ll-seo-v3-eyebrow {
    color: #ffcf78;
}

.ll-seo-v3-section h2,
.ll-seo-v3-final-card h2 {
    margin: 0;
    color: #1f2937;
    font-size: clamp(1.75rem, 3.2vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
    font-weight: 950;
}

.ll-seo-v3-section--trust h2,
.ll-seo-v3-section--trust p,
.ll-seo-v3-section--trust .ll-seo-v3-check-list li {
    color: #fff;
}

.ll-seo-v3-section-head p,
.ll-seo-v3-video-copy p,
.ll-seo-v3-analytics-copy p,
.ll-seo-v3-platform-copy p,
.ll-seo-v3-trust-copy p,
.ll-seo-v3-final-card p {
    margin: 0.75rem 0 0;
    color: #64748b;
    line-height: 1.72;
    font-size: 1rem;
}

.ll-seo-v3-section--trust .ll-seo-v3-trust-copy p {
    color: rgba(255,255,255,0.78);
}

.ll-seo-v3-video-grid,
.ll-seo-v3-analytics-grid,
.ll-seo-v3-trust-grid,
.ll-seo-v3-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 2.3rem);
    align-items: center;
}

.ll-seo-v3-video-shell {
    min-height: 360px;
    background: #111827;
    box-shadow: 0 18px 50px rgba(16,24,40,0.16);
}

.ll-seo-v3-video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    background: linear-gradient(135deg, #1f2937, #30455c);
}

.ll-seo-v3-video-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(15,23,42,0.08), rgba(15,23,42,0.28));
}

.ll-seo-v3-video-overlay span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 0.9rem;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    color: #1f2937;
    font-size: 0.88rem;
    font-weight: 900;
}

.ll-seo-v3-check-list {
    display: grid;
    gap: 0.65rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.ll-seo-v3-check-list li {
    display: grid;
    grid-template-columns: 1.15rem minmax(0, 1fr);
    gap: 0.55rem;
    align-items: start;
    color: #475569;
    line-height: 1.55;
}

.ll-seo-v3-check-list i {
    color: #b07a00;
    margin-top: 0.22rem;
}

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

.ll-seo-v3-feature-card {
    padding: 1.15rem;
}

.ll-seo-v3-feature-card--wide {
    grid-column: span 2;
    background:
        radial-gradient(circle at top left, rgba(255,207,120,0.28), transparent 14rem),
        #fff;
    border-color: #eadfb8;
}

.ll-seo-v3-card-icon {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.85rem;
    border-radius: 50%;
    background: #fff7e1;
    color: #b7791f;
}

.ll-seo-v3-feature-card h3,
.ll-seo-v3-provider-card h3,
.ll-seo-v3-tool-card h3 {
    margin: 0;
    color: #1f2937;
    font-size: 1.05rem;
    font-weight: 900;
}

.ll-seo-v3-feature-card p,
.ll-seo-v3-provider-card p,
.ll-seo-v3-tool-card p,
.ll-seo-v3-mini-tool span,
.ll-seo-v3-platform-cards span {
    margin: 0.5rem 0 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.58;
}

.ll-seo-v3-report-board {
    padding: 1rem;
}

.ll-seo-v3-report-placeholder {
    min-height: 330px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 1rem;
    margin-bottom: 0.85rem;
}

.ll-seo-v3-report-placeholder i {
    display: block;
    color: #b07a00;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.ll-seo-v3-insight-list {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.15rem;
}

.ll-seo-v3-insight-list article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.9rem;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.035);
}

.ll-seo-v3-insight-list i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff7e1;
    color: #b7791f;
}

.ll-seo-v3-insight-list strong,
.ll-seo-v3-insight-list span {
    display: block;
}

.ll-seo-v3-insight-list strong {
    color: #1f2937;
}

.ll-seo-v3-insight-list span {
    margin-top: 0.2rem;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.45;
}

.ll-seo-v3-st4s-card {
    justify-self: end;
    max-width: 360px;
    padding: 1.4rem;
    text-align: center;
    border-color: rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.ll-seo-v3-st4s-card img {
    display: block;
    max-width: 150px;
    margin: 0 auto 1rem;
}

.ll-seo-v3-st4s-card strong,
.ll-seo-v3-st4s-card span {
    display: block;
}

.ll-seo-v3-st4s-card strong {
    color: #fff;
    font-size: 1.05rem;
}

.ll-seo-v3-st4s-card span {
    margin-top: 0.35rem;
    color: rgba(255,255,255,0.72);
    font-size: 0.88rem;
}

.ll-seo-v3-provider-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.ll-seo-v3-provider-card {
    padding: 1.2rem;
}

.ll-seo-v3-provider-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 56px;
    margin-bottom: 0.7rem;
}

.ll-seo-v3-provider-logo-wrap img {
    max-height: 42px;
    max-width: 190px;
    object-fit: contain;
}

.ll-seo-v3-suite-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.7rem 0 1rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #efd89b;
    border-radius: 999px;
    background: #fffaf0;
    color: #6b4b00;
}

.ll-seo-v3-suite-label i {
    color: #b7791f;
}

.ll-seo-v3-suite-label strong {
    font-weight: 900;
}

.ll-seo-v3-suite-label span {
    color: #64748b;
    font-size: 0.86rem;
    font-weight: 700;
}

.ll-seo-v3-suite-label--free {
    margin-top: 2rem;
    border-color: #dbeafe;
    background: #eff6ff;
    color: #1d4ed8;
}

.ll-seo-v3-suite-label--free i {
    color: #1d4ed8;
}

.ll-seo-v3-suite-grid {
    display: grid;
    gap: 1rem;
}

.ll-seo-v3-suite-grid--featured {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ll-seo-v3-suite-grid--free {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ll-seo-v3-tool-card {
    position: relative;
    overflow: hidden;
    padding: 1rem;
    min-height: 220px;
}

.ll-seo-v3-tool-head {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.8rem;
}

.ll-seo-v3-tool-head img,
.ll-seo-v3-mini-tool img {
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain;
}

.ll-seo-v3-tool-card > span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.85rem;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
}

.ll-seo-v3-tool-card--soon {
    padding-top: 2.2rem;
}

.ll-seo-v3-coming-ribbon {
    position: absolute;
    top: 0.8rem;
    right: -2.4rem;
    transform: rotate(35deg);
    width: 9rem;
    text-align: center;
    padding: 0.2rem;
    background: #ffcf78;
    color: #5f4300;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ll-seo-v3-mini-tool {
    display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr);
    column-gap: 0.7rem;
    row-gap: 0.25rem;
    padding: 0.9rem;
    color: inherit;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.ll-seo-v3-mini-tool:hover,
.ll-seo-v3-mini-tool:focus {
    transform: translateY(-2px);
    border-color: #efd89b;
    background: #fffaf0;
    color: inherit;
    text-decoration: none;
}

.ll-seo-v3-mini-tool img {
    grid-row: span 2;
}

.ll-seo-v3-mini-tool strong {
    color: #1f2937;
    font-size: 0.95rem;
}

.ll-seo-v3-mini-tool span {
    margin: 0;
    font-size: 0.8rem;
}

.ll-seo-v3-centred-action {
    justify-content: center;
    margin-top: 1.4rem;
}

.ll-seo-v3-centred-action img {
    height: 20px;
}

.ll-seo-v3-platform-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.ll-seo-v3-platform-cards > div {
    padding: 1rem;
}

.ll-seo-v3-platform-cards i {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.75rem;
    border-radius: 50%;
    background: #fff7e1;
    color: #b7791f;
    font-size: 1.2rem;
}

.ll-seo-v3-platform-cards strong,
.ll-seo-v3-platform-cards span {
    display: block;
}

.ll-seo-v3-platform-cards strong {
    color: #1f2937;
}

.ll-seo-v3-final-cta {
    padding: clamp(2.8rem, 5vw, 5.3rem) 0;
    background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
}

.ll-seo-v3-final-card {
    position: relative;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3rem);
    text-align: center;
    border-color: #eadfb8;
    background:
        radial-gradient(circle at top left, rgba(255, 207, 120, 0.3), transparent 20rem),
        #ffffff;
}

.ll-seo-v3-actions--centred {
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .ll-seo-v3-hero-grid,
    .ll-seo-v3-video-grid,
    .ll-seo-v3-analytics-grid,
    .ll-seo-v3-trust-grid,
    .ll-seo-v3-platform-grid {
        grid-template-columns: 1fr;
    }

    .ll-seo-v3-command-centre {
        transform: none;
    }

    .ll-seo-v3-feature-grid,
    .ll-seo-v3-suite-grid--featured,
    .ll-seo-v3-suite-grid--free {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ll-seo-v3-st4s-card {
        justify-self: start;
    }
}

@media (max-width: 991.98px) {
    .ll-seo-v3-proof-row,
    .ll-seo-v3-provider-grid,
    .ll-seo-v3-platform-cards {
        grid-template-columns: 1fr;
    }

    .ll-seo-v3-feature-card--wide {
        grid-column: auto;
    }
}

@media (max-width: 767.98px) {
    .ll-seo-v3-hero {
        padding-top: 2rem;
    }

    .ll-seo-v3-search-strip {
        border-radius: 1rem;
        justify-content: flex-start;
    }

    .ll-seo-v3-feature-grid,
    .ll-seo-v3-suite-grid--featured,
    .ll-seo-v3-suite-grid--free,
    .ll-seo-v3-mini-metrics,
    .ll-seo-v3-report-metrics {
        grid-template-columns: 1fr;
    }

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

    .ll-seo-v3-actions,
    .ll-seo-v3-centred-action {
        align-items: stretch;
    }

    .ll-seo-v3-video,
    .ll-seo-v3-video-shell,
    .ll-seo-v3-report-placeholder,
    .ll-seo-v3-chart-card {
        min-height: 240px;
    }
}

@media (max-width: 575.98px) {
    .ll-seo-v3-pill {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .ll-seo-v3-hero h1 {
        font-size: clamp(2.2rem, 12vw, 3.3rem);
    }

    .ll-seo-v3-student-card,
    .ll-seo-v3-insight-list article,
    .ll-seo-v3-mini-tool {
        grid-template-columns: 1fr;
    }

    .ll-seo-v3-tool-head {
        align-items: flex-start;
    }
}


/* =====================================
   LeaveLens homepage refinements v4
   ===================================== */
.ll-seo-v3-preview-figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid #e7ebf0;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);
}

.ll-seo-v3-preview-image {
    display: block;
    width: 100%;
    min-height: 300px;
    max-height: 390px;
    object-fit: cover;
    background: linear-gradient(135deg, #eef2f7, #fff7e1);
}

.ll-seo-v3-preview-caption {
    padding: 0.8rem 0.95rem;
    border-top: 1px solid #eef2f6;
    color: #64748b;
    font-size: 0.83rem;
    line-height: 1.45;
    background: rgba(255,255,255,0.96);
}

.ll-seo-v3-mini-metrics--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ll-seo-v3-check-list--dark li {
    color: #475569;
}

.ll-seo-v3-platform-cards--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}

.ll-seo-v3-platform-cards--four > div {
    padding: 1.25rem;
    min-height: 220px;
}

.ll-seo-v3-platform-cards--four i {
    width: 4.25rem;
    height: 4.25rem;
    margin-bottom: 1rem;
    border-radius: 1.1rem;
    background: linear-gradient(180deg, #fff7e1 0%, #ffefc9 100%);
    color: #1f3551;
    font-size: 1.7rem;
    box-shadow: inset 0 0 0 1px rgba(234, 223, 184, 0.9);
}

.ll-seo-v3-platform-cards--four strong {
    font-size: 1.35rem;
    line-height: 1.1;
    margin-bottom: 0.55rem;
}

.ll-seo-v3-platform-cards--four span {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .ll-seo-v3-mini-metrics--four,
    .ll-seo-v3-platform-cards--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .ll-seo-v3-mini-metrics--four,
    .ll-seo-v3-platform-cards--four {
        grid-template-columns: 1fr;
    }

    .ll-seo-v3-platform-cards--four > div {
        min-height: auto;
    }

    .ll-seo-v3-preview-image {
        min-height: 220px;
    }
}

/* =====================================
   LeaveLens SEO homepage
   ===================================== */
.ll-seo-home--v3,
.ll-seo-v3-hero {
    overflow-x: clip;
}

/*.ll-seo-v3-hero .container {
    max-width: min(1500px, calc(100% - 2rem));
    overflow: visible;
}*/

.ll-seo-v3-proof-band {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: clamp(1.5rem, 3vw, 2.3rem);
    width: 100%;
}

.ll-seo-v3-proof-band article {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
    min-width: 0;
    min-height: 132px;
    padding: 1.2rem 1.25rem;
    border: 1px solid #e9ecef;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.035);
}

.ll-seo-v3-proof-band i {
    display: grid;
    place-items: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    background: #fff7e1;
    color: #b7791f;
    border: 1px solid #efd89b;
    font-size: 1.15rem;
}

.ll-seo-v3-proof-band strong,
.ll-seo-v3-proof-band span {
    display: block;
}

.ll-seo-v3-proof-band strong {
    color: #1f2937;
    font-size: 1.05rem;
    font-weight: 950;
    line-height: 1.15;
}

.ll-seo-v3-proof-band span {
    margin-top: 0.45rem;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.48;
}

.ll-seo-v3-usecase-panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(300px, 0.44fr) minmax(0, 0.56fr);
    gap: 1rem;
    align-items: center;
    margin-top: 1.35rem;
    padding: 1.1rem 1.2rem;
    border: 1px solid #eadfb8;
    border-radius: 1.45rem;
    background:
        radial-gradient(circle at top left, rgba(255, 207, 120, 0.16), transparent 20rem),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.035);
}

.ll-seo-v3-usecase-intro {
    display: grid;
    grid-template-columns: 3.1rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    min-width: 0;
}

.ll-seo-v3-usecase-intro > i {
    display: grid;
    place-items: center;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 1rem;
    background: #fff7e1;
    color: #b7791f;
    border: 1px solid #efd89b;
}

.ll-seo-v3-usecase-intro strong,
.ll-seo-v3-usecase-intro span {
    display: block;
}

.ll-seo-v3-usecase-intro strong {
    color: #1f2937;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.2;
}

.ll-seo-v3-usecase-intro span {
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.42;
}

.ll-seo-v3-usecase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    min-width: 0;
}

.ll-seo-v3-usecase-grid span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    padding: 0.62rem 0.72rem;
    border: 1px solid #eef2f6;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.84rem;
    font-weight: 850;
    line-height: 1.15;
    white-space: nowrap;
}

.ll-seo-v3-usecase-grid i {
    color: #b7791f;
    font-size: 0.9rem;
}

@media (max-width: 1199.98px) {
    .ll-seo-v3-usecase-panel {
        grid-template-columns: 1fr;
    }

    .ll-seo-v3-usecase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .ll-seo-v3-proof-band {
        grid-template-columns: 1fr;
    }

    .ll-seo-v3-proof-band article {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .ll-seo-v3-hero {
        padding-top: 1.45rem;
        padding-bottom: 1.6rem;
    }

    .ll-seo-v3-hero .container {
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        overflow: hidden;
    }

    .ll-seo-v3-badge-row {
        gap: 0.55rem;
    }

    .ll-seo-v3-pill {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        justify-content: center;
        text-align: center;
        white-space: normal;
        overflow-wrap: normal;
        line-height: 1.25;
        padding: 0.55rem 0.7rem;
    }

    .ll-seo-v3-hero h1 {
        max-width: 100%;
        font-size: clamp(2.35rem, 10.6vw, 3.05rem);
        line-height: 1.03;
        letter-spacing: -0.052em;
        overflow-wrap: normal;
    }

    .ll-seo-v3-lead {
        max-width: 100%;
        font-size: 1rem;
        line-height: 1.62;
    }

    .ll-seo-v3-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .ll-seo-v3-btn-primary,
    .ll-seo-v3-btn-secondary {
        width: 100%;
        min-width: 0;
    }

    .ll-seo-v3-proof-band {
        gap: 0.75rem;
        margin-top: 1.15rem;
    }

    .ll-seo-v3-proof-band article {
        grid-template-columns: 2.75rem minmax(0, 1fr);
        padding: 0.95rem;
        border-radius: 1rem;
    }

    .ll-seo-v3-proof-band i {
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 0.85rem;
    }

    .ll-seo-v3-proof-band span {
        font-size: 0.88rem;
    }

    .ll-seo-v3-usecase-panel {
        margin-top: 1rem;
        border-radius: 1.15rem;
        padding: 0.95rem;
    }

    .ll-seo-v3-usecase-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .ll-seo-v3-usecase-grid span {
        width: 100%;
        border-radius: 0.85rem;
        justify-content: flex-start;
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 575.98px) {
    .ll-seo-v3-hero h1 {
        font-size: clamp(2.18rem, 10.2vw, 2.85rem);
    }

    .ll-seo-v3-usecase-intro {
        grid-template-columns: 1fr;
        text-align: left;
    }
}


.ll-seo-v3-platform-cards--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}

.ll-seo-v3-platform-cards--four > div {
    padding: 1.35rem;
    min-height: 240px;
}

.ll-seo-v3-platform-cards--four .ll-platform-icon-stack {
    display: inline-block;
    margin-bottom: 1.05rem;
    line-height: 1;
}

.ll-seo-v3-platform-cards--four .ll-platform-icon-stack i {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
    box-shadow: none;
}

.ll-seo-v3-platform-cards--four .ll-platform-icon-stack .fa-inverse {
    color: #ffffff;
}

.ll-seo-v3-platform-cards--four strong {
    display: block;
    color: #1f2937;
    font-size: 1.35rem;
    line-height: 1.1;
    margin-bottom: 0.55rem;
}

.ll-seo-v3-platform-cards--four span:not(.fa-stack) {
    display: block;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.65;
}
.ll-seo-v3-report-image-wrap {
    overflow: hidden;
    margin-bottom: 0.85rem;
    border: 1px solid #e7ebf0;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.045);
    min-height: 450px;
}

.ll-seo-v3-report-image {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top center;
}

/* ==================================================
   LeaveLens SEO homepage video section update
   Larger autoplay workflow video
   ================================================== */

.ll-seo-v3-video-grid {
    display: grid;
    grid-template-columns: minmax(340px, 0.72fr) minmax(620px, 1.28fr);
    gap: clamp(1.5rem, 4vw, 3.4rem);
    align-items: center;
}

.ll-seo-v3-video-copy {
    max-width: 620px;
}
.ll-seo-v3-video-shell {
    position: relative;
    min-height: 500px;
    aspect-ratio: 16 / 9;
    padding: 0.6rem;
    border: 1px solid #e2e8f0;
    border-radius: 1.45rem;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 22px 55px rgba(16, 24, 40, 0.14), 0 8px 20px rgba(16, 24, 40, 0.08);
    outline: none;
}

    .ll-seo-v3-video-shell::before {
        content: "";
        position: absolute;
        inset: 0.6rem;
        z-index: 2;
        pointer-events: none;
        border-radius: 1rem;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
    }

.ll-seo-v3-video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 488px;
    object-fit: cover;
    object-position: center center;
    border: 0;
    border-radius: 1rem;
    background: #ffffff;
    outline: none;
}

    .ll-seo-v3-video:focus,
    .ll-seo-v3-video:focus-visible {
        outline: none;
    }

.ll-seo-v3-video-overlay--subtle {
    align-items: end;
    justify-items: start;
    place-items: end start;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.08));
}

.ll-seo-v3-video-overlay--subtle span {
    opacity: 0.88;
    font-size: 0.82rem;
    padding: 0.5rem 0.72rem;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1400px) {
    .ll-seo-v3-video-shell {
        min-height: 540px;
    }

    .ll-seo-v3-video {
        min-height: 528px;
    }
}

@media (max-width: 1199.98px) {
    .ll-seo-v3-video-grid {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .ll-seo-v3-video-copy,
    .ll-seo-v3-video-shell {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .ll-seo-v3-video-shell {
        min-height: 440px;
        margin-top: 0.25rem;
    }

    .ll-seo-v3-video {
        min-height: 428px;
    }
}

@media (max-width: 767.98px) {
    .ll-seo-v3-video-shell {
        min-height: 260px;
        padding: 0.45rem;
    }

    .ll-seo-v3-video {
        min-height: 251px;
        border-radius: 0.85rem;
    }

    .ll-seo-v3-video-shell::before {
        inset: 0.45rem;
        border-radius: 0.85rem;
    }
}

@media (max-width: 575.98px) {
    .ll-seo-v3-video-shell,
    .ll-seo-v3-video {
        min-height: 230px;
    }

    .ll-seo-v3-video-overlay--subtle {
        padding: 0.75rem;
    }

    .ll-seo-v3-video-overlay--subtle span {
        font-size: 0.76rem;
        padding: 0.45rem 0.62rem;
    }
}

.ll-seo-v3-privacy-panel {
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
    padding: clamp(1.1rem, 2.5vw, 1.6rem);
    border: 1px solid #eadfb8;
    border-radius: 1.45rem;
    background: radial-gradient(circle at top left, rgba(255, 207, 120, 0.18), transparent 22rem), linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
    box-shadow: 0 12px 32px rgba(16, 24, 40, 0.045);
}

.ll-seo-v3-privacy-intro {
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.ll-seo-v3-privacy-icon {
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 1.15rem;
    background: #fff7e1;
    color: #b7791f;
    border: 1px solid #efd89b;
    font-size: 1.45rem;
}

.ll-seo-v3-privacy-intro h3 {
    margin: 0;
    max-width: 58rem;
    color: #1f2937;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 950;
}

.ll-seo-v3-privacy-intro p {
    max-width: 72rem;
    margin: 0.7rem 0 0;
    color: #475569;
    font-size: 1rem;
    line-height: 1.72;
}

.ll-seo-v3-privacy-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.25rem;
}

    .ll-seo-v3-privacy-grid article {
        padding: 1rem;
        border: 1px solid #e9ecef;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.88);
        box-shadow: 0 10px 24px rgba(16, 24, 40, 0.035);
    }

        .ll-seo-v3-privacy-grid article > i {
            display: grid;
            place-items: center;
            width: 2.75rem;
            height: 2.75rem;
            margin-bottom: 0.8rem;
            border-radius: 0.9rem;
            background: #f8fafc;
            color: #1f3551;
            border: 1px solid #e2e8f0;
            font-size: 1rem;
        }

    .ll-seo-v3-privacy-grid strong,
    .ll-seo-v3-privacy-grid span {
        display: block;
    }

    .ll-seo-v3-privacy-grid strong {
        color: #1f2937;
        font-size: 1rem;
        font-weight: 950;
        line-height: 1.18;
    }

    .ll-seo-v3-privacy-grid span {
        margin-top: 0.45rem;
        color: #64748b;
        font-size: 0.9rem;
        line-height: 1.5;
    }

@media (max-width: 1199.98px) {
    .ll-seo-v3-privacy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .ll-seo-v3-privacy-intro {
        grid-template-columns: 1fr;
    }

    .ll-seo-v3-privacy-grid {
        grid-template-columns: 1fr;
    }
}


.ll-demo-quick-steps {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.2rem;
}

    .ll-demo-quick-steps article {
        display: grid;
        grid-template-columns: 3.4rem minmax(0, 1fr);
        gap: 0.9rem;
        align-items: center;
        padding: 0.95rem 1rem;
        border: 1px solid #e9ecef;
        border-radius: 1.15rem;
        background: #ffffff;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.035);
    }

        .ll-demo-quick-steps article > span {
            display: grid;
            place-items: center;
            width: 3.4rem;
            height: 3.4rem;
            border-radius: 50%;
            background: #ffcf78;
            color: #1f2937;
            font-size: 1.45rem;
            font-weight: 950;
            box-shadow: 0 10px 22px rgba(122, 86, 0, 0.14);
        }

    .ll-demo-quick-steps strong {
        display: block;
        color: #1f2937;
        font-size: 1.35rem;
        font-weight: 950;
        line-height: 1.05;
    }

    .ll-demo-quick-steps p {
        margin: 0.25rem 0 0;
        color: #64748b;
        font-size: 0.94rem;
        line-height: 1.45;
    }

.ll-demo-speed-note {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1rem;
    padding: 0.65rem 0.85rem;
    border: 1px solid #efd89b;
    border-radius: 999px;
    background: #fffaf0;
    color: #6b4b00;
    font-size: 0.9rem;
    font-weight: 850;
    line-height: 1.3;
}

    .ll-demo-speed-note i {
        color: #b7791f;
    }

@media (max-width: 575.98px) {
    .ll-demo-quick-steps article {
        grid-template-columns: 3rem minmax(0, 1fr);
        padding: 0.85rem;
    }

        .ll-demo-quick-steps article > span {
            width: 3rem;
            height: 3rem;
            font-size: 1.25rem;
        }

    .ll-demo-quick-steps strong {
        font-size: 1.15rem;
    }

    .ll-demo-speed-note {
        align-items: flex-start;
        border-radius: 1rem;
    }
}

.ll-seo-v3-wonde-supported-panel {
    margin-top: 1.25rem;
    padding: clamp(1.15rem, 2.4vw, 1.6rem);
    border: 1px solid #eadfb8;
    border-radius: 1.45rem;
    background: radial-gradient(circle at top left, rgba(255, 207, 120, 0.18), transparent 22rem), linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
    box-shadow: 0 12px 32px rgba(16, 24, 40, 0.045);
}

.ll-seo-v3-wonde-supported-copy {
    max-width: 880px;
}

    .ll-seo-v3-wonde-supported-copy h3 {
        margin: 0;
        color: #1f2937;
        font-size: clamp(1.35rem, 2.2vw, 2.1rem);
        line-height: 1.08;
        letter-spacing: -0.035em;
        font-weight: 950;
    }

    .ll-seo-v3-wonde-supported-copy p {
        margin: 0.7rem 0 0;
        color: #475569;
        font-size: 1rem;
        line-height: 1.72;
    }

.ll-seo-v3-wonde-system-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 1.2rem;
}

    .ll-seo-v3-wonde-system-grid span {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        min-width: 0;
        padding: 0.72rem 0.85rem;
        border: 1px solid #eef2f6;
        border-radius: 999px;
        background: #ffffff;
        color: #1f2937;
        font-size: 0.9rem;
        font-weight: 900;
        line-height: 1.15;
        box-shadow: 0 8px 20px rgba(16, 24, 40, 0.03);
    }

    .ll-seo-v3-wonde-system-grid i {
        color: #b7791f;
        font-size: 0.9rem;
    }

.ll-seo-v3-wonde-system-more {
    grid-column: span 2;
    background: #fffaf0 !important;
    border-color: #efd89b !important;
    color: #6b4b00 !important;
}

.ll-seo-v3-wonde-supported-note {
    display: grid;
    grid-template-columns: 2.3rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid #dbeafe;
    border-radius: 1rem;
    background: #eff6ff;
    color: #1d4ed8;
}

    .ll-seo-v3-wonde-supported-note i {
        display: grid;
        place-items: center;
        width: 2.3rem;
        height: 2.3rem;
        border-radius: 50%;
        background: #dbeafe;
        color: #1d4ed8;
    }

    .ll-seo-v3-wonde-supported-note span {
        color: #334155;
        font-size: 0.92rem;
        line-height: 1.55;
    }

@media (max-width: 1199.98px) {
    .ll-seo-v3-wonde-system-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ll-seo-v3-wonde-system-more {
        grid-column: span 3;
    }
}

@media (max-width: 767.98px) {
    .ll-seo-v3-wonde-system-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ll-seo-v3-wonde-system-more {
        grid-column: span 2;
    }
}

@media (max-width: 575.98px) {
    .ll-seo-v3-wonde-system-grid {
        grid-template-columns: 1fr;
    }

        .ll-seo-v3-wonde-system-grid span,
        .ll-seo-v3-wonde-system-more {
            grid-column: auto;
            border-radius: 0.9rem;
        }

    .ll-seo-v3-wonde-supported-note {
        grid-template-columns: 1fr;
    }
}