
body {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100%;
}

html {
    overflow-x: hidden;
    max-width: 100%;
}
.card-container{
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    box-sizing: border-box;
}
.custom-card{
    width: 100%;
    max-width: 30rem;
    box-sizing: border-box;
}
.custom-btn {
    background: none;
    color: inherit;
    font: inherit;
    border: none;
    outline: none;
    cursor: pointer;
}
.btn-glow {
    background: #dc143c;
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    box-shadow: 0 0 0 0 #dc143c;
    animation: glow 1.4s ease-out infinite;
}
.btn-glow-yellow {
    background: #ffc107;
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    box-shadow: 0 0 0 0 #dc143c;
    animation: glow 1.4s ease-out infinite;
}
.icon-store{
    width: 20px;
    height: 20px;
}
.slider-img{
    width: 300px;
    height: 400px;
}

.slider-heading {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    font-size: 2rem;
}

.slider-section:not(.slider-section--compact) .slider-img-wrap {
    display: inline-block;
}

.slider-section:not(.slider-section--compact) .slider-img {
    display: block;
}
.social-media-glow {
    background: #dc148c;
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 12px 5px 12px;
    box-shadow: 0 0 0 0 #dc148c;
    animation: glow 1.4s ease-out infinite;
}

.promo-page .social-links {
    width: 100%;
    max-width: min(30rem, 100%);
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.75rem;
    box-sizing: border-box;
}

/* ── Site footer (privacy + copyright) — readable on any page background ── */
.site-footer {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.site-footer-inner {
    width: min(560px, 100%);
    margin-inline: auto;
    padding-inline: 0.75rem;
    box-sizing: border-box;
}

.promo-page .site-footer {
    align-self: center;
    margin-inline: auto;
}

.promo-page .site-footer-inner {
    width: min(560px, 100%);
    margin-inline: auto;
}

.site-footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.site-footer-row {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.site-footer-row--privacy {
    width: 100%;
    margin-inline: auto;
}

.site-footer-privacy-panel {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding: 0.85rem 1rem 0.95rem;
    text-align: center;
    box-sizing: border-box;
    background: rgba(8, 9, 11, 0.88);
    border: 1px solid rgba(13, 202, 240, 0.22);
    border-radius: 0.625rem;
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
}

.site-footer-privacy-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
}

.site-footer-privacy-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    background: rgba(13, 202, 240, 0.12);
    border: 1px solid rgba(13, 202, 240, 0.35);
    color: #5eead4;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.site-footer-privacy-label {
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5eead4;
    text-shadow: 0 0 12px rgba(13, 202, 240, 0.25);
}

.site-footer-privacy-text {
    margin: 0;
    font-size: clamp(0.6875rem, 2.2vw, 0.75rem);
    font-weight: 500;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
    overflow-wrap: anywhere;
    word-break: break-word;
}

.site-footer-row--copyright {
    padding-top: 0.1rem;
}

.site-footer-copy {
    width: 100%;
    max-width: 100%;
    color: rgba(248, 249, 250, 0.92);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
}

.site-footer-privacy-link {
    display: inline-flex;
    align-items: center;
    color: #67e8f9;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-privacy-link:hover {
    color: #fff;
}

/* ── Promotion page layout ───────────────────────────────────────── */
.promo-page {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
    box-sizing: border-box;
}

.promo-page.container-fluid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: max(0.5rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.5rem, env(safe-area-inset-right, 0px));
}

.promo-page > * {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.promo-page .card-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.promo-page .custom-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.promo-card-stack {
    width: 100%;
    max-width: min(30rem, 100%);
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
    box-sizing: border-box;
}

.privacy-page-card {
    width: 100%;
    max-width: min(900px, 100%);
    min-width: 0;
    margin-inline: auto;
    box-sizing: border-box;
}

.promo-card-body {
    padding: 1.35rem 1.15rem 1.5rem;
}

.promo-card-title {
    margin: 0 0 0.35rem;
    font-size: clamp(1.05rem, 3.8vw, 1.45rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
    text-align: center;
    color: #f8f9fa;
}

.promo-card-subtitle {
    margin: 0 0 1.35rem;
    font-size: clamp(1.15rem, 4.2vw, 1.65rem);
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    color: #5eead4;
    text-shadow: 0 0 18px rgba(13, 202, 240, 0.25);
}

.promo-card-actions {
    margin-bottom: 1.75rem;
}

.promo-card-download {
    padding-top: 0.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.promo-card-callout {
    margin-top: 1.25rem;
    font-size: clamp(0.9rem, 2.8vw, 1.05rem);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #f1f3f5;
}

.promo-card-instruction {
    font-size: clamp(0.8rem, 2.4vw, 0.925rem);
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    color: #adb5bd;
}

.promo-card-timer {
    width: 100%;
    padding: 0.55rem 0.85rem;
    background: rgba(8, 9, 11, 0.88);
    border: 1px solid rgba(13, 202, 240, 0.28);
    border-radius: 0.625rem;
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
}

.promo-card-timer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.promo-card-timer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    background: rgba(13, 202, 240, 0.12);
    border: 1px solid rgba(13, 202, 240, 0.35);
    color: #5eead4;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.promo-card-timer-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ced4da;
    white-space: nowrap;
}

.promo-card-timer-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.5rem;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.12);
    border: 1px solid rgba(255, 193, 7, 0.45);
    font-size: clamp(0.95rem, 3.5vw, 1.1rem);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #ffc107;
    text-shadow: 0 0 12px rgba(255, 193, 7, 0.35);
}

.promo-page .card-body {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.promo-page .btn-glow,
.promo-page .btn-glow-yellow {
    max-width: 100%;
    font-size: clamp(0.85rem, 3.5vw, 1.6em);
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.promo-page .slick-carousel,
.promo-page .promo-carousel {
    max-width: 100%;
    min-width: 0;
}

/* Compact carousel on promotion pages — 4:3 ratio, tight gaps, centered track */
.promo-page .slider-section,
.promo-page .slider-section--compact {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.promo-page .slider-section--compact {
    align-items: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.promo-page .slider-section--compact .slider-heading {
    width: 100%;
    margin: 0 0 0.85rem;
    font-size: clamp(1.2rem, 4.5vw, 1.65rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f8f9fa;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.promo-page .slider-section--compact .slider-heading::after {
    content: '';
    display: block;
    width: 2.75rem;
    height: 2px;
    margin: 0.55rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #5eead4, transparent);
    opacity: 0.85;
}

.promo-page .promo-carousel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
    overflow: hidden;
}

.promo-page .promo-carousel .slick-list {
    overflow: hidden;
}

.promo-page .promo-carousel .slick-track {
    display: flex !important;
    align-items: center;
}

.promo-page .slider-section--compact .slider-slide {
    width: 140px;
    height: auto;
    margin-right: 14px;
    padding: 0;
    box-sizing: content-box;
}

.promo-page .slider-section--compact .slider-slide:last-child {
    margin-right: 0;
}

.promo-page .slider-section--compact .slider-img-wrap {
    width: 140px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    background: rgba(0, 0, 0, 0.25);
}

.promo-page .slider-section--compact .slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (min-width: 768px) {
    .promo-page .slider-section--compact .slider-slide {
        width: 152px;
        margin-right: 16px;
    }

    .promo-page .slider-section--compact .slider-img-wrap {
        width: 152px;
    }
}

@media (min-width: 992px) {
    .promo-page .slider-section--compact .slider-slide {
        width: 164px;
        margin-right: 18px;
    }

    .promo-page .slider-section--compact .slider-img-wrap {
        width: 164px;
    }
}

/* ── Promotion page disclaimer ─────────────────────────────────────── */
.promo-disclaimer-wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.5rem;
    padding: 2rem 0.75rem 1.25rem;
    box-sizing: border-box;
}

.promo-disclaimer {
    width: 100%;
    max-width: min(560px, 100%);
    margin: 0 auto;
    padding: 0.5rem 0.65rem;
    text-align: center;
    line-height: 1.45;
    box-sizing: border-box;
    background: rgba(8, 9, 11, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.25rem;
}

.promo-disclaimer-label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 193, 7, 0.85);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.promo-disclaimer-text {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.78);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.text-dark-gray{
    color: #a9a9a9 !important;
}
.fs-20{
    font-size: 20px !important;
}
.fs-32{
    font-size: 32px !important;
}
.fs-40{
    font-size: 40px !important;
}
.fs-50{
    font-size: 50px !important;
}
.fs-60{
    font-size: 60px !important;
}
.fs-md-60{
    font-size: 60px !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.text-justify{
    text-align: justify !important;
}
.text-uppercase{
    text-transform: uppercase;
}
.dashboard-container-mt{
    margin-top:4rem;
}
@keyframes glow {
    0% {
        box-shadow: 0 0 0 0 #dc143c;
    }

    50% {
        box-shadow: 0 0 30px 0 #dc143c;
    }
}
@media (max-width:575px){
    .card-container{
        margin-left: auto;
        margin-right: auto;
        margin-top: 30%;
        width: 100%;
        max-width: 100%;
    }
    .custom-card{
        width: 100%;
        max-width: 100%;
    }
    .fs-32{
        font-size: 20px !important;
    }
    .btn-glow {
        background: #dc143c;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 20px;
        box-shadow: 0 0 0 0 #dc143c;
        animation: glow 1.4s ease-out infinite;
    }
    .btn-glow-yellow {
        background: #ffc107;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 20px;
        box-shadow: 0 0 0 0 #dc143c;
        animation: glow 1.4s ease-out infinite;
        text-align: center;
    }
    .fs-md-60{
        font-size: 30px !important;
    }
    .site-footer-inner {
        max-width: 100%;
    }
    .site-footer-copy {
        font-size: 0.75rem;
    }
    .site-footer-privacy-panel {
        padding: 0.75rem 0.85rem 0.85rem;
    }
    .site-footer-privacy-label {
        font-size: 0.625rem;
    }
    .site-footer-privacy-text {
        font-size: 0.625rem;
        line-height: 1.5;
    }
    .promo-page .card-container {
        margin-top: 30%;
    }
    .promo-disclaimer-wrap {
        margin-top: 3.5rem;
        padding-top: 1.75rem;
    }
    .promo-disclaimer-label {
        font-size: 0.5625rem;
    }
    .promo-disclaimer-text {
        font-size: 0.625rem;
    }
}
/* @media (min-width: 576px) { ... }

@media (min-width: 768px) { ... }

@media (min-width: 992px) { ... }

@media (min-width: 1200px) { ... }

@media (min-width: 1400px) { ... } */
