/* --- Custom Featured In Card --- */

.crypto-hero-eyebrow-new {
    color: #008af2;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.crypto-hero {
    background: radial-gradient(ellipse at 60% 40%, #e3f2fd 60%, #f6fcff 100%);
    padding-top: 153px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 700;
    color: #000;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 32px;
    line-height: 1.6;
    max-width: 500px;
}

.crypto-hero-phone-img {
    width: 60%;
    max-width: 650px;
    height: auto;
    position: relative;
    z-index: 2;
}

@media (max-width: 1200px) {
    .crypto-hero-phone-img {
        max-width: 520px;
    }
}

@media (max-width: 991px) {
    .crypto-hero-phone-img {
        width: 81% !important;
    }
}


.hero-illustration-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .crypto-hero {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {

    .hero-subtitle {
        font-size: 1rem;
    }
}

.hero-subtitle {
    font-size: 1.125rem;
    color: black;
    margin-bottom: 32px;
    line-height: 1.6;
}

/* Use Cases Section V2 - Integrated styling */
.crypto-use-cases-v2 {
    background-color: #ffffff;
    overflow: hidden;
    padding: 65px 0;
    margin-bottom: 0;

}

.use-cases-headline {
    font-weight: 700 !important;
    color: #000a2f;
    font-size: 44px;
    line-height: 1.1;
}

/* New Program List Styling */
.use-cases-list-v2 {
    max-width: 540px;
}

.program-item {
    padding-left: 20px;
    border-left: 3px solid #008af2;
    margin-bottom: 35px !important;
    width: 100%;
    text-align: left;
}

@media (max-width: 991px) {
    .program-item {
        width: 100%;
        text-align: left;
    }
}

.program-item:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.program-item-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000a2f;
    margin-bottom: 10px;
    line-height: 1.3;
}

.program-item-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 0;
}

.program-item-subtext {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 400;
}

.use-case-splash-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.use-case-splash-wrap img {
    max-width: 100%;
    height: auto;
    width: 600px;
    margin-left: 0;
    /* Reduced from default to match design */
}

@media (max-width: 991px) {
    .use-case-splash-wrap img {
        margin-left: 0;
        width: 100%;
    }

    .use-case-splash-wrap img {
        max-width: 320px !important;
        margin-top: -30px;
    }

    .use-case-splash-wrap {
        max-width: 100%;
        margin: 0 auto 40px;
    }

    .use-case-splash-wrap img {
        max-width: 320px;
    }

    .use-cases-headline {
        margin-bottom: 65px !important;
    }

    .use-cases-list-v2 br {
        display: none;
    }

    .use-cases-list-v2 {
        margin: 0 auto;
    }

    .step-card {
        padding: 35px 25px;
        text-align: justify;
    }

    .step-icon-img {
        max-height: 70px;
    }

    .cta-title {
        font-size: 36px !important;
    }

    .affiliate-cta-card {
        padding: 60px 25px !important;
    }

    .cta-text {
        font-size: 1rem !important;
    }

    .cta-text br {
        display: none;
    }

    .affiliate-cta-mob {
        margin-top: -17px !important;
        margin-bottom: 62px !important;
    }

    .crypto-affiliate-cta {
        padding: 0px 0 !important;
    }

    .crypto-why-choose .icon img {
        width: 57px;
        max-width: 78px !important;
        height: auto !important;
    }

    .special-icon-web {
        width: 75px;
        max-width: 78px !important;
        height: auto !important;
    }

    .special-icon-time {
        width: 52px;
        max-width: 78px !important;
        height: auto !important;

    }
}

@media (max-width: 1200px) {
    .use-case-splash-wrap img {
        width: 100%;
        max-width: 512px;
    }

}

/* Steps Section */
.crypto-steps-row {
    max-width: 1050px;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    row-gap: 16px;
}

.crypto-steps-row>[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.how-it-works-v2-wrapper {
    width: 82%;
    margin: 0 auto;
    border-left: 8px solid #008af2;
    padding-left: 60px;
}

.how-it-works-headline {
    font-size: 50px;
    font-weight: 700;
    color: #000a2f;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Outfit', sans-serif;
}

.how-it-works-subtext {
    font-size: 1.15rem;
    color: #475569;
    line-height: 1.5;
    font-weight: 400;
}

.how-it-works-list {
    padding-left: 20px;
    counter-reset: steps-counter;
}

.how-it-works-item {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
}

.how-it-works-item:last-child {
    margin-bottom: 0;
}

.how-it-works-item::before {
    counter-increment: steps-counter;
    content: counter(steps-counter);
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background-color: #008af2;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-it-works-item-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #000a2f;
    margin-bottom: 4px;
}

.how-it-works-item-text {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .how-it-works-v2-wrapper {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        border-left: none;
    }

    .how-it-works-headline {
        font-size: 40px;
        text-align: center;
    }

    .how-it-works-subtext {
        text-align: center;
        margin-bottom: 40px;
    }

    .how-it-works-list {
        padding-left: 0;
        max-width: 450px;
        margin: 0 auto;
    }

    .how-it-works-item {
        text-align: left !important;
        padding-left: 40px !important;
    }
}

@media (max-width: 768px) {
    .how-it-works-headline {
        font-size: 32px;
    }
}

.step-card {
    background: linear-gradient(180deg, #eef7fd 0%, #f1f9fe 35%, #f6fbff 65%, #ffffff 100%);
    border-radius: 12px;
    padding: 30px 25px;
    /* Reduced from 45/35 */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    /* Chrome fix */
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.step-icon-wrapper {
    position: relative;
    width: fit-content;
}

.step-icon-img {
    max-height: 60px;
    /* Reduced from 85px */
    width: auto;
    object-fit: contain;
}

.step-title {
    color: #000a2f;
    font-weight: 800;
    font-size: 1.15rem;
    /* Reduced from 1.35rem */
    line-height: 1.25;
    margin-bottom: 12px;
}

.step-card:hover {
    transform: translateY(-2px);
}

.crypto-apply-btn,
.cta-apply-btn {
    background-color: #008af2 !important;
    color: #ffffff !important;
    padding: 15px 42px !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 138, 242, 0.25) !important;
    letter-spacing: 0.3px !important;
    border: none !important;
    font-family: 'Outfit', sans-serif !important;
    line-height: 1 !important;
}

.crypto-apply-btn:hover,
.cta-apply-btn:hover {
    background-color: #0076cf !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 138, 242, 0.35) !important;
    color: #ffffff !important;
}

.crypto-affiliate-cta {
    background-color: #ffffff;
    padding: 0px 0;
    margin-bottom: 48px;
}

.affiliate-cta-card {
    background:
        radial-gradient(circle at 50% 45%,
            rgba(20, 85, 170, 0.35) 0%,
            rgba(10, 45, 95, 0.25) 35%,
            rgba(5, 25, 65, 0.15) 55%,
            rgba(3, 15, 45, 0.05) 70%,
            rgba(2, 10, 40, 0) 82%),
        linear-gradient(90deg,
            #020A2A 0%,
            #04163F 30%,
            #062A5C 65%,
            #073A72 100%) !important;

    border-radius: 12px !important;
    color: #fff !important;
    width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    text-align: center !important;
}

.cta-inner {
    max-width: 750px;
    margin: 0 auto;
}

.cta-icon-wrap {
    margin-bottom: 25px;
}

.cta-handshake-icon {
    width: auto;
    height: 140px;
    object-fit: contain;
    margin-bottom: -47px;
}

.cta-title {
    color: #fff !important;
    font-size: 49px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    font-family: 'Outfit', sans-serif !important;
    line-height: 1.1 !important;
}

.cta-text {
    color: #fff !important;
    font-size: 1.15rem !important;
    line-height: 1.5 !important;
    margin-bottom: 40px !important;
    opacity: 0.95;
}

.cta-disclaimer {
    font-size: 0.82rem;
    color: #64748b;
    width: 100% !important;
    margin: 30px auto 0;
    line-height: 1.6;
    text-align: justify !important;
}

@media (max-width: 768px) {

    .cta-handshake-icon {
        height: 117px;
        margin-bottom: -40px;
    }

    .cta-disclaimer {
        font-size: 0.75rem;
        text-align: justify !important;
        padding: 0 10px !important;
    }

    .crypto-why-choose .icon img {
        width: 57px;
        max-width: 78px !important;
        height: auto !important;
    }
}


/* Standardized Apply Now styles above */

@media (max-width: 768px) {

    .cta-subtitle {
        font-size: 1rem !important;
        padding: 0 20px;
    }
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .hero-title {
        margin-bottom: 16px;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 24px;
    }

    .crypto-steps-row>[class*="col-"],
    .advantage-row>[class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }


}

@media (max-width: 480px) {


    .hero-cta-wrapper .btn {
        width: 100%;
        display: block;
        text-align: center;
    }
}

/* Embedded Financing (Why Choose) Section */
.crypto-why-choose {
    padding: 80px 20px;
}

.section-padding-creative-resources {
    background: radial-gradient(ellipse at 60% 40%, #e3f2fd 60%, #f6fcff 100%);
    padding: 85px 0;
    margin-top: 20px;
}

.section-padding-creative-resources .use-cases-headline {
    font-weight: 800 !important;
    margin-bottom: 13px !important;
    line-height: 1.05 !important;
    color: #000a2f !important;
}

.section-padding-creative-resources .how-it-works-item-title {
    color: #000a2f !important;
}

.section-padding-creative-resources .hero-subtitle {
    color: #334155 !important;
    font-weight: 400 !important;
    max-width: 480px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
}

.section-padding-creative-resources .how-it-works-item-text {
    color: #475569 !important;
}

.section-padding-creative-resources .crypto-why-choose {
    padding: 0 20px;
}

.crypto-why-choose .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.crypto-why-choose .title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #000a2f;
}

.why-choose-subtitle {
    font-size: 1.1rem;
    color: #000a2f;
}

/* Card Container */
.crypto-why-choose .card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    justify-content: center;
    width: 82%;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .crypto-why-choose .card-container {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        width: 100%;
        gap: 16px;
    }
}

@media (min-width: 1200px) {
    .crypto-why-choose .card-container {
        grid-template-columns: repeat(3, 1fr);
    }
}


.crypto-why-choose .card {
    background: linear-gradient(180deg, #ffffff 0%, #f1f9fe 65%, #e6f4ff 100%);
    border-radius: 12px;
    padding: 40px;
    border: 3px solid #d6e6f8;
    box-shadow: 0 10px 30px rgba(0, 138, 242, 0.04);
    text-align: left;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    /* Chrome fix */
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}


.crypto-why-choose .card:hover {
    transform: translateY(-2px);
}


.crypto-why-choose .icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
}

.crypto-why-choose .icon img {
    width: 62px;
    max-width: 78px;
    height: auto;
}

.special-icon-web {
    width: 70px !important;
    max-width: 78px !important;
    height: auto !important;
}

.special-icon-time {
    width: 53px !important;
    max-width: 78px !important;
    height: auto !important;
}



.card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000a2f;
    margin-bottom: 15px;
    line-height: 1.3;
}

.crypto-why-choose .card-text {
    font-size: 1rem;
    line-height: 1.6;
}

/* Responsive Typography */
@media (max-width: 768px) {

    .why-choose-subtitle {
        margin-bottom: 30px;
    }


    .card-title {
        font-size: 1.25rem;
        font-weight: 700;
        color: #000a2f;
        margin-bottom: 15px;
        line-height: 1.3;
        text-align: left;
    }


    .crypto-why-choose .card-text {
        line-height: 1.6;
        text-align: left;
        font-size: 15px;
    }

}


@media (max-width: 480px) {

    .crypto-why-choose .card {
        padding: 20px;
    }
}

.remove-gray-shape-top::before {
    display: none !important;
}


/* Remove Red Line on Mobile */
@media (max-width: 768px) {

    .crypto-hero-eyebrow::before,
    .crypto-hero-eyebrow::after,
    .use-cases-headline::before,
    .use-cases-headline::after,
    .title::before,
    .cta-title::before,
    .title::after,
    .crypto-why-choose .title::before,
    .crypto-why-choose .title::after {
        content: none !important;
        display: none !important;
        border: none !important;
        width: 0 !important;
        height: 0 !important;
        background: none !important;
    }

    .crypto-hero-eyebrow {
        border: none !important;
    }

    /* Strict Mobile Typography (Requested 29px) */
    h1,
    .hero-title {
        font-size: 29px !important;
        line-height: 1.2 !important;
    }

    h2,
    .use-cases-headline,
    .cta-title,
    .title,
    .crypto-why-choose .title {
        font-size: 25px !important;
        line-height: 1.3 !important;
        text-align: center !important;

    }

}

/* Special Desing for Header Crypto Lending Page - Copism
================================================================= */

/* --- Header Redesign Adaptations --- */
.wrapper-header {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent !important;
}

@media (min-width: 769px) {
    .wrapper-header .container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 15px !important;
    }

    .site-navigation.top-bar {
        max-width: 100% !important;
        width: 100% !important;
    }
}

.site-header {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.site-navigation.top-bar {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: radial-gradient(ellipse at 60% 40%, #e3f2fd 60%, #f6fcff 100%);
    border-radius: 100px !important;
    padding: 4px 30px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    min-height: 60px !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    /* max-width: 1319px !important; */
    margin: 0 auto !important;
    height: 65%;
    margin-top: 15px !important;
}

.top-bar-left,
.top-bar-right {
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
}

.top-bar-center {
    background: transparent !important;
    display: none !important;
}

@media screen and (min-width: 1024px) {
    .top-bar-center {
        display: flex !important;
        align-items: center !important;
        flex: 1 1 auto !important;
        justify-content: center !important;
    }
}

.top-bar-left {
    min-width: auto;
}

.site-desktop-title,
.top-bar-title,
.top-bar-title a {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    visibility: hidden !important;
}

.site-desktop-title a img,
.top-bar-title a img {
    visibility: visible !important;
}

/* Center positioning is already handled in the media query above */

.top-bar-right {
    justify-content: flex-end !important;
    min-width: auto;
    gap: 15px;
}

.logo-crop {
    height: 50px;
    display: flex;
    align-items: center;
}

.crypto-logo {
    max-height: 50px;
    width: auto;
    display: block;
}

/* Dynamic Menu Styles */
.top-bar-center ul.desktop-menu {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    gap: 35px !important;
    background: transparent !important;
    border: none !important;
}

.top-bar-center ul.desktop-menu>li>a {
    color: #475569 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    position: relative !important;
    padding: 5px 0 !important;
    transition: color 0.3s ease !important;
    background: transparent !important;
}

.top-bar-center ul.desktop-menu>li.has-submenu>a::after {
    display: none !important;
}

.top-bar-center ul.desktop-menu>li>a:hover {
    color: #1e293b !important;
}

.top-bar-center ul.desktop-menu>li.current-menu-item>a,
.top-bar-center ul.desktop-menu>li.current_page_item>a {
    color: #1e293b !important;
    font-weight: 600 !important;
}

.top-bar-center ul.desktop-menu>li.current-menu-item>a::after,
.top-bar-center ul.desktop-menu>li.current_page_item>a::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    height: 3px;
    background: #008af2;
    border-radius: 2px;
}

/* Action Items */
.mkpayment {
    color: #008af2 !important;
    font-weight: 600 !important;
    margin-right: 15px !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.top-bar-right a.phone {
    color: #1e293b !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    white-space: nowrap;
}

.top-bar-right a.phone span {
    display: none;
}



/* Login Dropdown Restoration */

.sub-menu-new {
    position: relative;
}

.sub-menu-new .btn-secondary {
    background: #008af2 !important;
    color: #fff !important;
    padding: 8px 30px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    border: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.sub-menu-new .btn-secondary:hover {
    background: #0076cf !important;
}



.sub-menu-new:hover .sub-login-sec {
    display: block !important;
}

.sub-login-sec ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sub-login-sec ul li {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #eaeaea !important;
}

.sub-login-sec ul li:last-child {
    border-bottom: none !important;
}

.sub-login-sec ul li a {
    display: block !important;
    padding: 10px 10px 10px 45px !important;
    color: #002147 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    background-repeat: no-repeat !important;
    background-position: 12px center !important;
    background-size: 20px !important;
    text-align: left !important;
    transition: color 0.3s ease !important;
}

.sub-login-sec ul li:nth-child(1) a {
    background-image: url("../../dist/assets/icons/house.png") !important;
}

.sub-login-sec ul li:nth-child(2) a {
    background-image: url("../../dist/assets/icons/man.png") !important;
}

.sub-login-sec ul li a:hover {
    color: #0083f5 !important;
}


/* Get Started Button */
.top-bar-right .btn-primary.arrow {
    border: 1.5px solid #008af2 !important;
    color: #008af2 !important;
    padding: 8px 25px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    background: transparent !important;
    font-size: 14px !important;
    text-decoration: none !important;
    margin-right: 0 !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.top-bar-right .btn-primary.arrow:hover {
    background: #f0f9ff !important;
}

/* Mobile Adjustments */
@media (max-width: 1024px) {
    .site-navigation.top-bar {
        border-radius: 40px !important;
        padding: 10px 20px !important;
        min-height: 60px !important;
    }

    .wrapper-header {
        top: 10px !important;
        padding: 0 15px !important;
    }

    .top-bar-right a.phone {
        font-size: 14px !important;
        margin-right: 10px !important;
    }

    .top-bar-right a.phone span {
        display: none;
    }

    /* Hide Get Started on Tablet/Mobile to save space */
    .top-bar-right .btn-primary.arrow {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .top-bar-right a.phone {
        display: none !important;
    }

    .top-bar-right .menu-icon {
        margin-left: 0 !important;
        /* Reset margin */
    }
}

@media (max-width: 480px) {
    .logo-crop {
        height: 35px;
    }

    .crypto-logo {
        max-height: 35px;
    }

    .site-navigation.top-bar {
        padding: 8px 15px !important;
    }
}


/* ==============================================================
   Cookie Window Section
   ========================================================================== */

/* Cookie Window Section */
.crypto-cookie-window {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    margin-top: 17px;
    margin-bottom: 17px;
}

.crypto-cookie-window .use-cases-headline {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 8px;
    /* Tighter spacing */
    line-height: 1.05;
    color: #000a2f;
}

.crypto-cookie-window .hero-subtitle {
    color: #334155;
    font-size: 1.1rem;
    font-weight: 400;
    max-width: 480px;
    line-height: 1.4;
    margin-bottom: 0;
}

.cookie-text-col {
    padding-left: 19%;
    margin-top: -60px;
}


.cookie-window-illustration {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.cookie-window-illustration img {
    max-width: 675px;
    height: auto;
    margin-left: -12%;
}


/* Additional Mobile Responsiveness Fixes */

/* ==========================================================================
   Consolidated Responsive Styles
   ========================================================================== */

/* 1. Large Display Tweaks (min-width: 1200px) */
@media (min-width: 1200px) {
    .use-case-splash-wrap img {
        width: 100%;
        max-width: 520px;
    }
}

/* 2. Tablet & Mobile Base (max-width: 991px) */
@media (max-width: 991px) {

    /* Hero Section */
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin: 0 auto 24px;
        text-align: center;
    }

    .crypto-hero {
        padding-top: 100px;
        padding-bottom: 60px;
        text-align: center;
    }

    /* Use Cases Section */

    .use-case-splash-wrap {
        max-width: 100%;
        margin: 0 auto 40px;
        display: flex;
        justify-content: center;
    }

    .use-case-splash-wrap img {
        margin-left: 0 !important;
        width: 100%;
        max-width: 330px !important;
        margin-top: 20px;
    }

    .use-cases-list-v2 {
        margin: -40px auto;
        max-width: 100%;
    }

    .use-cases-list-v2 br {
        display: none !important;
    }

    .gap-only-mobile {
        margin-top: -55px !important;
    }

    .program-item {
        width: 100% !important;
        text-align: left !important;
        max-width: 480px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 20px !important;
        border-left: 4px solid #008af2 !important;
    }

    /* How It Works Section */
    .step-card {
        padding: 35px 25px;

    }

    .step-icon-img {
        max-height: 70px;
    }

    /* Why Choose Section */
    .why-choose-subtitle {
        margin-bottom: 30px;
    }

    .crypto-why-choose .card {
        text-align: left !important;
    }

    .crypto-why-choose .icon {
        justify-content: flex-start !important;
    }

    /* Cookie Window Section */
    .cookie-text-col {
        padding-left: 15px;
        margin-top: 0;
        text-align: center;
    }

    .crypto-cookie-window {
        text-align: center;
        margin-top: 0 !important;
    }

    .crypto-cookie-window .use-cases-headline {
        margin-bottom: 16px !important;
    }

    .crypto-cookie-window .hero-subtitle {
        margin: 0 auto;
        font-size: 1rem;
    }
}

.cookie-window-illustration {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.cookie-window-illustration img {
    max-width: 675px;
    height: auto;
    margin-left: -12%;
}

@media (max-width: 991px) {

    .cookie-window-illustration img {
        max-width: 100%;
    }
}

/* Additional Mobile Responsiveness Fixes */
@media (max-width: 991px) {
    .cookie-window-illustration img {
        display: block;
        max-width: 112%;
        margin-left: 24px !important;
        margin-top: -45px !important;
    }

    .cookie-window-illustration {
        justify-content: center !important;
        margin-top: 20px !important;
    }

    .crypto-why-choose .card {
        text-align: left !important;
    }

    .crypto-why-choose .icon {
        justify-content: flex-start !important;
    }

    .section-padding-how-it-work {
        margin-top: 0% !important;


    }
}

/* Global Responsiveness & Alignment Fixes */
.use-cases-headline::before,
.use-cases-headline::after,
.cta-title::before,
.cta-title::after,
.title::before,
.title::after,
.crypto-hero-eyebrow::before,
.crypto-hero-eyebrow::after {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

@media (max-width: 768px) {
    .cta-text br {
        display: none !important;
    }


    .affiliate-cta-card {
        padding: 40px 20px !important;
    }

    .cta-inner {
        width: 100% !important;
    }
}

/* Tablet Adjustments (769px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-title {
        font-size: 42px !important;
    }

    .use-cases-headline,
    .cta-title,
    .title {
        font-size: 32px !important;
    }

    .program-item {
        width: 90%;
    }

    .cookie-text-col {
        padding-left: 5%;
    }

    .cookie-window-illustration img {
        margin-left: 0;
        max-width: 100%;
    }

    /* Strict Mobile Typography (Requested 29px) */
    h1,
    .hero-title {
        font-size: 29px !important;
        line-height: 1.2 !important;
    }

    h2,
    .use-cases-headline,
    .faq-headline,
    .cta-headline,
    .title,
    .crypto-why-choose .title {
        font-size: 25px !important;
        line-height: 1.3 !important;
        text-align: center !important;

    }

}

/* Desktop/Tablet Fluid Typography (Min-width: 769px) */
@media (min-width: 767px) {

    h1,
    .hero-title {
        font-size: 54px !important;
        line-height: 1.2 !important;
    }

    h2,
    .use-cases-headline,
    .faq-headline,
    .cta-headline,
    .title {
        font-size: 40px !important;
        line-height: 1.3 !important;
    }

}

/* FAQ Section Styles (copied from crypto-lending.css) */
 .crypto-faq-section {
     background: #fff;
     margin-bottom: 30px;
     /* padding: 80px 0 !important; */
 }

 @media (max-width: 768px) {
     .crypto-faq-section {
         padding: 60px 0 !important;
     }
 }

 .faq-dark-card {
     background:
         radial-gradient(circle at 50% 45%,
             rgba(20, 85, 170, 0.35) 0%,
             rgba(10, 45, 95, 0.25) 35%,
             rgba(5, 25, 65, 0.15) 55%,
             rgba(3, 15, 45, 0.05) 70%,
             rgba(2, 10, 40, 0) 82%),
         linear-gradient(90deg,
             #020A2A 0%,
             #04163F 30%,
             #062A5C 65%,
             #073A72 100%) !important;

     border-radius: 10px !important;
     color: #fff !important;
     width: 100% !important;
     margin: 0 auto;
     overflow: hidden;

     padding: 100px 40px !important;

     border: 1px solid rgba(255, 255, 255, 0.05) !important;

     display: flex !important;
     flex-direction: column !important;
     align-items: center !important;
     justify-content: center !important;
     text-align: center !important;
 }

 @media (max-width: 992px) {
     .faq-dark-card {
         padding: 80px 30px !important;
     }
 }

 @media (max-width: 768px) {
     .faq-dark-card {
         padding: 60px 20px !important;
     }
 }

 .faq-headline {
     color: #fff !important;
     font-weight: 700 !important;
     margin-bottom: 40px !important;
     text-align: center;
     letter-spacing: -0.02em !important;
     font-family: 'Outfit', sans-serif !important;
     line-height: 1.2 !important;
 }

 @media (max-width: 991px) {
     .faq-headline {
         margin-bottom: 30px !important;
     }
 }

 .faq-inner-wrap {
     max-width: 850px;
     margin: 0 auto !important;
     width: 100%;
     text-align: left !important;
 }

 /* FORCE transparency and reset styles */
 .faq-dark-card div,
 .faq-dark-card h2,
 .faq-dark-card h3,
 .faq-dark-card button,
 .faq-dark-card p {
     background-color: transparent !important;
     letter-spacing: normal !important;
 }

 /* REMOVE any decorative lines/bars from the theme (RED LINES) */
 .faq-dark-card h2::before,
 .faq-dark-card h2::after,
 .faq-dark-card h3::before,
 .faq-dark-card h3::after,
 .faq-dark-card .accordion-item::before,
 .faq-dark-card .accordion-item::after,
 .faq-dark-card .accordion-button::before {
     display: none !important;
     content: none !important;
 }

 .custom-faq-accordion {
     border: none !important;
     background: transparent !important;
 }

 .custom-faq-accordion .accordion-item {
     border: none !important;
     border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
     border-radius: 0 !important;
     margin-bottom: 0 !important;
     background: transparent !important;
 }

 .custom-faq-accordion .accordion-item:last-child {
     border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
 }

 .custom-faq-accordion .accordion-header {
     margin: 0 !important;
     padding: 0 !important;
 }

 .custom-faq-accordion .accordion-button {
     background: transparent !important;
     color: #fff !important;
     box-shadow: none !important;
     padding: 25px 0 !important;
     font-size: 1.35rem !important;
     font-weight: 500 !important;
     border: none !important;
     text-align: left !important;
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100% !important;
     font-family: 'Outfit', sans-serif !important;
     letter-spacing: normal !important;
 }

 .custom-faq-accordion .accordion-button:not(.collapsed) {
     color: #fff !important;
     padding-bottom: 25px !important;
 }

 .custom-faq-accordion .accordion-button::after {
     content: "" !important;
     display: block !important;
     background-image: url("../images/faq-chevron.png") !important;
     background-size: contain !important;
     background-repeat: no-repeat !important;
     width: 22px !important;
     height: 22px !important;
     margin-left: 20px !important;
      transition: transform 0.1s ease-out !important;
     filter: none !important;
     flex-shrink: 0 !important;
 }

 .custom-faq-accordion .accordion-button:not(.collapsed)::after {
     transform: rotate(-180deg) !important;
 }

 .custom-faq-accordion .accordion-body {
     padding: 5px 0 35px 0 !important;
     color: rgba(255, 255, 255, 0.75) !important;
     font-size: 1.05rem !important;
     line-height: 1.65 !important;
     background: transparent !important;
     text-align: left !important;
     letter-spacing: normal !important;
     max-width: 95%;
 }

 .custom-faq-accordion .accordion-collapse,
 .custom-faq-accordion .collapse {
     background: transparent !important;
     border: none !important;
 }

  .custom-faq-accordion .collapsing {
      transition: height 0.1s ease-out !important;
  }