/* All presentation is scoped to the Home Care block and its owning page. */
body.luniro-home-care-page { background:#f3f0e6; }
.luniro-home-care-page .hero-section { display:none; }
.luniro-home-care-page #main { background-image:linear-gradient(#0F3829, #0F3829); background-size:100% calc(var(--header-height, 0px) * var(--has-transparent-header, 0)); background-repeat:no-repeat; }
.luniro-home-care-page #main > :is(.ct-container, .ct-container-full) { padding-top:calc(30px + var(--header-height, 0px) * var(--has-transparent-header, 0)); padding-bottom:45px; }
.luniro-home-care-page .entry-content > .luniro-hc { width:min(1320px, calc(100% - 40px)); max-width:1320px; margin-inline:auto; }
.luniro-hc { --lhc-green:#124b31; --lhc-ink:#173e2d; --lhc-paper:#fffdf6; --lhc-line:#ced4c8; --lhc-mint:#edf6ef; color:var(--lhc-ink); font-family:inherit; width:100%; max-width:1320px; margin:0 auto; }
.luniro-hc *, .luniro-hc *::before, .luniro-hc *::after { box-sizing:border-box; }
.luniro-hc [hidden] { display:none!important; }
.luniro-hc h1,.luniro-hc h2,.luniro-hc h3 { color:inherit; font-family:inherit; letter-spacing:-.025em; }
.lhc-hero { display:grid; grid-template-columns:minmax(0,1.75fr) minmax(300px,1fr); gap:36px; margin-bottom:20px; }
.lhc-intro { background:#123f2c; color:var(--lhc-paper); border-radius:10px; padding:30px; min-height:250px; }
.lhc-intro .lhc-eyebrow { color:#e0c26e; font-size:12px; font-weight:750; letter-spacing:.085em; margin:0 0 12px; }
.lhc-intro h1 { font-size:clamp(27px,3.1vw,42px); font-weight:750; line-height:1.12; margin:0 0 14px; max-width:640px; }
.lhc-intro p:last-child { font-size:15px; line-height:1.6; margin:0; max-width:620px; }
.lhc-hero > img { width:100%; height:100%; max-height:290px; min-height:250px; object-fit:cover; border-radius:10px; }
.lhc-layout { display:grid; grid-template-columns:minmax(0,1.75fr) minmax(300px,1fr); align-items:start; gap:36px; }
.lhc-form,.lhc-options { min-width:0; margin:0; padding:0; border:0; }
.lhc-steps { display:grid; grid-template-columns:1fr 1fr; gap:16px 20px; }
.lhc-card { border:1px solid var(--lhc-line); background:var(--lhc-paper); border-radius:9px; padding:22px 24px; min-width:0; }
.lhc-card h2 { margin:0 0 18px; font-size:16px; font-weight:750; line-height:1.4; }
.lhc-card h3 { font-size:14px; font-weight:700; margin:18px 0 6px; }
.lhc-wide { grid-column:1 / -1; }
.lhc-fields { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.luniro-hc label { display:grid; gap:7px; font-size:13px; line-height:1.4; font-weight:550; min-width:0; }
.luniro-hc input:not([type=checkbox]),.luniro-hc textarea { width:100%; min-width:0; border:1px solid #bdc8be; border-radius:6px; color:var(--lhc-ink); background:#fffefa; min-height:44px; padding:9px 10px; font:inherit; box-shadow:none; }
.luniro-hc input[readonly] { background:#f2f4ee; }
.luniro-hc button { font:inherit; cursor:pointer; text-transform:none; letter-spacing:0; }
.luniro-hc button:disabled { cursor:default; opacity:.45; }
.luniro-hc :is(input,textarea,button,summary):focus-visible { outline:3px solid #b68b35; outline-offset:3px; }
.luniro-hc .lhc-hint { margin:9px 0 0; font-size:12px; line-height:1.5; color:#59635a; }
.lhc-stepper { display:flex; align-items:center; justify-content:space-between; background:#eff5f0; border:1px solid #ccd8ce; border-radius:7px; min-height:44px; overflow:hidden; }
.lhc-stepper button { flex:0 0 36px; min-height:42px; padding:4px; color:var(--lhc-green); background:transparent; border:0; box-shadow:none; font-size:21px; }
.lhc-stepper input[type=number] { -moz-appearance:textfield; border:0; padding:4px; text-align:center; background:transparent; min-width:0; font-size:17px; font-weight:750; }
.lhc-stepper input::-webkit-inner-spin-button,.lhc-stepper input::-webkit-outer-spin-button { -webkit-appearance:none; margin:0; }
.lhc-pets { border:0; padding:0; margin:0 0 10px; display:flex; gap:6px; }
.lhc-pets label { position:relative; flex:1; cursor:pointer; }
.lhc-pets input { position:absolute; opacity:0; width:1px; height:1px; }
.lhc-pets span { border:1px solid #cdd9cf; padding:9px 6px; border-radius:5px; text-align:center; background:#eff5f0; }
.lhc-pets input:checked + span { background:var(--lhc-green); color:#fff; border-color:var(--lhc-green); }
.lhc-pets input:focus-visible + span { outline:3px solid #b68b35; outline-offset:2px; }
.lhc-included,.lhc-addons,.lhc-auto { display:grid; grid-template-columns:1fr 1fr; gap:7px; }
.lhc-included > div { display:flex; align-items:center; gap:9px; padding:9px 10px; background:var(--lhc-mint); border:1px solid #a8c3ae; border-radius:6px; font-size:12px; line-height:1.4; }
.lhc-included > div > span { font-size:18px; }
.lhc-included small { margin-left:auto; border-radius:20px; background:#dcecdf; padding:2px 8px; font-size:10px; white-space:nowrap; }
.lhc-addon { display:grid; grid-template-columns:1fr 100px; gap:6px 10px; align-items:center; background:var(--lhc-mint); border:1px solid #a8c3ae; border-radius:6px; padding:10px; font-size:12px; }
.lhc-addon > strong { grid-row:1/3; font-size:12px; line-height:1.4; }
.lhc-unit { font-size:11px; text-align:right; }
.lhc-addon .lhc-stepper { min-height:29px; border-radius:4px; }
.lhc-addon .lhc-stepper button { flex-basis:28px; min-height:29px; font-size:18px; }
.lhc-addon .lhc-stepper input[type=number] { min-height:29px; font-size:12px; padding:2px; }
.lhc-auto > div { display:grid; gap:5px; padding:12px; background:#f1f3ec; border-radius:6px; font-size:12px; }
.lhc-auto small { color:#59635a; font-size:11px; }
.lhc-contact { margin-top:16px; }
.lhc-contact .lhc-fields { margin-top:14px; }
.lhc-summary { position:sticky; top:110px; scroll-margin-top:110px; border:1px solid var(--lhc-line); background:var(--lhc-paper); border-radius:9px; padding:30px; min-width:0; }
.lhc-summary h2 { font-size:24px; font-weight:750; margin:0 0 10px; }
.lhc-total { font-size:46px; font-weight:800; line-height:1.2; letter-spacing:-.05em; font-variant-numeric:tabular-nums; }
.lhc-quote-state { font-size:13px; color:#59635a; margin:6px 0 24px; }
.lhc-lines > div { display:flex; gap:16px; justify-content:space-between; align-items:start; padding:16px 0; border-top:1px solid #d4d8ce; font-size:12px; line-height:1.5; }
.lhc-lines strong { white-space:nowrap; font-variant-numeric:tabular-nums; }
.lhc-lines > div:last-child { font-size:14px; font-weight:750; }
.lhc-summary .lhc-submit { width:100%; border:0; border-radius:999px; background:var(--lhc-green); color:#fff; min-height:54px; padding:14px 20px; font-size:15px; font-weight:750; margin-top:24px; }
.lhc-summary .lhc-submit:hover:not(:disabled) { background:#0a3522; }
.lhc-summary .lhc-retry { border:1px solid var(--lhc-green); background:transparent; border-radius:6px; padding:8px 12px; color:var(--lhc-green); }
.lhc-disclaimer { font-size:11px; color:#59635a; line-height:1.6; border-top:1px solid #d4d8ce; padding-top:12px; margin:14px 0 0; }
.lhc-daily { margin-top:12px; font-size:12px; }
.lhc-daily summary { cursor:pointer; }
.lhc-daily > div { max-height:240px; overflow:auto; }
.lhc-daily > div > div { display:flex; justify-content:space-between; gap:8px; padding:6px 0; }
.lhc-status { margin:16px 0; color:var(--lhc-green); font-weight:650; }
.lhc-mobile { display:none; }
@media (max-width:1100px) and (min-width:801px) { .lhc-hero,.lhc-layout{grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);gap:22px}.lhc-card{padding:18px 16px}.lhc-fields{grid-template-columns:1fr}.lhc-addon{grid-template-columns:1fr}.lhc-addon>strong{grid-row:auto}.lhc-unit{text-align:left}.lhc-summary{padding:24px} }
@media (max-width:800px) { .lhc-hero,.lhc-layout{grid-template-columns:1fr;gap:18px}.lhc-intro{min-height:0;padding:26px 22px}.lhc-hero>img{min-height:0;height:220px;object-position:center 38%}.lhc-steps{gap:12px}.lhc-card{padding:18px 16px}.lhc-summary{position:static;scroll-margin-top:85px;padding:24px}.luniro-hc{padding-bottom:100px}.lhc-mobile{position:fixed;z-index:100;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 20px calc(12px + env(safe-area-inset-bottom));background:var(--lhc-paper);border-top:1px solid var(--lhc-line);box-shadow:0 -4px 16px #173e2d12}.lhc-mobile>div{font-size:11px}.lhc-mobile strong{display:block;font-size:23px}.lhc-mobile button{background:var(--lhc-green);color:#fff;border:0;border-radius:999px;padding:12px 18px;font-size:13px} }
@media(max-width:520px) { .lhc-steps{grid-template-columns:1fr}.lhc-included,.lhc-addons,.lhc-auto{grid-template-columns:1fr}.lhc-fields{gap:10px}.lhc-contact .lhc-fields{grid-template-columns:1fr}.lhc-intro h1{font-size:29px}.lhc-included small{font-size:11px}.lhc-addon{grid-template-columns:1fr 110px}.lhc-card h2{font-size:17px} }
@media(prefers-reduced-motion:reduce) { .luniro-hc *{scroll-behavior:auto!important} }
/* The existing Blocksy transparent header must not overlap this form. */
