/* style/app-download-ios-guide.css */

.page-app-download-ios-guide {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0;
    background-color: #1A202C;
    line-height: 1.6;
}

.page-app-download-ios-guide .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-app-download-ios-guide .hero-section {
    background: linear-gradient(135deg, #1A202C 0%, #3a475d 100%);
    padding: 80px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-app-download-ios-guide .hero-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-app-download-ios-guide .hero-subtitle {
    font-size: 1.2em;
    color: #e0e0e0;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-app-download-ios-guide .hero-image {
    max-width: 600px;
    height: auto;
    margin-top: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
}

.page-app-download-ios-guide .hero-image:hover {
    transform: translateY(-5px);
}

.page-app-download-ios-guide .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.page-app-download-ios-guide .btn-primary {
    background-color: #FFD700;
    color: #1A202C;
    border: 2px solid #FFD700;
}

.page-app-download-ios-guide .btn-primary:hover {
    background-color: #e6c200;
    color: #0d1017;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-app-download-ios-guide .btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-app-download-ios-guide .btn-secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-app-download-ios-guide .btn-large-cta {
    padding: 15px 35px;
    font-size: 1.3em;
    margin-top: 40px;
}

.page-app-download-ios-guide .section-title {
    font-size: 2.2em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
    position: relative;
}

.page-app-download-ios-guide .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-app-download-ios-guide .intro-section,
.page-app-download-ios-guide .why-choose-section,
.page-app-download-ios-guide .download-steps-section,
.page-app-download-ios-guide .troubleshooting-section,
.page-app-download-ios-guide .exclusive-benefits-section,
.page-app-download-ios-guide .faq-section,
.page-app-download-ios-guide .conclusion-section {
    padding: 60px 0;
    background-color: #242c3d;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-app-download-ios-guide .intro-section p,
.page-app-download-ios-guide .troubleshooting-section p,
.page-app-download-ios-guide .conclusion-section p {
    text-align: center;
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 20px;
    color: #e0e0e0;
}

.page-app-download-ios-guide .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-app-download-ios-guide .highlight {
    color: #FFD700;
    font-weight: bold;
}

.page-app-download-ios-guide .grid-3-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-app-download-ios-guide .feature-item {
    background-color: #1A202C;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.page-app-download-ios-guide .feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.page-app-download-ios-guide .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.6));
}

.page-app-download-ios-guide .feature-item h3 {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-app-download-ios-guide .feature-item p {
    color: #c0c0c0;
    font-size: 1em;
}

.page-app-download-ios-guide .step-by-step-guide {
    margin-top: 40px;
}

.page-app-download-ios-guide .step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    background-color: #1A202C;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-app-download-ios-guide .step-item:nth-child(even) {
    flex-direction: row-reverse;
}

.page-app-download-ios-guide .step-number {
    background-color: #FFD700;
    color: #1A202C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold;
    flex-shrink: 0;
    margin: 0 30px;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.page-app-download-ios-guide .step-item:nth-child(even) .step-number {
    margin: 0 30px 0 0;
}

.page-app-download-ios-guide .step-content {
    flex-grow: 1;
}

.page-app-download-ios-guide .step-content h3 {
    color: #FFD700;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-app-download-ios-guide .step-content p {
    color: #e0e0e0;
    margin-bottom: 15px;
}

.page-app-download-ios-guide .step-content ol {
    list-style: decimal;
    padding-left: 25px;
    color: #e0e0e0;
}

.page-app-download-ios-guide .step-content ol li {
    margin-bottom: 8px;
}

.page-app-download-ios-guide .step-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-app-download-ios-guide .text-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-app-download-ios-guide .text-link:hover {
    color: #e6c200;
    text-decoration: underline;
}

.page-app-download-ios-guide .faq-list,
.page-app-download-ios-guide .benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-app-download-ios-guide .faq-item,
.page-app-download-ios-guide .benefits-list li {
    background-color: #1A202C;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-app-download-ios-guide .faq-item h3 {
    color: #FFD700;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.page-app-download-ios-guide .faq-icon,
.page-app-download-ios-guide .list-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}

.page-app-download-ios-guide .faq-item ul {
    list-style: disc;
    padding-left: 45px;
    color: #c0c0c0;
}

.page-app-download-ios-guide .faq-item ul li {
    margin-bottom: 5px;
}

.page-app-download-ios-guide .troubleshooting-cta {
    text-align: center;
    margin-top: 30px;
    font-size: 1.1em;
    color: #e0e0e0;
}

.page-app-download-ios-guide .benefits-list li {
    display: flex;
    align-items: flex-start;
    color: #e0e0e0;
    font-size: 1.1em;
}

.page-app-download-ios-guide .benefits-list li strong {
    color: #FFD700;
}

.page-app-download-ios-guide .benefits-cta {
    text-align: center;
    margin-top: 40px;
}

.page-app-download-ios-guide .faq-accordion {
    margin-top: 40px;
}

.page-app-download-ios-guide .accordion-item {
    background-color: #1A202C;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.page-app-download-ios-guide .accordion-header {
    background-color: #2c3a4d;
    color: #FFD700;
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-app-download-ios-guide .accordion-header:hover {
    background-color: #3d4b63;
}

.page-app-download-ios-guide .accordion-header::after {
    content: '+';
    font-size: 1.5em;
    font-weight: bold;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-app-download-ios-guide .accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-app-download-ios-guide .accordion-content {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    background-color: #1A202C;
    color: #e0e0e0;
}

.page-app-download-ios-guide .accordion-content.active {
    max-height: 200px; /* Adjust as needed */
    padding: 15px 25px;
}

.page-app-download-ios-guide .accordion-content p {
    margin: 0 0 10px 0;
}

.page-app-download-ios-guide .conclusion-section .small-text {
    font-size: 0.9em;
    color: #a0a0a0;
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .page-app-download-ios-guide .hero-title {
        font-size: 2em;
    }
    .page-app-download-ios-guide .hero-subtitle {
        font-size: 1em;
    }
    .page-app-download-ios-guide .section-title {
        font-size: 1.8em;
    }
    .page-app-download-ios-guide .grid-3-cols {
        grid-template-columns: 1fr;
    }
    .page-app-download-ios-guide .step-item {
        flex-direction: column;
        text-align: center;
    }
    .page-app-download-ios-guide .step-item:nth-child(even) {
        flex-direction: column;
    }
    .page-app-download-ios-guide .step-number {
        margin: 0 auto 20px auto;
    }
    .page-app-download-ios-guide .step-item:nth-child(even) .step-number {
        margin: 0 auto 20px auto;
    }
    .page-app-download-ios-guide .step-content h3 {
        font-size: 1.5em;
    }
    .page-app-download-ios-guide .faq-item h3 {
        font-size: 1.1em;
    }
    .page-app-download-ios-guide .accordion-header {
        font-size: 1em;
        padding: 15px 20px;
    }
    .page-app-download-ios-guide .accordion-content.active {
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .page-app-download-ios-guide .hero-title {
        font-size: 1.6em;
    }
    .page-app-download-ios-guide .section-title {
        font-size: 1.5em;
    }
    .page-app-download-ios-guide .btn {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-app-download-ios-guide .btn-large-cta {
        padding: 12px 25px;
        font-size: 1.1em;
    }
    .page-app-download-ios-guide .step-content h3 {
        font-size: 1.3em;
    }
}