/* About Us page */
.about-page {
    --about-primary: #c8134e;
    --about-primary-dark: #c8134e;
    --about-ink: #1e293b;
    --about-muted: #64748b;
    --about-surface: #ffffff;
    --about-bg: #faf7f8;
    --about-border: rgba(42, 18, 61, 0.14);
    background: var(--about-bg);
}

.about-hero {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.14), transparent 34%),
        radial-gradient(circle at 88% 0%, rgba(255, 255, 255, 0.1), transparent 28%),
        linear-gradient(135deg, #2a123d 0%, #4a2356 48%, #6a2350 100%);
    color: #fff;
    margin-bottom: -52px;
    overflow: hidden;
    padding: 72px 0 96px;
    position: relative;
    text-align: center;
}

.about-hero__blob {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    filter: blur(2px);
    height: 220px;
    position: absolute;
    right: -60px;
    top: -40px;
    width: 220px;
}

.about-hero__eyebrow {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
    padding: 8px 14px;
}

.about-hero__title {
    color: #fff;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
}

.about-hero__subtitle {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.08rem;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 720px;
}

.about-body {
    padding-bottom: 72px;
    position: relative;
    z-index: 2;
}

.about-intro-card {
    background: var(--about-surface);
    border: 1px solid var(--about-border);
    border-radius: 20px;
    box-shadow: 0 18px 48px rgba(42, 18, 61, 0.12);
    margin-bottom: 28px;
    padding: 28px 28px 24px;
}

.about-intro-card p {
    color: var(--about-ink);
    font-size: 1.08rem;
    line-height: 1.9;
    margin: 0;
    text-align: justify;
}

.about-pillars {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 28px;
}

.about-pillar {
    background: var(--about-surface);
    border: 1px solid var(--about-border);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    padding: 20px 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-pillar:hover {
    box-shadow: 0 14px 30px rgba(42, 18, 61, 0.14);
    transform: translateY(-2px);
}

.about-pillar__icon {
    align-items: center;
    background: linear-gradient(180deg, #fdf0f4 0%, #fff 100%);
    border: 1px solid var(--about-border);
    border-radius: 12px;
    color: var(--about-primary);
    display: inline-flex;
    font-size: 1.35rem;
    height: 44px;
    justify-content: center;
    margin-bottom: 12px;
    width: 44px;
}

.about-pillar__title {
    color: var(--about-ink);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 6px;
}

.about-pillar__text {
    color: var(--about-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
}

.about-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1.15fr 0.85fr;
    margin-bottom: 28px;
}

.about-panel {
    background: var(--about-surface);
    border: 1px solid var(--about-border);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    padding: 26px 24px;
}

.about-panel__title {
    align-items: center;
    color: var(--about-ink);
    display: flex;
    font-size: 1.25rem;
    font-weight: 800;
    gap: 10px;
    margin-bottom: 16px;
}

.about-panel__title::before {
    background: var(--about-primary);
    border-radius: 999px;
    content: "";
    height: 8px;
    width: 8px;
}

.about-panel p {
    color: #334155;
    font-size: 1.02rem;
    line-height: 1.88;
    margin-bottom: 14px;
    text-align: justify;
}

.about-panel p:last-child {
    margin-bottom: 0;
}

.about-side-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-side-list li {
    align-items: flex-start;
    background: linear-gradient(180deg, #faf7f8 0%, #fff 100%);
    border: 1px solid var(--about-border);
    border-radius: 14px;
    color: #334155;
    display: flex;
    font-size: 0.96rem;
    gap: 12px;
    line-height: 1.6;
    padding: 14px 14px;
}

.about-side-list i {
    color: var(--about-primary);
    font-size: 1.2rem;
    margin-top: 2px;
}

.about-quote {
    background: linear-gradient(135deg, #fdf0f4 0%, #ffffff 100%);
    border: 1px solid var(--about-border);
    border-left: 4px solid var(--about-primary);
    border-radius: 16px;
    margin-bottom: 28px;
    padding: 22px 24px;
}

.about-quote p {
    color: #334155;
    font-size: 1.03rem;
    line-height: 1.85;
    margin: 0;
    text-align: justify;
}

.about-cta {
    align-items: center;
    background: linear-gradient(135deg, #2a123d 0%, #4a2356 100%);
    border-radius: 18px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
    padding: 26px 28px;
}

.about-cta__text {
    flex: 1 1 320px;
}

.about-cta__text h2 {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.about-cta__text p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;
}

.about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-btn {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 700;
    gap: 8px;
    padding: 12px 18px;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.about-btn:hover {
    color: inherit;
    transform: translateY(-1px);
}

.about-btn--light {
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
    color: var(--about-primary-dark);
}

.about-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
}

.about-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

@media (max-width: 991.98px) {
    .about-pillars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 575.98px) {
    .about-hero {
        margin-bottom: -36px;
        padding: 56px 0 78px;
    }

    .about-intro-card,
    .about-panel,
    .about-quote,
    .about-cta {
        padding: 20px 18px;
    }

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

    .about-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .about-btn {
        justify-content: center;
        width: 100%;
    }
}

/* Trade license — small, muted legal line below the contact CTA */
.about-trade-license {
    margin: 18px auto 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    color: #6b6577;
    letter-spacing: .01em;
}
