/* Калькулятор стоимости на странице заявки (hinnaparing.html) */
.select2-container .select2-selection--single {
    height: 55px;
    border: 1px solid #ced4da;
    border-radius: 0;
    background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 53px;
    color: #6c757d;
    padding-left: 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px;
    right: 8px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    height: 40px;
    padding-left: 0.6rem;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #cfbeb5;
    box-shadow: 0 0 0 0.25rem rgba(207, 190, 181, 0.25);
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #cfbeb5;
    box-shadow: 0 0 0 0.25rem rgba(207, 190, 181, 0.25);
    outline: 0;
}
.select2-container--default .select2-results__option {
    padding-left: 0.9rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #cfbeb5;
    color: #212529;
}
.test-mode-note {
    border: 1px solid #cfbeb5;
    background: rgba(207, 190, 181, 0.18);
    color: #4f4540;
}
.phone-help-text {
    font-size: 0.95rem;
    color: #6c757d;
}
.phone-callback-shell {
    border: 1px solid transparent;
    background-color: rgba(207, 190, 181, 0);
    padding: 0;
}
.phone-callback-shell.is-active {
    border-color: #cfbeb5;
    background-color: rgba(207, 190, 181, 0.12);
    padding: 0.9rem;
    margin-bottom: 1rem;
}
.callback-panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
}
.callback-panel.is-visible {
    max-height: 220px;
    opacity: 1;
    padding-top: 0.9rem;
}
.hp-email-input {
    margin-top: 1.1rem;
}
#callbackTimeWrap {
    display: none;
}
.room-type-group {
    border: 1px solid #e1d7d2;
    background: #fff;
    padding: 1rem;
}
.room-type-grid {
    display: grid;
    gap: 0.6rem;
}
.room-type-row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 44px;
    gap: 0.6rem;
    align-items: center;
}
.room-type-label {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 600;
    color: #4f4540;
}
.room-type-row .form-select {
    height: 46px;
}
.room-type-row .form-control {
    height: 46px;
}
.room-type-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 46px;
    border: 1px solid #ced4da;
    background: #fff;
    color: #7a6a62;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.room-type-remove:hover {
    background: rgba(207, 190, 181, 0.18);
    border-color: #cfbeb5;
    color: #4f4540;
}
.room-type-remove:disabled {
    opacity: 0.45;
    cursor: default;
    background: #f8f9fa;
    color: #9aa1a7;
}
.room-type-actions {
    margin-top: 0.75rem;
}
.room-type-add {
    border: 1px solid #cfbeb5;
    background: rgba(207, 190, 181, 0.18);
    color: #4f4540;
    padding: 0.55rem 0.85rem;
    font-weight: 600;
}
.form-success-state {
    border: 1px solid #cfbeb5;
    background: rgba(207, 190, 181, 0.12);
    padding: 1.25rem;
}
.field-error-text {
    margin-top: 0.35rem;
    color: #b02a37;
    font-size: 0.95rem;
    font-weight: 600;
}
.field-error-input,
.field-error-input.form-control,
.field-error-input.form-select {
    border-color: #b02a37 !important;
    box-shadow: 0 0 0 0.22rem rgba(176, 42, 55, 0.15) !important;
}
.select2-error .select2-selection--single {
    border-color: #b02a37 !important;
    box-shadow: 0 0 0 0.22rem rgba(176, 42, 55, 0.15) !important;
}

.req-badge { font-size:.72rem; font-weight:700; letter-spacing:.5px; text-transform:uppercase; padding:.3rem .7rem; }
.req-badge--need { background: var(--primary); color:#fff; }
.req-badge--opt { background:#f3ece7; color:#7a6a62; border:1px solid #e1d7d2; }
.photo-drop { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.45rem; text-align:center; width:100%; min-height:180px; padding:2rem; border:2px dashed #cbb9ad; background:rgba(207,190,181,.08); color:#7a6a62; cursor:pointer; transition:.2s; }
.photo-drop:hover, .photo-drop.is-drag { border-color: var(--primary); background:rgba(207,190,181,.2); }
.photo-drop i { font-size:2.6rem; color: var(--primary); }
.photo-drop input[type=file] { display:none; }
.photo-drop-title { font-weight:700; color:var(--dark); font-size:1.1rem; }
.photo-preview { display:flex; flex-wrap:wrap; gap:10px; margin-top:1rem; }
.photo-preview .photo-count { width:100%; font-weight:600; color:var(--dark); }
.photo-thumb { position:relative; width:84px; height:84px; border:1px solid #e1d7d2; overflow:hidden; background:#f5f5f5; }
.photo-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.photo-thumb .pt-doc { display:flex; align-items:center; justify-content:center; height:100%; font-size:1.5rem; color:#7a6a62; }
.photo-thumb .photo-remove { position:absolute; top:3px; right:3px; width:24px; height:24px; padding:0; border:0; border-radius:50%; background:rgba(35,31,29,.82); color:#fff; font-size:18px; line-height:24px; text-align:center; cursor:pointer; }
.calc-estimate-banner { border:1px solid var(--primary); background:rgba(207,190,181,.14); padding:1rem 1.25rem; display:flex; align-items:center; gap:.75rem; font-size:1.05rem; color:var(--dark); }
.calc-estimate-banner strong { color:var(--primary); white-space:nowrap; }
.sel-label { display:block; font-size:.95rem; font-weight:600; color:var(--dark); margin-bottom:.5rem; }
.sel-field { position:relative; }
.sel-field select { width:100%; height:55px; padding:0 60px 0 16px; border:1px solid #d8cabf; background:#fff; color:#4f4540; font-weight:500; font-size:1rem; -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer; border-radius:0; }
.sel-field select:focus { outline:none; border-color:var(--primary); box-shadow:0 0 0 .2rem rgba(207,190,181,.35); }
.sel-field::after { content:""; position:absolute; right:0; top:0; bottom:0; width:44px; background:var(--primary); pointer-events:none; }
.sel-field::before { content:""; position:absolute; right:15px; top:50%; width:9px; height:9px; border-right:2px solid #fff; border-bottom:2px solid #fff; transform:translateY(-70%) rotate(45deg); z-index:1; pointer-events:none; }
.chip-title { font-size:1.05rem; font-weight:600; margin-bottom:.85rem; color:var(--dark); }
.chip-group { display:flex; flex-wrap:wrap; gap:.55rem; margin-bottom:.5rem; }
.chip { position:relative; display:inline-flex; align-items:center; gap:.45rem; padding:.6rem 1rem; border:1px solid #d8cabf; background:#fff; color:#4f4540; font-weight:500; line-height:1.2; cursor:pointer; transition:background-color .18s, border-color .18s, color .18s; }
.chip input { position:absolute; opacity:0; width:0; height:0; pointer-events:none; }
.chip .chip-check { font-size:.75rem; width:0; opacity:0; overflow:hidden; transition:width .18s, opacity .18s; }
.chip:hover { border-color: var(--primary); }
.chip:has(input:checked), .chip.is-on { background: var(--primary); border-color: var(--primary); color:#fff; }
.chip:has(input:checked) .chip-check, .chip.is-on .chip-check { width:.8rem; opacity:1; }
.chip:focus-within { box-shadow:0 0 0 .2rem rgba(207,190,181,.4); }

/* --- Hinnapäring rework: room cards, slider, optional panel --- */
.room-card { border:1px solid #e1d7d2; background:#fff; padding:1rem 1.1rem; margin-bottom:.75rem; }
.room-card-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:.6rem; }
.room-card-title { font-weight:700; color:var(--dark); }
.room-card .form-select { height:50px; }
.room-card .room-type-custom { margin-bottom:0; }
.room-area { margin-top:.95rem; }
.room-area-head { display:flex; justify-content:space-between; align-items:baseline; margin-bottom:.45rem; font-size:.95rem; color:#7a6a62; }
.room-area-val { color:var(--dark); }
.room-area-val strong { color:var(--primary); font-size:1.1rem; }
.room-range { -webkit-appearance:none; appearance:none; width:100%; height:6px; border-radius:3px; background:#e3d9d0; outline:none; }
.room-range::-webkit-slider-thumb { -webkit-appearance:none; appearance:none; width:24px; height:24px; border-radius:50%; background:var(--primary); border:3px solid #fff; box-shadow:0 2px 6px rgba(0,0,0,.2); cursor:pointer; }
.room-range::-moz-range-thumb { width:24px; height:24px; border-radius:50%; background:var(--primary); border:3px solid #fff; cursor:pointer; }
.room-card .room-type-remove { width:38px; height:38px; font-size:1.2rem; }
.opt-toggle { display:flex; align-items:center; gap:.6rem; width:100%; justify-content:center; border:1px dashed #cbb9ad; background:rgba(207,190,181,.08); color:var(--dark); font-weight:600; padding:.9rem 1rem; margin-top:1.75rem; cursor:pointer; transition:.2s; }
.opt-toggle:hover { border-color:var(--primary); background:rgba(207,190,181,.18); }
.opt-toggle i { color:var(--primary); transition:transform .2s; }
.opt-toggle.is-open i { transform:rotate(45deg); }
.opt-panel { padding-top:1.4rem; }
.info-note { border-left:3px solid var(--primary); background:var(--light); padding:1.25rem 1.5rem; color:#5a5048; }
.form-step-num { font-size:.8rem; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:var(--primary); display:block; margin-bottom:.25rem; }

/* ===== Hinnapäring redisain (referentsi järgi) ===== */
.hp-title { font-weight:800; font-size:clamp(2.1rem,4.5vw,3.2rem); color:var(--dark); letter-spacing:-.01em; }
.hp-sub { font-size:1.15rem; color:#7a6a62; }
.hp-accent { color:var(--primary); font-weight:700; }
.hp-steps { display:flex; align-items:center; gap:1rem; flex-wrap:wrap; margin-top:1.25rem; }
.hp-step { display:flex; align-items:center; gap:.75rem; opacity:.55; transition:.25s; }
.hp-step.is-active { opacity:1; }
.hp-step-num { flex:0 0 auto; width:46px; height:46px; border-radius:50%; background:#e3dcd5; color:#8a7d72; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:1.15rem; transition:.25s; }
.hp-step.is-active .hp-step-num { background:var(--dark); color:#fff; }
.hp-step.is-done .hp-step-num { background:var(--primary); color:#fff; }
.hp-step-txt { display:flex; flex-direction:column; line-height:1.25; }
.hp-step-txt strong { color:var(--dark); font-size:1rem; }
.hp-step-txt small { color:#9a8d82; font-size:.85rem; }
.hp-step-arrow { color:#cabbae; }
@media (max-width:767px){ .hp-step-txt small{display:none;} .hp-step-arrow{display:none;} .hp-steps{gap:.5rem;justify-content:space-between;} }

.hp-card { background:#fff; border:1px solid #ece5df; padding:1.75rem; box-shadow:0 10px 30px rgba(120,100,80,.06); }
.hp-card-title { font-weight:700; font-size:1.5rem; color:var(--dark); margin-bottom:.35rem; }
.hp-card-sub { color:#8a7d72; margin-bottom:1.5rem; }

.hp-room-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
@media (max-width:991px){ .hp-room-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:480px){ .hp-room-grid{grid-template-columns:1fr;} }
.hp-room { border:1px solid #ece5df; border-radius:6px; padding:1.1rem 1.15rem 1.25rem; cursor:pointer; transition:border-color .2s, box-shadow .2s, background .2s; background:#fff; position:relative; }
.hp-room:hover { border-color:#d8c7b6; }
.hp-room.is-on { border-color:var(--primary); box-shadow:0 6px 18px rgba(171,116,66,.12); }
.hp-room.is-off { opacity:.62; }
.hp-room-top { display:flex; align-items:center; gap:.6rem; margin-bottom:.55rem; }
.hp-room-ic { font-size:1.5rem; color:#9a8d82; width:30px; text-align:center; }
.hp-room.is-on .hp-room-ic { color:var(--primary); }
.hp-room-name { font-weight:600; color:var(--dark); flex:1; }
.hp-room-check { flex:0 0 auto; width:26px; height:26px; border-radius:50%; background:var(--primary); color:#fff; display:none; align-items:center; justify-content:center; font-size:.75rem; }
.hp-room.is-on .hp-room-check { display:flex; }
.hp-room-val { font-size:1.85rem; font-weight:800; color:var(--dark); margin:.1rem 0 .85rem; }
.hp-room-val strong { font-weight:800; }
.hp-room.is-off .hp-room-val { color:#b3a99f; }
.hp-room-range { -webkit-appearance:none; appearance:none; width:100%; height:6px; border-radius:3px; background:#e9e0d8; outline:none; }
.hp-room-range::-webkit-slider-thumb { -webkit-appearance:none; appearance:none; width:22px; height:22px; border-radius:50%; background:var(--primary); border:3px solid #fff; box-shadow:0 2px 6px rgba(0,0,0,.2); cursor:pointer; }
.hp-room-range::-moz-range-thumb { width:22px; height:22px; border-radius:50%; background:var(--primary); border:3px solid #fff; cursor:pointer; }
.hp-room-scale { display:flex; justify-content:space-between; margin-top:.4rem; font-size:.78rem; color:#a99d92; }

.hp-summary { display:flex; align-items:center; justify-content:space-between; gap:1.25rem; flex-wrap:wrap; background:#f6f1ec; border-radius:14px; padding:1.1rem 1.4rem; margin-top:1.4rem; }
.hp-summary-left { display:flex; align-items:center; gap:.9rem; }
.hp-summary-ic { width:46px; height:46px; border-radius:12px; background:#fff; color:var(--primary); display:flex; align-items:center; justify-content:center; font-size:1.3rem; }
.hp-summary-label { display:block; color:#8a7d72; font-size:.9rem; }
.hp-summary-val { font-size:1.7rem; font-weight:800; color:var(--dark); }
.hp-summary-val strong { color:var(--primary); }
.hp-summary-right { display:flex; flex-direction:column; align-items:flex-end; gap:.4rem; }
.hp-next { border-radius:12px; padding:.8rem 1.5rem; font-weight:600; white-space:nowrap; }
.hp-summary-note { color:#9a8d82; font-size:.82rem; max-width:230px; text-align:right; }
@media (max-width:575px){ .hp-summary-right{align-items:stretch;width:100%;} .hp-next{width:100%;justify-content:center;display:flex;align-items:center;} .hp-summary-note{text-align:center;max-width:none;} }

.hp-trust { display:grid; grid-template-columns:repeat(3,1fr); gap:1.1rem; margin-top:1.5rem; }
@media (max-width:767px){ .hp-trust{grid-template-columns:1fr;} }
.hp-trust-item { display:flex; gap:.75rem; align-items:flex-start; }
.hp-trust-ic { flex:0 0 auto; width:42px; height:42px; border-radius:12px; background:#f6f1ec; color:var(--primary); display:flex; align-items:center; justify-content:center; font-size:1.15rem; }
.hp-trust-item strong { display:block; color:var(--dark); font-size:.98rem; }
.hp-trust-item small { color:#9a8d82; font-size:.85rem; line-height:1.3; }

.hp-contact { padding:0; overflow:hidden; }
.hp-contact-img { height:180px; background:linear-gradient(rgba(53,53,53,.05),rgba(53,53,53,.12)), url('home2.jpg') center center/cover no-repeat; }
.hp-contact-body { padding:1.6rem; }
.hp-input { display:flex; align-items:center; gap:.75rem; border:1px solid #e1d7d2; border-radius:12px; padding:0 1rem; height:54px; margin-bottom:.8rem; transition:border-color .2s, box-shadow .2s; background:#fff; }
.hp-input:focus-within { border-color:var(--primary); box-shadow:0 0 0 .2rem rgba(171,116,66,.12); }
.hp-input i { color:#b3a99f; font-size:1rem; width:18px; text-align:center; }
.hp-input input, .hp-input select { border:none; outline:none; background:transparent; width:100%; height:100%; font-size:1rem; color:var(--dark); }
.hp-input-select { position:relative; }
.hp-input-select select { -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer; padding-right:1.5rem; color:#7a6a62; }
.hp-input-select::after { content:""; position:absolute; right:1.1rem; width:8px; height:8px; border-right:2px solid #b3a99f; border-bottom:2px solid #b3a99f; transform:rotate(45deg) translateY(-2px); pointer-events:none; }
.hp-city-field { position:relative; }
.hp-city-field.is-open { border-color:var(--primary); box-shadow:0 0 0 .2rem rgba(227,77,77,.12); }
.hp-city-field .select2-container { flex:1 1 auto; min-width:0; width:100% !important; }
.hp-city-field .select2-container .select2-selection--single,
.hp-city-field .select2-container--default.select2-container--focus .select2-selection--single,
.hp-city-field .select2-container--default.select2-container--open .select2-selection--single { height:52px; border:0 !important; background:transparent; box-shadow:none !important; outline:0 !important; }
.hp-city-field .select2-container--default .select2-selection--single .select2-selection__rendered { line-height:52px; padding-left:0; color:var(--dark); }
.hp-city-field .select2-container--default .select2-selection--single .select2-selection__placeholder { color:#7a6a62; }
.hp-city-field .select2-container--default .select2-selection--single .select2-selection__arrow { height:52px; right:0; }
.hp-city-field.field-error-input .select2-container--default .select2-selection--single { box-shadow:none !important; }
.hp-language-box { display:flex; align-items:center; gap:.75rem; min-height:54px; border:1px solid #e1d7d2; border-radius:2px; padding:.55rem 1rem; margin-bottom:.8rem; background:#fff; color:#4f4540; }
.hp-language-box i { color:#b3a99f; font-size:1rem; width:18px; text-align:center; flex:0 0 auto; }
.hp-language-title { color:#4f4540; font-size:.95rem; font-weight:600; white-space:nowrap; }
.hp-language-options { display:flex; flex-wrap:wrap; gap:.45rem .75rem; align-items:center; }
.hp-language-option { display:inline-flex; align-items:center; gap:.35rem; margin:0; cursor:pointer; white-space:nowrap; font-size:.95rem; line-height:1.2; }
.hp-language-option input { width:16px; height:16px; accent-color:var(--primary); cursor:pointer; flex:0 0 auto; }
@media (max-width:767px){ .hp-language-title{display:none;} }
@media (max-width:575px){ .hp-language-options{gap:.45rem;} .hp-language-option{font-size:.9rem;} }
.hp-callback-box { display:flex; align-items:center; gap:.75rem; width:100%; height:54px; border:1px solid #e1d7d2; border-radius:2px; padding:0 1rem; margin-bottom:.8rem; background:#fff; color:#4f4540; cursor:pointer; font-size:1rem; }
.hp-callback-box input { width:18px; height:18px; accent-color:var(--primary); cursor:pointer; flex:0 0 auto; }
.hp-callback-box span { white-space:nowrap; }
.hp-consent { display:flex; align-items:center; gap:.6rem; margin:.4rem 0 1.1rem; cursor:pointer; color:#5a5048; font-size:.95rem; }
.hp-consent input { width:18px; height:18px; accent-color:var(--primary); cursor:pointer; flex:0 0 auto; }
.hp-submit { border-radius:12px; padding:1rem; font-weight:700; font-size:1.05rem; display:flex; align-items:center; justify-content:center; }
.hp-secure { text-align:center; color:#9a8d82; font-size:.88rem; margin:.85rem 0 0; }

.hp-more { display:flex; align-items:center; gap:1rem; width:100%; text-align:left; background:#fff; border:1px solid #ece5df; border-radius:16px; padding:1.1rem 1.4rem; margin-top:1.25rem; cursor:pointer; transition:.2s; }
.hp-more:hover { border-color:var(--primary); box-shadow:0 6px 18px rgba(120,100,80,.06); }
.hp-more-ic { flex:0 0 auto; width:44px; height:44px; border-radius:50%; background:#f6f1ec; color:var(--primary); display:flex; align-items:center; justify-content:center; font-size:1.1rem; }
.hp-more-txt { flex:1; display:flex; flex-direction:column; }
.hp-more-txt strong { color:var(--dark); }
.hp-more-txt small { color:#9a8d82; font-size:.88rem; }
.hp-more-chev { color:#b3a99f; transition:transform .25s; }
.hp-more.is-open .hp-more-chev { transform:rotate(180deg); }
.hp-more.is-open .hp-more-ic i { transform:rotate(45deg); transition:transform .2s; }
.hp-more-panel { margin-top:1rem; }
.hp-contact.is-flash { animation:hpFlash 1s ease; }
@keyframes hpFlash { 0%,100%{box-shadow:0 10px 30px rgba(120,100,80,.06);} 30%{box-shadow:0 0 0 4px rgba(171,116,66,.35);} }

/* ===== Hinnapäring 4-step wizard ===== */
.hp-step-line { flex:1; height:2px; background:#e3dcd5; min-width:18px; }
.hp-panel { }
.hp-summary-cell { display:flex; flex-direction:column; }
.hp-summary-left { display:flex; gap:2rem; align-items:center; flex-wrap:wrap; }
.hp-price { color:var(--primary); font-weight:800; }
.hp-opt-tag { font-size:.8rem; font-weight:600; color:#9a8d82; background:#f1ebe5; padding:.15rem .6rem; border-radius:20px; vertical-align:middle; margin-left:.4rem; }
.hp-detail { margin-bottom:1rem; }
.hp-detail-label { display:block; font-weight:600; color:var(--dark); margin-bottom:.45rem; font-size:.95rem; }
.hp-chips { display:flex; flex-wrap:wrap; gap:.4rem; }
.hp-chip { border:1px solid #d8cabf; background:#fff; color:#4f4540; padding:.45rem .9rem; border-radius:8px; font-weight:500; font-size:.92rem; cursor:pointer; transition:.18s; }
.hp-chip:hover { border-color:var(--primary); }
.hp-chip.is-on { background:var(--primary); border-color:var(--primary); color:#fff; }
.hp-nav { display:flex; justify-content:space-between; gap:1rem; margin-top:1.5rem; }
.hp-nav .btn { border-radius:12px; padding:.85rem 1.6rem; font-weight:600; display:inline-flex; align-items:center; }
.hp-more-opt { color:var(--primary); font-weight:600; font-size:.92rem; white-space:nowrap; }
.hp-more[data-goto] { text-align:left; }

/* room steppers */
.hp-room-slider { display:flex; align-items:center; gap:.5rem; margin-top:.2rem; }
.hp-room-step { flex:0 0 auto; width:32px; height:32px; border:1px solid #e1d7d2; background:#faf7f4; color:var(--primary); border-radius:8px; font-size:1.1rem; line-height:1; cursor:pointer; transition:.18s; display:flex; align-items:center; justify-content:center; }
.hp-room-step:hover { background:var(--primary); color:#fff; border-color:var(--primary); }
.hp-room-slider .hp-room-range { flex:1; }

/* right sidebar summary */
.hp-sum { position:sticky; top:90px; }
.hp-sum-title { font-weight:700; font-size:1.25rem; color:var(--dark); margin-bottom:1.25rem; }
.hp-sum-row { display:flex; justify-content:space-between; align-items:center; padding:.85rem 0; border-bottom:1px solid #f0eae4; color:#7a6a62; }
.hp-sum-row strong { color:var(--dark); font-weight:700; }
.hp-sum-row.hp-sum-price { border-bottom:none; padding-top:1.1rem; }
.hp-sum-row.hp-sum-price span { font-size:1rem; }
.hp-sum-row.hp-sum-price strong { color:var(--primary); font-size:1.7rem; font-weight:800; }
.hp-sum-note { display:flex; gap:.7rem; align-items:flex-start; background:#f6f1ec; border-radius:12px; padding:.9rem 1rem; margin-top:1rem; color:#7a6a62; font-size:.9rem; line-height:1.4; }
.hp-sum-note-ic { flex:0 0 auto; width:26px; height:26px; border-radius:50%; background:#fff; color:var(--primary); display:flex; align-items:center; justify-content:center; font-size:.7rem; }
.hp-help { display:flex; gap:1.5rem; align-items:center; margin-top:1.25rem; }
.hp-help-ic { flex:0 0 auto; width:54px; height:54px; border-radius:50%; background:#f6f1ec; color:var(--primary); display:flex; align-items:center; justify-content:center; font-size:1.4rem; }
.hp-help-body strong { display:block; color:var(--dark); font-size:1.1rem; margin-bottom:.25rem; }
.hp-help-body p { color:#8a7d72; font-size:.92rem; margin-bottom:.9rem; }
.hp-help-btn { border-radius:12px; padding:.7rem 1.3rem; font-weight:600; }

/* confirm */
.hp-confirm { text-align:center; padding:3rem 2rem; }
.hp-confirm-ic { width:72px; height:72px; border-radius:50%; background:#e8f3ec; color:#1f8a5b; display:flex; align-items:center; justify-content:center; font-size:2rem; margin:0 auto 1.25rem; }

/* bottom */
.hp-bottom { display:flex; gap:2rem; align-items:center; justify-content:space-between; flex-wrap:wrap; }
.hp-bottom-trust { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; flex:1; min-width:280px; }
.hp-bottom-skip { text-align:right; border-left:1px solid #f0eae4; padding-left:2rem; }
.hp-bottom-skip strong { display:block; color:var(--dark); }
.hp-bottom-skip p { color:#8a7d72; font-size:.9rem; margin:.2rem 0 .8rem; }
.hp-bottom-skip .btn { border-radius:10px; padding:.65rem 1.4rem; font-weight:600; }
@media (max-width:991px){ .hp-bottom{flex-direction:column;align-items:stretch;} .hp-bottom-trust{grid-template-columns:1fr;} .hp-bottom-skip{text-align:left;border-left:none;border-top:1px solid #f0eae4;padding-left:0;padding-top:1.25rem;} .hp-sum{position:static;} }
@media (max-width:575px){ .hp-summary{flex-direction:column;align-items:stretch;gap:1rem;} .hp-summary-right .btn{width:100%;justify-content:center;} .hp-nav{flex-direction:column-reverse;} .hp-nav .btn{width:100%;justify-content:center;} }

/* ===== Stiili joondus saidiga: tume kokkuvõte ===== */
.hp-room-val { font-size:1.45rem; margin:.1rem 0 .8rem; }
/* tume kokkuvõte (nagu kalkulaatori parem pool) */
.hp-sum { background:var(--dark); border-color:var(--dark); }
.hp-sum-title { color:#fff; }
.hp-sum-row { color:#b9b0a6; border-bottom-color:rgba(255,255,255,.12); }
.hp-sum-row strong { color:#fff; }
.hp-sum-row.hp-sum-price span { color:#b9b0a6; }
.hp-sum-row.hp-sum-price strong { color:var(--primary); }
.hp-sum-note { background:rgba(255,255,255,.06); color:#c7beb4; }
.hp-sum-note-ic { background:rgba(255,255,255,.12); color:var(--primary); }
/* Освещениеe kaardid (mitmikvalik) */
.hp-light-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:.6rem; }
@media (max-width:767px){ .hp-light-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:480px){ .hp-light-grid{grid-template-columns:1fr;} }
.hp-lightcard { display:flex; align-items:center; gap:.6rem; border:1px solid #d8cabf; background:#fff; color:#4f4540; padding:.7rem .9rem; font-weight:500; cursor:pointer; transition:.18s; text-align:left; line-height:1.25; }
.hp-lightcard i { color:#9a8d82; font-size:1.1rem; width:22px; text-align:center; flex:0 0 auto; }
.hp-lightcard:hover { border-color:var(--primary); }
.hp-lightcard.is-on { background:var(--primary); border-color:var(--primary); color:#fff; }
.hp-lightcard.is-on i { color:#fff; }
.hp-detail-hint { font-weight:400; font-size:.85rem; color:#9a8d82; }

/* ===== Täpsustused (typo/sticky/check/kalkulaatori ikoon) ===== */
.hp-sub { font-size:1.05rem !important; color:#5a5048 !important; font-weight:400; }
/* Sticky parem tulp: kerimisel jääb kokkuvõte alati nähtavale */
.hp-side-col { position:sticky; top:24px; align-self:flex-start; }
@media (max-width:991px){ .hp-side-col{ position:static; top:auto; } }
.hp-panel + .hp-panel { margin-top:1.25rem; }

/* "Оставить заявку" plokk samas riba sees, kus "Ориентировочная площадь" */
.hp-summary-skip { gap:1.25rem; }
.hp-summary-skip-cell { display:flex; align-items:center; gap:1rem; flex-wrap:wrap; justify-content:flex-end; }
.hp-summary-skip-txt { text-align:right; line-height:1.3; }
.hp-summary-skip-txt strong { display:block; color:var(--dark); font-size:.98rem; }
.hp-summary-skip-txt span { color:#8a7d72; font-size:.88rem; }
.hp-summary-skip-btn { border-radius:6px; padding:.65rem 1.3rem; font-weight:600; white-space:nowrap; }
@media (min-width:992px){
  .hp-summary-skip{display:grid;grid-template-columns:minmax(260px, .42fr) minmax(430px, .58fr);align-items:center;}
  .hp-summary-skip .hp-summary-left{flex-wrap:nowrap;gap:.9rem;min-width:0;}
  .hp-summary-skip .hp-summary-cell{min-width:0;}
  .hp-summary-skip-cell{flex-wrap:nowrap;justify-content:flex-end;min-width:0;}
  .hp-summary-skip-txt{flex:1 1 auto;min-width:0;text-align:right;}
  .hp-summary-skip-txt strong{display:block;}
  .hp-summary-skip-txt span{display:block;}
  .hp-summary-skip-btn{flex:0 0 auto;}
}
@media (max-width:991px){ .hp-summary-skip{flex-direction:column;align-items:stretch;gap:.9rem;} .hp-summary-skip-cell{justify-content:space-between;} .hp-summary-skip-txt{text-align:left;} }
@media (max-width:480px){ .hp-summary-skip-cell{flex-direction:column;align-items:stretch;gap:.6rem;} .hp-summary-skip-btn{width:100%;} }

/* Aja-vihje (15 min / kohe telefonis) */
.hp-time-note { display:flex; align-items:flex-start; gap:.6rem; background:rgba(207,190,181,.18); border-left:3px solid var(--primary); padding:.7rem .9rem; margin:0 0 1rem; color:#5a5048; font-size:.92rem; line-height:1.4; border-radius:4px; }
.hp-time-note i { color:var(--primary); font-size:1rem; margin-top:.15rem; flex:0 0 auto; }
.hp-time-note strong { color:var(--dark); }
.hp-time-note--dark { background:rgba(255,255,255,.08); color:#d6cec5; border-left-color:var(--primary); }
.hp-time-note--dark strong { color:#fff; }

/* H1 rõhutus "за 15 минут" */
.hp-title-accent { color:var(--primary); white-space:nowrap; }
/* Светильники и дополнения sammud (samas stiilis index-i kalkulaatoriga) */
.hp-counts { display:grid; grid-template-columns:repeat(2, 1fr); gap:14px 20px; }
@media (max-width:575px){ .hp-counts{ grid-template-columns:1fr; } }
.hp-count { display:flex; flex-direction:column; gap:7px; }
.hp-count-label { font-size:.92rem; font-weight:500; color:var(--dark); }
.hp-count-ctrl { display:flex; border:1px solid #ddd3ca; background:#fff; border-radius:2px; overflow:hidden; }
.hp-count-ctrl button { flex:0 0 auto; width:46px; height:42px; border:none; background:var(--light); color:var(--primary); font-size:1.25rem; cursor:pointer; transition:.2s; }
.hp-count-ctrl button:hover { background:var(--primary); color:#fff; }
.hp-count-ctrl input { flex:1 1 auto; min-width:0; border:none; outline:none; text-align:center; font-weight:700; font-size:1rem; color:var(--dark); background:transparent; }
.hp-count-ctrl input::-webkit-outer-spin-button,
.hp-count-ctrl input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0; }
/* Suur "2" telefoni-slogani sees */
.hp-help-big { color:var(--primary); font-size:1.6em; font-weight:800; line-height:1; vertical-align:-.05em; margin:0 .08em; }
/* Telefoninumber tekstina (ilma nuputa) */
.hp-help-phone { display:inline-block; margin-top:.5rem; color:var(--dark); font-size:1.45rem; font-weight:800; letter-spacing:.02em; text-decoration:none; }
.hp-help-phone:hover { color:var(--primary); text-decoration:none; }
/* valiku linnuke nurka, ilma teksti nihutamata */
.hp-room { position:relative; }
.hp-room-check { position:absolute !important; top:.7rem; right:.7rem; margin:0; }
.hp-room-name { flex:1; }
/* kalkulaatori ikoon "Kokku pindala" ees — sama toon nagu referentsil */
.hp-summary-ic { background:#efe9e3 !important; color:#8a7d72 !important; }
.hp-summary-ic i { font-weight:400; }

/* ===== Lehe taust (referentsi järgi) + valgustuse kaardid ilma ikoonita ===== */
body { background:#f8f6f7; }
.sticky-top { position:static !important; top:auto !important; }
/* valgustus: kompaktsed chip'id (ühes stiilis faktuuri/tüübi nuppudega) */
.hp-light-grid { display:flex; flex-wrap:wrap; gap:.4rem; }
.hp-lightcard { display:inline-flex; align-items:center; justify-content:center; text-align:center; gap:0; border:1px solid #d8cabf; background:#fff; color:#4f4540; padding:.45rem .9rem; border-radius:2px; font-weight:500; font-size:.92rem; line-height:1.2; cursor:pointer; transition:.18s; }
.hp-lightcard:hover { border-color:var(--primary); }
.hp-lightcard.is-on { background:var(--primary); border-color:var(--primary); color:#fff; }
/* faktuur + tüüp kõrvuti, chipsid võimalikult ühes reas */
.hp-chips-compact { gap:.3rem; }
.hp-chips-compact .hp-chip { padding:.35rem .65rem; font-size:.85rem; border-radius:2px; white-space:nowrap; }

/* ===== Lihtne liugur (rgb 114 94 87) ===== */
.hp-room-range::-webkit-slider-thumb { background:#725e57 !important; }
.hp-room-range::-moz-range-thumb { background:#725e57 !important; }
.hp-room-scale { display:flex; justify-content:space-between; margin-top:.45rem; font-size:.78rem; color:#a99d92; }

/* ===== Liuguri nupp täidetud (ilma valge rõngata) + suuremad numbrid ===== */
.hp-room-range { height:5px; }
.hp-room-range::-webkit-slider-thumb { width:20px !important; height:20px !important; background:#725e57 !important; border:none !important; box-shadow:0 1px 3px rgba(0,0,0,.3) !important; }
.hp-room-range::-moz-range-thumb { width:20px !important; height:20px !important; background:#725e57 !important; border:none !important; box-shadow:0 1px 3px rgba(0,0,0,.3); }
.hp-room-val { font-size:1.6rem !important; }
.hp-summary-cell .hp-summary-val { font-size:1.95rem; }

/* ===== Kasutaja täpsustused ===== */
.hp-room-val { font-size:1.2rem !important; justify-self:center; text-align:center; }
.hp-summary-val strong { color:var(--dark) !important; }

/* Доп. мелкий блок калькулятора */
#roomGrid >.is-on { border-radius: 2px !important }
#roomGrid >[data-i="2"] { border-radius: 2px !important }
