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

.about-hero-section {
    position: relative;
    min-height: 640px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 170px 0 110px;
}

.about-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(1, 1, 1, 0.45);
    z-index: 1;
}

.about-hero-section.has-hero-video::before {
    display: none;
}

.about-hero-section .page-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.about-hero-section .page-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(1, 1, 1, 0.45);
    z-index: 1;
}

.about-hero-section .container {
    position: relative;
    z-index: 2;
}

.about-glass-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    padding: 48px 42px;
    color: var(--white-color);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.about-glass-card .card-tag {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 18px;
}

.about-glass-card h1 {
    font-size: 44px;
    font-weight: 300;
    color: var(--white-color);
    margin-bottom: 20px;
}

.about-glass-card .card-line {
    width: 70px;
    height: 2px;
    background: var(--white-color);
    opacity: 0.6;
    margin-bottom: 26px;
}

.about-glass-card p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 16px;
}

.about-glass-card .card-action-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    background: var(--primary-color);
    color: var(--white-color);
    padding: 14px 32px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.about-glass-card .card-action-btn:hover {
    background: var(--primary-color-50);
    transform: translateY(-2px);
}

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

@media (max-width: 991px) {
    .about-hero-section {
        min-height: auto;
        padding: 150px 0 90px;
    }
}

@media (max-width: 767px) {
    .about-hero-section {
        padding: 130px 0 70px;
    }

    .about-glass-card {
        padding: 32px 26px;
    }

    .about-glass-card h1 {
        font-size: 32px;
    }
}

/* =========================
   SHARED SECTION TITLE/TAG
   (used directly on <h2>/<span>, page-scoped)
========================= */

.section-tag {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 16px;
}

h2.section-title {
    font-size: 36px;
    font-weight: 300;
    color: var(--primary-color);
    margin-top: 6px;
}

h2.section-title.text-dark {
    color: #1a1a1a;
}

h2.section-title em {
    font-style: italic;
    color: var(--primary-color);
}

/* Standalone pill button (outside the glass hero card) */
.card-action-btn {
    display: inline-flex;
    align-items: center;
    background: var(--primary-color);
    color: var(--white-color);
    padding: 14px 32px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.card-action-btn:hover {
    background: var(--primary-color-50);
    color: var(--white-color);
    transform: translateY(-2px);
}

/* =========================
   OUR STORY
========================= */

.about-story-section {
    background: #fff;
    padding: 100px 0;
}

.about-story-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.about-story-media {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(24, 42, 58, 0.12);
}

.about-story-media img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.about-story-text {
    margin: 30px 0;
}

.about-story-text p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--secondary-color-dark);
    margin-bottom: 18px;
}

@media (max-width: 992px) {
    .about-story-wrapper {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-story-media img {
        height: 320px;
    }
}

/* =========================
   WHY SAIL WITH US
========================= */

.about-values-section {
    background: #f3efe8;
    padding: 100px 0;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.about-value-box {
    background: var(--white-color);
    border-radius: 8px;
    padding: 34px 24px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(24, 42, 58, 0.05);
    transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 340ms ease;
}

.about-value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f2eb;
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 22px;
    transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), background-color 340ms ease;
}

@media (hover: hover) and (pointer: fine) {
    .about-value-box:hover {
        transform: translate3d(0, -6px, 0);
        box-shadow: 0 18px 38px rgba(24, 42, 58, 0.12);
    }

    .about-value-box:hover .about-value-icon {
        transform: translate3d(0, -2px, 0) rotate(3deg) scale(1.05);
        background: #eaf5fc;
    }
}

.about-value-box:focus-within {
    box-shadow: 0 0 0 3px rgba(24, 151, 222, 0.18), 0 18px 38px rgba(24, 42, 58, 0.1);
}

.about-value-box h3 {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 400;
    margin-bottom: 10px;
}

.about-value-box p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--secondary-color-dark);
}

@media (max-width: 992px) {
    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .about-story-section,
    .about-values-section {
        padding: 70px 0;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-value-box,
    .about-value-icon,
    .card-action-btn {
        transition: none;
    }
}
