/* =========================
   D-DION SEO PAGE
========================= */

.seo-page {
    background: #050505;
    color: #f5f2ea;
    overflow: hidden;
}

.seo-container {
    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;
}


/* HERO */

.seo-hero {
    min-height: 90vh;
    position: relative;
    display: flex;
    align-items: center;
    background-image: url('https://ddion.in/assets/images/stage-hero2.jpg');
}

.seo-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.92),
            rgba(0,0,0,.58),
            rgba(0,0,0,.78)
        );
}

.seo-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 150px 0 100px;
}

.seo-eyebrow {
    font-family: "Noto Sans", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .35em;
    margin-bottom: 25px;
    color: #c7a65b;
}

.seo-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: 60px !important;
    line-height: .95;
    font-weight: 400;
    margin: 0 0 35px;
}

.seo-hero p {
    max-width: 780px;
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    line-height: .95;
    color: rgba(245,242,234,.72);
}


/* BUTTONS */

.seo-buttons {
    display: block;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 45px;
}

.seo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 30px;

    background: #c7a65b;
    color: #050505;

    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;

    transition: .3s ease;
}

.seo-btn:hover {
    transform: translateY(-3px);
}

.seo-btn-outline {
    background: transparent;
    color: #f5f2ea;
    border: 1px solid rgba(199,166,91,.6);
}


/* SECTIONS */

.seo-section {
    padding: 130px 0;
    background: #050505;
}

.seo-section-dark {
    background:#0b0b0b;
}

.seo-section-heading {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: start;
    gap: 25px;
    margin-bottom: 55px;
}

.seo-section-heading span {
    color: #c7a65b;
    font-family: "Noto Sans", sans-serif;
    font-size: 11px;
    letter-spacing: .2em;
}

.seo-section h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1;
    font-weight: 400;
    margin: 0;
}

.seo-text {
    max-width: 900px;
    margin-left: 105px;
}

.seo-text p {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 2;
    color: rgba(245,242,234,.72);
    margin: 0 0 25px;
}

.seo-text h3 {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 400;
    margin: 55px 0 20px;
}


/* EVENT */

.event-placeholder {
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);

    font-family: "Noto Sans", sans-serif;
    color: rgba(245,242,234,.65);
}


/* LINKS */

.seo-inline-link {
    display: inline-block;
    margin-top: 20px;

    color: #c7a65b;
    font-family: "Noto Sans", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .18em;
    text-decoration: none;

    border-bottom: 1px solid #c7a65b;
    padding-bottom: 7px;
}


/* LOCATION */

.seo-location {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 100px;
    align-items: start;
}

.seo-location-details h3 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 400;
    margin: 0 0 20px;
}

.seo-location-details p {
    font-family: "Noto Sans", sans-serif;
    line-height: 1.8;
    color: rgba(245,242,234,.65);
}


/* WHY D-DION */

.seo-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255,255,255,.1);
    margin-top: 20px;
}

.seo-feature {
    padding: 45px 35px;
    background: #0b0b0b;
}

.seo-feature h3 {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 15px;
}

.seo-feature p {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(245,242,234,.65);
    margin: 0;
}


/* CTA */

.seo-cta {
    padding: 150px 0;
    text-align: center;
    background: #050505;
    border-top: 1px solid rgba(255,255,255,.08);
}

.seo-cta h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(50px, 7vw, 100px);
    font-weight: 400;
    line-height: .95;
    margin: 0 auto 30px;
}

.seo-cta > .seo-container > p:not(.seo-eyebrow) {
    max-width: 750px;
    margin: 0 auto 15px;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.9;
    color: rgba(245,242,234,.7);
}


/* FAQ */

.seo-faq {
    padding-bottom: 160px;
}

.faq-list {
    max-width: 950px;
    margin-left: 105px;
}

.faq-item {
    padding: 28px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.faq-item h3 {
    font-family: "Playfair Display", serif;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 15px;
}

.faq-item p {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(245,242,234,.65);
    margin: 0;
}


/* MOBILE */

@media (max-width: 900px) {

    .seo-container {
        width: min(100% - 40px, 700px);
    }

    .seo-hero-content {
        padding: 120px 0 80px;
    }

    .seo-section {
        padding: 90px 0;
    }

    .seo-section-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .seo-text,
    .faq-list {
        margin-left: 0;
    }

    .seo-location {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .seo-feature-grid {
        grid-template-columns: 1fr;
    }

    .seo-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .seo-btn {
        width: auto;
    }
    .seo-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 45px;
}
}


@media (max-width: 600px) {

    .seo-hero h1 {
        font-size: 48px;
    }

    .seo-hero p {
        font-size: 15px;
    }

    .seo-section h2 {
        font-size: 43px;
    }

    .seo-text p {
        font-size: 15px;
    }

    .seo-cta h2 {
        font-size: 55px;
    }
    .seo-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 45px;
}
}
@media (max-width: 900px) {
    .seo-btn {
        width: stretch;
    }
}
a {
    color: inherit;
    text-decoration: none !important;
}