.iceband-calc-page { padding-bottom: 40px; }
.iceband-calc-header { margin-bottom: 18px; }
.iceband-calc-header h1 { margin-bottom: 6px; }
.iceband-calc { max-width: 980px; margin: 0 auto; padding: 22px; background: #fff; border: 1px solid #eef0f3; border-radius: 12px; box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06); }
.iceband-calc-common { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin-bottom: 20px; }
.field label { display: block; font-weight: 600; margin-bottom: 6px; color: #1f2937; }
.field input, .field select, .iceband-calc textarea { width: 100%; padding: 11px 12px; border: 1px solid #d7dce3; border-radius: 8px; min-height: 44px; background: #fff; }
.field input:focus, .field select:focus, .iceband-calc textarea:focus { outline: none; border-color: #0b67ff; box-shadow: 0 0 0 3px rgba(11, 103, 255, 0.12); }
.iceband-calc-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin: 6px 0 18px; }
.iceband-calc-tabs button { padding: 10px 16px; border: 1px solid #d7dce3; border-radius: 999px; background: #f7f8fb; cursor: pointer; font-weight: 600; }
.iceband-calc-tabs button.active { background: #0b67ff; color: #fff; border-color: #0b67ff; box-shadow: 0 6px 16px rgba(11, 103, 255, 0.2); }
.iceband-calc-tab { display: none; margin-bottom: 20px; }
.iceband-calc-tab.active { display: block; }
.iceband-calc-result { padding: 16px 18px; background: #f7f9ff; border-radius: 10px; border: 1px solid #e6ecff; }
.result-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.result-actions button { min-height: 44px; padding: 10px 16px; border-radius: 8px; border: 1px solid #d7dce3; cursor: pointer; font-weight: 600; background: #fff; }
.calc-btn { background: #0b67ff; color: #fff; border-color: #0b67ff; }
.add-to-cart-btn { background: #12b76a; color: #fff; border-color: #12b76a; }
.copy-result-btn { background: #fff; }
.add-to-cart-btn:disabled { opacity: .5; cursor: not-allowed; }
.result-hint { margin-top: 6px; color: #4b5563; }
.result-extra-hint { margin-top: 8px; color: #4b5563; }
.drink-row { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr auto; gap: 8px; margin-bottom: 8px; align-items: center; }
.remove-drink { background: #ff4d4f; color: #fff; border: none; border-radius: 8px; width: 36px; height: 36px; }
.iceband-calc-lead { margin-top: 26px; padding: 18px; border: 1px dashed #d7dce3; border-radius: 10px; background: #fbfbfd; }
.iceband-calc-lead h3 { margin-bottom: 6px; }
.iceband-calc-lead p { margin-bottom: 12px; color: #4b5563; }
.iceband-calc-lead input, .iceband-calc-lead textarea { margin-bottom: 10px; }
.iceband-calc-faq { margin-top: 26px; }
.iceband-calc-faq .faq-item { padding: 10px 0; border-bottom: 1px solid #eef0f3; }
.iceband-calc-faq .faq-item:last-child { border-bottom: 0; }
.big-event { margin-top: 10px; padding: 10px 12px; background: #fff3cd; border-radius: 8px; border: 1px solid #ffe39a; }

@media (max-width: 700px) {
    .iceband-calc { padding: 16px; }
    .iceband-calc-tabs button { flex: 1 1 auto; text-align: center; }
    .drink-row { grid-template-columns: 1fr 1fr; }
    .drink-row select[name="drink_type"] { grid-column: 1 / -1; }
    .remove-drink { width: 100%; height: 40px; }
}
