/* ===== Collab Hero Section ===== */
/* FONT WEIGHT */
.cc-fw-normal {
    font-weight: 400 !important;
}

.cc-fw-light {
    font-weight: 200 !important;
}

.cc-fw-bold {
    font-weight: 700 !important;
}

.cc-fw-100 {
    font-weight: 100 !important;
}

.cc-fw-300 {
    font-weight: 300 !important;
}

.cc-fw-500 {
    font-weight: 500 !important;
}

.cc-fw-600 {
    font-weight: 600 !important;
}

/* COLOR */
.cc-color-default {
    color: #ffffff
}

.cc-color-Black {
    color: #111827 !important;
}

/* HERO SECTION */
.cc-new-hero-section {
    width: 100%;
    padding: 160px 20px 0px;
    text-align: center;
    position: relative;
}

.cc-new-hero-section .cc-new-hero-content {
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 4;
}

/* Main Title */
.cc-new-hero-section .cc-new-hero-title {
    font-family: "Inter", font-48-58-regular;
    font-size: 72px;
    line-height: 80px;
    word-spacing: 0px;
    overflow-wrap: anywhere;
    margin: 0px;
    letter-spacing: -0.025em;
}

/* Subtitle Text */
.cc-new-hero-section .cc-new-hero-subtext a {
    color: #FAC415;
    text-decoration: none !important;
}

.cc-new-hero-section .cc-new-hero-subtext a:hover {
    color: #ffffff;
    text-decoration: none !important;
}

.cc-new-hero-section .cc-new-hero-subtext {
    font-family: "Inter", font-48-58-regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.01em;
    overflow-wrap: anywhere;
    /* margin-top: -20px; */
    color: #6B7280;
}

.cc-new-hero-section .cc-new-hero-text-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cc-new-hero-section .cc-new-hero-subtext p{
    margin-block-end: 0px !important;
}

/* Buttons */
.cc-new-hero-section .cc-new-hero-buttons a {
    text-decoration: none;
}

.cc-new-hero-section .cc-new-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cc-new-hero-section .cc-btn {
    padding: 12px 26px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.25s ease-in-out;
}

.cc-new-hero-section .cc-btn.cc-primary {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 10px 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    color: #111827;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
}

.cc-new-hero-section .cc-btn.cc-primary:hover {
    box-shadow: 0 6px 8px rgb(0 0 0 / .4);
    background: #111827;
    border: 1px solid #111827;
    color: #FFFFFF;
}

.cc-new-hero-section .cc-btn.cc-secondary {
    padding: 10px 16px;
    background: #111827;
    border: 0px solid #111827;
    color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
}

.cc-new-hero-section .cc-btn.cc-secondary:hover {
    box-shadow: 0 6px 8px rgb(0 0 0 / .4);
    background: #FFFFFF;
    border: 0px solid #FFFFFF;
    color: #111827;
}

/* No Credit Card Text */
.cc-new-hero-section .cc-no {
    gap: 18px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #6B7280;
}

.cc-new-hero-section .cc-no-text-wrapper {
    margin: 8px auto 0px;
}

.cc-new-hero-section .cc-free-trial {
    position: relative;
}

.cc-new-hero-section .cc-free-trial::before {
    content: '';
    position: absolute;
    left: -12px;
    height: 5px;
    width: 5px;
    background-color: #6B7280;
    top: 7px;
    border-radius: 99em;
}

/* Dashboard Image */
.cc-new-hero-section .cc-dashboard-wrapper::before {
    position: absolute;
    top: -25%;
    left: 0;
    content: '';
    z-index: 0;
    width: 100%;
    height: 125%;
    background-image: url(../img/desktop-gradient.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}

.cc-new-hero-content {
    position: relative;
    z-index: 2;
}

.cc-dashboard-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
    z-index: 0;
}

.cc-new-hero-section .cc-dashboard-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    /* max-width: 1280px; */
    flex-direction: column;
    align-items: center;
    margin: 0px auto 0;
    padding-top: 64px;
}

.cc-new-hero-section .cc-dashboard-wrapper img {
    width: 100%;
    max-width: 1280px;
    border-radius: 24px 24px 0 0;
    z-index: 2;
}

.cc-new-hero-section .cc-dashboard-wrapper .video-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cc-new-hero-section .cc-dashboard-wrapper .collab-desktop-hero-img {
    display: flex;
}

.cc-new-hero-section .cc-dashboard-wrapper .collab-mobile-hero-img {
    display: none;
}

.cc-new-hero-section .video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    aspect-ratio: 16 / 9 !important;
}

.cc-new-hero-section .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px 24px 0 0;
    display: block;
    box-shadow: 0 0 0 1px #efe7eb;
    z-index: 1;
}

.hero-image-full-redius .cc-new-hero-section .cc-figma-style iframe,
.hero-image-full-redius .cc-new-hero-section .video-wrapper iframe ,
.hero-image-full-redius .cc-new-hero-section .cc-dashboard-wrapper img { 
    border-radius: 24px;
}
/* Responsive */
@media (max-width: 1366px) {
    .cc-new-hero-section {
        padding: 128px 0px 0px;
    }

    .cc-new-hero-section .cc-new-hero-content { 
        padding: 0 48px;
    }
    .cc-new-hero-section .cc-dashboard-wrapper {
        padding-left: 48px;
        padding-right: 48px;
    }

    .cc-new-hero-section .cc-tag {
        font-size: 16px;
        letter-spacing: -0.01em;
    }

    .cc-new-hero-section .cc-new-hero-title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -0.025em;
    }

    .cc-new-hero-section .cc-dashboard-wrapper::before {
        background-image: url(../img/tablate-gradient.png);
    }

    .hero-image-full-redius .cc-new-hero-section .cc-figma-style iframe,
    .hero-image-full-redius .cc-new-hero-section .video-wrapper iframe ,
    .hero-image-full-redius .cc-new-hero-section .cc-dashboard-wrapper img { 
        border-radius: 16px;
    }
}

@media (max-width: 1024px) {
    .cc-new-hero-section .cc-new-hero-subtext {
        font-size: 18px;
        line-height: 28px;
    }

    .cc-new-hero-section .cc-dashboard-wrapper {
        margin: 0px auto 0;
        padding-top: 32px;
    }

    .hero-image-full-redius .cc-new-hero-section .cc-figma-style iframe,
    .hero-image-full-redius .cc-new-hero-section .video-wrapper iframe ,
    .hero-image-full-redius .cc-new-hero-section .cc-dashboard-wrapper img { 
        border-radius: 8px;
    }
}

/* Default */
.collab-desktop-hero-img {
    display: block;
}

.collab-mobile-hero-img {
    display: none;
}

/* Mobile logic */
@media (max-width: 768px) {

    /* Show mobile if exists */
    .cc-dashboard-wrapper:has(.collab-mobile-hero-img) .collab-mobile-hero-img {
        display: block;
    }

    /* Hide desktop ONLY if mobile exists */
    .cc-dashboard-wrapper:has(.collab-mobile-hero-img) .collab-desktop-hero-img {
        display: none;
    }

    /* Fallback: no mobile image → show desktop */
    .cc-dashboard-wrapper:not(:has(.collab-mobile-hero-img)) .collab-desktop-hero-img {
        display: block;
    }
}



@media (max-width: 767px) {
    .cc-new-hero-section {
        padding: 128px 0px 0px;
    }

    .cc-new-hero-section .cc-new-hero-title {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.01em;
    }

    .cc-new-hero-section .cc-new-hero-subtext {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em;
    }

    .cc-new-hero-section .cc-btn.cc-primary,
    .cc-new-hero-section .cc-btn.cc-secondary {
        font-size: 16px;
        letter-spacing: -0.01em;
        padding: 10px 16px;
    }

    .cc-new-hero-section .cc-new-hero-content {
        gap: 16px;
        padding: 0 20px;
    }

    .cc-new-hero-section .cc-dashboard-wrapper img {
        width: 100%;
    }

    /* .cc-new-hero-section .cc-dashboard-wrapper .collab-desktop-hero-img {
        display: none;
    } */

    .cc-new-hero-section .cc-dashboard-wrapper .collab-mobile-hero-img {
        display: flex;
    }

    .cc-new-hero-section .cc-dashboard-wrapper {
        margin: 0px auto 0;
        padding: 24px 20px 0;
    }

    .cc-new-hero-section .cc-no {
        font-size: 13px;
        line-height: 24px;
    }

    .cc-new-hero-section .cc-free-trial::before {
        top: 10px;
    }

    .cc-new-hero-section {
        background-position: top center;
    }

    .hero-image-full-redius .cc-new-hero-section .cc-figma-style iframe,
    .hero-image-full-redius .cc-new-hero-section .video-wrapper iframe ,
    .hero-image-full-redius .cc-new-hero-section .cc-dashboard-wrapper img { 
        border-radius: 4px;
    }
}

@media (max-width: 360px) {
    .cc-new-hero-section .cc-no {
        font-size: 13px;
        opacity: .5;
        display: flex;
        justify-content: center;
        gap: 5px;
        position: relative;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
}

.herodescriptop {
    display: block;
    margin-bottom: 20px !important;
}


/* .cc-dashboard-wrapper .video-wrapper {
    overflow: hidden;
} */





.cc-new-hero-section .cc-figma-style {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    aspect-ratio: 16 / 9 !important;
}

.cc-new-hero-section .cc-figma-style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% top;    
}

.cc-new-hero-section .cc-figma-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Glass play button */
.cc-new-hero-section .cc-figma-play svg {
    width: 70px;
    height: 70px;
}

.cc-new-hero-section .cc-figma-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    /* background: rgba(255, 255, 255, 0.85); */
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #111827; */
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25); */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cc-new-hero-section .cc-figma-play:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.cc-new-hero-section .cc-figma-style iframe,
.cc-new-hero-section .cc-figma-style img {
    box-shadow: 0 0 0 1px #efe7eb;
}