
:root{--ilqf-navy:#062b4b;--ilqf-navy2:#031c31;--ilqf-gold:#f2a900;--ilqf-red:#981c3c;--ilqf-blue:#1889c9;--ilqf-bg:#f5f8fb;--ilqf-border:#dce6ed;--ilqf-text:#4c6270}
.ilqf-shell{max-width:1080px;margin:35px auto 70px;padding:0 20px;font-family:inherit}
.ilqf-hero{background:linear-gradient(135deg,var(--ilqf-navy2),var(--ilqf-navy));color:#fff;border-radius:24px;padding:42px 44px;margin-bottom:24px}
.ilqf-eyebrow{font-size:12px;letter-spacing:2px;font-weight:900;color:#ffd45d;margin-bottom:10px}
.ilqf-hero h1{margin:0 0 12px;color:#fff;font-size:42px;line-height:1.08}
.ilqf-hero p{font-size:17px;line-height:1.6;max-width:760px;margin:0;color:#d8e5ee}
.ilqf-trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:22px;font-size:14px;color:#fff}
.ilqf-form{background:#fff;border:1px solid var(--ilqf-border);border-radius:22px;box-shadow:0 12px 38px rgba(3,28,49,.08);overflow:hidden}
.ilqf-progress-wrap{padding:22px 30px;border-bottom:1px solid var(--ilqf-border);background:#fbfcfd}
.ilqf-progress{height:7px;border-radius:20px;background:#e7edf1;overflow:hidden}.ilqf-progress span{height:100%;display:block;width:20%;background:var(--ilqf-gold);transition:.25s}
.ilqf-step-labels{display:flex;justify-content:space-between;margin-top:9px;font-size:12px;color:#84939c}.ilqf-step-labels span.active{color:var(--ilqf-navy);font-weight:800}
.ilqf-step{display:none;padding:34px 36px}.ilqf-step.active{display:block}
.ilqf-section-head{display:flex;gap:15px;align-items:flex-start;margin-bottom:26px}.ilqf-section-head h2{margin:0 0 5px;color:var(--ilqf-navy);font-size:28px}.ilqf-section-head p{margin:0;color:#71828e}
.ilqf-num{min-width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--ilqf-gold);color:var(--ilqf-navy2);font-weight:900}
.ilqf-grid{display:grid;gap:18px}.ilqf-grid.two{grid-template-columns:1fr 1fr}
.ilqf-form label{display:block;color:#29485b;font-weight:700;font-size:14px}
.ilqf-form input[type=text],.ilqf-form input[type=email],.ilqf-form input[type=tel],.ilqf-form input[type=date],.ilqf-form input:not([type]),.ilqf-form select,.ilqf-form textarea{width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #cddbe4;border-radius:10px;padding:12px 13px;font:inherit;color:#243c4a;background:#fff}
.ilqf-form input:focus,.ilqf-form select:focus,.ilqf-form textarea:focus{outline:3px solid rgba(24,137,201,.13);border-color:var(--ilqf-blue)}
.ilqf-choice-line{margin-top:18px!important}
.ilqf-address-card{border:1px solid var(--ilqf-border);border-radius:16px;padding:21px;margin-bottom:18px;background:#fbfdfe}.ilqf-address-card h3{margin:0 0 17px;color:var(--ilqf-navy)}
.ilqf-check-grid,.ilqf-special-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px 18px;margin-top:18px}.ilqf-check-grid label,.ilqf-special-grid label,.ilqf-consent label,.ilqf-room-selector label{font-weight:600;background:#fff;border:1px solid #e0e8ed;border-radius:10px;padding:11px 12px}
.ilqf-room-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:22px}
.ilqf-room-panel{display:none;border:1px solid var(--ilqf-border);border-radius:16px;margin:15px 0;padding:20px;background:#fbfdfe}.ilqf-room-panel.open{display:block}
.ilqf-room-title{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:15px}.ilqf-room-title h3{margin:0;color:var(--ilqf-navy)}.ilqf-room-title span{font-size:12px;color:#7c8e98}
.ilqf-inventory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ilqf-inventory-grid label{display:grid;grid-template-columns:1fr 72px;align-items:center;gap:8px;border:1px solid #e1e8ed;background:#fff;border-radius:9px;padding:8px 9px}.ilqf-inventory-grid select{margin:0!important;padding:8px!important}
.ilqf-wide{margin-top:19px!important}
.ilqf-subhead{margin-top:26px;color:var(--ilqf-navy)}
.ilqf-consent{display:grid;gap:11px;margin:22px 0}.ilqf-consent a{color:var(--ilqf-blue);text-decoration:underline}
.ilqf-notice{border-left:5px solid var(--ilqf-gold);background:#fff8df;padding:17px 18px;border-radius:12px;color:#574614}.ilqf-notice p{margin:6px 0 0;font-weight:400}
.ilqf-nav{display:flex;justify-content:space-between;gap:12px;padding:22px 36px;border-top:1px solid var(--ilqf-border);background:#fbfcfd}
.ilqf-btn{border:0;border-radius:10px;background:var(--ilqf-navy);color:#fff;padding:13px 21px;font-weight:800;font-size:15px;cursor:pointer}.ilqf-btn:hover{filter:brightness(1.08)}.ilqf-btn.secondary{background:#e9eef2;color:var(--ilqf-navy)}.ilqf-btn.submit{background:var(--ilqf-red)}
.ilqf-success{background:#e9f7ee;border:1px solid #b8dfc6;color:#245a36;padding:20px 22px;border-radius:16px;margin-bottom:22px}.ilqf-success h2{margin:0 0 7px;color:#245a36}.ilqf-success p{margin:0}
.ilqf-error{border-color:#b42318!important;box-shadow:0 0 0 3px rgba(180,35,24,.08)}
@media(max-width:820px){.ilqf-room-selector{grid-template-columns:repeat(2,1fr)}.ilqf-inventory-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.ilqf-shell{padding:0 12px;margin-top:20px}.ilqf-hero{padding:30px 22px;border-radius:18px}.ilqf-hero h1{font-size:34px}.ilqf-step{padding:25px 18px}.ilqf-progress-wrap{padding:18px}.ilqf-step-labels{display:none}.ilqf-grid.two,.ilqf-check-grid,.ilqf-special-grid,.ilqf-room-selector,.ilqf-inventory-grid{grid-template-columns:1fr}.ilqf-room-title{display:block}.ilqf-room-title span{display:block;margin-top:3px}.ilqf-nav{padding:18px;position:sticky;bottom:0;z-index:10}.ilqf-btn{flex:1}.ilqf-section-head h2{font-size:24px}}
