/* =========================================================
   AUGMIGO KNOW MORE
   ========================================================= */

:root {
    --aug-blue: #2563eb;
    --aug-blue-dark: #173b8f;
    --aug-purple: #7c3aed;
    --aug-green: #10b981;
    --aug-orange: #f59e0b;
    --aug-pink: #ec4899;
    --aug-teal: #0d9488;

    --aug-text: #172033;
    --aug-muted: #667085;
    --aug-border: #e8edf5;
    --aug-light: #f7f9fc;
}


/* =========================================================
   COMMON
   ========================================================= */

.augmigo-section-title {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.035em;
    color: var(--aug-text);
}

.augmigo-section-title span {
    color: var(--aug-blue);
}

.augmigo-section-description {
    color: var(--aug-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.augmigo-eyebrow {
    display: inline-block;
    padding: 7px 14px;
    margin-bottom: 18px;

    border-radius: 999px;

    background: #edf3ff;
    color: var(--aug-blue);

    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.augmigo-btn-primary {
    background: var(--aug-blue);
    color: #fff;

    padding: 13px 24px;

    font-weight: 700;

    box-shadow:
        0 12px 25px rgba(37, 99, 235, 0.20);
}

.augmigo-btn-primary:hover {
    background: #1d4ed8;
    color: #fff;
}

.augmigo-btn-outline {
    background: #fff;

    border: 1px solid #dce4f2;

    color: var(--aug-text);

    padding: 13px 24px;

    font-weight: 700;
}


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

.augmigo-hero-section {
    padding: 95px 0 80px;

    background:
        radial-gradient(
            circle at 85% 20%,
            #eaf1ff 0,
            transparent 30%
        ),
        radial-gradient(
            circle at 10% 80%,
            #f3edff 0,
            transparent 27%
        ),
        #fff;
}

.augmigo-hero-title {
    font-size: clamp(2.7rem, 5.4vw, 5rem);

    line-height: 1;

    letter-spacing: -0.055em;

    font-weight: 850;

    color: var(--aug-text);
}

.augmigo-hero-title span {
    display: block;
    color: var(--aug-blue);
}

.augmigo-hero-description {
    max-width: 680px;

    color: var(--aug-muted);

    font-size: 1.1rem;

    line-height: 1.75;
}

.augmigo-hero-visual {
    min-height: 480px;

    position: relative;

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

.augmigo-hero-image {
    max-height: 510px;

    position: relative;
    z-index: 2;

    filter:
        drop-shadow(
            0 30px 55px rgba(28, 48, 88, .16)
        );
}

.augmigo-floating-card {
    position: absolute;

    z-index: 3;

    background: #fff;

    border: 1px solid var(--aug-border);

    border-radius: 18px;

    padding: 13px 16px;

    box-shadow:
        0 16px 35px rgba(28, 48, 88, .11);

    font-size: .82rem;

    font-weight: 750;
}

.augmigo-floating-card i {
    margin-right: 6px;
}

.augmigo-floating-one {
    left: 3%;
    top: 15%;

    color: var(--aug-green);
}

.augmigo-floating-two {
    right: 0;
    top: 35%;

    color: var(--aug-purple);
}

.augmigo-floating-three {
    left: 7%;
    bottom: 12%;

    color: var(--aug-orange);
}


/* =========================================================
   CUSTOMER GROWTH
   ========================================================= */

.augmigo-customer-growth-section {
    padding: 90px 0;

    background: var(--aug-light);
}

.augmigo-growth-card {
    background: #fff;

    border: 1px solid var(--aug-border);

    border-radius: 28px;

    padding: 40px;

    box-shadow:
        0 18px 45px rgba(28, 48, 88, .06);
}

.augmigo-quote-icon {
    color: #dbe6ff;

    font-size: 4rem;

    line-height: .5;
}

.augmigo-growth-card h3 {
    font-size: 1.4rem;

    line-height: 1.45;

    font-weight: 800;

    margin-top: 20px;
}

.augmigo-growth-card > p {
    color: var(--aug-muted);

    line-height: 1.7;
}

.augmigo-mini-card {
    height: 100%;

    background: var(--aug-light);

    border-radius: 16px;

    padding: 16px;
}

.augmigo-mini-card strong {
    display: block;

    margin-bottom: 5px;
}

.augmigo-mini-card span {
    display: block;

    color: var(--aug-muted);

    font-size: .82rem;

    line-height: 1.5;
}


/* =========================================================
   JOURNEY
   ========================================================= */

.augmigo-journey-section {
    padding: 90px 0;

    background: #fff;
}

.augmigo-section-heading {
    max-width: 900px;

    margin: 0 auto 55px;
}

.augmigo-section-heading p {
    max-width: 780px;

    margin: 18px auto 0;

    color: var(--aug-muted);

    line-height: 1.7;
}

.augmigo-journey-step {
    height: 100%;

    padding: 25px 18px;

    text-align: center;

    position: relative;
}

.augmigo-journey-step h3 {
    font-size: 1.1rem;

    font-weight: 800;
}

.augmigo-journey-step p {
    color: var(--aug-muted);

    font-size: .9rem;

    line-height: 1.6;
}

.augmigo-journey-icon,
.augmigo-feature-icon {
    display: flex;

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

    width: 62px;
    height: 62px;

    margin: 0 auto 18px;

    border-radius: 20px;

    font-size: 1.4rem;
}


/* =========================================================
   FEATURE CARDS
   ========================================================= */

.augmigo-features-section {
    padding: 90px 0;

    background: var(--aug-light);
}

.augmigo-feature-card {
    height: 100%;

    background: #fff;

    border: 1px solid var(--aug-border);

    border-radius: 22px;

    padding: 28px;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.augmigo-feature-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 35px rgba(28, 48, 88, .08);
}

.augmigo-feature-icon {
    margin: 0;
}

.augmigo-feature-card h3 {
    font-size: 1.05rem;

    font-weight: 800;

    margin-top: 18px;
}

.augmigo-feature-card p {
    color: var(--aug-muted);

    font-size: .9rem;

    line-height: 1.65;

    margin-bottom: 0;
}


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

.icon-purple {
    background: #f1eaff;
    color: var(--aug-purple);
}

.icon-green {
    background: #e7faf3;
    color: var(--aug-green);
}

.icon-orange {
    background: #fff4df;
    color: var(--aug-orange);
}

.icon-pink {
    background: #fdeaf5;
    color: var(--aug-pink);
}

.icon-blue {
    background: #eaf1ff;
    color: var(--aug-blue);
}

.icon-teal {
    background: #e6f8f6;
    color: var(--aug-teal);
}


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

.augmigo-alliance-section {
    padding: 100px 0;

    background: #fff;
}

.augmigo-alliance-wrapper {
    padding: 60px 45px;

    border-radius: 34px;

    background:
        linear-gradient(
            135deg,
            #f7fbff,
            #f9f5ff
        );

    border: 1px solid var(--aug-border);
}

.augmigo-info-box {
    display: flex;

    gap: 12px;

    align-items: flex-start;

    padding: 16px;

    margin-top: 25px;

    background: #fff;

    border: 1px solid var(--aug-border);

    border-radius: 16px;

    color: var(--aug-muted);

    font-size: .9rem;

    line-height: 1.55;
}

.augmigo-info-box i {
    color: var(--aug-green);

    margin-top: 3px;
}


/* Alliance diagram */

.augmigo-alliance-diagram {
    height: 430px;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;
}

.alliance-ring {
    position: absolute;

    width: 285px;
    height: 285px;

    border: 1px dashed #b9c9e8;

    border-radius: 50%;
}

.alliance-center {
    width: 145px;
    height: 145px;

    border-radius: 34px;

    background: #fff;

    border: 2px solid #d9e5ff;

    box-shadow:
        0 20px 45px rgba(37, 99, 235, .13);

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    position: relative;

    z-index: 2;
}

.alliance-center i {
    font-size: 2.1rem;

    color: var(--aug-blue);

    margin-bottom: 8px;
}

.alliance-node {
    position: absolute;

    width: 105px;
    height: 105px;

    border-radius: 24px;

    background: #fff;

    border: 1px solid var(--aug-border);

    box-shadow:
        0 12px 28px rgba(28, 48, 88, .1);

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    font-size: .78rem;

    font-weight: 800;

    z-index: 3;
}

.alliance-node i {
    font-size: 1.4rem;

    color: var(--aug-blue);

    margin-bottom: 5px;
}

.alliance-node-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.alliance-node-right {
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.alliance-node-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.alliance-node-left {
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
}


/* =========================================================
   PARTNER REWARDS
   ========================================================= */

.augmigo-partner-reward-section {
    padding: 90px 0;

    background: var(--aug-light);
}

.augmigo-partner-step {
    height: 100%;

    background: #fff;

    border: 1px solid var(--aug-border);

    border-radius: 24px;

    padding: 30px;
}

.augmigo-step-number {
    width: 45px;
    height: 45px;

    display: flex;

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

    background: #edf3ff;

    color: var(--aug-blue);

    border-radius: 14px;

    font-weight: 850;

    margin-bottom: 20px;
}

.augmigo-partner-step h3 {
    font-size: 1.1rem;

    font-weight: 800;
}

.augmigo-partner-step p {
    color: var(--aug-muted);

    line-height: 1.65;
}


/* =========================================================
   ALLIANCE EXAMPLES
   ========================================================= */

.augmigo-alliance-example-section {
    padding: 90px 0;

    background: #fff;
}

.augmigo-alliance-example {
    height: 100%;

    padding: 28px;

    border: 1px solid var(--aug-border);

    border-radius: 24px;

    background: #fff;
}

.augmigo-alliance-label {
    display: inline-block;

    padding: 6px 11px;

    border-radius: 999px;

    background: #edf3ff;

    color: var(--aug-blue);

    font-size: .7rem;

    font-weight: 800;

    letter-spacing: .06em;
}

.augmigo-alliance-example h3 {
    font-size: 1.25rem;

    font-weight: 800;

    margin-top: 16px;
}

.augmigo-alliance-example p {
    color: var(--aug-muted);

    line-height: 1.65;
}

.merchant-tags span {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    background: var(--aug-light);

    border-radius: 999px;

    padding: 8px 12px;

    margin: 4px;

    font-size: .8rem;

    font-weight: 700;
}


/* =========================================================
   BUSINESS BENEFITS
   ========================================================= */

.augmigo-business-benefits-section {
    padding: 90px 0;

    background: var(--aug-light);
}

.augmigo-benefit-card {
    height: 100%;

    padding: 28px;

    background: #fff;

    border: 1px solid var(--aug-border);

    border-radius: 22px;
}

.augmigo-benefit-card h3 {
    font-size: 1.05rem;

    font-weight: 800;
}

.augmigo-benefit-card h3 i {
    color: var(--aug-green);

    margin-right: 8px;
}

.augmigo-benefit-card p {
    color: var(--aug-muted);

    font-size: .92rem;

    line-height: 1.65;

    margin-bottom: 0;
}


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

.augmigo-final-cta-section {
    padding: 0px 0;
    
}

.augmigo-final-cta {
    position: relative;

    overflow: hidden;

    padding: 70px 50px;

    /*border-radius: 34px;*/

    background: var(--aug-blue-dark);

    color: #fff;
}

.augmigo-final-cta h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);

    font-weight: 800;

    letter-spacing: -.035em;
}

.augmigo-final-cta p {
    max-width: 720px;

    color: #dbe7ff;

    line-height: 1.7;
}

.augmigo-final-cta .augmigo-eyebrow {
    background: rgba(255,255,255,.12);

    color: #dbe7ff;
}


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

@media (max-width: 991px) {

    .augmigo-hero-visual {
        margin-top: 25px;
    }

    .augmigo-alliance-wrapper {
        padding: 45px 25px;
    }

}

@media (max-width: 575px) {

    .augmigo-hero-section {
        padding: 65px 0;
    }

    .augmigo-hero-visual {
        min-height: 390px;
    }

    .augmigo-floating-card {
        font-size: .7rem;
    }

    .augmigo-floating-one {
        left: 0;
    }

    .augmigo-floating-two {
        right: 0;
    }

    .augmigo-floating-three {
        left: 3%;
    }

    .augmigo-growth-card {
        padding: 28px 22px;
    }

    .augmigo-alliance-diagram {
        transform: scale(.8);

        margin-top: -30px;
        margin-bottom: -30px;
    }

    .augmigo-final-cta {
        padding: 50px 28px;
    }

}


/* =========================================
   KNOW MORE - 3 PILLARS
   ========================================= */

.know-more-pillars {
    background: #ffffff;
}


/* Each column */
.pillar-item {
    width: 100%;
}


/* =========================================
   HEADING
   ========================================= */

.pillar-heading {
    text-align: center;

    /* Important:
       Makes all 3 image areas start
       at exactly the same vertical position.
    */
    min-height: 205px;

    display: flex;
    flex-direction: column;
    align-items: center;
}


.pillar-heading h2 {
    margin: 0;

    min-height: 70px;

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

    gap: 14px;

    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;

    color: #111827;
}


/* Number circle */
.pillar-number {
    flex: 0 0 auto;

    width: 58px;
    height: 58px;

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

    border-radius: 50%;

    color: #ffffff;

    font-size: 30px;
    font-weight: 700;
}


/* Description */
.pillar-heading p {
    max-width: 520px;

    margin: 12px auto 0;

    font-size: 22px;
    line-height: 1.55;

    color: #475569;
}


/* =========================================
   IMAGE
   ========================================= */

.pillar-image {

    /* SAME HEIGHT FOR ALL 3 IMAGES */
    height: 520px;

    width: 100%;

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

    overflow: hidden;

    background: #ffffff;

    border-radius: 24px;
}


/* Image itself */
.pillar-image img {

    width: 100%;
    height: 100%;

    object-fit: contain;

    display: block;
}


/* =========================================
   TOP BORDER
   ========================================= */

.pillar-green .pillar-image {
    border-top: 6px solid #12b886;
}

.pillar-orange .pillar-image {
    border-top: 6px solid #ff9800;
}

.pillar-purple .pillar-image {
    border-top: 6px solid #673de6;
}


/* =========================================
   NUMBER COLORS
   ========================================= */

.pillar-green .pillar-number {
    background: #12b886;
}

.pillar-orange .pillar-number {
    background: #ff9800;
}

.pillar-purple .pillar-number {
    background: #673de6;
}


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

@media (max-width: 1399px) {

    .pillar-heading h2 {
        font-size: 32px;
    }

    .pillar-heading p {
        font-size: 19px;
    }

    .pillar-image {
        height: 450px;
    }
}


@media (max-width: 991px) {

    .pillar-heading {
        min-height: auto;
        margin-bottom: 30px;
    }

    .pillar-heading h2 {
        min-height: auto;
        font-size: 32px;
    }

    .pillar-heading p {
        font-size: 19px;
    }

    .pillar-image {
        height: 500px;
    }
}


@media (max-width: 575px) {

    .pillar-heading h2 {
        font-size: 27px;
    }

    .pillar-number {
        width: 48px;
        height: 48px;

        font-size: 24px;
    }

    .pillar-heading p {
        font-size: 17px;
    }

    .pillar-image {
        height: auto;
        min-height: 350px;
    }

}