
/* ============================================
   ABOUT US PAGE - Professional CSS
   Radon Scaffolding UAE
   ============================================ */

/* Hero */
.about-hero {
    background: linear-gradient(135deg, #0a1628 0%, #1e3c72 100%);
    padding: 120px 24px 70px;
    margin-top: 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.about-hero-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.about-hero-badge {
    display: inline-block;
    background: rgba(255,215,0,.12);
    border: 1px solid rgba(255,215,0,.35);
    color: #ffd700;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.about-hero h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
    line-height: 1.2;
}

.about-hero h1 span { color: #ffd700; }

.about-hero p {
    color: rgba(255,255,255,.65);
    font-size: 1rem;
    line-height: 1.7;
}

/* ============ ABOUT SECTION ============ */
.about-section {
    padding: 90px 0;
    background: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 64px;
    align-items: start;
}

.about-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff7e0;
    color: #996600;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.about-tag-dot {
    width: 5px;
    height: 5px;
    background: #ffd700;
    border-radius: 50%;
    display: inline-block;
}

.about-text h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 18px;
    line-height: 1.25;
}

.about-text h2 em {
    font-style: normal;
    color: #1e3c72;
    border-bottom: 3px solid #ffd700;
    padding-bottom: 2px;
}

.about-text p {
    font-size: .92rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 28px 0;
}

.about-highlight {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8faff;
    border: 1px solid #eaeef5;
    border-radius: 10px;
    padding: 14px 16px;
    transition: box-shadow .2s;
}

.about-highlight:hover {
    box-shadow: 0 4px 16px rgba(30,60,114,.1);
}

.about-highlight i {
    font-size: 1.3rem;
    color: #ffd700;
    flex-shrink: 0;
    width: 28px;
    text-align: center;
}

.about-highlight strong {
    display: block;
    font-size: .88rem;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 2px;
}

.about-highlight span {
    font-size: .76rem;
    color: #888;
}

.about-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

/* Stats Box */
.about-stats-box {
    background: #0d1b3e;
    border-radius: 20px;
    padding: 36px 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.about-stat {
    text-align: center;
    padding: 8px 0;
}

.about-stat-num {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #ffd700;
    line-height: 1;
    margin-bottom: 8px;
}

.about-stat-lbl {
    font-size: 11px;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

.about-certifications {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 22px;
}

.about-certifications h4 {
    color: rgba(255,255,255,.6);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.cert-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cert-badge {
    background: rgba(255,215,0,.1);
    border: 1px solid rgba(255,215,0,.25);
    color: #ffd700;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* ============ WHY US - HEXAGON SECTION (HERO BG FIXED) ============ */
.why-hex-section {
    background: linear-gradient(135deg, #0a1628 0%, #1e3c72 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.why-hex-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.hex-grid {
    max-width: 800px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.hex-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: -45px; 
}

.hex-row-offset {
    position: relative;
    z-index: 2;
}

.hex-shape {
    width: 190px;
    height: 215px;
    background: rgba(255, 255, 255, 0.08);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.hex-shape:hover {
    transform: translateY(-5px) scale(1.05);
    background: rgba(255, 215, 0, 0.1);
    border-color: #ffd700;
}

.hex-shape.hex-center {
    background: rgba(255, 255, 255, 0.15);
}

.hex-inner {
    text-align: center;
    padding: 20px;
    color: #fff;
}

.hex-icon {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: #051129;
    font-size: 1.1rem;
}

.hex-inner h3 {
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.hex-inner p {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.3;
    margin: 0;
}

/* RESPONSIVE FIX */
@media (max-width: 768px) {
    .hex-row {
        flex-direction: column;
        margin-bottom: 15px;
        gap: 15px;
    }
    .hex-row-offset {
        margin-left: 0 !important;
    }
    .hex-shape {
        width: 240px;
        height: 270px;
    }
    .about-grid {
        grid-template-columns: 1fr;
    }
}