/* Lead Generation Services — page-specific (brokersaathi.com/lead-generation-services) */

.lg-page {
    --lg-ink: #0c1218;
    --lg-ink-soft: rgba(12, 18, 24, 0.72);
    --lg-paper: #f4f6fb;
    --lg-paper-2: #e8ecf4;
    --lg-brass: #a67c1f;
    --lg-brass-2: #8a6520;
    /* Site primary blue (header.css --primary__color) */
    --lg-blue: #05379a;
    --lg-blue-deep: #032a76;
    --lg-blue-mid: #0b2248;
    --lg-line: rgba(12, 18, 24, 0.1);
    color: var(--lg-ink);
    font-family: Manrope, sans-serif;
    font-size: 17px;
    line-height: 1.65;
}

.lg-page h1,
.lg-page h2,
.lg-page h3,
.lg-page .lg-display {
    font-family: Manrope, sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.lg-hero {
    position: relative;
    padding: clamp(36px, 7vw, 88px) 0;
    overflow: hidden;
    background:
        linear-gradient(115deg, #070a12 0%, var(--lg-blue-mid) 38%, var(--lg-blue) 100%);
    color: #f2f4fb;
}

.lg-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M0 0h60v1H0zM0 30h60v1H0z' fill='%23ffffff' fill-opacity='.04'/%3E%3C/svg%3E");
    opacity: 0.5;
    pointer-events: none;
}

.lg-hero::after {
    content: "";
    position: absolute;
    top: -20%;
    right: -10%;
    width: min(55vw, 520px);
    height: min(55vw, 520px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.22) 0%, transparent 68%);
    pointer-events: none;
}

.lg-hero .container {
    position: relative;
    z-index: 1;
}

.lg-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}

.lg-hero__kicker {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(242, 244, 251, 0.7);
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(201, 162, 39, 0.5);
}

.lg-hero h1 {
    font-size: clamp(28px, 4.2vw, 48px);
    margin: 0 0 18px;
    color: #fff;
    max-width: 18ch;
}

.lg-hero__lead {
    margin: 0 0 14px;
    color: rgba(242, 244, 251, 0.88);
    font-size: clamp(16px, 1.25vw, 19px);
    max-width: 56ch;
}

.lg-hero__lead:last-of-type {
    margin-bottom: 22px;
}

.lg-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.lg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.lg-btn--solid {
    background: linear-gradient(145deg, #c9a227 0%, #a67c1f 100%);
    color: #0c1218;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.lg-btn--solid:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
}

.lg-btn--line {
    background: transparent;
    color: #f2f4fb;
    border-color: rgba(255, 255, 255, 0.35);
}

.lg-btn--line:hover {
    border-color: rgba(201, 162, 39, 0.85);
    color: #fff;
}

.lg-hero__media {
    border-radius: 14px;
    overflow: hidden;
}

.lg-hero__media img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.lg-section {
    padding: clamp(36px, 6vw, 72px) 0;
}

.lg-section--paper {
    background: linear-gradient(180deg, var(--lg-paper) 0%, #fafbfd 100%);
}

.lg-section--band {
    background: linear-gradient(165deg, var(--lg-blue-deep) 0%, var(--lg-blue) 55%, #0a1633 100%);
    color: #e8ecf4;
}

.lg-section--band h2,
.lg-section--band h3 {
    color: #fff;
}

.lg-section--band .lg-muted {
    color: rgba(232, 236, 244, 0.82);
}

.lg-section__head {
    max-width: 68ch;
    margin-bottom: 28px;
}

.lg-section__head h2 {
    font-size: clamp(24px, 2.8vw, 34px);
    margin: 0 0 12px;
}

.lg-section__head p {
    margin: 0;
    color: var(--lg-ink-soft);
}

.lg-muted {
    color: var(--lg-ink-soft);
}

.lg-list-check {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.lg-list-check li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid var(--lg-line);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(12, 18, 24, 0.05);
}

.lg-list-check__icon {
    font-size: 22px;
    line-height: 1;
}

.lg-list-check strong {
    display: block; 
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--lg-ink);
    font-family: Manrope, sans-serif;
}

.lg-process {
    counter-reset: lgstep;
}

.lg-process__step {
    position: relative;
    padding-left: 52px;
    margin-bottom: 28px;
}

.lg-process__step:last-child {
    margin-bottom: 0;
}

.lg-process__step::before {
    counter-increment: lgstep;
    content: counter(lgstep);
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(145deg, var(--lg-blue), var(--lg-blue-deep));
    color: #fff;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(5, 55, 154, 0.35);
}

.lg-process__step h3 {
    font-size: 19px;
    margin: 0 0 8px;
}

.lg-process__step p {
    margin: 0 0 10px;
    color: var(--lg-ink-soft);
}

.lg-process__sub {
    margin: 0;
    padding-left: 1.1em;
}

.lg-process__sub li {
    margin-bottom: 8px;
    line-height: 1.6;
    color: var(--lg-ink-soft);
}

.lg-process__sub li:last-child {
    margin-bottom: 0;
}

.lg-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.lg-card {
    padding: 20px;
    background: #fff;
    border: 1px solid var(--lg-line);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(12, 18, 24, 0.06);
}

.lg-card h3 {
    font-size: 17px;
    margin: 0 0 8px;
}

.lg-card p {
    margin: 0;
    font-size: 15px;
    color: var(--lg-ink-soft);
}

.lg-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lg-pill {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    background: rgba(5, 55, 154, 0.08);
    border: 1px solid rgba(5, 55, 154, 0.2);
    color: var(--lg-blue);
}

.lg-section--band .lg-pill {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
    color: #f2f4fb;
}

.lg-bullets {
    margin: 0.5em 0 0;
    padding-left: 1.35em;
    line-height: 1.65;
}

.lg-bullets li {
    margin-bottom: 10px;
    padding-left: 0.15em;
    color: var(--lg-ink-soft);
}

.lg-bullets li:last-child {
    margin-bottom: 0;
}

.lg-bullets li::marker {
    color: var(--lg-blue);
}

/* Types of leads — card rows with icon + accent (paper sections) */
.lg-lead-types {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    max-width: 42rem;
}

.lg-lead-types li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid var(--lg-line);
    box-shadow: 0 10px 28px rgba(12, 18, 24, 0.06);
    border-left: 4px solid var(--lg-blue);
    font-weight: 500;
    color: var(--lg-ink);
    line-height: 1.45;
    transition: box-shadow 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.lg-lead-types li:hover {
    box-shadow: 0 14px 36px rgba(5, 55, 154, 0.12);
    border-color: rgba(5, 55, 154, 0.22);
    transform: translateY(-1px);
}

.lg-lead-types__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(5, 55, 154, 0.12), rgba(5, 55, 154, 0.06));
    border: 1px solid rgba(5, 55, 154, 0.2);
    font-size: 20px;
    line-height: 1;
}

/* Process + image split */
.lg-process-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
    gap: clamp(28px, 5vw, 48px);
    align-items: start;
}

.lg-process--with-aside {
    margin-bottom: 0;
}

.lg-process--with-aside .lg-process__step:last-child {
    margin-bottom: 0;
}

.lg-process__aside {
    position: sticky;
    top: 96px;
}

.lg-process__figure {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(5, 55, 154, 0.12);
    background: linear-gradient(180deg, #fff 0%, #f5f7fb 100%);
    box-shadow: 0 22px 55px rgba(5, 55, 154, 0.1);
}

.lg-process__figure img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

/* Nested bullets under process steps — custom dots */
.lg-process__sub--dots {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}

.lg-process__sub--dots li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    line-height: 1.6;
    color: var(--lg-ink-soft);
}

.lg-process__sub--dots li:last-child {
    margin-bottom: 0;
}

.lg-process__sub--dots li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--lg-blue), var(--lg-blue-deep));
    box-shadow: 0 2px 6px rgba(5, 55, 154, 0.35);
}

.lg-highlight {
    margin-top: 24px;
    padding: 22px 24px;
    border-left: 4px solid var(--lg-blue);
    background: rgba(5, 55, 154, 0.06);
    border-radius: 0 12px 12px 0;
}

.lg-highlight p {
    margin: 0 0 10px;
}

.lg-highlight p:last-child {
    margin-bottom: 0;
}

.lg-cta {
    text-align: center;
    padding: clamp(32px, 5vw, 56px);
    background:
        radial-gradient(800px 300px at 50% 0%, rgba(201, 162, 39, 0.18), transparent 60%),
        linear-gradient(180deg, var(--lg-blue-deep) 0%, #070a12 100%);
    color: #e8ecf4;
    border-radius: 0;
}

.lg-cta h2 {
    color: #fff;
    font-size: clamp(22px, 3vw, 32px);
    margin: 0 0 14px;
}

.lg-cta p {
    margin: 0 auto 20px;
    max-width: 52ch;
    color: rgba(232, 236, 244, 0.88);
}

.lg-cta .lg-hero__actions {
    justify-content: center;
}

@media (max-width: 980px) {
    .lg-hero__grid {
        grid-template-columns: 1fr;
    }

    .lg-process-grid {
        grid-template-columns: 1fr;
    }

    .lg-process__aside {
        position: static;
    }
}

@media (min-width: 577px) and (max-width: 980px) {
    .lg-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .lg-grid-3 {
        grid-template-columns: 1fr;
    }

    .lg-hero h1 {
        max-width: none;
    }
}
