/* ==========================================================================
   Landing — Tuyển dụng & Đào tạo Sales Langmaster
   Relies on :root variables + .shell from shell.css and .section-head from homepage.css
   ========================================================================== */

.ldp-sales {
    --ldp-gold: var(--gold, #ffd071);
    --ldp-gold-strong: #e0a93a;
    --ldp-dark-1: #0a1529;
    --ldp-dark-2: #111f3a;
    --ldp-dark-3: #1b2c4d;
    --ldp-soft: #fff1f1;
    font-family: var(--font-shell);
    color: var(--ink);
    overflow-x: hidden;
}

.ldp-sales img {
    max-width: 100%;
}

.ldp-sales .section-head {
    margin-bottom: 44px;
}

/* Font Awesome icons inside soft-red icon tiles share the brand color */
.ldp-pt__icon i,
.ldp-mod__icon i,
.ldp-ben__icon i,
.ldp-evp__icon i {
    color: var(--brand);
    line-height: 1;
}

/* Shared CTA buttons ------------------------------------------------------- */
.ldp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    padding: 15px 32px;
    border-radius: 10px;
    text-decoration: none;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.ldp-btn--primary {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(219, 31, 31, .4);
}

.ldp-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(219, 31, 31, .5);
    color: #fff;
}

.ldp-btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
}

.ldp-btn--ghost:hover {
    border-color: #fff;
    color: #fff;
}

.ldp-btn:disabled,
.ldp-btn.is-loading {
    opacity: .75;
    cursor: not-allowed;
    pointer-events: none;
    transform: none;
}

/* Scroll reveal ------------------------------------------------------------ */
.ldp-sales .anim {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .6s var(--ease), transform .6s var(--ease);
}

.ldp-sales .anim.visible {
    opacity: 1;
    transform: none;
}

/* Floating CTA ------------------------------------------------------------- */
.ldp-float {
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 900;
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    padding: 13px 22px;
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(219, 31, 31, .45);
    animation: ldp-pulse 2.4s infinite;
}

@keyframes ldp-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(219, 31, 31, .45); }
    50% { box-shadow: 0 0 0 12px rgba(219, 31, 31, 0); }
}

/* ==========================================================================
   NAV + FOOTER (matches the static HTML)
   ========================================================================== */
.ldp-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    background: rgba(255, 255, 255, .97);
    border-bottom: 3px solid var(--brand);
    box-shadow: 0 2px 16px rgba(219, 31, 31, .12);
}

.ldp-nav__logo img {
    height: 36px;
    display: block;
}

.ldp-nav__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--brand);
    color: #fff;
    padding: 10px 26px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    animation: ldp-pulse 2.5s infinite;
}

.ldp-nav__cta:hover {
    color: #fff;
}

.ldp-footer {
    background: #1a1a1a;
    color: rgba(255, 255, 255, .5);
    padding: 30px 20px;
    text-align: center;
    font-size: 13px;
    line-height: 1.9;
}

.ldp-footer strong {
    color: #fff;
}

.ldp-footer a {
    color: var(--brand);
    text-decoration: none;
}

.ldp-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 560px) {
    .ldp-nav { padding: 10px 18px; }
    .ldp-nav__logo img { height: 30px; }
    .ldp-nav__cta { padding: 9px 16px; font-size: 13px; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.ldp-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--ldp-dark-1) 0%, var(--ldp-dark-2) 55%, #2a1018 100%);
    padding: 72px 0 64px;
}

.ldp-hero__bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 45%, rgba(219, 31, 31, .28) 0%, transparent 55%),
        radial-gradient(circle at 85% 60%, rgba(219, 31, 31, .15) 0%, transparent 45%);
    pointer-events: none;
}

.ldp-hero__photo {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    opacity: .35;
    -webkit-mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, .55) 42%, transparent 100%);
    mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, .55) 42%, transparent 100%);
    pointer-events: none;
}

.ldp-hero__grid {
    position: absolute;
    inset: 0;
    opacity: .045;
    background-image:
        linear-gradient(rgba(255, 255, 255, .5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .5) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}

.ldp-hero__inner {
    position: relative;
    z-index: 2;
}

.ldp-hero__title {
    font-weight: 800;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.12;
    color: #fff;
    margin: 0 0 18px;
    max-width: 760px;
}

.ldp-hero__title .gold {
    color: var(--ldp-gold);
}

.ldp-hero__desc {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .72);
    max-width: 560px;
    margin: 0 0 28px;
}

.ldp-hero__income {
    display: inline-flex;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}

.ldp-hero__income-item {
    padding: 16px 30px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.ldp-hero__income-item:last-child {
    border-right: none;
}

.ldp-hero__income-lbl {
    font-size: 11px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 6px;
}

.ldp-hero__income-val {
    font-size: 22px;
    font-weight: 800;
    color: var(--ldp-gold);
}

.ldp-hero__btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.ldp-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
}

.ldp-hero__trust-it {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}

.ldp-hero__trust-it i {
    color: var(--ldp-gold);
}

/* Hero 2-column layout (text + form card) */
.ldp-hero__layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 48px;
    align-items: center;
}

.ldp-hero__form {
    background: #fff;
    border-radius: 16px;
    padding: 26px 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}

.ldp-hero__form-title {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: var(--ink);
}

.ldp-hero__form-sub {
    font-size: 13px;
    color: var(--muted);
    text-align: center;
    margin: 4px 0 18px;
}

.ldp-fg {
    margin-bottom: 12px;
}

.ldp-fg input,
.ldp-fg select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    font-family: inherit;
    color: var(--ink);
    background: #fff;
}

.ldp-fg input:focus,
.ldp-fg select:focus {
    outline: none;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(219, 31, 31, .12);
}

.ldp-hero__form .ldp-btn {
    width: 100%;
    justify-content: center;
    margin-top: 2px;
}

/* Styled CV upload (matches the static HTML .fg-upload), shared by both forms */
.ldp-upload-input {
    display: none;
}

.ldp-upload {
    display: block;
    width: 100%;
    padding: 11px 13px;
    border: 1.5px dashed var(--line);
    border-radius: 10px;
    font-size: 13px;
    color: var(--muted);
    cursor: pointer;
    text-align: center;
    background: #fafafa;
    transition: border-color .2s var(--ease), color .2s var(--ease);
}

.ldp-upload:hover {
    border-color: var(--brand);
}

.ldp-upload.has-file {
    border-style: solid;
    border-color: var(--brand);
    color: var(--brand);
    font-weight: 600;
}

.ldp-hero__form-alert {
    font-size: 13px;
    padding: 9px 12px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.ldp-hero__form-note {
    font-size: 12px;
    color: var(--muted);
    text-align: center;
    margin: 12px 0 0;
}

/* ==========================================================================
   PROOF BAR
   ========================================================================== */
.ldp-proof {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
}

.ldp-proof__inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: start;
    gap: 8px;
    padding: 38px 0;
}

.ldp-proof__it {
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .18);
    padding: 6px 12px;
}

.ldp-proof__it:last-child {
    border-right: none;
}

.ldp-proof__num {
    display: block;
    min-height: 1.1em;
    font-size: clamp(26px, 2.9vw, 40px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .5px;
    white-space: nowrap;
}

.ldp-proof__lbl {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.45;
}

/* ==========================================================================
   GENERIC SECTION WRAPPERS
   ========================================================================== */
.ldp-section {
    padding: 72px 0;
}

.ldp-section--gray {
    background: #f6f7f9;
}

.ldp-tag {
    display: inline-block;
    background: var(--ldp-soft);
    color: var(--brand);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 6px;
    margin-bottom: 12px;
}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.ldp-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.ldp-about__media {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 320px;
}

.ldp-about__media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.ldp-about__media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(219, 31, 31, .8) 0%, rgba(0, 0, 0, .05) 55%, transparent 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
}

.ldp-about__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.ldp-about__chip {
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: 20px;
}

.ldp-about__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 16px;
}

.ldp-stat-box {
    border-radius: 12px;
    padding: 16px 10px;
    text-align: center;
    color: #fff;
}

.ldp-stat-box.r { background: linear-gradient(135deg, var(--brand), var(--brand-dark)); }
.ldp-stat-box.g { background: linear-gradient(135deg, var(--ldp-dark-2), var(--ldp-dark-3)); }

.ldp-stat-box__num {
    font-size: 22px;
    font-weight: 800;
}

.ldp-stat-box__lbl {
    font-size: 12px;
    opacity: .85;
}

.ldp-about__title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 14px;
}

.ldp-about__title .red { color: var(--brand); }

.ldp-divider {
    width: 56px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--brand), var(--ldp-gold));
    margin: 0 0 20px;
}

.ldp-divider--center { margin-left: auto; margin-right: auto; }

.ldp-about__lead {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 22px;
}

.ldp-about__pts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ldp-pt {
    display: flex;
    gap: 14px;
}

.ldp-pt__icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--ldp-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.ldp-pt__title {
    font-weight: 700;
    margin-bottom: 3px;
}

.ldp-pt__desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* ==========================================================================
   TRAINING MODULES
   ========================================================================== */
.ldp-modules__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.ldp-mod {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 26px 22px 22px;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}

.ldp-mod:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(219, 31, 31, .12);
    border-color: rgba(219, 31, 31, .3);
}

.ldp-mod__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.ldp-mod__n {
    font-size: 30px;
    font-weight: 800;
    color: rgba(219, 31, 31, .18);
    line-height: 1;
}

.ldp-mod__icon {
    font-size: 26px;
    line-height: 1;
}

.ldp-mod h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.35;
}

.ldp-mod p {
    font-size: 13px;
    color: #666;
    line-height: 1.65;
    margin: 0 0 14px;
}

.ldp-mod__week {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--brand);
    background: var(--ldp-soft);
    padding: 3px 10px;
    border-radius: 20px;
}

/* ==========================================================================
   INCOME
   ========================================================================== */
.ldp-income__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.ldp-inc-table {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.ldp-inc-table__head {
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
    font-weight: 700;
    padding: 18px 24px;
    font-size: 16px;
}

.ldp-inc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    border-bottom: 1px solid var(--line);
}

.ldp-inc-row:last-child { border-bottom: none; }

.ldp-inc-row.total { background: var(--ldp-soft); }

.ldp-inc-lbl { font-size: 14px; color: #444; }
.ldp-inc-val { font-size: 15px; font-weight: 700; text-align: right; }
.ldp-inc-val.red { color: var(--brand); }
.ldp-inc-val.big { font-size: 20px; }

.ldp-inc-note {
    margin-top: 16px;
    background: var(--ldp-soft);
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 13px;
    color: #555;
    line-height: 1.7;
}

.ldp-ben {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ldp-ben__item {
    display: flex;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 16px 18px;
    transition: box-shadow .25s var(--ease);
}

.ldp-ben__item:hover { box-shadow: 0 10px 26px rgba(58, 22, 22, .08); }

.ldp-ben__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--ldp-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ldp-ben__title { font-weight: 700; margin-bottom: 3px; }
.ldp-ben__desc { font-size: 13px; color: #666; line-height: 1.65; }

/* CAREER PATH reuses .roadmap-track / .roadmap-step from homepage.css */

/* ==========================================================================
   CULTURE / EVP
   ========================================================================== */
.ldp-evp__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ldp-evp__card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 28px 26px;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.ldp-evp__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 38px rgba(58, 22, 22, .1);
}

.ldp-evp__icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: var(--ldp-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 16px;
}

.ldp-evp__card h3 { font-size: 18px; font-weight: 700; margin: 0 0 10px; }
.ldp-evp__card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0 0 14px; }

.ldp-evp__hl {
    font-size: 13px;
    font-weight: 600;
    color: var(--brand);
    border-top: 1px dashed rgba(219, 31, 31, .25);
    padding-top: 12px;
}

.ldp-evp__strip {
    margin-top: 32px;
    border-radius: 20px;
    overflow: hidden;
    height: 260px;
}

.ldp-evp__strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
}

/* ==========================================================================
   SUCCESS STORIES
   ========================================================================== */
.ldp-cases__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.ldp-case {
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s var(--ease), border-color .25s var(--ease);
}

.ldp-case:hover {
    box-shadow: 0 16px 40px rgba(219, 31, 31, .1);
    border-color: rgba(219, 31, 31, .3);
}

.ldp-case__head {
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.ldp-case__head.alt { background: linear-gradient(135deg, #8a0010, var(--brand)); }

.ldp-case__avatar {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, .5);
}

.ldp-case__avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.ldp-case__name { font-size: 16px; font-weight: 800; color: #fff; }
.ldp-case__role { font-size: 12px; color: rgba(255, 255, 255, .8); margin-top: 3px; }

.ldp-case__tags {
    background: var(--ldp-soft);
    padding: 14px 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--line);
}

.ldp-case__tag {
    background: #fff;
    border: 1px solid rgba(219, 31, 31, .2);
    color: var(--brand);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
}

.ldp-case__tag.win {
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
    border-color: transparent;
}

.ldp-case__arrow { color: var(--brand); font-weight: 800; }

.ldp-case__body { padding: 24px 28px; flex: 1; }
.ldp-case__quote-mark { font-size: 32px; color: rgba(219, 31, 31, .15); line-height: 1; margin-bottom: 4px; }
.ldp-case__body p { font-size: 14px; color: #555; line-height: 1.85; font-style: italic; margin: 0 0 12px; }
.ldp-case__body p strong { color: var(--ink); }

.ldp-cases__cta {
    margin-top: 36px;
    background: linear-gradient(135deg, #fff5f5, #fff8f0);
    border: 1px solid rgba(219, 31, 31, .15);
    border-radius: 16px;
    padding: 26px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
}

.ldp-cases__cta-title { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.ldp-cases__cta-sub { font-size: 14px; color: var(--muted); }

/* ==========================================================================
   VIDEOS
   ========================================================================== */
.ldp-videos__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ldp-video {
    border-radius: 14px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.ldp-video__frame {
    position: relative;
    padding-top: 56.25%;
}

.ldp-video__frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ldp-video__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .25);
    transition: background .2s var(--ease);
}

.ldp-video__play:hover { background: rgba(0, 0, 0, .4); }

.ldp-video__play span {
    width: 60px;
    height: 60px;
    background: rgba(219, 31, 31, .92);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
}

/* ==========================================================================
   BEST SALESMAN (dark)
   ========================================================================== */
.ldp-best {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--ldp-dark-1) 0%, var(--ldp-dark-2) 50%, #2a1018 100%);
    padding: 72px 0;
}

.ldp-best__glow {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(219, 31, 31, .25) 0%, transparent 70%);
    pointer-events: none;
}

.ldp-best__inner { position: relative; z-index: 1; }

.ldp-best__eyebrow {
    display: inline-block;
    background: rgba(219, 31, 31, .2);
    border: 1px solid rgba(219, 31, 31, .4);
    color: #ff8a96;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.ldp-best__title {
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 14px;
}

.ldp-best__title .gold { color: var(--ldp-gold); }

.ldp-best__sub { font-size: 15px; color: rgba(255, 255, 255, .55); max-width: 540px; margin: 0 auto; }

.ldp-best__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 44px;
}

.ldp-best__card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(219, 31, 31, .25);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}

.ldp-best__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(219, 31, 31, .3);
    border-color: rgba(219, 31, 31, .6);
}

.ldp-best__card.feat {
    border: 2px solid rgba(255, 208, 113, .45);
    box-shadow: 0 16px 48px rgba(219, 31, 31, .2);
}

.ldp-best__ribbon {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    background: linear-gradient(135deg, #c9a84c, var(--ldp-gold));
    color: var(--ldp-dark-1);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .5px;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
}

.ldp-best__card img { width: 100%; display: block; }

.ldp-best__meta { padding: 16px 20px; border-top: 1px solid rgba(219, 31, 31, .2); }
.ldp-best__week { font-size: 11px; font-weight: 700; letter-spacing: 1px; color: #ff8a96; margin-bottom: 4px; }
.ldp-best__card.feat .ldp-best__week { color: var(--ldp-gold); }
.ldp-best__name { font-size: 15px; font-weight: 800; color: #fff; }
.ldp-best__pos { font-size: 12px; color: rgba(255, 255, 255, .45); margin-top: 2px; }

.ldp-best__quote {
    margin-top: 36px;
    background: rgba(219, 31, 31, .08);
    border: 1px solid rgba(219, 31, 31, .2);
    border-radius: 14px;
    padding: 24px 32px;
    text-align: center;
}

.ldp-best__quote p { font-size: 15px; color: rgba(255, 255, 255, .65); line-height: 1.7; font-style: italic; margin: 0; }
.ldp-best__quote span { display: block; margin-top: 12px; font-size: 13px; color: rgba(255, 255, 255, .35); }

/* ==========================================================================
   GALLERY (mosaic)
   ========================================================================== */
.ldp-gallery__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 280px 280px;
    gap: 14px;
}

.ldp-gallery__cell {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.ldp-gallery__cell.big { grid-row: 1 / 3; }

.ldp-gallery__split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ldp-gallery__cell img { width: 100%; height: 100%; object-fit: cover; }

.ldp-gallery__cell::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 0, 5, .65) 0%, transparent 60%);
}

.ldp-gallery__cell.red-overlay::after {
    background: linear-gradient(to top, rgba(219, 31, 31, .7) 0%, transparent 55%);
}

.ldp-gallery__cap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    z-index: 2;
}

.ldp-gallery__cap strong { display: block; font-size: 15px; color: #fff; }
.ldp-gallery__cap span { font-size: 13px; color: rgba(255, 255, 255, .72); }

/* ==========================================================================
   REQUIREMENTS
   ========================================================================== */
.ldp-req__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.ldp-req__card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 30px 30px 24px;
    box-shadow: var(--shadow-sm);
}

.ldp-req__card h3 { font-size: 19px; font-weight: 700; margin: 0 0 18px; }

.ldp-req__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 14px;
}

.ldp-req__dot {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--ldp-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.ldp-req__dot svg { width: 11px; height: 9px; }
.ldp-req__dot polyline { fill: none; stroke: var(--brand); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ==========================================================================
   PROCESS
   ========================================================================== */
.ldp-proc__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ldp-proc__card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 32px 28px 26px;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.ldp-proc__num {
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ldp-proc__card h4 { font-size: 17px; font-weight: 700; margin: 0 0 10px; }
.ldp-proc__card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0 0 14px; }

.ldp-proc__time {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--brand);
    background: var(--ldp-soft);
    padding: 4px 14px;
    border-radius: 20px;
}

/* ==========================================================================
   REGISTER
   ========================================================================== */
.ldp-register {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    padding: 72px 0;
}

.ldp-register__wrap {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 48px;
    align-items: center;
}

.ldp-register__title { font-size: clamp(26px, 3vw, 38px); font-weight: 800; color: #fff; margin: 0 0 14px; line-height: 1.2; }
.ldp-register__lead { font-size: 16px; color: rgba(255, 255, 255, .85); line-height: 1.7; margin: 0 0 24px; }

.ldp-register__pts { display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }

.ldp-register__pt {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    font-size: 15px;
}

.ldp-register__pt::before {
    content: "\2713";
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ldp-register__contact { display: flex; flex-direction: column; gap: 8px; }
.ldp-register__contact a { color: rgba(255, 255, 255, .92); text-decoration: none; font-size: 14px; }
.ldp-register__contact a:hover { color: #fff; text-decoration: underline; }

.ldp-register__box {
    background: #fff;
    border-radius: 18px;
    padding: 30px 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.ldp-register__form-title { font-size: 20px; font-weight: 800; text-align: center; }
.ldp-register__form-sub { font-size: 13px; color: var(--muted); text-align: center; margin: 4px 0 20px; }

/* Theme the shared vertical-apply-form inside the register box */
.ldp-register__box .vertical-apply-form .form-control,
.ldp-register__box .vertical-apply-form .form-select {
    border-radius: 10px;
    border: 1px solid var(--line);
    padding: 12px 14px;
    font-size: 14px;
}

.ldp-register__box .apply-submit-button {
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
    border-radius: 10px;
    padding: 14px 20px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.ldp-register__box .apply-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(219, 31, 31, .4);
}

.ldp-register__note { font-size: 12px; color: var(--muted); text-align: center; margin-top: 14px; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1100px) {
    .ldp-modules__grid { grid-template-columns: repeat(3, 1fr); }
    .ldp-evp__grid { grid-template-columns: repeat(2, 1fr); }
    .ldp-hero__layout { grid-template-columns: 1fr 360px; gap: 32px; }
}

@media (max-width: 900px) {
    .ldp-hero__photo { width: 100%; opacity: .14; }
    .ldp-hero__layout,
    .ldp-about__grid,
    .ldp-income__grid,
    .ldp-cases__grid,
    .ldp-req__grid,
    .ldp-register__wrap { grid-template-columns: 1fr; }
    .ldp-hero__form { max-width: 460px; }
    .ldp-register__wrap { gap: 32px; }
    .ldp-register__box { max-width: 460px; }
    .ldp-modules__grid,
    .ldp-videos__grid,
    .ldp-best__grid,
    .ldp-proc__row { grid-template-columns: repeat(2, 1fr); }
    .ldp-proof__inner { grid-template-columns: repeat(2, 1fr); gap: 18px 8px; }
    .ldp-proof__it:nth-child(2n) { border-right: none; }
    .ldp-gallery__grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .ldp-gallery__cell.big { grid-row: auto; min-height: 240px; }
    .ldp-gallery__cell { min-height: 200px; }
}

@media (max-width: 560px) {
    .ldp-section, .ldp-best, .ldp-register { padding: 48px 0; }
    .ldp-modules__grid,
    .ldp-evp__grid,
    .ldp-videos__grid,
    .ldp-best__grid,
    .ldp-proc__row { grid-template-columns: 1fr; }
    .ldp-proof__inner { grid-template-columns: 1fr; }
    .ldp-proof__it { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, .18); padding-bottom: 14px; }
    .ldp-proof__it:last-child { border-bottom: none; }
    .ldp-hero__income { display: flex; width: 100%; }
    .ldp-hero__btns .ldp-btn { width: 100%; justify-content: center; }
    .ldp-about__stats { grid-template-columns: repeat(2, 1fr); }
    .ldp-cases__cta { flex-direction: column; align-items: flex-start; }
}
