.hero-content {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.hero-decoration {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%) rotate(-15deg);
    opacity: 0.1;
    z-index: 1;
}

.decoration-text {
    font-size: 3em;
    font-weight: 700;
    color: #0B7578;
    white-space: nowrap;
}

.chess-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.chess-item {
    margin-bottom: 0;
}

.chess-item:nth-child(odd) {
    transform: translateY(35px);
}

.chess-item:nth-child(even) {
    transform: translateY(35px);
}

.benefits-section {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 52px;
}

.mission-title {
    margin-top: 70px;
    font-size: 32px;
}

.benefit-card {
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #0B7578;
    transition: all 0.3s ease;
    text-align: center;
}

.benefit-card h4 {
    font-size: 1.8em;
    color: #333;
    margin: 20px 0 15px;
    font-weight: 500;
}

.benefit-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.benefit-card .benefit-icon {
    font-size: 3em;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 117, 120, 0.1);
    border-radius: 50%;
}

.mission-content {
    position: relative;
    z-index: 2;
}

.mission-icon {
    font-size: 4em;
    opacity: 0.8;
}

.mission-block::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.results-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.trust-block {
    background: #ffffff;
    padding: 0px 40px 0px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.trust-block::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #0B7578 0%, #B35A12 100%);
    border-radius: 0 12px 12px 0;
}

.trust-block .section-title {
    color: #0B7578;
}

.section-title-result {
    color: #333;
    font-size: 32px;
}

.section-title-trust {
    color: #0B7578;
    font-size: 32px;
}

.trust-block p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-top: 0px;
}

.result-block p {
    font-size: 1.2em;
    line-height: 1.6;
}

.section-title {
    padding: 0px 20px 0px 20px;
    color: #333;
    font-size: 1.8em;
}

.mission-text {
    font-size: 1.4em;
    line-height: 1.8;
    margin-bottom: 70px;
}

.section-title-p {
    font-size: 1.4em;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    line-height: 1.8;
}

.section-subtitle {
    color: #0B7578;
    line-height: 1.6;
    font-size: 27px;
    font-weight: 600;
}

.call-to-action {
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 16px;
    border: 2px dashed #0B7578;
    margin-top: 70px;
    margin-bottom: 60px;
}

.cta-title {
    font-size: 2.2em;
    color: #0B7578;
    margin-bottom: 15px;
    font-weight: 600;
}

.cta-subtitle {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 30px;
}

.company-img {
    max-width: 250px;
    margin: 40px auto 30px;
    padding: 0 20px;
}

.company-img img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}

.logo-watermark {
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-75%) rotate(-10deg);
    opacity: 0.07;
    z-index: 1;
    pointer-events: none;
}

.logo-decoration {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px;
    background: linear-gradient(135deg, rgba(11, 117, 120, 0.1) 0%, rgba(214, 94, 14, 0.05) 100%);
    border-radius: 20px;
    border: 2px solid rgba(11, 117, 120, 0.2);
    backdrop-filter: blur(10px);
}

.logo-text {
    font-size: 2.5em;
    font-weight: 700;
    color: #0B7578;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

.logo-slogan {
    font-size: 1.3em;
    font-weight: 500;
    color: #B35A12;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.logo-image-watermark {
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-40%) rotate(-15deg);
    opacity: 0.08;
    z-index: 1;
    pointer-events: none;
    max-width: 400px;
    filter: grayscale(100%) brightness(1.2);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.page-title-company {
    margin: 170px auto 30px;
    padding: 0 25px;
    font-size: clamp(26px, 4vw, 37px);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.page-subtitle {
    font-size: 33px;
    color: #0B7578;
    padding: 0 10px;
    text-align: center;
    margin: 0px auto 50px;
    font-weight: 500;
}

@media (min-width: 1400px) {
    .logo-watermark {
        right: -50px;
    }
}

@media (max-width: 1210px) {
    .page-title-company {
      margin: 110px auto 20px;
    }
}

@media (max-width: 968px) {
    .chess-layout,
    .benefits-grid,
    .results-layout {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px auto 20px;
        text-align: center;
        margin-left: 50px;
        margin-right: 50px;
    }

    .benefits-section {
        margin-top: 50px;
    }

    .mission-block {
        margin-left: 50px;
        margin-right: 50px;
    }

    .benefit-card {
        margin-left: 150px;
        margin-right: 150px;
    }

    .page-subtitle {
        margin: 0px auto 60px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .call-to-action {
        margin-left: 50px;
        margin-right: 50px;
    }
    
    .chess-item:nth-child(odd),
    .chess-item:nth-child(even) {
        transform: none;
    }
    
    .benefits-grid {
        gap: 20px;
    }
    
    .hero-decoration {
        display: none;
    }

    .logo-watermark {
        right: -50px;
        transform: translateY(-50%) rotate(-10deg);
    }
    
    .logo-text {
        font-size: 2em;
    }
    
    .logo-slogan {
        font-size: 1.1em;
    }

    .mission-title {
        font-size: 22px;
        text-align: center;
    }

    .section-title-result {
        font-size: 22px;
        text-align: center;
    }

    .mission-text {
        text-align: center;
        font-size: 1.1em;
    }

    .cta-title {
        margin-top: 0px;
        font-size: 2em;
    }

    .call-to-action {
        padding: 60px 40px 55px 40px;
    }
    
    .trust-block {
        margin-top: 50px;
    }
    
    .section-title-trust {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .benefit-card {
        padding: 30px 20px;
    }
    
    .section-subtitle {
        font-size: 24px;
    }

    .chess-layout,
    .benefits-grid,
    .results-layout {
        margin-left: 20px;
        margin-right: 20px;
    }

    .mission-block {
        margin-left: 20px;
        margin-right: 20px;
    }

    .benefit-card {
        margin-left: 20px;
        margin-right: 20px;
    }

    .page-subtitle {
        margin: 0px auto 50px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .call-to-action {
        margin-left: 20px;
        margin-right: 20px;
        padding: 40px 20px;
    }
    
    .cta-title {
        font-size: 1.6em;
    }
    
    .mission-icon {
        font-size: 3em;
    }

    .logo-watermark {
        display: none;
    }

    .section-title-p {
        font-size: 1em;
    }

    .section-title {
        font-size: 1.4em;
    }

    .benefit-card h4 {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .chess-layout,
    .results-layout {
        gap: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .page-subtitle {
        font-size: 1.5em;
        margin: 0px auto 50px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .section-title {
        font-size: 1.3em;
    }

    .mission-block {
        margin-left: 10px;
        margin-right: 10px;
    }

    .benefit-card {
        margin-left: 10px;
        margin-right: 10px;
    }

    .cta-title {
        font-size: 1.4em;
    }

    .call-to-action {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.team-section {
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 60px 40px;
    background: linear-gradient(135deg, #f8fafc 0%, #f0f7ff 100%);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.team-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0B7578 0%, #B35A12 100%);
}

.team-content {
    position: relative;
    z-index: 2;
}

.team-main-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.team-title {
    color: #0B7578;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.team-subtitle {
    font-size: 1.2em;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
}

.team-manager-block {
    background: white;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(11, 117, 120, 0.1);
}

.manager-info {
    display: flex;
    align-items: center;
    gap: 25px;
}

.manager-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: rgba(11, 117, 120, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manager-details h3 {
    font-size: 1.4em;
    color: #333;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.4;
}

.manager-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.manager-btn {
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-orange.manager-btn {
    background: linear-gradient(135deg, #0B7578 0%, #0a6568 100%);
    color: white;
    border: none;
}

.btn-orange.manager-btn:hover {
    background: linear-gradient(135deg, #0a6568 0%, #095558 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(11, 117, 120, 0.2);
}

.btn-outline.manager-btn {
    background: transparent;
    color: #0B7578;
    border: 2px solid #0B7578;
}

.btn-outline.manager-btn:hover {
    background: rgba(11, 117, 120, 0.05);
    transform: translateY(-2px);
}

.team-single-photo-container {
    width: 100%;
}

.team-single-photo-frame {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 5px solid white;
    aspect-ratio: 4/3;
    background: #f8fafc;
}

.team-single-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-single-image:hover {
    transform: scale(1.03);
}

.team-disclaimer {
    margin-top: 40px;
    padding: 20px;
    background: rgba(11, 117, 120, 0.03);
    border-radius: 12px;
    border-left: 4px solid rgba(11, 117, 120, 0.2);
    text-align: center;
}

.disclaimer-text {
    line-height: 1.5;
    font-style: italic;
    margin: 0;
    color: #0B7578;
    font-size: 1.1em;
}

@media (max-width: 968px) {
    .team-section {
        margin-left: 50px;
        margin-right: 50px;
        padding: 40px 30px;
        margin-top: 50px;
    }
    
    .team-main-block {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .team-title {
        font-size: 1.9em;
    }
    
    .team-subtitle {
        font-size: 1.1em;
    }
    
    .team-single-photo-frame {
        max-width: 600px;
        margin: 0 auto;
        aspect-ratio: 16/9;
    }
    
    .team-photo-caption {
        max-width: 600px;
        margin: 15px auto 0;
    }
}

@media (max-width: 768px) {
    .team-section {
        margin-left: 20px;
        margin-right: 20px;
        padding: 30px 20px;
    }
    
    .team-manager-block {
        padding: 25px 20px;
    }
    
    .manager-info {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .manager-details h3 {
        text-align: center;
        font-size: 1.3em;
    }
    
    .manager-actions {
        justify-content: center;
    }
    
    .manager-btn {
        padding: 10px 20px;
        font-size: 1em;
    }
    
    .team-title {
        font-size: 1.7em;
    }
    
    .team-single-photo-frame {
        border-width: 3px;
        border-radius: 12px;
    }
    
    .team-disclaimer {
        margin-top: 30px;
        padding: 15px;
    }
    
    .disclaimer-text {
        font-size: 0.85em;
    }
}

@media (max-width: 480px) {
    .team-section {
        margin-left: 10px;
        margin-right: 10px;
        padding: 25px 15px;
    }
    
    .team-title {
        font-size: 1.5em;
    }
    
    .team-subtitle {
        font-size: 1em;
    }
    
    .manager-actions {
        flex-direction: column;
    }
    
    .manager-btn {
        width: 100%;
        justify-content: center;
    }
    
    .team-single-photo-frame {
        border-width: 2px;
        border-radius: 10px;
        aspect-ratio: 3/2;
    }
    
    .team-photo-caption p {
        font-size: 1em;
    }
    
    .team-disclaimer {
        margin-top: 25px;
        padding: 12px;
    }
    
    .disclaimer-text {
        font-size: 0.8em;
    }
}

.video-item-about_us {
    max-width: 500px;
    margin: 30px auto;
}

.video-preview-about_us {
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.video-preview-about_us img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.video-preview-about_us:hover img {
    transform: scale(1.05);
}

.play-button-about_us {
    position: absolute;
    top: 94%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 25px;
    background: rgba(10, 134, 143, 0.9);
    border-radius: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 11px;
    transition: all 0.3s;
}

.video-preview-about_us:hover .play-button-about_us {
    background: #0A868F;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-modal-about_us {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
}

.video-modal-about_us[style*="display: block"] {
    display: flex !important;
}

.video-modal-content-about_us {
    position: relative;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    animation: modalFadeIn 0.3s;
}

@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

.video-modal-close-about_us {
    position: absolute;
    right: -30px;
    top: -30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 1;
}

.video-modal-body-about_us {
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-body-about_us video-js,
.video-modal-body-about_us video {
    width: 100%;
    height: auto;
    max-height: 80vh;
    display: block;
}

@media (max-width: 768px) {
    .video-modal-content-about_us {
        width: 95%;
    }
    .video-modal-close-about_us {
        right: 10px;
        top: -40px;
    }
}