#studio-hdr *,
.header-search-wrap * {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header,
.kadence-header,
#masthead {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

#studio-hdr {
    width: 100% !important;
    z-index: 99999 !important;
    background: #000000 !important;
}

#studio-hdr nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 72px !important;
    padding: 0 28px !important;
    background: #0a0a0a !important;
    position: relative !important;
}

#studio-hdr .s-left {
    flex: 1 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 48px !important;
    justify-content: flex-start !important;
}

#studio-hdr .s-logo {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

#studio-hdr .s-logo img {
    width: 100px !important;
    display: block !important;
}

#studio-hdr .s-browse {
    color: #bbb !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    font-family: inherit !important;
}

#studio-hdr .s-browse:hover {
    color: #fff !important;
}

#studio-hdr .s-search {
    flex: 0 0 auto !important;
    width: 480px !important;
    margin: 0 24px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

#studio-hdr .s-search::before {
    content: "" !important;
    position: absolute !important;
    left: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 15px !important;
    height: 15px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    pointer-events: none !important;
    z-index: 2 !important;
}

#studio-hdr .s-search input {
    display: block !important;
    width: 100% !important;
    background: #1e1e1e !important;
    border: 1px solid #3a3a3a !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-family: inherit !important;
    padding: 0 16px 0 40px !important;
    height: 38px !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    line-height: normal !important;
}

#studio-hdr .s-search input::placeholder {
    color: #666 !important;
}

#studio-hdr .s-search input:focus {
    border-color: #666 !important;
    box-shadow: none !important;
}

#studio-hdr .s-right {
    flex: 1 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 48px !important;
    justify-content: flex-end !important;
}

#studio-hdr .s-create {
    color: #bbb !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

#studio-hdr .s-create:hover {
    color: #fff !important;
}

#studio-hdr .s-login {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #bbb !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    height: 34px !important;
}

#studio-hdr .s-login:hover {
    color: #fff !important;
}

#studio-hdr .s-hamburger,
#studio-hdr .s-search-icon-btn {
    display: none !important;
}

.content-area,
.site-main,
#primary,
.wp-site-blocks,
body.has-header-above-content {
    margin-top: 72px !important;
}

#studio-hdr .s-mobile-menu {
    display: none !important;
    position: fixed !important;
    top: 56px !important;
    left: 0 !important;
    width: 100vw !important;
    height: calc(100vh - 56px) !important;
    background: rgba(10, 10, 10, 0.97) !important;
    z-index: 99998 !important;
    flex-direction: column !important;
}

#studio-hdr .s-mobile-menu.is-open {
    display: flex !important;
}

#studio-hdr .s-mobile-close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 12px !important;
    right: 16px !important;
    width: 36px !important;
    height: 36px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    z-index: 10 !important;
}

#studio-hdr .s-mobile-close:hover {
    opacity: 0.7 !important;
}

#studio-hdr .s-mobile-menu-inner {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    padding: 56px 0 32px !important;
}

#studio-hdr .s-mobile-links {
    display: flex !important;
    flex-direction: column !important;
}

#studio-hdr .s-mobile-link {
    display: block !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding: 18px 24px !important;
    border-bottom: 1px solid #1e1e1e !important;
}

#studio-hdr .s-mobile-link:first-child {
    border-top: 1px solid #1e1e1e !important;
}

#studio-hdr .s-mobile-link:hover {
    background: #161616 !important;
}

#studio-hdr .s-mobile-bottom {
    padding: 0 24px !important;
}

#studio-hdr .s-mobile-login {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 48px !important;
    background: transparent !important;
    border: 1px solid #444 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

#studio-hdr .s-mobile-login:hover {
    background: #1a1a1a !important;
    border-color: #666 !important;
}

#studio-hdr .s-search-overlay {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important;
    flex-direction: column !important;
}

#studio-hdr .s-search-overlay.is-open {
    display: flex !important;
}

#studio-hdr .s-search-overlay-bar {
    background: #1a1a1a !important;
    padding: 12px 16px !important;
    z-index: 2 !important;
    flex-shrink: 0 !important;
}

#studio-hdr .s-search-overlay-inner {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #2a2a2a !important;
    border: 1px solid #3a3a3a !important;
    border-radius: 999px !important;
    padding: 0 16px !important;
    height: 44px !important;
}

#studio-hdr .s-search-overlay-inner svg {
    flex-shrink: 0 !important;
}

#studio-hdr .s-search-overlay-inner input {
    flex: 1 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    font-size: 15px !important;
    height: 100% !important;
    padding: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
}

#studio-hdr .s-search-overlay-inner input::placeholder {
    color: #666 !important;
}

#studio-hdr .s-search-overlay-backdrop {
    flex: 1 !important;
    background: rgba(0, 0, 0, 0.75) !important;
    cursor: pointer !important;
}

@media (max-width: 900px) {

    #studio-hdr nav {
        height: 56px !important;
        padding: 0 16px !important;
        justify-content: space-between !important;
    }

    #studio-hdr .s-left {
        flex: 0 0 auto !important;
        gap: 0 !important;
    }

    #studio-hdr .s-logo {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    #studio-hdr .s-browse,
    #studio-hdr .s-search,
    #studio-hdr .s-create,
    #studio-hdr .s-login {
        display: none !important;
    }

    #studio-hdr .s-hamburger {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        width: 36px !important;
        height: 36px !important;
        cursor: pointer !important;
        flex-shrink: 0 !important;
    }

    #studio-hdr .s-hamburger span {
        display: block !important;
        width: 22px !important;
        height: 2px !important;
        background: #fff !important;
        border-radius: 2px !important;
        transition: transform 0.25s ease, opacity 0.25s ease !important;
    }

    #studio-hdr .s-right {
        flex: 0 0 auto !important;
        gap: 0 !important;
        justify-content: flex-end !important;
    }

    #studio-hdr .s-search-icon-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        height: 36px !important;
        cursor: pointer !important;
        flex-shrink: 0 !important;
    }

    #studio-hdr.menu-open .s-hamburger span:nth-child(1) {
        transform: translateY(7px) rotate(45deg) !important;
    }

    #studio-hdr.menu-open .s-hamburger span:nth-child(2) {
        opacity: 0 !important;
    }

    #studio-hdr.menu-open .s-hamburger span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg) !important;
    }

    .content-area,
    .site-main,
    #primary,
    .wp-site-blocks,
    body.has-header-above-content {
        margin-top: 56px !important;
    }
}


@media (min-width: 901px) {

    #studio-hdr .s-mobile-menu,
    #studio-hdr .s-search-overlay {
        display: none !important;
    }
}

.content-area,
.site-main,
#primary,
.wp-site-blocks,
body.has-header-above-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.site,
#page,
.wp-site-blocks,
.entry-content,
.kadence-inner-column-inner,
.wp-block-kadence-rowlayout {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.site-main>*:first-child,
.wp-site-blocks>*:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


.border-bottom-underline {
    border-bottom: 1px solid #757575;
}

/* Sidebar */
.s-nav-link {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    margin-bottom: 20px;
}

.s-nav-link.active {
    font-weight: 700;
    margin-bottom: 20px;
}

.s-filter-label {
    font-size: 14px;
    font-weight: 600;
    color: #757575;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
}


.s-filter-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.s-filter-list li {
    padding: 0 !important;
    margin-bottom: 14px !important;
}

.s-filter-list label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 14px !important;
    color: #333 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
}

.s-filter-list input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    accent-color: #000 !important;
}


.studio-grid-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 24px;
}

/* Cards */
.studio-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.studio-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.studio-card-img {
    position: relative;
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
}

.studio-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 28px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.5) 80%, transparent 100%);
    text-align: center;
}

.studio-card-overlay h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
    color: #FFFFFF;

}

.studio-card-overlay p {
    font-size: 14px;
    opacity: 0.85;
    color: #FFFFFF;
}

.studio-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 6px;
    font-size: 14px;
}

.studio-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.studio-tutor {
    color: #000000;
    font-weight: 600;
}

.studio-card-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 16px !important;
    overflow: hidden;
}

.studio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.studio-tags span {
    font-size: 12px;
    background: #f1f1f1;
    border-radius: 99px;
    padding: 4px 12px;
    color: #333;
}

/* Responsive */
@media (max-width: 900px) {
    .studio-cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .studio-cards {
        grid-template-columns: 1fr;
    }
}


.studio-browse-wrap {
    display: flex;
    gap: 40px;
    padding: 40px 32px;
    max-width: 1400px;
    margin: 0 auto;
}

.studio-sidebar {
    width: 240px;
    flex-shrink: 0;
}

.studio-grid {
    flex: 1;
}

.s-rating {
    margin-left: auto;
    font-size: 13px;
    color: #555;
}

.studio-no-courses {
    grid-column: 1 / -1;
    text-align: center;
    color: #999;
    padding: 60px 0;
}

@media (max-width: 768px) {
    .studio-browse-wrap {
        flex-direction: column;
    }

    .studio-sidebar {
        width: 100%;
    }
}

.studio-card-img {
    display: block !important;
    position: relative !important;
    height: 280px !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    text-decoration: none !important;
}


/* ── Footer ── */

.sf-brand {
    flex: 1.5;
}

.sf-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.sf-logo img {
    width: 100px;
}

.sf-copy {
    color: #AFAFAF;
    font-size: 13px;
}

/* Columns */
.sf-col {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /* flex: 1; */
}

.sf-col h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sf-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sf-col ul li {
    margin-bottom: 14px;
}

.sf-col ul li a {
    color: #888;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s;
    font-weight: 500;
}

.sf-col ul li a:hover {
    color: #fff;
    text-decoration: none;
}

/* "We're hiring!" badge */
.sf-badge {
    background: #2a2a2a;
    color: #aaa;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 999px;
    border: 1px solid #3a3a3a;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 768px) {
    .studio-footer-inner {
        flex-direction: column;
        gap: 36px;
    }

    .sf-brand {
        flex: none;
    }
}


.sf-col ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.sf-col ul li {
    padding-left: 0 !important;
    margin-left: 0 !important;
}


.studio-explore {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.studio-explore-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.studio-explore-label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    min-width: 140px;
}


.studio-pill {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 6px 14px 6px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
    backdrop-filter: blur(4px);
    margin: 4px;
}

.studio-pill:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.studio-pill--expert img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
}

.studio-pill--cat {
    padding: 6px 16px;
}

@media (max-width: 600px) {
    .studio-explore-label {
        min-width: unset;
        width: 100%;
    }
}

.hero-sec-row-title {
    position: relative;
}

.hero-sec-icon-left {
    position: absolute;
    left: 38%;
    top: 14%;
}

.hero-sec-icon-right {
    position: absolute;
    right: 38%;
    top: 14%;
}


.sfc-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px 0;
}

.sfc-card {
    background: #f2f2f2;
    border-radius: 20px;
    padding: 32px 28px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sfc-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px;
    text-align: center;
    line-height: 1.3;
}

.sfc-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 24px;
}

.sfc-img {
    text-align: center;
    margin-top: auto;
}

.sfc-img img {
    max-width: 80%;
    display: inline-block;
    vertical-align: bottom;
}

.sfc-img--padded {
    padding-bottom: 28px;
}

.sfc-chart-box {
    background: #fff;
    border-radius: 14px;
    padding: 18px 18px 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .07);
    text-align: left;
}

.sfc-chart-label {
    font-size: 11px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 6px;
}

.sfc-chart-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.sfc-chart-num {
    font-size: 26px;
    font-weight: 700;
    color: #111;
}

.sfc-badge {
    font-size: 13px;
    font-weight: 700;
    background: #ffc952;
    color: #7a4a00;
    padding: 4px 10px;
    border-radius: 14px;
}

.sfc-chart-dates {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #aaa;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .sfc-wrap {
        grid-template-columns: 1fr;
    }

    .sfc-img img {
        max-width: 60%;
    }
}


.phone-wrapper {
    position: relative;
    display: block;
    width: 240px;
    height: 476px;
    margin: 0 auto;
    top: 10px;
}

.phone-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.phone-screen {
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    object-fit: cover;
    object-position: center top;
    border-radius: 36px;
    z-index: 1;
    overflow: hidden;
    background: #0d1b2a;
}

.screen-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    overflow: hidden;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(160deg, #0d2340 0%, #0a1a30 60%, #0d1b2a 100%);
    padding: 36px 16px 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.back-btn {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    cursor: pointer;
}

.back-btn svg {
    width: 10px;
    height: 10px;
}

.star-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.star-icon svg {
    width: 22px;
    height: 22px;
}

.hero-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 4px;
    letter-spacing: -0.2px;
    color: #fff;
}

.hero-sub {
    font-size: 7.5px;
    color: #a78bfa;
    font-weight: 500;
    margin: 0 0 5px;
}

.hero-desc {
    font-size: 7px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
    margin: 0;
}

/* Content Section */
.content-section {
    background: #f5f5f7;
    flex: 1;
    padding: 10px 12px 0;
}

.what-label {
    font-size: 7px;
    color: #888;
    font-weight: 500;
    margin: 0 0 7px;
}

.activity-card {
    background: #fff;
    border-radius: 10px;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    border: 0.5px solid rgba(0, 0, 0, 0.07);
}

.activity-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    flex-shrink: 0;
}

.activity-icon svg {
    width: 13px;
    height: 13px;
}

.activity-info {
    flex: 1;
}

.activity-name {
    font-size: 8.5px;
    font-weight: 600;
    color: #111;
    margin: 0 0 1px;
}

.activity-time {
    font-size: 7px;
    color: #888;
    margin: 0;
}

.activity-arrow {
    font-size: 12px;
    color: #bbb;
    line-height: 1;
}

/* CTA Bar */
.cta-bar {
    background: #f5f5f7;
    padding: 8px 12px 14px;
}

.cta-btn {
    background: #fff;
    border-radius: 20px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    padding: 9px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 8px;
    font-weight: 600;
    color: #111;
    cursor: pointer;
    box-sizing: border-box;
}

.play-dot {
    width: 14px;
    height: 14px;
    background: #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.play-dot svg {
    width: 7px;
    height: 7px;
}

.card-streach-quality {
    align-items: stretch;
}

.card-streach-quality-card {
    height: 100%;
}