.page-support {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #FFFFFF;
}

.page-support__section {
    padding: 60px 20px;
    text-align: center;
}

.page-support__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-support__section-title {
    font-size: 36px;
    font-weight: bold;
    color: #26A9E0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-support__section-description {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #555555;
}

.page-support__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px);
    background: linear-gradient(135deg, #26A9E0, #FFFFFF);
    overflow: hidden;
}

.page-support__hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.page-support__hero-image {
    width: 100%;
    margin-bottom: 30px;
}

.page-support__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    filter: none !important;
}

.page-support__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    color: #ffffff;
}

.page-support__hero-title {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.page-support__hero-description {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

.page-support__cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: #EA7C07;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-support__cta-button:hover {
    background: #d66b05;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-support__light-bg {
    background-color: #ffffff;
    color: #333333;
}
.page-support__light-bg .page-support__section-title {
    color: #26A9E0;
}
.page-support__light-bg .page-support__section-description {
    color: #555555;
}

.page-support__dark-bg {
    background-color: #26A9E0;
    color: #ffffff;
}
.page-support__dark-bg .page-support__section-title {
    color: #ffffff;
}
.page-support__dark-bg .page-support__section-description {
    color: #f0f0f0;
}

.page-support__card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-support__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-support__card .page-support__channel-title,
.page-support__card .page-support__issue-title,
.page-support__card .page-support__step-title,
.page-support__card .page-support__commitment-title {
    color: #26A9E0;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-support__card .page-support__channel-text,
.page-support__card .page-support__issue-list,
.page-support__card .page-support__step-text,
.page-support__card .page-support__commitment-text {
    color: #555555;
    font-size: 16px;
    text-align: left;
    flex-grow: 1;
}

.page-support__card .page-support__btn-primary {
    margin-top: auto;
}

.page-support__channels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-support__channel-icon {
    width: 100%;
    height: auto;
    max-width: 200px;
    border-radius: 8px;
    margin-bottom: 15px;
    filter: none !important;
}

.page-support__btn-primary {
    display: inline-block;
    padding: 12px 25px;
    background: #EA7C07;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-support__btn-primary:hover {
    background: #d66b05;
    transform: translateY(-1px);
}

.page-support__issues-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: left;
}

.page-support__issue-item {
    text-align: left;
}

.page-support__issue-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.page-support__issue-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #555555;
    font-size: 16px;
}

.page-support__issue-list li::before {
    content: '•';
    color: #26A9E0;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
}

.page-support__process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-support__step-item {
    text-align: center;
    background: #ffffff;
    color: #333333;
}

.page-support__step-number {
    font-size: 48px;
    font-weight: bold;
    color: #EA7C07;
    margin-bottom: 15px;
}

.page-support__step-text {
    color: #555555;
    font-size: 16px;
    text-align: center;
}

.page-support__commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-support__commitment-icon {
    width: 100%;
    height: auto;
    max-width: 150px;
    border-radius: 8px;
    margin-bottom: 15px;
    filter: none !important;
}

.page-support__faq-list {
    margin-top: 40px;
    text-align: left;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}