.about-page {
    direction: rtl;
    text-align: right;
}

.about-page__narrow {
    max-width: 56rem;
    margin-inline: auto;
}

.about-section {
    margin-bottom: 2.75rem;
}

.about-section__title {
    margin: 0 0 1.15rem;
    font-size: 1.125rem;
    font-weight: 800;
    color: #0f172a;
}

.about-section__title--center {
    text-align: center;
}

.about-lead {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    color: #475569;
    text-align: justify;
}

.about-lead + .about-lead {
    margin-top: 0.75rem;
}

.about-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.about-hero__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
}

.about-hero__tagline {
    margin: 0.75rem 0 0;
    font-size: 1rem;
    font-weight: 700;
    color: #1e40af;
}

/* Decorative panels with icons (no photos) */
.about-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgb(191 219 254 / 0.6);
    border-radius: 1rem;
    background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 45%, #f8fafc 100%);
    color: #2563eb;
}

.about-visual__glow {
    position: absolute;
    inset: auto auto -30% -20%;
    width: 70%;
    height: 70%;
    border-radius: 9999px;
    background: radial-gradient(circle, rgb(37 99 235 / 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.about-visual__icon {
    position: relative;
    z-index: 1;
    width: 4.5rem;
    height: 4.5rem;
}

.about-visual__icon--sm {
    width: 3rem;
    height: 3rem;
}

.about-visual__caption {
    position: relative;
    z-index: 1;
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #1e40af;
}

.about-visual--hero {
    min-height: 16rem;
    padding: 2rem;
}

.about-visual--hero .about-visual__icon {
    width: 5.5rem;
    height: 5.5rem;
}

.about-visual--story {
    flex-direction: row;
    gap: 1rem;
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    border-radius: 0.875rem;
    background: linear-gradient(90deg, #f0f9ff 0%, #eff6ff 50%, #f8fafc 100%);
}

.about-story-path {
    margin: 2rem 0;
    padding: 1.35rem 1.25rem;
    border: 1px solid rgb(191 219 254 / 0.65);
    border-radius: 0.875rem;
    background: linear-gradient(135deg, #f0f9ff 0%, #eff6ff 48%, #f8fafc 100%);
    text-align: center;
}

.about-story-path__track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.about-story-path__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    min-width: 4.5rem;
}

.about-story-path__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    border: 2px solid transparent;
    box-shadow: 0 4px 12px rgb(37 99 235 / 0.1);
}

.about-story-path__icon--idea {
    border-color: #bfdbfe;
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
    color: #2563eb;
}

.about-story-path__icon--review {
    border-color: #c4b5fd;
    background: linear-gradient(180deg, #f5f3ff 0%, #fff 100%);
    color: #7c3aed;
}

.about-story-path__icon--decision {
    border-color: #86efac;
    background: linear-gradient(180deg, #ecfdf5 0%, #fff 100%);
    color: #059669;
}

.about-story-path__svg {
    display: block;
    width: 1.375rem;
    height: 1.375rem;
    flex-shrink: 0;
}

.about-story-path__label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #334155;
}

.about-story-path__connector {
    flex: 1 1 1.75rem;
    max-width: 3rem;
    height: 2px;
    margin-bottom: 1.35rem;
    border-radius: 9999px;
    background: linear-gradient(to left, #93c5fd, #60a5fa, #93c5fd);
    position: relative;
}

.about-story-path__connector::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    width: 0.45rem;
    height: 0.45rem;
    border-top: 2px solid #60a5fa;
    border-left: 2px solid #60a5fa;
    transform: translateY(-50%) rotate(-45deg);
}

.about-story-path__caption {
    margin: 1rem 0 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #1e40af;
}

@media (min-width: 640px) {
    .about-story-path {
        padding: 1.5rem 2rem;
    }

    .about-story-path__track {
        gap: 0.75rem;
    }

    .about-story-path__step {
        min-width: 5.5rem;
    }

    .about-story-path__icon {
        width: 3.25rem;
        height: 3.25rem;
    }

    .about-story-path__connector {
        max-width: 4.5rem;
    }
}

.about-visual--goals {
    flex-shrink: 0;
    width: 12rem;
    height: 12rem;
    border-radius: 1rem;
    background: linear-gradient(160deg, #dbeafe 0%, #eff6ff 55%, #fff 100%);
}

.about-goals {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.about-goals__list {
    margin: 0;
    padding-right: 1.25rem;
    list-style: disc;
}

.about-goals__list li {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.9;
    color: #475569;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.about-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.25rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #fff;
    text-align: center;
}

.about-stat__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3.5rem;
    height: 3.5rem;
    overflow: visible;
    border-radius: 9999px;
    border: 2px solid #bfdbfe;
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
    color: #2563eb;
    box-shadow: 0 4px 12px rgb(37 99 235 / 0.12);
}

.about-stat__svg {
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    flex-shrink: 0;
    overflow: visible;
}

.about-stat__label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
}

.about-stat__value {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.about-benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
}

.about-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
    text-align: center;
}

.about-benefit__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 9999px;
    border: 2px solid #bfdbfe;
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
    color: #2563eb;
    box-shadow: 0 4px 14px rgb(37 99 235 / 0.1);
}

.about-benefit__title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 800;
    color: #0f172a;
}

.about-benefit__desc {
    margin: 0;
    max-width: 18rem;
    font-size: 0.8125rem;
    line-height: 1.85;
    color: #475569;
    text-align: justify;
}

.about-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    min-height: 18rem;
    overflow: hidden;
    padding: 2.5rem 1.5rem;
    border-radius: 0.875rem;
    border: 1px solid #1e3a8a;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 42%, #1d4ed8 100%);
    text-align: center;
}

.about-banner__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image:
        radial-gradient(circle at 20% 30%, #fff 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, #fff 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

.about-banner__icon-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 9999px;
    background: rgb(255 255 255 / 0.15);
    color: #fff;
    backdrop-filter: blur(4px);
}

.about-banner__icon {
    width: 2.5rem;
    height: 2.5rem;
}

.about-banner__inner {
    position: relative;
    z-index: 1;
    max-width: 36rem;
}

.about-banner__title {
    margin: 0 0 0.75rem;
    font-size: 1.125rem;
    font-weight: 800;
    color: #fff;
}

.about-banner__text {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.9;
    color: #e2e8f0;
    text-align: justify;
}

.about-timeline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.about-timeline__item {
    padding: 1rem 1.1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #fff;
}

.about-timeline__year {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #2563eb;
}

.about-timeline__title {
    margin: 0 0 0.35rem;
    font-size: 0.9375rem;
    font-weight: 800;
    color: #0f172a;
}

.about-timeline__desc {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.8;
    color: #64748b;
}

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

.about-services__item + .about-services__item {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.about-services__item strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.875rem;
    color: #0f172a;
}

.about-services__item span {
    font-size: 0.8125rem;
    line-height: 1.85;
    color: #475569;
}

@media (min-width: 640px) {
    .about-hero {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .about-visual--hero {
        min-height: 20rem;
    }

    .about-goals {
        flex-direction: row;
        align-items: flex-start;
    }

    .about-visual--goals {
        width: 14rem;
        height: 14rem;
    }

    .about-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .about-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .about-visual--hero {
        min-height: 22rem;
    }

    .about-benefits {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .about-timeline {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
