:root {
    --about-primary: #59050a;
    --about-primary-deep: #3d0407;
    --about-accent: #17bed2;
    --about-accent-soft: rgba(23, 190, 210, 0.12);
    --about-ink: #243247;
    --about-muted: #6b7b8f;
    --about-border: #e2eaf2;
    --about-surface: #ffffff;
    --about-surface-soft: #f6fafc;
    --about-shadow: 0 24px 60px rgba(36, 50, 71, 0.11);
}

.about-page {
    background:
        radial-gradient(circle at top left, rgba(23, 190, 210, 0.08), transparent 24%),
        linear-gradient(180deg, #f8fbfd 0%, #ffffff 38%, #f6fafc 100%);
}

.about-overlap {
    position: relative;
    margin-top: -74px;
    z-index: 2;
}

.about-hero-card,
.about-copy-card,
.about-video-card,
.about-stat-card,
.about-info-card,
.about-value-card,
.about-cta-card {
    background: var(--about-surface);
    border: 1px solid var(--about-border);
    border-radius: 28px;
    box-shadow: var(--about-shadow);
}

.about-hero-card {
    overflow: hidden;
    padding: 34px;
    background:
        radial-gradient(circle at top right, rgba(23, 190, 210, 0.11), transparent 32%),
        linear-gradient(135deg, rgba(89, 5, 10, 0.98), rgba(112, 17, 24, 0.96) 54%, rgba(35, 58, 83, 0.95));
    color: #fff;
}

.about-hero-card h2 {
    margin-bottom: 16px;
    color: #fff;
    font-size: 44px;
    line-height: 1.08;
}

.about-hero-card p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.78;
    margin-bottom: 0;
}

.about-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.about-hero-pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.about-section {
    padding: 48px 0;
}

.about-section-soft {
    background:
        radial-gradient(circle at top left, rgba(23, 190, 210, 0.08), transparent 38%),
        linear-gradient(180deg, #fbfdfe, #f5f9fc);
}

.about-copy-card,
.about-video-card {
    height: 100%;
    padding: 30px;
}

.about-copy-card h3,
.about-video-card h3,
.about-section-header h2,
.about-cta-card h3 {
    margin-bottom: 14px;
    color: var(--about-primary);
    font-size: 34px;
    line-height: 1.12;
}

.about-copy-card p,
.about-video-card p,
.about-section-header p,
.about-value-card p,
.about-cta-card p {
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.8;
}

.about-section-header {
    max-width: 760px;
    margin-bottom: 30px;
}

.about-details-header {
    max-width: 680px;
    margin-bottom: 22px;
}

.about-details-header h2 {
    font-size: 30px;
    line-height: 1.12;
}

.about-details-header p {
    font-size: 15px;
    line-height: 1.7;
}

.about-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--about-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-stat-card {
    padding: 24px;
    height: 100%;
}

.about-stat-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--about-primary);
    font-size: 30px;
    line-height: 1;
}

.about-stat-card span {
    display: block;
    color: var(--about-muted);
    font-size: 14px;
    line-height: 1.55;
}

.about-info-card {
    height: 100%;
    padding: 24px;
    background:
        radial-gradient(circle at top right, rgba(23, 190, 210, 0.08), transparent 36%),
        linear-gradient(180deg, #ffffff, #f7fbfd);
}

.about-info-card span {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--about-accent-soft);
    color: var(--about-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-info-card h4 {
    margin: 16px 0 10px;
    color: var(--about-primary);
    font-size: 26px;
    line-height: 1.18;
}

.about-info-card p {
    margin-bottom: 0;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.75;
}

.about-details-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.about-details-grid > [class*="col-"] {
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

.about-details-grid > [class*="col-"].sm-margin-b-30 {
    margin-bottom: 24px;
}

.about-details-grid .about-info-card {
    width: 100%;
    min-height: 188px;
    padding: 19px 18px 17px;
    border-radius: 22px;
}

.about-details-grid .about-info-card span {
    padding: 6px 11px;
    font-size: 10px;
    letter-spacing: 0.12em;
}

.about-details-grid .about-info-card h4 {
    margin: 12px 0 8px;
    font-size: 20px;
    line-height: 1.16;
}

.about-details-grid .about-info-card p {
    font-size: 14px;
    line-height: 1.58;
}

.about-values-grid .col-sm-6 {
    margin-bottom: 30px;
}

.about-value-card {
    height: 100%;
    padding: 28px;
}

.about-value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(89, 5, 10, 0.96), rgba(23, 190, 210, 0.88));
    color: #fff;
    font-size: 24px;
}

.about-value-card h3 {
    margin-bottom: 12px;
    color: var(--about-primary);
    font-size: 28px;
    line-height: 1.18;
}

.about-video-shell {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    margin-top: 18px;
    background: #0e1825;
    box-shadow: 0 18px 36px rgba(36, 50, 71, 0.18);
}

.about-video-shell:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.about-video-shell iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.about-cta-card {
    padding: 32px;
    background:
        radial-gradient(circle at top right, rgba(23, 190, 210, 0.12), transparent 34%),
        linear-gradient(180deg, #ffffff, #f6fafc);
}

.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.about-btn-primary,
.about-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.about-btn-primary {
    background:
        radial-gradient(circle at top right, rgba(23, 190, 210, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(89, 5, 10, 0.98), rgba(37, 61, 83, 0.96));
    color: #fff;
    box-shadow: 0 18px 34px rgba(36, 50, 71, 0.14);
}

.about-btn-primary:hover,
.about-btn-primary:focus {
    color: #fff;
    transform: translateY(-1px);
}

.about-btn-secondary {
    background: var(--about-accent-soft);
    color: var(--about-accent);
}

.about-btn-secondary:hover,
.about-btn-secondary:focus {
    background: var(--about-accent);
    color: #fff;
}

@media (max-width: 991px) {
    .about-overlap {
        margin-top: -42px;
    }

    .about-hero-card {
        padding: 30px;
    }

    .about-hero-card h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .about-overlap {
        margin-top: -28px;
    }

    .about-hero-card,
    .about-copy-card,
    .about-video-card,
    .about-stat-card,
    .about-info-card,
    .about-value-card,
    .about-cta-card {
        border-radius: 22px;
    }

    .about-hero-card {
        padding: 24px 22px;
    }

    .about-hero-card h2,
    .about-copy-card h3,
    .about-video-card h3,
    .about-section-header h2,
    .about-cta-card h3 {
        font-size: 28px;
    }

    .about-hero-card p,
    .about-copy-card p,
    .about-video-card p,
    .about-section-header p,
    .about-value-card p,
    .about-cta-card p,
    .about-info-card p {
        font-size: 15px;
        line-height: 1.72;
    }

    .about-info-card h4,
    .about-value-card h3 {
        font-size: 24px;
    }

    .about-details-header h2 {
        font-size: 26px;
    }

    .about-details-header p {
        font-size: 14px;
        line-height: 1.62;
    }

    .about-details-grid {
        margin-left: -8px;
        margin-right: -8px;
    }

    .about-details-grid > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }

    .about-details-grid > [class*="col-"].sm-margin-b-30 {
        margin-bottom: 16px;
    }

    .about-details-grid .about-info-card {
        min-height: 0;
        padding: 18px 16px 16px;
        border-radius: 20px;
    }

    .about-details-grid .about-info-card h4 {
        font-size: 18px;
    }

    .about-details-grid .about-info-card p {
        font-size: 13px;
        line-height: 1.55;
    }
}
