/* ============================================================
   ARES ENERGY — ABOUT US PAGE VISUAL ENHANCEMENT
   Consistent with home-beauty.css design language
   ============================================================ */

/* ── SHARED UTILITIES ────────────────────────────────────── */
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--color-accent);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    padding: 4px 12px;
    background: rgba(243, 139, 42, 0.08);
    border: 1px solid rgba(243, 139, 42, 0.2);
    border-radius: 30px;
}

.section-header {
    margin-bottom: 3rem;
}

/* Image placeholders — styled nicely */
.about-img-placeholder {
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(135deg, #0d1f35 0%, #0f2740 100%);
    border: 1px solid rgba(243, 139, 42, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 3.5rem 2rem;
    min-height: 300px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-img-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 30%, rgba(243, 139, 42, 0.07) 0%, transparent 60%);
    pointer-events: none;
}

.about-img-placeholder .placeholder-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(243, 139, 42, 0.12);
    border: 1px solid rgba(243, 139, 42, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent);
}

.about-img-placeholder .placeholder-icon svg {
    width: 26px;
    height: 26px;
}

.about-img-placeholder.dark-placeholder {
    background: linear-gradient(135deg, #06121e 0%, #0b1c2e 100%);
}

/* ── BREADCRUMB ──────────────────────────────────────────── */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    color: var(--color-text-gray);
    margin-bottom: 2.5rem;
}

.breadcrumb a {
    color: var(--color-text-gray);
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb a:hover {
    color: var(--color-accent);
}

.breadcrumb span {
    color: var(--color-accent);
    font-weight: 600;
}

.breadcrumb svg {
    width: 14px;
    height: 14px;
    color: #d1d5db;
}

/* ── ABOUT HERO SECTION ──────────────────────────────────── */
.about-hero-section {
    background:
        radial-gradient(ellipse at 65% 40%, rgba(243, 139, 42, 0.09) 0%, transparent 55%),
        radial-gradient(ellipse at 5% 80%, rgba(59, 130, 246, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 0%, rgba(243, 139, 42, 0.04) 0%, transparent 60%),
        linear-gradient(160deg, #fff9f3 0%, #ffffff 45%, #f3f8ff 100%);
    padding: clamp(5rem, 10vw, 8rem) 0 clamp(3rem, 6vw, 5rem);
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(243, 139, 42, 0.1);
}

.about-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(243, 139, 42, 0.25), transparent);
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.about-hero-content {
    color: var(--color-primary);
}

.about-hero-content .badge-pill {
    margin-bottom: 1.25rem;
}

.about-hero-content h1 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
    color: var(--color-primary);
}

.about-hero-description {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.about-hero-ctas {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.hero-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text-dark);
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    transition: color 0.2s;
}

.hero-phone-link svg {
    color: var(--color-accent);
    margin-bottom: 2px;
}

.hero-phone-link:hover {
    color: var(--color-accent);
}

/* Hero image */
.about-hero-img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.about-hero-img-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background: none;
    pointer-events: none;
    z-index: 0;
}

.about-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    border-radius: 24px;
    display: block;
    box-shadow:
        0 0 0 1px rgba(243, 139, 42, 0.12),
        0 24px 60px rgba(11, 28, 46, 0.18),
        0 8px 24px rgba(11, 28, 46, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-hero-image:hover .about-image {
    transform: translateY(-6px) scale(1.01);
    box-shadow:
        0 0 0 1px rgba(243, 139, 42, 0.2),
        0 36px 80px rgba(11, 28, 46, 0.22),
        0 12px 30px rgba(11, 28, 46, 0.12);
}

/* ── WHO WE ARE SECTION ──────────────────────────────────── */
.who-we-are-section {
    padding: clamp(4rem, 8vw, 6rem) 0;
    background: #fff;
}

.who-we-are-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.who-we-are-content h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.who-we-are-content p {
    color: var(--color-text-gray);
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 1.02rem;
}

/* Stats row */
.who-stats {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #f8f9fb 0%, #f3f4f6 100%);
    border-radius: 14px;
    border: 1px solid rgba(243, 139, 42, 0.1);
}

.who-stat {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2px;
}

.stat-num {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--color-accent);
    line-height: 1;
}

.stat-lbl {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--color-text-gray);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.who-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(243, 139, 42, 0.2);
    flex-shrink: 0;
}

/* ── WHY WE EXIST SECTION ────────────────────────────────── */
.why-exist-section {
    padding: clamp(4rem, 8vw, 6rem) 0;
    background: linear-gradient(180deg, #f8f9fb 0%, #fff 100%);
}

.why-exist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.why-exist-content h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.why-exist-content p {
    color: var(--color-text-gray);
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 1.02rem;
}

.why-exist-highlight {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    background: rgba(243, 139, 42, 0.06);
    border-left: 3px solid var(--color-accent);
    border-radius: 0 10px 10px 0;
    font-size: 0.92rem;
    font-weight: 600;
    color: #8c4a10;
    line-height: 1.5;
}

.why-exist-highlight svg {
    flex-shrink: 0;
    margin-top: 1px;
    width: 18px;
    height: 18px;
}

/* ── CREDENTIALS SECTION ─────────────────────────────────── */
.credentials-section {
    padding: clamp(4rem, 8vw, 6rem) 0;
    background: var(--color-primary);
    position: relative;
    overflow: hidden;
}

.credentials-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(243, 139, 42, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.credentials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.credentials-content .section-label {
    background: rgba(243, 139, 42, 0.12);
    border-color: rgba(243, 139, 42, 0.25);
}

.credentials-content h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

/* Credential list items */
.credentials-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.credentials-list li {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.97rem;
    font-weight: 500;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    transition: background 0.2s, border-color 0.2s;
}

.credentials-list li:hover {
    background: rgba(243, 139, 42, 0.07);
    border-color: rgba(243, 139, 42, 0.2);
}

.credentials-list .check-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(243, 139, 42, 0.15);
    border: 1px solid rgba(243, 139, 42, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--color-accent);
}

.credentials-list .check-icon svg {
    width: 16px;
    height: 16px;
}

.credentials-footer {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    font-style: normal;
    padding: 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    border-left: 3px solid var(--color-accent);
    margin-top: 1.5rem;
}

/* ── APPROACH SECTION ────────────────────────────────────── */
.approach-section {
    padding: clamp(4rem, 8vw, 6.5rem) 0;
    background: #fff;
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.approach-card {
    position: relative;
    padding: 2.25rem 1.75rem 1.75rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s;
    overflow: hidden;
}

.approach-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.approach-card:nth-child(1)::before {
    background: linear-gradient(90deg, #f38b2a, #fbbf24);
}

.approach-card:nth-child(2)::before {
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
}

.approach-card:nth-child(3)::before {
    background: linear-gradient(90deg, #10b981, #34d399);
}

.approach-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(11, 28, 46, 0.1);
    border-color: transparent;
}

.approach-card:hover::before {
    opacity: 1;
}

.approach-card-num {
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(243, 139, 42, 0.08);
    line-height: 1;
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    letter-spacing: -0.04em;
    font-variant-numeric: tabular-nums;
    user-select: none;
}

.approach-card .icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    transition: transform 0.3s ease;
}

.approach-card:hover .icon-box {
    transform: scale(1.12) rotate(-5deg);
}

.approach-card .icon-box svg {
    width: 24px;
    height: 24px;
}

.bg-yellow-light {
    background: rgba(243, 139, 42, 0.1);
}

.bg-blue-light {
    background: rgba(59, 130, 246, 0.1);
}

.bg-green-light {
    background: rgba(16, 185, 129, 0.1);
}

.text-orange {
    color: var(--color-accent);
}

.text-blue {
    color: #3b82f6;
}

.text-green {
    color: #10b981;
}

.approach-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.6rem;
}

.approach-card p {
    font-size: 0.9rem;
    color: var(--color-text-gray);
    line-height: 1.7;
}

/* ── SAFETY SECTION ──────────────────────────────────────── */
.safety-section {
    padding: clamp(4rem, 8vw, 6rem) 0;
    background: linear-gradient(135deg, #f8f9fb 0%, #f3f4f6 100%);
}

.safety-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.safety-content h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--color-primary) !important;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.safety-content p {
    color: var(--color-text-gray) !important;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.safety-items {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.safety-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--color-text-dark);
}

.safety-item svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* pill badge override for gold */
.pill-gold {
    background: rgba(251, 191, 36, 0.1);
    border-color: rgba(251, 191, 36, 0.3);
    color: #92400e;
}

/* ── AUDIENCE SECTION ────────────────────────────────────── */
.audience-section {
    padding: clamp(4rem, 8vw, 6.5rem) 0;
    background: var(--color-primary);
    position: relative;
    overflow: hidden;
}

.audience-section::before {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(243, 139, 42, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.audience-section .section-label {
    background: rgba(243, 139, 42, 0.12);
    border-color: rgba(243, 139, 42, 0.25);
}

.audience-section .section-title {
    color: #fff;
}

.audience-section .section-desc {
    color: rgba(255, 255, 255, 0.6);
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.audience-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    padding: 2rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    cursor: default;
    transition: background 0.3s, border-color 0.3s, transform 0.3s;
    text-align: center;
}

.audience-card:hover {
    background: rgba(243, 139, 42, 0.08);
    border-color: rgba(243, 139, 42, 0.3);
    transform: translateY(-5px);
}

.audience-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(243, 139, 42, 0.12);
    border: 1px solid rgba(243, 139, 42, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent);
    transition: transform 0.3s, background 0.3s;
}

.audience-icon-wrap svg {
    width: 24px;
    height: 24px;
}

.audience-card:hover .audience-icon-wrap {
    background: rgba(243, 139, 42, 0.2);
    transform: scale(1.1) rotate(-6deg);
}

.audience-card span {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.3;
}

/* ── VALUES SECTION ──────────────────────────────────────── */
.values-section {
    padding: clamp(4rem, 8vw, 6rem) 0;
    background: #fff;
}

.values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

.values-content h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.values-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.values-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    background: #f8f9fb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.values-list li:hover {
    border-color: rgba(243, 139, 42, 0.3);
    background: rgba(243, 139, 42, 0.03);
    transform: translateX(4px);
}

.values-list .check-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(243, 139, 42, 0.1);
    border: 1px solid rgba(243, 139, 42, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--color-accent);
    margin-top: 1px;
}

.values-list .check-icon svg {
    width: 16px;
    height: 16px;
}

.value-item-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.value-item-text strong {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--color-primary);
}

.value-item-text span {
    font-size: 0.83rem;
    color: var(--color-text-gray);
    line-height: 1.5;
}

/* ── SOFT CTA SECTION ────────────────────────────────────── */
.soft-cta-section {
    padding: clamp(4rem, 8vw, 6.5rem) 0;
    background: linear-gradient(135deg, #0b1c2e 0%, #0d2340 60%, #0b1c2e 100%);
    position: relative;
    overflow: hidden;
}

.soft-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(243, 139, 42, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.soft-cta-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(243, 139, 42, 0.4), transparent);
}

.soft-cta-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    position: relative;
    z-index: 1;
}

.soft-cta-text .section-title {
    color: #fff;
    margin-bottom: 1rem;
}

.soft-cta-text .section-desc {
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

.soft-cta-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.8rem 1.75rem;
    background: linear-gradient(135deg, #f38b2a, #e8750f);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(243, 139, 42, 0.35);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(243, 139, 42, 0.45);
    color: #fff;
}

.btn-secondary-light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.8rem 1.75rem;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.btn-secondary-light:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

/* ── TRUST BAR SECTION ───────────────────────────────────── */
.trust-bar-section {
    padding: 2.5rem 0;
    background: #f8f9fb;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.trust-bar-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text-dark);
}

.trust-bar-item svg {
    width: 20px;
    height: 20px;
}

.trust-bar-divider {
    width: 1px;
    height: 28px;
    background: #d1d5db;
}

.text-orange {
    color: var(--color-accent);
}

.text-green {
    color: #10b981;
}

.text-blue {
    color: #3b82f6;
}

/* ── BADGE PILL OVERRIDE FOR ORANGE ─────────────────────── */
.badge-pill.pill-orange {
    background: rgba(243, 139, 42, 0.12);
    border: 1px solid rgba(243, 139, 42, 0.3);
    color: var(--color-accent);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 30px;
    margin-bottom: 1rem;
}

.badge-pill.pill-orange svg {
    width: 14px;
    height: 14px;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1100px) {
    .audience-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {

    .about-hero-grid,
    .who-we-are-grid,
    .why-exist-grid,
    .credentials-grid,
    .safety-grid,
    .values-grid,
    .soft-cta-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .about-hero-image {
        order: -1;
    }

    .approach-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }

    .audience-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .who-stats {
        justify-content: space-around;
    }

    .why-exist-image {
        order: 2;
    }

    .why-exist-content {
        order: 1;
    }

    .values-image {
        order: 2;
    }

    .values-content {
        order: 1;
    }
}

@media (max-width: 600px) {
    .audience-grid {
        grid-template-columns: 1fr 1fr;
    }

    .trust-bar {
        flex-direction: column;
        gap: 1.25rem;
    }

    .trust-bar-divider {
        display: none;
    }

    .soft-cta-inner {
        grid-template-columns: 1fr;
    }

    .about-hero-ctas {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .soft-cta-buttons .btn-primary,
    .soft-cta-buttons .btn-secondary-light {
        text-align: center;
        justify-content: center;
    }

    .who-stats {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .who-stat-divider {
        display: none;
    }
}

/* ============================================================
   ABOUT-US ENHANCEMENTS v2 — Safety Fix + Visual Upgrade
   ============================================================ */

/* ── SAFETY SECTION — DARK THEME (text visibility + aesthetics) ── */
.safety-section {
    background: linear-gradient(135deg, #0b1c2e 0%, #0d2340 60%, #0b1c2e 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.safety-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 75% 35%, rgba(243, 139, 42, 0.08) 0%, transparent 55%),
        radial-gradient(ellipse at 10% 75%, rgba(59, 130, 246, 0.05) 0%, transparent 45%);
    pointer-events: none;
    z-index: 0;
}

.safety-grid {
    position: relative;
    z-index: 1;
}

.safety-content h2 {
    color: #ffffff !important;
}

.safety-content p {
    color: rgba(255, 255, 255, 0.72) !important;
}

.safety-item {
    color: rgba(255, 255, 255, 0.88) !important;
}

.safety-section .pill-gold {
    background: rgba(251, 191, 36, 0.15) !important;
    border-color: rgba(251, 191, 36, 0.35) !important;
    color: #fde68a !important;
}

/* ── HERO TRUST STRIP (credential chips below CTA) ─────── */
.about-hero-trust-strip {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(243, 139, 42, 0.12);
}

.hero-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 11px;
    background: rgba(243, 139, 42, 0.06);
    border: 1px solid rgba(243, 139, 42, 0.16);
    border-radius: 30px;
    font-size: 0.68rem;
    font-weight: 700;
    color: #7c3d0d;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-trust-chip svg {
    width: 12px;
    height: 12px;
    color: var(--color-accent);
}

/* ── CREDENTIALS BADGE ROW ──────────────────────────────── */
.cred-badge-row {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.cred-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(243, 139, 42, 0.12);
    border: 1px solid rgba(243, 139, 42, 0.28);
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #f38b2a;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cred-badge svg {
    width: 13px;
    height: 13px;
}

/* ── TRUST BAR — SAA item ───────────────────────────────── */
.trust-bar-item .text-gold {
    color: #d97706;
}

/* ── WHO-WE-ARE STATS — subtle accent border ────────────── */
.who-stats .stat-num {
    font-size: 1.75rem;
}

/* ── RESPONSIVE for trust chips ────────────────────────── */
@media (max-width: 600px) {
    .about-hero-trust-strip {
        gap: 0.4rem;
    }
    .hero-trust-chip {
        font-size: 0.62rem;
        padding: 4px 9px;
    }
    .cred-badge-row {
        gap: 0.45rem;
    }
}
