/* style/da-ga.css */
.page-da-ga {
    font-family: 'Arial', sans-serif;
    color: #f5e6d0; /* Light text for dark background */
    background-color: #0A192F; /* Main dark background */
}

.page-da-ga-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-da-ga-hero-section {
    background: linear-gradient(135deg, #0A192F 0%, #2a3e5a 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-da-ga-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-da-ga-hero-title {
    font-size: 3.5em;
    color: #FFD700; /* Accent color for title */
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-da-ga-hero-description {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-da-ga-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.page-da-ga-btn-primary {
    background-color: #FFD700; /* Accent color */
    color: #0A192F; /* Main dark color for text */
    border: 2px solid #FFD700;
}

.page-da-ga-btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
}

.page-da-ga-btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-da-ga-btn-secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-3px);
}

.page-da-ga-section {
    padding: 80px 0;
    background-color: #122a4d; /* Slightly lighter dark background */
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-da-ga-section:nth-of-type(even) {
    background-color: #0A192F;
}

.page-da-ga-section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

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

.page-da-ga-section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: -20px auto 60px;
    line-height: 1.6;
    color: #b0c4de;
}

.page-da-ga-sub-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 20px;
    border-left: 4px solid #FFD700;
    padding-left: 15px;
}

.page-da-ga-content-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-da-ga-text-content {
    flex: 1;
    line-height: 1.7;
    font-size: 1.05em;
}

.page-da-ga-text-content p {
    margin-bottom: 15px;
    color: #f5e6d0;
}

.page-da-ga-image-wrapper {
    flex: 1;
    text-align: center;
}

.page-da-ga-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.page-da-ga-highlight {
    color: #FFD700;
    font-weight: bold;
}

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

.page-da-ga-step-card {
    background-color: #0A192F;
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.page-da-ga-step-card:hover {
    transform: translateY(-5px);
    border-color: #FFD700;
}

.page-da-ga-step-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-da-ga-step-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-da-ga-step-card p {
    color: #b0c4de;
    line-height: 1.6;
    margin-bottom: 20px;
}

.page-da-ga-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.page-da-ga-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.05em;
    color: #f5e6d0;
}

.page-da-ga-list li::before {
    content: '✓';
    color: #FFD700;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
}

.page-da-ga-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-da-ga-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.page-da-ga-card {
    background-color: #0A192F;
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.page-da-ga-card:hover {
    transform: translateY(-5px);
    border-color: #FFD700;
}

.page-da-ga-card-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-da-ga-card p {
    color: #b0c4de;
    line-height: 1.6;
}

.page-da-ga-promo-card {
    background-color: #0A192F;
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    text-align: center;
}

.page-da-ga-promo-card:hover {
    transform: translateY(-5px);
}

.page-da-ga-promo-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-da-ga-promo-card .page-da-ga-card-title {
    padding: 20px 20px 10px;
    font-size: 1.4em;
    margin-bottom: 0;
}

.page-da-ga-promo-card p {
    padding: 0 20px 20px;
    color: #b0c4de;
    line-height: 1.6;
}

.page-da-ga-mt-40 {
    margin-top: 40px;
}

.page-da-ga-accordion {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-da-ga-accordion-item {
    background-color: #0A192F;
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-da-ga-accordion-header {
    background-color: #1a345a;
    color: #FFD700;
    padding: 20px 25px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-da-ga-accordion-header:hover {
    background-color: #2a4a7a;
}

.page-da-ga-accordion-header::after {
    content: '+';
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-da-ga-accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-da-ga-accordion-content {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-da-ga-accordion-content.active {
    max-height: 200px; /* Adjust as needed */
    padding: 20px 25px;
}

.page-da-ga-accordion-content p {
    color: #b0c4de;
    line-height: 1.6;
}

.page-da-ga-link-text {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-da-ga-link-text:hover {
    color: #e6c200;
    text-decoration: underline;
}

.page-da-ga-cta-bottom {
    background-color: #FFD700;
    padding: 60px 0;
    text-align: center;
    color: #0A192F;
}

.page-da-ga-cta-title {
    font-size: 2.8em;
    color: #0A192F;
    margin-bottom: 20px;
}

.page-da-ga-cta-description {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
}

.page-da-ga-cta-bottom .page-da-ga-btn-primary {
    background-color: #0A192F;
    color: #FFD700;
    border-color: #0A192F;
}

.page-da-ga-cta-bottom .page-da-ga-btn-primary:hover {
    background-color: #1a345a;
    color: #FFD700;
    border-color: #1a345a;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-da-ga-hero-title {
        font-size: 2.8em;
    }
    .page-da-ga-section-title {
        font-size: 2em;
    }
    .page-da-ga-sub-title {
        font-size: 1.5em;
    }
    .page-da-ga-content-wrapper {
        flex-direction: column;
    }
    .page-da-ga-reverse-mobile {
        flex-direction: column-reverse;
    }
    .page-da-ga-hero-section {
        padding: 80px 0;
    }
    .page-da-ga-section {
        padding: 60px 0;
    }
    .page-da-ga-cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-da-ga-hero-title {
        font-size: 2.2em;
    }
    .page-da-ga-hero-description {
        font-size: 1em;
    }
    .page-da-ga-btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-da-ga-section-title {
        font-size: 1.8em;
    }
    .page-da-ga-section-description {
        font-size: 0.95em;
    }
    .page-da-ga-steps-grid, .page-da-ga-grid-3, .page-da-ga-grid-2 {
        grid-template-columns: 1fr;
    }
    .page-da-ga-accordion-header {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-da-ga-accordion-content {
        padding: 15px 20px;
    }
    .page-da-ga-cta-title {
        font-size: 1.8em;
    }
    .page-da-ga-cta-description {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-da-ga-hero-section {
        padding: 60px 0;
    }
    .page-da-ga-hero-title {
        font-size: 1.8em;
    }
    .page-da-ga-btn {
        width: 100%;
        box-sizing: border-box;
    }
    .page-da-ga-section {
        padding: 40px 0;
    }
    .page-da-ga-container {
        padding: 0 15px;
    }
    .page-da-ga-section-title {
        font-size: 1.5em;
    }
    .page-da-ga-sub-title {
        font-size: 1.3em;
    }
    .page-da-ga-list li {
        padding-left: 25px;
    }
    .page-da-ga-list li::before {
        font-size: 1em;
    }
    .page-da-ga-cta-title {
        font-size: 1.5em;
    }
}