html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

body {
    background-attachment: fixed;
    background: rgba(0, 0, 0, 0.5);
    background-image: url(../../assets/bgblk.webp);
    background-blend-mode: darken;
    color: #FFFFFFE6;
    font-family: 'Montserrat';
    font-size: 20px;
    max-width: 2560px;
    margin: auto;
    padding-right: 0px !important;
}

header {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 20rem;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
    min-height: 20rem;
}

#maincontent {
    background-size: cover;
    min-height: 820px;
}

#editions {
    margin-top: 10px;
}

.divider {
    height: 4px;
    background-image: url(../../assets/GoldenTrim.webp);
}

.blkDivider {
    height: 4px;
    background-image: url(../../assets/bgblk.webp);
}

.hfLogoShadow {
    width: 55%;
    height: 55%;
    margin-top: 17.8%;
}

.anvilLogo {
    width: 250px;
    height: 50px;
    padding: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

.socials {
    padding-top: 10px;
}

.footer {
    padding-bottom: 78px;
    padding-top: 5px;
}

.footerCopyright {
    width: 30%;
    margin-left: 5px;
    font-size: 14px;
    color: #FFFFFF80;
    color: #585858;
}

.footerMenu a {
    color: whitesmoke;
    font-weight: 500;
    text-decoration: none;
    margin-right: 1rem;
}

.footerMenu a:hover {
    color: rgba(201, 166, 120);
}

.bottom a {
    font-weight: 450;
    font-size: 12px;
    color: rgba(165, 165, 165);
}

.footerFeedback {
    color: #585858;
    text-align: right;
    font-size: 12px;
    width: 50%;
    display: flex;
    justify-content: end;
}

.footerFeedback a {
    color: whitesmoke;
    text-decoration: none;
}

.footerFeedback a:hover {
    color: rgba(201, 166, 120);
}

.hidden {
    display: none !important;
}

.visible {
    display: block;
}

.footerSocials {
    margin-inline: auto;
    justify-content: center;
    display: flex;
    color: rgba(63, 49, 1, 0.8);
}

.footerSocials a {
    color: whitesmoke;
    align-items: center;
    margin-right: 10px;
    font-size: 25px;
    display: inline-flex;
}

.footerSocials a:last-child {
    margin-right: 0px;
}

.footerSocials a:hover {
    color: rgba(201, 166, 120);
}

.footerContainer {
    justify-content: end;
    display: flex;
    padding-right: 30px;
}

.fRow {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    justify-content: center;
}

.bgDark {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    border-radius: 0.3rem;
}

@media (min-width: 2400px) {
    .contentBG {
        background-size: 100%;
    }
}

@media (max-width: 1399px) {
    .footerFeedback {
        width: 48% !important;
    }
}

@media (max-width: 1199px) {
    .footerFeedback {
        width: 43% !important;
    }
}

@media (max-width: 1025px) {
    .mainButtons {
        margin-left: 0px !important;
    }

    .trailer {
        width: 885px !important;
        height: 497.81px !important;
    }

    .con4 {
        min-height: 661px !important;
    }
}

@media (max-width: 991px) {
    .bg-nav {
        background-image: url(../../assets/nav/navbar_bg_mob.webp) !important;
    }

    .nav-item {
        list-style: none !important;
        list-style-type: none !important;
    }

    #discord {
        margin-right: 0px !important;
    }

    #creator {
        margin-right: 0px !important;
    }

    #presskit {
        margin-right: 0px !important;
    }

    .footerFeedback {
        width: 33% !important;
    }
}

@media (max-width: 884px) {

    .con2,
    .con3,
    .con4,
    .con5,
    .con6,
    .con7 {
        background-repeat: no-repeat !important;
        text-align: center !important;
        background-size: cover !important;
    }

    .con1 {
        background-image: url(../../assets/content/Main_Banner_Mobile.webp) !important;
        background-repeat: no-repeat !important;
        text-align: center !important;
        background-size: inherit !important;
        background-position: center !important;
    }

    .con2 {
        background-position-x: -91px !important;
    }

    .con3 {
        background-position-x: -140px !important;
    }

    .con4 {
        min-height: 554.98px !important;
    }

    .con5 {
        background-position-x: -120px !important;
    }

    .con6 {
        background-position: bottom !important;
        ;
    }

    .con7 {
        background-position-x: -180px !important;
    }

    .con2,
    .con3,
    .con5,
    .con6,
    .con7 {
        background-image: url(../../assets/content/holdfast_map_bg.webp) !important;
    }

    .topgap {
        display: none;
    }

    .mobImg {
        display: flex !important;
    }

    .hfLogoShadow {
        width: 95% !important;
        height: auto;
        margin-top: 25% !important;
    }
}

@media (max-width: 768px) {
    .maincontent {
        min-height: 470px !important;
    }

    .mainButtons {
        margin-left: 35px !important;
    }

    .selEd {
        width: 100% !important;
    }

    .enlistTodayFooter {
        margin-top: 5px !important;
    }

    .trailer {
        width: 628px !important;
        height: 353.25px !important;
    }

    .selectors img {
        width: 20% !important;
    }

    .footerContainer {
        justify-content: center !important;
        padding-right: 0px !important;
    }

    .footerMenu a {
        margin-right: 0.2rem !important;
    }

    .footerCopyright {
        width: 35%;
    }

    .footerFeedback {
        width: 100% !important;
        justify-content: center !important;
        margin-top: 5px !important;
    }
}

@media (max-width: 767px) {
    .mainButtonsContainer {
        width: 50% !important;
        margin-bottom: 5px !important;
    }

    .enlistSteam {
        text-align: center !important;
    }

    .enlistXbox {
        text-align: center !important;
    }



    #ediContainer {
        margin-bottom: 10px;
    }

    #platformContainerSteam {
        float: none !important;
        margin: auto !important;
    }

    #platformContainerX {
        float: none !important;
        margin: auto !important;
    }

    #platformContainerPS {
        float: none !important;
        margin: auto !important;
    }

    #cookie-banner {
        justify-content: space-between !important;
    }
}

@media (max-width: 715px) {
    #accept-cookies {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 4px;
    }

    #cookie-banner {
        padding-left: 0px !important;
    }

    #cookie-banner-buttons {
        max-width: min-content;
        padding-right: 8px !important;
    }
}

@media (max-width: 585px) {
    .mainButtonsContainer {
        flex-direction: column;
        align-items: center;
    }

    .btn-video {
        font-size: 14px;
        padding: 12px 28px;
    }
}

@media (max-width: 578px) {
    .alignsm {
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .hfLogoShadow {
        width: 90% !important;
        height: auto;
        margin-top: 20% !important;
    }

    .mainButtons {
        width: auto !important;
        height: auto !important;
    }



    .footerCopyright {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .anvilLogo {
        padding-right: 10px;
        width: 100%;
    }

    .txtblck {
        width: 50%;
        min-width: 300px;
    }

    .conTitle {
        font-size: 27px !important;
        margin-top: 40px !important;
    }

    body {
        font-size: 16px !important;
        text-align: center !important;
        background-image: url(../../assets/bgblk_mob.webp) !important;
    }

    .triAlign {
        margin-bottom: 15px;
    }

    .platformsCont {
        justify-self: center;
    }

    .enlist {
        width: 90% !important;
        overflow: hidden !important;
        margin-inline: auto;
    }

    .enlistTodayFooter img {
        margin-right: 5px !important;
        margin-top: 5px !important;
    }

    #enlistToday {
        display: none !important;
    }

    #enlistTodayMob {
        display: block !important;
        text-align: center !important;
    }
}

@media (max-width: 500px) {
    .con1 {
        min-height: 0px !important;
    }
}

@media (max-width: 428px) {
    .trailer {
        width: 335px !important;
        height: 188px !important;
    }

    .mainButtonsContainer {
        width: 70% !important;
    }

    .selectors img {
        width: 40% !important;
    }

    .footerFeedback {
        text-align: center !important;
    }
}

@media (max-width: 360px) {
    .enlistTodayFooter img {
        width: 35% !important;
    }
}

@media (max-width: 320px) {
    .trailer {
        width: 300px !important;
        height: 169px !important;
    }
}

.mainButtonsContainer {
    margin-inline: auto;
    max-width: fit-content;
    display: flex;
    gap: 16px;
}

.btn-video {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #d4c5a0;
    background: linear-gradient(180deg, rgba(15, 18, 22, 0.85), rgba(15, 18, 22, 0.55));
    border: 1.5px solid rgba(180, 150, 80, 0.6);
    padding: 14px 36px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px) saturate(1.3);
    -webkit-backdrop-filter: blur(10px) saturate(1.3);
}

.btn-video::before {
    content: '';
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(70% 70% at 20% 20%, rgba(200, 160, 40, 0.45), transparent 60%),
        radial-gradient(90% 90% at 80% 0%, rgba(180, 120, 50, 0.35), transparent 55%),
        linear-gradient(120deg, rgba(200, 160, 40, 0.25), transparent 60%);
    filter: blur(18px);
    opacity: 0.9;
    z-index: -1;
    transition: all 0.3s ease;
}

.btn-video:hover {
    color: #f0e0b0;
    border-color: rgba(225, 190, 100, 0.9);
    background: linear-gradient(180deg, rgba(15, 18, 22, 0.95), rgba(15, 18, 22, 0.65));
    box-shadow: 0 0 20px rgba(201, 166, 120, 0.2), inset 0 0 20px rgba(201, 166, 120, 0.05);
    transform: translateY(-1px);
}

.btn-video:hover::before {
    opacity: 1;
    filter: blur(14px);
}

.btn-silver {
    color: #e2e2e2;
    border-color: rgba(180, 180, 180, 0.6);
}

.btn-silver::before {
    background:
        radial-gradient(70% 70% at 20% 20%, rgba(200, 200, 200, 0.45), transparent 60%),
        radial-gradient(90% 90% at 80% 0%, rgba(180, 180, 180, 0.35), transparent 55%),
        linear-gradient(120deg, rgba(200, 200, 200, 0.25), transparent 60%);
}

.btn-silver:hover {
    color: #ffffff;
    border-color: rgba(220, 220, 220, 0.9);
    box-shadow: 0 0 20px rgba(200, 200, 200, 0.2), inset 0 0 20px rgba(200, 200, 200, 0.05);
}

.bg-nav {
    background-image: url(../../assets/nav/navbar_bg.webp);
    border-bottom: 2px solid rgba(102, 102, 102, 0.8);
}

.navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    max-width: 2560px;
    margin: auto;
}

.enlist {
    text-align: center;
}

.enlistSeparator {
    color: rgb(51, 51, 51);
}

#editions img {
    width: 100%;
    cursor: pointer;
}

#platforms img {
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.enlistTodayFooter {
    display: flex;
    justify-content: center;
}

.enlistTodayFooter img {
    margin-right: 30px;
}

.contentSpacer {
    min-height: 255px;
}

.bi-twitter-x {
    margin-right: 0px;
}

.conTitle {
    font-family: 'Cinzel';
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
}

.con1 {
    background-image: url(../../assets/content/Main_Banner.webp);
    min-height: 750px;
    background-size: cover;
}

.con2 {
    background-image: url(../../assets/content/HoldfastCommunity_Banner.webp);
}

.con3 {
    background-image: url(../../assets/content/BattleAcrossEras_Banner.webp);
}

.con4 {
    background-image: url(../../assets/content/holdfast_map_bg.webp);
    min-height: 833.63px;
}

.con5 {
    background-image: url(../../assets/content/BattlefieldRoles_Banner.webp);
    text-align: right;
}

.con6 {
    background-image: url(../../assets/content/Customization&Progression_Banner.webp)
}

.con7 {
    background-image: url(../../assets/content/WarringNations_Banner.webp);
}

.contentBG {
    background-position: center;
    background-size: cover;
}

.wide {
    min-width: 85% !important;
}

.wider {
    min-width: 95% !important;
}

.min-h {
    min-height: 80vh !important;
}

.nav-item {
    margin: 0px, 0px, 0px, 35px;
    list-style-type: disc;
    list-style-position: inside;
}

.nav-item::marker {
    color: #3D3D3D;
}

.nav-item:hover .nav-link {
    background-color: rgba(255, 255, 255, 0.05);
}

.nav-pills {
    border-radius: 1em;
}

.topNav {
    color: rgb(200, 200, 200);
    text-decoration: none;
    font-family: Cinzel;
    font-weight: 650;
}

#buynow {
    color: rgba(201, 166, 120);
}

#buynow:hover {
    color: rgba(0, 0, 0, 0);
    background: linear-gradient(to right, rgba(225, 166, 4), rgba(201, 166, 120), #d2ad50);
    background-size: 400%;
    animation: gradient-shift 1.2s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip: text;
    transition: color .2s ease-in-out;
}

.topNav:hover {
    color: white;
}

#presskit {
    margin-right: 20px;
}

#discord {
    margin-right: 20px;
}

#creator {
    margin-right: 20px;
}

.navbrand {
    height: 32px;
    width: 32px;
}

.navbar {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 991px) {
    .navbar {
        margin: 0;
        border-radius: 0;
        text-align: center;
    }

    .enlistTodayFooter img {
        margin-right: 0px !important;
    }
}

.navbar-brand {
    color: white !important;
}

.navbar-nav {
    margin-left: auto;
}

.description {
    font-weight: 500;
    margin-inline: auto;
    width: 85%;
    text-align: center;
}

.midAlign {
    margin: auto !important;
    width: 50%;
    color: white;
    font-size: xx-large;
    transition: all 500ms ease;
}

.triAlign {
    float: left;
    text-align: center;
}

.selEd {
    width: 50%;
    margin-inline: auto;
    color: white;
    text-align: center;
}

.enlistSteam {
    text-align: right;
}

.enlistXbox {
    text-align: left;
}

.imgFade {
    mask-image: linear-gradient(to bottom, black, black 25%, black 70%, transparent);
    max-height: 453px;
}

.mobImg {
    display: none;
}

.modal-dialog {
    max-width: 90vw;
    width: 1280px;
    margin: 0px auto;
    padding-top: 1rem;
}

.modal-content {
    background-color: transparent;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.modal-backdrop {
    opacity: 0.9 !important;
}

.close {
    position: absolute;
    right: -10px;
    top: -35px;
    z-index: 999;
    font-size: 2rem;
    font-weight: bold;
    opacity: 1;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
}

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes rotation {
    0% {
        --gradient-angle: 0deg;
    }

    100% {
        --gradient-angle: 360deg;
    }
}

@keyframes gradient-shift {
    0% {
        background-position: left;
    }

    50% {
        background-position: right;
    }

    100% {
        background-position: left;
    }
}

.outerEdiCont {
    text-align: center;
    float: left;
    display: flex;
    justify-content: center;
}

#ediContainer {
    position: relative;
    width: 95%;
    z-index: 1;
}

#ediContainer::before,
#ediContainer::after {
    display: none;
    content: "";
    position: absolute;
    inset: -0.1rem;
    z-index: -1;
    background: conic-gradient(from var(--gradient-angle),
            rgba(225, 166, 4, 0.911),
            #d2ad50 25%,
            rgba(201, 166, 120, 0.8) 75%,
            #d2ad50 25%,
            rgba(225, 166, 4, 0.911));
    border-radius: inherit;
    animation: rotation 5s linear infinite;
    margin-top: 5%;
    margin-bottom: 5%;
}

#ediContainer::after {
    filter: blur(0.5em);
}

#ediContainer:hover::after,
#ediContainer:hover::before {
    display: flex;
}

#enlist {
    position: absolute;
    top: -54px;
}

#platformContainerSteam {
    float: left;
}

#platformContainerPS {
    float: right;
}

#platformContainerX {
    margin: auto;
}

#platformContainerSteam,
#platformContainerPS,
#platformContainerX {
    width: 50%;
    height: 50%;
}

#platformContainerSteam,
#platformContainerPS,
#platformContainerX {
    position: relative;
    z-index: 1;
}

#platformContainerSteam::before,
#platformContainerPS::before,
#platformContainerX::before,
#platformContainerSteam::after,
#platformContainerPS::after,
#platformContainerX::after {
    display: none;
    content: "";
    position: absolute;
    inset: 0rem;
    z-index: -1;
    background: conic-gradient(from var(--gradient-angle),
            rgba(225, 166, 4, 0.911),
            #d2ad50 25%,
            rgba(201, 166, 120, 0.8) 75%,
            #d2ad50 25%,
            rgba(225, 166, 4, 0.911));
    border-radius: inherit;
    animation: rotation 2s linear infinite;
    margin-bottom: 26px;
}

#platformContainerSteam::after,
#platformContainerPS::after,
#platformContainerX::after {
    filter: blur(0.5em);
}

#platformContainerSteam:hover::after,
#platformContainerPS:hover::after,
#platformContainerX:hover::after,
#platformContainerSteam:hover::before,
#platformContainerPS:hover::before,
#platformContainerX:hover::before {
    display: flex;
}

#elfl {
    position: relative;
}

#backArrow a {
    color: #FFFFFFE6;
}

/* .trailer {
    width: 1280px;
    height: 720px;
    margin: auto;
}

.trailer iframe {
    width: 100%;
    height: 100%;
} */

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(20, 20, 20, 0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    padding: 16px 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 9999;
    border-top: 1px solid rgba(201, 166, 120, 0.3);
    animation: bannerSlideUp 0.4s ease-out;
}

@keyframes bannerSlideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#accept-cookies {
    background: linear-gradient(to bottom, #fef0d3, #c9a678);
    color: #111;
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
    box-shadow: 0 0 12px rgba(201, 166, 120, 0.25);
}

#accept-cookies:hover {
    background: linear-gradient(to bottom, #f9d885, #d2ad50);
    box-shadow: 0 0 20px rgba(201, 166, 120, 0.45);
    transform: scale(1.03);
}

#decline-cookies {
    background: none;
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 12px;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

#decline-cookies:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .container.wider {
        max-width: 1400px;
    }
}

/* Enlist Section Styles */
.enlist-bg {
    background-image: url(../../assets/content/holdfast_map_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

.enlist-bg::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: url(../../assets/GoldenTrim.webp);
    z-index: 10;
}

.enlist-bg::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: url(../../assets/GoldenTrim.webp);
    z-index: 10;
}

#enlist-anchor {
    position: absolute;
    top: -100px;
}

/* Header */
.section-title {
    font-family: 'Cinzel', serif;
    color: #e5cc8e;
    /* Gold-ish text */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: 2px;
    margin: 0;
    font-weight: 700;
}

.header-line {
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a678, transparent);
    width: 100%;
    max-width: 200px;
}

/* Platform Selector */
.btn-platform {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #585858;
    color: #aeaeae;
    padding: 10px 30px;
    margin: 0 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 0;
}

.btn-platform:hover {
    background: rgba(201, 166, 120, 0.2);
    color: #fff;
    border-color: #c9a678;
}

.btn-platform.active {
    background: #c9a678;
    /* Gold background */
    color: #000;
    /* Black text */
    border-color: #c9a678;
    box-shadow: 0 0 15px rgba(201, 166, 120, 0.4);
}

.btn-platform i {
    font-size: 1.2rem;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .platform-selector {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 0 15px;
        max-width: 600px;
        margin: 0 auto;
    }

    .btn-platform {
        margin: 0;
        width: 100%;
        padding: 10px 15px;
        font-size: 0.9rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .btn-platform i {
        margin: 0 !important;
        font-size: 1.5rem;
    }
}

/* Edition Cards */
.edition-card {
    position: relative;
    border: 2px solid #c9a678;
    background: #000;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.edition-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}



.card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}



/* Price Button */
/* Price Button */
.btn-price {
    background: linear-gradient(to bottom, #fef0d3, #b5a077);
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    border: 1px solid #f9d885;
    border-radius: 0;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.btn-price:hover {
    background: linear-gradient(to bottom, #f9d885, #d2ad50);
    color: #000;
    transform: scale(1.02);
    box-shadow: 0 0 15px rgba(210, 173, 80, 0.5);
}

/* Discount Badge */
.relative {
    position: relative;
}

.discount-badge {
    position: absolute;
    top: 20px;
    left: -10px;
    background: #d2ad50;
    color: #000;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    padding: 5px 15px;
    z-index: 10;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.discount-badge::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 10px solid #8c7335;
    border-left: 10px solid transparent;
}

/* ── Payment Success Page ── */
.success-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 24px 60px;
    background-image: url(../../assets/content/holdfast_map_bg.webp);
    background-size: cover;
    background-position: center;
    position: relative;
}

.success-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.success-content {
    position: relative;
    z-index: 1;
    max-width: 640px;
    animation: successFadeIn 0.8s ease-out both;
}

/* Animated checkmark ring */
.success-icon-ring {
    width: 110px;
    height: 110px;
    margin: 0 auto 32px;
    border-radius: 50%;
    border: 3px solid rgba(201, 166, 120, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: successRingPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    box-shadow: 0 0 40px rgba(201, 166, 120, 0.15), inset 0 0 20px rgba(201, 166, 120, 0.08);
}

.success-check {
    font-size: 52px;
    color: #c9a678;
    animation: successCheckPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s both;
}

.success-heading {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 2.8rem;
    color: #e5cc8e;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.success-message {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 8px;
}

.success-message strong {
    color: #e5cc8e;
}

.success-submessage {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin-bottom: 36px;
}

.success-btn {
    display: inline-block;
    text-decoration: none;
}

/* Animations */
@keyframes successFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes successRingPop {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes successCheckPop {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 578px) {
    .success-heading {
        font-size: 1.8rem;
    }

    .success-icon-ring {
        width: 90px;
        height: 90px;
    }

    .success-check {
        font-size: 40px;
    }
}