/* Yamaguchi Motors — Self-Drive Rental (Phase 13, Japanese Minimal Automotive). Scoped to .ymr-page. */
.ymr-page{--r:#D70000;--rh:#B50000;--ink:#151515;--char:#242424;--warm:#F5F3EF;--bd:#E2E0DC;--g6:#737373;--g7:#555555;--ok:#19733B;font-family:var(--ym-font,"Noto Sans JP",system-ui,sans-serif);color:var(--ink)}
.ymr-page *{box-sizing:border-box}
.ymr-page h1,.ymr-page h2,.ymr-page h3{line-height:1.15;text-wrap:balance;letter-spacing:-.01em;margin:0}
.ymr-page p{margin:0}
.ymr-wrap{max-width:1120px;margin:0 auto;padding:0 20px}.ymr-narrow{max-width:820px}
.ymr-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--r)}
.ymr-section{padding:56px 0}.ymr-alt{background:#fff}.ymr-page{background:var(--warm)}
.ymr-head{max-width:720px;margin:0 0 26px}.ymr-head h2{font-size:clamp(1.5rem,3.2vw,2.1rem);margin:.3em 0 .3em}.ymr-head p{color:var(--g7)}
.ymr-page .ymr-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 22px;min-height:46px;border-radius:3px;font-weight:700;font-size:.95rem;border:2px solid transparent;cursor:pointer;font-family:inherit;line-height:1.2;text-decoration:none;transition:background .15s,color .15s,border-color .15s}
.ymr-page .ymr-btn-primary,.ymr-page .ymr-btn-primary:visited,.ymr-page .ymr-btn-primary:link{background:var(--r);color:#fff!important;border-color:var(--r)}.ymr-page .ymr-btn-primary:hover,.ymr-page .ymr-btn-primary:focus-visible,.ymr-page .ymr-btn-primary:active{background:var(--rh);border-color:var(--rh);color:#fff!important}
.ymr-page .ymr-btn-primary[disabled],.ymr-page .ymr-btn-primary:disabled{background:#8a8a8a;border-color:#8a8a8a;color:#fff!important;cursor:not-allowed}
.ymr-page .ymr-btn-dark,.ymr-page .ymr-btn-dark:visited{background:var(--ink);color:#fff!important;border-color:var(--ink)}.ymr-page .ymr-btn-dark:hover{background:var(--char)}
.ymr-page .ymr-btn-outline,.ymr-page .ymr-btn-outline:visited{background:transparent;color:var(--ink)!important;border-color:var(--ink)}.ymr-page .ymr-btn-outline:hover{background:var(--ink);color:#fff!important}
.ymr-page .ymr-btn-block{width:100%}
.ymr-page a:focus-visible,.ymr-page button:focus-visible,.ymr-page input:focus-visible,.ymr-page select:focus-visible,.ymr-page textarea:focus-visible,.ymr-page summary:focus-visible{outline:2px solid var(--r);outline-offset:2px}
.ymr-textlink{color:var(--ink);text-decoration:underline;text-decoration-color:var(--r);text-underline-offset:4px;font-weight:600}.ymr-textlink:hover{color:var(--r)}.ymr-textlink-light,.ymr-textlink-light:visited{color:#fff}
.ymr-ico{display:inline-flex;width:28px;height:28px;color:var(--r);flex:0 0 28px}.ymr-ico svg{width:100%;height:100%}.ymr-ico.ymr-ok{color:var(--ok)}
/* hero */
.ymr-hero{position:relative;color:#fff;padding:64px 0 52px;border-bottom:4px solid var(--r);background:var(--ink) var(--ymr-hero) center/cover no-repeat;isolation:isolate}
.ymr-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(21,21,21,.86) 0%,rgba(21,21,21,.72) 45%,rgba(21,21,21,.35) 100%);z-index:-1}
.ymr-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}@media(max-width:900px){.ymr-hero-grid{grid-template-columns:1fr;gap:26px}}
body.jma .ymr-hero .ymr-eyebrow{color:#fff!important}.ymr-hero .ymr-eyebrow::before{content:"";display:inline-block;width:22px;height:3px;background:var(--r);margin-right:10px;vertical-align:middle}
body.jma .ymr-hero h1{font-size:clamp(1.9rem,4.2vw,3rem)!important;margin:.3em 0 .4em;color:#fff!important;letter-spacing:-.015em!important;line-height:1.1!important;max-width:14ch}
.ymr-hero .ymr-lead{font-size:1.05rem;max-width:520px;color:#E2E0DC}
.ymr-hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;align-items:center}
.ymr-hero-cap{margin-top:26px;font-size:.72rem;color:#B8B8B8;letter-spacing:.02em}
/* estimator card */
.ymr-est{background:#fff;color:var(--ink);border-top:4px solid var(--r);padding:22px;box-shadow:0 18px 40px rgba(0,0,0,.28);border-radius:3px}
.ymr-est h2{font-size:1.15rem;margin-bottom:4px;color:var(--ink)}.ymr-est .ymr-sub{font-size:.82rem;color:var(--g7);margin-bottom:14px}
.ymr-grid{display:grid;gap:12px}.ymr-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:480px){.ymr-two{grid-template-columns:1fr}}
.ymr-page label{font-size:.78rem;font-weight:600;display:flex;flex-direction:column;gap:6px;color:var(--char)}
.ymr-page .ymr-est input,.ymr-page .ymr-est select,.ymr-page .ymr-req-form input:not([type=checkbox]):not([type=radio]),.ymr-page .ymr-req-form select,.ymr-page .ymr-req-form textarea{font-family:inherit;font-size:1rem;padding:11px 12px;min-height:46px;border:1px solid var(--bd);border-radius:3px;background:var(--warm);color:var(--ink);width:100%}
.ymr-page .ymr-est input:focus,.ymr-page .ymr-est select:focus{border-color:var(--r);background:#fff}
.ymr-more{font-size:.85rem}.ymr-more summary{cursor:pointer;font-weight:600;color:var(--g7);padding:4px 0;list-style:none;display:flex;align-items:center;gap:6px;min-height:32px}.ymr-more summary::-webkit-details-marker{display:none}.ymr-more summary::before{content:"+";color:var(--r);font-weight:900}.ymr-more[open] summary::before{content:"\2212"}
.ymr-est-out{margin-top:14px;background:var(--warm);border:1px solid var(--bd);padding:14px 16px;font-variant-numeric:tabular-nums;min-height:92px;border-radius:3px}
.ymr-est-out .ymr-big{font-size:2rem;font-weight:900;letter-spacing:-.02em;line-height:1.1}.ymr-est-out .ymr-big small{display:block;font-size:.78rem;font-weight:500;color:var(--g6);margin-top:4px;letter-spacing:0}
.ymr-line{display:flex;justify-content:space-between;gap:12px;font-size:.86rem;color:var(--char);padding:4px 0;border-bottom:1px dashed var(--bd)}.ymr-line.ymr-sep span:last-child{color:var(--g6);font-style:italic}
.ymr-breakdown{margin-top:8px}.ymr-breakdown summary{font-size:.8rem;font-weight:600;color:var(--r);cursor:pointer;list-style:none;min-height:30px;display:flex;align-items:center}.ymr-breakdown summary::-webkit-details-marker{display:none}
.ymr-fine{font-size:.76rem;color:var(--g7);margin-top:10px;line-height:1.5}
.ymr-flag{font-size:.82rem;color:var(--rh);margin-top:8px;padding-left:18px;position:relative}.ymr-flag::before{content:"!";position:absolute;left:0;top:0;font-weight:900}
.ymr-est-actions{display:grid;gap:8px;margin-top:12px}.ymr-est-actions .ymr-btn{width:100%}
.ymr-est-status{font-size:.8rem;color:var(--g7);text-align:center;min-height:1.2em}
.ymr-change{font-size:.8rem;text-align:center}.ymr-change a{color:var(--g7);text-decoration:underline}
/* trust strip */
.ymr-trust-wrap{background:#fff;border-bottom:1px solid var(--bd)}
.ymr-trust{list-style:none;padding:18px 0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media(max-width:820px){.ymr-trust{grid-template-columns:repeat(2,1fr)}}
.ymr-trust li{display:flex;gap:12px;align-items:flex-start}.ymr-trust strong{display:block;font-size:.92rem}.ymr-trust span{font-size:.78rem;color:var(--g7)}
/* class cards */
.ymr-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:960px){.ymr-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ymr-cards{grid-template-columns:1fr}}
.ymr-card{background:#fff;border:1px solid var(--bd);display:flex;flex-direction:column;border-radius:3px;overflow:hidden}
.ymr-card-media{position:relative;aspect-ratio:16/10;background:var(--warm);overflow:hidden}.ymr-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.ymr-card .ymr-tag{position:absolute;top:12px;left:12px;background:var(--ink);color:#fff;font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 9px;border-radius:2px}.ymr-card .ymr-tag.ymr-snow{background:#1c4f8a}
.ymr-card .ymr-example{position:absolute;right:10px;bottom:10px;background:rgba(21,21,21,.78);color:#fff;font-size:.66rem;font-weight:600;padding:4px 8px;border-radius:2px}
.ymr-card-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}
.ymr-card-body h3{font-size:1.2rem}
.ymr-bestfor{font-size:.9rem;font-weight:700;color:var(--r)}
.ymr-chips{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px}.ymr-chips li{font-size:.76rem;background:var(--warm);border:1px solid var(--bd);padding:5px 9px;border-radius:2px;color:var(--char)}.ymr-chips b{color:var(--ink)}
.ymr-card-note{font-size:.86rem;color:var(--g7);flex:1}
.ymr-card-price{border-top:1px solid var(--bd);padding-top:12px}.ymr-price{font-weight:900;font-size:1.15rem;font-variant-numeric:tabular-nums;letter-spacing:-.01em;display:block}.ymr-price small{font-weight:500;color:var(--g6);font-size:.7rem;letter-spacing:0}.ymr-price.ymr-quote{font-size:.95rem;font-weight:700}
.ymr-subject{display:block;font-size:.72rem;color:var(--g6);margin-top:4px}
.ymr-class-details{font-size:.84rem}.ymr-class-details summary{cursor:pointer;color:var(--g7);font-weight:600;list-style:none;min-height:30px;display:flex;align-items:center;gap:6px}.ymr-class-details summary::-webkit-details-marker{display:none}.ymr-class-details summary::before{content:"+";color:var(--r);font-weight:900}.ymr-class-details[open] summary::before{content:"\2212"}.ymr-class-details ul{margin:6px 0 0;padding-left:18px;color:var(--char)}
/* trip purpose */
.ymr-purposes{display:flex;flex-wrap:wrap;gap:10px}.ymr-purpose{font-family:inherit;font-size:.9rem;font-weight:600;padding:11px 16px;min-height:44px;border:1px solid var(--bd);background:#fff;color:var(--ink);border-radius:999px;cursor:pointer}.ymr-purpose.is-on,.ymr-purpose:hover{border-color:var(--ink);background:var(--ink);color:#fff}
.ymr-reco{margin-top:18px;background:#fff;border:1px solid var(--bd);border-left:4px solid var(--r);display:grid;grid-template-columns:280px 1fr;gap:0;overflow:hidden;border-radius:3px;min-height:170px}@media(max-width:760px){.ymr-reco{grid-template-columns:1fr}}
.ymr-reco img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/10;display:block}
.ymr-reco-body{padding:18px 20px;display:grid;gap:8px;align-content:start}.ymr-reco-body h3{font-size:1.15rem}.ymr-reco-body .ymr-chips{margin:4px 0}.ymr-reco-body p{font-size:.88rem;color:var(--g7)}.ymr-reco-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:4px}
.ymr-compare{margin-top:18px}.ymr-compare summary{cursor:pointer;font-weight:700;color:var(--ink);list-style:none;min-height:40px;display:flex;align-items:center;gap:8px}.ymr-compare summary::-webkit-details-marker{display:none}.ymr-compare summary::before{content:"+";color:var(--r);font-weight:900}.ymr-compare[open] summary::before{content:"\2212"}
.ymr-tablewrap{overflow-x:auto;border:1px solid var(--bd);background:#fff;border-radius:3px;margin-top:10px}
.ymr-fit-table{border-collapse:collapse;width:100%;font-size:.88rem}
.ymr-page .ymr-fit-table th,.ymr-page .ymr-fit-table td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--bd);vertical-align:top;color:var(--ink)}
.ymr-page .ymr-fit-table thead th{background:var(--warm)!important;color:var(--char)!important;font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700;border-bottom:2px solid var(--ink)}
.ymr-fit-table tbody tr:last-child td{border-bottom:none}
@media(max-width:700px){.ymr-fit-table thead{display:none}.ymr-fit-table,.ymr-fit-table tbody,.ymr-fit-table tr,.ymr-fit-table td{display:block;width:100%}.ymr-fit-table tr{border-bottom:2px solid var(--ink);padding:6px 0}.ymr-page .ymr-fit-table td{display:flex;justify-content:space-between;gap:12px;border-bottom:1px dashed var(--bd);padding:8px 14px}.ymr-fit-table td::before{content:attr(data-l);color:var(--g6);font-size:.76rem;text-transform:uppercase;letter-spacing:.04em}.ymr-fit-table td:first-child{font-weight:700}}
/* pickup */
.ymr-pick{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:820px){.ymr-pick{grid-template-columns:1fr}}
.ymr-pick>div{background:#fff;border:1px solid var(--bd);padding:20px;border-top:3px solid var(--ink);border-radius:3px;display:grid;gap:6px;align-content:start}.ymr-pick>div.ymr-main{border-top-color:var(--r)}
.ymr-pick strong{font-size:1.05rem}.ymr-pick span:not(.ymr-lbl):not(.ymr-ico){font-size:.86rem;color:var(--g7)}.ymr-pick .ymr-lbl{display:inline-block;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--r)}
/* included / extras */
.ymr-twocol{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:760px){.ymr-twocol{grid-template-columns:1fr}}
.ymr-box{background:#fff;border:1px solid var(--bd);padding:20px;border-radius:3px}.ymr-box h3{font-size:1.05rem;margin-bottom:12px;padding-left:14px;border-left:3px solid var(--r)}.ymr-box.ymr-box-inc h3{border-left-color:var(--ok)}
.ymr-icorows{list-style:none;padding:0;margin:0;display:grid;gap:10px}.ymr-icorows li{display:flex;gap:12px;align-items:flex-start;font-size:.9rem;color:var(--char);line-height:1.5}.ymr-icorows .ymr-ico{width:24px;height:24px;flex-basis:24px;margin-top:1px}
.ymr-allcharges{margin-top:12px;font-size:.86rem}.ymr-allcharges summary{cursor:pointer;color:var(--r);font-weight:700;list-style:none;min-height:32px;display:flex;align-items:center}.ymr-allcharges summary::-webkit-details-marker{display:none}.ymr-allcharges ul{margin:6px 0 0;padding-left:18px;color:var(--char)}
/* timeline */
.ymr-timeline{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,1fr);gap:0;counter-reset:s;position:relative}
.ymr-timeline li{counter-increment:s;position:relative;padding:54px 14px 0 0;font-size:.9rem;color:var(--char)}
.ymr-timeline li::before{content:counter(s);position:absolute;left:0;top:0;width:36px;height:36px;border-radius:50%;background:var(--r);color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;z-index:1}
.ymr-timeline li::after{content:"";position:absolute;left:36px;right:0;top:17px;height:2px;background:var(--bd)}.ymr-timeline li:last-child::after{display:none}
@media(max-width:820px){.ymr-timeline{grid-template-columns:1fr;gap:0}.ymr-timeline li{padding:4px 0 22px 52px;min-height:44px}.ymr-timeline li::after{left:17px;right:auto;top:36px;bottom:-4px;width:2px;height:auto}}
.ymr-statuskey{margin-top:22px;font-size:.88rem;background:#fff;border:1px solid var(--bd);padding:12px 16px;border-radius:3px}.ymr-statuskey summary{cursor:pointer;font-weight:700;list-style:none;min-height:32px;display:flex;align-items:center;gap:8px}.ymr-statuskey summary::-webkit-details-marker{display:none}.ymr-statuskey summary::before{content:"+";color:var(--r);font-weight:900}.ymr-statuskey[open] summary::before{content:"\2212"}
.ymr-statuskey dl{display:grid;grid-template-columns:auto 1fr;gap:6px 16px;margin:10px 0 0}.ymr-statuskey dt{font-weight:700;color:var(--ink)}.ymr-statuskey dd{margin:0;color:var(--g7)}
/* drivers */
.ymr-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:820px){.ymr-tiles{grid-template-columns:1fr}}
.ymr-tile{background:#fff;border:1px solid var(--bd);border-top:3px solid var(--r);padding:18px;border-radius:3px}.ymr-tile strong{display:block;margin-bottom:6px}.ymr-tile span{font-size:.85rem;color:var(--g7)}
.ymr-note{font-size:.84rem;color:var(--g6);margin-top:12px}.ymr-note-strong{color:var(--ink);font-weight:600;margin-top:16px}
.ymr-fullreq{margin-top:14px;background:#fff;border:1px solid var(--bd);border-left:4px solid var(--r);padding:12px 16px;font-size:.88rem;border-radius:3px}.ymr-fullreq summary{cursor:pointer;font-weight:700;list-style:none;min-height:32px;display:flex;align-items:center;gap:8px}.ymr-fullreq summary::-webkit-details-marker{display:none}.ymr-fullreq summary::before{content:"+";color:var(--r);font-weight:900}.ymr-fullreq[open] summary::before{content:"\2212"}.ymr-fullreq p{margin:10px 0 0;color:var(--char)}
/* faq */
.ymr-faq details{background:#fff;border:1px solid var(--bd);margin-bottom:8px;border-radius:3px}.ymr-faq summary{cursor:pointer;padding:14px 16px;font-weight:700;list-style:none;display:flex;justify-content:space-between;align-items:center;min-height:46px}.ymr-faq summary::-webkit-details-marker{display:none}.ymr-faq summary::after{content:"+";color:var(--r);font-weight:900;font-size:1.2rem}.ymr-faq details[open] summary::after{content:"\2212"}.ymr-faq details p{padding:0 16px 14px;color:var(--char);font-size:.9rem}
.ymr-policylinks{margin-top:16px;font-size:.84rem;color:var(--g6)}.ymr-policylinks a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--r);text-underline-offset:3px}
/* final CTA */
.ymr-cta{background:var(--ink);color:#fff;text-align:center;padding:60px 0;border-top:4px solid var(--r)}
body.jma .ymr-cta h2{font-size:clamp(1.5rem,3.2vw,2.1rem);color:#fff!important;margin-bottom:.4em}body.jma .ymr-cta p{color:#D6D4D0!important;max-width:560px;margin:0 auto 24px}
.ymr-cta .ymr-textlink{margin-left:18px}
/* booking stepper */
.ymr-booking-wrap{background:var(--warm)}
.ymr-page .ymr-req-form{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start;max-width:none}@media(max-width:900px){.ymr-page .ymr-req-form{grid-template-columns:1fr}}
.ymr-stepper-main{background:#fff;border:1px solid var(--bd);border-radius:3px;padding:22px}
.ymr-progress{list-style:none;padding:0;margin:0 0 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:6px;counter-reset:p}
.ymr-progress li{counter-increment:p;font-size:.78rem;font-weight:700;color:var(--g6);padding:10px 0 10px;border-top:3px solid var(--bd);display:flex;align-items:center;gap:8px}.ymr-progress li::before{content:counter(p);width:22px;height:22px;border-radius:50%;background:var(--bd);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;font-size:.72rem}
.ymr-progress li.is-active{color:var(--ink);border-top-color:var(--r)}.ymr-progress li.is-active::before{background:var(--r);color:#fff}.ymr-progress li.is-done{color:var(--ink);border-top-color:var(--ink)}.ymr-progress li.is-done::before{background:var(--ink);color:#fff;content:"\2713"}
@media(max-width:560px){.ymr-progress li span{display:none}.ymr-progress li.is-active span{display:inline}}
.ymr-step{display:none;gap:14px}.ymr-step.is-active{display:grid}.ymr-step h3{font-size:1.1rem;margin-bottom:2px}.ymr-step .ymr-fine{margin-top:0}
.ymr-page .ymr-req-form fieldset{border:0;padding:0;margin:0;display:grid;gap:12px}.ymr-page .ymr-req-form legend{font-weight:700;font-size:.8rem;padding:0;color:var(--r);margin-bottom:6px;text-transform:uppercase;letter-spacing:.08em}
.ymr-page .ymr-req-form label:has(input[type=checkbox]),.ymr-page .ymr-req-form label:has(input[type=radio]){flex-direction:row;align-items:flex-start;gap:10px;font-weight:500;font-size:.9rem;color:var(--ink)}
.ymr-page .ymr-req-form input[type=checkbox],.ymr-page .ymr-req-form input[type=radio]{width:20px;height:20px;margin-top:2px;accent-color:var(--r);flex:0 0 20px}
.ymr-classpick{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:600px){.ymr-classpick{grid-template-columns:1fr}}
.ymr-page .ymr-classpick label{border:1px solid var(--bd);padding:10px;border-radius:3px;display:grid;grid-template-columns:20px 72px 1fr;gap:10px;align-items:center;cursor:pointer;background:#fff}.ymr-page .ymr-classpick label img{width:72px;height:45px;object-fit:cover;border-radius:2px}.ymr-page .ymr-classpick label strong{display:block;font-size:.9rem}.ymr-page .ymr-classpick label span{font-size:.76rem;color:var(--g7);font-weight:400}
.ymr-page .ymr-classpick label:has(input:checked){border-color:var(--r);background:var(--warm);box-shadow:inset 0 0 0 1px var(--r)}
.ymr-step-estimate{background:var(--warm);border:1px solid var(--bd);padding:14px 16px;border-radius:3px;font-variant-numeric:tabular-nums}
.ym-rental-driver{border:1px solid var(--bd);border-radius:3px;padding:14px;display:grid;gap:10px;background:#fff}.ym-rental-driver strong{color:var(--ink)}
.ym-rental-note{font-size:.8rem;color:var(--g7);line-height:1.5}
.ym-rental-precheck{background:var(--warm);border:1px solid var(--bd);padding:12px 14px;font-size:.86rem;border-radius:3px}.ym-rental-precheck h4{margin:0 0 6px;font-size:.9rem}
.ymr-step-nav{display:flex;justify-content:space-between;gap:12px;margin-top:22px;padding-top:16px;border-top:1px solid var(--bd);flex-wrap:wrap}
.ymr-page .ymr-req-form .ymr-step-nav button{font-family:inherit;font-weight:700;min-height:46px;padding:12px 22px;border-radius:3px;cursor:pointer;border:2px solid var(--ink);background:transparent;color:var(--ink);font-size:.95rem}
.ymr-page .ymr-req-form .ymr-step-nav .ymr-next,.ymr-page .ymr-req-form .ymr-step-nav button[type=submit]{background:var(--r);border-color:var(--r);color:#fff}.ymr-page .ymr-req-form .ymr-step-nav .ymr-next:hover,.ymr-page .ymr-req-form .ymr-step-nav button[type=submit]:hover{background:var(--rh);border-color:var(--rh)}
.ymr-page .ymr-req-form .ymr-step-nav button[disabled]{opacity:.6;cursor:not-allowed}
.ym-req-status{font-size:.88rem;flex-basis:100%}.ym-req-status.is-ok{color:var(--ok);font-weight:700}.ym-req-status.is-error{color:var(--rh);font-weight:600}
.ymr-step-error{color:var(--rh);font-size:.86rem;font-weight:600}
/* summary */
.ymr-summary{background:#fff;border:1px solid var(--bd);border-top:4px solid var(--ink);border-radius:3px;padding:18px;position:sticky;top:90px;font-size:.88rem}
.ymr-summary h3{font-size:1rem;margin-bottom:10px}.ymr-summary dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:6px 12px}.ymr-summary dt{color:var(--g6)}.ymr-summary dd{margin:0;font-weight:600;text-align:right}
.ymr-summary .ymr-sum-total{margin-top:12px;padding-top:12px;border-top:1px solid var(--bd);font-size:1.3rem;font-weight:900;font-variant-numeric:tabular-nums}.ymr-summary .ymr-sum-total small{display:block;font-size:.72rem;font-weight:500;color:var(--g6)}
.ymr-summary .ymr-help{margin-top:12px;font-size:.78rem;color:var(--g7)}.ymr-summary .ymr-help a{color:var(--ink)}
@media(max-width:900px){.ymr-summary{position:static;order:-1}.ymr-summary details summary{cursor:pointer;font-weight:700;min-height:40px;display:flex;align-items:center;justify-content:space-between}.ymr-summary details summary::after{content:"+";color:var(--r);font-weight:900}.ymr-summary details[open] summary::after{content:"\2212"}}
@media(min-width:901px){.ymr-summary details summary{display:none}.ymr-summary details>*{display:block}}
.ymr-page .ymr-req-form .ymr-book-only{display:none}.ymr-page .ymr-req-form.ymr-booking .ymr-book-only{display:flex}
/* mobile sticky action */
.ymr-sticky-cta{display:none}
@media(max-width:767px){body.ymr-rental-page .ym-mobile-bar{display:none!important}.ymr-page .ymr-sticky-cta{display:flex;position:fixed;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom,0px));z-index:60;background:var(--r);color:#fff!important;font-weight:700;justify-content:center;align-items:center;min-height:50px;border-radius:3px;box-shadow:0 8px 24px rgba(0,0,0,.25);text-decoration:none}.ymr-page .ymr-sticky-cta.is-hidden{display:none}body.ymr-rental-page{padding-bottom:76px!important}}
@media(prefers-reduced-motion:reduce){.ymr-page *{transition:none!important;scroll-behavior:auto!important}}
@media(max-width:767px){.ymr-section{padding:40px 0}.ymr-hero{padding:44px 0 36px}.ymr-est{padding:16px}.ymr-cta{padding:44px 0}}

/* stock by rental request */
.ymr-stock{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}@media(max-width:960px){.ymr-stock{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.ymr-stock{grid-template-columns:1fr}}
.ymr-stock-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--bd);border-radius:3px;overflow:hidden;color:var(--ink);text-decoration:none}.ymr-stock-card img{aspect-ratio:16/10;width:100%;object-fit:cover;display:block}
.ymr-stock-body{padding:12px 14px;display:grid;gap:4px}.ymr-stock-body strong{font-size:.92rem;line-height:1.3}.ymr-stock-body span{font-size:.76rem;color:var(--g7)}.ymr-stock-body em{font-style:normal;font-size:.8rem;font-weight:700;color:var(--r);margin-top:4px}
.ymr-stock-card:hover{border-color:var(--ink)}
/* specific car */
.ymr-specific-wrap summary{list-style:none;display:inline-flex;cursor:pointer}.ymr-specific-wrap summary::-webkit-details-marker{display:none}.ymr-specific-wrap[open] summary{display:none}
.ymr-specific-inner{background:#fff;border:1px solid var(--bd);border-radius:3px;padding:22px;margin-top:6px}
.ymr-page .ymr-specific{display:grid;gap:12px;max-width:820px}.ymr-page .ymr-specific input:not([type=checkbox]),.ymr-page .ymr-specific select,.ymr-page .ymr-specific textarea{font-family:inherit;font-size:1rem;padding:11px 12px;min-height:46px;border:1px solid var(--bd);border-radius:3px;background:var(--warm);color:var(--ink);width:100%}
.ymr-page .ymr-specific label:has(input[type=checkbox]){flex-direction:row;align-items:flex-start;gap:10px;font-weight:500;font-size:.88rem}.ymr-page .ymr-specific input[type=checkbox]{width:20px;height:20px;accent-color:var(--r);margin-top:2px}
/* requested stock vehicle banner in the booking form */
.ymr-vehicle-banner{background:var(--warm);border:1px solid var(--bd);border-left:4px solid var(--r);padding:12px 14px;border-radius:3px;font-size:.9rem;margin-bottom:12px}.ymr-vehicle-banner b{display:block}.ymr-vehicle-banner a{color:var(--g7);font-size:.8rem}

/* v0.5 stock cards */
.ymr-stock-card{position:relative}.ymr-stock-tag{position:absolute;top:10px;left:10px;background:rgba(21,21,21,.85);color:#fff;font-size:.64rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 8px;border-radius:2px}.ymr-stock-tag.is-instant{background:var(--r)}.ymr-stock-price{display:block;font-size:.95rem;font-weight:900;margin-top:4px;font-variant-numeric:tabular-nums}.ymr-stock-price small{font-weight:500;color:var(--g6);font-size:.68rem}.ymr-more-hidden{display:none}
