:root {
    --lv-blue: #1859f4;
    --lv-blue-dark: #1048cf;
    --lv-green: #15945f;
    --lv-ink: #0b1533;
    --lv-muted: #58647f;
    --lv-line: #e3e8f2;
    --lv-soft: #f6f8fc;
}

body.marketplace-page[data-page="home"] {
    background: #fff;
    color: var(--lv-ink);
    font-family: "DM Sans", system-ui, sans-serif;
}

body.marketplace-page[data-page="home"] .site-header {
    height: 76px;
    background: rgba(255,255,255,.94);
    border-color: var(--lv-line);
    backdrop-filter: blur(18px);
}

body.marketplace-page[data-page="home"] .brand-mark i { background: var(--lv-blue); }
body.marketplace-page[data-page="home"] .brand-mark i + i { background: var(--lv-ink); }
body.marketplace-page[data-page="home"] .button-dark { background: var(--lv-blue); border-radius: 7px; }

.landing-v2, .landing-v2 * { box-sizing: border-box; }
.landing-v2 { overflow: hidden; background: #fff; font-family: "DM Sans", system-ui, sans-serif; }
.lv-wrap { width: min(1420px, calc(100% - 80px)); margin-inline: auto; }

.lv-hero { position: relative; padding: 70px 0 56px; background: radial-gradient(circle at 78% 32%, #eef3ff 0, #fff 38%); }
.lv-hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 68px; align-items: center; min-height: 570px; }
.lv-kicker { display: inline-flex; align-items: center; gap: 9px; padding: 9px 15px; border-radius: 999px; background: #eef3ff; color: var(--lv-blue); font-size: 12px; font-weight: 700; }
.lv-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--lv-green); }
.lv-hero-copy h1 { margin: 24px 0 20px; font-family: "DM Sans", system-ui, sans-serif; font-size: clamp(52px, 5vw, 78px); line-height: .99; letter-spacing: -.055em; font-weight: 700; }
.lv-hero-copy h1 em { color: var(--lv-blue); font-style: normal; }
.lv-hero-copy > p { max-width: 620px; margin: 0; color: var(--lv-muted); font-size: 18px; line-height: 1.55; }
.lv-actions { display: flex; gap: 14px; margin-top: 29px; }
.lv-button { position: relative; min-width: 190px; min-height: 67px; padding: 13px 48px 13px 18px; border: 1px solid var(--lv-line); border-radius: 9px; display: flex; flex-direction: column; justify-content: center; font-weight: 700; transition: transform .2s, box-shadow .2s; }
.lv-button > span { position: absolute; right: 18px; top: 17px; font-size: 20px; }
.lv-button small { display: block; margin-top: 1px; opacity: 1; font-size: 11px; font-weight: 500; }
.lv-button-primary { color: #fff; background: var(--lv-blue); border-color: var(--lv-blue); box-shadow: 0 12px 28px rgba(24,89,244,.2); }
.lv-button-secondary { background: #fff; }
.lv-button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(21,35,72,.12); }
.lv-trust-row { display: flex; align-items: center; gap: 14px; margin-top: 35px; }
.lv-trust-row strong, .lv-trust-row small { display: block; }
.lv-trust-row strong { font-size: 12px; }
.lv-trust-row small { color: var(--lv-muted); font-size: 10px; }
.lv-divider { width: 1px; height: 37px; margin-inline: 8px; background: var(--lv-line); }
.lv-avatar-stack { display: flex; }
.lv-avatar-stack span { width: 33px; height: 33px; display: grid; place-items: center; margin-left: -8px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: #8293bf; font-size: 9px; font-weight: 700; }
.lv-avatar-stack span:first-child { margin-left: 0; background: #263969; }
.lv-avatar-stack span:nth-child(2) { background: #8f4f38; }
.lv-avatar-stack span:nth-child(3) { background: #256b58; }
.lv-avatar-stack span:last-child { color: var(--lv-blue); background: #edf2ff; }

.lv-market-preview { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; z-index: 1; }
.lv-preview-orb { position: absolute; z-index: -1; width: 560px; height: 560px; right: 2%; top: 50%; transform: translateY(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(221,231,255,.85), rgba(247,249,255,0) 70%); }
.lv-project-card, .lv-proposals { position: relative; background: rgba(255,255,255,.97); border: 1px solid var(--lv-line); box-shadow: 0 20px 55px rgba(23,45,98,.1); }
.lv-project-card { align-self: center; z-index: 2; padding: 26px; border-radius: 13px 0 0 13px; }
.lv-card-meta, .lv-proposal-title { display: flex; align-items: center; justify-content: space-between; }
.lv-card-meta span { padding: 5px 9px; border-radius: 5px; color: #157a50; background: #e7f8ef; text-transform: uppercase; letter-spacing: .05em; font-size: 9px; font-weight: 700; }
.lv-card-meta time { color: var(--lv-muted); font-size: 10px; }
.lv-project-card h2 { margin: 19px 0 12px; font-size: 25px; line-height: 1.15; letter-spacing: -.025em; }
.lv-project-card > p { margin: 0; color: var(--lv-muted); font-size: 13px; line-height: 1.55; }
.lv-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 21px 0 30px; }
.lv-tags span { padding: 5px 9px; border-radius: 5px; background: var(--lv-soft); color: var(--lv-muted); font-size: 10px; }
.lv-project-footer { display: grid; grid-template-columns: .8fr .8fr 1fr; gap: 15px; align-items: end; padding-top: 19px; border-top: 1px solid var(--lv-line); }
.lv-project-footer div { display: flex; flex-direction: column; }
.lv-project-footer small { color: var(--lv-muted); text-transform: uppercase; font-size: 9px; }
.lv-project-footer strong { margin-top: 3px; font-size: 18px; }
.lv-project-footer div:first-child strong { color: var(--lv-green); }
.lv-project-footer a { padding: 11px; border-radius: 6px; color: #fff; background: var(--lv-blue); text-align: center; font-size: 11px; font-weight: 700; }
.lv-proposals { z-index: 1; padding: 20px 16px; border-radius: 0 13px 13px 0; }
.lv-proposal-title { margin-bottom: 15px; }
.lv-proposal-title strong { font-size: 14px; }
.lv-proposal-title span { color: var(--lv-muted); font-size: 10px; }
.lv-proposals article { display: grid; grid-template-columns: 40px 1fr auto; gap: 10px; align-items: center; margin-top: 9px; padding: 11px; border: 1px solid var(--lv-line); border-radius: 8px; }
.lv-person { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 9px; font-weight: 700; }
.lv-person-one { background: #8f4f38; } .lv-person-two { background: #30456b; } .lv-person-three { background: #256b58; }
.lv-proposals article div strong, .lv-proposals article div small, .lv-proposals article > b small { display: block; }
.lv-proposals article div strong { font-size: 11px; }
.lv-proposals article div strong i { color: var(--lv-blue); font-style: normal; }
.lv-proposals article div small { color: var(--lv-muted); font-size: 8px; }
.lv-proposals article > b { font-size: 11px; text-align: right; }
.lv-proposals article > b small { color: var(--lv-muted); font-weight: 400; }
.lv-proposals > a { display: block; margin-top: 18px; color: var(--lv-blue); text-align: center; font-size: 10px; font-weight: 700; }

.lv-promise-strip { border-block: 1px solid var(--lv-line); background: #fbfcff; }
.lv-promise-strip .lv-wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.lv-promise-strip article { display: flex; gap: 15px; align-items: center; padding: 27px 25px; border-left: 1px solid var(--lv-line); }
.lv-promise-strip article:last-child { border-right: 1px solid var(--lv-line); }
.lv-promise-strip article > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--lv-blue); background: #edf2ff; font-size: 21px; }
.lv-promise-strip strong, .lv-promise-strip small { display: block; }
.lv-promise-strip strong { font-size: 12px; }
.lv-promise-strip small { color: var(--lv-muted); font-size: 10px; }

.lv-client-strip { padding: 30px 0 33px; border-top: 1px solid var(--lv-line); background: linear-gradient(180deg,#f8faff,#fff); text-align: center; }
.lv-client-strip > .lv-wrap > span { color: var(--lv-muted); font-size: 11px; font-weight: 600; }
.lv-client-strip .lv-company-logos { display: grid; grid-template-columns: repeat(6,1fr); gap: 38px; align-items: center; margin-top: 22px; }
.lv-company-logos img { width:100%; max-width:125px; max-height:34px; margin:auto; object-fit:contain; filter:grayscale(1); opacity:.62; }
.lv-company-logos img[alt="Traveloka"] { max-height:44px; }
.lv-principle-strip strong{color:#7d889f;font-size:13px;text-align:center;letter-spacing:-.02em}

.lv-section { padding: 100px 0; }
.lv-section-header { text-align: center; }
.lv-section-header > span, .lv-section-header > div > span { color: var(--lv-blue); text-transform: uppercase; letter-spacing: .08em; font-size: 10px; font-weight: 700; }
.lv-section-header h2 { margin: 8px 0 5px; font-family: "DM Sans", system-ui, sans-serif; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.045em; line-height: 1; }
.lv-section-header p { margin: 0; color: var(--lv-muted); font-size: 13px; }
.lv-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 52px; }
.lv-steps article { position: relative; min-height: 210px; padding: 8px 30px 0; text-align: center; }
.lv-steps article:not(:last-child)::after { content:"╌╌╌→"; position:absolute; top:34px; right:-38px; z-index:2; color:#9ba8c2; letter-spacing:3px; font-size:15px; }
.lv-steps i { position: absolute; top: -2px; left: calc(50% + 25px); z-index:2; width:21px; height:21px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--lv-blue); font-size:10px; font-style:normal; font-weight:700; }
.lv-steps article > span { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; color: var(--lv-blue); background: #e8efff; font-size: 29px; }
.lv-steps article:nth-child(2) > span { color:#16975e; background:#e7f8ef; }.lv-steps article:nth-child(2) i { background:#16975e; }
.lv-steps article:nth-child(3) > span { color:#efa81a; background:#fff4d9; }.lv-steps article:nth-child(3) i { background:#efa81a; }
.lv-steps article:nth-child(4) > span { color:#8b55d9; background:#f1eaff; }.lv-steps article:nth-child(4) i { background:#8b55d9; }
.lv-steps h3 { margin: 0 0 8px; font-size: 15px; }
.lv-steps p { max-width: 240px; margin: auto; color: var(--lv-muted); font-size: 11px; line-height: 1.6; }
.lv-categories { padding-top: 40px; }
.lv-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 40px; }
.lv-category-grid a { min-height: 136px; padding: 20px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--lv-line); border-radius: 8px; background: #fff; transition: transform .2s, border-color .2s, box-shadow .2s; }
.lv-category-grid a:hover { transform: translateY(-3px); border-color: var(--lv-blue); box-shadow: 0 15px 35px rgba(22,49,105,.08); }
.lv-category-grid span { color: var(--lv-blue); font-size: 26px; }
.lv-category-grid strong { margin-top: 10px; font-size: 12px; }
.lv-category-grid small { color: var(--lv-muted); font-size: 9px; }
.lv-jobs { background: var(--lv-soft); }
.lv-header-row { display: flex; justify-content: space-between; align-items: end; text-align: left; }
.lv-header-row > a { color: var(--lv-blue); font-size: 13px; font-weight: 700; }
.lv-jobs .job-grid { margin-top: 35px; }

.lv-stats { padding: 42px 0 24px; background: #fff; }
.lv-stats .lv-wrap { display: grid; grid-template-columns: 1.55fr repeat(4, 1fr); align-items: center; padding: 24px 30px; border:1px solid #dce4f5; border-radius:12px; background:#f1f4ff; box-shadow:0 8px 24px rgba(35,62,120,.06); }
.lv-stats .lv-wrap > div { min-height: 75px; padding: 8px 35px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #dbe2f2; }
.lv-stats .lv-wrap > div:last-child { border: 0; }
.lv-stats strong { display: block; font-size: 28px; }
.lv-stats small, .lv-stats p { color: var(--lv-muted); font-size: 10px; line-height: 1.4; }
.lv-rating strong { font-size: 16px; }.lv-rating p { margin: 5px 0 0; }.lv-rating p b { color:#16a064; letter-spacing:2px; }
.lv-final { padding: 0 0 42px; color: #fff; background: #fff; }
.lv-final .lv-wrap { padding: 28px 34px; border-radius: 10px; background: var(--lv-blue); }
.lv-final .lv-wrap { display: grid; grid-template-columns: 1fr auto auto; gap: 18px; align-items: center; }
.lv-final span { font-size: 20px; font-weight: 700; }.lv-final p { margin: 2px 0 0; opacity: 1; color:#fff; font-size: 12px; }
.lv-final a { min-width: 150px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 6px; text-align: center; font-size: 12px; font-weight: 700; }
.lv-final a:first-of-type { color: var(--lv-blue); background: #fff; }

@media (max-width: 1100px) {
    .lv-wrap { width: min(100% - 48px, 1420px); }
    .lv-hero-grid { grid-template-columns: 1fr; }
    .lv-market-preview { max-width: 760px; }
    .lv-promise-strip .lv-wrap, .lv-steps { grid-template-columns: repeat(2, 1fr); }
    .lv-promise-strip article:nth-child(3), .lv-promise-strip article:nth-child(4) { border-top: 1px solid var(--lv-line); }
    .lv-category-grid { grid-template-columns: repeat(3, 1fr); }
    .lv-steps article::after { display:none; }
}

@media (max-width: 700px) {
    .lv-wrap { width: min(100% - 28px, 1420px); }
    .lv-hero { padding-top: 42px; }
    .lv-hero-copy h1 { font-size: clamp(43px, 13vw, 62px); }
    .lv-actions, .lv-trust-row { align-items: stretch; flex-direction: column; }
    .lv-button { width: 100%; }
    .lv-divider { display: none; }
    .lv-market-preview { grid-template-columns: 1fr; }
    .lv-project-card { border-radius: 13px 13px 0 0; }
    .lv-proposals { border-radius: 0 0 13px 13px; }
    .lv-promise-strip .lv-wrap, .lv-steps, .lv-category-grid, .lv-stats .lv-wrap, .lv-final .lv-wrap { grid-template-columns: 1fr; }
    .lv-client-strip .lv-company-logos { grid-template-columns: repeat(2,1fr); gap:24px; }
    .lv-promise-strip article { border-right: 1px solid var(--lv-line); border-top: 1px solid var(--lv-line); }
    .lv-steps article { padding-block: 24px; border-right: 0; border-bottom: 1px solid var(--lv-line); }
    .lv-section { padding: 72px 0; }
    .lv-header-row { align-items: flex-start; flex-direction: column; gap: 18px; }
    .lv-stats .lv-wrap > div { border-right: 0; border-bottom: 1px solid #dbe2f2; }
    .lv-final a { width: 100%; }
}
