.rental-mvp {
    --rental-ink: #20242b;
    --rental-muted: #68717d;
    --rental-line: #d8dde3;
    --rental-soft: #f4f5f6;
    --rental-navy: #123f70;
    --rental-blue: #245dff;
    --rental-blue-dark: #1947ce;
    --rental-green: #37b84b;
    --rental-orange: #f47b20;
    --rental-aqua: #14b8bd;
    min-width: 320px;
    background: #fff;
    color: var(--rental-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rental-mvp *, .rental-mvp *::before, .rental-mvp *::after { box-sizing: border-box; }
.rental-mvp a { color: inherit; }
.rental-mvp :where(a, button, input, select):focus-visible { outline: 3px solid #8be1e4; outline-offset: 2px; }
.rental-mvp__inner { width: min(1440px, calc(100% - 48px)); margin-inline: auto; }

.rental-mvp__subnav { background: var(--rental-navy); color: #fff; }
.rental-mvp__subnav-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.rental-mvp__subnav-brand { font-size: .86rem; font-weight: 900; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.rental-mvp__subnav-brand::before { content: "●"; margin-right: 10px; color: var(--rental-orange); }
.rental-mvp__subnav-links { display: flex; align-items: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.rental-mvp__subnav-links li + li { border-left: 1px solid rgb(255 255 255 / 32%); }
.rental-mvp__subnav-links a { display: block; padding: 9px 22px; font-size: .9rem; font-weight: 800; text-decoration: none; }
.rental-mvp__subnav-links a:hover { color: #80e4e7; }

.rental-mvp__hero { padding: clamp(44px, 7vw, 82px) 0 34px; background: #fff; }
.rental-mvp__eyebrow { margin: 0 0 10px; color: var(--rental-blue); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.rental-mvp__hero h1 { max-width: 980px; margin: 0; color: var(--rental-navy); font-size: clamp(2.45rem, 5.7vw, 5.2rem); letter-spacing: -.055em; line-height: .95; }
.rental-mvp__lede { max-width: 790px; margin: 18px 0 0; color: #4c5562; font-size: clamp(1.04rem, 1.7vw, 1.25rem); line-height: 1.55; }
.rental-mvp__trust { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 22px 0 0; padding: 0; list-style: none; color: #414957; font-size: .86rem; font-weight: 700; }
.rental-mvp__trust li::before { content: "✓"; margin-right: 7px; color: var(--rental-green); font-weight: 900; }

.rental-mvp__planner-wrap { position: relative; z-index: 5; margin-top: 28px; }
.rental-mvp__planner { display: grid; grid-template-columns: .9fr .9fr 1.35fr .7fr .78fr auto; gap: 10px; padding: 14px; border: 1px solid #cbd2da; border-radius: 6px; background: #fff; box-shadow: 0 12px 32px rgb(15 45 75 / 13%); }
.rental-mvp__field { display: grid; gap: 6px; min-width: 0; margin: 0; color: #333b46; font-size: .74rem; font-weight: 850; letter-spacing: .02em; }
.rental-mvp__field input, .rental-mvp__field select { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #d5d9de; border-radius: 22px; background: #fff; color: var(--rental-ink); font: inherit; font-size: .9rem; font-weight: 650; letter-spacing: 0; }
.rental-mvp__field input[aria-invalid="true"] { border-color: #c52e2e; box-shadow: 0 0 0 2px rgb(197 46 46 / 12%); }
.rental-mvp__button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; align-self: end; padding: 10px 19px; border: 1px solid var(--rental-green); border-radius: 24px; background: var(--rental-green); color: #fff !important; font: inherit; font-size: .88rem; font-weight: 900; text-align: center; text-decoration: none; cursor: pointer; }
.rental-mvp__button:hover { border-color: #249b38; background: #249b38; }
.rental-mvp__button--secondary { border-color: var(--rental-navy); background: var(--rental-navy); color: #fff !important; }
.rental-mvp__button--secondary:hover { border-color: #0b3159; background: #0b3159; }

.rental-city { position: relative; min-width: 0; }
.rental-city__results { position: absolute; z-index: 30; top: calc(100% - 2px); left: 0; width: min(440px, 92vw); max-height: 270px; overflow-y: auto; border: 1px solid #bec7d1; border-radius: 8px; background: #fff; box-shadow: 0 16px 34px rgb(19 45 72 / 18%); }
.rental-city__option { display: block; width: 100%; padding: 12px 14px; border: 0; border-bottom: 1px solid #edf0f2; background: #fff; color: var(--rental-ink); font: inherit; font-size: .88rem; font-weight: 650; text-align: left; cursor: pointer; }
.rental-city__option:hover, .rental-city__option[aria-selected="true"] { background: #eaf8f8; color: #0d5558; }
.rental-city__status, .rental-city__error { margin: 5px 4px 0; font-size: .7rem; line-height: 1.3; }
.rental-city__status { min-height: .9em; color: var(--rental-muted); }
.rental-city__error { color: #a71919; font-weight: 750; }
.rental-city--optional .rental-mvp__field { color: #7b8490; }
.rental-city--optional input { background: #f1f3f5; color: #7b8490; cursor: not-allowed; }

.rental-mvp__form-alert { margin: 0 0 20px; padding: 12px 14px; border-left: 4px solid #c52e2e; background: #fff0f0; color: #7c1818; font-size: .88rem; font-weight: 750; }
.rental-mvp__section { padding: clamp(46px, 6vw, 76px) 0; }
.rental-mvp__section--soft { background: var(--rental-soft); }
.rental-mvp__section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.rental-mvp__section h2 { margin: 0; color: var(--rental-navy); font-size: clamp(1.7rem, 3vw, 2.4rem); letter-spacing: -.04em; }
.rental-mvp__section-intro { max-width: 720px; margin: 8px 0 0; color: var(--rental-muted); line-height: 1.55; }
.rental-mvp__result-context { margin: 10px 0 0; font-size: .88rem; font-weight: 720; }
.rental-mvp__result-count { flex: none; color: var(--rental-muted); font-size: .86rem; }
.rental-mvp__categories { display: flex; gap: 8px; margin: 0 0 22px; padding: 2px 0 8px; overflow-x: auto; list-style: none; }
.rental-mvp__category { display: inline-flex; min-height: 38px; align-items: center; padding: 7px 13px; border: 1px solid var(--rental-line); border-radius: 4px; background: #fff; font-size: .8rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.rental-mvp__category[aria-current="page"], .rental-mvp__category:hover { border-color: var(--rental-aqua); color: #08757a; }
.rental-mvp__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.rental-mvp__card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--rental-line); border-radius: 8px; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.rental-mvp__card:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgb(27 42 80 / 10%); }
.rental-mvp__media { display: grid; aspect-ratio: 4 / 3; place-items: center; overflow: hidden; background: #f7f7f6; }
.rental-mvp__media img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }
.rental-mvp__placeholder { display: grid; width: 78px; height: 78px; place-items: center; border-radius: 50%; background: #e8edff; color: var(--rental-blue); font-size: 1.35rem; font-weight: 900; }
.rental-mvp__card-body { display: flex; flex: 1; flex-direction: column; padding: 15px; }
.rental-mvp__status { width: fit-content; margin: 0 0 9px; padding: 4px 7px; border-radius: 3px; background: #e7f9e9; color: #238036; font-size: .66rem; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.rental-mvp__status--check { background: #fff1df; color: #8c4b00; }
.rental-mvp__card h3 { margin: 0; font-size: 1.04rem; line-height: 1.25; }
.rental-mvp__card h3 a { text-decoration: none; }
.rental-mvp__card h3 a:hover { color: var(--rental-blue); }
.rental-mvp__card-copy { margin: 8px 0 14px; color: var(--rental-muted); font-size: .85rem; line-height: 1.45; }
.rental-mvp__specs { display: flex; flex-wrap: wrap; gap: 5px; margin: 0 0 14px; padding: 0; list-style: none; }
.rental-mvp__specs li { padding: 3px 6px; background: var(--rental-soft); color: #565e69; font-size: .68rem; }
.rental-mvp__card-foot { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 10px; margin-top: auto; }
.rental-mvp__price { margin: 0; font-size: 1rem; font-weight: 900; }
.rental-mvp__price small { display: block; margin-top: 2px; color: var(--rental-muted); font-size: .65rem; font-weight: 600; }
.rental-mvp__card-link { color: var(--rental-aqua) !important; font-size: .78rem; font-weight: 850; text-decoration: none; }
.rental-mvp__card-actions { display: flex; align-items: center; gap: 7px; }
.rental-mvp__card-rent { display: inline-flex; min-height: 34px; align-items: center; padding: 6px 11px; border-radius: 18px; background: var(--rental-green); color: #fff !important; font-size: .75rem; font-weight: 850; text-decoration: none; }
.rental-mvp__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; counter-reset: rental-step; }
.rental-mvp__step { position: relative; min-height: 132px; padding: 20px 18px 20px 74px; border: 1px solid #d9dcdf; background: #fff; counter-increment: rental-step; }
.rental-mvp__step::before { content: counter(rental-step); position: absolute; inset: 0 auto 0 0; display: grid; width: 58px; place-items: center; background: var(--rental-aqua); color: #fff; font-size: 1.45rem; font-weight: 900; }
.rental-mvp__step h3 { margin: 0 0 7px; font-size: 1rem; }
.rental-mvp__step p { margin: 0; color: var(--rental-muted); font-size: .83rem; line-height: 1.5; }
.rental-mvp__empty { padding: 32px; border: 1px dashed #b9c2d2; background: #fff; text-align: center; }

.rental-mvp__breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; padding: 34px 0 20px; border-bottom: 2px solid #3c4e60; color: var(--rental-muted); font-size: .8rem; }
.rental-mvp__breadcrumbs a { color: var(--rental-aqua); font-weight: 750; text-decoration: none; }
.rental-mvp__product-shell { display: grid; grid-template-columns: minmax(250px, .88fr) minmax(360px, 1.22fr) minmax(285px, .8fr); gap: clamp(24px, 3.2vw, 50px); padding: 42px 0 88px; align-items: start; }
.rental-mvp__gallery-main { display: grid; aspect-ratio: 4 / 3; place-items: center; overflow: hidden; border: 1px solid var(--rental-line); background: #f7f7f6; }
.rental-mvp__gallery-main img { width: 100%; height: 100%; object-fit: contain; padding: 18px; }
.rental-mvp__image-unavailable { color: var(--rental-muted); font-size: .84rem; }
.rental-mvp__thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 10px; }
.rental-mvp__thumbs button { aspect-ratio: 4 / 3; padding: 4px; border: 1px solid var(--rental-line); background: #fff; cursor: pointer; }
.rental-mvp__thumbs button[aria-current="true"] { border-color: var(--rental-orange); box-shadow: inset 0 0 0 1px var(--rental-orange); }
.rental-mvp__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.rental-mvp__product-content h1 { margin: 2px 0 12px; color: #2a2d31; font-size: clamp(2rem, 3.4vw, 3.25rem); letter-spacing: -.045em; line-height: 1.03; }
.rental-mvp__product-summary { margin: 0; color: #3f4854; font-size: 1.02rem; font-weight: 700; line-height: 1.5; }
.rental-mvp__product-description { color: #4e5762; line-height: 1.62; }
.rental-mvp__content-section { padding: 26px 0; border-top: 1px solid var(--rental-line); }
.rental-mvp__content-section:first-of-type { margin-top: 24px; }
.rental-mvp__content-section h2 { margin: 0 0 10px; color: #2b2e33; font-size: 1.75rem; letter-spacing: -.035em; }
.rental-mvp__content-section p, .rental-mvp__included-list { margin: 0; color: #4f5864; line-height: 1.6; }
.rental-mvp__included-list { padding-left: 20px; }
.rental-mvp__definition { margin: 0; border-top: 1px solid var(--rental-line); }
.rental-mvp__definition div { display: grid; grid-template-columns: minmax(130px, .75fr) 1fr; gap: 18px; padding: 11px 8px; border-bottom: 1px solid var(--rental-line); }
.rental-mvp__definition dt, .rental-mvp__definition dd { margin: 0; }
.rental-mvp__definition dt { color: var(--rental-muted); }
.rental-mvp__definition dd { font-weight: 650; }
.rental-mvp__booking { position: sticky; top: 82px; overflow: visible; border: 1px solid #cfd4d9; border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgb(23 43 63 / 10%); }
.rental-mvp__booking > :not(form) { margin-inline: 22px; }
.rental-mvp__booking > .rental-mvp__status { margin-top: 22px; }
.rental-mvp__booking-price { margin-top: 0; margin-bottom: 4px; font-size: 2rem; font-weight: 950; }
.rental-mvp__booking-price small { color: var(--rental-green); font-size: .76rem; }
.rental-mvp__booking-note { margin-top: 0; margin-bottom: 18px; color: var(--rental-muted); font-size: .76rem; line-height: 1.45; }
.rental-mvp__booking form { padding: 18px 22px 6px; border-top: 1px solid #edf0f2; }
.rental-mvp__booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.rental-mvp__booking .rental-mvp__button { width: calc(100% - 44px); margin: 14px 22px 0; }
.rental-mvp__booking form .rental-mvp__button { width: 100%; margin-inline: 0; }
.rental-mvp__booking-help { padding: 14px; border-radius: 5px; background: #eef4ff; color: #304d77; font-size: .8rem; font-weight: 750; text-align: center; }
.rental-mvp__booking-trust { margin-top: 16px !important; margin-bottom: 0 !important; padding: 16px 22px 20px 40px; border-top: 1px solid var(--rental-line); background: #f6f7f7; color: #59626d; font-size: .75rem; line-height: 1.55; }
.rental-mvp__recommended { margin-top: 28px; }
.rental-mvp__recommended h2 { margin: 0 0 10px; font-size: 1.55rem; letter-spacing: -.035em; }
.rental-mvp__recommended-card { display: grid; grid-template-columns: 1fr auto; min-height: 110px; gap: 10px; padding: 13px; border: 1px solid var(--rental-line); border-radius: 7px; }
.rental-mvp__recommended-card + .rental-mvp__recommended-card { margin-top: 9px; }
.rental-mvp__recommended-card span { display: block; color: var(--rental-green); font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.rental-mvp__recommended-card h3 { margin: 6px 0; font-size: .84rem; line-height: 1.3; }
.rental-mvp__recommended-card h3 a { text-decoration: none; }
.rental-mvp__recommended-card strong { font-size: .78rem; }
.rental-mvp__recommended-card img { width: 82px; height: 74px; object-fit: contain; }

.landing-inquiry[data-canonical-rental] .landing-inquiry__rental-details { margin: 4px 0 18px; border-top: 1px solid rgb(255 255 255 / 18%); }
.landing-inquiry[data-canonical-rental] .landing-inquiry__rental-details summary { padding: 14px 0; color: inherit; font-weight: 750; cursor: pointer; }

@media (max-width: 1180px) {
    .rental-mvp__planner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .rental-mvp__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .rental-mvp__product-shell { grid-template-columns: minmax(250px, .8fr) minmax(360px, 1.2fr); }
    .rental-mvp__product-right { grid-column: 1 / -1; }
    .rental-mvp__booking { position: static; display: grid; grid-template-columns: .7fr 1.3fr; padding: 20px; }
    .rental-mvp__booking form { grid-column: 2; grid-row: 1 / span 5; border-top: 0; }
    .rental-mvp__booking .rental-mvp__button, .rental-mvp__booking-trust { grid-column: 1; }
}

@media (max-width: 820px) {
    .rental-mvp__inner { width: min(100% - 28px, 1440px); }
    .rental-mvp__planner, .rental-mvp__grid, .rental-mvp__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rental-mvp__planner .rental-mvp__button { grid-column: 1 / -1; }
    .rental-mvp__product-shell { grid-template-columns: 1fr; padding-top: 26px; }
    .rental-mvp__product-left { display: contents; }
    .rental-mvp__gallery-main { grid-row: 1; }
    .rental-mvp__thumbs { grid-row: 2; }
    .rental-mvp__product-content { grid-row: 3; }
    .rental-mvp__recommended { grid-row: 4; margin-top: 0; }
    .rental-mvp__product-right { grid-row: 5; }
    .rental-mvp__booking { display: block; padding: 0; }
    .rental-mvp__booking form { border-top: 1px solid #edf0f2; }
}

@media (max-width: 560px) {
    .rental-mvp__subnav-inner { min-height: 58px; }
    .rental-mvp__subnav-links li:not(:last-child) { display: none; }
    .rental-mvp__subnav-links li + li { border: 0; }
    .rental-mvp__subnav-links a { padding-inline: 0; }
    .rental-mvp__hero { padding-top: 36px; }
    .rental-mvp__planner, .rental-mvp__grid, .rental-mvp__steps { grid-template-columns: 1fr; }
    .rental-mvp__planner .rental-mvp__button { grid-column: auto; }
    .rental-mvp__section-head { display: block; }
    .rental-mvp__result-count { display: block; margin-top: 8px; }
    .rental-mvp__booking-grid { grid-template-columns: 1fr; }
    .rental-mvp__breadcrumbs { padding-top: 22px; }
    .rental-mvp__product-shell { gap: 28px; }
    .rental-mvp__definition div { grid-template-columns: 1fr; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) { .rental-mvp__card { transition: none; } }
