.about-hero {
    padding: 120px 0 80px;
    background: #232324;
    min-height: 900px;
    display: flex;
    align-items: center;
}
.about-hero .container {
    width: 100%;
}
.about-hero .row {
    align-items: center;
}
.about-hero .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.about-hero h1 {
    color: #ffd700;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 24px;
}
.about-hero p {
    text-align: left;
    color: #bbb;
    font-size: 16px;
    line-height: 1.8;
    max-width: 500px;
}
.about-hero-image {
    text-align: center;
}
.about-hero-image img {
    max-width: 100%;
    border-radius: 12px;
}

/* Vision Section */
.vision-section {
    padding: 100px 0;
    background: #232324;
    position: relative;
    overflow: hidden;
}
.vision-section::before,
.vision-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.03;
    z-index: 0;
}
.vision-section::before {
    top: 25%;
    transform: translateY(-50%);
    background-image: url("../images/pattern-left.png");
}
.vision-section::after {
    right: -200px;
    top: 45%;
    background-image: url("../images/pattern-right.png");
}
.vision-section .text-center {
    text-align: left;
}
p.section-subtitle {
    color: #ffd700 !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}
.vision-card {
    background: #2a2a2b;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
}
.vision-card:hover {
    transform: translateY(-5px);
}
.vision-card-image {
    width: 300px;
    height: 300px;
    margin: 0 auto 24px;
    background: #3a3a3b;
    border-radius: 12px;
    overflow: hidden;
}
.vision-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vision-card h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.vision-card p {
    color: #999;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

/* Merchants Section */
.merchants-section {
    padding: 100px 0;
    background: #2e2e2f;
}
.merchants-tags {
    margin: 20px 0;
}
.merchants-tags span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.merchants-section p {
    color: #999;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
}
.merchants-section p + p {
    margin-top: 0;
}
.merchants-image {
    background: #2a2a2b;
    border-radius: 16px;
    width: 600px;
    height: 100%;
    overflow: hidden;
}
.merchants-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* How It Works Section */
.how-works-section {
    padding: 100px 0;
    background: #232324;
}
.how-works-image {
    text-align: center;
    margin-bottom: 30px;
}
.how-works-image img {
    max-width: 100%;
    height: auto;
}
.how-works-text {
    text-align: center;
}
.how-works-text p {
    color: #999;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto;
}
.how-works-text .step-num {
    display: none;
}
.mobile-br {
    display: none;
}
.step-item {
    text-align: center;
    position: relative;
}
.step-icon {
    width: 80px;
    height: 80px;
    background: #3a3a3b;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-icon img {
    width: 40px;
    height: 40px;
}
.step-icon i {
    font-size: 32px;
    color: #ffd700;
}
.step-number {
    font-size: 48px;
    font-weight: 700;
    color: #3a3a3b;
    margin-bottom: 16px;
}
.step-item p {
    color: #999;
    font-size: 14px;
    line-height: 1.6;
    max-width: 200px;
    margin: 0 auto;
}
.step-connector {
    position: absolute;
    top: 40px;
    right: -50%;
    width: 100%;
    border-top: 2px dashed #3a3a3b;
    z-index: 0;
}

/* What We Believe Section */
.believe-section {
    padding: 100px 0;
    background: #2e2e2f;
    overflow: hidden;
}
.believe-section .bg-pattern .pattern {
    position: absolute;
    top: 7%;
    left: 10%;
    opacity: 0.04;
}
.believe-section .bg-pattern .pattern.pattern-2 {
    top: unset;
    left: unset;
    bottom: 7%;
    right: 10%;
}
.believe-item {
    position: relative;
    margin-bottom: 40px;
    margin-top: 30px;
}
.believe-item-box {
    background: #39393a;
    border-radius: 16px;
    padding: 50px 30px 30px;
}
.believe-icon {
    position: absolute;
    top: -25px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ffd700, #ffaa00);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.believe-icon i {
    font-size: 24px;
    color: #fff;
}
.believe-item .label {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.believe-item h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.believe-item p {
    color: #999;
    font-size: 14px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .about-hero {
        min-height: auto;
    }
    .about-hero .row {
        margin-top: 100px;
    }
    .about-hero h1 {
        font-size: 28px;
    }
    .about-hero p {
        font-size: 14px;
    }
    .vision-section {
        padding: 80px 0;
    }
    .section-title {
        font-size: 30px;
    }
    .vision-card {
        padding: 24px;
    }
    .vision-card-image {
        width: 100%;
        max-width: 250px;
        height: 250px;
    }
    .vision-card h4 {
        font-size: 16px;
        line-height: 1.3;
    }
    .vision-card p {
        font-size: 13px;
    }
    .merchants-image {
        width: 100%;
        max-width: 450px;
    }
    .believe-section .row {
        row-gap: 10px;
    }
    .believe-item {
        height: auto;
    }
    .believe-item-box {
        height: 100%;
    }
    .believe-section .col-md-6 {
        display: flex;
    }
    .believe-item h4 {
        line-height: 1.3;
    }
}

@media (max-width: 991px) {
    .about-hero h1 {
        font-size: 28px;
    }
    .about-hero p {
        font-size: 14px;
    }
    .about-hero-image {
        margin-top: 40px;
        text-align: center;
    }
    .about-hero-image img {
        max-width: 80%;
    }
    .vision-card-image {
        width: 100%;
        max-width: 220px;
        height: 220px;
    }
    .vision-card h4 {
        font-size: 15px;
        line-height: 1.3;
    }
    .vision-card p {
        font-size: 12px;
    }
    .merchants-image {
        margin-top: 40px;
    }
    .believe-section .row {
        row-gap: 10px;
    }
    .believe-item {
        height: auto;
    }
    .believe-item-box {
        height: 100%;
    }
    .believe-section .col-md-6 {
        display: flex;
    }
    .believe-item h4 {
        line-height: 1.3;
    }
    .step-connector {
        display: none;
    }
}

@media (max-width: 767px) {
    .about-hero {
        padding: 160px 20px 60px 20px;
        min-height: auto;
    }
    .about-hero h1 {
        font-size: 20px;
        line-height: 1.4;
    }
    .about-hero p {
        font-size: 12px;
    }
    .section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .section-subtitle {
        font-size: 12px;
    }
    .vision-section {
        padding: 60px 0;
    }
    .vision-section .row {
        gap: 30px 0;
    }
    .vision-card {
        padding: 20px;
        border-radius: 12px;
    }
    .vision-card-image {
        width: 200px;
        height: 200px;
        margin: 0 auto 16px;
        border-radius: 8px;
    }
    .vision-card h4 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .vision-card p {
        font-size: 12px;
        line-height: 1.5;
    }
    .merchants-section {
        padding: 60px 0;
    }
    .merchants-section .section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .merchants-tags {
        margin: 15px 0;
    }
    .merchants-tags span {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .merchants-section p {
        font-size: 12px;
        line-height: 1.6;
        margin-top: 15px;
    }
    .merchants-image {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
        border-radius: 12px;
    }
    .how-works-section {
        padding: 60px 0;
    }
    .how-works-image {
        margin-bottom: 20px;
    }
    .how-works-image img {
        max-width: 100%;
        height: auto;
    }
    .how-works-text {
        text-align: left;
    }
    .how-works-text .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .how-works-text p {
        font-size: 13px;
    }
    .how-works-text .step-num {
        display: inline;
        color: #ffd700;
        font-weight: 600;
        margin-right: 8px;
    }
    .mobile-br {
        display: block;
    }
    .believe-section {
        padding: 60px 0;
    }
    .believe-item {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .believe-item-box {
        padding: 40px 20px 20px;
        border-radius: 12px;
    }
    .believe-icon {
        width: 40px;
        height: 40px;
        top: -20px;
        left: 20px;
        border-radius: 10px;
    }
    .believe-icon i {
        font-size: 18px;
    }
    .believe-item .label {
        font-size: 10px;
    }
    .believe-item h4 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .believe-item p {
        font-size: 12px;
        line-height: 1.5;
    }
    .step-item {
        margin-bottom: 40px;
    }
}
