.page-terms-conditions {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-terms-conditions__hero {
    background: linear-gradient(135deg, #000080 0%, #FFD700 100%); /* Dark blue to Gold */
    color: #FFFFFF; /* White text on dark background */
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

.page-terms-conditions__hero-content {
    max-width: 800px;
    z-index: 1;
}

.page-terms-conditions__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-terms-conditions__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-terms-conditions__link-inline {
    color: #FFD700; /* Gold link in description */
    text-decoration: underline;
}

.page-terms-conditions__link-inline:hover {
    color: #FFF;
}

.page-terms-conditions__button-primary {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #000080; /* Dark blue text on gold button */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-terms-conditions__button-primary:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    color: #000050;
}

.page-terms-conditions__hero-image-wrapper {
    width: 100%;
    max-width: 800px;
    margin-top: 40px;
    z-index: 1;
}

.page-terms-conditions__hero-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-terms-conditions__content-section {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.page-terms-conditions__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    padding: 0 20px;
}

.page-terms-conditions__article {
    flex: 3;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.page-terms-conditions__sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-terms-conditions__section-title {
    font-size: 2.2em;
    color: #000080; /* Dark blue title */
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFD700; /* Gold underline */
}

.page-terms-conditions__sub-section-title {
    font-size: 1.8em;
    color: #000080; /* Dark blue sub-title */
    margin-top: 35px;
    margin-bottom: 15px;
}

.page-terms-conditions__article p {
    margin-bottom: 15px;
    color: #444;
}

.page-terms-conditions__article ul {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #444;
}

.page-terms-conditions__article ol {
    list-style: decimal;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #444;
}

.page-terms-conditions__article li {
    margin-bottom: 8px;
}

.page-terms-conditions__sidebar-card {
    background-color: #000080; /* Dark blue card */
    color: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-terms-conditions__sidebar-title {
    font-size: 1.6em;
    color: #FFD700; /* Gold title in sidebar */
    margin-bottom: 20px;
    border-bottom: 1px solid #FFD700;
    padding-bottom: 10px;
}

.page-terms-conditions__sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-terms-conditions__sidebar-list li {
    margin-bottom: 10px;
}

.page-terms-conditions__link-sidebar {
    color: #e0e0e0; /* Light grey link */
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-terms-conditions__link-sidebar:hover {
    color: #FFD700; /* Gold on hover */
    text-decoration: underline;
}

.page-terms-conditions__sidebar-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-terms-conditions__sidebar-text {
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page-terms-conditions__button-secondary {
    display: inline-block;
    background-color: #000080; /* Dark blue button */
    color: #FFD700; /* Gold text on dark blue button */
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 1px solid #FFD700;
    cursor: pointer;
    margin-top: 20px;
}

.page-terms-conditions__button-secondary:hover {
    background-color: #FFD700; /* Gold on hover */
    color: #000080; /* Dark blue text on gold button */
}

.page-terms-conditions__button-small {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #000080; /* Dark blue text */
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-terms-conditions__button-small:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    color: #000050;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-terms-conditions__container {
        flex-direction: column;
    }

    .page-terms-conditions__article, .page-terms-conditions__sidebar {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .page-terms-conditions__hero-title {
        font-size: 2.5em;
    }

    .page-terms-conditions__hero-description {
        font-size: 1em;
    }

    .page-terms-conditions__section-title {
        font-size: 1.8em;
    }

    .page-terms-conditions__sub-section-title {
        font-size: 1.4em;
    }

    .page-terms-conditions__article {
        padding: 25px;
    }

    .page-terms-conditions__sidebar-card {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .page-terms-conditions__hero-title {
        font-size: 2em;
    }

    .page-terms-conditions__hero {
        padding: 40px 15px;
    }

    .page-terms-conditions__button-primary {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-terms-conditions__article {
        padding: 15px;
    }

    .page-terms-conditions__section-title {
        font-size: 1.6em;
    }

    .page-terms-conditions__sub-section-title {
        font-size: 1.2em;
    }
}