/* ═══════════════════════════════════════════════════════════
   SKYRISE ABOUT — "your Maldivian friend" brand-story page
   ═══════════════════════════════════════════════════════════ */

/* ─── HERO ────────────────────────────────────────────────── */
.about-hero {
    position: relative;
    width: 100%;
    min-height: 82vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 6rem 1.5rem 5rem;
    background: var(--gray-900);
}

.about-hero__bg,
.about-hero__overlay {
    position: absolute;
    inset: 0;
}

.about-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.about-hero__overlay {
    background: linear-gradient(
        180deg,
        rgba(8, 22, 34, 0.72) 0%,
        rgba(8, 22, 34, 0.45) 45%,
        rgba(8, 22, 34, 0.82) 100%
    );
    z-index: 1;
}

.about-hero__content {
    position: relative;
    z-index: 2;
    max-width: 860px;
    color: #fff;
}

.about-breadcrumb .breadcrumb-item {
    font-size: 0.8rem;
    letter-spacing: 0.04em;
}

.about-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.45);
}

.about-hero__eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 0.5rem;
    margin: 1.4rem 0 1.6rem;
}

.about-hero__eyebrow--light {
    border-bottom-color: rgba(255, 255, 255, 0.45);
}

.about-hero__title {
    font-size: clamp(2.3rem, 5.6vw, 4.2rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.08;
    color: #fff;
    margin-bottom: 1.4rem;
}

.about-hero__subtitle {
    font-size: clamp(1.02rem, 1.6vw, 1.22rem);
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto 2rem;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: 2.6rem;
}

.about-hero__cta-alt {
    background: #ffffff;
    color: var(--accent-dark);
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.about-hero__cta-alt:hover {
    background: var(--accent-warm);
    color: #fff;
    border-color: var(--accent-warm);
}

.about-hero__trust {
    margin: 0;
    padding: 1rem 1.25rem;
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(6px);
    border-radius: 999px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.about-hero__trust i {
    color: var(--accent-sun);
}

/* ─── SHARED SECTION SCAFFOLDING ─────────────────────────── */
.about-section {
    padding: 5rem 0;
}

.about-section__head {
    margin-bottom: 3rem;
}

.about-eyebrow {
    display: inline-block;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    border-bottom: 1px solid rgba(0, 124, 145, 0.28);
    padding-bottom: 0.45rem;
    margin-bottom: 1.1rem;
}

.about-heading {
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.14;
    color: var(--text);
    margin-bottom: 1.15rem;
}

.about-heading--light {
    color: #fff;
}

.about-lead {
    font-size: 1.08rem;
    line-height: 1.75;
    color: var(--text-secondary);
    margin-bottom: 0;
}

/* ─── OUR STORY ───────────────────────────────────────────── */
.about-story {
    background: #ffffff;
}

.about-story__media {
    position: relative;
}

.about-story__img {
    width: 100%;
    height: clamp(320px, 46vw, 520px);
    object-fit: cover;
    border-radius: var(--card-radius);
    box-shadow: var(--shadow-lg);
    display: block;
}

.about-story__card {
    position: absolute;
    left: 50%;
    bottom: -1.4rem;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.9rem;
    width: max-content;
    max-width: 92%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border: 1px solid var(--bg-glass-border);
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(0, 60, 100, 0.16);
    padding: 0.95rem 1.35rem;
    text-align: left;
}

.about-story__card i {
    font-size: 1.6rem;
}

.about-story__card strong {
    display: block;
    color: var(--text);
    font-size: 0.98rem;
    letter-spacing: -0.01em;
}

.about-story__card span {
    display: block;
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* ─── EXPERIENCES, NOT TRANSACTIONS ──────────────────────── */
.about-promise {
    background: var(--bg);
}

.about-card {
    background: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: var(--card-radius);
    box-shadow: 0 6px 22px rgba(0, 60, 100, 0.05);
    padding: 2.2rem 1.7rem 1.9rem;
    text-align: center;
    transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.about-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.about-card__icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--accent);
    background: var(--lagoon-light);
    border: 1px solid rgba(0, 124, 145, 0.18);
    border-radius: 20px;
    transition: all 0.3s var(--ease-out);
}

.about-card:hover .about-card__icon {
    color: #fff;
    background: var(--accent);
    transform: rotate(-6deg) scale(1.06);
}

.about-card__title {
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--text);
    margin-bottom: 0.7rem;
}

.about-card__text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin: 0;
}

.about-promise__note {
    max-width: 780px;
    margin: 3.2rem auto 0;
    padding: 1.8rem 2.2rem;
    background: var(--coral-light);
    border: 1px dashed rgba(232, 122, 82, 0.45);
    border-radius: var(--card-radius);
}

.about-promise__note i {
    font-size: 1.5rem;
    color: var(--accent-coral);
    margin-bottom: 0.7rem;
}

.about-promise__note p {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.7;
    color: var(--text);
    margin: 0;
}

/* ─── STRONGER VALUES ────────────────────────────────────── */
.about-values {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-light);
}

.about-value {
    background: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: var(--card-radius);
    padding: 1.7rem 1.4rem 1.5rem;
    transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.about-value:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(0, 60, 100, 0.1);
}

.about-value__badge {
    position: relative;
    width: 58px;
    height: 58px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--accent-coral);
    background: var(--coral-light);
    border: 1px solid rgba(232, 122, 82, 0.25);
    border-radius: 18px;
}

.about-value:nth-child(even) .about-value__badge {
    color: var(--accent);
    background: var(--lagoon-light);
    border-color: rgba(0, 124, 145, 0.22);
}

.about-value__letter {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 800;
    color: #fff;
    background: var(--text);
    border-radius: 50%;
    border: 2px solid #fff;
}

.about-value__title {
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--text);
    margin-bottom: 0.55rem;
}

.about-value__text {
    font-size: 0.88rem;
    line-height: 1.65;
    color: var(--text-secondary);
    margin: 0;
}


/* ─── GROW WITH YOU (dark) ───────────────────────────────── */
.about-grow {
    background:
        radial-gradient(1100px 480px at 12% -10%, rgba(0, 124, 145, 0.55), transparent 60%),
        radial-gradient(900px 460px at 100% 115%, rgba(232, 122, 82, 0.28), transparent 60%),
        linear-gradient(160deg, #0b1c28 0%, #122a38 100%);
    color: #fff;
}

.about-grow .about-eyebrow {
    color: var(--accent-sun);
    border-bottom-color: rgba(232, 155, 76, 0.5);
}

.about-grow .about-heading {
    color: #fff;
}

.about-grow .about-lead {
    color: rgba(255, 255, 255, 0.92);
}

.about-grow__point {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
    border-radius: var(--card-radius);
    padding: 1.8rem 1.5rem 1.6rem;
    transition: transform 0.3s var(--ease-out), background 0.3s var(--ease-out);
}

.about-grow__point:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
}

.about-grow__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--accent-sun);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
}

.about-grow__title {
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.6rem;
}

.about-grow__text {
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
}

.about-grow .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.55);
}

/* ─── ROADMAP / FUTURE ───────────────────────────────────── */
.about-future {
    background: #ffffff;
}

.about-milestone {
    background: var(--bg);
    border: 1px solid var(--border-light);
    border-radius: var(--card-radius);
    padding: 1.6rem 1.4rem;
    position: relative;
    transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.about-milestone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.4rem;
    right: 1.4rem;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, var(--accent), var(--accent-sun));
}

.about-milestone:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.about-milestone__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.about-milestone__year {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
    background: var(--lagoon-light);
    border: 1px solid rgba(0, 124, 145, 0.18);
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
}

.about-milestone__icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: var(--accent-coral);
    background: var(--coral-light);
    border-radius: 12px;
}

.about-milestone__title {
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--text);
    margin-bottom: 0.6rem;
}

.about-milestone__text {
    font-size: 0.9rem;
    line-height: 1.68;
    color: var(--text-secondary);
    margin: 0;
}

.about-future__note {
    max-width: 700px;
    margin: 3rem auto 0;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.7;
    color: var(--text-secondary);
}

/* ─── FINAL CTA ──────────────────────────────────────────── */
.about-final-cta {
    padding-top: 0;
    background: #ffffff;
}

.about-final-cta__inner {
    padding: 4.5rem 2rem;
    border-radius: 28px;
    background:
        radial-gradient(900px 420px at 88% -20%, rgba(232, 122, 82, 0.5), transparent 62%),
        linear-gradient(140deg, var(--accent-dark) 0%, var(--accent) 60%, #0f7a8f 100%);
    color: #fff;
    box-shadow: 0 22px 50px rgba(0, 95, 107, 0.28);
    position: relative;
    overflow: hidden;
}

.about-final-cta__inner .about-hero__eyebrow {
    margin-top: 0;
}

.about-final-cta__text {
    font-size: 1.1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
    max-width: 560px;
    margin: 0 auto 2rem;
}

.about-final-cta__mail {
    background: transparent;
    color: #fff;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.about-final-cta__mail:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: #fff;
}

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .about-story__media {
        margin-top: 1.5rem;
    }

    .about-grow__inner .row > .col-lg-5 {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    .about-section {
        padding: 3.6rem 0;
    }

    .about-section__head {
        margin-bottom: 2.2rem;
    }

    .about-hero {
        min-height: 72vh;
        padding: 4.5rem 1.25rem 3.5rem;
    }

    .about-hero__trust {
        border-radius: 20px;
        justify-content: center;
    }

    .about-promise__note {
        padding: 1.5rem 1.3rem;
    }
}

