.ad-collective-hero-section {
    position: relative;
    width: 100%;
}

.adc-hero-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    padding: 2rem;
    max-width: 124rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Section Background */
.adc-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.5;
    pointer-events: none;
}

/* Left Content */
.adc-hero-left {
    flex: 0 0 calc(55% - 2.2rem);
    min-width: 30rem;
    z-index: 1;
}

.adc-hero-title {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 2.2rem;
}

.adc-hero-description {
    font-size: 1.7rem;
    line-height: 1;
    margin-bottom: 4.6rem;
    color: #FFFFFF;
    padding-right: 2rem;
}

.adc-hero-left a.adc-hero-btn {
    display: inline-block;
    padding: 1.3rem 3.2rem;
    background-color: #CCFF00;
    color: #181818;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5rem;
    transition: background-color 0.3s ease;
    font-size: 2rem;
    line-height: 1.25;
}

.adc-hero-left a.adc-hero-btn:hover {
    background-color: #ABCF19;
    color: #181818;
}

.adc-trust-badges {
    display: flex;
    gap: 3.4rem;
    margin-top: 3.2rem;
    align-items: center;
}

.adc-trust-badges img {
    max-height: 5rem;
    width: auto;
}

/* Right Content */
.adc-hero-right {
    flex: 0 0 calc(45% - 1.8rem);
    min-width: 30rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/* Phone Frame Wrapper */
.adc-phone-wrapper {
    position: relative;
    width: 23rem;
    /* Fixed width */
    height: auto;
    z-index: 1;
    display: block;
    /* Approximate iPhone aspect ratio */
}

.adc-phone-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20rem;
    height: 20rem;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1;
    background: #CCFF00;
    opacity: 0.1;
    box-shadow: 0px 0px 402.344px #CCFF00, 0px 0px 402.344px #CCFF00, 0px 0px 259.56px #CCFF00, 0px 0px 129.78px #CCFF00, 0px 0px 37.08px #CCFF00;
}

/* Layer 2: Phone Frame (on top of video) */
.adc-phone-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
    /* Above video */
    pointer-events: none;
    /* Allow clicks to pass through to video if needed, or cover */
}

/* Layer 3: Pill (on top of everything) */
.adc-pill-img {
    position: absolute;
    top: 15px;
    /* Adjust based on frame */
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    /* Adjust size */
    height: auto;
    z-index: 105;
    /* Highest */
    pointer-events: none;
}

/* Layer 1: Screen Content (Video) - Behind Frame */
.adc-screen-content {
    position: absolute;
    /* Positioning to be slightly smaller than the frame so the frame borders cover the edges */
    top: 2%;
    left: 4%;
    width: 92%;
    height: 96%;
    border-radius: 25px;
    /* Match phone curvature */
    overflow: hidden;
    z-index: 100;
    /* Below frame (Frame is 20) */
    background: #000;
}

.adc-video-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.adc-video-container wistia-player,
.adc-video-container iframe,
.adc-video-container video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* Video Cover */
.adc-video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 15;
    /* Above video, below frame? Or above frame? Usually below frame to look like screen content */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.adc-play-btn {
    width: 60px;
    height: 60px;
    background-color: rgba(212, 255, 0, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease, background-color 0.2s ease;
    box-shadow: 0 0 20px rgba(212, 255, 0, 0.4);
}

.adc-play-btn:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #000;
    margin-left: 4px;
}

.adc-video-cover:hover .adc-play-btn {
    transform: scale(1.1);
    background-color: #d4ff00;
}

/* Floating Charts */
.adc-floating-chart {
    position: absolute;
    padding: 1.1rem 0.8rem 1.5rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    z-index: 40;
    min-width: 15.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, rgba(204, 255, 0, 0.04) 0%, rgba(204, 255, 0, 0.2) 100%), linear-gradient(127.41deg, rgba(249, 249, 249, 0.06) -28.44%, rgba(24, 24, 24, 0.2) 96.07%);
    backdrop-filter: blur(5.85014px);
    border-radius: 0.77rem;
    text-align: center;
    opacity: 0;
    transition: transform 1.2s ease-out, opacity 1.2s ease-out;
}

.adc-floating-chart::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.77rem;
    z-index: -1;
    background: linear-gradient(127.41deg, rgba(249, 249, 249, 0.06) -28.44%, rgba(24, 24, 24, 0.2) 96.07%);
    opacity: 0.1;
    box-shadow: 0px 0px 250px #C0FF38, 0px 0px 250px #C0FF38, 0px 0px 195.3px #C0FF38, 0px 0px 97.65px #C0FF38, 0px 0px 27.9px #C0FF38, 0px 0px 13.95px #C0FF38;

}

.adc-chart-heading {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0.2) 0%, rgba(115, 115, 115, 0.2) 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(11.7px);
    border-radius: 0.4rem;
    padding: 0.2rem 3rem;
}

.adc-chart-value {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #CCFF00;
}

.adc-trend-icon {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    color: #CCFF00;
}

/* Positioning Charts with entrance states */
.adc-chart-1 {
    top: 10%;
    right: 9%;
    transform: translateX(80px);
}

.adc-chart-1.adc-chart-visible {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
}

.adc-chart-2 {
    top: 40%;
    left: 5%;
    transform: translateX(-80px);
}

.adc-chart-2.adc-chart-visible {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s;
}

.adc-chart-3 {
    bottom: 20%;
    right: 13%;
    transform: translateY(80px);
}

.adc-chart-3.adc-chart-visible {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}



@media (max-width: 1024px) {
    .adc-hero-content-wrapper {
        gap: 2rem;
    }

    .adc-hero-left {
        max-width: 40%;
    }

    .adc-chart-1 {
        right: 0;
    }

    .adc-chart-2 {
        left: 0;
    }

    .adc-chart-3 {
        right: 3%;
    }

    .adc-hero-title {
        font-size: 3rem !important;
    }

    .adc-hero-btn {
        font-size: 1.6rem !important;
    }
}

@media (max-width: 768px) {
    .adc-hero-content-wrapper {
        flex-direction: column;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 60px;
    }

    .adc-hero-left {
        max-width: 100%;
    }

    .adc-hero-right {
        width: 100%;
        margin-top: 60px;
        min-height: 500px;
    }

    /* Keep charts absolute but make them smaller and adjust positions */
    .adc-floating-chart {
        transform-origin: top left;
    }

    .adc-chart-1 {
        top: 5%;
        right: -5%;
        transform: scale(0.75) translateX(80px) !important;
    }
    
    .adc-chart-1.adc-chart-visible {
        transform: scale(0.75) translateX(0) !important;
    }

    .adc-chart-2 {
        top: 35%;
        left: 0;
        transform: scale(0.75) translateX(-80px) !important;
    }
    
    .adc-chart-2.adc-chart-visible {
        transform: scale(0.75) translateX(0) !important;
    }

    .adc-chart-3 {
        bottom: 15%;
        right: -10%;
        transform: scale(0.75) translateY(80px) !important;
    }
    
    .adc-chart-3.adc-chart-visible {
        transform: scale(0.75) translateY(0) !important;
    }

    .adc-trust-badges img {
        max-height: 3rem;
    }

    .adc-section-bg {
        background-size: 200%;
        background-position: bottom;
    }

    .adc-hero-description {
        margin-bottom: 2.8rem;
    }

    .adc-hero-btn {
        width: 100%;
        text-align: center;
    }
}