.lc {
    --lc-space: #0f0c29;
    --lc-space-2: #242150;
    --lc-navy: #1e1f63;
    --lc-ink: #0f172a;
    --lc-muted: #5b6779;
    --lc-line: rgba(15, 23, 42, 0.08);
    --lc-purple: #7117f2;
    --lc-purple-dark: #5a0dc7;
    --lc-gold: #ffc857;
    --lc-cloud: #f8fafc;
    --lc-mono: ui-monospace, 'SF Mono', SFMono-Regular, Menlo, Consolas, monospace;
    background: #ffffff;
}

.lc-wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- Hero ---------- */

.lc-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--lc-space) 0%, var(--lc-navy) 55%, var(--lc-space-2) 100%);
    color: #ffffff;
    padding: calc(70px + 4.5rem) 0 0;
}

.lc-rain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.lc-rain span {
    position: absolute;
    top: -30%;
    width: 1px;
    height: 26%;
    background: linear-gradient(to bottom, transparent, currentColor 60%, transparent);
    color: rgba(255, 255, 255, 0.10);
    animation: lcRain var(--lc-rain-d, 13s) linear infinite;
}

.lc-rain span:nth-child(1)  { left: 6%;  --lc-rain-d: 15s; }
.lc-rain span:nth-child(2)  { left: 14%; --lc-rain-d: 11s; color: rgba(255, 255, 255, 0.16); }
.lc-rain span:nth-child(3)  { left: 23%; --lc-rain-d: 17s; }
.lc-rain span:nth-child(4)  { left: 34%; --lc-rain-d: 9s;  color: rgba(255, 200, 87, 0.30); }
.lc-rain span:nth-child(5)  { left: 45%; --lc-rain-d: 14s; color: rgba(255, 255, 255, 0.12); }
.lc-rain span:nth-child(6)  { left: 55%; --lc-rain-d: 10s; }
.lc-rain span:nth-child(7)  { left: 63%; --lc-rain-d: 16s; color: rgba(255, 255, 255, 0.18); }
.lc-rain span:nth-child(8)  { left: 71%; --lc-rain-d: 12s; }
.lc-rain span:nth-child(9)  { left: 79%; --lc-rain-d: 18s; color: rgba(255, 200, 87, 0.26); }
.lc-rain span:nth-child(10) { left: 86%; --lc-rain-d: 11s; color: rgba(255, 255, 255, 0.14); }
.lc-rain span:nth-child(11) { left: 92%; --lc-rain-d: 15s; }
.lc-rain span:nth-child(12) { left: 97%; --lc-rain-d: 13s; }

@keyframes lcRain {
    from { transform: translateY(0); }
    to { transform: translateY(560%); }
}

.lc-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3.5rem;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px 4.5rem;
}

.lc-geo {
    font-family: var(--lc-mono);
    font-size: 0.74rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lc-gold);
    margin: 0 0 1.4rem;
}

.lc-hero h1 {
    font-size: clamp(2.3rem, 4.6vw, 3.4rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.06;
    margin: 0 0 1.3rem;
    color: #ffffff;
    text-wrap: balance;
}

.lc-hero h1 span {
    color: var(--lc-gold);
}

.lc-hero-sub {
    font-size: 1.1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    max-width: 34rem;
    margin: 0 0 2.1rem;
}

.lc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin: 0 0 2.2rem;
}

.lc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 2.1rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.lc-btn--gold {
    background: var(--lc-gold);
    color: var(--lc-navy);
}

.lc-btn--gold:hover {
    background: #ffd885;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.lc-btn--ghost {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
}

.lc-btn--ghost:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.lc-hero a:focus-visible,
.lc-net a:focus-visible,
.lc-cta a:focus-visible {
    outline: 2px solid var(--lc-gold);
    outline-offset: 3px;
    border-radius: 4px;
}

.lc-hero-proof {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 0.7rem;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.lc-proof-label {
    font-family: var(--lc-mono);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.lc-hero-proof .sep {
    color: rgba(255, 200, 87, 0.65);
}

.lc-hero-photo {
    position: relative;
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(4, 2, 24, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.14);
    transform: rotate(0.6deg);
}

@media (prefers-reduced-motion: no-preference) {
    .lc-hero-photo {
        animation: lcSettle 1.1s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    @keyframes lcSettle {
        from { transform: rotate(0.6deg) translateY(14px) scale(1.02); }
        to { transform: rotate(0.6deg) translateY(0) scale(1); }
    }
}

.lc-hero-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    max-height: 460px;
    object-fit: cover;
}

.lc-hero-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(30, 31, 99, 0.28) 0%, rgba(15, 12, 41, 0) 45%, rgba(15, 12, 41, 0.55) 100%);
    pointer-events: none;
}

.lc-photo-tag {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 1.1rem 1.2rem 1rem;
}

.lc-photo-tag strong {
    font-family: var(--lc-mono);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
}

.lc-photo-tag span {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.75);
}

.lc-facts {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(4, 2, 24, 0.35);
}

.lc-facts-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 1.1rem 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 3rem;
}

.lc-facts p {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    margin: 0;
}

.lc-facts em {
    font-style: normal;
    font-family: var(--lc-mono);
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--lc-gold);
}

.lc-facts span {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.88);
}

/* ---------- Light sections ---------- */

.lc-sec {
    padding: 6.5rem 0;
    background: #ffffff;
}

.lc-sec--cloud {
    background: var(--lc-cloud);
}

.lc-sec h2 {
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--lc-ink);
    margin: 0 0 1.2rem;
    text-wrap: balance;
}

.lc-lead {
    color: var(--lc-muted);
    font-size: 1.06rem;
    line-height: 1.7;
    margin: 0 0 1.1rem;
}

.lc-lead a,
.lc-notes a,
.lc-faq a {
    color: var(--lc-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1.5px;
    margin: 0;
}

.lc-lead a:hover,
.lc-notes a:hover,
.lc-faq a:hover {
    color: var(--lc-purple-dark);
}

.lc-sec a:focus-visible {
    outline: 2px solid var(--lc-purple);
    outline-offset: 3px;
    border-radius: 4px;
}

/* Ledger: intro + service entries */

.lc-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 4rem;
    align-items: start;
}

.lc-split-head {
    position: sticky;
    top: 110px;
}

.lc-ledger {
    border-top: 1px solid var(--lc-line);
}

.lc-entry {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1.6rem;
    padding: 1.7rem 0 1.7rem 1.4rem;
    border-bottom: 1px solid var(--lc-line);
}

.lc-entry::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2.1rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lc-gold);
    box-shadow: 0 0 0 0 rgba(255, 200, 87, 0.4);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.lc-entry:hover::before {
    background: var(--lc-purple);
    transform: scale(1.35);
    box-shadow: 0 0 0 6px rgba(113, 23, 242, 0.12);
}

.lc-entry h3 {
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--lc-ink);
    margin: 0;
    line-height: 1.3;
}

.lc-entry p {
    color: var(--lc-muted);
    font-size: 0.99rem;
    line-height: 1.65;
    margin: 0;
}

/* Duo: prose + notes column */

.lc-duo {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 4.5rem;
    align-items: start;
}

.lc-notes {
    border-top: 1px solid var(--lc-line);
}

.lc-note {
    padding: 1.6rem 0;
    border-bottom: 1px solid var(--lc-line);
}

.lc-note h3 {
    font-family: var(--lc-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--lc-purple);
    margin: 0 0 0.55rem;
}

.lc-note p {
    color: var(--lc-ink);
    font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;
}

/* ---------- Network band ---------- */

.lc-net {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0;
    background: linear-gradient(135deg, var(--lc-space) 0%, var(--lc-navy) 60%, var(--lc-space-2) 100%);
    color: #ffffff;
}

.lc-net h2 {
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin: 0 0 0.9rem;
}

.lc-net-lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.04rem;
    line-height: 1.65;
    max-width: 38rem;
    margin: 0 0 2.6rem;
}

.lc-cities {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 0;
    padding: 0;
}

.lc-cities li {
    margin: 0;
}

.lc-cities a,
.lc-cities .lc-city-here {
    display: inline-flex;
    align-items: baseline;
    gap: 0.6rem;
    padding: 0.75rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.97rem;
    transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.lc-cities .lc-city-here {
    border-color: var(--lc-gold);
    color: var(--lc-gold);
}

.lc-cities a em {
    font-style: normal;
    font-family: var(--lc-mono);
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.lc-cities .lc-city-here em {
    font-style: normal;
    font-family: var(--lc-mono);
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 200, 87, 0.85);
}

.lc-cities a:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

/* ---------- FAQ ---------- */

.lc-faq {
    max-width: 780px;
    margin: 0 auto;
}

.lc-faq h2 {
    text-align: center;
    margin-bottom: 2.4rem;
}

.lc-faq details {
    border-bottom: 1px solid var(--lc-line);
}

.lc-faq details:first-of-type {
    border-top: 1px solid var(--lc-line);
}

.lc-faq summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 1.45rem 3rem 1.45rem 0;
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--lc-ink);
    line-height: 1.4;
    transition: color 0.2s ease;
}

.lc-faq summary::-webkit-details-marker {
    display: none;
}

.lc-faq summary:hover {
    color: var(--lc-purple);
}

.lc-faq summary:focus-visible {
    outline: 2px solid var(--lc-purple);
    outline-offset: 3px;
    border-radius: 4px;
}

.lc-faq summary::before,
.lc-faq summary::after {
    content: '';
    position: absolute;
    right: 0.6rem;
    top: 50%;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: var(--lc-purple);
    transition: transform 0.25s ease;
}

.lc-faq summary::after {
    transform: rotate(90deg);
}

.lc-faq details[open] summary::after {
    transform: rotate(0deg);
}

.lc-faq details p {
    color: var(--lc-muted);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    padding: 0 2.5rem 1.6rem 0;
    max-width: 66ch;
}

/* ---------- CTA ---------- */

.lc-cta {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--lc-space) 0%, var(--lc-navy) 55%, var(--lc-space-2) 100%);
    color: #ffffff;
    text-align: center;
}

.lc-cta-inner {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}

.lc-cta h2 {
    font-size: clamp(1.9rem, 3.6vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 1.1rem;
    text-wrap: balance;
}

.lc-cta p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 2.2rem;
}

.lc-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
}

/* ---------- Muslim page hero variant ---------- */

.lc-hero-apps {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1.6rem;
}

.lc-phone {
    width: min(200px, 42%);
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 60px rgba(4, 2, 24, 0.55);
    overflow: hidden;
    background: #0c0a20;
    padding: 8px;
}

.lc-phone img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 19px;
}

.lc-phone--back {
    transform: translateY(1.6rem) rotate(-2deg);
}

.lc-phone--front {
    transform: rotate(1.5deg);
}

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
    .lc-hero-inner {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding-bottom: 3.5rem;
    }

    .lc-hero-photo {
        max-width: 560px;
    }

    .lc-split,
    .lc-duo {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .lc-split-head {
        position: static;
    }
}

@media (max-width: 720px) {
    .lc-hero {
        padding-top: calc(70px + 3rem);
    }

    .lc-sec {
        padding: 4.5rem 0;
    }

    .lc-net {
        padding: 4rem 0;
    }

    .lc-cta {
        padding: 4.5rem 0;
    }

    .lc-entry {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }

    .lc-facts-inner {
        gap: 1.1rem 2rem;
    }

    .lc-hero-photo img {
        min-height: 260px;
    }

    .lc-btn {
        width: 100%;
    }

    .lc-hero-actions,
    .lc-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .lc-cta-actions {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lc-rain span {
        animation: none;
        display: none;
    }

    .lc-btn,
    .lc-cities a,
    .lc-entry::before {
        transition: none;
    }
}
