.ll-landing,
.ll-landing * {
    box-sizing: border-box;
}

.ll-landing {
    --red: #e8473f;
    --red-dark: #c23530;
    --red-light: #fdf2f1;
    --green: #1d9e75;
    --border: #e5e7eb;
    --text: #1a1d23;
    --muted: #6b7280;
    --gray-50: #f8f9fa;
    --gray-100: #f1f3f5;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-700: #495057;
    --gray-900: #212529;
    --secondary: #ff9773;
    --sans: 'IBM Plex Sans', sans-serif;
    --serif: 'IBM Plex Serif', serif;
    color: var(--text);
    background: #fff;
    font-family: var(--sans);
    line-height: 1.5;
    overflow-x: hidden;
}

.ll-landing a {
    text-decoration: none;
}

.ll-dash-logo-text {
    color: var(--text);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.3px;
}

.ll-dash-logo-text span {
    color: var(--red);
}

.ll-soon {
    background: var(--red-light);
    border: 1px solid rgba(232, 71, 63, .2);
    border-radius: 4px;
    color: var(--red);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .8px;
    padding: 3px 9px;
    text-transform: uppercase;
}

.ll-btn-primary,
.ll-btn-ghost {
    font-family: var(--sans);
    transition: border-color .15s, color .15s, background .15s, transform .1s;
}

.ll-btn-primary {
    background: var(--red);
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 28px;
}

.ll-btn-docs {
    border: var(--red) 1px solid;
    color: var(--red);
}

.ll-btn-follow {
    border: var(--gray-700) 1px solid;
    color: var(--gray-700);
}

.ll-btn-primary:hover,
.ll-btn-primary:active {
    background: var(--red-dark) !important;
    color: #fff !important;
    /* transform: translateY(-1px) !important; */
}

.ll-btn-ghost {
    color: var(--muted);
    font-size: 14px;
    padding: 12px 28px;
}

.ll-hero {
    align-items: center;
    background:
        linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .94)),
        url('../images/bg/san-jose-m.avif') center / cover no-repeat;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 96px 48px 88px;
    position: relative;
    text-align: center;
}

.ll-hero::after {
    background: var(--border);
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.ll-eyebrow,
.ll-section-label {
    color: var(--red);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ll-eyebrow {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    margin-bottom: 22px;
    position: relative;
}

.ll-live-pip,
.ll-country-dot {
    animation: ll-blink 2s infinite;
    background: var(--red);
    border-radius: 50%;
    flex-shrink: 0;
    height: 7px;
    width: 7px;
}

@keyframes ll-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: .25; }
}

.ll-title,
.ll-section-title {
    color: var(--text);
    font-family: var(--serif);
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.12;
}

.ll-title {
    font-size: clamp(38px, 4.5vw, 56px);
    margin: 0 auto 22px;
    max-width: 680px;
    position: relative;
}

.ll-title em,
.ll-stat-num span {
    color: var(--red);
    font-style: normal;
}

.ll-hero-sub,
.ll-section-sub {
    color: var(--muted);
    font-weight: 300;
    line-height: 1.7;
}

.ll-hero-sub {
    font-size: 17px;
    margin: 0 auto 36px;
    max-width: 500px;
    position: relative;
}

.ll-note {
    color: var(--muted);
    font-size: 12px;
    margin-top: 14px;
    position: relative;
}

.ll-trust-bar {
    align-items: center;
    border-top: 1px solid var(--border);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 36px;
    padding-top: 32px;
    position: relative;
}

.ll-trust-item {
    align-items: center;
    color: var(--muted);
    display: flex;
    font-size: 13px;
    gap: 8px;
}

.ll-trust-sep {
    background: var(--border);
    height: 16px;
    width: 1px;
}

.ll-stats {
    background: #fff;
    border-bottom: 1px solid var(--border);
}

.ll-stat {
    border-right: 1px solid var(--border);
    padding: 20px 32px;
}

.ll-stat:last-child {
    border-right: 0;
}

.ll-stat-num {
    color: var(--text);
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -.5px;
}

.ll-stat-label,
.ll-country-status {
    color: var(--muted);
    font-size: 12px;
}

.ll-section,
.ll-countries,
.ll-cta {
    padding: 72px 48px;
}

.ll-section-muted {
    background: var(--gray-50);
    border-top: 1px solid var(--border);
    /* padding-top: 0; */
}

.ll-section-inner {
    margin: 0 auto;
    max-width: 960px;
}

.ll-section-title {
    font-size: clamp(24px, 2.5vw, 36px);
    letter-spacing: -.3px;
    margin: 10px 0 12px;
}

.ll-section-sub {
    font-size: 15px;
    max-width: 480px;
}

.ll-dash {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
    margin-top: 44px;
    overflow: hidden;
}

.ll-dash-topbar {
    align-items: center;
    background: var(--red);
    display: flex;
    height: 44px;
    justify-content: space-between;
    padding: 0 20px;
}

.ll-dash-logo-text {
    color: #fff;
    font-size: 14px;
}

.ll-dash-logo-text span {
    color: rgba(255, 255, 255, .75);
    font-weight: 400;
}

.ll-dash-nav {
    display: flex;
    gap: 24px;
}

.ll-dash-nav-item {
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
}

.ll-dash-nav-item.active {
    border-bottom: 2px solid #fff;
    color: #fff;
    padding-bottom: 2px;
}

.ll-dash-body {
    padding: 20px;
}

.ll-dash-search {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    margin-bottom: 14px;
    padding: 16px;
}

.ll-form-label,
.ll-filter-box span {
    color: var(--gray-700);
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 6px;
}

.ll-search-row {
    align-items: stretch;
}

.ll-input-icon {
    background: #fff;
    border: 1px solid var(--border);
    border-right: 0;
    color: var(--muted);
    height: 38px;
    width: 40px;
}

.ll-search-input {
    border: 1px solid var(--border);
    color: var(--gray-900);
    font-size: 13px;
    height: 38px;
    padding: 8px 12px;
}

.ll-search-input::placeholder {
    color: var(--gray-300);
}

.ll-search-input:focus,
.ll-filter-box .form-select:focus,
.ll-cta .form-control:focus {
    border-color: rgba(232, 71, 63, .45);
    box-shadow: 0 0 0 3px rgba(232, 71, 63, .12);
}

.ll-search-hint {
    color: var(--muted);
    font-size: 11px;
    margin: 8px 0 0;
    text-align: left;
}

.ll-search-btn {
    background: var(--red);
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    height: 38px;
    padding: 7px 18px;
    transition: background .15s, color .15s, transform .1s;
    white-space: nowrap;
}

.ll-search-btn:hover,
.ll-search-btn:focus {
    background: var(--red-dark);
    color: #fff;
}

.ll-chip {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
    color: var(--gray-700);
    font-size: 11px;
    line-height: 1.4;
    padding: 3px 10px;
}

.ll-chip:hover {
    border-color: rgba(232, 71, 63, .45);
    color: var(--red);
}

.ll-filters {
    margin: 0;
}

.ll-filter-box {
    color: var(--gray-700);
    font-size: 12px;
    min-width: 0;
}

.ll-filter-box .form-select {
    color: var(--gray-700);
    font-size: 12px;
    height: 38px;
}

.ll-filter-action-btn {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    gap: 6px;
    height: 38px;
    justify-content: center;
    line-height: 1;
    padding: 7px 18px;
    transition: background .15s, border-color .15s, color .15s, transform .1s;
    white-space: nowrap;
}

.ll-filter-action-btn.btn-outline-secondary {
    background: #fff;
    border: var(--secondary) 1px solid;
    color: var(--secondary);
}

.ll-filter-action-btn.btn-outline-secondary:hover,
.ll-filter-action-btn.btn-outline-secondary:focus {
    background: var(--secondary);
    color: #fff;
}

.ll-filter-action-btn.btn-success {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}

.ll-filter-action-btn.btn-success:hover,
.ll-filter-action-btn.btn-success:focus {
    background: #168762;
    border-color: #168762;
    color: #fff;
}

.ll-filter-action-btn i {
    font-size: 13px;
    line-height: 1;
}

.ll-table-wrap {
    overflow-x: auto;
}

.ll-table {
    margin-top: 4px;
    min-width: 840px;
}

.ll-table th {
    background: var(--gray-50);
    border-bottom: 1px solid var(--border);
    color: var(--muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 12px;
    text-align: left;
    text-transform: uppercase;
}

.ll-table td {
    color: var(--muted);
    font-size: 12px;
    padding: 11px 12px;
}

.ll-table td:first-child {
    color: var(--text);
    font-weight: 500;
    max-width: 260px;
}

.ll-mini {
    color: var(--muted);
    font-size: 10px;
    margin-bottom: 2px;
}

.ll-table .badge,
.ll-table .btn {
    font-size: 10px;
}

.ll-features {
    border: 1px solid var(--border);
    border-radius: 10px;
    margin-top: 44px;
    overflow: hidden;
}

.ll-feature {
    background: #fff;
    border-right: 1px solid var(--border);
    padding: 28px 24px;
}

.ll-feature:last-child {
    border-right: 0;
}

.ll-feature-icon {
    align-items: center;
    background: var(--red-light);
    border-radius: 8px;
    display: flex;
    font-size: 16px;
    height: 36px;
    justify-content: center;
    margin-bottom: 14px;
    width: 36px;
}

.ll-feature-icon.gray {
    background: var(--gray-100);
}

.ll-feature h3 {
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.ll-feature p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

.ll-soon {
    background: var(--gray-100);
    border-color: var(--gray-200);
    color: var(--muted);
    font-size: 9px;
    margin-left: 6px;
    padding: 2px 6px;
    vertical-align: middle;
}

.ll-countries {
    /* background: var(--gray-50); */
    border-bottom: 1px solid var(--border);
    border-top: 1px solid var(--border);
}

.ll-country-grid {
    margin-top: 36px;
}

.ll-country {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    padding: 18px 12px;
    position: relative;
    transition: border-color .15s;
}

.ll-country.live {
    background: var(--red-light);
    border-color: rgba(232, 71, 63, .4);
}

.ll-country-dot {
    height: 6px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 6px;
}

.ll-country-flag {
    font-size: 24px;
}

.ll-country-name {
    color: var(--text);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.ll-country.live .ll-country-status {
    color: var(--red);
    font-weight: 500;
}

.ll-cta {
    background: var(--gray-50);
    border-top: 1px solid var(--border);
    text-align: center;
}

.ll-cta .ll-section-sub,
.ll-cta .ll-sub-note,
.ll-cta .ll-waitlist span {
    color: #000;
}

.ll-cta .form-control {
    border-color: var(--border);
    color: var(--text);
    font-size: 13px;
    padding: 10px 16px;
}

.ll-newsletter-feedback {
    border-radius: 6px;
    display: none;
    font-size: 13px;
    line-height: 1.5;
    padding: 12px 16px;
}

.ll-newsletter-feedback.is-success,
.ll-newsletter-feedback.is-error {
    display: block;
}

.ll-newsletter-feedback.is-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.ll-newsletter-feedback.is-error {
    background: #fdf2f1;
    border: 1px solid rgba(232, 71, 63, .25);
    color: var(--red-dark);
}

.grecaptcha-badge {
    visibility: hidden;
}

.ll-recaptcha-note {
    color: var(--muted);
    font-size: 10px;
    line-height: 1.5;
    margin: 10px auto 0;
    max-width: 420px;
}

.ll-recaptcha-note a {
    color: var(--red);
    text-decoration: underline;
}

.ll-sub-note,
.ll-waitlist {
    color: var(--muted);
    font-size: 12px;
    margin-top: 12px;
}

.ll-waitlist {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    margin-top: 20px;
}

.ll-avatars {
    display: flex;
}

.ll-avatar {
    align-items: center;
    border: 1.5px solid #fff;
    border-radius: 50%;
    display: flex;
    font-size: 9px;
    font-weight: 600;
    height: 24px;
    justify-content: center;
    margin-left: -6px;
    width: 24px;
}

.ll-avatar:first-child {
    margin-left: 0;
}

.ll-avatar.r { background: var(--red-light); color: var(--red); }
.ll-avatar.g { background: #dcfce7; color: #16a34a; }
.ll-avatar.b { background: #dbeafe; color: #2563eb; }

@media (max-width: 900px) {
    .ll-dash-nav {
        display: none;
    }

    .ll-hero,
    .ll-section,
    .ll-countries,
    .ll-cta {
        padding-left: 24px;
        padding-right: 24px;
    }

    .ll-search-input {
        flex-basis: calc(100% - 40px);
    }

    .ll-search-btn {
        border-radius: 5px;
        justify-content: center;
        margin-top: 8px;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .ll-title {
        font-size: 36px;
    }

    .ll-filter-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ll-filter-actions .btn {
        justify-content: center;
        width: 100%;
    }

    .ll-stat,
    .ll-feature {
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .ll-trust-sep {
        display: none;
    }

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