.tech-page-main {
    background: transparent;
}

.tech-breadcrumbs {
    background: #F8FAFF;
    padding: 12px 0;
    font-size: 14px;
    color: #64748B;
}

.tech-breadcrumbs .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.tech-breadcrumbs-home {
    color: #64748B;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tech-breadcrumbs-separator {
    margin: 0;
}

.tech-breadcrumbs-current {
    color: #0F172A;
    overflow-wrap: anywhere;
}

.tech-hero {
    position: relative;
    min-height: 320px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
    padding: clamp(64px, 7vw, 110px) 0;
}

.tech-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(180deg, rgba(29, 100, 233, 0.5) 0%, rgba(24, 90, 191, 0) 25%, rgba(22, 87, 180, 0) 75%, rgba(19, 81, 156, 0.5) 100%);
}

.tech-hero .container {
    position: relative;
    z-index: 1;
}

.tech-hero-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.tech-hero-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 auto 16px;
    display: inline-block;
    background:
        linear-gradient(0deg, #FFFFFF, #FFFFFF),
        linear-gradient(180deg, #FFFFFF 5.65%, #C8DBFF 92.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.tech-hero-desc {
    font-size: 16px;
    max-width: 640px;
    margin: 0;
    line-height: 1.6;
}

.tech-section {
    padding: 64px 0;
}

.tech-section-primary {
    background: #F5F9FF;
}

.tech-section-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
    padding: 40px;
    background: #F7FAFF;
    border-radius: 32px;
}

.tech-section-title {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 20px;
    background: linear-gradient(180deg, #14284E 5.65%, #2E5CB4 92.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.tech-section-content {
    font-size: 16px;
    color: #0F172A;
    max-width: 520px;
    font-weight: 300;
}

.tech-section-content strong,
.tech-section-content b {
    font-weight: 500;
}

.tech-section-content p:last-child {
    margin-bottom: 0;
}

.tech-section-text .btn {
    margin-top: 24px;
}

.tech-section-text .btn-primary {
    background: #13519C;
    color: #ffffff;
    box-shadow: none;
}

.tech-section-text .btn-primary:hover {
    background: #13519C;
    color: #ffffff;
    box-shadow: none;
    transform: none;
    opacity: 1;
}

.tech-section-image-wrap {
    justify-self: stretch;
}

.tech-section-image-inner {
    border-radius: 32px;
    overflow: hidden;
    height: clamp(320px, 45vw, 600px);
}

.tech-section-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1024px) {
    .tech-section-inner {
        grid-template-columns: 1fr;
        padding: 32px 24px;
        gap: 40px;
    }

    .tech-section-image-wrap {
        order: -1;
    }
}

.tech-interest {
    padding: 0;
}

.page-template-page-technologies .production-section--light {
    background: transparent;
    padding: 60px 0 72px;
    color: inherit;
}

.page-template-page-technologies .production-section--light .production-header {
    margin-bottom: 24px;
}

.page-template-page-technologies .production-section--light .section-title {
    font-size: 24px;
    font-weight: 500;
    background: linear-gradient(180deg, #14284E 5.65%, #2E5CB4 92.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.page-template-page-technologies .tech-interest .prod-card-title-sm {
    color: #ffffff;
}

@media (max-width: 768px) {
    .tech-breadcrumbs {
        padding: 10px 0;
        font-size: 13px;
    }

    .tech-hero {
        min-height: 260px;
        text-align: center;
        padding: 56px 0;
    }

    .tech-hero-inner {
        max-width: 100%;
    }

    .tech-hero-title {
        font-size: 32px;
    }

    .tech-section {
        padding: 60px 0;
    }

    .tech-section-inner {
        padding: 24px 18px;
        gap: 28px;
        border-radius: 24px;
    }

    .tech-section-title {
        font-size: 28px;
    }

    .tech-section-image-inner {
        height: 320px;
        border-radius: 24px;
    }

    .page-template-page-technologies .production-section--light {
        padding: 48px 0 60px;
    }

    .page-template-page-technologies .production-section--light .production-header {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .tech-hero-title {
        font-size: 28px;
    }

    .tech-section-title {
        font-size: 26px;
    }

    .tech-section-image-inner {
        height: 280px;
    }
}
