/*
Theme Name: FundedElite v9
Theme URI: http://fundedelite.com
Author: Proplab
Author URI: proplab.co
Version: 9.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fundedelite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* V 1.1 
- Added: New Checkout Design

*/


.admin-bar .navbar-area {
    top: 32px;
}


/* Top Bar */
.top-nav-area {
    background-image: url(https://fundedelite.com/wp-content/uploads/2024/05/topnav-summer-scaled.jpg);
    padding: 20px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    margin-bottom: 0;
    background-size: cover;
    margin-bottom: 0;
    background-repeat: no-repeat;
}
.top-nav-area h2{
    font-weight: bold;
    font-size: 36px;
    background: linear-gradient(95deg, #1794E6 4.08%, #6661E1 116.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 0;
}

.copy-area {
    text-align: right;
}

.copy-area p {
    color: #000000;
    display: inline-block;
    margin-bottom: 0;
}
.copy-area span {
    background: var(--primaryColor);
    transition: var(--transition);
    padding: 5px 9px 2px 9px;
    color: var(--whiteColor);
    display: inline-block;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}
.copy-area span::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 12px;
    transition: var(--transition);
    background: linear-gradient(95deg, #2EDBC8 5.59%, #675EE1 94.93%);
}

.navbar-area {
    top: 100px !important;
}
.navbar-area.is-sticky {
    display: none;
}

img.top-close {
    position: absolute;
    right: 24px;
    top: 10px;
}
.top-de-active {
    top: 0 !important;
}
.top-de-active.is-sticky {
    display: unset;
}

@media only screen and (max-width: 767px) {
    .top-nav-area h2 {
        text-align: center;
        font-size: 24px;
    }
    .top-nav-area span {
        margin-bottom: 5px;
    }
    .copy-area {
        text-align: center;
        margin-top: 5px;
    }
    .banner-area, .faq-banner-area, .page-banner-area {
        padding-top: 260px !important;
    }
    .navbar-area {
        top: 135px !important;
    }
    .top-de-active.is-sticky {
        top: 0 !important;
    }
    .banner-area.top-de-active {
        padding-top: 120px !important;
    }
    .navbar.top-de-active {
        top: 0 !important;
    }
    .top-nav-area {
        background-image: url(https://fundedelite.com/wp-content/uploads/2024/05/topnav-summer-m.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .top-nav-area h2 {
        text-align: center;
        font-size: 24px;
    }
    .top-nav-area span {
        margin-bottom: 5px;
    }
    .copy-area {
        text-align: center;
        margin-top: 5px;
    }
    .banner-area, .faq-banner-area, .page-banner-area {
        padding-top: 300px !important;
    }
    .navbar-area {
        top: 135px !important;
    }
    .top-de-active.is-sticky {
        top: 0 !important;
    }
    .banner-area.top-de-active {
        padding-top: 120px !important;
    }
    .navbar.top-de-active {
        top: 0 !important;
    }
    .top-nav-area {
        background-image: url(https://fundedelite.com/wp-content/uploads/2024/01/ny-mobile-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .banner-content h1 {
        font-size: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    .about-area {
		padding-top: 260px !important;
	}
    .about-area.top-de-active {
        margin-top: 0;
    }
}

@media only screen and (min-width : 1200px) and (max-width : 4000px) {
	.banner-area {
		padding-top: 275px !important;
	}
}

/* Top Bar  */

.single-experience-card .logo img {
    max-width: 142px;
}

.payment_method_confirmo label img {
    display: none;
}

.confirmo-logo {
    width: 110px
}

.form-check-cs {
    position: relative;
}
.form-check-cs img{
    position: absolute;
}

.form-check-cs img {
    position: absolute;
    top: -43px;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .product-select-area.row .platform-area ul .pa1 {
        margin-right: 5px !important;
    }
    .product-select-area.row .platform-area ul {
        padding-left: 0 !important;
    }
    .product-select-area.row .platform-area ul li {
        margin-right: 5px !important;
    }
    .form-check-cs img {
        top: -30px !important;
    }
}

/* Flash Activation Page */
.flash-activation-page {
    background-color: #05071b;
    color: var(--whiteColor);
}

.flash-hero {
    position: relative;
    padding: 180px 0 150px;
    overflow: hidden;
    z-index: 0;
    mask: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    -webkit-mask: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}

.flash-hero__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(5, 8, 27, 0) 0%, rgba(6, 9, 26, 0.03) 55%, rgba(6, 9, 26, 0.1) 100%),
        url('assets/img/flash/flash-bg.png');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    filter: brightness(1) saturate(1.2) contrast(1.6);
}

.flash-hero__background::after {
    content: "";
    position: absolute;
    inset: 18% 10% -18% 10%;
    background: radial-gradient(60% 60% at 50% 0%, rgba(117, 107, 220, 0.08) 0%, rgba(9, 12, 38, 0) 75%);
    filter: blur(10px);
    opacity: 0.3;
}

.flash-hero__content {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.flash-hero__promo-text {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.95);
}

.flash-hero__title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.55;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 4px 32.5px rgba(255, 255, 255, 0.61);
    white-space: nowrap;
}

.flash-hero__title br {
    display: none;
}

.flash-hero__subtitle {
    font-size: 22px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.78);
}

.flash-hero__cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.flash-hero__countdown-label {
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 3px 0;
    padding: 0;
    text-align: center;
}

/* Pricing section countdown label - different color to distinguish from description */
.flash-pricing__header .flash-hero__countdown-label {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 24px;
}

.flash-hero__countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 48px;
    padding: 20px;
}

.flash-hero__countdown--small {
    gap: 12px;
    margin-top: 0;
    margin-bottom: 16px;
    padding: 8px 0;
}

.flash-hero__countdown--pricing {
    gap: 20px;
    margin: 0 0 28px;
    padding: 8px 0;
}

/* Final CTA countdown styling: keep horizontal and compact */
.flash-final-cta__countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 0;
    margin-bottom: 8px;
}

.flash-final-cta__countdown .countdown-item {
    min-width: 60px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.countdown-value {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 4px;
}

.flash-hero__countdown--small .countdown-value,
.flash-hero__countdown--pricing .countdown-value,
.flash-final-cta__countdown .countdown-value {
    font-size: 22px;
}

.countdown-label {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.countdown-expired {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #62FFCD;
    margin: 0;
}

.flash-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 169px;
    height: 48px;
    padding: 0 13px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.flash-btn--primary {
    background: linear-gradient(135deg, #756BDC 0%, #62FFCD 100%);
    color: #000000;
    box-shadow: inset 0 16px 25px rgba(255, 255, 255, 0.75);
}

.flash-btn--primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    pointer-events: none;
    transition: background 0.3s ease;
}

.flash-btn--primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    pointer-events: none;
    z-index: 1;
    transform: skewX(-15deg);
    transition: left 0.6s ease;
}

.flash-btn--primary:hover,
.flash-btn--primary:focus {
    transform: translateY(-3px) scale(1.02);
    box-shadow: inset 0 16px 25px rgba(255, 255, 255, 0.85), 0 8px 32px rgba(98, 255, 205, 0.4);
    color: #000000;
    filter: brightness(1.1);
}

.flash-btn--primary:hover::after {
    background: rgba(255, 255, 255, 0.25);
}

.flash-btn--primary:hover::before {
    left: 100%;
}

@keyframes shimmer {
    0% { transform: translateX(-100%) skewX(-15deg); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateX(100%) skewX(-15deg); opacity: 0; }
}

.flash-btn--ghost {
    background: rgba(19, 19, 33, 0.72);
    border: 1px solid rgba(155, 154, 169, 0.38);
    color: #9B9AA9;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: inset 0 0 17px rgba(255, 255, 255, 0.04), 0 6px 26px rgba(5, 7, 20, 0.45);
    min-width: 194px;
    height: 48px;
    padding: 0 12px;
}

.flash-btn--ghost::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 65%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
    pointer-events: none;
}

.flash-btn--ghost:hover,
.flash-btn--ghost:focus {
    background: rgba(19, 19, 33, 0.9);
    color: #B5D8FF;
    transform: translateY(-3px) scale(1.02);
    border-color: rgba(98, 255, 205, 0.4);
    box-shadow: inset 0 0 17px rgba(255, 255, 255, 0.08), 0 12px 35px rgba(5, 7, 20, 0.6), 0 0 20px rgba(98, 255, 205, 0.2);
}

.flash-btn--ghost:hover::after {
    background: linear-gradient(160deg, rgba(98, 255, 205, 0.12) 0%, rgba(255, 255, 255, 0.06) 65%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
}

.flash-hero__proof {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}

.flash-hero__trustpilot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.flash-hero__rating {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 15px;
    padding: 16px 28px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(16, 17, 33, 0.65);
    box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.08), 0 18px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    font-family: "Inter Tight", "Inter", sans-serif;
}

.flash-hero__rating-label {
    font-weight: 600;
    font-size: 16px;
    font-family: "Inter Tight", "Inter", sans-serif;
    color: #cacfd8;
}


.flash-hero__trustpilot-widget,
.flash-hero__pfm {
    margin: 28px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.flash-hero__trustpilot-widget .trustpilot-widget,
.flash-hero__pfm > #widget-uzr0vi30d3esspxzd9jcu1of {
    width: 100%;
    max-width: 520px;
    min-height: 64px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flash-hero__trustpilot-widget .trustpilot-widget {
    padding: 0;
    box-shadow: none;
}

.flash-hero__trustpilot-widget .trustpilot-widget a {
    color: #dcd3ff !important;
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.flash-hero__pfm > #widget-uzr0vi30d3esspxzd9jcu1of {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
}

.flash-hero__trustpilot-widget iframe,
.flash-hero__pfm iframe {
    width: 100% !important;
    min-height: 64px !important;
    border: 0 !important;
}
.flash-hero__stars {
    display: inline-flex;
    gap: 2px;
    color: #1ad280;
    font-size: 18px;
}

.flash-hero__reviews {
    font-size: 16px;
    font-family: "Inter Tight", "Inter", sans-serif;
    color: #cacfd8;
}

.flash-hero__reviews strong {
    color: var(--whiteColor);
}

.flash-hero__brands {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.flash-hero__brands .brand-area {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    text-align: center;
}

.flash-hero__brands .brand-title {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    color: rgba(202, 207, 216, 0.7);
    text-align: center;
    text-transform: none;
}

.flash-hero__brands .brand-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px 36px;
}

.flash-hero__brands .brand-logo img {
    max-height: 36px;
    width: auto;
    filter: saturate(0.8) opacity(0.7) drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
}

.flash-hero__brands .brand-logo img:hover {
    filter: saturate(1.1) opacity(1) drop-shadow(0 6px 20px rgba(0, 0, 0, 0.3));
    transform: translateY(-2px);
}


.flash-brands {
    padding: 90px 0 60px;
}

.flash-brands .brand-area {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.flash-brands .brand-area {
    text-align: center;
}

.flash-brands .brand-title {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
    color: #cacfd8;
    text-align: center;
    text-transform: none;
}

.flash-brands .brand-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px 48px;
}

.flash-brands .brand-logo img {
    max-height: 48px;
    width: auto;
    filter: saturate(1.05) drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));
}

.flash-section {
    position: relative;
    padding: 30px 0 40px;
    z-index: 1;
}

.flash-section .container {
    position: relative;
}

.flash-how-it-works::before {
    content: none;
}

.flash-how__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 56px;
    text-align: center;
}

.flash-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 22px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: "Inter Tight", "Inter", sans-serif;
    color: #dcd3ff !important;
    background: rgba(73, 59, 215, 0.2);
    border: 1px solid rgba(120, 126, 214, 0.32);
    box-shadow: 0 10px 22px rgba(8, 10, 32, 0.2), inset 0 0 6px rgba(255, 255, 255, 0.12);
}

.flash-how__heading {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 44px;
    font-weight: 700;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
}

.flash-how__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 48px;
}

.flash-step {
    border-radius: 28px;
    padding: 40px 38px;
    background: rgba(15, 17, 31, 0.94);
    box-shadow: 0 32px 58px rgba(5, 7, 20, 0.55), inset 0 0 14px rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.flash-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 70px rgba(5, 7, 20, 0.65), inset 0 0 20px rgba(255, 255, 255, 0.08);
    background: rgba(20, 22, 36, 0.96);
}

.flash-step:hover .flash-step__index {
    color: rgba(98, 255, 205, 1);
    transform: scale(1.05);
}

.flash-step:hover .flash-step__title {
    color: rgba(255, 255, 255, 1);
}

.flash-step::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 13, 26, 0) 0%, rgba(12, 13, 26, 0.92) 60%, rgba(28, 44, 58, 0.85) 100%);
    opacity: 1;
    pointer-events: none;
    mix-blend-mode: normal;
    transition: opacity 0.3s ease;
}

.flash-step:hover::before {
    opacity: 0.7;
}

.flash-step__index {
    position: relative;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: "Inter Tight", "Inter", sans-serif;
    color: rgba(98, 255, 205, 0.9);
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.flash-step__title {
    position: relative;
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.97);
    transition: color 0.3s ease;
}

.flash-step__copy {
    position: relative;
    margin: 0;
    color: rgba(202, 207, 216, 0.78);
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.65;
}

.flash-how__cta {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}

.flash-btn--lg {
    min-width: 220px;
    padding-inline: 36px;
}

.flash-how__cta .flash-btn--primary {
    background: linear-gradient(120deg, #5c64e8 0%, #62ffcd 100%);
    box-shadow: inset 0 18px 28px rgba(255, 255, 255, 0.58), 0 24px 50px rgba(64, 101, 255, 0.32);
}

.flash-benefits {
    padding: 30px 0 40px;
}

.flash-benefits::before {
    content: none;
}

.flash-benefits__panel {
    position: relative;
    padding: 72px 72px 82px;
}

.flash-benefits__header {
    margin-bottom: 44px;
    text-align: center;
}

.flash-benefits__heading {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: rgba(244, 247, 255, 0.96);
    margin: 0;
}

.flash-benefits__description {
    max-width: 640px;
    margin: 18px auto 0;
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(202, 207, 216, 0.72);
}

.flash-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 52px;
}

.flash-benefit-card {
    position: relative;
    padding: 24px 24px;
    border-radius: 32px;
    border: 1px solid rgba(150, 160, 255, 0.18);
    background: rgba(7, 8, 20, 0.06);
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.03), 0 20px 44px rgba(6, 7, 20, 0.3);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.flash-benefit-card:hover {
    transform: translateY(-8px) scale(1.02);
    border: 1px solid rgba(98, 255, 205, 0.4);
    background: rgba(12, 15, 30, 0.8);
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.06), 0 30px 60px rgba(6, 7, 20, 0.45);
}

.flash-benefit-card:hover .flash-benefit-card__highlight {
    opacity: 0.7;
    transform: scale(1.1);
}

.flash-benefit-card:hover .flash-benefit-card__icon {
    transform: translateY(-4px) scale(1.1);
}

.flash-benefit-card:hover .flash-benefit-card__title {
    color: rgba(98, 255, 205, 1);
}

.flash-benefit-card:hover .flash-benefit-card__copy {
    color: rgba(202, 207, 216, 0.9);
}

.flash-benefit-card::before,
.flash-benefit-card::after {
    content: none;
}

.flash-benefit-card__highlight {
    position: absolute;
    top: -24px;
    right: 32px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(117, 107, 220, 0.22) 0%, rgba(98, 255, 205, 0.22) 100%);
    background: linear-gradient(135deg, rgba(117, 107, 220, 0.2) 0%, rgba(98, 255, 205, 0.2) 100%);
    filter: blur(58px);
    opacity: 0.4;
    pointer-events: none;
    transition: all 0.3s ease;
}

.flash-benefit-card__icon {
    position: relative;
    width: 72px;
    height: auto;
    margin-bottom: 12px;
    z-index: 1;
    display: block;
    transition: all 0.3s ease;
}

.flash-benefit-card__title {
    position: relative;
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: rgba(244, 247, 255, 0.98);
    margin: 0;
    line-height: 1.28;
    z-index: 1;
    transition: color 0.3s ease;
}

.flash-benefit-card__copy {
    position: relative;
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #818898;
    margin: 0;
    z-index: 1;
    transition: color 0.3s ease;
}

.flash-how__metrics {
    margin-top: 72px;
    padding: 32px;
    position: relative;
    background: transparent;
}

.flash-how__metrics::before,
.flash-how__metrics::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 280px;
    height: 150px;
    transform: translateY(-50%);
    pointer-events: none;
    filter: blur(70px);
    opacity: 0.6;
    z-index: 0;
}

.flash-how__metrics::before {
    left: -140px;
    background: radial-gradient(60% 80% at 100% 50%, rgba(117, 107, 220, 0.2) 0%, rgba(26, 27, 37, 0.4) 100%);
}

.flash-how__metrics::after {
    right: -140px;
    background: radial-gradient(60% 80% at 0% 50%, rgba(117, 107, 220, 0.2) 0%, rgba(26, 27, 37, 0.4) 100%);
}

.flash-how__metrics-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(29, 27, 55, 0.95) 0%, rgba(29, 27, 55, 0.85) 18%, rgba(13, 13, 26, 0.94) 50%, rgba(29, 27, 55, 0.88) 82%, rgba(29, 27, 55, 0.98) 100%);
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.04), 0 26px 55px rgba(5, 7, 20, 0.55);
}

.flash-how__metrics-grid::before {
    content: none;
}

.flash-metric {
    min-height: 211px;
    padding: 0 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.flash-metric:hover {
    transform: translateY(-5px) scale(1.02);
}

.flash-metric:hover .flash-metric__value {
    color: rgba(98, 255, 205, 1);
    transform: scale(1.08);
}

.flash-metric:hover .flash-metric__label {
    color: rgba(255, 255, 255, 0.9);
}

.flash-metric:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22%;
    bottom: 22%;
    right: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
}

.flash-metric__value {
    display: block;
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.98);
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.flash-metric__label {
    display: block;
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 13px;
    color: rgba(202, 207, 216, 0.76);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    transition: color 0.3s ease;
}

/* Mobile responsive styles for flash how it works section */
@media only screen and (max-width: 991px) {
    .flash-how__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .flash-step {
        padding: 32px 28px;
    }

    .flash-how__metrics::before,
    .flash-how__metrics::after {
        width: 180px;
        height: 120px;
    }

    .flash-how__metrics::before {
        left: -60px;
    }

    .flash-how__metrics::after {
        right: -60px;
    }

    .flash-how__metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .flash-metric {
        min-height: 160px;
        padding: 0 24px;
    }

    .flash-metric__value {
        font-size: 28px;
    }

    .flash-metric__label {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .flash-how__steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .flash-step {
        padding: 28px 24px;
    }

    .flash-step__title {
        font-size: 20px;
    }

    .flash-step__copy {
        font-size: 14px;
    }

    .flash-how__metrics {
        padding: 16px;
    }

    .flash-how__metrics::before,
    .flash-how__metrics::after {
        display: none;
    }

    .flash-how__metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 20px;
    }

    .flash-metric {
        min-height: 70px;
        padding: 0 16px;
    }

    .flash-metric__value {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .flash-metric__label {
        font-size: 11px;
        letter-spacing: 0.15em;
    }

    /* Hide desktop vertical dividers on mobile */
    .flash-metric::after {
        display: none !important;
    }

    /* Add horizontal dividers between stats on mobile (2-column grid) */
    .flash-metric:nth-child(1)::after,
    .flash-metric:nth-child(2)::after {
        content: "";
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 0;
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0) 100%);
        opacity: 0.8;
        width: auto;
        top: auto;
        display: block !important;
    }
}

@media only screen and (max-width: 575px) {
    .flash-how__steps {
        gap: 16px;
    }

    .flash-step {
        padding: 24px 20px;
    }

    .flash-step__title {
        font-size: 18px;
    }

    .flash-step__copy {
        font-size: 13px;
    }

    .flash-how__metrics-grid {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .flash-metric {
        min-height: 60px;
        padding: 0 20px;
    }

    .flash-metric__value {
        font-size: 22px;
        margin-bottom: 4px;
    }

    .flash-metric:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0) 100%);
        opacity: 0.8;
        width: auto;
        top: auto;
        display: block !important;
    }
}

.flash-certificates {
    padding: 30px 0 40px;
}

.flash-certificates__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.flash-certificates__heading {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 44px;
    font-weight: 700;
    margin: 0;
    color: rgba(244, 247, 255, 0.97);
}

.flash-certificates__description {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(202, 207, 216, 0.75);
    margin: 0;
}

.certificates-marquee {
    position: relative;
    overflow: hidden;
    margin-top: 48px;
}

.certificates-marquee__track {
    --cert-gap: 28px;
    display: flex;
    gap: var(--cert-gap);
    width: max-content;
    animation: certificates-scroll 45s linear infinite;
    will-change: transform;
}

.certificates-marquee__track img {
    width: 430px;
    max-width: 100%;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(6, 7, 20, 0.45);
}

.certificates-marquee__gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 180px;
    pointer-events: none;
    z-index: 2;
}

.certificates-marquee__gradient--left {
    left: 0;
    background: linear-gradient(90deg, rgba(5, 6, 18, 0.75) 0%, rgba(5, 6, 18, 0) 100%);
    filter: blur(12px);
}

.certificates-marquee__gradient--right {
    right: 0;
    background: linear-gradient(270deg, rgba(5, 6, 18, 0.75) 0%, rgba(5, 6, 18, 0) 100%);
    filter: blur(12px);
}

@keyframes certificates-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% + var(--cert-gap) / 2)); }
}

.flash-testimonials {
    padding: 30px 0 40px;
}

.flash-testimonials__header {
    margin-bottom: 48px;
    text-align: center;
    gap: 16px;
}

.flash-testimonials__heading {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    color: rgba(244, 247, 255, 0.96);
    white-space: normal;
    word-wrap: break-word;
}

.flash-testimonials__widget {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    background: rgba(12, 14, 28, 0.6);
    box-shadow: 0 24px 60px rgba(6, 7, 20, 0.45);
    padding: 36px;
    margin: 0 auto 42px;
    max-width: 1080px;
}

.flash-testimonials__widget .trustpilot-widget {
    width: 100%;
    min-height: 260px;
}

.flash-testimonials__cta {
    display: flex;
    justify-content: center;
    margin-top: -40px;
}

.flash-testimonials__cta .flash-btn--primary {
    min-width: 220px;
}

.flash-faq {
    padding: 30px 0 40px;
}

.flash-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 46px;
    align-items: start;
}

.flash-faq__intro {
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: left;
    align-items: flex-start;
}

.flash-faq__intro .flash-section-tag {
    align-self: flex-start;
    width: auto;
    min-width: 0;
}

.flash-section-tag--auto {
    display: inline-flex;
    width: auto;
    min-width: 0;
    padding-left: 18px;
    padding-right: 18px;
}

.flash-faq__intro .flash-btn {
    align-self: flex-start;
}

.flash-faq__heading {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    color: rgba(244, 247, 255, 0.96);
}

.flash-faq__description {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(202, 207, 216, 0.78);
    margin: 0;
    max-width: 320px;
}

/* Flash FAQ styles commented out - now using Bootstrap accordion 
.flash-faq__accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.flash-faq__item {
    background: transparent;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0;
    transition: all 0.3s ease;
    overflow: hidden;
}

.flash-faq__item:hover {
    border: 1px solid rgba(98, 255, 205, 0.3);
    background: rgba(12, 15, 30, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(6, 7, 20, 0.2);
}

.flash-faq__item[open] {
    border: 1px solid rgba(98, 255, 205, 0.4);
    background: rgba(12, 15, 30, 0.4);
    box-shadow: 0 12px 35px rgba(6, 7, 20, 0.3);
}

.flash-faq__item[open] .flash-faq__body {
    grid-template-rows: 1fr;
}

.flash-faq__item:last-child {
    margin-bottom: 0;
}

.flash-faq__trigger {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.01em;
    padding: 32px 66px 32px 36px;
    background: transparent;
    color: rgba(244, 247, 255, 0.95);
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: all 0.3s ease;
}

.flash-faq__trigger:hover {
    color: rgba(98, 255, 205, 1);
    padding-left: 40px;
}

.flash-faq__item[open] .flash-faq__trigger {
    color: rgba(98, 255, 205, 1);
}

.flash-faq__trigger::-webkit-details-marker {
    display: none;
}

.flash-faq__icon {
    margin-left: auto;
    font-size: 18px;
    color: rgba(244, 247, 255, 0.75);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
}

.flash-faq__trigger:hover .flash-faq__icon {
    color: rgba(98, 255, 205, 1);
    transform: scale(1.1);
}

.flash-faq__icon::before {
    content: "\203A";
    display: inline-block;
    transform-origin: center;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.flash-faq__item[open] .flash-faq__icon::before {
    transform: rotate(90deg);
}

.flash-faq__item[open] .flash-faq__icon {
    color: rgba(98, 255, 205, 1);
}

.flash-faq__body {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #818898;
    padding: 0 36px 30px 36px;
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.4s ease;
}

.flash-faq__body > * {
    overflow: hidden;
    transition: all 0.3s ease;
}

.flash-faq__item[open] .flash-faq__body {
    grid-template-rows: 1fr;
}

.flash-faq__item[open] .flash-faq__body > * {
    animation: flash-faq-fade-in 0.4s ease both;
}

@keyframes flash-faq-fade-in {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes flash-faq-fade-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-8px);
    }
}
End of commented Flash FAQ styles */


.flash-final-cta {
    padding: 30px 0 40px;
}

.flash-final-cta__panel {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    background: rgba(13, 15, 30, 0.6);
    border: 1px solid rgba(117, 107, 220, 0.2);
    border-radius: 32px;
    padding: 72px 64px;
    box-shadow: 0 48px 120px rgba(6, 8, 24, 0.58);
    backdrop-filter: blur(24px);
    position: relative;
    overflow: hidden;
}

.flash-final-cta__header {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 36px;
}

.flash-final-cta__heading {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: rgba(244, 247, 255, 0.97);
    margin: 0;
}

.flash-final-cta__description {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.72;
    color: rgba(202, 207, 216, 0.78);
    margin: 0;
}

.flash-btn--xl {
    min-width: 260px;
    height: 60px;
    font-size: 18px;
    padding: 0 32px;
    box-shadow: inset 0 18px 28px rgba(255, 255, 255, 0.55), 0 32px 60px rgba(64, 101, 255, 0.32);
}

.flash-final-cta__panel::before,
.flash-final-cta__panel::after {
    content: "";
    position: absolute;
    border-radius: 60%;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.6;
}

.flash-final-cta__panel::before {
    width: 320px;
    height: 320px;
    top: -120px;
    left: -90px;
    background: rgba(117, 107, 220, 0.45);
}

.flash-final-cta__panel::after {
    width: 280px;
    height: 280px;
    bottom: -120px;
    right: -100px;
    background: rgba(98, 255, 205, 0.35);
}

.flash-final-cta__panel > * {
    position: relative;
    z-index: 1;
}

/* Fix tag width and enhance CTA section */
.flash-final-cta__tag-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.flash-final-cta__tag-wrapper .flash-section-tag {
    display: inline-block;
    width: auto;
    min-width: 0;
}

.flash-final-cta__btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 300px;
    height: 64px;
    font-size: 20px;
    padding: 0 40px;
}

.flash-final-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 18px 28px rgba(255, 255, 255, 0.65), 0 40px 80px rgba(64, 101, 255, 0.45);
}

.flash-final-cta__btn-icon {
    display: inline-flex;
    transition: transform 0.3s ease;
}

.flash-final-cta__btn:hover .flash-final-cta__btn-icon {
    transform: translateX(4px) translateY(-4px);
}

.flash-final-cta__stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.flash-final-cta__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 8px;
    border-radius: 12px;
}

.flash-final-cta__stat:hover {
    transform: translateY(-3px) scale(1.05);
}

.flash-final-cta__stat:hover .flash-final-cta__stat-value {
    color: rgba(98, 255, 205, 1);
}

.flash-final-cta__stat:hover .flash-final-cta__stat-label {
    color: rgba(255, 255, 255, 0.9);
}

.flash-final-cta__stat-value {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: rgba(244, 247, 255, 0.97);
    line-height: 1.2;
    transition: color 0.3s ease;
}

.flash-final-cta__stat-label {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(202, 207, 216, 0.78);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
}

.flash-newsletter {
    padding: 30px 0 40px;
}

.flash-newsletter__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 48px;
    align-items: stretch;
}

.flash-newsletter__community {
    background: rgba(16, 18, 35, 0.55);
    border: 1px solid rgba(117, 107, 220, 0.2);
    border-radius: 24px;
    padding: 48px 48px 44px;
    text-align: center;
    box-shadow: 0 38px 90px rgba(5, 7, 20, 0.45);
}

.flash-newsletter__avatars {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
}

.flash-newsletter__avatars li {
    display: inline-flex;
    border-radius: 50%;
    overflow: hidden;
}

.flash-newsletter__title {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: rgba(244, 247, 255, 0.97);
    margin-bottom: 16px;
}

.flash-newsletter__subtitle {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 16px;
    color: rgba(202, 207, 216, 0.78);
    margin-bottom: 28px;
}

.flash-newsletter__community .fluentform {
    max-width: 420px;
    margin: 0 auto;
}

.flash-newsletter__cta {
    background: rgba(13, 15, 30, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    box-shadow: 0 30px 80px rgba(5, 7, 20, 0.4);
}

.flash-newsletter__cta-copy h2 {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 30px;
    color: rgba(244, 247, 255, 0.96);
    margin-bottom: 24px;
}

.flash-newsletter__image img {
    max-width: 220px;
    width: 100%;
}

.flash-faq__body p {
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .flash-certificates {
        padding: 100px 0 120px;
    }

    .flash-certificates__heading {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .flash-certificates {
        padding: 80px 0 100px;
    }

    .flash-certificates__heading {
        font-size: 30px;
    }

    .flash-certificates__description {
        font-size: 15px;
    }
}
.flash-pricing {
    padding: 30px 0 40px;
}

.flash-pricing .flash-pricing__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    margin-bottom: -20px !important;
}

.flash-pricing__heading {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    color: rgba(244, 247, 255, 0.96);
}

.flash-pricing__description {
    max-width: 640px;
    margin: 0 auto;
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(202, 207, 216, 0.75);
}

.responsive-iframe-wrapper {
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(6, 7, 20, 0.45);
}

.responsive-iframe {
  width: 100%;
  border: 0;
  border-radius: 0px !;
}

@media only screen and (max-width: 991px) {
    .flash-pricing {
        padding: 70px 0 80px;
    }

    .flash-pricing__heading {
        font-size: 34px;
    }

    .flash-pricing .flash-pricing__header {
        margin-bottom: -40px !important;
    }

}

@media only screen and (max-width: 575px) {
    .flash-pricing {
        padding: 60px 0 70px;
    }

    .flash-pricing__heading {
        font-size: 30px;
    }

    .flash-pricing__description {
        font-size: 15px;
    }

    .flash-pricing .flash-pricing__header {
        margin-bottom: -40px !important;
    }

    .responsive-iframe-wrapper {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .flash-hero {
        padding: 160px 0 120px;
    }

    .flash-hero__background {
        background-position: center right;
    }

    .flash-hero__trustpilot-widget,
    .flash-hero__pfm {
        margin-top: 24px;
    }

    .flash-hero__trustpilot-widget .trustpilot-widget,
    .flash-hero__pfm > #widget-uzr0vi30d3esspxzd9jcu1of {
        max-width: 420px;
    }

    .flash-hero__bg-layer--base {
        width: 140%;
        bottom: 0;
    }

    .flash-hero__bg-layer--glow {
        width: 110%;
        bottom: 140px;
    }

    .flash-hero__title {
        font-size: 48px;
        line-height: 1.35;
        white-space: normal;
    }
    
    .flash-hero__promo-text {
        font-size: 36px;
    }
    
    .flash-hero__countdown {
        gap: 16px;
        padding: 16px;
    }
    
    .countdown-item {
        min-width: 60px;
    }
    
    .countdown-value {
        font-size: 28px;
    }
    
    .countdown-label {
        font-size: 12px;
    }

    .flash-hero__subtitle {
        font-size: 20px;
    }

    .flash-hero__brands {
        margin-top: 32px;
        padding-top: 24px;
    }

    .flash-hero__brands .brand-title {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .flash-hero__brands .brand-wrap {
        gap: 18px 28px;
    }

    .flash-hero__brands .brand-logo img {
        max-height: 32px;
    }

    .flash-brands {
        padding: 80px 0 40px;
    }

    .flash-how-it-works {
        padding: 70px 0 80px;
    }

    .flash-how__header {
        margin-bottom: 48px;
    }

    .flash-how__steps {
        grid-template-columns: 1fr;
    }

    .flash-how__metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 28px;
    }

    .flash-how__metrics-grid::before {
        border-radius: 28px;
    }

    .flash-metric {
        min-height: 190px;
        padding: 24px 24px;
    }

    .flash-metric:not(:last-child)::after {
        display: none;
    }

    .flash-benefits {
        padding: 70px 0 80px;
    }

    .flash-benefits__heading {
        font-size: 34px;
    }

    .flash-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .flash-benefits__panel {
        padding: 54px 48px 60px;
    }

    .flash-benefit-card__highlight {
        top: -30px;
        right: 18px;
        width: 220px;
        height: 220px;
    }

@media only screen and (max-width: 767px) {
    .flash-hero__title {
        font-size: 42px;
        line-height: 1.3;
        white-space: pre-line;
        word-break: normal;
        overflow-wrap: break-word;
        hyphens: manual;
        margin-top: -50px;
        margin-bottom: 24px;
    }

    .flash-hero__subtitle {
        font-size: 19px;
    }

    .flash-hero__cta {
        flex-direction: column;
        gap: 12px;
    }

    .flash-btn {
        width: 100%;
        max-width: 280px;
    }

    .flash-hero__brands {
        margin-top: 28px;
        padding-top: 20px;
    }

    .flash-hero__brands .brand-title {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .flash-hero__brands .brand-wrap {
        gap: 16px 24px;
    }

    .flash-hero__brands .brand-logo img {
        max-height: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .flash-hero {
        padding: 125px 0 90px;
        mask: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
        -webkit-mask: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    }

    .flash-hero__background {
        background-size: auto 100%;
        background-position: 75% center;
        background-attachment: scroll;
        background-image: 
            linear-gradient(180deg, rgba(5, 8, 27, 0) 0%, rgba(6, 9, 26, 0.03) 55%, rgba(6, 9, 26, 0.1) 100%),
            url('assets/img/flash/flash-bg.png') !important;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }

    .flash-hero__bg-layer--base {
        width: 180%;
        bottom: 0;
    }

    .flash-hero__bg-layer--glow {
        width: 135%;
        bottom: 130px;
    }

    .flash-hero__title {
        font-size: 38px;
        line-height: 1.25;
        white-space: pre-line;
    }
    
    .flash-hero__promo-text {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 64px;
    }
    
    .flash-hero__countdown {
        gap: 12px;
        padding: 12px;
    }
    
    .countdown-item {
        min-width: 50px;
    }
    
    .countdown-value {
        font-size: 24px;
    }
    
    .countdown-label {
        font-size: 11px;
    }

    .flash-hero__subtitle {
        font-size: 18px;
    }

    .flash-hero__trustpilot-widget,
    .flash-hero__pfm {
        margin-top: 20px;
    }

    .flash-hero__trustpilot-widget .trustpilot-widget,
    .flash-hero__pfm > #widget-uzr0vi30d3esspxzd9jcu1of {
        max-width: 360px;
    }

    .flash-brands .brand-wrap {
        gap: 24px;
    }

    .flash-how__header {
        gap: 14px;
    }

    .flash-how__heading {
        font-size: 32px;
    }

    .flash-how__metrics-grid {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .flash-how__metrics-grid::before {
        border-radius: 24px;
    }

    .flash-metric {
        min-height: 180px;
        padding: 24px;
    }

    .flash-metric:not(:last-child)::after {
        display: none;
    }

    .flash-benefits {
        padding: 60px 0 70px;
    }

    .flash-benefits__heading {
        font-size: 32px;
    }

    .flash-benefits__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .flash-benefits__panel {
        padding: 32px 18px 42px;
    }

    .flash-benefit-card {
        min-height: 200px;
        padding: 24px 20px;
    }

    .flash-benefit-card__highlight {
        top: -20px;
        right: 18px;
        width: 200px;
        height: 200px;
    }

    .flash-btn--lg {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .certificates-marquee__track {
        --cert-gap: 22px;
    }

    .certificates-marquee__track img {
        width: 360px;
    }

    .certificates-marquee__gradient {
        width: 140px;
    }

    .flash-testimonials {
        padding: 100px 0 120px;
    }

    .flash-testimonials__heading {
        font-size: 36px;
    }

    .flash-testimonials__widget {
        padding: 28px;
        max-width: 960px;
        margin-bottom: 36px;
    }

    .flash-faq {
        padding: 70px 0 80px;
    }

    .flash-faq__layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .flash-faq__intro {
        text-align: center;
        align-items: center;
    }

    .flash-faq__intro .flash-section-tag {
        align-self: center;
    }

    .flash-faq__intro .flash-btn {
        align-self: center;
    }

    .flash-faq__description {
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .flash-newsletter {
        padding: 70px 0 80px;
    }

    .flash-newsletter__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .flash-newsletter__community,
    .flash-newsletter__cta {
        padding: 40px 32px;
    }

    .flash-newsletter__cta-copy h2 {
        font-size: 26px;
    }

    .flash-faq__body {
        padding: 0 28px 26px;
    }

    .flash-final-cta {
        padding: 70px 0 80px;
    }

    .flash-final-cta__panel {
        padding: 56px 44px;
    }

    .flash-final-cta__heading {
        font-size: 38px;
    }
}

@media only screen and (max-width: 575px) {
    .certificates-marquee {
        margin-top: 32px;
    }

    .certificates-marquee__track {
        --cert-gap: 18px;
    }

    .certificates-marquee__track img {
        width: 280px;
    }

    .certificates-marquee__gradient {
        width: 100px;
    }

    .flash-testimonials {
        padding: 80px 0 100px;
    }

    .flash-testimonials__heading {
        font-size: 32px;
    }

    .flash-testimonials__widget {
        padding: 22px;
        max-width: 100%;
    }

    .flash-faq {
        padding: 60px 0 70px;
    }

    .flash-faq__heading {
        font-size: 34px;
    }

    .flash-faq__trigger {
        font-size: 16px;
        padding: 22px 48px 22px 22px;
    }

    .flash-faq__body {
        padding: 0 22px 20px;
    }

    .flash-final-cta__panel {
        padding: 46px 28px;
    }

    .flash-final-cta__heading {
        font-size: 34px;
    }

    .flash-btn--xl {
        width: 100%;
    }

    .flash-newsletter__community,
    .flash-newsletter__cta {
        padding: 34px 24px;
    }

    .flash-newsletter__title {
        font-size: 30px;
    }
}
.flash-newsletter__cta {
    background: rgba(13, 15, 30, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    text-align: center;
    box-shadow: 0 30px 80px rgba(5, 7, 20, 0.4);
}

.flash-newsletter__cta-copy h2 {
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 30px;
    color: rgba(244, 247, 255, 0.96);
    margin-bottom: 24px;
}

.flash-newsletter__image img {
    max-width: 220px;
    width: 100%;
}

/* Mobile responsive styles for enhanced CTA section */
@media only screen and (max-width: 767px) {
    .flash-final-cta__stats {
        gap: 24px;
        margin-top: 24px;
        padding-top: 24px;
    }

    .flash-final-cta__stat-value {
        font-size: 20px;
    }

    .flash-final-cta__stat-label {
        font-size: 11px;
    }

    .flash-final-cta__btn {
        padding: 0 32px;
        height: 56px;
        min-width: 280px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .flash-final-cta__stats {
        gap: 36px;
        margin-top: 28px;
        padding-top: 28px;
    }

    .flash-final-cta__stat-value {
        font-size: 22px;
    }

    .flash-final-cta__btn {
        min-width: 290px;
        height: 60px;
        font-size: 19px;
        padding: 0 36px;
    }
}
}