/* styles1.css – стили для страницы "Забор Жалюзи" */

/* ===== HERO ===== */
.hero-jal {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
}
.hero-jal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}
.hero-jal-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 4rem;
    position: relative;
    z-index: 2;
}
.hero-jal-content {
    flex: 1;
}
.hero-badge {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FF6B00;
    background: rgba(255,107,0,0.1);
    padding: 0.4rem 1rem;
    border-radius: 30px;
    margin-bottom: 1.5rem;
}
.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 1rem;
    text-shadow: none;
}
.hero-title .accent {
    color: #FF6B00;
}
.hero-description {
    font-size: 1.1rem;
    color: #4a4a4a;
    margin-bottom: 2rem;
    line-height: 1.6;
    text-shadow: none;
}
.hero-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}
.hero-stats .stat-item {
    text-align: center;
}
.hero-stats .stat-value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #FF6B00;
}
.hero-stats .stat-label {
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
}
.hero-buttons {
    display: flex;
    gap: 1rem;
}
.btn-primary {
    background: #FF6B00;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-primary:hover {
    background: #e05a00;
    transform: translateY(-2px);
}
.btn-outline {
    background: transparent;
    border: 2px solid #FF6B00;
    color: #FF6B00;
    padding: 1rem 2rem;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-outline:hover {
    background: #FF6B00;
    color: white;
}
.hero-jal-image {
    flex: 1;
    text-align: center;
}
.hero-jal-image img {
    max-width: 100%;
    filter: none;
    transition: opacity 0.3s;
}

/* ===== ПОЛОСКА (ЗАМЕР + TELEGRAM) ===== */
.full-width-strip {
    width: 100%;
    background: linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 1rem 0;
    border-top: 1px solid rgba(255,107,0,0.3);
    border-bottom: 1px solid rgba(255,107,0,0.3);
}
.strip-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.strip-left-part, .strip-right-part {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}
.strip-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,107,0,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF6B00;
    font-size: 1.2rem;
}
.strip-input-wrapper {
    position: relative;
    flex: 1;
}
.strip-phone-input {
    width: 100%;
    padding: 0.8rem 1rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 40px;
    color: white;
    font-size: 0.9rem;
}
.strip-phone-input:focus {
    outline: none;
    border-color: #FF6B00;
}
.input-label {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #FF6B00;
    color: white;
    font-size: 0.7rem;
    padding: 0.2rem 0.8rem;
    border-radius: 20px;
}
.strip-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    border-radius: 40px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
    white-space: nowrap;
}
.call-btn {
    background: #FF6B00;
    color: white;
    border: none;
}
.call-btn:hover {
    background: #e05a00;
    transform: translateX(3px);
}
.tg-btn {
    background: #0088cc;
    color: white;
    text-decoration: none;
}
.tg-btn:hover {
    background: #0077b3;
}
.strip-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.2);
}
.telegram-content {
    flex: 1;
}
.telegram-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.3rem;
}
.telegram-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.feature {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.1);
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
}

/* ===== ТРИ ВИДА ЖАЛЮЗИ ===== */
.jal-profiles {
    padding: 5rem 0;
    background: #fff;
}
.profile-cards {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    justify-content: center;
}
.profile-card-item {
    flex: 1;
    min-width: 280px;
    background: #f8f9fa;
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}
.profile-card-item.active {
    border-color: #FF6B00;
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.profile-card-img {
    width: 100%;
    height: 180px;
    margin-bottom: 1rem;
}
.profile-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.profile-card-item h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
.profile-card-item p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.profile-specs {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.8rem;
    color: #FF6B00;
}
.profile-detail {
    display: flex;
    gap: 3rem;
    align-items: center;
    background: #f8f9fa;
    border-radius: 24px;
    padding: 2rem;
    margin-top: 2rem;
}
.detail-image {
    flex: 1;
}
.detail-image img {
    width: 100%;
    border-radius: 16px;
}
.detail-info {
    flex: 1;
}
.detail-info h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.detail-specs {
    margin: 1.5rem 0;
}
.detail-specs .spec-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e0e0e0;
}
.btn-primary.small {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
}

/* ===== ПРЕИМУЩЕСТВА ===== */
.advantages {
    padding: 2.5rem 0 !important;          /* уменьшаем вертикальные отступы */
    background: #f8f9fa;
}
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
     margin-top: 1.5rem !important;         /* уменьшаем отступ от заголовка */
    gap: 1.5rem !important;               /* уменьшаем расстояние между карточками */
}
.adv-card {
    background: white;
    padding: 1.5rem !important;            /* уменьшаем внутренние отступы карточек */
    text-align: center;
    border-radius: 24px;
    transition: all 0.3s;
    border: 1px solid rgba(0,0,0,0.05);
}
.adv-card:hover {
    transform: translateY(-5px);
    border-color: #FF6B00;
}
.adv-card i {
   font-size: 2rem !important;            /* слегка уменьшаем иконки */
    margin-bottom: 0.5rem !important;
    color: #FF6B00;
}
.adv-card h3 {
    font-size: 1.2rem !important;          /* чуть уменьшаем заголовки */
    margin-bottom: 0.3rem !important;
}
.adv-card p {
    color: #666;
    font-size: 0.85rem !important;         /* делаем текст компактнее */
    line-height: 1.4 !important;
}

/* ===== ГАЛЕРЕЯ ===== */
.gallery-jal {
    padding: 5rem 0;
    background: #fff;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
}
.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s;
}
.gallery-item:hover img {
    transform: scale(1.05);
}
.gallery-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 1rem;
    color: white;
    opacity: 0;
    transition: opacity 0.3s;
}
.gallery-item:hover .overlay {
    opacity: 1;
}

/* ===== ВОРОТА И КАЛИТКИ ===== */

.gates-inner {
    display: flex;
    gap: 4rem;
    align-items: center;
}
.gates-content {
    flex: 1;
}
.gates-content ul {
    margin: 1.5rem 0;
    list-style: none;
    padding: 0;
}
.gates-content li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}
.gates-content li::before {
    content: "✓";
    color: #FF6B00;
    position: absolute;
    left: 0;
}
.gates-image {
    flex: 1;
}
.gates-image img {
    width: 100%;
    border-radius: 24px;
}

/* ===== ТЕХНОЛОГИЯ ===== */
.tech-jal {
    padding: 5rem 0;
    background: #fff;
}
.tech-inner {
    display: flex;
    gap: 4rem;
    align-items: center;
}
.tech-content {
    flex: 1;
}
.tech-content ul {
    margin: 1.5rem 0;
}
.tech-image {
    flex: 1;
}
.tech-image img {
    width: 100%;
    border-radius: 24px;
}


/* ===== КОНТАКТНЫЙ БЛОК ===== */
.contact-jal {
    padding: 5rem 0;
    background: #fff;
}
.contact-inner {
    display: flex;
    gap: 4rem;
    background: #f8f9fa;
    border-radius: 32px;
    padding: 3rem;
    margin-top: 2rem;
}
.contact-info {
    flex: 1;
}
.contact-phones a {
    display: block;
    color: #FF6B00;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0.5rem;
}
.contact-social {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
}
.contact-social a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #fff;
    border-radius: 30px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    transition: all 0.2s;
}
.contact-social a:hover {
    border-color: #FF6B00;
    color: #FF6B00;
}
.contact-address p {
    margin: 0.5rem 0;
    color: #666;
}
.contact-form {
    flex: 1;
}
.lead-form {
    background: white;
    padding: 2rem;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.lead-field {
    margin-bottom: 1rem;
    display: block;
}
.lead-field span {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
}
.lead-field input, .lead-field select, .lead-field textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 12px;
}
.lead-submit {
    width: 100%;
    padding: 1rem;
    background: #FF6B00;
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
}
.lead-note {
    font-size: 0.7rem;
    text-align: center;
    margin-top: 1rem;
    color: #777;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 1024px) {
    .hero-jal-container, .profile-detail, .gates-inner, .tech-inner, .contact-inner {
        flex-direction: column;
    }
    .hero-title {
        font-size: 2.5rem;
    }
    .strip-content {
        flex-direction: column;
    }
    .strip-divider {
        width: 100%;
        height: 1px;
    }
}
@media (max-width: 768px) {
    .hero-jal {
        padding: 100px 0 60px;
    }
    .profile-cards {
        flex-direction: column;
    }
    .advantages-grid {
        grid-template-columns: 1fr;
    }
}
/* ===== НОВЫЙ БЛОК "ВЫБЕРИТЕ СВОЙ СТИЛЬ" (3 карточки) ===== */
.jal-profiles .profiles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.profile-card-item {
    background: #fff;
    border-radius: 24px;
    padding: 1.8rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
}

.profile-card-item:hover {
    transform: translateY(-5px);
    border-color: #FF6B00;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.profile-card-img {
    width: 100%;
    height: 200px;
    margin-bottom: 1.5rem;
    text-align: center;
}

.profile-card-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.profile-card-item h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.profile-card-item > p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
    line-height: 1.4;
}

.profile-specs {
    margin: 1rem 0 1.5rem;
}

.specs-table {
    width: 100%;
    font-size: 0.85rem;
    border-collapse: collapse;
}

.specs-table td {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.specs-table td:first-child {
    font-weight: 600;
    color: #333;
    width: 45%;
}

.specs-table td:last-child {
    color: #666;
}

.real-objects {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.objects-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: #FF6B00;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.objects-gallery {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.gallery-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 2px solid transparent;
}

.gallery-thumb:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-color: #FF6B00;
}

/* Lightbox (увеличение фото) */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

/* Адаптивность для трёх карточек */
@media (max-width: 1024px) {
    .jal-profiles .profiles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .jal-profiles .profiles-grid {
        grid-template-columns: 1fr;
    }
    .profile-card-item {
        padding: 1.5rem;
    }
    .gallery-thumb {
        width: 70px;
        height: 70px;
    }
}
/* ===== ЧЕРТЁЖНЫЙ ФОН ДЛЯ БЛОКА ПРОФИЛЕЙ ===== */
.jal-profiles {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fafafc 0%, #ffffff 100%);
}

.blueprint-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.blueprint-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
}

.dimension-lines {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    opacity: 0.4;
}

.dimension-horizontal,
.dimension-vertical {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Manrope', monospace;
    font-size: 0.7rem;
    color: #FF6B00;
}

.dimension-arrow {
    width: 20px;
    height: 1px;
    background: #FF6B00;
    position: relative;
}

.dimension-arrow::before,
.dimension-arrow::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: #FF6B00;
}

.dimension-horizontal .dimension-arrow::before {
    left: -2px;
    top: -2.5px;
    border-width: 0 0 1px 1px;
}

.dimension-horizontal .dimension-arrow::after {
    right: -2px;
    top: -2.5px;
    border-width: 0 1px 1px 0;
}

.dimension-vertical .dimension-arrow {
    width: 1px;
    height: 20px;
}

.dimension-vertical .dimension-arrow::before {
    top: -2px;
    left: -2.5px;
    border-width: 1px 0 0 1px;
}

.dimension-vertical .dimension-arrow::after {
    bottom: -2px;
    left: -2.5px;
    border-width: 0 0 1px 1px;
}

.technical-stamp {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(4px);
    padding: 0.5rem 1rem;
    border-left: 3px solid #FF6B00;
    font-family: 'Manrope', monospace;
    font-size: 0.7rem;
    border-radius: 0 8px 8px 0;
}

.stamp-number {
    display: block;
    font-weight: 700;
    color: #FF6B00;
}

.stamp-text {
    font-size: 0.6rem;
    color: #333;
    letter-spacing: 0.05em;
}

/* ===== СЕТКА КАРТОЧЕК ===== */
.jal-profiles .profiles-grid {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.profile-card-item {
    background: #ffffff;
    border-radius: 28px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.profile-card-item:hover {
    transform: translateY(-8px);
    border-color: #FF6B00;
    box-shadow: 0 25px 40px -12px rgba(255,107,0,0.2);
}

.profile-card-img {
    width: 100%;
    height: 220px;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.profile-card-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.profile-card-item:hover .profile-card-img img {
    transform: scale(1.02);
}

.card-content {
    padding: 1.5rem 1.8rem 2rem;
}

.profile-card-item h3 {
    font-size: 1.7rem;
    margin-bottom: 0.3rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.short-desc {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1.2rem;
    line-height: 1.4;
}

.profile-specs {
    margin: 1rem 0 1.5rem;
}

.specs-table {
    width: 100%;
    font-size: 0.85rem;
    border-collapse: collapse;
}

.specs-table td {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.specs-table td:first-child {
    font-weight: 600;
    color: #333;
    width: 40%;
}

.specs-table td:last-child {
    color: #555;
}

/* ===== ГАЛЕРЕЯ РЕАЛЬНЫХ ОБЪЕКТОВ (крупнее) ===== */
.real-objects {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 2px solid #f0f0f0;
}

.objects-title {
    font-size: 0.75rem;
    font-weight: 700;
    color: #FF6B00;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.objects-gallery {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.gallery-thumb {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.gallery-thumb:hover {
    transform: scale(1.05);
    border-color: #FF6B00;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Lightbox (уже есть в script1.js, но стили добавим) */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
}

/* Адаптивность */
@media (max-width: 1024px) {
    .jal-profiles .profiles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-thumb {
        width: 85px;
        height: 85px;
    }
}

@media (max-width: 768px) {
    .jal-profiles .profiles-grid {
        grid-template-columns: 1fr;
    }
    .profile-card-item {
        max-width: 500px;
        margin: 0 auto;
    }
    .gallery-thumb {
        width: 80px;
        height: 80px;
    }
    .blueprint-bg .dimension-lines,
    .blueprint-bg .technical-stamp {
        display: none; /* скрываем на мобилках, чтобы не мешали */
    }
}
/* ===== ТРИ ПРОФИЛЯ: СТИЛЬНЫЕ КАРТОЧКИ ===== */
.jal-profiles {
    padding: 5rem 0;
    background: #fff;
}

.profiles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.profile-card {
    position: relative;
    background: #fff;
    border-radius: 0; /* убираем скругление для чертёжного стиля */
    padding: 2rem;
    transition: all 0.3s ease;
    border: 1px solid #eaeef2;
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
}

/* Чертёжные уголки */
.card-corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: #FF6B00;
    opacity: 0.4;
    transition: opacity 0.3s;
}
.profile-card:hover .card-corner {
    opacity: 0.8;
}
.tl { top: 12px; left: 12px; border-width: 2px 0 0 2px; }
.tr { top: 12px; right: 12px; border-width: 2px 2px 0 0; }
.bl { bottom: 12px; left: 12px; border-width: 0 0 2px 2px; }
.br { bottom: 12px; right: 12px; border-width: 0 2px 2px 0; }

/* Крупное фото профиля */
.profile-image {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    background: #fafcff;
    border-radius: 8px;
}
.profile-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.05));
}

.profile-card h3 {
    font-size: 1.7rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.profile-desc {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    border-left: 3px solid #FF6B00;
    padding-left: 0.8rem;
}

/* Список характеристик */
.specs-list {
    margin: 1rem 0 1.5rem;
}
.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.5rem 0;
    border-bottom: 1px dashed #e0e6ed;
    font-size: 0.85rem;
}
.spec-name {
    font-weight: 600;
    color: #2c3e50;
}
.spec-value {
    color: #4a5b6e;
    text-align: right;
    max-width: 55%;
}

/* Реальное фото */
.real-photo {
    margin: 1rem 0 1rem;
    background: #f8fafc;
    border-radius: 12px;
    padding: 0.8rem;
    border: 1px solid #eef2f6;
}
.real-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #FF6B00;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.real-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s;
}
.real-img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Размерная линия (чертёжный элемент) */
.card-dimension {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
    padding-top: 0.8rem;
    border-top: 1px dashed #ddd;
}
.dim-line {
    flex: 1;
    height: 1px;
    background: repeating-linear-gradient(90deg, #FF6B00, #FF6B00 6px, transparent 6px, transparent 12px);
}
.dim-text {
    font-size: 0.7rem;
    font-family: monospace;
    color: #FF6B00;
    white-space: nowrap;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .profiles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}
@media (max-width: 768px) {
    .profiles-grid {
        grid-template-columns: 1fr;
    }
    .profile-card {
        padding: 1.5rem;
    }
    .profile-image {
        height: 200px;
    }
    .real-img {
        height: 160px;
    }
}
/* ===== ТРИ ПРОФИЛЯ: АККУРАТНЫЙ МЕЛКИЙ ТЕКСТ ===== */
.jal-profiles {
    padding: 5rem 0;
    background: #fff;
}

.profiles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.profile-card {
    position: relative;
    background: #fff;
    border-radius: 0;
    padding: 2rem;
    transition: all 0.3s ease;
    border: 1px solid #eaeef2;
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
}

/* Чертёжные уголки (серые) */
.card-corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: #b0b0b0;
    opacity: 0.4;
    transition: opacity 0.3s;
}
.profile-card:hover .card-corner {
    opacity: 0.8;
}
.tl { top: 12px; left: 12px; border-width: 2px 0 0 2px; }
.tr { top: 12px; right: 12px; border-width: 2px 2px 0 0; }
.bl { bottom: 12px; left: 12px; border-width: 0 0 2px 2px; }
.br { bottom: 12px; right: 12px; border-width: 0 2px 2px 0; }

/* Крупное фото профиля */
.profile-image {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    background: #fafcff;
    border-radius: 8px;
}
.profile-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.05));
}

.profile-card h3 {
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #2c3e50;
    letter-spacing: -0.01em;
}

.profile-desc {
    font-size: 0.8rem;
    color: #6c7a8a;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    border-left: 2px solid #d0d8e2;
    padding-left: 0.8rem;
}

/* Список характеристик — мелкий, нейтральный */
.specs-list {
    margin: 0.5rem 0 1rem;
}
.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.4rem 0;
    border-bottom: 1px solid #edf2f7;
    font-size: 0.75rem;
    line-height: 1.3;
}
.spec-name {
    font-weight: 400;
    color: #5b6b7c;
}
.spec-value {
    color: #4a5b6e;
    text-align: right;
    max-width: 55%;
    font-weight: 400;
}

/* Реальное фото */
.real-photo {
    margin: 0.5rem 0 0.8rem;
    background: #fafcff;
    border-radius: 12px;
    padding: 0.6rem;
    border: 1px solid #eef2f6;
}
.real-label {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #8a9bb0;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}
.real-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s;
}
.real-img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Размерная линия (чертёжный элемент) */
.card-dimension {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
    padding-top: 0.6rem;
    border-top: 1px dashed #ddd;
}
.dim-line {
    flex: 1;
    height: 1px;
    background: repeating-linear-gradient(90deg, #aaa, #aaa 6px, transparent 6px, transparent 12px);
}
.dim-text {
    font-size: 0.65rem;
    font-family: monospace;
    color: #8a9bb0;
    white-space: nowrap;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .profiles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}
@media (max-width: 768px) {
    .profiles-grid {
        grid-template-columns: 1fr;
    }
    .profile-card {
        padding: 1.5rem;
    }
    .profile-image {
        height: 200px;
    }
    .real-img {
        height: 140px;
    }
}
/* ===== ТРИ ПРОФИЛЯ: АККУРАТНЫЙ МЕЛКИЙ ТЕКСТ ===== */
.jal-profiles {
    padding: 5rem 0;
    background: #fff;
}

.jal-profiles .profiles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.jal-profiles .profile-card {
    position: relative;
    background: #fff;
    border-radius: 0;
    padding: 2rem;
    transition: all 0.3s ease;
    border: 1px solid #eaeef2;
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
}

/* Чертёжные уголки (серые) */
.jal-profiles .card-corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: #b0b0b0;
    opacity: 0.4;
    transition: opacity 0.3s;
}
.jal-profiles .profile-card:hover .card-corner {
    opacity: 0.8;
}
.jal-profiles .tl { top: 12px; left: 12px; border-width: 2px 0 0 2px; }
.jal-profiles .tr { top: 12px; right: 12px; border-width: 2px 2px 0 0; }
.jal-profiles .bl { bottom: 12px; left: 12px; border-width: 0 0 2px 2px; }
.jal-profiles .br { bottom: 12px; right: 12px; border-width: 0 2px 2px 0; }

/* Крупное фото профиля */
.jal-profiles .profile-image {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    background: #fafcff;
    border-radius: 8px;
}
.jal-profiles .profile-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.05));
}

.jal-profiles .profile-card h3 {
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #2c3e50;
    letter-spacing: -0.01em;
}

.jal-profiles .profile-desc {
    font-size: 0.8rem;
    color: #6c7a8a;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    border-left: 2px solid #d0d8e2;
    padding-left: 0.8rem;
}

/* Список характеристик — мелкий, нейтральный, без жирности */
.jal-profiles .specs-list {
    margin: 0.5rem 0 1rem;
}
.jal-profiles .spec-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.4rem 0;
    border-bottom: 1px solid #edf2f7;
    font-size: 0.75rem !important;
    line-height: 1.3;
}
.jal-profiles .spec-name {
    font-weight: 400 !important;
    color: #5b6b7c;
    font-size: 0.75rem;
}
.jal-profiles .spec-value {
    color: #4a5b6e;
    text-align: right;
    max-width: 55%;
    font-weight: 400 !important;
    font-size: 0.75rem;
}

/* Реальное фото */
.jal-profiles .real-photo {
    margin: 0.5rem 0 0.8rem;
    background: #fafcff;
    border-radius: 12px;
    padding: 0.6rem;
    border: 1px solid #eef2f6;
}
.jal-profiles .real-label {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #8a9bb0;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}
.jal-profiles .real-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s;
}
.jal-profiles .real-img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Размерная линия */
.jal-profiles .card-dimension {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
    padding-top: 0.6rem;
    border-top: 1px dashed #ddd;
}
.jal-profiles .dim-line {
    flex: 1;
    height: 1px;
    background: repeating-linear-gradient(90deg, #aaa, #aaa 6px, transparent 6px, transparent 12px);
}
.jal-profiles .dim-text {
    font-size: 0.65rem;
    font-family: monospace;
    color: #8a9bb0;
    white-space: nowrap;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .jal-profiles .profiles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}
@media (max-width: 768px) {
    .jal-profiles .profiles-grid {
        grid-template-columns: 1fr;
    }
    .jal-profiles .profile-card {
        padding: 1.5rem;
    }
    .jal-profiles .profile-image {
        height: 200px;
    }
    .jal-profiles .real-img {
        height: 140px;
    }
}
/* ВЪЕЗДНАЯ ГРУППА — ПРОСТАЯ СТРУКТУРА, ГАРАНТИРОВАННОЕ ВЫРАВНИВАНИЕ */
.gates-section {
    position: relative;
    background: #2a2f36;
    padding: 2.5rem 0;
    overflow: hidden;
}

/* сетка */
.gates-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(255,107,0,0.35) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,107,0,0.35) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 0;
}

/* текстура */
.gates-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 2px, transparent 2px, transparent 8px);
    pointer-events: none;
    z-index: 0;
}

.container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.gates-header {
    text-align: center;
    margin-bottom: 1.2rem;
}

.gates-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.2rem 0;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.gates-main-title span {
    color: #ffa559;
}

.title-underline {
    display: flex;
    justify-content: center;
    margin: 0;
}

.line-glow {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffa559, #ff6b00, #ffa559, transparent);
    border-radius: 2px;
}

/* ряд: текст + картинка — строго flex с align-items: stretch */
.gates-row {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}

/* текстовая колонка */
.gates-text {
    flex: 1.2;
    background: #1e242c;
    border-radius: 24px;
    padding: 1rem;
    border: 1px solid rgba(255,107,0,0.3);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.gates-text:hover {
    border-color: rgba(255,107,0,0.7);
    box-shadow: 0 12px 28px -10px rgba(0,0,0,0.4);
}

/* картинка — без лишнего фона */
.gates-image {
    flex: 0.9;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 24px -8px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,107,0,0.3);
    background: transparent;
    display: flex;
    align-items: stretch;
}

.gates-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    filter: brightness(0.98) contrast(1.05);
}

.gates-row:hover .gates-image img {
    transform: scale(1.02);
}

/* заклёпки */
.image-rivets {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.rivet {
    position: absolute;
    width: 12px;
    height: 12px;
    background: radial-gradient(circle, #ffa559 25%, #b85c1a 75%);
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.rivet.tl { top: 16px; left: 16px; }
.rivet.tr { top: 16px; right: 16px; }
.rivet.bl { bottom: 16px; left: 16px; }
.rivet.br { bottom: 16px; right: 16px; }

/* сварной шов */
.weld-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(90deg, #ff6b00, #ff6b00 12px, #ffa559 12px, #ffa559 24px);
    opacity: 0.6;
    pointer-events: none;
}

/* внутренние элементы текстового блока — компактные отступы */
.production-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,107,0,0.2);
    color: #ffa559;
    padding: 0.25rem 1rem;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-family: 'Manrope', monospace;
    border: 1px solid rgba(255,107,0,0.4);
    width: fit-content;
}

.pre-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #ffa559;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}

.gates-description {
    color: #e8edf2;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.tech-divider {
    width: 50px;
    height: 2px;
    background: repeating-linear-gradient(90deg, #ffa559, #ffa559 6px, transparent 6px, transparent 12px);
    margin: 0.5rem 0;
}

.gates-features {
    list-style: none;
    padding: 0;
    margin-bottom: 0.8rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 1rem;
}

.gates-features li {
    position: relative;
    padding-left: 1.6rem;
    font-size: 0.95rem;
    color: #e8edf2;
    font-weight: 500;
    line-height: 1.4;
}

.gates-features li i {
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: #ffa559;
    font-size: 1rem;
    width: 1.2rem;
}

.tech-spec-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin: 0.6rem 0 0.8rem;
    padding: 0.3rem 0;
    border-top: 1px dashed rgba(255,107,0,0.3);
    border-bottom: 1px dashed rgba(255,107,0,0.3);
}

.spec-dot {
    width: 4px;
    height: 4px;
    background: #ffa559;
    border-radius: 50%;
}

.spec-text {
    font-size: 0.7rem;
    font-family: 'Manrope', monospace;
    color: #b8c4ce;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.btn-primary {
    background: #ff6b00;
    color: white;
    border: none;
    padding: 0.7rem 1.6rem;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    box-shadow: 0 4px 12px rgba(255,107,0,0.3);
    width: fit-content;
    margin-top: 0.2rem;
}

.btn-primary:hover {
    background: #e05a00;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,107,0,0.4);
}

/* адаптивность */
@media (max-width: 1024px) {
    .gates-row {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
    .gates-text {
        order: 2;
        width: 100%;
        flex: none;
    }
    .gates-image {
        order: 1;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        flex: none;
        height: auto;
    }
    .gates-image img {
        height: auto;
        object-fit: contain;
    }
    .gates-main-title {
        font-size: 2rem;
    }
    .gates-features {
        grid-template-columns: 1fr;
    }
    .btn-primary {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .gates-section {
        padding: 1.8rem 0;
    }
    .gates-text {
        padding: 0.8rem;
    }
    .gates-main-title {
        font-size: 1.6rem;
    }
    .gates-description {
        font-size: 0.9rem;
    }
    .gates-features li {
        font-size: 0.85rem;
    }
    .rivet {
        width: 8px;
        height: 8px;
    }
    .rivet.tl { top: 10px; left: 10px; }
    .rivet.tr { top: 10px; right: 10px; }
    .rivet.bl { bottom: 10px; left: 10px; }
    .rivet.br { bottom: 10px; right: 10px; }
}
/* ПРИНУДИТЕЛЬНОЕ ВЫРАВНИВАНИЕ ВЫСОТЫ БЛОКА ВОРОТ */
.gates-section .gates-content-wrapper {
    display: flex !important;
    gap: 2rem !important;
    align-items: stretch !important;
}

.gates-section .gates-text {
    flex: 1.2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    background: #1e242c !important;
    border-radius: 24px !important;
    padding: 0.8rem !important;
}

.gates-section .gates-image {
    flex: 0.9 !important;
    position: relative !important;
    display: block !important;
    background: transparent !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

.gates-section .gates-image img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Убираем лишние отступы */
.gates-section .production-badge,
.gates-section .pre-title,
.gates-section .gates-description,
.gates-section .tech-divider,
.gates-section .gates-features,
.gates-section .tech-spec-line {
    margin-bottom: 0.3rem !important;
}

.gates-section .gates-features li {
    margin-bottom: 0.1rem !important;
    line-height: 1.3 !important;
}

.gates-section .btn-primary {
    margin-top: 0.2rem !important;
}
/* ===== ВЪЕЗДНАЯ ГРУППА — ВЫСОТА ВЫРОВНЕНА, УВЕЛИЧЕНЫ ОТСТУПЫ МЕЖДУ ТЕКСТОМ ===== */
.gates-section {
    position: relative;
    background: #2a2f36;
    padding: 2.5rem 0;
    overflow: hidden;
}

/* Оранжевая сетка (шаг 20px) */
.gates-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(255,107,0,0.35) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,107,0,0.35) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 0;
}

/* Лёгкая текстура металла */
.gates-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.02) 0px,
        rgba(255,255,255,0.02) 2px,
        transparent 2px,
        transparent 8px
    );
    pointer-events: none;
    z-index: 0;
}

.container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.gates-wrapper {
    background: transparent;
    border-radius: 24px;
    padding: 0;
    transition: all 0.3s ease;
}

/* Заголовок */
.gates-header {
    text-align: center;
    margin-bottom: 1rem;
}

.gates-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.2rem 0;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.gates-main-title span {
    color: #ffa559;
    display: inline-block;
}

.title-underline {
    display: flex;
    justify-content: center;
    margin: 0;
}

.line-glow {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffa559, #ff6b00, #ffa559, transparent);
    border-radius: 2px;
}

/* Контейнер колонок — растягиваем по высоте */
.gates-content-wrapper {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}

/* Текстовая колонка */
.gates-text {
    flex: 1.2;
    background: #1e242c;
    border-radius: 24px;
    padding: 1rem;
    border: 1px solid rgba(255,107,0,0.3);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.gates-wrapper:hover .gates-text {
    border-color: rgba(255,107,0,0.7);
    box-shadow: 0 12px 28px -10px rgba(0,0,0,0.4);
}

/* Блок с картинкой — растягиваем на полную высоту */
.gates-image {
    flex: 0.9;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 24px -8px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,107,0,0.3);
    background: transparent;
    display: flex;
    align-items: stretch;
}

.gates-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    filter: brightness(0.98) contrast(1.05);
}

.gates-wrapper:hover .gates-image img {
    transform: scale(1.02);
}

/* Заклёпки */
.image-rivets {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.rivet {
    position: absolute;
    width: 12px;
    height: 12px;
    background: radial-gradient(circle, #ffa559 25%, #b85c1a 75%);
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.rivet.tl { top: 16px; left: 16px; }
.rivet.tr { top: 16px; right: 16px; }
.rivet.bl { bottom: 16px; left: 16px; }
.rivet.br { bottom: 16px; right: 16px; }

/* Сварной шов */
.weld-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(90deg, #ff6b00, #ff6b00 12px, #ffa559 12px, #ffa559 24px);
    opacity: 0.6;
    pointer-events: none;
}

/* ===== ВНУТРЕННИЕ ЭЛЕМЕНТЫ — УВЕЛИЧЕНЫ ОТСТУПЫ ===== */
.production-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,107,0,0.2);
    color: #ffa559;
    padding: 0.3rem 1rem;
    border-radius: 40px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    font-family: 'Manrope', monospace;
    border: 1px solid rgba(255,107,0,0.4);
    width: fit-content;
}

.badge-icon {
    font-size: 0.85rem;
}

.pre-title {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #ffa559;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.gates-description {
    color: #e8edf2;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.eng-icon {
    color: #ffa559;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-block;
}

.tech-divider {
    width: 50px;
    height: 2px;
    background: repeating-linear-gradient(90deg, #ffa559, #ffa559 6px, transparent 6px, transparent 12px);
    margin: 0.5rem 0 0.6rem;
}

.gates-features {
    list-style: none;
    padding: 0;
    margin-bottom: 0.8rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 1rem;
}

.gates-features li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.9rem;
    color: #e8edf2;
    font-weight: 500;
    line-height: 1.4;
}

.gates-features li i {
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: #ffa559;
    font-size: 0.9rem;
    width: 1.2rem;
}

.tech-spec-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin: 0.6rem 0 0.8rem;
    padding: 0.3rem 0;
    border-top: 1px dashed rgba(255,107,0,0.3);
    border-bottom: 1px dashed rgba(255,107,0,0.3);
}

.spec-dot {
    width: 4px;
    height: 4px;
    background: #ffa559;
    border-radius: 50%;
}

.spec-text {
    font-size: 0.7rem;
    font-family: 'Manrope', monospace;
    color: #b8c4ce;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.btn-primary {
    background: #ff6b00;
    color: white;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    box-shadow: 0 4px 12px rgba(255,107,0,0.3);
    width: fit-content;
    margin-top: 0.3rem;
}

.btn-primary:hover {
    background: #e05a00;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,107,0,0.4);
}

/* Адаптивность */
@media (max-width: 1024px) {
    .gates-content-wrapper {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    .gates-text {
        order: 2;
        width: 100%;
        flex: none;
    }
    .gates-image {
        order: 1;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        flex: none;
        height: auto;
    }
    .gates-image img {
        height: auto;
        object-fit: contain;
    }
    .gates-main-title {
        font-size: 2rem;
    }
    .gates-features {
        grid-template-columns: 1fr;
    }
    .btn-primary {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .gates-section {
        padding: 1.8rem 0;
    }
    .gates-text {
        padding: 0.8rem;
    }
    .gates-main-title {
        font-size: 1.6rem;
    }
    .gates-description {
        font-size: 0.85rem;
    }
    .gates-features li {
        font-size: 0.8rem;
    }
    .rivet {
        width: 8px;
        height: 8px;
    }
    .rivet.tl { top: 10px; left: 10px; }
    .rivet.tr { top: 10px; right: 10px; }
    .rivet.bl { bottom: 10px; left: 10px; }
    .rivet.br { bottom: 10px; right: 10px; }
}
/* ===== ВЪЕЗДНАЯ ГРУППА — УВЕЛИЧЕННЫЕ ОТСТУПЫ ===== */
.gates-section {
    position: relative;
    background: #2a2f36;
    padding: 2.5rem 0;
    overflow: hidden;
}

/* Оранжевая сетка (шаг 20px) */
.gates-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(255,107,0,0.35) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,107,0,0.35) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 0;
}

/* Лёгкая текстура металла */
.gates-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.02) 0px,
        rgba(255,255,255,0.02) 2px,
        transparent 2px,
        transparent 8px
    );
    pointer-events: none;
    z-index: 0;
}

.container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.gates-wrapper {
    background: transparent;
    border-radius: 24px;
    padding: 0;
    transition: all 0.3s ease;
}

/* Заголовок */
.gates-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.gates-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.3rem 0;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.gates-main-title span {
    color: #ffa559;
    display: inline-block;
}

.title-underline {
    display: flex;
    justify-content: center;
    margin: 0;
}

.line-glow {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffa559, #ff6b00, #ffa559, transparent);
    border-radius: 2px;
}

/* Контейнер колонок — растягиваем по высоте */
.gates-content-wrapper {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}

/* Текстовая колонка — увеличенные отступы */
.gates-text {
    flex: 1.2;
    background: #1e242c;
    border-radius: 24px;
    padding: 1.2rem;
    border: 1px solid rgba(255,107,0,0.3);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.gates-wrapper:hover .gates-text {
    border-color: rgba(255,107,0,0.7);
    box-shadow: 0 12px 28px -10px rgba(0,0,0,0.4);
}

/* Блок с картинкой — растягиваем на полную высоту */
.gates-image {
    flex: 0.9;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 24px -8px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,107,0,0.3);
    background: transparent;
    display: flex;
    align-items: stretch;
}

.gates-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    filter: brightness(0.98) contrast(1.05);
}

.gates-wrapper:hover .gates-image img {
    transform: scale(1.02);
}

/* Заклёпки */
.image-rivets {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.rivet {
    position: absolute;
    width: 12px;
    height: 12px;
    background: radial-gradient(circle, #ffa559 25%, #b85c1a 75%);
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.rivet.tl { top: 16px; left: 16px; }
.rivet.tr { top: 16px; right: 16px; }
.rivet.bl { bottom: 16px; left: 16px; }
.rivet.br { bottom: 16px; right: 16px; }

/* Сварной шов */
.weld-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(90deg, #ff6b00, #ff6b00 12px, #ffa559 12px, #ffa559 24px);
    opacity: 0.6;
    pointer-events: none;
}

/* ===== УВЕЛИЧЕННЫЕ ОТСТУПЫ МЕЖДУ ЭЛЕМЕНТАМИ ТЕКСТА ===== */
.production-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(255,107,0,0.2);
    color: #ffa559;
    padding: 0.3rem 1rem;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    font-family: 'Manrope', monospace;
    border: 1px solid rgba(255,107,0,0.4);
    width: fit-content;
}

.badge-icon {
    font-size: 0.85rem;
}

.pre-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #ffa559;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.gates-description {
    color: #e8edf2;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.eng-icon {
    color: #ffa559;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
}

.tech-divider {
    width: 60px;
    height: 2px;
    background: repeating-linear-gradient(90deg, #ffa559, #ffa559 6px, transparent 6px, transparent 12px);
    margin: 0.6rem 0 0.8rem;
}

.gates-features {
    list-style: none;
    padding: 0;
    margin-bottom: 0.8rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 1.2rem;
}

.gates-features li {
    position: relative;
    padding-left: 1.6rem;
    font-size: 0.95rem;
    color: #e8edf2;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.2rem;
}

.gates-features li i {
    position: absolute;
    left: 0;
    top: 0.15rem;
    color: #ffa559;
    font-size: 0.95rem;
    width: 1.2rem;
}

.tech-spec-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin: 0.8rem 0 1rem;
    padding: 0.4rem 0;
    border-top: 1px dashed rgba(255,107,0,0.3);
    border-bottom: 1px dashed rgba(255,107,0,0.3);
}

.spec-dot {
    width: 5px;
    height: 5px;
    background: #ffa559;
    border-radius: 50%;
}

.spec-text {
    font-size: 0.7rem;
    font-family: 'Manrope', monospace;
    color: #b8c4ce;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.btn-primary {
    background: #ff6b00;
    color: white;
    border: none;
    padding: 0.6rem 1.4rem;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    box-shadow: 0 4px 12px rgba(255,107,0,0.3);
    width: fit-content;
    margin-top: 0.4rem;
}

.btn-primary:hover {
    background: #e05a00;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,107,0,0.4);
}

/* Адаптивность */
@media (max-width: 1024px) {
    .gates-content-wrapper {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
    .gates-text {
        order: 2;
        width: 100%;
        flex: none;
    }
    .gates-image {
        order: 1;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        flex: none;
        height: auto;
    }
    .gates-image img {
        height: auto;
        object-fit: contain;
    }
    .gates-main-title {
        font-size: 2rem;
    }
    .gates-features {
        grid-template-columns: 1fr;
    }
    .btn-primary {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .gates-section {
        padding: 1.8rem 0;
    }
    .gates-text {
        padding: 1rem;
    }
    .gates-main-title {
        font-size: 1.6rem;
    }
    .gates-description {
        font-size: 0.9rem;
    }
    .gates-features li {
        font-size: 0.85rem;
    }
    .rivet {
        width: 8px;
        height: 8px;
    }
    .rivet.tl { top: 10px; left: 10px; }
    .rivet.tr { top: 10px; right: 10px; }
    .rivet.bl { bottom: 10px; left: 10px; }
    .rivet.br { bottom: 10px; right: 10px; }
}
/* ===== ТЕХНОЛОГИЯ: СХЕМА СЛОЁВ ===== */
.tech-jal {
    padding: 5rem 0;
    background: #fff;
}

.tech-inner {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.tech-content {
    flex: 1;
}

.tech-content ul {
    margin: 1.5rem 0;
    list-style: none;
    padding: 0;
}

.tech-content li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.tech-content li::before {
    content: "✓";
    color: #FF6B00;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Схема слоёв */
.tech-scheme {
    flex: 1;
    background: #f8fafc;
    border-radius: 24px;
    padding: 1.8rem;
    border: 1px solid #eef2f6;
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
    transition: transform 0.3s ease, box-shadow 0.3s;
}

.tech-scheme:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.scheme-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: -0.01em;
    border-bottom: 2px solid #FF6B00;
    display: inline-block;
    padding-bottom: 0.3rem;
    width: auto;
}

.layers {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.layer-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px dashed #e2e8f0;
}

.layer-color {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.layer-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.layer-name {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1rem;
}

.layer-thick {
    font-size: 0.85rem;
    color: #5a6a7a;
    font-family: monospace;
    background: #f1f5f9;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
}

.scheme-note {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.85rem;
    color: #FF6B00;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #eef2f6;
}

.scheme-note i {
    font-size: 1rem;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .tech-inner {
        flex-direction: column;
        gap: 2rem;
    }
    .tech-content,
    .tech-scheme {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tech-jal {
        padding: 3rem 0;
    }
    .layer-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }
    .scheme-title {
        font-size: 1.1rem;
    }
}
/* ===== ТЕХНОЛОГИЯ: СТИЛЬНЫЙ ЗАГОЛОВОК И СХЕМА ===== */
.tech-jal {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #fafcff 100%);
    overflow: hidden;
}

/* Лёгкая фоновая сетка */
.tech-jal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(0,0,0,0.02) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0,0,0,0.02) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.tech-header {
    text-align: center;
    margin-bottom: 3rem;
}

.tech-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FF6B00;
    background: rgba(255,107,0,0.1);
    padding: 0.3rem 1rem;
    border-radius: 40px;
    margin-bottom: 1rem;
}

.tech-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.tech-underline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.underline-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FF6B00, #FF6B00, transparent);
}

.underline-dot {
    width: 6px;
    height: 6px;
    background: #FF6B00;
    border-radius: 50%;
}

.tech-inner {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.tech-content {
    flex: 1;
}

.tech-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5a6a;
    margin-bottom: 1.5rem;
}

.tech-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.tech-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    color: #2c3e50;
    line-height: 1.4;
}

.tech-list li i {
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: #FF6B00;
    font-size: 1rem;
}

.tech-scheme {
    flex: 1;
    background: #ffffff;
    border-radius: 24px;
    padding: 1.5rem;
    border: 1px solid rgba(255,107,0,0.2);
    box-shadow: 0 15px 35px -12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s;
}

.tech-scheme:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -12px rgba(255,107,0,0.15);
    border-color: rgba(255,107,0,0.4);
}

.scheme-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #FF6B00;
    text-transform: uppercase;
    font-family: 'Manrope', monospace;
}

.scheme-header i {
    font-size: 1rem;
}

.layers {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.layer-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.6rem 0;
    border-bottom: 1px dashed #eef2f6;
}

.layer-color {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.layer-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.layer-name {
    font-weight: 600;
    color: #1e2a3a;
    font-size: 1rem;
}

.layer-thick {
    font-size: 0.8rem;
    color: #6c7a8a;
    font-family: monospace;
    background: #f8fafc;
    padding: 0.2rem 0.8rem;
    border-radius: 20px;
}

.scheme-note {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.85rem;
    color: #FF6B00;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #eef2f6;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .tech-inner {
        flex-direction: column;
        gap: 2rem;
    }
    .tech-content,
    .tech-scheme {
        width: 100%;
    }
    .tech-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .tech-jal {
        padding: 3rem 0;
    }
    .tech-title {
        font-size: 1.6rem;
    }
    .layer-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }
    .tech-badge {
        font-size: 0.65rem;
    }
    .underline-line {
        width: 40px;
    }
}
/* ===== ВИЗУАЛИЗАЦИЯ СЛОЁВ (ГОРИЗОНТАЛЬНЫЕ ПОЛОСЫ) ===== */
.tech-jal {
    padding: 5rem 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.tech-inner {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.tech-content {
    flex: 1;
}

.tech-content ul {
    margin: 1.5rem 0;
    list-style: none;
    padding: 0;
}

.tech-content li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.tech-content li::before {
    content: "✓";
    color: #FF6B00;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Блок с визуализацией слоёв */
.tech-layers {
    flex: 1;
    background: #f8fafc;
    border-radius: 24px;
    padding: 1.8rem;
    border: 1px solid #eef2f6;
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
    transition: transform 0.3s ease;
}

.tech-layers:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.layers-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: -0.01em;
    border-bottom: 2px solid #FF6B00;
    display: inline-block;
    padding-bottom: 0.3rem;
    width: auto;
}

.layers-diagram {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.layer-bar {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.layer-label {
    width: 110px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
}

.layer-strip {
    flex: 1;
    border-radius: 4px;
    background: #e0e0e0;
    min-width: 100px;
}

.layer-thickness {
    width: 80px;
    font-size: 0.75rem;
    color: #6c7a8a;
    font-family: monospace;
    text-align: right;
}

.layers-note {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.85rem;
    color: #FF6B00;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #eef2f6;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .tech-inner {
        flex-direction: column;
        gap: 2rem;
    }
    .tech-content,
    .tech-layers {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tech-jal {
        padding: 3rem 0;
    }
    .layer-bar {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .layer-label {
        width: 100%;
    }
    .layer-strip {
        width: 100%;
    }
    .layer-thickness {
        width: auto;
        text-align: left;
    }
}
/* ===== БЛОК КАЧЕСТВА (КАК НА ГЛАВНОЙ) ===== */
.quality-showcase {
    background: #fff;
    overflow: hidden;
}

.tech-layout {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.tech-content {
    flex: 1;
}

.tech-content .pre-title {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FF6B00;
    background: rgba(255,107,0,0.1);
    padding: 0.3rem 1rem;
    border-radius: 30px;
    margin-bottom: 1rem;
}

.tech-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.tech-content p {
    color: #4a5a6a;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.tech-content ul {
    margin: 1.5rem 0;
    list-style: none;
    padding: 0;
}

.tech-content li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    color: #2c3e50;
}

.tech-content li::before {
    content: "✓";
    color: #FF6B00;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Карточка качества (как на главной) */
.quality-card {
    flex: 1;
    background: #fff;
    border-radius: 24px;
    padding: 1.8rem;
    border: 1px solid #eef2f6;
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
    transition: transform 0.3s ease;
}

.quality-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.our-solution {
    border-top: 3px solid #FF6B00;
}

.card-badge {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #FF6B00;
    background: rgba(255,107,0,0.1);
    display: inline-block;
    padding: 0.3rem 1rem;
    border-radius: 30px;
    margin-bottom: 1rem;
}

.metal-visual {
    background: #f8fafc;
    border-radius: 16px;
    padding: 1.2rem;
    margin-bottom: 1.5rem;
}

.layers-container {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.layer-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.layer-name {
    width: 110px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.85rem;
}

.layer-bar {
    flex: 1;
    border-radius: 6px;
    min-width: 100px;
}

.card-content {
    margin-top: 0.5rem;
}

.spec-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
}

.spec-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
    color: #2c3e50;
    line-height: 1.4;
}

.spec-list li i {
    color: #FF6B00;
    font-size: 0.9rem;
    margin-top: 0.1rem;
}

.layer-desc {
    font-size: 0.85rem;
    color: #6c7a8a;
    line-height: 1.5;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eef2f6;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .tech-layout {
        flex-direction: column;
        gap: 2rem;
    }
    .tech-content,
    .quality-card {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tech-content h2 {
        font-size: 1.6rem;
    }
    .layer-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }
    .layer-name {
        width: auto;
    }
    .layer-bar {
        width: 100%;
    }
}
/* ===== БЛОК "МЕТАЛЛ И ЦИНК" (КАК НА ГЛАВНОЙ) ===== */
.quality-showcase {
    padding: 4rem 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-size: 1rem;
    color: #6c7a8a;
    max-width: 600px;
    margin: 0 auto;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: stretch;
}

.quality-card {
    background: #fff;
    border-radius: 24px;
    padding: 1.8rem;
    border: 1px solid #eef2f6;
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
    transition: transform 0.3s ease, box-shadow 0.3s;
}

.quality-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.our-solution {
    border-top: 3px solid #FF6B00;
}

.card-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FF6B00;
    background: rgba(255,107,0,0.1);
    padding: 0.3rem 1rem;
    border-radius: 30px;
    margin-bottom: 1rem;
}

.card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.card-text {
    color: #4a5a6a;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
}

.spec-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.spec-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.7rem;
    font-size: 0.9rem;
    color: #2c3e50;
    line-height: 1.4;
}

.spec-list li i {
    color: #FF6B00;
    font-size: 0.9rem;
    margin-top: 0.1rem;
}

.layers-visual {
    background: #f8fafc;
    border-radius: 16px;
    padding: 1.2rem;
    margin: 1rem 0;
}

.layer-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.8rem;
    flex-wrap: wrap;
}

.layer-name {
    width: 110px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.85rem;
}

.layer-bar {
    flex: 1;
    border-radius: 6px;
    min-width: 100px;
}

.layers-note {
    font-size: 0.85rem;
    color: #6c7a8a;
    line-height: 1.5;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eef2f6;
    text-align: center;
}

.btn-primary {
    background: #FF6B00;
    color: white;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(255,107,0,0.2);
}

.btn-primary:hover {
    background: #e05a00;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255,107,0,0.3);
}

/* Адаптивность */
@media (max-width: 1024px) {
    .showcase-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .quality-showcase {
        padding: 2.5rem 0;
    }
    .quality-card {
        padding: 1.2rem;
    }
    .card-title {
        font-size: 1.3rem;
    }
    .layer-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }
    .layer-name {
        width: auto;
    }
    .layer-bar {
        width: 100%;
    }
}
/* ===== БЛОК "МЕТАЛЛ И ЦИНК" (КОМПАКТНЫЙ) ===== */
.quality-showcase {
    padding: 3rem 0;
    background: #fff;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 2rem;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 0.3rem;
}

.section-title.single-line {
    white-space: nowrap;
}

.section-subtitle {
    font-size: 0.9rem;
    color: #6c7a8a;
    max-width: 600px;
    margin: 0 auto;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: stretch;
}

.quality-card {
    background: #fff;
    border-radius: 24px;
    padding: 1.5rem;
    border: 1px solid #eef2f6;
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
    transition: transform 0.3s ease, box-shadow 0.3s;
}

.quality-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.our-solution {
    border-top: 3px solid #FF6B00;
}

.card-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FF6B00;
    background: rgba(255,107,0,0.1);
    padding: 0.2rem 0.8rem;
    border-radius: 30px;
    margin-bottom: 0.8rem;
}

.card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
    line-height: 1.3;
}

.card-text {
    color: #4a5a6a;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.compact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.2rem 0;
}

.compact-list li {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #2c3e50;
    line-height: 1.4;
}

.compact-list li span {
    color: #FF6B00;
    font-weight: 600;
    flex-shrink: 0;
}

.layers-visual {
    background: #f8fafc;
    border-radius: 16px;
    padding: 1rem;
    margin: 0.8rem 0;
}

.layer-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.6rem;
    flex-wrap: wrap;
}

.layer-name {
    width: 110px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.8rem;
}

.layer-bar {
    flex: 1;
    border-radius: 6px;
    min-width: 100px;
}

.layers-note {
    font-size: 0.8rem;
    color: #6c7a8a;
    line-height: 1.4;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid #eef2f6;
    text-align: center;
}

.btn-primary {
    background: #FF6B00;
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(255,107,0,0.2);
}

.btn-primary:hover {
    background: #e05a00;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255,107,0,0.3);
}

/* Адаптивность */
@media (max-width: 1024px) {
    .showcase-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .section-title.single-line {
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .quality-showcase {
        padding: 2rem 0;
    }
    .quality-card {
        padding: 1.2rem;
    }
    .card-title {
        font-size: 1.2rem;
    }
    .layer-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }
    .layer-name {
        width: auto;
    }
    .layer-bar {
        width: 100%;
    }
}
/* ===== МОНТАЖ ПОД КЛЮЧ — СОВРЕМЕННЫЙ ДИЗАЙН ===== */
.install-section {
    position: relative;
    background: #2a2f36; /* графитовый фон */
    padding: 4rem 0;
    overflow: hidden;
        margin-bottom: 4rem !important;
}

/* Оранжевая сетка (шаг 20px) */
.install-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(255,107,0,0.2) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,107,0,0.2) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 0;
}

/* Лёгкая текстура металла */
.install-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.02) 0px,
        rgba(255,255,255,0.02) 2px,
        transparent 2px,
        transparent 8px
    );
    pointer-events: none;
    z-index: 0;
}

.container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.install-card {
    position: relative;
    background: #1e242c;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid rgba(255,107,0,0.3);
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px -10px rgba(0,0,0,0.3);
}

.install-card:hover {
    border-color: rgba(255,107,0,0.7);
    transform: translateY(-4px);
    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.4);
}

.install-card-inner {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.install-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: rgba(255,107,0,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #ffa559;
    border: 1px solid rgba(255,107,0,0.4);
    transition: all 0.3s;
}

.install-card:hover .install-icon {
    background: rgba(255,107,0,0.25);
    transform: scale(1.05);
}

.install-content {
    flex: 1;
}

.install-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.8rem;
    letter-spacing: -0.01em;
}

.install-content p {
    color: #e0e6ed;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
}

.install-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.5rem;
}

.install-features span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.08);
    padding: 0.5rem 1rem;
    border-radius: 40px;
    font-size: 0.85rem;
    color: #e0e6ed;
    transition: all 0.2s;
}

.install-features span i {
    color: #ffa559;
    font-size: 0.85rem;
}

.install-features span:hover {
    background: rgba(255,107,0,0.2);
    transform: translateY(-2px);
}

/* Заклёпки */
.install-rivets {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.install-rivets .rivet {
    position: absolute;
    width: 12px;
    height: 12px;
    background: radial-gradient(circle, #ffa559 25%, #b85c1a 75%);
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.install-rivets .rivet.tl { top: 16px; left: 16px; }
.install-rivets .rivet.tr { top: 16px; right: 16px; }
.install-rivets .rivet.bl { bottom: 16px; left: 16px; }
.install-rivets .rivet.br { bottom: 16px; right: 16px; }

/* Сварной шов */
.install-weld {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(90deg, #ff6b00, #ff6b00 12px, #ffa559 12px, #ffa559 24px);
    opacity: 0.6;
    pointer-events: none;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .install-card-inner {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    .install-icon {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
    .install-features {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .install-section {
        padding: 2rem 0;
    }
    .install-card {
        padding: 1.2rem;
    }
    .install-content h2 {
        font-size: 1.5rem;
    }
    .install-content p {
        font-size: 0.9rem;
    }
    .install-features span {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
    .install-rivets .rivet {
        width: 8px;
        height: 8px;
    }
    .install-rivets .rivet.tl { top: 10px; left: 10px; }
    .install-rivets .rivet.tr { top: 10px; right: 10px; }
    .install-rivets .rivet.bl { bottom: 10px; left: 10px; }
    .install-rivets .rivet.br { bottom: 10px; right: 10px; }
}
/* ===== УБИРАЕМ ЛИШНИЕ ОТСТУПЫ У БЛОКА "МЕТАЛЛ И ЦИНК" ===== */
.quality-showcase {
    padding: 2rem 0 !important; /* убираем большие отступы сверху и снизу */
}

.quality-showcase .section-header {
    margin-bottom: 1.5rem !important; /* уменьшаем отступ под заголовком */
}

.quality-showcase .showcase-grid {
    gap: 1.5rem !important; /* уменьшаем расстояние между карточками */
}

.quality-showcase .quality-card {
    padding: 1.2rem !important; /* уменьшаем внутренние отступы карточек */
}

.quality-showcase .card-title {
    margin-bottom: 0.5rem !important; /* уменьшаем отступ после заголовка */
}

.quality-showcase .card-text {
    margin-bottom: 0.8rem !important; /* уменьшаем отступ после текста */
}

.quality-showcase .compact-list {
    margin-bottom: 1rem !important; /* уменьшаем отступ после списка */
}

.quality-showcase .layers-visual {
    margin: 0.5rem 0 !important; /* уменьшаем отступы вокруг визуализации слоёв */
    padding: 0.8rem !important;
}

.quality-showcase .layer-row {
    margin-bottom: 0.4rem !important; /* уменьшаем отступы между рядами слоёв */
}

.quality-showcase .layers-note {
    margin-top: 0.6rem !important;
    padding-top: 0.6rem !important;
}

/* Небольшое уменьшение отступов у блока HERO */
.hero-jal {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
}
/* ===== БЛОК "ВЫБЕРИТЕ СВОЙ СТИЛЬ" — ИНЖЕНЕРНЫЙ СТИЛЬ, КОМПАКТНО ===== */
.jal-profiles {
    padding: 3rem 0 !important; /* уменьшаем вертикальные отступы */
}

/* Заголовок в стиле инженерного блока */
.jal-profiles .section-header {
    margin-bottom: 2rem;
}

.jal-profiles .pre-title {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FF6B00;
    background: rgba(255,107,0,0.1);
    padding: 0.3rem 1rem;
    border-radius: 30px;
    margin-bottom: 0.8rem;
}

.jal-profiles .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

/* Декоративная линия под заголовком */
.jal-profiles .title-underline {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0 0;
}

.jal-profiles .line-glow {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffa559, #ff6b00, #ffa559, transparent);
    border-radius: 2px;
}

/* Убираем оранжевую обводку у текста (заменяем на серую) */
.profile-card .profile-desc {
    border-left: 2px solid #d0d8e2 !important;
}

/* Размерная линия внизу карточки — оранжевая */
.card-dimension .dim-line {
    background: repeating-linear-gradient(90deg, #FF6B00, #FF6B00 6px, transparent 6px, transparent 12px) !important;
}

.card-dimension .dim-text {
    color: #FF6B00 !important;
}

/* Уменьшаем внутренние отступы карточек, делаем компактнее */
.profile-card {
    padding: 1.5rem !important;
}

.profile-image {
    height: 200px !important; /* чуть уменьшаем высоту картинки */
}

/* Адаптивность для компактности */
@media (max-width: 768px) {
    .jal-profiles {
        padding: 2rem 0 !important;
    }
    .jal-profiles .section-title {
        font-size: 1.8rem;
    }
    .profile-card {
        padding: 1rem !important;
    }
    .profile-image {
        height: 160px !important;
    }
}
/* ===== БЛОК "ВЫБЕРИТЕ СВОЙ СТИЛЬ" — ИНЖЕНЕРНЫЙ СТИЛЬ, УБРАН ОРАНЖЕВЫЙ ТЕКСТ ===== */
.jal-profiles {
    padding: 3rem 0 !important;
}

/* Заголовок в инженерном стиле */
.jal-profiles .section-header {
    margin-bottom: 2rem;
}

.jal-profiles .pre-title {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FF6B00;
    background: rgba(255,107,0,0.1);
    padding: 0.3rem 1rem;
    border-radius: 30px;
    margin-bottom: 0.8rem;
}

.jal-profiles .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.jal-profiles .title-underline {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0 0;
}

.jal-profiles .line-glow {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffa559, #ff6b00, #ffa559, transparent);
    border-radius: 2px;
}

/* Убираем оранжевый цвет у всего текста в карточках */
.profile-card,
.profile-card * {
    color: #2c3e50 !important;
}

/* Оставляем оранжевым только размерную линию внизу */
.card-dimension .dim-line {
    background: repeating-linear-gradient(90deg, #FF6B00, #FF6B00 6px, transparent 6px, transparent 12px) !important;
}
.card-dimension .dim-text {
    color: #FF6B00 !important;
}

/* Бейдж "РЕАЛИЗОВАННЫЙ ОБЪЕКТ" остаётся оранжевым */
.real-label {
    color: #FF6B00 !important;
    background: transparent !important;
}

/* Убираем оранжевую обводку у описания */
.profile-desc {
    border-left: 2px solid #d0d8e2 !important;
}

/* Уменьшаем внутренние отступы */
.profile-card {
    padding: 1.5rem !important;
}

.profile-image {
    height: 200px !important;
}

@media (max-width: 768px) {
    .jal-profiles {
        padding: 2rem 0 !important;
    }
    .jal-profiles .section-title {
        font-size: 1.8rem;
    }
    .profile-card {
        padding: 1rem !important;
    }
    .profile-image {
        height: 160px !important;
    }
}
/* Убираем оранжевую тень и цвет у характеристик */
.jal-profiles .profile-card .spec-value,
.jal-profiles .profile-card .spec-name,
.jal-profiles .profile-card .profile-desc,
.jal-profiles .profile-card h3,
.jal-profiles .profile-card p {
    text-shadow: none !important;
    color: #2c3e50 !important;
}

/* Дополнительно убираем тень у всех элементов внутри карточки, кроме бейджа и размерной линии */
.jal-profiles .profile-card *:not(.real-label):not(.dim-text):not(.dim-line) {
    text-shadow: none !important;
}
/* Увеличиваем картинки профилей (без смещения) */
.jal-profiles .profile-card .profile-image {
    height: 280px !important;
    margin-bottom: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jal-profiles .profile-card .profile-image img {
    max-height: 100% !important;
    width: auto !important;
    object-fit: contain;
}
/* Анимация увеличения картинки при наведении на карточку */
.jal-profiles .profile-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jal-profiles .profile-card:hover .profile-image img {
    transform: scale(1.05);
    transition: transform 0.4s ease;
}

.jal-profiles .profile-card .profile-image {
    overflow: hidden; /* чтобы увеличенная картинка не выходила за пределы */
}
.jal-profiles .profile-card:hover {
    transform: translateY(-5px);
}
/* Эффектный заголовок "Металл и цинк..." */
.quality-showcase {
    margin-top: 2rem; /* немного отступа сверху */
}
/* ===== ГАЛЕРЕЯ В СТИЛЕ "КАРТА ПРИСУТСТВИЯ" ===== */
.gallery-showcase {
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(145deg, #f8fafc 0%, #ffffff 100%);
    overflow: hidden;
}

/* Инженерный фон */
.gallery-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.gallery-grid-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.6;
}

.dimension-lines {
    position: absolute;
    bottom: 30px;
    right: 50px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1;
}

.dimension {
    display: flex;
    align-items: center;
    color: #FF6B00;
    opacity: 0.4;
    font-size: 0.7rem;
    font-family: monospace;
}

.dimension-line {
    position: relative;
    width: 60px;
    height: 1px;
    background: #FF6B00;
    margin: 0 8px;
}

.dimension-arrow {
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
}

.horizontal .dimension-arrow.left {
    border-width: 4px 6px 4px 0;
    border-color: transparent #FF6B00 transparent transparent;
}
.horizontal .dimension-arrow.right {
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #FF6B00;
}

.vertical .dimension-arrow.top {
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #FF6B00 transparent;
}
.vertical .dimension-arrow.bottom {
    border-width: 6px 4px 0 4px;
    border-color: #FF6B00 transparent transparent transparent;
}

.gallery-stamp {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 1rem;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(4px);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.05);
    z-index: 2;
}

.stamp {
    display: flex;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
}

.stamp-title {
    font-size: 0.6rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.stamp-number {
    font-size: 0.5rem;
    color: #666;
}

/* Заголовок */
.gallery-header {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 2.5rem;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255,107,0,0.08);
    padding: 0.3rem 1.2rem;
    border-radius: 40px;
    margin-bottom: 1rem;
    border: 1px solid rgba(255,107,0,0.2);
}

.badge-dot {
    width: 6px;
    height: 6px;
    background: #FF6B00;
    border-radius: 50%;
}

.badge-text {
    font-size: 0.7rem;
    font-weight: 700;
    color: #FF6B00;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.gallery-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.5rem;
    color: #0A0A0A;
}

.gallery-title .title-main {
    font-weight: 500;
    color: #333;
}

.gallery-title .title-accent {
    color: #FF6B00;
    position: relative;
    padding: 0 0.2rem;
}

.gallery-title .title-accent::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(255,107,0,0.1);
    z-index: -1;
    border-radius: 4px;
}

.gallery-subheader {
    font-size: 1rem;
    color: #5a6a7a;
    max-width: 700px;
    margin: 0.5rem auto 0;
    line-height: 1.5;
}

.title-dimension {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.8rem;
}

.dimension-marker {
    width: 30px;
    height: 2px;
    background: repeating-linear-gradient(90deg, #FF6B00 0px, #FF6B00 4px, transparent 4px, transparent 8px);
}

/* Карусель */
.gallery-carousel {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 10;
}

.carousel-container {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 20px 40px -12px rgba(0,0,0,0.1);
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease;
}

.carousel-slide {
    flex: 0 0 100%;
}

.carousel-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #FF6B00;
}

.carousel-prev:hover,
.carousel-next:hover {
    background: #FF6B00;
    color: white;
    border-color: #FF6B00;
}

.carousel-prev {
    left: -20px;
}

.carousel-next {
    right: -20px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
}

.carousel-dot.active {
    background: #FF6B00;
    transform: scale(1.3);
}

/* Кнопка портфолио */
.gallery-action {
    text-align: center;
    margin-top: 2.5rem;
    z-index: 10;
    position: relative;
}

.btn-portfolio {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.8rem 2rem;
    background: transparent;
    border: 2px solid #FF6B00;
    color: #FF6B00;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border-radius: 40px;
    transition: all 0.3s;
}

.btn-portfolio:hover {
    background: #FF6B00;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,107,0,0.2);
}

/* Сварной шов внизу */
.gallery-weld {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(90deg, #FF6B00, #FF6B00 12px, #ffa559 12px, #ffa559 24px);
    opacity: 0.5;
    pointer-events: none;
    z-index: 2;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .gallery-title {
        font-size: 2.2rem;
    }
    .carousel-slide img {
        height: 400px;
    }
    .dimension-lines,
    .gallery-stamp {
        display: none;
    }
}

@media (max-width: 768px) {
    .gallery-showcase {
        padding: 2rem 0;
    }
    .gallery-title {
        font-size: 1.8rem;
    }
    .carousel-slide img {
        height: 280px;
    }
    .carousel-prev,
    .carousel-next {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
    .carousel-prev {
        left: -10px;
    }
    .carousel-next {
        right: -10px;
    }
}
/* Декоративная линия вверху блока галереи */
.gallery-showcase {
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(145deg, #f8fafc 0%, #ffffff 100%);
    overflow: hidden;
}

.gallery-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FF6B00, #FF6B00, transparent);
    border-radius: 2px;
    opacity: 0.5;
    pointer-events: none;
    z-index: 10;
}
/* ===== ИСПРАВЛЕНИЕ БЛОКА ПРЕИМУЩЕСТВ И АДАПТИВНОСТЬ ===== */

/* Общие заголовки секций (чтобы все выглядели одинаково) */
.section-header {
    text-align: center;
    margin-bottom: 30px;
}

.pre-title {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FF6B00;
    background: rgba(255,107,0,0.1);
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}

/* Блок Преимущества — делаем ровно */
.advantages {
    padding: 50px 0 !important;
    background: #f8f9fa;
}

.advantages .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.adv-card {
    background: white;
    padding: 25px 15px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #eee;
    transition: all 0.2s;
}

.adv-card i {
    font-size: 32px;
    color: #FF6B00;
    margin-bottom: 15px;
}

.adv-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.adv-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

/* Адаптивность: Планшет */
@media (max-width: 1024px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .section-title {
        font-size: 32px;
    }
}

/* Адаптивность: Телефон */
@media (max-width: 768px) {
    .advantages {
        padding: 40px 0 !important;
    }
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .section-title {
        font-size: 28px;
    }
    .adv-card {
        padding: 20px;
    }
}

/* Исправляем карточки профилей на телефоне (чтобы картинки не обрезались) */
@media (max-width: 768px) {
    .jal-profiles .profile-card .profile-image {
        height: 200px !important;
    }
    .profile-card {
        padding: 15px !important;
    }
    .gates-row {
        flex-direction: column;
    }
    .gates-image img {
        max-height: 250px;
        object-fit: cover;
    }
}
/* ===== ЗАЩИТА БЛОКА ПРЕИМУЩЕСТВ ОТ КОНФЛИКТОВ ===== */
.advantages,
.advantages * {
    /* Сбрасываем возможное влияние навигации */
    all: revert;
}

/* Теперь задаём только то, что нужно для этого блока */
.advantages {
    display: block;
    background: #f8f9fa;
    padding: 50px 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.advantages .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.advantages .section-header {
    text-align: center;
    margin-bottom: 30px;
}

.advantages .pre-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FF6B00;
    background: rgba(255,107,0,0.1);
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.advantages .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.adv-card {
    background: white;
    padding: 25px 15px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: transform 0.2s;
}

.adv-card:hover {
    transform: translateY(-5px);
    border-color: #FF6B00;
}

.adv-card i {
    font-size: 32px;
    color: #FF6B00;
    margin-bottom: 15px;
}

.adv-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.adv-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .advantages {
        padding: 40px 0;
    }
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .advantages .section-title {
        font-size: 28px;
    }
}