.ca-stores-page {
    background: #fff;
    color: #0f172a;
    font-family: inherit;
    padding: 34px 0 56px;
}
.ca-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 24px;
}
.ca-section-head {
    text-align: center;
    margin-bottom: 28px;
}
.ca-section-head h1,
.ca-section-head h2 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}
.ca-section-head p {
    margin: 0;
    color: #334155;
    font-size: 15px;
}
.ca-stores-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.ca-store-card {
    border: 1px solid #dfe4ea;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}
.ca-store-image {
    height: 210px;
    background: #f3f4f6;
}
.ca-store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ca-store-body {
    padding: 20px 20px 22px;
}
.ca-store-title-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}
.ca-store-title-row h2 {
    margin: 0;
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
}
.ca-store-title-row span {
    background: #f3f4f6;
    color: #475569;
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 11px;
    line-height: 1;
}
.ca-store-info {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.ca-store-info li {
    position: relative;
    padding-left: 24px;
    margin: 0 0 12px;
    color: #475569;
    font-size: 14px;
    line-height: 1.35;
}
.ca-store-info li:before,
.ca-help-icon:before {
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ca-store-info li:before {
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    opacity: .9;
}
.ca-icon-location:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M12 21s7-5.2 7-12a7 7 0 1 0-14 0c0 6.8 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E"); }
.ca-icon-phone:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2A19.8 19.8 0 0 1 3.1 5.2 2 2 0 0 1 5.1 3h3a2 2 0 0 1 2 1.7c.1.9.3 1.7.6 2.5a2 2 0 0 1-.5 2.1L9 10.5a16 16 0 0 0 4.5 4.5l1.2-1.2a2 2 0 0 1 2.1-.5c.8.3 1.6.5 2.5.6A2 2 0 0 1 22 16.9z'/%3E%3C/svg%3E"); }
.ca-icon-mail:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E"); }
.ca-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 116px;
    justify-content: center;
    padding: 10px 16px;
    background: #ffd100;
    color: #111827 !important;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.08);
}
.ca-help-section {
    margin-top: 108px;
    border-bottom: 1px solid #dfe4ea;
    padding-bottom: 30px;
}
.ca-help-section .ca-section-head {
    margin-bottom: 54px;
}
.ca-help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}
.ca-help-item {
    position: relative;
    text-align: center;
    color: #111827 !important;
    text-decoration: none !important;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ca-help-item + .ca-help-item {
    border-left: 1px solid #dfe4ea;
}
.ca-help-icon {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
}
.ca-help-icon:before {
    inset: 0;
}
.ca-phone-big:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f3c400' stroke-width='1.7'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2A19.8 19.8 0 0 1 3.1 5.2 2 2 0 0 1 5.1 3h3a2 2 0 0 1 2 1.7c.1.9.3 1.7.6 2.5a2 2 0 0 1-.5 2.1L9 10.5a16 16 0 0 0 4.5 4.5l1.2-1.2a2 2 0 0 1 2.1-.5c.8.3 1.6.5 2.5.6A2 2 0 0 1 22 16.9z'/%3E%3C/svg%3E"); }
.ca-chat-big:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f3c400' stroke-width='1.7'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-9 8.3 8.7 8.7 0 0 1-3.9-.9L3 20l1.3-4.2A8.3 8.3 0 1 1 21 11.5z'/%3E%3C/svg%3E"); }
.ca-mail-big:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f3c400' stroke-width='1.7'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E"); }
.ca-help-item strong {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 10px;
}
.ca-help-item small {
    color: #475569;
    font-size: 13px;
}
@media (max-width: 900px) {
    .ca-stores-grid { grid-template-columns: 1fr; }
    .ca-store-image { height: 220px; }
    .ca-help-section { margin-top: 56px; }
    .ca-help-grid { grid-template-columns: 1fr; gap: 24px; }
    .ca-help-item + .ca-help-item { border-left: 0; border-top: 1px solid #dfe4ea; padding-top: 24px; }
}
