/**
 * About page — scoped extensions on shared site patterns
 * (hero-section / hero-title / value-card / etc. from style.css + partners look).
 */

/* Same fill as the story block below — one continuous page, not a second hero palette */
.hero-section.about-hero {
    padding: 2.25rem 0 2.75rem;
    min-height: 0 !important;
    background: var(--dark-bg, #010314);
    position: relative;
    overflow: visible;
    border-bottom: 2px solid rgba(255, 255, 255, 0.16);
}

.about-hero > .container,
.about-hero .row,
.about-hero [class*="col-"] {
    overflow: visible;
}

.hero-section.about-hero::before {
    content: none;
}

.about-hero .hero-pretitle {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-hero .hero-pretitle-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(to right, var(--primary-color), var(--primary-hover, #5de495));
}

.about-hero .hero-title {
    font-size: clamp(2.4rem, 4.5vw, 4rem);
    font-weight: 700;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, #fff, #e0e0e0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.15;
    text-align: left;
}

.about-hero .hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.35rem;
    line-height: 1.6;
    max-width: 34rem;
    text-align: left;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.about-hero .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.about-hero .hero-buttons .btn2 {
    min-height: 48px;
    padding: 0 1.5rem;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
    line-height: 1.2;
}

.about-hero .hero-buttons .btn2-primary {
    min-width: 0;
    flex: 0 0 auto;
}

.about-hero .hero-buttons .btn2-outline-light {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.about-hero .hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 0;
}

.about-hero .stat-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-align: left;
    flex: 1 1 0;
    min-width: 9.25rem;
    padding: 0.75rem 0.9rem;
    border-radius: var(--border-radius, 8px);
    background: var(--card-bg, rgba(30, 41, 59, 0.8));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-hero .stat-item i {
    font-size: 1.25rem;
    color: var(--primary-color);
    margin: 0;
    display: block;
    line-height: 1;
    flex: 0 0 auto;
}

.about-hero .stat-item strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.about-hero .stat-item span {
    display: block;
    margin-top: 0.1rem;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8rem;
    line-height: 1.25;
}

/* Same footprint as before — canvas is larger so rings can draw past the column */
.about-hero-3d {
    position: relative;
    width: 100%;
    height: 400px;
    z-index: 2;
    background: transparent;
    overflow: visible;
    pointer-events: none;
    user-select: none;
}

.about-hero-3d canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 170%;
    height: 170%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.about-hero-3d__hit {
    position: absolute;
    inset: 0;
    cursor: grab;
    touch-action: none;
    pointer-events: auto;
}

.about-hero-3d.is-dragging .about-hero-3d__hit {
    cursor: grabbing;
}

.about-hero .hero-pretitle,
.about-hero .hero-buttons,
.about-hero .hero-stats {
    position: relative;
    z-index: 4;
}

/* ── Story + company ── */
.about-page .story-section {
    padding: 2.5rem 0 2.75rem;
    margin-top: 0;
    position: relative;
    z-index: 0;
    background: var(--dark-bg, #010314);
}

.about-page .story-section .section-title {
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    margin-bottom: 1rem;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.about-story p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 0 1rem;
}

.about-story p:last-child {
    margin-bottom: 0;
}

.lb-about-company {
    position: relative;
    z-index: 5;
    padding: 1.1rem 1.15rem;
    border-radius: var(--border-radius, 8px);
    background: var(--card-bg, rgba(30, 41, 59, 0.8));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lb-about-company h2 {
    font-size: 1.1rem;
    font-weight: 650;
    margin: 0 0 0.65rem;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.lb-about-company__list {
    margin: 0;
}

.lb-about-company__row {
    display: grid;
    grid-template-columns: 5.75rem 1fr;
    gap: 0.35rem 0.75rem;
    padding: 0.45rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.lb-about-company__row:first-child {
    border-top: none;
    padding-top: 0;
}

.lb-about-company__row:last-child {
    padding-bottom: 0;
}

.lb-about-company__row dt {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
    line-height: 1.4;
}

.lb-about-company__row dd {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
    word-break: break-word;
}

.lb-about-company__row a {
    color: var(--primary-color);
    text-decoration: none;
}

.lb-about-company__row a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.about-page .values-section {
    padding: 3rem 0;
    background: var(--dark-bg, #010314);
}

.about-page .testimonials-section {
    padding: 3rem 0 3.5rem;
    background: var(--dark-bg, #010314);
}

.about-page .section-header {
    margin-bottom: 1.75rem;
}

.about-page .section-header.text-center {
    text-align: center;
}

.about-page .section-header .section-title {
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    margin-bottom: 0.4rem;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.about-page .section-header .section-subtitle {
    font-size: 1rem;
    margin-bottom: 0;
    opacity: 0.7;
}

.about-page .value-card {
    background: var(--card-bg, rgba(30, 41, 59, 0.8));
    border-radius: var(--border-radius, 8px);
    padding: 1.25rem 1.35rem;
    height: 100%;
    transition: border-color 0.2s ease, transform 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-page .value-card:hover {
    transform: translateY(-3px);
    border-color: var(--primary-color);
}

.about-page .value-icon {
    width: 44px;
    height: 44px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--primary-color);
    margin-bottom: 0.85rem;
}

.about-page .value-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.45rem;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.about-page .value-card p {
    opacity: 0.72;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
}

.about-page .testimonial-card {
    background: var(--card-bg, rgba(30, 41, 59, 0.8));
    border-radius: var(--border-radius, 8px);
    padding: 1.25rem 1.35rem;
    height: 100%;
    transition: border-color 0.2s ease, transform 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-page .testimonial-card:hover {
    transform: translateY(-3px);
    border-color: var(--primary-color);
}

.about-page .testimonial-content {
    margin-bottom: 1rem;
}

.about-page .testimonial-content p {
    font-size: 0.98rem;
    line-height: 1.6;
    opacity: 0.88;
    margin: 0;
}

.about-page .testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.about-page .author-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.about-page .author-info h4 {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.about-page .author-info p {
    margin: 0;
    opacity: 0.6;
    font-size: 0.82rem;
}

@media (max-width: 991px) {
    .hero-section.about-hero {
        padding: 1.75rem 0 2.25rem;
    }

    .about-hero .hero-stats {
        gap: 0.55rem;
        margin-bottom: 1.5rem;
    }

    .about-hero .stat-item {
        flex: 1 1 calc(50% - 0.55rem);
    }

    .about-hero-3d {
        height: 300px;
        margin-top: 0.5rem;
    }
}

@media (max-width: 575px) {
    .lb-about-company__row {
        grid-template-columns: 1fr;
        gap: 0.1rem;
    }

    .about-page .story-section,
    .about-page .values-section,
    .about-page .testimonials-section {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .about-hero-3d {
        height: 280px;
    }
}
