
.whychoose-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
}

.whychoose-text-column {
    flex: 1 1 50%;
    max-width: 600px;
}

.whychoose-subtitle {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.whychoose-title {
    font-size: 45px;
    margin: 10px 0 20px;
}

.whychoose-highlight {
    color: #fe5000;
}

.whychoose-description {
    font-size: 16px;
    line-height: 1.6;
    color: #d0d0d0;
    margin-bottom: 30px;
}

.whychoose-feature-box {
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgb(28 28 28 / 13%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
}

.whychoose-feature-title {
    color: white;
    margin-bottom: 10px;
}

.whychoose-feature-desc {
    color: #ccc;
    font-size: 15px;
}

.whychoose-image-column {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
}

.whychoose-image {
    width: 100%;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .whychoose-section {
        flex-direction: column;
        padding: 40px 5%;
    }

    .whychoose-image-column {
        margin-top: 30px;
    }
}

.brand-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 10%;
    background: radial-gradient(circle at top left, #0a0a0a, #000);
}

.brand-left {
    flex: 1 1 50%;
    max-width: 600px;
}

.brand-subtitle {
    color: #a0ffa0;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 10px;
}

.brand-title {
    font-size: 48px;
    margin: 10px 0 20px;
}

.highlight {
    color: #b6ff5e;
}

.brand-description {
    font-size: 16px;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 30px;
}

.brand-video-review {
    display: flex;
    align-items: center;
    gap: 20px;
}

.brand-video-thumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.brand-video-thumb img {
    width: 200px;
    height: auto;
    display: block;
    border-radius: 12px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    background: #b6ff5e;
    color: black;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.brand-review-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.brand-review-info .stars {
    color: #b6ff5e;
}

.avatars img {
    width: 30px;
    border-radius: 50%;
    margin-right: 4px;
}

.cta-link {
    color: #b6ff5e;
    text-decoration: none;
    margin-top: 10px;
    font-weight: bold;
}

.brand-right {
    flex: 1 1 40%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 18px;
    text-align: left;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-card h2 {
    font-size: 32px;
    color: #b6ff5e;
    margin-bottom: 10px;
}

.stat-card p {
    font-size: 14px;
    color: #eee;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .brand-section {
        flex-direction: column;
        padding: 50px 5%;
    }

    .brand-right {
        grid-template-columns: 1fr;
    }

    .brand-video-review {
        flex-direction: column;
        align-items: flex-start;
    }
}

.collab-section {
    position: relative;
    text-align: center;
    padding: 100px 20px;
    overflow: hidden;
}

.collab-subtitle {
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: var(--secondary-font);
}

.collab-words {
    position: relative;
    display: inline-block;
}

.collab-line {
    position: relative;
    padding: 0px 30px;
    display: inline-block;
}

.collab-line h1 {
    font-size: 120px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 1.1;
}

.collab-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(307deg, #fe5000 13%, #3763f4 80%);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    text-align: center;
}

.collab-button:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.collab-button small {
    display: block;
    margin-top: 4px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .collab-line h1 {
        font-size: 55px;
    }

    .collab-button {
        width: 70px;
        height: 70px;
        padding: 10px;
        font-size: 14px;
    }
    .collab-section {
        padding: 70px 2px;
    }
    .collab-subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .collab-button small {
        font-size: 11px;
    }
}
