/* ============================================================
   cybersecurity.css
   ADD THIS TO YOUR /css/ FOLDER
   Only contains NEW classes not already in main.css
   main.css handles: product_card, blue_button, products_list,
   product_item, selected_item, container, inner_grid, etc.
============================================================ */

/* ── Banner: blue gradient override ── */
.cyber-banner {
    background: linear-gradient(135deg, #092349 0%, #1a5cb8 55%, #11305f 100%) !important;
}

/* ── Acronis partner badge in banner ── */
.cyber-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 30px;
    padding: 9px 22px;
    font: normal normal 600 14px/18px 'Poppins';
    color: #fff;
    width: fit-content;
    margin-top: 10px;
}

/* ── Consultation banner ── */
.consult-banner {
    width: 100%;
    background: #e8f0fb;
    border: 2px solid #1a5cb8;
    border-radius: 10px;
    padding: 26px 36px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.consult-icon {
    font-size: 38px;
    flex-shrink: 0;
}
.consult-text {
    flex: 1;
    min-width: 200px;
}
.consult-cta {
    flex-shrink: 0;
}

/* ── Two-tier nav: main tab row ── */
.main-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    border-bottom: 2px solid #CBD6E2;
}
.main-tab {
    font: normal normal 600 18px/24px 'Poppins';
    color: #B0B8C8;
    padding: 14px 30px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color .2s, border-color .2s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}
.main-tab:hover { color: #1a5cb8; }
.main-tab.active {
    color: #1a5cb8;
    border-bottom-color: #1a5cb8;
}
.tab-badge {
    background: #1a5cb8;
    color: #fff;
    font: normal normal 700 10px/1 'Poppins';
    padding: 3px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* ── Sub-tabs wrapper ── */
.sub-tabs-wrap {
    width: 100%;
    background: #F3F5F8;
    border-bottom: 1px solid #CBD6E2;
    display: none;
}
.sub-tabs-wrap.visible { display: block; }

/* Override product_item size inside sub-tabs to be smaller than default */
.sub-tabs-wrap .product_item {
    font: normal normal normal 16px/22px 'Poppins' !important;
    padding: 7px 12px !important;
}
.sub-tabs-wrap .selected_item {
    font: normal normal 600 16px/22px 'Poppins' !important;
    background: #e8f0fb;
    border-radius: 4px;
    color: #1a5cb8 !important;
}
.sub-tabs-wrap .product_item:hover {
    color: #1a5cb8 !important;
    font-weight: 600 !important;
}

/* ── Mobile select fallback ── */
.select-products-list {
    display: none;
    width: 100%;
    padding: 12px 0;
}
.select-products-list select {
    width: 100%;
    font: normal normal normal 16px/22px 'Poppins';
    padding: 12px 16px;
    border: 1px solid #CBD6E2;
    border-radius: 8px;
    color: #294150;
    background: #fff;
    appearance: none;
    cursor: pointer;
}

/* ── Tab panels (hidden by default) ── */
.tab-panel { display: none; width: 100%; }
.tab-panel.active { display: flex; }

/* ── Bundle card: dark header on top of product_card ── */
.bundle-card-header {
    background: linear-gradient(135deg, #1a5cb8, #4a9fd4);
    padding: 26px 40px 20px;
    border-radius: 30px 30px 0 0;
}
.bundle-card-header--mid {
    background: linear-gradient(135deg, #0c3270, #1a5cb8);
}
.bundle-card-header--dark {
    background: linear-gradient(135deg, #071e47, #0f3d82);
}
.bundle-card-header h5 {
    color: #fff !important; /* override main.css #add13a */
}
.bundle-tagline {
    font: normal normal normal 13px/20px 'Poppins';
    color: rgba(255,255,255,.78);
    margin: 4px 0 0;
}
.bundle-includes-title {
    font: normal normal 600 12px/18px 'Poppins';
    color: #1a5cb8;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 10px;
}
.bundle-saving {
    display: inline-block;
    background: linear-gradient(90deg, #1a5cb8, #4a9fd4);
    color: #fff;
    font: normal normal 700 12px/1 'Poppins';
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
}

/* ── Product card hover (lift) ── */
.product_card {
    transition: transform .20s ease, box-shadow .20s ease !important;
}
.product_card:hover {
    transform: translateY(-12px);
    box-shadow: 0 12px 28px rgba(26,92,184,.15) !important;
}

/* ── ariane.cyan override (blue instead of teal) ── */
.ariane.cyan { color: #1a5cb8 !important; }

/* ── Responsive ── */
@media (max-width: 926px) {
    .select-products-list { display: block; }
    .sub-tabs-wrap { display: none !important; }
    .main-tabs { display: none; }
}
@media (max-width: 768px) {
    .consult-banner { flex-direction: column; text-align: center; }
    .consult-cta { width: 100%; }
    .consult-cta .blue_button { width: 100%; text-align: center; }
    .main-tab { font-size: 15px; padding: 12px 18px; }
}

.floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0A84FF;
    color: #fff;
    padding: 14px 18px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    z-index: 999;
    text-decoration: none;
}

/* Trust strip */
.trust-strip {
    display: flex;
    gap: 15px;
    margin: 15px 0;
    font-size: 14px;
    color: #2d3e50;
}
.trust-strip span {
    background: #eef3f8;
    padding: 6px 10px;
    border-radius: 6px;
}

.faq-section {
  max-width: 800px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.1rem;
  padding: 15px;
  cursor: pointer;
  transition: color 0.3s;
}
.faq-question:hover {
  color: #d7e2ec;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 15px;
}
.faq-answer p {
  margin: 10px 0;
}
.faq-item.active .faq-answer {
  max-height: 500px; /* adjust for longest content */
}


.hidden_element { display: none; }
#leadForm input { width: 100%; margin: 8px 0; padding: 10px; border-radius: 5px; border: 1px solid #ccc; }
#leadForm button { width: 100%; padding: 12px; border-radius: 5px; border: none; font-size: 16px; cursor: pointer; }