.brand-custom-description {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.brand-custom-description h2 {
    margin-bottom: 1rem;
    font-family: "Bebas Neue Cyrillic", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    line-height: normal;
    text-transform: uppercase;
    text-wrap: balance;
    color: #000;
}

.brand-custom-description h3 {
    margin-bottom: 0.75rem;
    font-family: "Bebas Neue Cyrillic", sans-serif;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: normal;
    text-transform: uppercase;
    text-wrap: balance;
    color: #000;
}

.brand-custom-description p {
    margin-bottom: 2rem;
    font-family: "JetBrains Mono", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.7);
}

.brand-custom-description ul:not(.brand-faq-list) {
    margin-bottom: 2rem;
    padding-left: 2rem;
    list-style-type: disc !important;
    font-family: "JetBrains Mono", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.7);
}

.brand-custom-description ul:not(.brand-faq-list) li {
    margin-bottom: 0.5rem;
}

.brand-custom-description ol {
    margin-bottom: 2rem;
    padding-left: 2rem;
    font-family: "JetBrains Mono", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.7);
}

.brand-custom-description ol li {
    margin-bottom: 0.5rem;
}

.brand-custom-description strong {
    font-weight: 700;
    color: #000;
}

.brand-custom-description a {
    color: #000;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.brand-custom-description a:hover {
    opacity: 0.7;
}

.brand-custom-description img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
}

.brand-toggle-button {
    display: inline-block;
    margin: 2rem 0;
    padding: 1rem 2rem;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family: "JetBrains Mono", sans-serif;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.brand-toggle-button:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.brand-toggle-button:active {
    transform: translateY(0);
    box-shadow: none;
}

.brand-hidden-description {
    margin-top: 2rem;
}

.brand-faq-list {
    margin: 2rem 0 4rem;
    list-style: none;
    padding-left: 0;
}

.brand-faq-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brand-faq-list li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.brand-faq-list .faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    cursor: pointer;
}

.brand-faq-list .faq-header h4 {
    font-family: "Bebas Neue Cyrillic", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.brand-faq-list .faq-header button {
    width: 22px;
    height: 22px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
}

.brand-faq-list .faq-header button::before,
.brand-faq-list .faq-header button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    transition: transform 0.3s ease;
}

.brand-faq-list .faq-header button::before {
    width: 16px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.brand-faq-list .faq-header button::after {
    width: 2px;
    height: 16px;
    transform: translate(-50%, -50%);
}

.brand-faq-list li.active .faq-header button::after {
    transform: translate(-50%, -50%) scaleY(0);
}

.brand-faq-list .faq-content {
    padding: 1rem 0 3rem;
    font-family: "JetBrains Mono", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.7);
}

.brand-faq-list .faq-content p {
    margin-bottom: 1.5rem;
}

.brand-faq-list .faq-content p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .brand-custom-description {
        margin-top: 4rem;
        margin-bottom: 6rem;
    }
    
    .brand-custom-description h2 {
        font-size: 3.5rem;
    }
    
    .brand-custom-description h3 {
        font-size: 2.6rem;
    }
    
    .brand-toggle-button {
        font-size: 1.6rem;
        padding: 1.2rem 2.4rem;
    }
    
    .brand-faq-list .faq-header {
        padding: 2rem 0;
    }
    
    .brand-faq-list .faq-header h4 {
        font-size: 2rem;
    }
}

@media (min-width: 1024px) {
    .brand-custom-description h2 {
        font-size: 4rem;
    }
    
    .brand-custom-description h3 {
        font-size: 3rem;
    }
    
    .brand-custom-description p,
    .brand-custom-description ul:not(.brand-faq-list),
    .brand-custom-description ol {
        font-size: 1.6rem;
    }
    
    .brand-faq-list .faq-header h4 {
        font-size: 2.4rem;
    }
    
    .brand-faq-list .faq-content {
        font-size: 1.6rem;
    }
}

@media (min-width: 1280px) {
    .brand-custom-description p,
    .brand-custom-description ul:not(.brand-faq-list),
    .brand-custom-description ol {
        font-size: 2rem;
    }
    
    .brand-toggle-button {
        font-size: 1.8rem;
        padding: 1.4rem 2.8rem;
    }
    
    .brand-faq-list .faq-header h4 {
        font-size: 3rem;
    }
    
    .brand-faq-list .faq-content {
        font-size: 2rem;
    }
}

@media (min-width: 1536px) {
    .brand-custom-description {
        margin-top: 7rem;
        margin-bottom: 8rem;
    }
}

.brand-custom-description table {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    border-collapse: collapse;
    font-family: "JetBrains Mono", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.7);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.brand-custom-description table thead,
.brand-custom-description table tbody {
    display: table;
    width: 100%;
    table-layout: fixed;
    min-width: 500px;
}

.brand-custom-description table th {
    padding: 1rem;
    text-align: left;
    font-family: "Bebas Neue Cyrillic", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: 2px solid #000;
}

.brand-custom-description table td {
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.brand-custom-description table tr:last-child td {
    border-bottom: none;
}

@media (min-width: 768px) {
    .brand-custom-description table {
        font-size: 1.5rem;
    }
    
    .brand-custom-description table thead,
    .brand-custom-description table tbody {
        min-width: 600px;
    }
    
    .brand-custom-description table th {
        font-size: 1.8rem;
        padding: 1.2rem;
    }
    
    .brand-custom-description table td {
        padding: 1.2rem;
    }
}

@media (min-width: 1024px) {
    .brand-custom-description table {
        font-size: 1.6rem;
    }
    
    .brand-custom-description table thead,
    .brand-custom-description table tbody {
        min-width: 700px;
    }
    
    .brand-custom-description table th {
        font-size: 2rem;
        padding: 1.5rem;
    }
    
    .brand-custom-description table td {
        padding: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .brand-custom-description table {
        font-size: 1.8rem;
    }
    
    .brand-custom-description table thead,
    .brand-custom-description table tbody {
        min-width: auto;
    }
    
    .brand-custom-description table th {
        font-size: 2.2rem;
    }
}