
/* ==================================================
   MANIASLT ABOUT PAGE
   WHITE / SKY BLUE / NAVY / RED ACCENT
================================================== */

.about-page {
    width: 100%;
    overflow: clip;
    background: #ffffff;
    color: #071c33;
}

.about-page * {
    box-sizing: border-box;
}

/* ==================================================
   SHARED ELEMENTS
================================================== */

.about-section {
    padding: 100px 0;
}

.about-section-label {
    display: inline-block;
    margin-bottom: 17px;

    color: #0284c7;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.about-section-heading {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.about-section-heading h2 {
    margin: 0;

    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -1.5px;
}

.about-section-heading h2 span {
    display: block;
    color: #0284c7;
}

.about-section-heading p {
    max-width: 650px;
    margin: 18px auto 0;

    color: #64748b;
    font-size: 15px;
    line-height: 1.85;
}

/* BUTTONS */

.about-btn-primary,
.about-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    min-height: 50px;
    padding: 12px 23px;

    border-radius: 11px;

    font-size: 13px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.about-btn-primary {
    background: #38bdf8;
    color: #071c33;
    border: 1px solid #38bdf8;
}

.about-btn-primary:hover {
    background: #0ea5e9;
    color: #ffffff;
    transform: translateY(-2px);
}

.about-btn-outline {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.35);
}

.about-btn-outline:hover {
    background: rgba(255,255,255,.10);
    border-color: #7dd3fc;
    color: #ffffff;
}

.about-btn-primary:focus-visible,
.about-btn-outline:focus-visible,
.about-content-card a:focus-visible,
.about-commitment-link:focus-visible {
    outline: 3px solid #38bdf8;
    outline-offset: 4px;
}

/* ==================================================
   1. HERO
================================================== */

.about-hero {
    position: relative;
    overflow: hidden;

    padding: 105px 0;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(56,189,248,.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #04111f 0%,
            #071c33 55%,
            #0b2a4a 100%
        );

    color: #ffffff;
}

.about-hero::after {
    content: "";
    position: absolute;

    width: 450px;
    height: 450px;

    bottom: -320px;
    left: -180px;

    border-radius: 50%;
    background: rgba(239,51,64,.08);

    pointer-events: none;
}

.about-hero-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 65px;
}

/* HERO TEXT */

.about-eyebrow {
    display: inline-flex;
    align-items: center;

    padding: 8px 15px;
    margin-bottom: 23px;

    border: 1px solid rgba(125,211,252,.30);
    border-radius: 30px;

    background: rgba(56,189,248,.10);

    color: #7dd3fc;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.about-hero-content h1 {
    max-width: 650px;
    margin: 0 0 15px;

    color: #ffffff;

    font-size: clamp(40px, 5vw, 65px);
    font-weight: 850;
    line-height: 1.09;
    letter-spacing: -2px;
}

.about-hero-content h1 span {
    display: block;
    color: #38bdf8;
}

.about-hero-subtitle {
    margin: 0 0 24px;

    color: #ffffff;

    font-size: 19px;
    font-weight: 800;
}

.about-hero-description {
    max-width: 540px;
    margin: 0;

    color: #cbd5e1;

    font-size: 15px;
    line-height: 1.9;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 35px;
}

/* HERO VISUAL */

.about-hero-visual {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 0;
}

.about-visual-card {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 520px;
    min-height: 420px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 35px;

    border: 1px solid rgba(125,211,252,.30);
    border-radius: 25px;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(56,189,248,.20),
            transparent 45%
        ),
        linear-gradient(
            145deg,
            #0b2a4a,
            #071c33
        );

    box-shadow: 0 25px 70px rgba(0,0,0,.25);
}

.about-visual-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.about-hero-logo {
    width: auto;
    height: auto;

    max-width: 155px;
    max-height: 48px;

    object-fit: contain;
}

.about-visual-label {
    color: #7dd3fc;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.about-visual-center {
    padding: 45px 0;
}

.about-visual-kicker {
    display: block;
    margin-bottom: 15px;

    color: #38bdf8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.about-visual-center strong {
    display: block;

    color: #ffffff;

    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.about-visual-center strong span {
    display: block;
    color: #38bdf8;
}

.about-visual-center p {
    max-width: 340px;
    margin: 20px 0 0;

    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.7;
}

.about-visual-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.about-visual-bottom span {
    padding: 7px 12px;

    border: 1px solid rgba(125,211,252,.25);
    border-radius: 7px;

    background: rgba(255,255,255,.04);

    color: #cbd5e1;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .5px;
}

.about-visual-decor {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.decor-one {
    width: 250px;
    height: 250px;

    top: -70px;
    right: -80px;

    background: rgba(56,189,248,.10);
}

.decor-two {
    width: 200px;
    height: 200px;

    bottom: -70px;
    left: -65px;

    background: rgba(239,51,64,.08);
}

/* ==================================================
   2. BRAND INTRO
================================================== */

.about-intro-section {
    background: #ffffff;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: start;
    gap: 90px;
}

.about-intro-heading h2 {
    margin: 0;

    color: #071c33;

    font-size: clamp(32px, 4vw, 47px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1.5px;
}

.about-intro-heading h2 span {
    display: block;
    color: #0284c7;
}

.about-heading-line {
    width: 65px;
    height: 5px;

    margin-top: 30px;

    border-radius: 5px;
    background: #ef3340;
}

.about-intro-content p {
    margin: 0 0 22px;

    color: #475569;

    font-size: 15px;
    line-height: 1.9;
}

.about-intro-content p:last-child {
    margin-bottom: 0;
}

.about-intro-highlight {
    padding: 17px 20px;

    border-left: 4px solid #38bdf8;
    border-radius: 0 10px 10px 0;

    background: #f0f9ff;

    color: #071c33 !important;
    font-weight: 700;
}

/* ==================================================
   3. BENEFITS
================================================== */

.about-benefits-section {
    background: #f0f9ff;
}

.about-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.about-benefit-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 340px;
    padding: 28px;

    border: 1px solid #e2e8f0;
    border-radius: 18px;

    background: #ffffff;

    box-shadow: 0 8px 25px rgba(7,28,51,.04);

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.about-benefit-card:hover {
    transform: translateY(-5px);

    border-color: #7dd3fc;

    box-shadow: 0 15px 35px rgba(7,28,51,.09);
}

.about-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin-bottom: 27px;

    border-radius: 15px;

    background: #e0f2fe;
    color: #0284c7;
}

.about-benefit-icon svg {
    width: 28px;
    height: 28px;
}

.about-benefit-card h3 {
    margin: 0 0 15px;

    color: #071c33;

    font-size: 19px;
    font-weight: 800;
    line-height: 1.35;
}

.about-benefit-card p {
    margin: 0 0 30px;

    color: #64748b;

    font-size: 13px;
    line-height: 1.85;
}

.about-benefit-number {
    margin-top: auto;

    color: #cbd5e1;

    font-size: 12px;
    font-weight: 900;
}

/* ==================================================
   4. PAYMENT SECTION
================================================== */

.about-payment-section {
    background: #ffffff;
}

.about-payment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 85px;
}

.about-payment-content h2 {
    margin: 0 0 28px;

    color: #071c33;

    font-size: clamp(34px, 4vw, 49px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1.5px;
}

.about-payment-content h2 span {
    display: block;
    color: #0284c7;
}

.about-payment-content > p {
    max-width: 550px;

    margin: 0 0 18px;

    color: #64748b;

    font-size: 15px;
    line-height: 1.9;
}

.about-payment-note {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-top: 30px;
    padding: 16px;

    border: 1px solid #bae6fd;
    border-radius: 12px;

    background: #f0f9ff;

    color: #075985;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}

.about-payment-note-icon {
    display: grid;
    place-items: center;

    width: 28px;
    height: 28px;
    flex: 0 0 28px;

    border-radius: 50%;

    background: #38bdf8;
    color: #071c33;

    font-weight: 900;
}

/* PAYMENT VISUAL */

.about-payment-visual {
    min-width: 0;
}

.about-payment-card {
    overflow: hidden;

    border: 1px solid #e2e8f0;
    border-radius: 22px;

    background: #ffffff;

    box-shadow: 0 20px 55px rgba(7,28,51,.10);
}

.about-payment-card-top {
    padding: 30px;

    background: #071c33;
    color: #ffffff;
}

.about-payment-overline {
    display: block;
    margin-bottom: 12px;

    color: #7dd3fc;

    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.about-payment-card-top h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 25px;
    font-weight: 800;
}

.about-payment-card-top p {
    margin: 0;

    color: #cbd5e1;

    font-size: 13px;
    line-height: 1.7;
}

.about-payment-methods {
    display: grid;
    gap: 12px;

    padding: 25px;
}

.about-payment-method {
    display: flex;
    align-items: center;
    gap: 15px;

    min-height: 78px;
    padding: 13px 15px;

    border: 1px solid #e2e8f0;
    border-radius: 13px;

    background: #f8fafc;
}

.about-method-icon {
    display: grid;
    place-items: center;

    width: 45px;
    height: 45px;
    flex: 0 0 45px;

    border-radius: 11px;

    background: #e0f2fe;
    color: #0284c7;

    font-size: 13px;
    font-weight: 900;
}

.about-payment-method strong,
.about-payment-method small {
    display: block;
}

.about-payment-method strong {
    color: #071c33;
    font-size: 14px;
    font-weight: 800;
}

.about-payment-method small {
    margin-top: 3px;

    color: #64748b;
    font-size: 12px;
}

.about-payment-card-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    padding: 17px;

    border-top: 1px solid #e2e8f0;

    color: #64748b;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.about-payment-bottom-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;
    background: #38bdf8;
}

/* ==================================================
   5. GAMING CONTENT
================================================== */

.about-content-section {
    background: #f0f9ff;
}

.about-content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.about-content-card {
    display: flex;
    flex-direction: column;

    min-height: 310px;
    padding: 30px;

    border: 1px solid #e2e8f0;
    border-radius: 18px;

    background: #ffffff;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.about-content-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 15px 35px rgba(7,28,51,.08);
}

.about-content-category {
    display: block;
    margin-bottom: 20px;

    color: #0284c7;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
}

.about-content-card h3 {
    margin: 0 0 15px;

    color: #071c33;

    font-size: 23px;
    font-weight: 800;
}

.about-content-card p {
    margin: 0 0 25px;

    color: #64748b;

    font-size: 13px;
    line-height: 1.85;
}

.about-content-card a {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-top: auto;

    color: #0284c7;

    font-size: 13px;
    font-weight: 800;

    text-decoration: none;
}

.about-content-card a:hover {
    color: #ef3340;
}

/* ==================================================
   6. BRAND COMMITMENT
================================================== */

.about-commitment-section {
    background: #ffffff;
}

.about-commitment-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
}

.about-commitment-grid h2 {
    margin: 0;

    color: #071c33;

    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1.5px;
}

.about-commitment-grid h2 span {
    display: block;
    color: #0284c7;
}

.about-commitment-content p {
    margin: 0 0 22px;

    color: #64748b;

    font-size: 15px;
    line-height: 1.9;
}

.about-commitment-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-top: 8px;

    color: #0284c7;

    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.about-commitment-link:hover {
    color: #ef3340;
}

/* ==================================================
   7. FINAL CTA
================================================== */

.about-cta-section {
    padding: 0 0 100px;
    background: #ffffff;
}

.about-cta-card {
    padding: 65px 30px;

    border-radius: 25px;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(56,189,248,.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #04111f,
            #0b2a4a
        );

    color: #ffffff;
    text-align: center;
}

.about-cta-label {
    display: block;
    margin-bottom: 20px;

    color: #7dd3fc;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.about-cta-card h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1.5px;
}

.about-cta-card h2 span {
    display: block;
    color: #38bdf8;
}

.about-cta-card p {
    max-width: 550px;
    margin: 20px auto 30px;

    color: #cbd5e1;

    font-size: 14px;
    line-height: 1.8;
}

.about-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 1050px) {

    .about-hero-grid,
    .about-payment-grid {
        gap: 35px;
    }

    .about-intro-grid,
    .about-commitment-grid {
        gap: 45px;
    }

    .about-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-benefit-card {
        min-height: 290px;
    }

}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .about-section {
        padding: 65px 0;
    }

    .about-hero {
        padding: 65px 0;
    }

    .about-hero-grid,
    .about-intro-grid,
    .about-payment-grid,
    .about-commitment-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-hero-content h1 {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    .about-hero-subtitle {
        font-size: 17px;
    }

    .about-hero-description {
        font-size: 14px;
    }

    .about-visual-card {
        min-height: 360px;
        padding: 26px;
    }

    .about-visual-center strong {
        font-size: 37px;
    }

    .about-intro-heading h2,
    .about-payment-content h2,
    .about-commitment-grid h2 {
        font-size: 35px;
    }

    .about-section-heading {
        margin-bottom: 32px;
    }

    .about-section-heading h2 {
        font-size: 34px;
    }

    .about-section-heading p {
        font-size: 14px;
    }

    .about-benefits-grid,
    .about-content-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .about-benefit-card {
        min-height: auto;
        padding: 25px;
    }

    .about-benefit-card p {
        margin-bottom: 25px;
    }

    .about-content-card {
        min-height: auto;
        padding: 26px;
    }

    .about-cta-section {
        padding-bottom: 65px;
    }

    .about-cta-card {
        padding: 45px 23px;
    }

    .about-cta-card h2 {
        font-size: 33px;
    }

}

/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 380px) {

    .about-hero-content h1 {
        font-size: 35px;
    }

    .about-visual-card {
        min-height: 330px;
        padding: 20px;
    }

    .about-visual-center strong {
        font-size: 30px;
    }

    .about-intro-heading h2,
    .about-payment-content h2,
    .about-commitment-grid h2 {
        font-size: 30px;
    }

    .about-section-heading h2 {
        font-size: 30px;
    }

    .about-btn-primary,
    .about-btn-outline {
        width: 100%;
    }

}

/* ==================================================
   ACCESSIBILITY
================================================== */

@media (prefers-reduced-motion: reduce) {

    .about-btn-primary,
    .about-btn-outline,
    .about-benefit-card,
    .about-content-card {
        transition: none;
    }

}