/* About page — branded polish. Loaded only on the About template,
   after page-about.min.css, so these rules win by source order. */

/* =============================================== Benefits / stats band */
.about-benefits-section {
    margin: 16px 0 40px;
    padding: 48px 44px;
    border-radius: 22px;
    background: linear-gradient(135deg, #6f60a6 0%, #50447e 100%);
    box-shadow: 0 20px 46px rgba(80, 68, 126, .28);
    color: #fff;
    text-align: center;
}

.about-benefits-head {
    max-width: 720px;
    margin: 0 auto 32px;
}

.about-benefits-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #cdea68;
}

.about-benefits-heading {
    color: #fff !important;
    margin: 0;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.1;
}

.about-benefits-section .about-benefits-section-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
    align-items: stretch;
    margin: 0;
}

.benefit-card {
    flex: 1 1 200px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 28px 22px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    transition: transform .18s ease, background .18s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, .13);
}

.benefit-number {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 1;
    color: #cdea68;
}

.benefit-label {
    font-size: 15px;
    line-height: 1.45;
    color: #fff;
    opacity: .92;
}

.about-benefits-text {
    max-width: 760px;
    margin: 30px auto 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .85);
}

.about-benefits-text a {
    color: #cdea68;
    text-decoration: underline;
}

/* ====================================================== Values as cards */
.our-values-section .our-values-section-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-left: 0;
    margin-top: 14px;
}

.our-values-section .our-value-item {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 30px 28px;
    background: #fff;
    border-radius: 18px;
    border-top: 4px solid #cdea68;
    box-shadow: 0 12px 32px rgba(40, 30, 80, .08);
    transition: transform .18s ease, box-shadow .18s ease;
}

.our-values-section .our-value-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(40, 30, 80, .14);
}

.our-values-section .our-value-item-heading {
    min-width: 0;
    max-width: none;
    margin: 0;
}

.our-values-section .our-value-item-heading span {
    display: block;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    font-style: normal;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
    color: #50447e;
}

.our-values-section .our-value-item-content {
    color: #6b6b6b;
}

/* ========================================================= Our story */
.our-story-section,
.our-story-main-content {
    max-width: 980px;
}
.our-story-section{
    align-items: center;
}
/* ======================================================== Responsive */
@media (max-width: 900px) {
    .our-values-section .our-values-section-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .about-benefits-section {
        padding: 34px 22px;
    }

    .benefit-number {
        font-size: 38px;
    }
}

/* Benefits CTA button (lime on the purple band) */
.about-benefits-cta {
    margin-top: 28px;
}

.about-benefits-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 36px;
    border-radius: 30px;
    background: #cdea68;
    color: #2a2a2a;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(205, 234, 104, .35);
    transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}

.about-benefits-cta-button:hover {
    background: #d8f184;
    color: #2a2a2a;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(205, 234, 104, .45);
}

.about-benefits-cta-button span {
    transition: transform .15s ease;
}

.about-benefits-cta-button:hover span {
    transform: translateX(4px);
}

/* ============================================== Hero (About us intro) */
.about-rows {
    padding: 16px 0 48px;
}

.about-rows .about-title .section-heading {
    font-size: clamp(36px, 4.6vw, 56px);
    line-height: 1.03;
}

.about-rows .about-title .section-subheading {
    margin-top: 18px;
    padding-top: 16px;
    position: relative;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-size: 18px;
    color: #50447e;
}

.about-rows .about-title .section-subheading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 4px;
    border-radius: 3px;
    background: #cdea68;
}

.about-rows .about-row-item-content {
    color: #3a3a44;
}

.about-rows blockquote {
    margin: 6px 0;
    padding: 16px 24px;
    border-left: 4px solid #cdea68;
    border-radius: 0 12px 12px 0;
    background: #f4f2fb;
    font-style: italic;
    color: #50447e;
}

/* ============================================ Section heading accents */
.our-story-section .section-heading h2,
.our-values-section .section-heading h2,
.team-section .section-heading h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
    font-size: clamp(30px, 3.8vw, 46px);
    line-height: 1.08;
}

.our-story-section .section-heading h2::after,
.our-values-section .section-heading h2::after,
.team-section .section-heading h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 4px;
    border-radius: 3px;
    background: #cdea68;
}

/* ================================================= Roadmap (timeline) */
.roadmap {
    position: relative;
    margin: 40px 0 54px;
}

.roadmap-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.roadmap-list::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #cdea68 0%, #66599a 100%);
}

.roadmap-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    align-items: center;
    margin-bottom: 30px;
}

.roadmap-item:last-child {
    margin-bottom: 0;
}

.roadmap-node {
    grid-column: 2;
    justify-self: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #66599a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Anton", sans-serif;
    font-size: 21px;
    box-shadow: 0 0 0 6px #f7f9ff, 0 8px 20px rgba(102, 89, 154, .3);
    z-index: 2;
}

.roadmap-card {
    grid-column: 1;
    justify-self: end;
    max-width: 420px;
    text-align: right;
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 22px 26px;
    box-shadow: 0 12px 30px rgba(40, 30, 80, .08);
    transition: transform .18s ease, box-shadow .18s ease;
}

.roadmap-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(40, 30, 80, .14);
}

.roadmap-item:nth-child(even) .roadmap-card {
    grid-column: 3;
    justify-self: start;
    text-align: left;
}

/* little pointer toward the line */
.roadmap-card::after {
    content: "";
    position: absolute;
    top: 26px;
    width: 14px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
}

.roadmap-item:nth-child(odd) .roadmap-card::after {
    right: -7px;
}

.roadmap-item:nth-child(even) .roadmap-card::after {
    left: -7px;
}

.roadmap-logo {
    height: 34px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.roadmap-item:nth-child(odd) .roadmap-logo {
    justify-content: flex-end;
}

.roadmap-logo img {
    height: 100%;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

.roadmap-date {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 14px;
    border-radius: 20px;
    background: #eaf4c8;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 14px;
    color: #50447e;
}

.roadmap-desc {
    color: #5a5a66;
    font-size: 15px;
    line-height: 1.6;
}

.roadmap-desc p:last-child {
    margin-bottom: 0;
}

@media (max-width: 760px) {
    .roadmap-list::before {
        left: 23px;
    }

    .roadmap-item {
        grid-template-columns: 46px 1fr;
        gap: 16px;
        margin-bottom: 22px;
    }

    .roadmap-node {
        grid-column: 1;
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .roadmap-card,
    .roadmap-item:nth-child(even) .roadmap-card {
        grid-column: 2;
        justify-self: stretch;
        max-width: none;
        text-align: left;
    }

    .roadmap-item:nth-child(odd) .roadmap-logo,
    .roadmap-logo {
        justify-content: flex-start;
    }

    .roadmap-card::after,
    .roadmap-item:nth-child(even) .roadmap-card::after {
        left: -7px;
        right: auto;
    }
}
