html, body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.main-content {
    max-width: 72rem;
    margin: 0 auto;
    padding: 6rem 1rem 2rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
    .main-content { padding: 7rem 2rem 3rem; }
}

.about-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.about-header h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
}
.about-header p {
    font-size: 1rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.about-section {
    margin-bottom: 2.5rem;
}
.about-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #da6f0d;
    display: inline-block;
}
.about-section p {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.founder-spotlight-card {
    display: grid;
    gap: 1.25rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(218, 111, 13, 0.08), rgba(0, 24, 48, 0.04));
    border: 1px solid rgba(218, 111, 13, 0.18);
    border-radius: 1rem;
    box-shadow: 0 12px 30px rgba(0, 24, 48, 0.08);
}

.founder-spotlight-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(218, 111, 13, 0.12);
    color: #da6f0d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.founder-spotlight-card h3 {
    margin: 0 0 0.75rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #001830;
}

.founder-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.85rem;
    margin: 0;
}

.founder-facts div {
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e5e7eb;
    border-radius: 0.85rem;
}

.founder-facts dt {
    margin: 0 0 0.3rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #da6f0d;
}

.founder-facts dd {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.5;
    color: #1f2937;
}

.values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
    .values-grid { grid-template-columns: repeat(2, 1fr); }
}

.value-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.value-card:hover {
    box-shadow: 0 8px 24px rgba(218, 111, 13, 0.14), 0 2px 6px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}
.value-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #da6f0d;
    margin-bottom: 0.75rem;
}
.value-card h3 i {
    margin-right: 0.4rem;
}
.value-card p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.brand-message {
    background-color: #001830;
    color: white;
    text-align: center;
    padding: 1.5rem;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 1rem;
}

.founder-section {
    margin-bottom: 2.5rem;
}
.founder-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
@media (min-width: 768px) {
    .founder-content {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

.founder-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}
.founder-image-ring {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(135deg, #da6f0d, #001830, #da6f0d);
    box-shadow: 0 8px 32px rgba(218, 111, 13, 0.25), 0 0 0 8px rgba(218, 111, 13, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.founder-image-ring:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 40px rgba(218, 111, 13, 0.35), 0 0 0 12px rgba(218, 111, 13, 0.1);
}
.founder-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    transition: transform 0.3s ease;
}
.founder-image-badge {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #da6f0d, #c0600b);
    color: white;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(218, 111, 13, 0.3);
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.founder-image-badge i {
    font-size: 0.6rem;
}
.founder-name-tag {
    margin: 0;
    margin-top: 0.6rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1f2937;
    text-align: center;
}

@media (min-width: 768px) {
    .founder-image-ring {
        width: 200px;
        height: 200px;
    }
}

.founder-bio {
    flex: 1 1 300px;
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.founder-bio h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #da6f0d;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}
.founder-bio h4:first-child {
    margin-top: 0;
}
.founder-bio p {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 0.75rem;
}

.quote {
    background-color: #f8fafb;
    border-left: 4px solid #da6f0d;
    padding: 1rem 1.25rem;
    border-radius: 0 0.5rem 0.5rem 0;
    font-style: italic;
    color: #4b5563;
    line-height: 1.6;
    margin: 1rem 0;
    font-size: 0.9rem;
}
.quote strong {
    color: #001830;
    font-style: normal;
    display: block;
    margin-top: 0.5rem;
}

.founder-socials {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.founder-socials h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1.25rem;
    text-align: center;
}
.founder-socials h3 i {
    color: #da6f0d;
    margin-right: 0.4rem;
}
.founder-social-grid {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

html[data-theme-resolved="dark"] .founder-spotlight-card {
    background: linear-gradient(135deg, rgba(218, 111, 13, 0.14), rgba(15, 27, 45, 0.94));
    border-color: rgba(251, 146, 60, 0.22);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.35);
}

html[data-theme-resolved="dark"] .founder-spotlight-kicker {
    background: rgba(218, 111, 13, 0.2);
    color: #fdba74;
}

html[data-theme-resolved="dark"] .founder-spotlight-card h3,
html[data-theme-resolved="dark"] .founder-facts dd {
    color: #edf4ff;
}

html[data-theme-resolved="dark"] .founder-facts div {
    background: rgba(15, 27, 45, 0.9);
    border-color: rgba(148, 163, 184, 0.18);
}

.fs-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.fs-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 0 3px 3px 0;
    transition: all 0.25s ease;
    opacity: 0;
}
.fs-card:hover {
    transform: translateY(-2px);
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.fs-card:hover::before {
    opacity: 1;
}

.fs-icon-wrap {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    border-radius: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: white;
    transition: transform 0.25s ease;
}
.fs-card:hover .fs-icon-wrap {
    transform: scale(1.1);
}

.fs-facebook .fs-icon-wrap,
.fs-facebook::before { background: linear-gradient(135deg, #1877F2, #0d6efd); }
.fs-facebook:hover { border-left-color: #1877F2; }

.fs-youtube .fs-icon-wrap,
.fs-youtube::before { background: linear-gradient(135deg, #FF0000, #cc0000); }
.fs-youtube:hover { border-left-color: #FF0000; }

.fs-tiktok .fs-icon-wrap,
.fs-tiktok::before { background: linear-gradient(135deg, #000000, #1f1f1f); }
.fs-tiktok:hover { border-left-color: #000000; }

.fs-instagram .fs-icon-wrap,
.fs-instagram::before { background: linear-gradient(135deg, #E4405F, #C13584, #833AB4); }
.fs-instagram:hover { border-left-color: #E4405F; }

.fs-whatsapp .fs-icon-wrap,
.fs-whatsapp::before { background: linear-gradient(135deg, #25D366, #128C7E); }
.fs-whatsapp:hover { border-left-color: #25D366; }

.fs-threads .fs-icon-wrap,
.fs-threads::before { background: linear-gradient(135deg, #000000, #1a1a1a); }
.fs-threads:hover { border-left-color: #000000; }

.fs-x .fs-icon-wrap,
.fs-x::before { background: linear-gradient(135deg, #000000, #1a1a1a); }
.fs-x:hover { border-left-color: #000000; }

.fs-snapchat .fs-icon-wrap,
.fs-snapchat::before { background: linear-gradient(135deg, #FFFC00, #e6db00); }
.fs-snapchat .fs-icon-wrap { color: #000; }
.fs-snapchat:hover { border-left-color: #FFFC00; }

.fs-linkedin .fs-icon-wrap,
.fs-linkedin::before { background: linear-gradient(135deg, #0A66C2, #004182); }
.fs-linkedin:hover { border-left-color: #0A66C2; }

.fs-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.fs-platform {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.3;
}
.fs-handle {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fs-arrow {
    color: #cbd5e1;
    font-size: 0.8rem;
    transition: all 0.25s ease;
    opacity: 0;
    transform: translateX(-6px);
}
.fs-card:hover .fs-arrow {
    opacity: 1;
    transform: translateX(0);
    color: #da6f0d;
}

@media (min-width: 768px) {
    .founder-social-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.85rem;
    }
}

footer {
    background-color: #001830;
    color: #9ca3af;
    padding-top: 1rem;
    padding-bottom: 3rem;
    z-index: 1;
    text-align: center;
    border-top: 2px solid #da6f0d;
}
footer p {
    font-size: 0.875rem;
    margin: 0;
}
.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0;
    flex-wrap: wrap;
}
.social-link {
    color: #9ca3af;
    font-size: 1.25rem;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}
.social-link:hover {
    color: #da6f0d;
    transform: scale(1.15);
    background: rgba(218, 111, 13, 0.15);
}
.footer-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin: 1rem 0;
}
.footer-link {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}
.footer-link:hover {
    color: #da6f0d;
}
.footer-text {
    margin-top: 0.5rem;
}

#backToTop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #da6f0d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
    z-index: 1000;
}
#backToTop:hover {
    background-color: #da6f0d;
    transform: translateY(-2px);
}
#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.founder-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}
.founder-modal.is-open {
    display: flex;
}
.founder-modal .modal-box {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    max-width: 420px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.founder-modal h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1f2937;
    margin: 1rem 0 0.5rem;
}
.founder-modal p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.founder-modal-image {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid #da6f0d;
    box-shadow: 0 0 0 6px rgba(218, 111, 13, 0.15), 0 8px 24px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.founder-modal-image:hover {
    transform: scale(1.05);
    box-shadow: 0 0 0 8px rgba(218, 111, 13, 0.25), 0 12px 32px rgba(0, 0, 0, 0.2);
}
.close-modal-btn {
    background-color: #da6f0d;
    color: white;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    transition: background 0.2s ease;
}
.close-modal-btn:hover {
    background-color: #da6f0d;
}

#img-zoom-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 3000;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}
#img-zoom-overlay.open {
    display: flex;
}
#img-zoom-overlay img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 0.5rem;
}

.hidden { display: none !important; }

.back-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.95rem;
    background: #ffffff;
    border: 1.5px solid #d1d5db;
    border-radius: 9999px;
    color: #374151;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}
.back-btn i {
    font-size: 0.75rem;
    transition: transform 0.25s ease;
}
.back-btn:hover {
    background: #fff5ee;
    border-color: #da6f0d;
    color: #da6f0d;
    box-shadow: 0 2px 8px rgba(218, 111, 13, 0.15);
}
.back-btn:hover i {
    transform: translateX(-3px);
}
.back-btn:active {
    transform: scale(0.97);
}
@media (max-width: 480px) {
    .back-btn span { display: none; }
    .back-btn { padding: 0.45rem 0.6rem; }
    .back-btn i { font-size: 0.85rem; margin: 0; }
}

html[data-theme-resolved="dark"] .back-btn {
    background: #2d3748;
    border-color: #4a5568;
    color: #cbd5e1;
}
html[data-theme-resolved="dark"] .back-btn:hover {
    background: #1a202c;
    border-color: #da6f0d;
    color: #da6f0d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
