/* ============================================
   APS Landing Page - landing.css
   Dark teal/green theme matching the design
   ============================================ */

/* ---- BASE (scoped to about page) ---- */
.about-page {
    /* background-color: #0b2a25; */
    font-family: 'Roboto', sans-serif;
    color: #cde8df;
    overflow-x: hidden;
}

body.homepage:has(.about-page) {
    background-position: center top;
}

/* ---- HERO SECTION ---- */
.about-page .hero-section {
    position: relative;
    /* background: #062b2f; */
}

.about-page .hero-strip {
    background: radial-gradient(circle at 20% 20%, rgba(0,255,190,.15) 0%, rgba(0,255,190,0) 40%),
                linear-gradient(180deg, #066270 0%, #045260 100%);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.about-page .hero-strip-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 48px 30px 48px;
    text-align: left;
}

.about-page .hero-title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: clamp(2rem, 2.8vw, 3.1rem);
    font-weight: 700;
    color: #ecfeff;
    letter-spacing: 0.01em;
    line-height: 1.1;
    text-align: center;
}

.about-page .solved-text {
    color: #dcfb11;
    font-family: 'Permanent Marker', cursive;
    font-size: 1.08em;
    margin-left: 8px;
    font-style: normal;
    font-weight: 400;
}

.about-page .hero-main {
    position: relative;
    background-image: url('../images/portrait-worker-overalls-steel-factory_blue.jpg');
    background-size: cover;
    background-position: center;
    min-height: 620px;
}

.about-page .hero-container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 34px 30px 34px;
}

.about-page .section-sub-heading {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: clamp(1.6rem, 2vw, 2.25rem);
    font-weight: 500;
    color: #f3ffff;
    line-height: 1.25;
    max-width: 800px;
    margin-bottom: 32px;
    letter-spacing: 1px;
}

.about-page .strike-green {
    color: #00FFB5;
}

.about-page .body-text {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.55;
    max-width: 650px;
    margin: 0 0 12px;
    font-weight: 400;
}

/* ---- REAL COST BOX ---- */
.about-page .real-cost-box {
    margin-top: 22px;
    /* background: linear-gradient(180deg, rgba(128, 166, 56, 0.62) 0%, rgba(111, 144, 48, 0.68) 100%);
    border: 1px solid rgba(176, 214, 116, 0.28);
    border-radius: 10px; */
    max-width: 690px;
    /* padding: 32px; */
    color: #f4ffe7;
}

.about-page .real-cost-head {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 500;
}

.about-page .real-cost-grid {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 22px;
    align-items: start;
    background-color: rgba(230, 255, 20, 0.4);
    /* background: linear-gradient(180deg, rgba(128, 166, 56, 0.62) 0%, rgba(111, 144, 48, 0.68) 100%); */
    border: 1px solid rgba(176, 214, 116, 0.28);
    border-radius: 10px;
    padding: 32px;
}

.about-page .monster-img {
    width: 280px;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    transform: translateY(40%);
    transform-origin: top center;
    position: relative;
    z-index: 2;
    margin-top: -274px;
    margin-left: 9px;
}

.about-page .cost-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-page .cost-list li {
    position: relative;
    padding-left: 16px;
    font-size: 20px;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 4px;
    font-weight: 500;
    font-family: 'Wix Madefor Display', sans-serif;
}
.about-page .cost-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #ecffe0;
    font-weight: 900;
}

.about-page .sourcing-monster-text {
    margin-top: 16px;
    margin-left: 284px;
    font-size: 20px;
    line-height: 1.15;
    color: #dcfb11;
    font-weight: 500;
    max-width: 400px;
    font-family: 'wix madefor display', sans-serif;
}

.about-page .aps-built-text {
    margin-top: 44px;
    font-family: 'wix madefor display', sans-serif;
    font-size: 24px;
    line-height: 1.25;
    color: #d9ebea;
    /* max-width: 1040px; */
    font-weight: 500;
}

/* ---- TRANSFORM SECTION ---- */
/* .about-page .transform-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
} */

.about-page .transform-section * {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.about-page .transform-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 70px 30px;
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 36px;
    align-items: end;
}

.about-page .transform-left {
    max-width: 824px;
}

.about-page .transform-heading {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #00FFB5;
    line-height: 1.08;
    margin: 0 0 32px;
}
.about-page .transform-sub {
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.about-page .transform-intro {
    margin: 0 0 18px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.46;
    color: #fff;
    max-width: 756px;
}

.about-page .transform-body {
    margin: 0 0 18px;
    max-width: 760px;
    font-family: 'wix madefor display', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
}

.about-page .transform-body-end {
    margin-bottom: 26px;
}

.about-page .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-left: 2px solid rgba(140, 230, 71, 0.85);
}

.about-page .benefit-card {
    padding: 4px 36px 4px 14px;
    border-right: 1px solid #E6FF14;
    background: transparent;
    border-radius: 0;
}

    .about-page .benefit-card:last-child {
        border-right: 0;
    }

.about-page .benefit-title {
    margin: 0 0 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
    color: #67FFF8;
}

.about-page .benefit-text {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
    font-weight: 400;
}

.about-page .wins-box {
    background: #01323C;
    border-radius: 18px;
    /* border: 1px solid rgba(120, 185, 170, 0.20); */
    padding: 34px;
    /* box-shadow: 0 16px 30px rgba(0,0,0,.25); */
}

.about-page .wins-title {
    margin: 0 0 16px;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 24px;
    color: #E6FF14;
    line-height: 1.1;
    font-weight: 400;
}

.about-page .wins-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-page .wins-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 10px;
    align-items: start;
    margin-bottom: 12px;
    color: #f1f9f8;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.about-page .wins-ico {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    margin-top: 2px;
    white-space: nowrap;
}

/* ---- TRUST / BUILT BY RECYCLERS SECTION ---- */
.trust-section {
    position: relative;
    background-image: url('../images/Clip\ path\ frame.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.trust-heading {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #01323C;
    line-height: 1.3;
}
.trust-heading span { color: #fff; }
.trust-heading strong { color: #ffffff; font-weight: 400; }

.trust-body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #01323C;
    line-height: 1.7;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.trust-link {
    color: #E6FF14;
    /* text-decoration: underline; */
    cursor: pointer;
}

/* Stats Row */
.stats-row {
    gap: 16px;
}

.stat-card {
    background: #01323C;
    border: 1px solid rgba(61,232,160,0.2);
    border-radius: 12px;
    padding: 24px 42px;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 16px;
    min-width: 140px;
    transition: border-color 0.2s, transform 0.2s;
}
.stat-card:hover {
    border-color: rgba(61,232,160,0.5);
    transform: translateY(-3px);
}

.stat-icon { font-size: 1.8rem; }

.stat-icon i{
    color: #fff;
}

.stat-number {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #00FFB5;
    line-height: 1;
}

.stat-label {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #00FFB5;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    max-width: 92px;
}

/* ---- EASY TO SOURCE SECTION ---- */
/* .about-page .easy-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
} */

.about-page .easy-section * {
    position: relative;
    z-index: 2;
}

.about-page .easy-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}

section.easy-section {
    padding-top: 60px;
    padding-bottom: 8px;
}

.about-page .easy-heading {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #ffff;
    line-height: 1.3;
    margin-bottom: 44px;
}

.about-page .quality-text {
    color: #00FFB5;
    font-weight: 500;
}

/* Flow SVG + Steps */
.about-page .flow-steps {
    position: relative;
    max-width: 980px;
    margin: 0 auto 18px;
    height: 220px;
    background-image: url(../images/Frame-rings.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.about-page .flow-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.about-page .flow-step {
    position: absolute;
    width: 134px;
    text-align: center;
    color: #e9ffff;
}
/* .about-page .flow-circle {
    width: 150px;
    height: 150px;
    border-radius: 9999px;
    margin: 0 auto 10px;
    border: 4px solid #66d6cf;
    box-shadow: inset 0 0 0 4px rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 60%);
} */
.about-page .flow-title {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.about-page .flow-circle{
    font-size: 40px;
    font-weight: 900;
    line-height: 36px;
    font-family: 'wix madefor display', sans-serif;
}
.about-page .flow-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    color: #fff;
    margin-top: 18px;

}

/* Positioning of steps along the path */
.about-page .flow-step--one { left: 184px; top: 44px; }
.about-page .flow-step--two { left: calc(50% - 72px); top: 44px; }
.about-page .flow-step--three { right: 192px; top: 44px; }

/* CTAs */
.about-page .easy-ctas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    margin-top: 44px;
}
.about-page .easy-btn-primary {
    display: inline-block;
    background: #00FFB5;
    color: #01323C;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 4px 32px;
    border-radius: 9999px;
    text-decoration: none;
    /* box-shadow: 0 6px 16px rgba(20,243,166,.35); */
}
.about-page .easy-btn-primary:hover {
    background: #12d595;
}
.about-page .easy-btn-secondary {
    display: inline-block;
    background: #01323C;
    color: #00FFB5;
    border: 1px solid rgba(255,255,255,0.2);
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 4px 32px;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 rgba(255,255,255,0.08);
}
.about-page .easy-btn-secondary:hover {
    background: rgba(0,0,0,0.48);
}

/* ---------- Responsive tuning for Easy section (non-destructive) ---------- */
@media (max-width: 1280px) {
    .about-page .easy-wrap { padding: 0 24px; }
    .about-page .flow-steps {
        max-width: 980px;
        height: 220px;
    }
    .about-page .flow-step { width: 170px; }
    .about-page .flow-circle { font-size: 40px; line-height: 36px; }
    .about-page .flow-title { font-size: 0.95rem; }
    .about-page .flow-desc { font-size: 0.82rem; margin-top: 12px; }
    .about-page .flow-step--one { left: 169px; top: 66px; right: auto; }
    .about-page .flow-step--two { left: calc(50% - 85px); top: 66px; right: auto; }
    .about-page .flow-step--three { right: 169px; top: 66px; left: auto; }
}

@media (max-width: 1024px) {
    .about-page .easy-wrap { padding: 0 32px; }
    .about-page .flow-steps {
        max-width: 760px;
        height: 320px;
    }
    /* SVG 277×88, scaled to 760px → left circle center ≈ 121px, right ≈ 639px, mid ≈ 50% */
    /* Step width 180px → half = 90px; circle diameter ≈ 236px so text fits inside */
    .about-page .flow-step { width: 180px; }
    .about-page .flow-circle { font-size: 42px; line-height: 38px; }
    .about-page .flow-title { font-size: 1rem; }
    .about-page .flow-desc { font-size: 0.85rem; margin-top: 12px; }
    /* top: circle center Y ≈ 160px, step content ~100px tall → top = 110px */
    .about-page .flow-step--one   { left: 31px;  top: 105px; right: auto; }
    .about-page .flow-step--two   { left: calc(50% - 90px); top: 105px; right: auto; }
    .about-page .flow-step--three { right: 31px; top: 105px; left: auto; }
}

@media (max-width: 900px) {
    .about-page .flow-steps {
        max-width: 700px;
        height: 280px;
    }
    /* SVG scaled to 700px → left circle center ≈ 111px, right ≈ 590px, mid ≈ 50% */
    /* Step width 170px → half = 85px; circle diameter ≈ 218px */
    .about-page .flow-step { width: 170px; }
    .about-page .flow-circle { font-size: 38px; line-height: 34px; }
    .about-page .flow-title { font-size: 0.9rem; }
    .about-page .flow-desc { font-size: 0.78rem; margin-top: 10px; }
    /* top: circle center Y ≈ 140px, step content ~90px tall → top = 95px */
    .about-page .flow-step--one   { left: 26px;  top: 92px; right: auto; }
    .about-page .flow-step--two   { left: calc(50% - 85px); top: 92px; right: auto; }
    .about-page .flow-step--three { right: 26px; top: 92px; left: auto; }
}

/* Stack layout for tablets/phones; keep content readable and centered */
@media (max-width: 768px) {
    .about-page .easy-wrap { padding: 0 16px; }
    .about-page .easy-heading { margin-bottom: 14px; }
    .about-page .flow-steps {
        height: auto;
        background-image: none; /* hide pattern on small screens for clarity */
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 16px;
        padding-top: 6px;
    }
    .about-page .flow-step,
    .about-page .flow-step--one,
    .about-page .flow-step--two,
    .about-page .flow-step--three {
        position: relative;
        left: auto; right: auto; top: auto;
        width: 100%;
    }
    .about-page .flow-title { font-size: 0.95rem; }
    .about-page .flow-desc { font-size: 0.82rem; }
    .about-page .easy-ctas { flex-wrap: wrap; gap: 10px; }
}

@media (max-width: 560px) {
    .about-page .easy-btn-primary,
    .about-page .easy-btn-secondary {
        width: 100%;
        text-align: center;
        padding: 12px 18px;
    }
}

/* ---- RESPONSIVE ---- */

/* Tablet landscape / small desktop (1200px and below) */
@media (max-width: 1200px) {
    .about-page .hero-container { padding: 28px 24px; }
    .about-page .transform-wrap { padding: 56px 24px; gap: 28px; }
    .about-page .benefit-card { padding: 4px 20px 4px 12px; }
    .about-page .benefit-title { font-size: 20px; }

    /* Monster image + cost list — keep 2 cols but loosen fixed widths */
    .about-page .real-cost-grid {
        grid-template-columns: minmax(180px, 240px) 1fr;
        gap: 18px;
        padding: 24px;
    }
    .about-page .monster-img {
        width: 220px;
        margin-top: -210px;
    }
    .about-page .sourcing-monster-text {
        margin-left: 240px;
    }

    .stat-card { padding: 20px 28px; min-width: 0; }
    .stat-number { font-size: 32px; }
}

/* Tablet portrait (1024px and below) */
@media (max-width: 1024px) {
    .about-page .hero-main { min-height: 0; }
    .about-page .hero-container { padding: 24px 20px; }
    .about-page .section-sub-heading {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .about-page .body-text { font-size: 15px; }

    .about-page .real-cost-head { font-size: 28px; }
    .about-page .cost-list li { font-size: 18px; }

    /* Transform section stacks on tablet portrait */
    .about-page .transform-wrap {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 48px 20px;
        align-items: start;
    }
    .about-page .transform-left { max-width: 100%; }
    .about-page .transform-heading { font-size: 28px; margin-bottom: 20px; }
    .about-page .transform-intro { font-size: 18px; }
    .about-page .wins-box { padding: 24px; }

    /* Benefits: 2 columns on tablet */
    .about-page .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 0;
    }
    .about-page .benefit-card:nth-child(2) { border-right: 0; }
    .about-page .benefit-card:nth-child(3) {
        grid-column: 1 / -1;
        border-right: 0;
        border-top: 1px solid #E6FF14;
        padding-top: 14px;
        margin-top: 8px;
    }

    /* Trust stats: keep row but tighter */
    .trust-heading { font-size: 30px; }
    .trust-body { font-size: 16px; }
    .stats-row { flex-wrap: wrap; gap: 14px; }
    .stat-card { flex: 1 1 200px; padding: 18px 22px; }
    .stat-icon svg { width: 60px; height: auto; }
}

/* Small tablet / large phone (900px and below) */
@media (max-width: 900px) {
    .about-page .monster-img {
        width: 180px;
        margin-top: -160px;
        margin-left: 0;
    }
    .about-page .sourcing-monster-text { margin-left: 200px; font-size: 18px; }
    .about-page .aps-built-text { font-size: 20px; }
}

/* Phones (768px and below) */
@media (max-width: 768px) {
    .about-page .hero-strip-inner {
        padding: 14px 14px 12px;
    }
    .about-page .hero-title {
        font-size: clamp(1.65rem, 6vw, 2.1rem);
    }
    .about-page .hero-main {
        min-height: auto;
        background-position: 65% center;
    }
    .about-page .hero-container {
        padding: 20px 14px 18px;
    }
    .about-page .section-sub-heading {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .about-page .body-text {
        font-size: .9rem;
        line-height: 1.5;
    }
    .about-page .real-cost-head {
        font-size: 1.6rem;
    }
    .about-page .real-cost-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
    }
    .about-page .monster-img {
        width: 160px;
        transform: none;
        margin: 8px auto 0;
        margin-left: auto;
        display: block;
    }
    .about-page .cost-list li {
        font-size: 1rem;
    }
    .about-page .sourcing-monster-text {
        margin-left: 0;
        font-size: 1.05rem;
        margin-top: 12px;
        max-width: 100%;
    }
    .about-page .aps-built-text {
        font-size: 1.05rem;
        line-height: 1.45;
        margin-top: 28px;
    }
    .about-page .transform-section {
        padding: 22px 0 20px;
    }
    .about-page .transform-wrap {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px 14px;
    }
    .about-page .transform-heading {
        font-size: 1.45rem;
        margin-bottom: 10px;
    }
    .about-page .transform-intro {
        font-size: 1.05rem;
        margin-bottom: 10px;
    }
    .about-page .transform-body {
        font-size: .95rem;
        line-height: 1.5;
    }
    .about-page .transform-body-end {
        margin-bottom: 14px;
    }
    .about-page .benefits-grid {
        grid-template-columns: 1fr;
        border-left: 0;
        gap: 8px;
    }
    .about-page .benefit-card {
        border-right: 0;
        border-left: 2px solid rgba(140, 230, 71, 0.85);
        border-top: 0 !important;
        margin-top: 0 !important;
        padding: 4px 0 4px 12px;
    }
    .about-page .benefit-card:nth-child(3) { grid-column: auto; }

    .about-page .benefit-title {
        font-size: 1.05rem;
    }
    .about-page .benefit-text {
        font-size: .9rem;
    }
    .about-page .wins-box {
        border-radius: 12px;
        padding: 18px 16px;
    }
    .about-page .wins-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .about-page .wins-item {
        grid-template-columns: 44px 1fr;
        font-size: .95rem;
        margin-bottom: 10px;
    }
    .about-page .wins-ico {
        font-size: 1rem;
    }

    /* Trust section */
    .trust-section { padding: 36px 16px !important; }
    .trust-heading { font-size: 24px; line-height: 1.25; }
    .trust-body { font-size: 14px; line-height: 1.6; }
    .stats-row { flex-direction: column; align-items: stretch; gap: 12px; }
    .stat-card {
        padding: 16px 20px;
        justify-content: center;
    }
    .stat-number { font-size: 28px; }
    .stat-label { font-size: 12px; letter-spacing: 1.2px; max-width: none; }
    .stat-icon svg { width: 48px; height: auto; }

    .steps-row { flex-direction: column; }
}

/* Small phones */
@media (max-width: 480px) {
    .about-page .hero-main { background-position: 70% center; }
    .about-page .real-cost-head { font-size: 1.4rem; }
    .about-page .cost-list li { font-size: .95rem; }
    .about-page .aps-built-text { font-size: 1rem; }
    .about-page .transform-heading { font-size: 1.3rem; }
    .about-page .benefit-title { font-size: 1rem; }
    .about-page .wins-box { padding: 16px 14px; }
    .about-page .wins-item { grid-template-columns: 40px 1fr; }

    .trust-heading { font-size: 20px; }
    .stat-card { padding: 14px 16px; }
}
