.page-template-about-us {
    --bg: #FF0C0C;
    --fg: #010101;
    --muted: #5E5E5E;
    --accent: #010101;
    --hover-on-white: #5E5E5E;
    --hover-on-black: #990808;
    background: var(--bg);
    color: var(--fg);
}

.page-template-about-us .site-header {
    position: static;
    background: transparent;
}

.page-template-about-us .site-header.header--solid {
    position: static;
    background: transparent;
    backdrop-filter: none;
}

.page-template-about-us .site-nav-label {
    color: var(--fg);
}

.page-template-about-us .link-active {
    color: var(--fg);
}

.page-template-about-us .link-disabled {
    color: var(--muted);
}

.page-template-about-us .link-active:hover {
    color: var(--hover-on-black);
}

.page-template-about-us .menu-toggle-text {
    color: var(--fg);
}

.page-template-about-us .hamburger-line {
    background-color: var(--fg);
}

.page-template-about-us .mobile-menu {
    background: color-mix(in srgb, var(--bg) 92%, #000 8%);
}

.page-template-about-us .mobile-menu-overlay {
    background: color-mix(in srgb, var(--fg) 6%, #000 94%);
}

.page-template-about-us .mobile-menu-label {
    color: var(--fg);
}

.page-template-about-us .menu-close-text {
    color: var(--fg);
}

.page-template-about-us .close-line {
    background-color: var(--fg);
}

.page-template-about-us .mobile-link-active {
    color: var(--fg);
}

.page-template-about-us .mobile-link-disabled {
    color: var(--muted);
}

.page-template-about-us .mobile-link-active:hover {
    color: var(--hover-on-black);
}

.page-template-about-us .mobile-menu-copyright p {
    color: var(--fg);
}

.page-template-about-us .mobile-menu-contact p {
    color: var(--fg);
}

.page-template-about-us .mobile-menu-contact a {
    color: var(--fg);
}

.page-template-about-us .tooltip {
    background: rgba(255, 12, 12, 0.95);
    color: var(--fg);
}

.page-template-about-us .tooltip::after {
    border-top-color: rgba(255, 12, 12, 0.95);
}

.page-template-about-us .site-footer {
    background: transparent;
    color: var(--fg);
}

.page-template-about-us .footer-partnership-block p {
    color: var(--fg);
}

.page-template-about-us .footer-mail {
    color: var(--fg);
}

.page-template-about-us .footer-mail:hover {
    color: var(--hover-on-black);
}

.page-template-about-us .footer-link {
    color: var(--fg);
}

.page-template-about-us .footer-link:hover {
    color: var(--hover-on-black);
}

.page-template-about-us .footer-all-right p {
    color: var(--fg);
}

.about-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.about-hero-content {
    max-width: 1200px;
    width: 100%;
}

.about-hero-title {
    font-family: var(--first-family);
    font-weight: 700;
    font-size: clamp(48px, 8vw, 120px);
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--fg);
    margin-bottom: 40px;
}

.about-hero-text {
    font-family: var(--first-family);
    font-weight: 400;
    font-size: clamp(16px, 2.5vw, 24px);
    line-height: 140%;
    color: var(--fg);
    max-width: 800px;
}

.about-content {
    background: var(--fg);
    padding: 80px 20px;
}

.about-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.about-section {
    margin-bottom: 80px;
}

.about-section-title {
    font-family: var(--first-family);
    font-weight: 700;
    font-size: clamp(32px, 5vw, 60px);
    line-height: 110%;
    letter-spacing: -0.02em;
    color: var(--bg);
    margin-bottom: 30px;
}

.about-section-text {
    font-family: var(--first-family);
    font-weight: 400;
    font-size: clamp(14px, 2vw, 18px);
    line-height: 160%;
    color: #F2F2F2;
    opacity: 0.9;
}

.about-section-text p {
    margin-bottom: 20px;
}

.about-image-block {
    margin: 60px 0;
    width: 100%;
}

.about-image {
    width: 100%;
    height: auto;
    display: block;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.about-card {
    padding: 30px;
    border: 1px solid var(--muted);
    transition: border-color 0.3s ease;
}

.about-card:hover {
    border-color: var(--bg);
}

.about-card-title {
    font-family: var(--first-family);
    font-weight: 600;
    font-size: clamp(20px, 3vw, 28px);
    line-height: 120%;
    color: #F2F2F2;
    margin-bottom: 15px;
}

.about-card-text {
    font-family: var(--first-family);
    font-weight: 400;
    font-size: clamp(14px, 1.8vw, 16px);
    line-height: 150%;
    color: #F2F2F2;
    opacity: 0.85;
}

.about-cta {
    background: var(--bg);
    padding: 80px 20px;
    text-align: center;
}

.about-cta-title {
    font-family: var(--first-family);
    font-weight: 700;
    font-size: clamp(36px, 6vw, 72px);
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--fg);
    margin-bottom: 30px;
}

.about-cta-button {
    display: inline-block;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: clamp(18px, 2.5vw, 30px);
    line-height: 100%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--fg);
    padding: 20px 40px;
    border: 2px solid var(--fg);
    background: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
}

.about-cta-button:hover {
    background: var(--fg);
    color: var(--bg);
}

.about-media {
    background: var(--fg);
    padding: 60px 20px;
}

@media (max-width: 768px) {
    .about-hero {
        min-height: 80vh;
    }
    
    .about-content {
        padding: 60px 20px;
    }
    
    .about-section {
        margin-bottom: 60px;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-cta {
        padding: 60px 20px;
    }
}

@media (max-width: 480px) {
    .about-hero {
        padding: 30px 15px;
    }
    
    .about-content {
        padding: 40px 15px;
    }
    
    .about-card {
        padding: 20px;
    }
}