@media screen and (min-width: 1025px) {

footer {
    width: 100%;
    z-index: 15000;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 10px 0;

    /* Vault steel base */
    background:
        linear-gradient(
            180deg,
            #0b0e13 0%,
            #050608 55%,
            #020304 100%
        );

    border-top: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 -10px 40px rgba(0,0,0,0.9);

    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    color: #d6dde6;
    letter-spacing: 0.04em;
    line-height: 1;
    height: 2px;
}

/* -------------------------
   Footer text & links
------------------------- */
footer p {
    margin: 0;
    padding: 6px 10px;
    font-size: 0.75rem;
    white-space: nowrap;
}

footer a {
    color: #cfd6df;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

footer a:hover {
    color: #ffffff;
    opacity: 0.85;
}

/* -------------------------
   Layout blocks
------------------------- */
.flexbox97 {
    padding-left: 120px;
    display: flex;
    align-items: center;
}

.flexbox98,
.flexbox99,
.flexbox100 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexbox101 {
    padding-right: 120px;
    display: flex;
    align-items: center;
    gap: 14px;
}

/* -------------------------
   Social icons refinement
------------------------- */
.flexbox101 a {
    font-size: 0.85rem;
    opacity: 0.75;
}

.flexbox101 a:hover {
    opacity: 1;
}

/* -------------------------
   Subtle top highlight strip
------------------------- */
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );
}

.double-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 15000;
    display: flex;
    flex-direction: column;
}

.footer-above {
    background: linear-gradient(
        180deg,
        #141820 0%,
        #0c0f14 100%
    );

    color: #cfd6df;
    text-align: center;
    font-size: 0.75rem;
    padding: 8px 10px;

    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.8);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 -6px 20px rgba(0,0,0,0.6);
}

.footer-above a {
    color: #e6ebf2;
    text-decoration: none;
    font-weight: 500;
}

.footer-above a:hover {
    text-decoration: underline;
}


}


@media screen and (min-width: 901px) and (max-width: 1024px){
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 15000;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 10px 0;

    /* Vault steel base */
    background:
        linear-gradient(
            180deg,
            #0b0e13 0%,
            #050608 55%,
            #020304 100%
        );

    border-top: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 -10px 40px rgba(0,0,0,0.9);

    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    color: #d6dde6;
    letter-spacing: 0.04em;
    line-height: 1;
    height: 2px;
}

/* -------------------------
   Footer text & links
------------------------- */
footer p {
    margin: 0;
    padding: 6px 10px;
    font-size: 0.75rem;
    white-space: nowrap;
}

footer a {
    color: #cfd6df;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

footer a:hover {
    color: #ffffff;
    opacity: 0.85;
}

/* -------------------------
   Layout blocks
------------------------- */
.flexbox97 {
    padding-left: 120px;
    display: flex;
    align-items: center;
}

.flexbox98,
.flexbox99,
.flexbox100 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexbox101 {
    padding-right: 120px;
    display: flex;
    align-items: center;
    gap: 14px;
}

/* -------------------------
   Social icons refinement
------------------------- */
.flexbox101 a {
    font-size: 0.85rem;
    opacity: 0.75;
}

.flexbox101 a:hover {
    opacity: 1;
}


footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );
}
}

@media screen and (min-width: 769px) and (max-width: 900px){
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 15000;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 4px 0; /* reduced */
    height: auto; /* allow 2 lines */
    min-height: 42px; /* controlled height */

    background:
        linear-gradient(
            180deg,
            #0b0e13 0%,
            #050608 55%,
            #020304 100%
        );

    border-top: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 -10px 40px rgba(0,0,0,0.9);

    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    color: #d6dde6;
    letter-spacing: 0.007em;
    line-height: 1.2;
}

/* -------------------------
   Footer text & links
------------------------- */
footer p {
    margin: 0;
    padding: 2px 6px;
    font-size: 0.68rem; /* smaller to fit */
    white-space: normal;
    max-width: 100%;
}

/* -------------------------
   Layout blocks
------------------------- */
.flexbox97 {
    padding-left: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexbox98,
.flexbox99,
.flexbox100 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flexbox101 {
    padding-right: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 45%;
    flex-wrap: wrap;
}

/* -------------------------
   Social icons refinement
------------------------- */
.flexbox101 a {
    font-size: 0.75rem; /* reduced */
    opacity: 0.75;
}

.flexbox101 a:hover {
    opacity: 1;
}

/* -------------------------
   Subtle top highlight strip
------------------------- */
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );
}

footer a,
footer a:visited,
footer a:active {
    color: #cfd6df;
    text-decoration: none;
}
}

@media screen and (orientation: portrait) and (min-width: 651px) and (max-width: 768px){
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 15000;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 4px 0; /* reduced */
    height: auto; /* allow 2 lines */
    min-height: 42px; /* controlled height */

    background:
        linear-gradient(
            180deg,
            #0b0e13 0%,
            #050608 55%,
            #020304 100%
        );

    border-top: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 -10px 40px rgba(0,0,0,0.9);

    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    color: #d6dde6;
    letter-spacing: 0.007em;
    line-height: 1.2;
}

/* -------------------------
   Footer text & links
------------------------- */
footer p {
    margin: 0;
    padding: 2px 6px;
    font-size: 0.68rem; /* smaller to fit */
    white-space: normal;
    max-width: 100%;
}

/* -------------------------
   Layout blocks
------------------------- */
.flexbox97 {
    padding-left: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexbox98,
.flexbox99,
.flexbox100 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flexbox101 {
    padding-right: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 45%;
    flex-wrap: wrap;
}

/* -------------------------
   Social icons refinement
------------------------- */
.flexbox101 a {
    font-size: 0.75rem; /* reduced */
    opacity: 0.75;
}

.flexbox101 a:hover {
    opacity: 1;
}

/* -------------------------
   Subtle top highlight strip
------------------------- */
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );
}

footer a,
footer a:visited,
footer a:active {
    color: #cfd6df;
    text-decoration: none;
}
}

@media screen and (orientation: portrait) and (min-width: 481px) and (max-width: 650px){
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 15000;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 10px 0;

    /* Vault steel base */
    background:
        linear-gradient(
            180deg,
            #0b0e13 0%,
            #050608 55%,
            #020304 100%
        );

    border-top: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 -10px 40px rgba(0,0,0,0.9);

    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    color: #d6dde6;
    letter-spacing: 0.04em;
    line-height: 1;
    height: 2px;
}

/* -------------------------
   Footer text & links
------------------------- */
footer p {
    margin: 0;
    padding: 6px 10px;
    font-size: 0.75rem;
    white-space: nowrap;
}

footer a {
    color: #cfd6df;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

footer a:hover {
    color: #ffffff;
    opacity: 0.85;
}

/* -------------------------
   Layout blocks
------------------------- */
.flexbox97 {
    padding-left: 120px;
    display: flex;
    align-items: center;
}

.flexbox98,
.flexbox99,
.flexbox100 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexbox101 {
    padding-right: 120px;
    display: flex;
    align-items: center;
    gap: 14px;
}

/* -------------------------
   Social icons refinement
------------------------- */
.flexbox101 a {
    font-size: 0.85rem;
    opacity: 0.75;
}

.flexbox101 a:hover {
    opacity: 1;
}

/* -------------------------
   Subtle top highlight strip
------------------------- */
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );
}
}

@media screen and (orientation: portrait) and (min-width: 381px) and (max-width: 480px){
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 15000;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 4px 0; /* reduced */
    height: auto; /* allow 2 lines */
    min-height: 42px; /* controlled height */

    background:
        linear-gradient(
            180deg,
            #0b0e13 0%,
            #050608 55%,
            #020304 100%
        );

    border-top: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 -10px 40px rgba(0,0,0,0.9);

    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    color: #d6dde6;
    letter-spacing: 0.007em;
    line-height: 1.2;
}

/* -------------------------
   Footer text & links
------------------------- */
footer p {
    margin: 0;
    padding: 2px 6px;
    font-size: 0.68rem; /* smaller to fit */
    white-space: normal;
    max-width: 100%;
}

/* -------------------------
   Layout blocks
------------------------- */
.flexbox97 {
    padding-left: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexbox98,
.flexbox99,
.flexbox100 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flexbox101 {
    padding-right: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 45%;
    flex-wrap: wrap;
}

/* -------------------------
   Social icons refinement
------------------------- */
.flexbox101 a {
    font-size: 0.75rem; /* reduced */
    opacity: 0.75;
}

.flexbox101 a:hover {
    opacity: 1;
}

/* -------------------------
   Subtle top highlight strip
------------------------- */
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );
}

footer a,
footer a:visited,
footer a:active {
    color: #cfd6df;
    text-decoration: none;
}
}

@media screen and (orientation: portrait) and (min-width: 351px) and (max-width: 380px){

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 15000;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 4px 0; /* reduced */
    height: auto; /* allow 2 lines */
    min-height: 42px; /* controlled height */

    background:
        linear-gradient(
            180deg,
            #0b0e13 0%,
            #050608 55%,
            #020304 100%
        );

    border-top: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 -10px 40px rgba(0,0,0,0.9);

    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    color: #d6dde6;
    letter-spacing: 0.007em;
    line-height: 1.2;
}

/* -------------------------
   Footer text & links
------------------------- */
footer p {
    margin: 0;
    padding: 2px 6px;
    font-size: 0.68rem; /* smaller to fit */
    white-space: normal;
    max-width: 100%;
}

/* -------------------------
   Layout blocks
------------------------- */
.flexbox97 {
    padding-left: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexbox98,
.flexbox99,
.flexbox100 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flexbox101 {
    padding-right: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 45%;
    flex-wrap: wrap;
}

/* -------------------------
   Social icons refinement
------------------------- */
.flexbox101 a {
    font-size: 0.75rem; /* reduced */
    opacity: 0.75;
}

.flexbox101 a:hover {
    opacity: 1;
}

/* -------------------------
   Subtle top highlight strip
------------------------- */
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );
}

footer a,
footer a:visited,
footer a:active {
    color: #cfd6df;
    text-decoration: none;
}
}


@media screen and (orientation: portrait) and (max-width: 350px){
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 15000;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 4px 0; /* reduced */
    height: auto; /* allow 2 lines */
    min-height: 42px; /* controlled height */

    background:
        linear-gradient(
            180deg,
            #0b0e13 0%,
            #050608 55%,
            #020304 100%
        );

    border-top: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 -10px 40px rgba(0,0,0,0.9);

    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    color: #d6dde6;
    letter-spacing: 0.007em;
    line-height: 1.2;
}

/* -------------------------
   Footer text & links
------------------------- */
footer p {
    margin: 0;
    padding: 2px 6px;
    font-size: 0.68rem; /* smaller to fit */
    white-space: normal;
    max-width: 100%;
}

/* -------------------------
   Layout blocks
------------------------- */
.flexbox97 {
    padding-left: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexbox98,
.flexbox99,
.flexbox100 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flexbox101 {
    padding-right: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 45%;
    flex-wrap: wrap;
}

/* -------------------------
   Social icons refinement
------------------------- */
.flexbox101 a {
    font-size: 0.75rem; /* reduced */
    opacity: 0.75;
}

.flexbox101 a:hover {
    opacity: 1;
}

/* -------------------------
   Subtle top highlight strip
------------------------- */
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );
}

footer a,
footer a:visited,
footer a:active {
    color: #cfd6df;
    text-decoration: none;
}}

@media screen and (orientation: landscape) and (max-height: 900px) and (hover: none){
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 15000;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 10px 0;

    /* Vault steel base */
    background:
        linear-gradient(
            180deg,
            #0b0e13 0%,
            #050608 55%,
            #020304 100%
        );

    border-top: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 -10px 40px rgba(0,0,0,0.9);

    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    color: #d6dde6;
    letter-spacing: 0.04em;
    line-height: 1;
    height: 2px;
}

/* -------------------------
   Footer text & links
------------------------- */
footer p {
    margin: 0;
    padding: 6px 10px;
    font-size: 0.75rem;
    white-space: nowrap;
}

footer a {
    color: #cfd6df;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

footer a:hover {
    color: #ffffff;
    opacity: 0.85;
}

/* -------------------------
   Layout blocks
------------------------- */
.flexbox97 {
    padding-left: 120px;
    display: flex;
    align-items: center;
}

.flexbox98,
.flexbox99,
.flexbox100 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexbox101 {
    padding-right: 120px;
    display: flex;
    align-items: center;
    gap: 14px;
}

/* -------------------------
   Social icons refinement
------------------------- */
.flexbox101 a {
    font-size: 0.85rem;
    opacity: 0.75;
}

.flexbox101 a:hover {
    opacity: 1;
}

/* -------------------------
   Subtle top highlight strip
------------------------- */
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );
}}