/* =========================================================
   ABOUT HERO
   ========================================================= */

.about-hero-section {
    background: #ffffff;
    overflow: hidden;
}

.min-vh-75 {
    min-height: 75vh;
}

.about-hero-content {
    padding: 70px 0;
}

.about-label,
.about-section-label {
    display: inline-block;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.5px;

    color: #6950e8;

    margin-bottom: 18px;
}

.about-hero-content h1 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.1;

    font-weight: 700;

    color: #172033;

    margin-bottom: 25px;
}

.about-hero-content h1 span {
    display: block;

    background: linear-gradient(
        90deg,
        #6950e8,
        #315ee8
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-hero-content .lead {
    font-size: 20px;
    line-height: 1.7;

    color: #475467;

    max-width: 700px;
}

.about-hero-content p:not(.lead) {
    font-size: 16px;
    line-height: 1.75;

    color: #667085;

    max-width: 680px;
}

.about-hero-buttons {
    display: flex;
    gap: 12px;

    margin-top: 30px;
}


/* =========================================================
   HERO ORBIT
   ========================================================= */

.about-hero-visual {
    min-height: 550px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.about-growth-orbit {
    position: relative;

    width: 450px;
    height: 450px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(105, 80, 232, 0.08),
            rgba(49, 94, 232, 0.02) 60%,
            transparent 70%
        );
}

.about-growth-orbit::before {
    content: "";

    position: absolute;

    inset: 55px;

    border: 1px dashed #d9dff0;

    border-radius: 50%;
}

.about-growth-orbit::after {
    content: "";

    position: absolute;

    inset: 105px;

    border: 1px dashed #e6e9f2;

    border-radius: 50%;
}


/* Center */

.orbit-center {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 170px;
    height: 170px;

    border-radius: 50%;

    background: #ffffff;

    box-shadow:
        0 20px 60px rgba(30, 40, 70, 0.15);

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    z-index: 5;

    text-align: center;
}

.orbit-logo {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #6950e8;
    color: #ffffff;

    font-size: 23px;

    margin-bottom: 8px;
}

.orbit-center strong {
    font-size: 18px;
    color: #172033;
}

.orbit-center small {
    font-size: 11px;
    line-height: 1.4;

    color: #667085;

    margin-top: 4px;
}


/* Orbit items */

.orbit-item {
    position: absolute;

    width: 95px;
    height: 95px;

    border-radius: 22px;

    background: #ffffff;

    box-shadow:
        0 12px 35px rgba(30, 40, 70, 0.12);

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    z-index: 6;

    font-weight: 700;

    color: #172033;
}

.orbit-item i {
    font-size: 25px;

    margin-bottom: 6px;
}

.orbit-item span {
    font-size: 13px;
}

.orbit-top {
    top: 0;
    left: 50%;

    transform: translateX(-50%);

    color: #12a875;
}

.orbit-right {
    right: 0;
    top: 50%;

    transform: translateY(-50%);

    color: #6950e8;
}

.orbit-bottom {
    bottom: 0;
    left: 50%;

    transform: translateX(-50%);

    color: #f59f00;
}

.orbit-left {
    left: 0;
    top: 50%;

    transform: translateY(-50%);

    color: #315ee8;
}


/* =========================================================
   BELIEF
   ========================================================= */

.about-belief-section {
    padding: 110px 20px;

    background: #f8f9fc;
}

.about-belief-section h2,
.about-growth-section h2,
.why-augmigo-section h2,
.about-alliance-section h2,
.about-values-section h2,
.about-vision-section h2 {
    font-size: clamp(34px, 4vw, 52px);

    line-height: 1.2;

    font-weight: 700;

    color: #172033;

    margin-bottom: 25px;
}

.about-belief-section h2 span,
.about-growth-section h2 span,
.why-augmigo-section h2 span,
.about-alliance-section h2 span,
.about-values-section h2 span,
.about-vision-section h2 span {
    display: block;

    color: #6950e8;
}

.about-large-text {
    font-size: 21px !important;
    line-height: 1.7 !important;

    color: #475467 !important;
}

.about-belief-section p {
    font-size: 17px;

    line-height: 1.8;

    color: #667085;
}


/* =========================================================
   GROWTH ENGINE
   ========================================================= */

.about-growth-section {
    padding: 110px 20px;

    background: #ffffff;
}

.section-description {
    font-size: 18px;

    line-height: 1.7;

    color: #667085;

    max-width: 700px;

    margin-left: auto;
    margin-right: auto;
}

.growth-step {
    position: relative;

    height: 100%;

    padding: 30px 18px;

    text-align: center;
}

.growth-step-icon {
    width: 70px;
    height: 70px;

    margin: 0 auto 15px;

    border-radius: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
}

.growth-step-number {
    display: block;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;

    color: #98a2b3;

    margin-bottom: 4px;
}

.growth-step h3 {
    font-size: 22px;

    font-weight: 700;

    color: #172033;

    margin-bottom: 10px;
}

.growth-step p {
    font-size: 14px;

    line-height: 1.7;

    color: #667085;
}


/* =========================================================
   ICON COLORS
   ========================================================= */

.icon-green {
    background: #e8f9f2;
    color: #12a875;
}

.icon-purple {
    background: #f0ebff;
    color: #6950e8;
}

.icon-orange {
    background: #fff4df;
    color: #f59f00;
}

.icon-blue {
    background: #eaf1ff;
    color: #315ee8;
}

.icon-pink {
    background: #fff0f5;
    color: #e64980;
}


/* =========================================================
   WHY AUGMIGO
   ========================================================= */

.why-augmigo-section {
    padding: 110px 20px;

    background: #f8f9fc;
}

.why-card {
    height: 100%;

    padding: 35px 28px;

    background: #ffffff;

    border-radius: 20px;

    border: 1px solid #edf0f5;

    transition: all 0.25s ease;
}

.why-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 45px rgba(20, 30, 60, 0.08);
}

.why-icon {
    width: 55px;
    height: 55px;

    margin-bottom: 22px;

    border-radius: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 23px;
}

.why-card h3 {
    font-size: 19px;

    line-height: 1.4;

    font-weight: 700;

    color: #172033;

    margin-bottom: 12px;
}

.why-card p {
    font-size: 14px;

    line-height: 1.7;

    color: #667085;

    margin: 0;
}


/* =========================================================
   MERCHANT ALLIANCE
   ========================================================= */

.about-alliance-section {
    padding: 110px 20px;

    background: #ffffff;
}

.about-alliance-section .section-description {
    margin-left: 0;
}

.about-alliance-section p {
    font-size: 16px;

    line-height: 1.75;

    color: #667085;
}

.alliance-benefits {
    margin-top: 30px;
}

.alliance-benefit {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 18px;

    color: #667085;
}

.alliance-benefit > i {
    color: #12a875;

    margin-top: 4px;
}

.alliance-benefit span {
    font-size: 14px;

    line-height: 1.6;
}

.alliance-benefit strong {
    color: #172033;
}


/* Alliance visual */

.alliance-visual {
    position: relative;

    width: 450px;
    height: 450px;

    max-width: 100%;

    margin: auto;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            #f5f7ff 0%,
            #ffffff 65%
        );
}

.alliance-center {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    width: 150px;
    height: 150px;

    border-radius: 50%;

    background: #ffffff;

    box-shadow:
        0 15px 45px rgba(30, 40, 70, 0.13);

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    z-index: 4;
}

.alliance-center-icon {
    width: 48px;
    height: 48px;

    border-radius: 14px;

    background: #6950e8;

    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 23px;

    margin-bottom: 8px;
}

.alliance-center strong {
    font-size: 16px;

    color: #172033;
}

.alliance-node {
    position: absolute;

    width: 105px;
    height: 105px;

    border-radius: 22px;

    background: #ffffff;

    box-shadow:
        0 10px 30px rgba(30, 40, 70, 0.12);

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    z-index: 5;
}

.alliance-node i {
    font-size: 26px;

    color: #315ee8;

    margin-bottom: 7px;
}

.alliance-node span {
    font-size: 13px;

    font-weight: 600;

    color: #172033;
}

.alliance-a {
    top: 25px;
    left: 50%;

    transform: translateX(-50%);
}

.alliance-b {
    bottom: 35px;
    left: 25px;
}

.alliance-c {
    bottom: 35px;
    right: 25px;
}


/* Lines */

.alliance-line {
    position: absolute;

    height: 2px;

    background: #dce2f0;

    transform-origin: left center;

    z-index: 1;
}

.line-a {
    width: 120px;

    left: 50%;
    top: 34%;

    transform: rotate(90deg);
}

.line-b {
    width: 150px;

    left: 38%;
    top: 57%;

    transform: rotate(145deg);
}

.line-c {
    width: 150px;

    left: 50%;
    top: 57%;

    transform: rotate(35deg);
}


.alliance-note {
    display: flex;

    gap: 10px;

    margin-top: 25px;

    padding: 15px 18px;

    border-radius: 12px;

    background: #f7f8fc;

    color: #667085;
}

.alliance-note i {
    color: #6950e8;

    margin-top: 3px;
}

.alliance-note span {
    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   VALUES
   ========================================================= */

.about-values-section {
    padding: 110px 20px;

    background: #f8f9fc;
}

.value-card {
    height: 100%;

    padding: 30px 25px;

    text-align: center;

    background: #ffffff;

    border-radius: 20px;

    border: 1px solid #edf0f5;
}

.value-icon {
    width: 58px;
    height: 58px;

    margin: 0 auto 20px;

    border-radius: 17px;

    background: #f0ebff;

    color: #6950e8;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
}

.value-card h3 {
    font-size: 19px;

    font-weight: 700;

    color: #172033;

    margin-bottom: 10px;
}

.value-card p {
    font-size: 14px;

    line-height: 1.7;

    color: #667085;

    margin: 0;
}


/* =========================================================
   VISION
   ========================================================= */

.about-vision-section {
    padding: 120px 20px;

    background: #ffffff;
}

.about-vision-section p {
    font-size: 17px;

    line-height: 1.8;

    color: #667085;

    max-width: 750px;

    margin-left: auto;
    margin-right: auto;
}

.about-vision-section .vision-highlight {
    margin-top: 25px;

    font-size: 21px;

    font-weight: 700;

    color: #6950e8;
}


/* =========================================================
   CTA
   ========================================================= */

.about-cta-section {
    padding: 90px 20px;

    background:
        linear-gradient(
            135deg,
            #315ee8,
            #6950e8
        );

    color: #ffffff;
}

.about-cta-section h2 {
    font-size: clamp(35px, 4vw, 52px);

    font-weight: 700;

    margin-bottom: 20px;
}

.about-cta-section p {
    max-width: 700px;

    margin: 0 auto;

    font-size: 17px;

    line-height: 1.7;

    opacity: 0.9;
}

.about-cta-buttons {
    display: flex;

    justify-content: center;

    gap: 12px;

    margin-top: 30px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991.98px) {

    .about-hero-content {
        padding-top: 70px;
        padding-bottom: 20px;
    }

    .about-hero-visual {
        min-height: 480px;
    }

    .about-growth-orbit {
        width: 380px;
        height: 380px;
    }

    .growth-step {
        margin-bottom: 20px;
    }

}


@media (max-width: 575.98px) {

    .about-hero-content h1 {
        font-size: 42px;
    }

    .about-hero-content .lead {
        font-size: 18px;
    }

    .about-growth-orbit {
        width: 320px;
        height: 320px;
    }

    .orbit-item {
        width: 75px;
        height: 75px;

        border-radius: 17px;
    }

    .orbit-item i {
        font-size: 20px;
    }

    .orbit-item span {
        font-size: 11px;
    }

    .orbit-center {
        width: 125px;
        height: 125px;
    }

    .orbit-logo {
        width: 35px;
        height: 35px;

        font-size: 18px;
    }

    .orbit-center strong {
        font-size: 15px;
    }

    .about-hero-buttons,
    .about-cta-buttons {
        flex-direction: column;
    }

    .about-hero-buttons .btn,
    .about-cta-buttons .btn {
        width: 100%;
    }

    .alliance-visual {
        width: 330px;
        height: 330px;
    }

    .alliance-center {
        width: 120px;
        height: 120px;
    }

    .alliance-node {
        width: 80px;
        height: 80px;
    }

    .alliance-node i {
        font-size: 20px;
    }

    .alliance-node span {
        font-size: 11px;
    }

    .alliance-a {
        top: 10px;
    }

    .alliance-b {
        left: 10px;
        bottom: 20px;
    }

    .alliance-c {
        right: 10px;
        bottom: 20px;
    }

}