/**
 * Google Ads landing page — Noida Extension batch
 * Uses TalentPie theme tokens from blog-theme.css
 */

.lp-ads {
    padding-bottom: 0;
}

.lp-announce {
    background: var(--dm-ink);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 9px 16px;
}

.lp-announce span {
    color: var(--dm-accent);
}

.lp-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--dm-border);
}

.lp-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lp-header .brand-logo img {
    width: 78px;
}

.lp-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.lp-wa {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #128c4b;
    color: #fff !important;
    border-radius: 999px;
    padding: 9px 16px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
}

.lp-wa:hover {
    background: #0e743d;
    color: #fff !important;
}

.lp-hero {
    position: relative;
    padding: 48px 0 36px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(176, 26, 105, 0.12), transparent 46%),
        radial-gradient(circle at 92% 8%, rgba(240, 199, 94, 0.22), transparent 38%),
        linear-gradient(160deg, #fdf7fb 0%, #fff 48%, #fff8f0 100%);
}

.lp-hero::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(176, 26, 105, 0.06);
    top: -80px;
    right: 18%;
    pointer-events: none;
}

.lp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(176, 26, 105, 0.1);
    color: var(--dm-primary-dark);
    border-radius: 999px;
    padding: 7px 14px;
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.lp-hero h1 {
    font-size: clamp(2.05rem, 4.2vw, 3.35rem);
    line-height: 1.12;
    font-weight: 700;
    margin: 16px 0 14px;
    color: var(--dm-ink);
}

.lp-hero h1 em {
    font-style: normal;
    color: var(--dm-primary);
}

.lp-hero-lead {
    font-size: 1.08rem;
    line-height: 1.7;
    color: var(--dm-muted);
    max-width: 560px;
}

.lp-chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 22px 0 18px;
}

.lp-chip {
    background: #fff;
    border: 1px solid var(--dm-border);
    border-radius: 14px;
    padding: 11px 14px;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--dm-primary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp-chip i {
    color: var(--dm-primary);
}

.lp-countdown {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.lp-count-box {
    min-width: 64px;
    text-align: center;
    background: var(--dm-ink);
    color: #fff;
    border-radius: 12px;
    padding: 8px 10px;
}

.lp-count-box strong {
    display: block;
    font-size: 1.25rem;
    line-height: 1.1;
    font-family: "Manrope", sans-serif;
}

.lp-count-box span {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--dm-accent);
    font-weight: 700;
}

.lp-count-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--dm-muted);
}

.lp-form-wrap {
    position: relative;
}

@media (min-width: 992px) {
    .lp-form-sticky {
        position: sticky;
        top: 92px;
    }
}

.lp-form-card {
    background: #fff;
    border: 1px solid var(--dm-border);
    border-radius: 24px;
    padding: 26px 24px 22px;
    box-shadow: 0 22px 50px rgba(12, 27, 42, 0.12);
}

.lp-form-head h3 {
    font-size: 1.55rem;
    margin: 8px 0 4px;
}

.lp-form-head p {
    color: var(--dm-muted);
    margin: 0 0 4px;
    font-size: 0.95rem;
}

.lp-form-badge {
    display: inline-block;
    background: rgba(240, 199, 94, 0.28);
    color: #7a5410;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 999px;
}

.lp-form-note {
    font-size: 0.78rem;
    color: #6b7280;
    line-height: 1.45;
}

.lp-form-card .form-control,
.lp-form-card .form-select {
    border-radius: 12px;
    padding: 11px 14px;
    border-color: rgba(12, 27, 42, 0.14);
}

.lp-form-card .form-control:focus,
.lp-form-card .form-select:focus {
    border-color: var(--dm-primary);
    box-shadow: 0 0 0 3px rgba(176, 26, 105, 0.12);
}

.lp-recaptcha {
    overflow-x: auto;
}

.lp-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.lp-stat {
    background: #fff;
    border: 1px solid var(--dm-border);
    border-radius: 16px;
    padding: 18px 16px;
    text-align: center;
    box-shadow: var(--dm-shadow);
}

.lp-stat strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.7rem;
    color: var(--dm-primary);
    line-height: 1.1;
}

.lp-stat span {
    display: block;
    margin-top: 4px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--dm-muted);
}

.lp-compare {
    overflow-x: auto;
    border-radius: 20px;
    border: 1px solid var(--dm-border);
    background: #fff;
    box-shadow: var(--dm-shadow);
}

.lp-compare table {
    width: 100%;
    margin: 0;
}

.lp-compare th,
.lp-compare td {
    padding: 14px 20px;
    border-bottom: 1px solid var(--dm-border);
    vertical-align: middle;
}

.lp-compare th {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lp-compare th:first-child {
    background: #f3f4f6;
    color: #4b5563;
}

.lp-compare th:last-child {
    background: var(--dm-primary);
    color: #fff;
}

.lp-compare td:first-child {
    color: #6b7280;
    text-decoration: line-through;
    text-decoration-color: rgba(107, 114, 128, 0.35);
}

.lp-compare td:last-child {
    font-weight: 700;
    color: var(--dm-ink);
    background: rgba(176, 26, 105, 0.04);
}

.lp-compare tr:last-child td {
    border-bottom: 0;
}

.lp-module {
    background: #fff;
    border: 1px solid var(--dm-border);
    border-radius: 20px;
    padding: 22px;
    height: 100%;
    box-shadow: var(--dm-shadow);
}

.lp-module .icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(176, 26, 105, 0.1);
    color: var(--dm-primary);
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.lp-module h3 {
    font-size: 1.35rem;
    margin-bottom: 8px;
}

.lp-module p,
.lp-module li {
    color: var(--dm-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.lp-module ul {
    margin: 0;
    padding-left: 1.1rem;
}

.lp-month {
    background: #fff;
    border: 1px solid var(--dm-border);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    box-shadow: var(--dm-shadow);
}

.lp-month-bar {
    padding: 10px 20px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.lp-month-bar.m1 { background: var(--dm-primary); }
.lp-month-bar.m2 { background: #1d4ed8; }
.lp-month-bar.m3 { background: #059669; }

.lp-month-body {
    padding: 20px 22px 22px;
}

.lp-month-body h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.lp-month-body ul {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(12, 27, 42, 0.78);
}

.lp-month-body li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.lp-deliver {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--dm-primary-dark);
    background: rgba(176, 26, 105, 0.08);
    border-radius: 999px;
    padding: 5px 12px;
}

.lp-proof-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 6px 2px 18px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(176, 26, 105, 0.35) transparent;
}

.lp-proof-card {
    flex: 0 0 min(320px, 82vw);
    scroll-snap-align: start;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--dm-border);
    box-shadow: var(--dm-shadow);
}

.lp-proof-card img {
    width: 100%;
    height: auto;
    display: block;
}

.lp-proof-card p {
    padding: 12px 14px 14px;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #1f2937;
}

.lp-proof-card strong {
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--dm-primary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.lp-who {
    background: #fff;
    border: 1px solid var(--dm-border);
    border-radius: 18px;
    padding: 20px;
    height: 100%;
}

.lp-who h3 {
    font-size: 1.2rem;
    margin-bottom: 6px;
}

.lp-who p {
    margin: 0;
    color: var(--dm-muted);
    font-size: 0.95rem;
}

.lp-map {
    border: 0;
    width: 100%;
    height: 280px;
    border-radius: 18px;
    display: block;
}

.lp-localities {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.lp-localities span {
    background: var(--dm-mist);
    color: var(--dm-primary-dark);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.82rem;
    font-weight: 700;
}

.lp-fee-box {
    background: linear-gradient(135deg, #fff 0%, var(--dm-soft) 100%);
    border: 1px solid rgba(176, 26, 105, 0.16);
    border-radius: 22px;
    padding: 28px;
    box-shadow: var(--dm-shadow);
}

.lp-fee-box .amount {
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: var(--dm-ink);
}

.lp-fee-box ul {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.lp-fee-box li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    color: #1f2937;
}

.lp-fee-box li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--dm-primary);
    font-weight: 800;
}

.lp-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lp-tools span {
    border: 1px solid var(--dm-border);
    background: #fff;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--dm-ink);
}

.lp-final {
    background: var(--dm-ink);
    color: #fff;
    border-radius: 28px;
    padding: 40px 32px;
}

.lp-final h2 {
    color: #fff;
}

.lp-final > .row > .col-lg-6 > p,
.lp-final .lead {
    color: rgba(255, 255, 255, 0.78);
}

.lp-final .lp-form-card {
    box-shadow: none;
}

.lp-final .lp-form-card h3 {
    color: var(--dm-ink);
}

.lp-final .lp-form-card p {
    color: var(--dm-muted);
}

.lp-sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    display: none;
    background: #fff;
    border-top: 1px solid var(--dm-border);
    box-shadow: 0 -8px 24px rgba(12, 27, 42, 0.1);
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    gap: 8px;
}

.lp-sticky-bar a {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 999px;
    padding: 12px 8px;
    font-weight: 800;
    font-size: 0.85rem;
    text-decoration: none;
}

.lp-sticky-call {
    background: var(--dm-mist);
    color: var(--dm-primary-dark);
}

.lp-sticky-wa {
    background: #128c4b;
    color: #fff;
}

.lp-sticky-call:hover { color: var(--dm-primary-dark); }
.lp-sticky-wa:hover { color: #fff; background: #0e743d; }
.lp-sticky-apply:hover { color: #fff; background: var(--dm-primary-dark); }

.lp-footer-mini {
    padding: 28px 0 20px;
    text-align: center;
    color: #6b7280;
    font-size: 0.85rem;
}

.lp-footer-mini a {
    color: var(--dm-primary);
    text-decoration: none;
    font-weight: 600;
}

.lp-section-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.lp-thanks {
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(176, 26, 105, 0.1), transparent 42%),
        #fff;
}

.lp-thanks-card {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border: 1px solid var(--dm-border);
    border-radius: 24px;
    padding: 42px 32px;
    box-shadow: var(--dm-shadow);
}

.lp-thanks-card .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(5, 150, 105, 0.12);
    color: #059669;
    font-size: 1.8rem;
}

@media (max-width: 991px) {
    .lp-stats {
        grid-template-columns: 1fr 1fr;
    }

    .lp-header .container.lp-header-inner {
        padding-left: 20px;
        padding-right: 16px;
    }

    .lp-header .brand-logo img {
        width: 72px;
    }

    .lp-header .header-phone-text {
        display: none;
    }

    .lp-header .header-phone {
        padding: 8px 12px;
    }

    .lp-wa span {
        display: none;
    }
}

@media (max-width: 767px) {
    .lp-sticky-bar {
        display: flex;
    }

    .lp-ads {
        padding-bottom: 88px;
    }

    .lp-hero {
        padding-top: 28px;
    }

    .lp-chips {
        grid-template-columns: 1fr;
    }

    .lp-compare th,
    .lp-compare td {
        padding: 12px 12px;
        font-size: 0.9rem;
    }

    .lp-final {
        padding: 28px 16px;
        border-radius: 20px;
    }

    .lp-header-actions .btn-dm {
        display: none;
    }
}
