body.storefront-contact-page .sf-contact-hero {
    min-height: 280px;
    background: linear-gradient(135deg, #0f172a 0%, #312e81 50%, #0f172a 100%);
}

.sf-contact-page {
    padding: 48px 0 72px;
}

.sf-contact-card {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 18px;
    padding: 28px 26px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    margin-bottom: 20px;
}

.sf-contact-card__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #0f172a;
}

.sf-contact-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf-contact-card__list li {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}

.sf-contact-card__list li:last-child {
    border-bottom: none;
}

.sf-contact-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(209, 0, 36, 0.08);
    color: #d10024;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sf-contact-card__list strong {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-bottom: 4px;
}

.sf-contact-card__list a,
.sf-contact-card__list span {
    font-size: 16px;
    color: #0f172a;
    line-height: 1.5;
}

.sf-contact-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
    padding-top: 8px;
}

.sf-contact-hours {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf-contact-hours li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 15px;
}

.sf-contact-hours li.is-closed span:last-child {
    color: #94a3b8;
}

.sf-contact-hours-empty {
    margin: 0;
    color: #64748b;
    font-size: 15px;
}

.sf-contact-help-link {
    margin: 8px 0 0;
}

.sf-contact-help-link a {
    color: #d10024;
    font-weight: 600;
    text-decoration: none;
}

.sf-contact-map-card {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 18px;
    padding: 28px 26px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    height: 100%;
}

.sf-contact-map-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e8edf5;
    background: #f8fafc;
}

.sf-contact-map-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sf-contact-maps-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: #d10024;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 991px) {
    .sf-contact-map-wrap {
        padding-bottom: 75%;
    }
}

.sf-contact-form-card {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 18px;
    padding: 28px 26px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    margin-bottom: 0;
}

.sf-contact-form__subtitle {
    color: #64748b;
    font-size: 15px;
    margin: -8px 0 20px;
    line-height: 1.6;
}

.sf-contact-form__label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #475569;
    margin-bottom: 8px;
}

.sf-contact-form__label span {
    color: #d10024;
}

.sf-contact-form__input {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 12px 14px;
    font-size: 15px;
}

.sf-contact-form__input:focus {
    border-color: #d10024;
    box-shadow: 0 0 0 3px rgba(209, 0, 36, 0.1);
}

.sf-contact-form__alert {
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 20px;
}

.sf-contact-form__submit-wrap {
    margin-top: 12px;
    padding-top: 8px;
}

.sf-contact-form__submit-wrap .sf-about-btn {
    margin-top: 4px;
}

.sf-contact-thanks {
    padding: 72px 0 96px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
    min-height: 55vh;
    display: flex;
    align-items: center;
}

.sf-contact-thanks__card {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 20px;
    padding: 48px 36px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.sf-contact-thanks__icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecfdf3;
    color: #16a34a;
    font-size: 34px;
}

.sf-contact-thanks__title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px;
}

.sf-contact-thanks__text {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
    margin: 0 auto 8px;
    max-width: 520px;
}

.sf-contact-thanks__name {
    font-size: 18px;
    font-weight: 700;
    color: #d10024;
    margin: 0 0 24px;
}

.sf-contact-thanks__actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

.sf-contact-thanks__actions .sf-about-btn {
    min-width: 180px;
    justify-content: center;
}

.sf-contact-thanks__actions .sf-about-btn--ghost {
    background: #fff;
    color: #0f172a;
    border: 1px solid #d1d5db;
    backdrop-filter: none;
}

.sf-contact-thanks__actions .sf-about-btn--ghost:hover {
    color: #d10024;
    background: #fff5f5;
    border-color: #d10024;
}
