/* ===================================
   About Page - People Friendly Design
   =================================== */
.about-page {
    background: var(--bg-light);
}

.about-main {
    overflow-x: clip;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary-color);
}

.btn-outline {
    background: #ffffff;
    color: var(--primary-dark);
    border: 1px solid rgba(6, 95, 70, 0.22);
    box-shadow: 0 8px 18px rgba(6, 78, 59, 0.1);
}

.btn-outline:hover {
    transform: translateY(-2px);
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

/* ===================================
   Hero - High End Integrated Design
   =================================== */
.about-family-hero {
    padding: 160px 0 80px;
    background: 
        radial-gradient(at 0% 0%, rgba(20, 184, 166, 0.05) 0px, transparent 50%),
        radial-gradient(at 100% 0%, rgba(234, 88, 12, 0.05) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(15, 118, 110, 0.08) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgba(254, 247, 237, 1) 0px, transparent 50%),
        #ffffff;
    position: relative;
    overflow: hidden;
}

.about-family-hero::before {
    content: '';
    position: absolute;
    top: 10%;
    right: -5%;
    width: 40%;
    height: 80%;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.03) 0%, transparent 70%);
    z-index: 0;
}

.about-hero-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    margin-bottom: 5rem;
    position: relative;
    z-index: 1;
}

/* Left Content Refinement */
.about-hero-content {
    flex: 1;
    max-width: 660px;
    padding-right: 2rem;
}

.hero-title-main {
    font-size: clamp(1.85rem, 3.2vw, 2.6rem);
    line-height: 1.2;
    color: #0f172a;
    margin-bottom: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.hero-description-text {
    font-size: 1.1rem;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 2rem;
    font-weight: 450;
    max-width: 580px;
}

/* Mid-Social Proof */
.hero-mid-proof {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding: 0.75rem 0;
    position: relative;
}

.hero-mid-proof::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background: var(--primary-color);
    opacity: 0.3;
}

.proof-icons {
    display: flex;
    align-items: center;
}

.mini-logo-proof {
    height: 32px;
    width: auto;
    margin-right: 0.75rem;
    filter: grayscale(1) opacity(0.5);
}

.user-stack {
    display: flex;
    margin-left: 0.5rem;
}

.user-stack i {
    font-size: 1.5rem;
    color: #cbd5e1;
    margin-left: -10px;
    background: white;
    border-radius: 50%;
}

.user-stack i:first-child { margin-left: 0; }

.proof-info {
    display: flex;
    flex-direction: column;
}

.p-main {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1e293b;
}

.p-sub {
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
}

/* Modern Bullets */
.hero-bullets-modern {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}

.hero-bullets-modern li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-bullets-modern i {
    color: var(--primary-color);
    font-size: 1.1rem;
    opacity: 0.9;
}

.hero-bullets-modern span {
    font-size: 1rem;
    font-weight: 700;
    color: #334155;
}

/* Right Visual/Interaction Panel */
.about-hero-visual {
    flex-shrink: 0;
    width: 100%;
    max-width: 480px;
    position: relative;
}

.visual-panel {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(15, 118, 110, 0.1);
    border-radius: 32px;
    padding: 3rem 2.5rem 2.5rem;
    box-shadow: 
        0 4px 6px -1px rgba(0, 0, 0, 0.05),
        0 25px 50px -12px rgba(15, 118, 110, 0.15);
    position: relative;
}

.experience-badge {
    position: absolute;
    top: -25px;
    right: 40px;
    background: var(--accent-color);
    color: white;
    padding: 1rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(234, 88, 12, 0.3);
    z-index: 2;
}

.exp-num {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
}

.exp-label {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.panel-header {
    margin-bottom: 2rem;
}

.panel-header h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 0.5rem;
}

.panel-header p {
    color: #6b7280;
    font-weight: 500;
}

.panel-features {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.p-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #374151;
}

.p-feature i {
    color: var(--primary-color);
}

.panel-cta-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-cta-main {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #111827;
    color: white;
    padding: 1.25rem 1.5rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hero-cta-main:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.2);
}

.cta-icon {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.cta-text {
    display: flex;
    flex-direction: column;
}

.cta-label {
    font-size: 0.8rem;
    font-weight: 500;
    opacity: 0.8;
}

.cta-val {
    font-size: 1.15rem;
    font-weight: 700;
}

.hero-cta-sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.sub-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 1rem;
    border-radius: 16px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.sub-cta-btn.wa {
    background: #e7f9ee;
    color: #059669;
}

.sub-cta-btn.ct {
    background: #f3f4f6;
    color: #374151;
}

.sub-cta-btn:hover {
    transform: translateY(-2px);
    filter: brightness(0.97);
}

/* Trust Counters Bar */
.hero-stats {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.trust-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(15, 118, 110, 0.08);
    padding: 2rem 1.5rem;
    border-radius: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.trust-card:hover {
    background: #ffffff;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-color: var(--primary-color);
}

.trust-card .stat-number {
    display: block;
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.trust-card p {
    font-size: 0.95rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ===================================
   What Makes Us Different (Keep)
   =================================== */
.story-ribbon {
    padding: 4.8rem 0 4.6rem;
    background: linear-gradient(180deg, #fff9ef 0%, #fffbeb 100%);
}

.about-heading {
    max-width: 820px;
    margin-bottom: 1.35rem;
}

.about-heading h2 {
    font-size: clamp(1.65rem, 2.9vw, 2.45rem);
    line-height: 1.15;
    color: var(--text-dark);
}

.ribbon-lane {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.82rem;
}

.ribbon-card {
    border-radius: 18px;
    border: 1px solid rgba(6, 95, 70, 0.16);
    padding: 1.1rem 0.95rem;
    background: #ffffff;
    box-shadow: 0 12px 20px rgba(6, 78, 59, 0.08);
}

.ribbon-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(6, 95, 70, 0.12);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.08rem;
    margin-bottom: 0.7rem;
}

.ribbon-card h3 {
    font-size: 1.02rem;
    margin-bottom: 0.36rem;
    color: var(--text-dark);
}

.ribbon-card p {
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--text-light);
}

/* ===================================
   How We Work (Keep)
   =================================== */
.process-studio {
    padding: 4.8rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #fff8e6 100%);
}

.process-heading {
    max-width: 760px;
    margin-bottom: 1.4rem;
}

.process-heading h2 {
    margin-top: 0.45rem;
    margin-bottom: 0.6rem;
    font-size: clamp(1.65rem, 2.8vw, 2.45rem);
    line-height: 1.16;
    color: var(--text-dark);
}

.process-heading p {
    color: var(--text-light);
    line-height: 1.72;
}

.process-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.82rem;
}

.process-node {
    border-radius: 16px;
    border: 1px solid rgba(6, 95, 70, 0.16);
    padding: 1.02rem 0.92rem;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(6, 78, 59, 0.08);
}

.process-node::before {
    content: attr(data-step);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 0.62rem;
    margin-bottom: 0.6rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
}

.process-node h3 {
    font-size: 0.98rem;
    margin-bottom: 0.32rem;
    color: var(--text-dark);
}

.process-node p {
    font-size: 0.86rem;
    line-height: 1.5;
    color: var(--text-light);
}

/* ===================================
   Service Cards
   =================================== */
.home-use-cases {
    padding: 5rem 0 4.6rem;
    background: linear-gradient(180deg, #fff8e9 0%, #fffbeb 100%);
}

.use-case-heading {
    max-width: 760px;
    margin-bottom: 1.2rem;
}

.use-case-heading h2 {
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.18;
    margin: 0.46rem 0;
    color: var(--text-dark);
}

.use-case-heading p {
    color: var(--text-light);
    line-height: 1.65;
}

.use-case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.use-case-card {
    display: block;
    border-radius: 18px;
    border: 1px solid rgba(6, 95, 70, 0.18);
    background: #ffffff;
    padding: 1.05rem 0.95rem;
    box-shadow: 0 12px 20px rgba(6, 78, 59, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.use-case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 28px rgba(6, 78, 59, 0.14);
}

.use-case-card i {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(6, 95, 70, 0.12);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    margin-bottom: 0.64rem;
}

.use-case-card h3 {
    font-size: 1rem;
    margin-bottom: 0.34rem;
    color: var(--text-dark);
}

.use-case-card p {
    font-size: 0.89rem;
    line-height: 1.55;
    color: var(--text-light);
}

/* ===================================
   Service Reach
   =================================== */
.service-reach {
    padding: 4.8rem 0;
    background:
        radial-gradient(circle at 82% 14%, rgba(16, 185, 129, 0.18), transparent 34%),
        linear-gradient(180deg, #fffcf5 0%, #fffbeb 100%);
}

.reach-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0.95rem;
}

.reach-copy,
.reach-help {
    border-radius: 20px;
}

.reach-copy {
    background: #ffffff;
    border: 1px solid rgba(6, 95, 70, 0.18);
    box-shadow: 0 14px 24px rgba(6, 78, 59, 0.08);
    padding: 1.35rem 1.05rem;
}

.reach-copy h2 {
    margin: 0.5rem 0 0.65rem;
    font-size: clamp(1.56rem, 2.6vw, 2.2rem);
    line-height: 1.16;
    color: var(--text-dark);
}

.reach-copy p {
    color: var(--text-light);
    line-height: 1.68;
}

.reach-cities {
    margin-top: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.52rem;
}

.reach-cities span {
    border-radius: 999px;
    border: 1px solid rgba(6, 95, 70, 0.2);
    background: rgba(6, 95, 70, 0.07);
    color: var(--text-dark);
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.35rem 0.72rem;
}

.reach-help {
    background: linear-gradient(160deg, #064e3b 0%, #065f46 100%);
    color: #ffffff;
    padding: 1.25rem 0.95rem;
    box-shadow: 0 16px 26px rgba(6, 78, 59, 0.25);
}

.reach-help h3 {
    font-size: 1.4rem;
    margin-bottom: 0.42rem;
}

.reach-help p {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0.85rem;
}

.reach-help ul {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 0.9rem;
}

.reach-help li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.4;
}

.reach-help li i {
    color: #fef3c7;
}

.reach-help .btn {
    width: 100%;
    justify-content: center;
    margin-top: 0.4rem;
}

/* ===================================
   Final CTA
   =================================== */
.about-final-cta {
    padding: 4rem 0 5.2rem;
    background:
        radial-gradient(circle at 12% 16%, rgba(16, 185, 129, 0.16), transparent 30%),
        radial-gradient(circle at 86% 86%, rgba(245, 158, 11, 0.2), transparent 36%),
        linear-gradient(180deg, #fff9ee 0%, #fffbeb 100%);
}

.final-cta-box {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    padding: 1.85rem 1.2rem;
    border-radius: 20px;
    border: 1px solid rgba(6, 95, 70, 0.18);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 26px rgba(6, 78, 59, 0.1);
}

.final-cta-box h2 {
    font-size: clamp(1.6rem, 2.6vw, 2.35rem);
    line-height: 1.16;
    color: var(--text-dark);
    margin-bottom: 0.58rem;
}

.final-cta-box p {
    color: var(--text-light);
    line-height: 1.72;
    max-width: 66ch;
    margin: 0 auto;
}

.finale-actions {
    margin-top: 1.15rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.68rem;
}

/* ===================================
   Responsive
   =================================== */
@media (max-width: 1024px) {
    .about-family-hero {
        padding-top: 140px;
        padding-bottom: 60px;
        text-align: center;
    }
    
    .about-hero-flex {
        flex-direction: column;
        gap: 3.5rem;
        margin-bottom: 4rem;
    }

    .about-hero-content {
        max-width: 100%;
        padding-right: 0;
    }

    .hero-title-main {
        margin-bottom: 1.25rem;
    }

    .hero-description-text {
        margin-left: auto;
        margin-right: auto;
        font-size: 1.05rem;
    }

    .hero-mid-proof {
        justify-content: center;
        background: rgba(15, 118, 110, 0.04);
        padding: 1rem;
        border-radius: 20px;
        border: 1px solid rgba(15, 118, 110, 0.08);
        max-width: 400px;
        margin: 0 auto 2.5rem;
    }

    .hero-mid-proof::before {
        display: none; /* Cleaner for mobile */
    }

    .hero-bullets-modern {
        justify-content: center;
        gap: 1rem;
        max-width: 500px;
        margin: 0 auto;
    }

    .about-hero-visual {
        max-width: 100%;
        width: 100%;
    }

    .visual-panel {
        padding: 2.5rem 1.5rem 2rem;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 28px;
    }

    .experience-badge {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: -30px;
        padding: 0.75rem 1.25rem;
        border-radius: 16px;
    }
}

/* Keep non-hero sections readable on tablet/mobile */
@media (max-width: 1100px) {
    .reach-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .trust-numbers,
    .process-track,
    .use-case-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ribbon-lane {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-family-hero {
        padding-top: 115px;
        padding-bottom: 50px;
    }

    .hero-title-main {
        font-size: 2.1rem;
        letter-spacing: -0.01em;
    }

    .hero-mid-proof {
        gap: 1rem;
    }

    .user-stack i {
        font-size: 1.25rem;
    }

    .p-main { font-size: 0.95rem; }
    .p-sub { font-size: 0.8rem; }

    .hero-bullets-modern li {
        width: 100%;
        justify-content: center;
        background: white;
        padding: 0.6rem;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .trust-card {
        padding: 1.5rem 0.75rem;
    }

    .trust-card .stat-number {
        font-size: 1.75rem;
    }

    .story-ribbon,
    .process-studio,
    .home-use-cases,
    .service-reach,
    .about-final-cta {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}

@media (max-width: 480px) {
    .about-family-hero {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-title-main {
        font-size: 1.9rem;
    }

    .hero-cta-main {
        padding: 1rem;
        gap: 12px;
    }

    .cta-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .cta-val { font-size: 1rem; }

    .hero-cta-sub {
        grid-template-columns: 1fr;
    }

    .trust-numbers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-track,
    .use-case-grid {
        grid-template-columns: 1fr;
    }
}
