.premium-card {
    border: none;
    border-radius: 1.25rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
    background: #fff;
    transition: all 0.3s ease;
}
.result-card {
    border-top: 6px solid #e31e24 !important;
}
.section-title {
    color: #333;
    border-left: 4px solid #e31e24;
    padding-left: 12px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.5px;
}
.field__input {
    border-radius: 0.75rem !important;
    padding: 0.75rem 1rem !important;
    border: 1px solid #dee2e6 !important;
    transition: all 0.2s ease-in-out !important;
}
.field__input:focus {
    border-color: #e31e24 !important;
    box-shadow: 0 0 0 0.25rem rgba(227, 30, 36, 0.1) !important;
    outline: none !important;
}
.control-label {
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.4rem;
    font-size: 0.85rem;
    display: block;
}
.check-button {
    background-color: #e31e24 !important;
    border: none !important;
    border-radius: 0.75rem !important;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 10px rgba(227, 30, 36, 0.2) !important;
}
.check-button:hover:not(:disabled) {
    background-color: #c4191e !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(227, 30, 36, 0.3) !important;
}
.check-button:active:not(:disabled) {
    transform: translateY(0);
}
.check-button .clear-icon {
    display: none;
}
.check-button.clear .clear-icon {
    display: block;
}
.check-button.clear .check-icon {
    display: none;
}
.calculator-card__item {
    padding: 1rem 0;
    border-bottom: 1px solid #f8f9fa;
}
.calculator-card__item:last-child {
    border-bottom: none;
}
.policy_price-value {
    color: #e31e24;
    font-weight: 900;
    font-size: 1.5rem;
}
.submit-btn-premium {
    background-color: var(--primary-red) !important;
    border: none !important;
    border-radius: 0.75rem !important;
    padding: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px var(--primary-red) !important;
}
.submit-btn-premium:hover:not(:disabled) {
    background-color: var(--primary-red) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px var(--primary-red) !important;
}
.offer-checkbox input {
    accent-color: #e31e24;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}
.help-block.help-block-error {
    color: #e31e24;
    font-size: 0.8rem;
    margin-top: 0.4rem;
    padding-left: 0.25rem;
    line-height: 1.4;
    font-weight: 500;
}
.form-group.has-error .field__input {
    border-color: #e31e24 !important;
    background-image: none;
}
/* Override rogue position:fixed rule on tech_pass_series error message */
.form-group.field-policyosgo-tech_pass_series .help-block {
    position: static !important;
    margin-top: 0.1rem !important;
}
