/*
Theme Name:   Hello Carhire Child
Theme URI:    https://lombokonline.dev
Description:   Child theme Hello Elementor untuk situs sewa mobil Lombok. Homepage & halaman inti dilayani template PHP + shortcode plugin Lombok Carhire (render server-side, JS minimal) supaya Lighthouse mobile tetap tinggi. Elementor cukup untuk halaman statis tambahan.
Author:       Lombok Online
Template:     hello-elementor
Version:      1.1.0
Text Domain:  hello-carhire-child
*/

:root {
	--lch-orange: #e8641e;
	--lch-orange-dark: #c14e12;
	--lch-wa: #1fa855;
	--lch-ink: #1c1b19;
	--lch-muted: #6b6a66;
	--lch-line: #ece9e2;
	--lch-soft: #faf8f4;
}

.lch-container {
	width: 100%;
	max-width: 1120px;
	margin-inline: auto;
	padding-inline: 20px;
}

/* ---------- Buttons ---------- */
.lch-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 11px 18px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid transparent;
	transition: transform .15s ease, background .15s ease, opacity .15s ease, border-color .15s ease;
}
.lch-btn:active { transform: scale(.98); }
.lch-btn--lg { padding: 14px 24px; font-size: 15px; }
.lch-btn--ghost { background: #fff; color: var(--lch-ink); border-color: var(--lch-line); }
.lch-btn--ghost:hover { border-color: #cfccc4; }
.lch-btn--wa { background: var(--lch-wa); color: #fff; }
.lch-btn--wa:hover { opacity: .92; }

/* ---------- Home hero ---------- */
.lch-hero-home {
	background: linear-gradient(160deg, #fff 0%, #fbf3ec 60%, #f7e9df 100%);
	padding: clamp(48px, 9vw, 96px) 0;
}
.lch-hero-home__inner { max-width: 680px; }
.lch-hero-home__eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: var(--lch-orange-dark);
	background: #fbe7da;
	padding: 5px 12px;
	border-radius: 20px;
	margin-bottom: 16px;
}
.lch-hero-home__title {
	margin: 0 0 14px;
	font-size: clamp(30px, 6.5vw, 52px);
	line-height: 1.08;
	letter-spacing: -.01em;
}
.lch-hero-home__sub {
	margin: 0 0 26px;
	font-size: clamp(15px, 2.5vw, 18px);
	line-height: 1.6;
	color: #4a4945;
}
.lch-hero-home__cta { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Trust strip ---------- */
.lch-trust { border-bottom: 1px solid var(--lch-line); background: #fff; }
.lch-trust__row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	padding-block: 20px;
}
@media (min-width: 720px) { .lch-trust__row { grid-template-columns: repeat(4, 1fr); } }
.lch-trust__item { display: flex; flex-direction: column; }
.lch-trust__item strong { font-size: 15px; }
.lch-trust__item span { font-size: 13px; color: var(--lch-muted); }

/* ---------- Section ---------- */
.lch-section { padding: clamp(40px, 7vw, 72px) 0; }
.lch-section--soft { background: var(--lch-soft); }
.lch-section__head { max-width: 680px; margin-bottom: 28px; }
.lch-section__head h2 { margin: 0 0 8px; font-size: clamp(22px, 4vw, 32px); line-height: 1.15; }
.lch-section__head p { margin: 0; color: var(--lch-muted); font-size: 16px; line-height: 1.6; }
.lch-section__more { margin-top: 24px; }

/* ---------- Features 3-col ---------- */
.lch-features {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin: 24px 0;
}
@media (min-width: 780px) { .lch-features { grid-template-columns: repeat(3, 1fr); } }
.lch-feature {
	background: #fff;
	border: 1px solid var(--lch-line);
	border-radius: 16px;
	padding: 22px;
}
.lch-feature h3 { margin: 0 0 8px; font-size: 17px; }
.lch-feature p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--lch-muted); }

/* ---------- Stats ---------- */
.lch-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 32px 0 8px;
}
.lch-stat {
	text-align: center;
	background: var(--lch-soft);
	border-radius: 16px;
	padding: 22px 12px;
}
.lch-stat__num { display: block; font-size: clamp(24px, 5vw, 34px); font-weight: 800; color: var(--lch-orange-dark); }
.lch-stat__label { font-size: 13px; color: var(--lch-muted); }

/* ---------- Page head ---------- */
.lch-page-head { padding: clamp(32px, 6vw, 64px) 0 12px; max-width: 760px; }
.lch-page-head__eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: var(--lch-orange-dark);
	margin-bottom: 10px;
}
.lch-page-head h1 { margin: 0 0 12px; font-size: clamp(26px, 5.5vw, 40px); line-height: 1.12; }
.lch-page-head p { margin: 0; color: var(--lch-muted); font-size: 16px; line-height: 1.65; }

/* ---------- Prose ---------- */
.lch-prose { max-width: 760px; font-size: 16px; line-height: 1.7; color: #34332f; padding: 8px 0 20px; }
.lch-prose h2 { font-size: clamp(20px, 3.5vw, 26px); margin: 32px 0 10px; }
.lch-prose p { margin: 0 0 1em; }
.lch-list { list-style: none; padding: 0; margin: 8px 0 16px; }
.lch-list li { position: relative; padding-left: 24px; margin-bottom: 8px; font-size: 15px; }
.lch-list li::before { content: ""; position: absolute; left: 4px; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--lch-orange); }
.lch-list--muted li::before { background: #cfccc4; }

/* ---------- Services ---------- */
.lch-svc { padding: 20px 0 8px; border-bottom: 1px solid var(--lch-line); margin-bottom: 8px; }
.lch-svc h2 { font-size: clamp(20px, 4vw, 28px); margin: 0 0 10px; }
.lch-svc > p { max-width: 720px; color: var(--lch-muted); line-height: 1.65; }
.lch-svc__cols { display: grid; grid-template-columns: 1fr; gap: 20px; margin: 18px 0 20px; }
@media (min-width: 640px) { .lch-svc__cols { grid-template-columns: 1fr 1fr; max-width: 640px; } }
.lch-svc__cols h3 { font-size: 15px; margin: 0 0 8px; }
.lch-svc__grouptitle { font-size: clamp(20px, 4vw, 28px); margin: 28px 0 18px; }
.lch-svc__note { max-width: 720px; margin: 24px 0; color: var(--lch-muted); }

/* ---------- FAQ ---------- */
.lch-faq { max-width: 780px; margin: 16px 0 8px; }
.lch-faq__item { border: 1px solid var(--lch-line); border-radius: 12px; margin-bottom: 10px; background: #fff; overflow: hidden; }
.lch-faq__q { cursor: pointer; padding: 16px 18px; font-size: 15px; font-weight: 600; list-style: none; position: relative; padding-right: 44px; }
.lch-faq__q::-webkit-details-marker { display: none; }
.lch-faq__q::after { content: "+"; position: absolute; right: 18px; top: 14px; font-size: 20px; color: var(--lch-orange); transition: transform .2s ease; }
.lch-faq__item[open] .lch-faq__q::after { content: "\2212"; }
.lch-faq__a { padding: 0 18px 16px; font-size: 15px; line-height: 1.65; color: var(--lch-muted); }
.lch-faq__a p { margin: 0; }

/* ---------- Contact ---------- */
.lch-contact { display: grid; grid-template-columns: 1fr; gap: 28px; padding: 20px 0 56px; }
@media (min-width: 860px) { .lch-contact { grid-template-columns: 1fr 1.2fr; align-items: start; } }
.lch-contact__list { list-style: none; padding: 0; margin: 0 0 22px; }
.lch-contact__list li { padding: 12px 0; border-bottom: 1px solid var(--lch-line); font-size: 16px; }
.lch-contact__label { display: block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--lch-muted); margin-bottom: 4px; }
.lch-contact__list a { color: var(--lch-orange-dark); text-decoration: none; font-weight: 600; }

/* ---------- CTA banner ---------- */
.lch-cta { background: var(--lch-ink); color: #fff; text-align: center; padding: clamp(40px, 7vw, 64px) 0; }
.lch-cta__title { margin: 0 0 10px; font-size: clamp(22px, 4vw, 32px); color: #fff; }
.lch-cta__text { margin: 0 auto 24px; max-width: 520px; color: #cfccc6; font-size: 16px; line-height: 1.6; }

/* ---------- Single car ---------- */
.lch-crumbs { font-size: 12px; color: var(--lch-muted); margin: 18px 0 10px; }
.lch-crumbs a { color: inherit; text-decoration: none; }
.lch-crumbs a:hover { color: var(--lch-orange); }
.lch-crumbs span[aria-current] { color: var(--lch-ink); }
.lch-single { display: grid; grid-template-columns: 1fr; gap: 28px; padding-bottom: 48px; }
@media (min-width: 900px) { .lch-single { grid-template-columns: 1.6fr 1fr; align-items: start; } .lch-single__side { position: sticky; top: 24px; } }
.lch-hero { border-radius: 18px; overflow: hidden; background: var(--lch-soft); aspect-ratio: 16 / 10; }
.lch-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lch-single__title { margin: 18px 0 6px; font-size: clamp(24px, 5vw, 34px); line-height: 1.15; }
.lch-single__badge { display: inline-block; background: #fbe7da; color: var(--lch-orange-dark); font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 20px; margin-bottom: 4px; }
.lch-single__specs { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 0; margin: 14px 0 20px; font-size: 14px; color: var(--lch-muted); }
.lch-single__body { font-size: 16px; line-height: 1.7; color: #34332f; }
.lch-single__body p { margin: 0 0 1em; }

/* ---------- Archive ---------- */
.lch-archive-head { padding: 28px 0 8px; }
.lch-archive-head h1 { margin: 0 0 6px; font-size: clamp(24px, 5vw, 34px); }
.lch-archive-head p { margin: 0; color: var(--lch-muted); font-size: 15px; }
.lch-archive-wrap { padding: 16px 0 56px; }

/* ============================================================
   APP SHELL (v1.2) — 1100px width, app bar, bottom nav
   ============================================================ */
.lch-container { max-width: 1100px; }
body { padding-bottom: 78px; }
@media (min-width: 960px) { body { padding-bottom: 0; } }
.site-main { display: block; }

/* App bar */
.appbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--lch-line); }
.appbar-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 20px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 17px; letter-spacing: -.02em; color: var(--lch-ink); }
.brand img { max-height: 40px; width: auto; }
.brand-dot { width: 34px; height: 34px; border-radius: 12px; background: linear-gradient(135deg, var(--lch-orange), #ffb25e); display: grid; place-items: center; flex: none; }
.brand-dot svg { width: 18px; height: 18px; }
.brand-text small { display: block; font-size: 10px; font-weight: 600; color: var(--lch-muted); letter-spacing: .08em; text-transform: uppercase; }
.appbar-nav { display: none; gap: 4px; }
@media (min-width: 960px) { .appbar-nav { display: flex; } }
.appbar-nav a { font-size: 13.5px; font-weight: 600; color: var(--lch-muted); padding: 8px 14px; border-radius: 99px; transition: all .2s; }
.appbar-nav a:hover { background: var(--lch-soft); color: var(--lch-ink); }
.appbar-wa { display: inline-flex; align-items: center; gap: 7px; background: var(--lch-wa); color: #fff; font-weight: 700; font-size: 13px; padding: 9px 16px; border-radius: 99px; }
.appbar-wa svg { width: 16px; height: 16px; fill: #fff; }
.appbar-wa span { display: none; }
@media (min-width: 520px) { .appbar-wa span { display: inline; } }

/* Hero (home) */
.hero { max-width: 1100px; margin: 0 auto; padding: 40px 20px 0; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #fbe7da; color: var(--lch-orange-dark); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 7px 14px; border-radius: 99px; margin-bottom: 16px; }
.hero-eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lch-orange); }
.hero h1 { font-size: clamp(30px, 6vw, 48px); font-weight: 800; line-height: 1.12; letter-spacing: -.03em; max-width: 680px; }
.hero h1 em { font-style: normal; color: var(--lch-orange); }
.hero p { color: var(--lch-muted); font-size: 15px; margin-top: 12px; max-width: 520px; line-height: 1.65; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

/* Quicknav */
.quicknav { max-width: 1100px; margin: 26px auto 0; padding: 0 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.qn { background: var(--lch-soft); border-radius: 16px; padding: 16px 12px; text-align: center; transition: all .2s; }
.qn:hover { background: #fbe7da; transform: translateY(-2px); }
.qn svg { width: 26px; height: 26px; stroke: var(--lch-orange); margin: 0 auto 8px; }
.qn b { font-size: 13px; display: block; }
.qn span { font-size: 11px; color: var(--lch-muted); }

/* Section heads */
section { scroll-margin-top: 76px; }
.sec-head { max-width: 1100px; margin: 48px auto 0; padding: 0 20px 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.sec-eyebrow { font-size: 12px; font-weight: 700; color: var(--lch-orange); text-transform: uppercase; letter-spacing: .06em; }
.sec-head h2 { font-size: clamp(22px, 4vw, 30px); font-weight: 800; letter-spacing: -.02em; margin-top: 6px; }
.sec-head p { font-size: 13.5px; color: var(--lch-muted); margin-top: 6px; max-width: 460px; line-height: 1.5; }
.sec-more { flex: none; font-size: 13px; font-weight: 700; color: var(--lch-orange-dark); background: #fbe7da; padding: 9px 16px; border-radius: 99px; transition: all .2s; white-space: nowrap; }
.sec-more:hover { background: var(--lch-orange); color: #fff; }

/* Trust */
.trust { margin-top: 48px; }
.trust-grid { display: grid; gap: 12px; }
@media (min-width: 720px) { .trust-grid { grid-template-columns: repeat(3, 1fr); } }
.trust-item { display: flex; gap: 14px; align-items: center; background: var(--lch-soft); border-radius: 16px; padding: 16px 18px; }
.trust-ic { width: 42px; height: 42px; flex: none; border-radius: 14px; background: #fff; display: grid; place-items: center; box-shadow: 0 6px 24px rgba(28,27,25,.06); }
.trust-ic svg { width: 20px; height: 20px; stroke: var(--lch-orange); }
.trust-item b { font-size: 14px; display: block; }
.trust-item span { font-size: 12.5px; color: var(--lch-muted); }

/* Footer */
.site-footer { margin-top: 48px; border-top: 1px solid var(--lch-line); }
.site-footer__inner { padding: 24px 20px; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.site-footer p { font-size: 13px; color: var(--lch-muted); margin: 0; }

/* Floating WA (desktop) */
.float-wa { display: none; position: fixed; right: 26px; bottom: 26px; z-index: 60; background: var(--lch-wa); color: #fff; font-weight: 700; font-size: 14px; padding: 14px 22px; border-radius: 99px; box-shadow: 0 12px 30px rgba(31,168,85,.35); align-items: center; gap: 9px; transition: transform .15s; }
.float-wa:hover { transform: translateY(-2px); }
.float-wa svg { width: 20px; height: 20px; fill: #fff; }
@media (min-width: 960px) { .float-wa { display: inline-flex; } }

/* Bottom nav (mobile) */
.bottomnav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-top: 1px solid var(--lch-line); display: flex; justify-content: space-around; align-items: flex-end; padding: 9px 8px calc(9px + env(safe-area-inset-bottom)); }
.bn-item { display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 11px; font-weight: 600; color: var(--lch-muted); }
.bn-item svg { width: 22px; height: 22px; stroke: var(--lch-muted); }
.bn-item.active, .bn-item.active svg { color: var(--lch-orange); stroke: var(--lch-orange); }
.bn-wa { margin-top: -24px; width: 52px; height: 52px; border-radius: 50%; background: var(--lch-wa); display: grid; place-items: center; box-shadow: 0 10px 24px rgba(31,168,85,.4); }
.bn-wa svg { width: 25px; height: 25px; fill: #fff; }
@media (min-width: 960px) { .bottomnav { display: none; } }

/* CTA banner spacing tweak inside app shell */
.lch-cta { margin-top: 48px; }
