@font-face {
    font-family: "SFUIDisplay";
    src: url(../fonts/SFUIDisplay-Regular.woff2) format('woff2'),
         url(../fonts/SFUIDisplay-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "SFUIDisplay";
    src: url(../fonts/SFUIDisplay-Medium.woff2) format('woff2'),
         url(../fonts/SFUIDisplay-Medium.ttf) format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "SFUIDisplay";
    src: url(../fonts/SFUIDisplay-Bold.woff2) format('woff2'),
         url(../fonts/SFUIDisplay-Bold.ttf) format('truetype');
    font-weight: 700;
    font-display: swap;
}


:root {
    --black: #111111;
    --gray: #1B1B1B;
    --blue: #405af2;
    --light-blue: #4fe2b6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
    background: var(--black);
    font-family: "SFUIDisplay";
}

button {
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 24px;
    border: none;
}

.actv-btn:hover {
    background: linear-gradient(90deg, var(--blue) 0%, var(--light-blue) 100%) !important;
    color: white !important;
}

p {
    font-size: 16px;
    font-weight: 400;
}


.title {
    font-size: 56px;
    font-weight: 500;
    color: white;
}

.container {
    padding: 10px 40px;
    width: 100%;
}

.site-top {
    display: flex;
    gap: 12px;
    width: 100%;
}

.channel-page-nav {
    width: 100%;
}

.site-top-item {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: var(--gray);
    padding: 30px;
    gap: 12px;
}

.site-top-item.left {
    width: 55.5%;
    justify-content: space-between;
}

.site-top-item.right {
    width: 44.5%;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
    display: flex;
    align-items: center;
    gap: 16px;
}

nav .menu {
    margin-left: 20px;
}

.menu-item {
    font-size: 16px;
    font-weight: 400;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.menu-item:hover {
    background: -webkit-linear-gradient(45deg, #4FE2B6 30%, #405AF2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer button,
.menu button {
    border-radius: 95px;
    background: linear-gradient(90deg, var(--light-blue) 0%, var(--blue) 100%);
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    padding: 4px 4px 4px 20px;
}

footer button img,
.menu button img {
    max-width: 32px;
    height: auto;
    border-radius: 64px;
}

.effect-adds {
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: white;
}

.effect-adds h1 {
    font-size: 100px;
    font-weight: 500;
}

.effect-adds h1:last-child {
    white-space: nowrap;
    font-size: 5vw;
}

.effect-adds p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24.3px;
    opacity: 0.8;
}

.effect-adds div {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.site-top-item.right h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -2;
    color: white;
}

.site-top-item.right h1 span,
.effect-adds h1 span {
    background: -webkit-linear-gradient(45deg, #4FE2B6 30%, #405AF2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.effect-adds button {
    color: var(--black);
    position: relative;
    width: fit-content;
    border-radius: 6px;
}

.effect-adds button::after {
    content: url(../images/arrow.svg);
    background: linear-gradient(90deg, var(--light-blue) 0%, var(--blue) 100%);
    padding: 14px;
    position: absolute;
    right: -50px;
    top: 0;
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
}

.menegers {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: white;
    padding: 9px 20px 9px 8px;
    border-radius: 80px;
    width: fit-content;
    position: relative;
}

#userCount {white-space: nowrap;}

.counter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.meneger-avatars {
    width: 112px;
    height: 40px;
}

.menegers span {
    font-size: 14px;
}

.meneger-avatars img {
    position: absolute;
}

.menegers img:nth-child(2) {
    left: 32px;
    z-index: 1;
}

.menegers img:nth-child(3) {
    left: 56px;
    z-index: 2;
}

.menegers img:nth-child(4) {
    left: 80px;
    z-index: 3;
}

.menegers span {
    left: -75px;
}

.main-small-charts {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: end;
}

.main-small-charts div {
    width: 50%;
}

.bar-chart-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: white;
}

.bar-chart-title h3 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.bar-chart-title span {
    font-size: 12px;
    font-weight: 400;
}

.bar-chart-title h3::after {
    content: url(../images/green-arrow.svg);
    margin-left: 10px;
}

.telegram-channels {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 120px;
}

.telegram-channels-tabs {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.telegram-channels-tabs span {
    padding: 14px 24px;
    border-radius: 56px;
    border: 1px solid #D6D6D6;
    font-size: 16px;
    font-weight: 400;
    color: white;
    cursor: pointer;
}

.active-channel-tab {
    background: linear-gradient(90deg, var(--light-blue) 0%, var(--blue) 100%);
    border: none !important;
}

.channels {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(23rem, 1fr));
}

.channel,
.channel-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: white;
    border-radius: 12px;
}

.channel-content {
    height: 100%;
}

.channel {
    padding: 20px;    
}

.channel:hover {
    background-color: #F9F9F9;
}

.channel:hover .channel-content {
    background-color: #F9F9F9;
    cursor: pointer;
}

.channel button {
    background: linear-gradient(90deg, var(--light-blue) 0%, var(--blue) 100%);
    border-radius: 6px;
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.channel-header {
    display: flex;
    align-items: center;
    #justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.channel-header img {
    max-width: 60px;
    height: auto;
    border-radius: 12px;
}

.channel-header div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.channel-header div h3 {
    color: var(--black);
    font-size: 22px;
    font-weight: 500;
}

.channel-header div p {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
}

.publish-value {cursor: pointer;}

.statistics-items {
    display: flex;
    gap: 5px;
}

.statistics-items.subscribers {
    margin-top: auto;
}

.statistic {
    display: flex;
    flex-direction: column;
    gap: 29px;
    padding: 10px;
    background-color: #F9F9F9;
    border-radius: 8px;
    width: 50%;
}

.statistic-header,
.statistic-header div {
    display: flex;
    align-items: center;
}

.statistic-header {
    justify-content: space-between;
    gap: 14px;
}

.statistic-header div {
    gap: 8px;
}

.statistic-header div img {
    max-width: 18px;
    height: auto;
}

.statistic-header div p,
.publish-condition p {
    font-size: 12px;
    font-weight: 400;
}

.publish-condition p {
    color: #B6B6B6;
}
.hids {
    display: none;
    visibility: hidden;
}
.statistic-header span {
    font-size: 10px;
    font-weight: 400;
}

.statistic h2 {
    font-size: 34px;
    font-weight: 500;
    margin-top: 12px;
}

.green {
    color: #0EA74B;
    font-size: 10px;
}

.yellow {
    color: #EBAB46;
    font-size: 10px;
}

.publish-condition {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 50%;
}

.publish-condition div {
    display: flex;
    gap: 4px;
}

.publish-condition div span {
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 22px;
    font-weight: 500;
}

.publish-condition div span {
    color: var(--black);
    background-color: #F9F9F9;
}

.active-publish-condition {
    background-color: var(--black) !important;
    color: white !important;
}

.statistic h2,
.publish-condition h2 {
    font-size: 34px;
    font-weight: 500;
    color: var(--black);
}

.publish {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 120px;
}

.publish h2 {
    margin-bottom: 50px;
}

.publish-condition-items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}

.publish-condition-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 222px;
    padding: 20px;
    border-radius: 12px;
    background-color: white;
}

.publish-icon {
    width: 50px;
    height: 50px;
    background-color: var(--black);
    border-radius: 12px;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.publish-condition-item p {
    font-size: 18px;
    font-weight: 400;
    color: var(--black);
    line-height: 24px;
}

.publish-condition-item p span {
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, var(--light-blue), var(--blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brands {
    width: 100%;
}

.swiper-wrapper{
    transition-timing-function: linear;
  }

.brand {
    min-width: 310px;
    height: 150px;
    border-radius: 12px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 52px;
}

.brand img {
    max-width: 190px;
    height: auto;
}

footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 40px;
    background-color: var(--gray);
    margin-top: 120px;
}

footer button {
    margin-left: 20px;
}

.ml-80 {
    margin-left: 80px;
}

#real-estate-channels,
#business-channels,
#invest-channels {
    display: none;
}

.burger-menu {
    display: none;
    width: 36px;
    height: 36px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 11;
    background-color: white;
    padding: 6px;
    border-radius: 6px;
}

.burger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 60%;
    background: -webkit-linear-gradient(45deg, var(--light-blue), var(--blue));
    opacity: 1;
    left: 7px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.burger-menu span:nth-child(1) {
    top: 10px;
    transform-origin: left center;
}

.burger-menu span:nth-child(2) {
    top: 17px;
    transform-origin: left center;
}

.burger-menu span:nth-child(3) {
    top: 24px;
    transform-origin: left center;
}

.burger-menu.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
    left: 10px;
}

.burger-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.burger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 24px;
    left: 10px;
}

.menu-toggle {
    position: absolute;
    display: flex !important;
    align-items: center !important;
    background-color: #1B1B1B;
    width: 100%;
    flex-direction: column;
    left: 0;
    top: 0;
    padding: 20px;
    margin: 0 !important;
    height: 100%;
    z-index: 10;
}

.inside-menu .menu-toggle div,
.main-menu .menu-toggle div {
    flex-direction: column;
    gap: 10px;
}

.telegram-channels-tabs span:hover {
    background: linear-gradient(90deg, var(--blue) 0%, var(--light-blue) 100%);
    color: white;
}

.effect-adds button:hover::after {
    transition: all 0.4s;
    right: -60px;
}

.chart {
    margin-top: 140px;
}

.mob {
    display: none;
}

.brand-section h2 {
    margin-left: 40px;
}

.inside-menu .nav-menu div,
.main-menu .nav-menu div {
    display: flex;
    align-items: center;
    gap: 16px;
}

footer .menu .logo {
    margin-right: 84px;
}

.basket {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--blue) 0%, var(--light-blue) 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.596);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.basket:hover {
    transform: scale(1.08);
    bottom: 50px;
}

.basket span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: white;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    top: -5px;
}

@media (max-width: 1864px) {
    .main-menu {
        align-items: start;
    }
    .main-menu .nav-menu {
        flex-direction: column;
        align-items: end;
    }
}

@media (max-width: 1400px) {
    .site-top {
        flex-direction: column;
    }

    .site-top-item.left,
    .site-top-item.right {
        width: 100%;
    }

    .effect-adds h1 {
        font-size: 8vw !important;
    }
}

@media (max-width: 1170px) {
    footer .menu .logo {
        margin-right: 10px;
    }
}

@media (max-width: 900px) {
    footer {
        flex-direction: column;
        align-items: baseline;
        gap: 20px;
    }

    .main-small-charts {
        flex-direction: column;
        max-height: 100%;
    }

    .effect-adds {
        margin-top: 40px;
    }

    .effect-adds h1 {
        font-size: 40px;
    }

    .site-top-item.right h1 {
        margin-top: 20px;
        font-size: 26px;
    }

    .main-small-charts div {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .nav-menu {
        display: none;
    }

    .burger-menu {
        display: block;
    }
}

@media (max-width: 700px) {

    .channels,
    .publish-condition-items {
        grid-template-columns: auto;
    }

    .channel,
    .publish-condition-item {
        width: 100%;
        padding: 20px 10px;
    }

    .menu-item {
        margin: 0;
    }

    footer {
        padding: 20px 10px;
    }

    footer .menu {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .menu span {
        margin: 0;
    }

    .container,
    .site-top-item.right,
    .site-top-item.left {
        padding: 10px;
    }

    .site-top-item.right {
        margin-top: 60px;
        gap: 16px;
    }

    .telegram-channels .footer {
        margin-top: 64px;
        gap: 32px;
    }

    .publish.brand-section {
        margin-left: 10px;
    }
}

@media (max-width: 640px) {
    .title {
        font-size: 28px;
    }

    .menegers img {
        max-width: 32px;
    }

    button {
        font-size: 14px;
    }

    .menu-toggle button {
        padding: 4px 4px 4px 20px;
    }

    .menegers span {
        font-size: 12px;
    }

    .statistic-header .green,
    .statistic-header .yellow {
        display: none;
    }

    .statistic {
        gap: 4px;
    }

    .statistic h2,
    .publish-condition h2 {
        font-size: 28px;
    }

    .mob {
        display: block;
    }

    .channel-header img {
        max-width: 40px;
    }

    .channel-header-text h3 {
        font-size: 18px !important;
    }

    .channel-header-text p,
    .publish-condition div span {
        font-size: 12px;
    }

    .channel button {
        font-size: 14px;
    }

    .publish-icon {
        width: 36px;
        height: 36px;
        border-radius: 6px;
    }

    .publish h2 {
        margin-bottom: 22px;
    }

    .brand {
        min-width: 145px;
        height: 90px;
    }

    .brand img {
        max-width: 100px;
        height: auto;
    }

    .brand-section h2 {
        margin-left: 0;
    }

    .chart,
    .main-small-charts {
        display: none;
    }

    .site-top {
        gap: 0;
    }

    .site-top-item.left {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .site-top-item.right {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin: 0;
    }

    .menegers {
        padding: 4px 12px 4px 4px;
    }

    .site-top-item.right .menegers {
        order: 2;
    }

    .site-top-item.right h1 {
        order: 1;
        line-height: 30px;
    }

    .channel-page-nav {
        padding: 18px 10px;
        background-color: var(--black);
    }

    .basket {
        right: 20px;
        bottom: 20px;
    }

    .basket:hover {
        transform: scale(1.08);
        bottom: 30px;
    }
}

/* ===== FAQ Section ===== */
.faq-section {
    padding: 60px 20px 80px;
}
.faq-container {
    max-width: 820px;
    margin: 0 auto;
    margin-top: 40px;
}
.faq-item {
    background: var(--gray);
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
}
.faq-item:hover {
    border-color: rgba(79, 226, 182, 0.2);
    box-shadow: 0 0 20px rgba(79, 226, 182, 0.05);
}
.faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
    list-style: none;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    font-family: "SFUIDisplay";
}
/* Hide default summary markers in all browsers */
.faq-question::-webkit-details-marker { display: none; }
.faq-question::marker { content: ''; font-size: 0; }
.faq-item summary { list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ''; font-size: 0; }
.faq-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--light-blue), var(--blue));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: white;
}
.faq-text {
    flex: 1;
    font-size: 17px;
    font-weight: 500;
    color: white;
    line-height: 1.4;
}
.faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
}
.faq-icon svg {
    transition: transform 0.3s ease;
}
details[open] .faq-icon {
    background: linear-gradient(135deg, var(--light-blue), var(--blue));
}
details[open] .faq-icon svg {
    transform: rotate(45deg);
}
.faq-answer {
    padding: 0 24px 20px 76px;
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    line-height: 1.7;
    animation: faqSlide 0.3s ease;
}
@keyframes faqSlide {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}
.faq-header {
    text-align: center;
    margin-bottom: 12px;
}
.faq-header .title {
    display: inline-block;
}
.faq-subtitle {
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    margin-top: 8px;
}
.faq-decoration {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.faq-decoration svg {
    opacity: 0.15;
}
@media (max-width: 768px) {
    .faq-answer { padding-left: 24px; }
    .faq-text { font-size: 15px; }
    .faq-section { padding: 40px 10px 60px; }
}


/* FAQ number pulse on hover */
.faq-item:hover .faq-num {
    box-shadow: 0 0 16px rgba(79, 226, 182, 0.4);
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.faq-num {
    transition: all 0.3s ease;
}

/* Gradient underline for title */
.faq-header .title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 16px auto 0;
    background: linear-gradient(90deg, #4FE2B6, #405AF2);
    border-radius: 2px;
}


/* Hero stat - match original h1 styling */
.site-top-item.right h2.hero-stat {
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    color: white;
}
.site-top-item.right h2.hero-stat span {
    background: -webkit-linear-gradient(45deg, #4FE2B6 30%, #405AF2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
    .site-top-item.right h2.hero-stat {
        margin-top: 20px;
        font-size: 26px;
        line-height: 32px;
    }
}


/* Fix single H1 hero layout */
.effect-adds h1:only-child {
    font-size: 100px;
    font-weight: 500;
    white-space: normal;
}
