/* =========================================
   ГОЛОВНА СТОРІНКА: ОСНОВНИЙ ЗАХИСТ
========================================= */
.home-protection-section { padding: 120px 0; background-color: transparent; position: relative; z-index: 2; }
.section-header { margin-bottom: 60px; }
.section-subtitle { display: block; color: var(--primary, #FF5A1F); font-family: var(--font-main); font-size: 13px; font-weight: 600; letter-spacing: 1.5px; margin-bottom: 15px; text-transform: uppercase; }
.section-title { font-family: var(--font-main); font-size: 56px; font-weight: 800; color: #ffffff; margin: 0; line-height: 1.1; }

.protection-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.protection-card { display: flex; flex-direction: column; background: #111111; text-decoration: none; color: inherit; position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.05); }

.card-image-wrap { width: 100%; height: 380px; overflow: hidden; }
.card-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
.protection-card:hover .card-image-wrap img { transform: scale(1.05); }

.card-content { padding: 40px; background: linear-gradient(180deg, rgba(17,17,17,1) 0%, rgba(35, 15, 5, 1) 100%); position: relative; flex-grow: 1; display: flex; flex-direction: column; }
.card-corner { position: absolute; bottom: -1px; left: -1px; width: 15px; height: 15px; border-left: 2px solid var(--primary, #FF5A1F); border-bottom: 2px solid var(--primary, #FF5A1F); transition: all 0.3s ease; }
.protection-card:hover .card-corner { width: 25px; height: 25px; }

.card-top-row { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.card-title { font-family: var(--font-main); font-size: 28px; font-weight: 700; color: #ffffff; margin: 0; text-transform: uppercase; }
.card-arrow { width: 28px; height: 28px; color: var(--primary, #FF5A1F); transition: transform 0.3s ease; flex-shrink: 0; }
.protection-card:hover .card-arrow { transform: translate(5px, -5px); }

.card-subtitle { color: var(--primary, #FF5A1F); font-family: var(--font-main); font-size: 13px; font-weight: 600; letter-spacing: 1px; margin-bottom: 25px; text-transform: uppercase; }
.card-subtitle::after { content: ''; display: block; width: 35px; height: 2px; background-color: var(--primary, #FF5A1F); margin-top: 12px; }
.card-desc { color: #aaaaaa; font-size: var(--font-base-size); line-height: 1.6; font-weight: 400; margin: 0; }

/* =========================================
   БЛОК 4: БРОНЯ ДЛЯ ПЛАТФОРМ (ЗБІЛЬШЕНІ ХАРАКТЕРИСТИКИ)
========================================= */
.home-platforms-section { padding: 100px 0; position: relative; z-index: 2; }
.platforms-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
.platforms-title-wrap .section-subtitle { margin-bottom: 10px; }
.platforms-title-wrap .section-title { line-height: 1.1; }
.platforms-desc { max-width: 450px; color: #e0e0e0; font-size: var(--font-base-size); line-height: 1.6; margin: 0; }
.platforms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

.platform-card { background: #111111; border: 1px solid rgba(255, 73, 0, 0.3); display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.platform-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(255, 73, 0, 0.15); }

.platform-img-wrap { width: 100%; height: 240px; overflow: hidden; position: relative; }
.platform-img-wrap::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: rgba(255, 73, 0, 0.5); }
.platform-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.platform-card:hover .platform-img-wrap img { transform: scale(1.05); }

.platform-content { padding: 30px; display: flex; flex-direction: column; flex-grow: 1; }
.platform-card-title { font-family: var(--font-main); font-size: 22px; font-weight: 700; color: #ffffff; margin: 0 0 25px 0; text-transform: uppercase; line-height: 1.2; }

.platform-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 30px; flex-grow: 1; }
.spec-group { display: flex; flex-direction: column; gap: 4px; }
.spec-label { font-size: 13px; color: #666666; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; } /* Було 9px */
.spec-val { font-size: 16px; color: #ffffff; text-transform: uppercase; font-weight: 600; letter-spacing: 0.5px; } /* Було 11px */
.spec-val.orange { color: var(--primary, #FF5A1F); }

/* =========================================
   ФІКС: ЗБІЛЬШЕННЯ ТЕГІВ У СЛАЙДЕРІ (slide-tags)
========================================= */
.slide-tag {
    font-size: 14px !important; /* Робимо теги великими та читабельними */
    font-weight: 600;
    padding: 6px 14px !important;
    letter-spacing: 0.5px;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    margin-right: 5px; /* Відступ між тегами */
    margin-bottom: 5px;
}

/* =========================================
   БЛОК 5: БАНЕР КАТАЛОГУ
========================================= */
.home-catalog-banner { padding: 50px 0 100px 0; position: relative; z-index: 150; }
.catalog-banner-inner { background: linear-gradient(135deg, #ff621a 0%, var(--primary, #FF5A1F) 100%); display: flex; align-items: center; overflow: hidden; position: relative; }
.catalog-img-col { width: 50%; display: flex; justify-content: center; align-items: center; padding: 40px; }
.catalog-img-col img { max-width: 100%; height: auto; transform: scale(1.1); transition: transform 0.5s ease; }
.catalog-banner-inner:hover .catalog-img-col img { transform: scale(1.13) translateY(-5px); }

.catalog-text-col { width: 50%; padding: 60px 80px; }
.catalog-subtitle { font-family: var(--font-main); font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.8); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 15px; display: block; }
.catalog-title { font-family: var(--font-main); font-size: 48px; font-weight: 800; color: #ffffff; line-height: 1.1; margin: 0 0 40px 0; }

.catalog-banner-inner .btn-outline-white { display: inline-block; border: 1px solid #ffffff; color: #ffffff; padding: 12px 28px; font-size: 14px; font-weight: 500; text-decoration: none; transition: all 0.3s ease; }
.catalog-banner-inner .btn-outline-white:hover { background-color: #ffffff; color: var(--primary, #FF5A1F); }

/* =========================================
   БЛОК 6: ПРО НАС (BENTO GRID)
========================================= */
.home-about-section { padding: 80px 0; position: relative; z-index: 2; }
.about-bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.bento-card { background-color: #111112; border: 1px solid var(--border-color, #3A3F44); position: relative; padding: 35px; display: flex; flex-direction: column; }
.bento-card .corner { position: absolute; width: 12px; height: 12px; border-color: var(--primary, #FF5A1F); border-style: solid; z-index: 10; }
.bento-card .corner.tl { top: -1px; left: -1px; border-width: 2px 0 0 2px; }

.bento-img-card { grid-column: span 5; padding: 0; overflow: hidden; min-height: 420px; justify-content: flex-end; }
.bento-text-card { grid-column: span 7; justify-content: space-between; }
.bento-features-card { grid-column: span 8; }
.bento-cta-card { grid-column: span 4; background-color: var(--primary, #FF5A1F); border-color: var(--primary, #FF5A1F); justify-content: center; align-items: flex-start; }

.bento-img-card img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.8; filter: grayscale(20%); transition: all 0.5s ease; }
.bento-img-card:hover img { transform: scale(1.05); opacity: 1; }
.bento-img-overlay { position: relative; z-index: 5; padding: 35px; background: linear-gradient(to top, rgba(11, 11, 13, 1) 0%, rgba(11, 11, 13, 0) 100%); }
.about-label { display: block; color: var(--primary); font-size: 12px; font-weight: 600; letter-spacing: 1px; margin-bottom: 12px; }
.about-title { font-size: 36px; font-weight: 800; color: var(--text-main); line-height: 1.1; margin: 0 0 25px 0; }
.about-badge { display: inline-block; padding: 8px 16px; font-size: 13px; font-weight: 600; color: var(--primary); border: 1px solid var(--primary); background: rgba(255, 90, 31, 0.1); }

.about-main-text { font-size: 20px; font-weight: 600; color: var(--text-main); line-height: 1.4; margin: 0 0 25px 0; }
.about-paragraphs { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.about-paragraphs p { color: var(--text-muted); font-size: 16px; line-height: 1.5; margin: 0; }

.about-stats { display: flex; gap: 20px; }
.stat-box { position: relative; padding: 20px 25px; border: 1px solid var(--border-color); background: rgba(11, 11, 13, 0.5); min-width: 150px; }
.stat-box .corner.tl { border-width: 1px 0 0 1px; }
.stat-num { font-size: 38px; font-weight: 800; color: var(--primary); line-height: 1; margin-bottom: 5px; }
.stat-text { font-size: 14px; color: var(--text-muted); }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
a.feature-icon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border-color); color: var(--primary); font-size: 14px; margin-bottom: 15px; text-decoration: none; transition: all 0.3s ease; }
a.feature-icon:hover { background-color: var(--primary); color: #fff; border-color: var(--primary); transform: translateY(-3px); }
.feature-title { font-size: 16px; font-weight: 700; color: var(--text-main); margin: 0 0 8px 0; }
.feature-desc { font-size: 14px; color: var(--text-muted); line-height: 1.5; margin: 0; }

.cta-title { font-size: 22px; font-weight: 700; color: #ffffff; line-height: 1.3; margin: 0 0 25px 0; }
.bento-cta-card .btn-outline-white { border-color: rgba(255,255,255,0.5); padding: 10px 24px; font-size: 13px; }
.bento-cta-card .btn-outline-white:hover { background: #fff; color: var(--primary); border-color: #fff; }

/* БРЕЙКПОІНТИ */
@media (max-width: 1440px) {
    .home-protection-section { padding: 100px 0; }
    .section-title { font-size: 48px; }
    .card-image-wrap { height: 320px; }
    .card-title { font-size: 24px; }
}
@media (max-width: 1200px) {
    .home-protection-section { padding: 80px 0; }
    .section-title { font-size: 42px; }
    .card-content { padding: 30px; }
    .card-image-wrap { height: 280px; }
    .card-title { font-size: 22px; }
    .platforms-header { flex-direction: column; align-items: flex-start; gap: 20px; }
    .platforms-desc { max-width: 100%; }
    .platform-content { padding: 20px; }
    .catalog-text-col { padding: 40px; }
    .catalog-title { font-size: 40px; }
}
@media (max-width: 1024px) {
    .protection-grid { gap: 20px; }
    .section-title { font-size: 36px; }
    .card-image-wrap { height: 240px; }
    .card-content { padding: 25px; }
    .card-title { font-size: 20px; }
    .platforms-grid { grid-template-columns: repeat(2, 1fr); }
    .catalog-banner-inner { flex-direction: column; }
    .catalog-img-col, .catalog-text-col { width: 100%; }
    .catalog-img-col { padding: 40px 40px 0 40px; }
    .catalog-text-col { padding: 40px; text-align: center; display: flex; flex-direction: column; align-items: center; }
    .about-bento-grid { grid-template-columns: 1fr; }
    .bento-img-card, .bento-text-card, .bento-features-card, .bento-cta-card { grid-column: 1 / -1 !important; }
    .bento-img-card { min-height: 400px; }
    .features-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .home-protection-section { padding: 60px 0; }
    .section-header { margin-bottom: 40px; }
    .section-title { font-size: 30px; }
    .protection-grid { grid-template-columns: 1fr; gap: 25px; }
    .card-image-wrap { height: 250px; }
    .platforms-grid { grid-template-columns: 1fr; }
    .catalog-title { font-size: 32px; }
    .features-grid { grid-template-columns: 1fr; gap: 30px; }
    .about-stats { flex-direction: column; gap: 15px; }
    .about-title { font-size: 32px; margin-bottom: 20px; }
    .bento-card { padding: 30px 20px; }
    .bento-img-card { min-height: 350px; }
    .bento-img-overlay { padding: 30px 20px; }
    .about-main-text { font-size: 18px; }
}