.ims-rental-landing{background:#fff}.ims-rental-hero{background:linear-gradient(180deg,#f7faff,#fff);padding:64px 0 58px}.ims-rental-hero__layout{align-items:center;display:grid;gap:clamp(48px,6vw,88px);grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr)}.ims-rental-hero__content{max-width:650px}.ims-rental-hero__eyebrow{color:var(--ims-blue);font-size:12px;font-weight:800;letter-spacing:.08em;margin-bottom:14px;text-transform:uppercase}.ims-rental-hero h1{color:var(--ims-navy);font-size:clamp(44px,4vw,64px);letter-spacing:-.045em;line-height:1.03;margin:0 0 24px}.ims-rental-hero__description{color:var(--ims-text);font-size:18px;line-height:1.6;margin-bottom:30px;max-width:560px}.ims-rental-hero__description p:last-child{margin-bottom:0}.ims-rental-hero__image{background:var(--ims-surface);border-radius:8px;box-shadow:0 18px 42px rgba(7,25,56,.1);overflow:hidden}.ims-rental-hero__image img{display:block;height:100%;min-height:420px;object-fit:cover;width:100%}.ims-rental-booking{background:#fff;padding:58px 0 66px}.ims-rental-booking__heading{margin:0 auto 28px;max-width:680px;text-align:center}.ims-rental-booking__heading h2{color:var(--ims-navy);font-size:clamp(30px,2.6vw,40px);letter-spacing:-.035em;line-height:1.1;margin:0 0 12px}.ims-rental-booking__heading p{color:var(--ims-muted);font-size:16px;line-height:1.6;margin:0}.ims-rental-datepicker{background:#fff;border:1px solid var(--ims-border);border-radius:8px;box-shadow:0 10px 28px rgba(7,25,56,.055);margin:0 auto 42px;max-width:860px;padding:20px}.ims-rental-datepicker .booqable-datepicker{width:100%}.ims-rental-products{align-items:stretch;display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.ims-rental-product{background:#fff;border:1px solid var(--ims-border);border-radius:8px;box-shadow:0 6px 20px rgba(7,25,56,.045);display:flex;flex-direction:column;height:100%;min-width:0;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.ims-rental-product:hover{border-color:rgba(11,92,255,.2);box-shadow:0 14px 32px rgba(7,25,56,.08);transform:translateY(-3px)}.ims-rental-product__image{aspect-ratio:16/10;background:var(--ims-surface);overflow:hidden;width:100%}.ims-rental-product__image img{display:block;height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.ims-rental-product:hover .ims-rental-product__image img{transform:scale(1.025)}.ims-rental-product__body{display:flex;flex-direction:column;flex-grow:1;padding:22px}.ims-rental-product__body h3{color:var(--ims-navy);font-size:20px;font-weight:800;letter-spacing:-.025em;line-height:1.2;margin:0 0 12px}.ims-rental-product__body p{color:var(--ims-text);font-size:14px;line-height:1.55;margin:0 0 20px}.ims-rental-product .booqable-product-button{margin-top:auto}.ims-rental-product .booqable-product-button a,.ims-rental-product .booqable-product-button button{border-radius:var(--ims-radius-sm)!important;font-weight:700!important;min-height:48px;width:100%}@media (max-width:1100px){.ims-rental-hero{padding:54px 0}.ims-rental-hero__layout{gap:38px;grid-template-columns:1fr 1fr}.ims-rental-hero h1{font-size:clamp(40px,5vw,54px)}.ims-rental-hero__image img{min-height:380px}.ims-rental-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.ims-rental-hero{padding:42px 0 0}.ims-rental-hero__layout{gap:34px;grid-template-columns:1fr}.ims-rental-hero__content{max-width:none}.ims-rental-hero h1{font-size:clamp(36px,10vw,44px)}.ims-rental-hero__description{font-size:16px}.ims-rental-hero__image{border-radius:0;margin-inline:calc(-50vw - -50%)}.ims-rental-hero__image img{min-height:300px}.ims-rental-booking{padding:44px 0 50px}.ims-rental-booking__heading{margin-bottom:24px}.ims-rental-booking__heading h2{font-size:30px}.ims-rental-datepicker{margin-bottom:32px;padding:14px}.ims-rental-products{gap:16px;grid-template-columns:1fr}.ims-rental-product__body{padding:20px}}.ims-rental-quote{background:#eef4ff;border:1px solid rgba(22,96,255,.14);border-radius:8px;margin-top:34px;padding:28px 32px}.ims-rental-quote__content{align-items:center;display:flex;gap:32px;justify-content:space-between}.ims-rental-quote__text{max-width:720px}.ims-rental-quote__text h3{color:var(--ims-navy);font-size:22px;font-weight:800;line-height:1.2;margin:0 0 7px}.ims-rental-quote__text p{color:var(--ims-text);font-size:15px;line-height:1.55;margin:0}.ims-rental-quote__button{align-items:center;background:var(--ims-blue);border-radius:4px;color:#fff;display:inline-flex;flex:0 0 auto;font-size:13px;font-weight:800;gap:8px;justify-content:center;padding:14px 22px;text-decoration:none;text-transform:uppercase}.ims-rental-quote__button:hover{background:var(--ims-blue-dark);color:#fff}@media (max-width:767px){.ims-rental-quote{margin-top:24px;padding:24px 20px}.ims-rental-quote__content{align-items:flex-start;flex-direction:column;gap:18px}.ims-rental-quote__button{width:100%}}