:root {
    --primary: #0a599b;
    --dark-blue: #003366;
    --primary-blue: #2563eb;
    --secondary: #08A2DC;
    --accent: #FF8D24;
    --dark: #1e2a38;
    --light: #ffffff;
    --gray: #64748b;
    --light-bg: #f8fafc;
                --gradient: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);

}

/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
} */

/* Header */
.domain-hero {
    background: var(--gradient);
    color: white;
    padding: 3rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.domain-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,255,255,0.05)"/></svg>');
    background-size: cover;
}

.domain-hero h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
}

.domain-hero p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 2rem;
    opacity: 0.9;
    position: relative;
    line-height: 1.6;
}

/* Search Section */
.domain-search {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin: -2rem auto 3rem;
    max-width: 850px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

.search-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.search-header h2 {
    color: var(--primary);
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}

.search-header p {
    color: var(--gray);
    font-size: 1rem;
}

.search-box {
    display: flex;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}

.search-box input {
    padding: 1rem;
    border: none;
    font-size: 1rem;
    background: var(--light-bg);
    width: 100%;
    box-sizing: border-box;
}

.search-box input:focus {
    outline: none;
    background: white;
}

.search-tld {
    background: var(--light-bg);
    display: flex;
    align-items: center;
    padding: 0.8rem 1rem;
    color: var(--gray);
    font-weight: 500;
    justify-content: center;
    border-top: 1px solid #e2e8f0;
}

.search-box button {
    background: var(--accent);
    color: white;
    border: none;
    padding: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1rem;
    width: 100%;
}

.search-box button:hover {
    background: #e67e22;
}

.popular-tlds {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
}

.tld-badge {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.tld-badge:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(10, 89, 155, 0.2);
}

.tld-badge .price {
    font-weight: 600;
    color: var(--accent);
    font-size: 0.8rem;
}

.tld-badge:hover .price {
    color: white;
}

/* Pricing Section */
.pricing-section {
    padding: 3rem 0;
}

.section-header {
    text-align: center;
    margin-bottom: 2rem;
}

.section-header h2 {
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 0.8rem;
}

.section-header p {
    color: var(--gray);
    max-width: 700px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
}

.pricing-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.pricing-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.card-header {
    background: var(--primary);
    color: white;
    padding: 1.2rem;
    text-align: center;
}

.card-header h3 {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
}

.card-header .tld {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.card-header .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent);
}

.card-body {
    padding: 1.5rem;
}

.feature-list {
    list-style: none;
    margin-bottom: 1.5rem;
}

.feature-list li {
    padding: 0.6rem 0;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list i {
    color: var(--secondary);
    margin-right: 0.6rem;
    font-size: 1rem;
    min-width: 20px;
}

.card-cta {
    text-align: left;
    /* bouton collé à gauche */
}


.card-button {
    display: inline-block;
    text-align: left;
    background: var(--primary);
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 0.9rem;
    width: 100%;
    max-width: 200px;
}

.card-button:hover {
    background: var(--secondary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(10, 89, 155, 0.3);
}

.features-section {
    margin-bottom: 2rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 0 1.5rem; */
    position: relative;
    z-index: 2;
}
.container p{
        font-family: "Bricolage Grotesque", sans-serif;
}
.container h1{
     font-family: "DM Sans", sans-serif;
}
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.section-header p {
    color: var(--gray);
    max-width: 600px;
    margin: 1.5rem auto 0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

.feature-item {
    background: white;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: var(--card-shadow);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(8, 162, 220, 0.1);
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.feature-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--hover-shadow);
}

.feature-item:hover::before {
    transform: scaleX(1);
}

.feature-icon-wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto 1.5rem;
}

.feature-icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 89, 155, 0.1) 0%, rgba(8, 162, 220, 0.1) 100%);
    border-radius: 50%;
    transform: scale(1);
    transition: transform 0.4s ease;
}

.feature-item:hover .feature-icon-bg {
    transform: scale(1.1);
}

.feature-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2.2rem;
    color: var(--primary);
    transition: all 0.4s ease;
}

.feature-item:hover .feature-icon {
    color: var(--secondary);
    transform: scale(1.1);
}

.feature-item h3 {
    color: var(--primary);
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
}

.feature-item p {
    color: var(--gray);
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.feature-cta {
    display: inline-flex;
    align-items: center;
    color: var(--secondary);
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
}

.feature-item:hover .feature-cta {
    opacity: 1;
    transform: translateY(0);
}

.feature-cta i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.feature-cta:hover i {
    transform: translateX(4px);
}

/* Responsive Design */
@media (min-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .section-header h2 {
        font-size: 2.8rem;
    }
}

@media (min-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }

    .feature-item {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .features-section {
        padding: 3rem 0;
    }

    .section-header {
        margin-bottom: 3rem;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .feature-item {
        padding: 2rem 1.5rem;
    }

    .feature-icon-wrapper {
        width: 80px;
        height: 80px;
    }

    .feature-icon {
        font-size: 2rem;
    }
}

/* Animation d'entrée */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-item {
    animation: fadeInUp 0.6s ease forwards;
}

.feature-item:nth-child(1) {
    animation-delay: 0.1s;
}

.feature-item:nth-child(2) {
    animation-delay: 0.2s;
}

.feature-item:nth-child(3) {
    animation-delay: 0.3s;
}

.feature-item:nth-child(4) {
    animation-delay: 0.4s;
}

/* FAQ Section */
.faq-section {
    padding: 3rem 0;
    background: var(--light-bg);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.faq-question {
    padding: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    color: var(--primary);
    font-size: 1rem;
}

.faq-answer {
    padding: 0 1.2rem 1.2rem;
    color: var(--gray);
    line-height: 1.6;
    display: none;
    font-size: 0.95rem;
}

.faq-answer.active {
    display: block;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
    padding: 3rem 0;
    text-align: center;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    background: var(--accent);
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s;
    width: 100%;
    max-width: 250px;
}

.cta-button:hover {
    background: #e67e22;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(230, 126, 34, 0.3);
}

/* Footer */
.domain-footer {
    background: var(--dark);
    color: white;
    padding: 2rem 0;
    text-align: center;
}

.domain-footer p {
    opacity: 0.8;
    font-size: 0.9rem;
}

/* Media Queries pour tablettes */
@media (min-width: 768px) {
    .domain-hero {
        padding: 4rem 0;
    }

    .domain-hero h1 {
        font-size: 2.5rem;
    }

    .domain-hero p {
        font-size: 1.2rem;
    }

    .search-box {
        flex-direction: row;
    }

    .search-tld {
        border-top: none;
        border-left: 1px solid #e2e8f0;
        border-right: 1px solid #e2e8f0;
        padding: 0 1rem;
        justify-content: center;
        min-width: 80px;
    }

    .search-box button {
        width: auto;
        padding: 0 1.5rem;
    }

    .pricing-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .card-button {
        width: auto;
    }

    .cta-button {
        width: auto;
    }
}

/* Media Queries pour ordinateurs */
@media (min-width: 1024px) {
    .domain-hero {
        padding: 5rem 0;
    }

    .domain-hero h1 {
        font-size: 2.8rem;
    }

    .pricing-cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .features-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .search-box input {
        padding: 1.2rem 1.5rem;
    }

    .search-tld {
        padding: 0 1.5rem;
    }

    .search-box button {
        padding: 0 2rem;
    }
}

/* Améliorations pour très petits écrans */
@media (max-width: 360px) {
    .container {}

    .domain-hero h1 {
        font-size: 1.8rem;
    }

    .domain-hero p {
        font-size: 1rem;
    }

    .domain-search {
        padding: 1.5rem;
        margin: -1.5rem auto 2rem;
    }

    .search-header h2 {
        font-size: 1.4rem;
    }

    .tld-badge {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
    }

    .section-header h2 {
        font-size: 1.6rem;
    }

    .card-header .tld {
        font-size: 1.8rem;
    }

    .card-header .price {
        font-size: 1.3rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .cta-content h2 {
        font-size: 1.6rem;
    }

    .cta-content p {
        font-size: 1rem;
    }
}

/* Correction pour l'alignement des icônes FAQ */
.faq-question i {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}

.faq-question.active i {
    transform: rotate(180deg);
}

/* Amélioration de l'accessibilité */
@media (prefers-reduced-motion: reduce) {

    .pricing-card,
    .card-button,
    .cta-button,
    .tld-badge {
        transition: none;
    }
}

/* Support des modes sombre */
@media (prefers-color-scheme: dark) {

    .domain-search,
    .pricing-card,
    .feature-item,
    .faq-item {
        background: #2d3748;
        color: #e2e8f0;
    }

    .search-box input,
    .search-tld {
        background: #4a5568;
        color: #e2e8f0;
    }

    .search-box input:focus {
        background: #4a5568;
    }

    .tld-badge {
        background: #4a5568;
        border-color: #718096;
        color: #e2e8f0;
    }

    .feature-list li {
        border-color: #4a5568;
    }

    .section-header p,
    .feature-item p,
    .faq-answer {
        color: #cbd5e0;
    }
}

.pricing-section {
    margin-left: 5rem;
    margin-right: 5rem;
}

.container h1 {
    text-transform: uppercase;
    margin-top: 30px;
}

.modal-overlay {
    display: none;
    /* Par défaut cachée */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* fond semi-transparent */
    backdrop-filter: blur(5px);
    /* effet flou */
    display: flex;
    /* pour centrer le contenu quand visible */
    justify-content: center;
    align-items: center;
    padding: 1rem;
    z-index: 1000;
}

.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: #0a599b;
    font-size: 1.5rem;
    cursor: pointer;
    font-weight: bold;
}

.modal-content {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    width: 100%;
    max-width: 450px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.form-group input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.form-actions button {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.form-actions button[type="submit"] {
    background: #FF8D24;
    color: white;
    width: 100%;
}

.pricing-section {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .pricing-section {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .section-header h2 {
    font-size: 1.7rem;
}
}

@media (min-width: 1024px) {
    .pricing-section {
        margin-left: 5rem;
        margin-right: 5rem;
    }
}




  /* Flèche Back to Top - Version Pro */
        .back-to-top {
            position: fixed;
            bottom: 40px;
            right: 40px;
            width: 56px;
            height: 56px;
            background: #ffffff;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 
                0 4px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(0, 0, 0, 0.02);
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px) scale(0.9);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            z-index: 1000;
            border: none;
            outline: none;
        }

        .back-to-top.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0) scale(1);
        }

        .back-to-top:hover {
            transform: translateY(-2px) scale(1.02);
            box-shadow: 
                0 8px 30px rgba(0, 0, 0, 0.12),
                0 0 0 1px rgba(0, 0, 0, 0.03);
        }

        .back-to-top:active {
            transform: translateY(0) scale(0.98);
        }

        /* Conteneur du cercle de progression */
        .progress-container {
            position: absolute;
            top: -2px;
            left: -2px;
            width: 60px;
            height: 60px;
            transform: rotate(-90deg);
        }

        .progress-bg {
            fill: none;
            stroke: #e2e8f0;
            stroke-width: 2;
        }

        .progress-fill {
            fill: none;
            stroke: #3b82f6;
            stroke-width: 2;
            stroke-dasharray: 188;
            stroke-dashoffset: 188;
            stroke-linecap: round;
            transition: stroke-dashoffset 0.15s ease;
        }

        /* Flèche intérieure */
        .arrow {
            width: 18px;
            height: 18px;
            position: relative;
            z-index: 2;
        }

        .arrow::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 10px;
            height: 10px;
            border-top: 2px solid #0062B2;
            border-right: 2px solid #0062B2;
            transform: translate(-50%, -50%) rotate(-45deg);
            transition: all 0.3s ease;
        }

        .back-to-top:hover .arrow::before {
            border-top-color: #0062B2;
            border-right-color: #0062B2;
            transform: translate(-50%, -60%) rotate(-45deg);
        }

        /* Sections de contenu */
        .content-section {
            background: #ffffff;
            padding: 2.5rem;
            margin-bottom: 2rem;
            border-radius: 12px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
            border: 1px solid #f1f5f9;
        }

        .content-section h2 {
            color: #1e293b;
            margin-bottom: 1.5rem;
            font-size: 1.5rem;
            font-weight: 600;
        }

   
        /* Indicateur visuel subtil */
        .scroll-indicator {
            position: fixed;
            top: 20px;
            right: 20px;
            background: #ffffff;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
            color: #64748b;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            border: 1px solid #f1f5f9;
        }

        /* Animation d'apparition du contenu */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .content-section {
            animation: fadeInUp 0.6s ease-out;
        }

        .content-section:nth-child(2) {
            animation-delay: 0.1s;
        }

        .content-section:nth-child(3) {
            animation-delay: 0.2s;
        }

        .content-section:nth-child(4) {
            animation-delay: 0.3s;
        }

        /* Additional Sections */
 .additional-sections {
     padding: 5rem 0;
 }

 .container .section-titre {
     text-align: center;
     font-size: 2rem !important;
     margin-bottom: 3rem;
     color: var(--primary-blue);
     font-weight: 700;
     position: relative;
     display: inline-block;
     left: 50%;
     transform: translateX(-50%);
 }

 .container .section-titre::after {
     content: '';
     position: absolute;
     bottom: -15px;
     left: 50%;
     transform: translateX(-50%);
     width: 80px;
     height: 4px;
     background: var(--accent-orange);
     border-radius: 2px;
 }

 .domain-info,
 .servers-info,
 .cta-section {
     background: var(--white);
     border-radius: 20px;
     padding: 3rem;
     margin-bottom: 3rem;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
     text-align: center;
 }

 .domain-info h3,
 .servers-info h3,
 .cta-section h3 {
     font-size: 1.8rem;
     margin-bottom: 1.5rem;
     color: var(--primary-blue);
     font-weight: 700;
 }

 .servers-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
     gap: 2rem;
     margin-top: 2rem;
 }

 .server-card {
     background: var(--light-bg);
     padding: 2rem;
     border-radius: 16px;
     transition: var(--transition);
     text-align: center;
     border: 1px solid rgba(0, 0, 0, 0.05);
 }

 .server-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
 }

 .server-icon {
     font-size: 3rem;
     color: var(--accent-orange);
     margin-bottom: 1.5rem;
 }

 .server-card h4 {
     font-size: 1.4rem;
     margin-bottom: 1rem;
     color: var(--primary-blue);
 }

 .server-card p {
     margin-bottom: 1.5rem;
     color: var(--dark-gray);
 }

 .server-card a {
     color: var(--accent-orange);
     text-decoration: none;
     font-weight: 600;
     display: inline-flex;
     align-items: center;
     transition: var(--transition);
 }

 .server-card a i {
     margin-left: 8px;
     transition: var(--transition);
 }

 .server-card a:hover {
     color: var(--primary-blue);
 }

 .server-card a:hover i {
     transform: translateX(5px);
 }

 .cta-section {
     text-align: center;
     background: var(--gradient);
     color: var(--white);
     position: relative;
     overflow: hidden;
 }

 .cta-section::before {
     content: '';
     position: absolute;
     top: -50%;
     left: -50%;
     width: 200%;
     height: 200%;
     background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
     transform: rotate(30deg);
 }

 .cta-section h3 {
     color: var(--white);
     position: relative;
     z-index: 1;
 }

 .cta-section p {
     opacity: 0.9;
     position: relative;
     z-index: 1;
     max-width: 700px;
     margin: 0 auto;
 }

 .cta-buttons {
     display: flex;
     justify-content: center;
     gap: 1.5rem;
     margin-top: 2.5rem;
     position: relative;
     z-index: 1;
 }

 .btn-light {
     background: var(--white);
     color: var(--primary-blue);
     padding: 15px 35px;
     border-radius: 50px;
     font-weight: 600;
     text-decoration: none;
     transition: var(--transition);
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 }

 .btn-light:hover {
     background: var(--light-orange);
     transform: translateY(-3px);
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
 }