.hero-section {
    position: relative;
    height: 450px;
    background-image: url('/images/your-website/support-hero.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 0 20px;
}

.hero-content h1 {
    color: #FFF;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.support-search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.search-input-wrapper {
    position: relative;
    width: 450px;
    display: flex;
    align-items: center;
}

.search-input-wrapper svg {
    position: absolute;
    left: 14px;
    z-index: 1;
}

.search-input {
    display: flex;
    padding: 14px 14px 14px 45px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 2px 0 0 2px;
    background: #F4F4F4;
    overflow: hidden;
    color: rgba(19, 19, 19, 0.30);
    text-overflow: ellipsis;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
}

.search-button {
    border-radius: 0 2px 2px 0;
    background: #BE930B;
    display: flex;
    padding: 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    overflow: hidden;
    color: #131313;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background-color: #e69500;
}

/* Contact Section */
.contact-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .contact-section {
        padding: 50px 0;
    }
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .contact-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

.contact-card {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.contact-card-content {
    padding: 20px;
    flex: 1;
}

@media (min-width: 768px) {
    .contact-card-content {
        padding: 30px;
    }
}

.contact-card-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .contact-card-header {
        margin-bottom: 16px;
    }
}

.contact-card-subtitle {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .contact-card-subtitle {
        font-size: 16px;
    }
}

.contact-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #111827;
}

@media (min-width: 768px) {
    .contact-card-title {
        font-size: 24px;
    }
}

.contact-card-text {
    font-size: 14px;
    color: #9ca3af;
}

.contact-card-text .phone-label {
    display: inline-block;
    width: 40px;
}

.contact-card-text .phone-number {
    display: inline-block;
}

@media (min-width: 768px) {
    .contact-card-text {
        font-size: 16px;
    }
    
    .contact-card-text .phone-label {
        width: 50px;
    }
}

.contact-card-action {
    background-color: #F8F4E6;
    padding: 16px 20px;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .contact-card-action {
        padding: 20px 30px;
    }
}

.contact-card-link {
    font-size: 14px;
    font-weight: 600;
    color: #BE930B;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .contact-card-link {
        font-size: 16px;
    }
}

/* Global Service Network Section */
.global-service-section {
    background-color: #F4F4F4;
    padding: 50px 20px;
    text-align: center;
}

.global-service-title {
    color: #1C1C1C;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.global-service-tags {
    display: flex;
    justify-content: center;
    gap: 64px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.global-service-tag {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #333;
}

.global-service-tag span {
    color: #1C1C1C;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.global-service-map {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    border-radius: 6px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), url(<path-to-image>) lightgray 500.668px 0.42px / 64.796% 100.019% no-repeat, url(<path-to-image>) lightgray -61.734px 0px / 48.714% 100% no-repeat, #FFF;
    background-blend-mode: saturation, normal, normal, normal;
    overflow: hidden;
}

.global-service-map img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .global-service-tags {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .global-service-map {
        max-width: 100%;
    }
}

/* FAQ Section */
.faq-section {
    padding: 60px 20px;
    background-color: white;
    text-align: center;
}

.faq-title {
    color: #1C1C1C;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1440px;
    margin: 0 auto;
}

.faq-card {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid rgba(28, 28, 28, 0.10);
    text-align: left;
}

.faq-card-title {
    color: #1C1C1C;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.faq-card-list {
    list-style: none;
    padding: 0;
}

.faq-card-list li {
    color: rgba(28, 28, 28, 0.50);
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.faq-read-more {
    overflow: hidden;
    color: #BE930B;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.faq-read-more:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .faq-card {
        padding: 20px;
    }
    
    .faq-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .search-container {
        max-width: 90%;
    }
    
    .search-input-wrapper {
        width: 100%;
        max-width: 380px;
    }
    
    .search-input {
        padding: 12px 12px 12px 40px;
        font-size: 14px;
    }
    
    .search-button {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .search-input-wrapper svg {
        left: 12px;
        width: 16px;
        height: 16px;
    }
    
    .global-service-section {
        padding: 30px 20px;
    }
    
    .global-service-title {
        font-size: 28px;
    }
    
    .faq-section {
        padding: 30px 20px;
    }
    
    .contact-card-header svg {
        width: 24px;
        height: 24px;
    }
}