/* ═══════════════════════════════════════════
   ABOUT PAGE LAYOUT
   ═══════════════════════════════════════════ */
.about-page-wrap {
    display: grid;
    grid-template-columns: 300px 1fr;
    min-height: calc(100vh - 4.5rem);
}
@media (max-width: 1023px) {
    .about-page-wrap { grid-template-columns: 1fr; }
}

/* Sidebar */
.about-sidebar {
    position: sticky;
    top: 4.5rem;
    height: calc(100vh - 4.5rem);
    overflow-y: auto;
    background: linear-gradient(180deg, #1e3a8a 0%, #1e40af 50%, #2563eb 100%);
    padding: 2.5rem 1.5rem;
    z-index: 10;
}
.about-sidebar::-webkit-scrollbar { width: 0; }
.about-sidebar-logo {
    display: flex; align-items: center; gap: 0.6rem;
    margin-bottom: 2.5rem; padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.about-sidebar-logo .logo-icon {
    width: 2.5rem; height: 2.5rem; background: rgba(255,255,255,0.15);
    border-radius: 0.5rem; display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 700; font-size: 1.125rem;
}
.about-sidebar-logo .logo-text .name { color: #fff; font-weight: 700; font-size: 0.8125rem; }
.about-sidebar-logo .logo-text .sub { color: #86efac; font-size: 0.5625rem; font-weight: 600; letter-spacing: 0.06em; }

.about-nav-list { list-style: none; padding: 0; margin: 0; }
.about-nav-list li { margin-bottom: 0.25rem; }
.about-nav-list li a {
    display: flex; align-items: center; gap: 0.75rem;
    padding: 0.75rem 1rem; border-radius: 0.5rem;
    color: rgba(255,255,255,0.7); font-size: 0.8125rem; font-weight: 500;
    transition: all 0.25s; position: relative;
}
.about-nav-list li a .nav-icon {
    width: 2rem; height: 2rem; border-radius: 0.375rem;
    background: rgba(255,255,255,0.08); display: flex;
    align-items: center; justify-content: center; flex-shrink: 0;
    transition: all 0.25s;
}
.about-nav-list li a:hover,
.about-nav-list li a.active {
    color: #fff; background: rgba(255,255,255,0.1);
}
.about-nav-list li a.active .nav-icon { background: #4ade80; color: #fff; }
.about-nav-list li a.active::before {
    content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 3px; height: 60%; background: #4ade80; border-radius: 0 3px 3px 0;
}

.about-sidebar-cta {
    margin-top: 2.5rem; padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.about-sidebar-cta a {
    display: flex; align-items: center; justify-content: center; gap: 0.5rem;
    background: #25D366; color: #fff; font-size: 0.8125rem; font-weight: 600;
    padding: 0.75rem 1.25rem; border-radius: 0.5rem; width: 100%;
    transition: all 0.2s;
}
.about-sidebar-cta a:hover { background: #20bd5a; transform: translateY(-1px); }

/* Mobile nav */
.about-mobile-nav {
    display: none; position: sticky; top: 4.5rem; z-index: 50;
    background: #1e3a8a; padding: 0.75rem 1.5rem;
    overflow-x: auto; white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.about-mobile-nav::-webkit-scrollbar { display: none; }
.about-mobile-nav a {
    display: inline-flex; align-items: center; gap: 0.35rem;
    color: rgba(255,255,255,0.7); font-size: 0.75rem; font-weight: 600;
    padding: 0.5rem 1rem; border-radius: 2rem; margin-right: 0.5rem;
    transition: all 0.2s;
}
.about-mobile-nav a.active { background: rgba(255,255,255,0.15); color: #fff; }
@media (max-width: 1023px) {
    .about-sidebar { display: none; }
    .about-mobile-nav { display: block; }
}

/* Content area */
.about-content { padding: 3.5rem 3rem; background: #fff; }
@media (max-width: 1023px) { .about-content { padding: 2rem 1.5rem; } }

.about-section {
    padding-bottom: 4rem; margin-bottom: 4rem;
    border-bottom: 1px solid #f1f5f9;
}
.about-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.section-label {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.6875rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.12em; color: #2563eb; margin-bottom: 0.75rem;
}
.section-label .label-dot { width: 6px; height: 6px; background: #2563eb; border-radius: 50%; }
.about-section h2 { font-size: 2rem; font-weight: 700; color: #111827; line-height: 1.3; margin-bottom: 1.5rem; }
.about-section > p { color: #6b7280; font-size: 0.9375rem; line-height: 1.8; max-width: 52rem; margin-bottom: 1.5rem; text-align: justify; }

/* Vision/Mission card */
.vm-card {
    background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
    border: 1px solid #dbeafe; border-radius: 1rem; padding: 2.5rem;
    position: relative; overflow: hidden;
}
.vm-card::after {
    content: ""; position: absolute; top: -30px; right: -30px;
    width: 120px; height: 120px; border-radius: 50%; background: rgba(37,99,235,0.06);
}
.vm-card .vm-icon {
    width: 3.5rem; height: 3.5rem; border-radius: 0.75rem;
    background: #2563eb; color: #fff; display: flex;
    align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.25rem;
}
.vm-card h3 { font-size: 1.375rem; font-weight: 700; color: #111827; margin-bottom: 1rem; }
.vm-card p { color: #4b5563; font-size: 0.9375rem; line-height: 1.8; position: relative; z-index: 1; text-align: justify; }

/* Timeline */
.timeline { position: relative; padding-left: 2.5rem; margin-top: 2rem; }
.timeline::before {
    content: ""; position: absolute; left: 0.75rem; top: 0; bottom: 0;
    width: 2px; background: linear-gradient(180deg, #2563eb, #4ade80);
}
.timeline-item { position: relative; margin-bottom: 2.5rem; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-item .tl-dot {
    position: absolute; left: -2.15rem; top: 0.25rem;
    width: 1rem; height: 1rem; border-radius: 50%;
    background: #2563eb; border: 3px solid #dbeafe;
}
.timeline-item .tl-year {
    display: inline-block; background: #2563eb; color: #fff;
    font-size: 0.6875rem; font-weight: 700; padding: 0.25rem 0.75rem;
    border-radius: 2rem; margin-bottom: 0.5rem;
}
.timeline-item h4 { font-size: 1rem; font-weight: 700; color: #111827; margin-bottom: 0.35rem; }
.timeline-item p { color: #6b7280; font-size: 0.8125rem; line-height: 1.65; text-align: justify; }

/* Who We Serve */
.serve-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 2rem; }
@media (max-width: 768px) { .serve-grid { grid-template-columns: 1fr; } }
.serve-card {
    background: #fff; border: 1px solid #f1f5f9; border-radius: 1rem;
    padding: 2rem; transition: all 0.35s; position: relative; overflow: hidden;
}
.serve-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #2563eb, #4ade80); opacity: 0; transition: opacity 0.35s;
}
.serve-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(30,64,175,0.1); border-color: #dbeafe; }
.serve-card:hover::before { opacity: 1; }
.serve-card .card-icon {
    width: 3.5rem; height: 3.5rem; border-radius: 0.75rem;
    display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.25rem;
}
.serve-card .card-icon.blue { background: #eff6ff; color: #2563eb; }
.serve-card .card-icon.green { background: #f0fdf4; color: #16a34a; }
.serve-card h3 { font-size: 1.25rem; font-weight: 700; color: #111827; margin-bottom: 0.75rem; }
.serve-card .card-desc { color: #6b7280; font-size: 0.8125rem; line-height: 1.7; margin-bottom: 1.25rem; text-align: justify; }
.serve-card ul { list-style: none; padding: 0; }
.serve-card ul li {
    display: flex; align-items: flex-start; gap: 0.5rem;
    color: #4b5563; font-size: 0.8125rem; line-height: 1.6; padding: 0.3rem 0;
}
.serve-card ul li .ck {
    width: 1.125rem; height: 1.125rem; border-radius: 50%; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center; margin-top: 0.1rem;
}
.serve-card ul li .ck.blue { background: #dbeafe; color: #2563eb; }
.serve-card ul li .ck.green { background: #dcfce7; color: #16a34a; }

/* What We Do */
.whatwedo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2rem; }
@media (max-width: 1023px) { .whatwedo-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .whatwedo-grid { grid-template-columns: 1fr; } }
.whatwedo-card {
    background: #f9fafb; border: 1px solid #f3f4f6; border-radius: 0.75rem; padding: 1.5rem; transition: all 0.3s;
}
.whatwedo-card:hover { background: #fff; border-color: #dbeafe; box-shadow: 0 8px 25px rgba(30,64,175,0.08); transform: translateY(-3px); }
.whatwedo-card .wd-icon {
    width: 2.75rem; height: 2.75rem; border-radius: 0.5rem;
    display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 1rem;
}
.whatwedo-card .wd-icon.blue { background: #eff6ff; color: #2563eb; }
.whatwedo-card .wd-icon.green { background: #f0fdf4; color: #16a34a; }
.whatwedo-card h4 { font-size: 0.9375rem; font-weight: 700; color: #111827; margin-bottom: 0.5rem; }
.whatwedo-card p { color: #6b7280; font-size: 0.8125rem; line-height: 1.65; text-align: justify; }

/* Why Choose Us */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2rem; }
@media (max-width: 1023px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .why-grid { grid-template-columns: 1fr; } }
.why-card {
    background: #fff; border: 1px solid #f1f5f9; border-radius: 0.75rem;
    padding: 1.75rem; text-align: center; transition: all 0.3s;
}
.why-card:hover { border-color: #dbeafe; box-shadow: 0 8px 25px rgba(30,64,175,0.08); }
.why-card .why-icon {
    width: 3.25rem; height: 3.25rem; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.375rem; margin: 0 auto 1rem;
}
.why-card .why-icon.blue { background: #eff6ff; color: #2563eb; }
.why-card .why-icon.green { background: #f0fdf4; color: #16a34a; }
.why-card h4 { font-size: 0.9375rem; font-weight: 700; color: #111827; margin-bottom: 0.5rem; }
.why-card p { color: #6b7280; font-size: 0.8125rem; line-height: 1.65; text-align: justify; }

/* Pricing */
.cost-notice {
    background: linear-gradient(135deg, #f0fdf4, #eff6ff); border: 1px solid #bbf7d0;
    border-radius: 1rem; padding: 2.5rem; text-align: center;
}
.cost-notice .cost-icon {
    width: 4rem; height: 4rem; border-radius: 50%; background: #dcfce7; color: #16a34a;
    display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 1.25rem;
}
.cost-notice h3 { font-size: 1.25rem; font-weight: 700; color: #111827; margin-bottom: 0.75rem; }
.cost-notice > p { color: #4b5563; font-size: 0.9375rem; line-height: 1.7; max-width: 36rem; margin: 0 auto 1.5rem; text-align: justify; }
.cost-cta-btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: #2563eb; color: #fff; font-weight: 600;
    padding: 0.75rem 2rem; border-radius: 0.5rem; font-size: 0.875rem; transition: all 0.2s;
}
.cost-cta-btn:hover { background: #1d4ed8; transform: translateY(-1px); }
.cost-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; text-align: left; }
@media (max-width: 768px) { .cost-features { grid-template-columns: 1fr; } }
.cost-feature {
    background: #fff; border: 1px solid #f1f5f9; border-radius: 0.75rem; padding: 1.25rem;
    display: flex; align-items: flex-start; gap: 0.75rem;
}
.cost-feature .cf-icon {
    width: 2rem; height: 2rem; border-radius: 0.375rem; background: #dcfce7; color: #16a34a;
    flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1rem;
}
.cost-feature h4 { font-size: 0.8125rem; font-weight: 700; color: #111827; margin-bottom: 0.15rem; }
.cost-feature p { color: #6b7280; font-size: 0.75rem; line-height: 1.5; }

/* Admin bar */
body.admin-bar .about-sidebar { top: 4.5rem; height: calc(100vh - 4.5rem); }
@media (max-width: 782px) {
    body.admin-bar .about-sidebar { top: 0; height: 100vh; }
    body.admin-bar .about-mobile-nav { top: 46px; }
}