.seo-contact-page {
    font-family: 'Open Sans', system-ui, -apple-system, sans-serif;
    color: #333;
}

.form-design-card {
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
}
.custom-input {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.02);
}
.custom-input:focus {
    border-color: #71ecd2;
    box-shadow: 0 0 0 3px rgba(113, 236, 210, 0.2);
}

.working-hours ul li {
    padding: 6px 0;
    border-bottom: 1px dashed #e9ecef;
}
.working-hours ul li:last-child {
    border-bottom: none;
}

.hide {
    display: none !important;
}

.custom-btn-mint {
    background-color: #9ef4d7;
    color: #000000;
    border: 2px solid #4a2b7b;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.custom-btn-mint:hover {
    background-color: #4a2b7b;
    color: #ffffff;
    border-color: #4a2b7b;
}
.custom-btn-mint:hover span {
    color: #ffffff;
}

.custom-accordion .custom-accordion-item {
    border: none !important;
    margin-bottom: 8px;
}

.custom-accordion {
    max-width: 960px; /* Свиваме ширината, за да не са толкова разпънати */
    margin: 0 auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.custom-accordion .custom-accordion-item {
    border: none !important;
    border-bottom: 1px solid #e2e8f0 !important;
    margin-bottom: 0 !important; /* Махаме разстоянията между тях */
}

.custom-accordion .custom-accordion-item:last-child {
    border-bottom: none !important;
}

.custom-accordion .custom-accordion-btn {
    background-color: #ffffff !important; /* Бял фон за затворените */
    color: #4a5568;
    font-weight: 600;
    font-size: 1rem;
    padding: 1.25rem 1.5rem;
    box-shadow: none !important;
    border-radius: 0 !important;
    transition: all 0.2s ease;
}

/* Когато акордеонът е ОТВОРЕН (Стилът от снимката) */
.custom-accordion .custom-accordion-btn:not(.collapsed) {
    color: #4a2b7b !important; /* Лилав текст */
    background-color: #fdf2f8 !important; /* Нежният лилаво-розов фон */
}

.custom-accordion .custom-accordion-btn::after {
    background-size: 1rem;
    transition: transform 0.2s ease;
}

.custom-accordion .custom-accordion-btn:not(.collapsed)::after {
    transform: rotate(180deg);
}

.custom-accordion .accordion-body {
    padding: 1.5rem;
    background-color: #ffffff;
    color: #4a5568;
    line-height: 1.7;
    font-size: 0.95rem;
}

.custom-accordion .accordion-body {
    padding: 1rem 1.5rem 1.5rem;
    background-color: #ffffff;
}

.custom-loan-card {
    background-color: #f8f9fa !important;
    border-radius: 16px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.custom-loan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.06) !important;
    background-color: #ffffff !important;
}
.contact-hero-banner {
    text-align: center;
}
.contact-hero-inner {
    max-width: 900px;
    margin: 0 auto;
}
.contact-hero-text {
    font-size: 18px;
    line-height: 1.6;
    color: #334155;
    margin: 0 auto 30px auto;
    max-width: 750px;
    font-family: sans-serif;
}
.contact-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    font-family: sans-serif;
}

.btn-contact-phone {
    display: inline-block;
    background-color: #10b981;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(16, 185, 129, 0.2);
}
.btn-contact-apply {
    display: inline-block;
    background-color: #3b82f6;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.2);
}

.contact-main-wrapper {
    padding: 0;
    box-sizing: border-box;
    color: #1e293b;
    font-family: sans-serif;
}
.contact-main-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 15px;
}

.contact-info-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.contact-info-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #0f172a;
}
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
    margin-bottom: 25px;
}
.contact-link-highlight {
    color: #3b82f6;
    font-weight: bold;
    text-decoration: none;
}
.contact-link-plain {
    color: #3b82f6;
    text-decoration: none;
}

.contact-map-box {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: #e2e8f0;
    border-radius: 8px;
    margin-bottom: 15px;
}
.contact-map-link {
    color: #3b82f6;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
}

.contact-hours-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
}
.contact-hours-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.contact-hours-title {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    color: #0f172a;
}
.contact-badge-open {
    background-color: #d1fae5;
    color: #065f46;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contact-hours-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
}
.contact-hours-row-dashed {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e2e8f0;
}
.contact-hours-row-last {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
}
.text-green {
    color: #10b981;
}
.text-right-aligned {
    text-align: right;
}
.text-sunday-note {
    display: block;
}

.contact-form-card {
    background-color: #ffffff;
    border: 2px solid #3b82f6;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.05);
}
.contact-form-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 25px 0;
    color: #0f172a;
    text-align: center;
}
.contact-field-label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 14px;
}
.contact-field-input {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    padding: 10px;
}
.contact-field-textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    padding: 10px;
}
.contact-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.contact-checkbox-input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}
.contact-checkbox-label {
    font-size: 13px;
    line-height: 1.4;
    color: #475569;
    cursor: pointer;
}
.contact-recaptcha-center {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.contact-form-messages {
    margin-bottom: 15px;
}

.contact-msg-success {
    display: block;
    background-color: #d1fae5;
    color: #065f46;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.contact-msg-error {
    display: block;
    background-color: #fee2e2;
    color: #991b1b;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.contact-submit-center {
    text-align: center;
}
.btn-contact-submit {
    background-color: #3b82f6;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
}

.contact-features-section {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px 20px;
}
.contact-features-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 35px 0;
    color: #0f172a;
}
.contact-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}
.contact-feature-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.contact-feature-icon {
    font-size: 28px;
    line-height: 1;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
.contact-feature-h3 {
    margin: 0 0 8px 0;
    font-weight: bold;
    font-size: 18px;
    color: #1e293b;
}
.contact-feature-p {
    margin: 0;
    line-height: 1.5;
    color: #475569;
}

.contact-faq-section {
    margin-bottom: 60px;
}
.contact-faq-title {
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px 0;
}

.contact-products-section {
    margin-bottom: 40px;
}
.contact-products-title {
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}
.contact-products-subtitle {
    text-align: center;
    color: #64748b;
    margin-bottom: 35px;
    font-size: 16px;
}
.contact-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}
.contact-product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px 25px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 10px -1px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.contact-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.1);
    border-color: #3b82f6;
}

.contact-product-h3 {
    margin: 0 0 14px 0;
    font-weight: 700;
    font-size: 20px;
    color: #3b82f6;
}

.contact-product-p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
}
.contact-info-list div p {
    display: inline;
    margin: 0;
    padding: 0;
}

.info-display {
    position: relative;
    margin-top: 0em;
    margin-bottom: calc(1em + 1vh);
    padding: calc(2em + 2%) calc(2em + 2%);
}
@media (min-width: 1200px) {
    .container.contact-main-container {
        max-width: 1400px;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .container.contact-main-container {
        max-width: 1550px;
    }
}