.linux-hosting-page {
  font-family: "Inter", "Poppins", "Segoe UI", sans-serif;
  color: #0b1633;
}

.linux-hosting-page .main-hero {
  padding: 70px 0;
}

.linux-hosting-page .main-hero.hero-block {
  background: #f3f6ff;
  border-bottom: 1px solid rgba(7,21,66,.05);
}

.linux-hosting-page .hero-item {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.linux-hosting-page .hero-text h1 {
  font-weight: 800;
  font-size: 44px;
  margin-bottom: 18px;
  color: #030a1f;
}

.linux-hosting-page .hero-text p {
  font-size: 17px;
  color: #4b5875;
}

.linux-hosting-page .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.linux-hosting-page .hero-badges span {
  padding: 8px 16px;
  border-radius: 30px;
  background: #eef2ff;
  color: #0836c8;
  font-weight: 600;
}

.linux-hosting-page .hero-text ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.linux-hosting-page .hero-text li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: #23304f;
  font-weight: 500;
}

.linux-hosting-page .hero-text li i {
  color: #0ebe73;
  font-size: 18px;
  margin-top: 3px;
}

.linux-hosting-page .hero-text .btn {
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 15px 30px rgba(12,96,255,.25);
}

.linux-hosting-page .main-hero--split .hero-item {
  min-height: 420px;
}

.linux-hosting-page .main-hero--split .hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.linux-hosting-page .main-hero--split .hero-img {
  width: 100%;
  text-align: center;
}

.linux-hosting-page .main-hero--split .hero-img img {
  width: 100%;
  max-width: 440px;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(10,20,60,.35);
  margin: 0 auto;
}

.linux-hosting-page .packs-wrapper {
  padding: 80px 0;
}

.linux-hosting-page .pricing-suite__header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 30px;
}

.linux-hosting-page .packs-bottom {
  padding: 70px 0 30px;
}

.linux-hosting-page .alt-solutions,
.linux-hosting-page .extra-features {
  padding: 80px 0;
}

.linux-hosting-page .alt-solutions {
  background: radial-gradient(circle at top, #f6f7ff 0%, #edf2ff 45%, #ffffff 100%);
}

.linux-hosting-page .alt-solutions .section-title,
.linux-hosting-page .extra-features .section-title {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.linux-hosting-page .alt-solutions .row,
.linux-hosting-page .extra-features .row {
  row-gap: 24px;
}

.linux-hosting-page .alt-card {
  border-radius: 22px;
  padding: 32px 28px;
  background: #fff;
  box-shadow: 0 28px 60px rgba(6, 22, 59, .08);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 1px solid rgba(7, 18, 63, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.linux-hosting-page .alt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 65px rgba(6, 22, 59, .14);
  border-color: rgba(8, 54, 200, .25);
}

.linux-hosting-page .alt-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #070f2c;
}

.linux-hosting-page .alt-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  color: #415070;
  font-weight: 500;
}

.linux-hosting-page .alt-card__list li {
  position: relative;
  padding-left: 18px;
}

.linux-hosting-page .alt-card__list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0f51ff;
  position: absolute;
  top: 10px;
  left: 0;
}

.linux-hosting-page .alt-card .btn {
  border-radius: 12px;
  font-weight: 600;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.linux-hosting-page .alt-card .btn::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
}

.linux-hosting-page .extra-features {
  background: #030a1f;
  position: relative;
  overflow: hidden;
}

.linux-hosting-page .extra-features::before,
.linux-hosting-page .extra-features::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(15, 81, 255, .12);
  filter: blur(20px);
  z-index: 0;
}

.linux-hosting-page .extra-features::before {
  top: -120px;
  left: -80px;
}

.linux-hosting-page .extra-features::after {
  bottom: -140px;
  right: -40px;
}

.linux-hosting-page .extra-features .section-title {
  color: #f6f7ff;
}

.linux-hosting-page .extra-features .section-title .title {
  color: #fff;
}

.linux-hosting-page .mini-feature {
  border-radius: 20px;
  padding: 32px 28px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  color: #f8fbff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  position: relative;
  z-index: 1;
  min-height: 180px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.linux-hosting-page .mini-feature:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.15);
}

.linux-hosting-page .mini-feature__title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 700;
}

.linux-hosting-page .mini-feature__desc {
  color: #c8d2ff;
  margin: 0;
}

.linux-hosting-page .plan-table-wrap {
  background: #f4f7ff;
  padding: 90px 0;
}

.linux-hosting-page .plan-table-wrap .info-trigger {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(8, 54, 200, .35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  color: #0f51ff;
  margin-left: 10px;
  font-size: 13px;
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
  outline: none;
}

.linux-hosting-page .plan-table-wrap .info-trigger i {
  pointer-events: none;
}

.linux-hosting-page .plan-table-wrap .info-trigger:hover,
.linux-hosting-page .plan-table-wrap .info-trigger:focus-visible,
.linux-hosting-page .plan-table-wrap .info-trigger.info-active {
  box-shadow: 0 10px 25px rgba(8, 54, 200, .18);
  transform: translateY(-1px);
}

.linux-hosting-page .plan-table-wrap .info-trigger::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 190px;
  max-width: 240px;
  background: #030a1f;
  color: #f4f7ff;
  padding: 12px 14px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(3, 10, 31, .4);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
  font-size: 13px;
  line-height: 1.4;
  z-index: 10;
  pointer-events: none;
  text-align: left;
}

.linux-hosting-page .plan-table-wrap .info-trigger::before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #030a1f;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
  z-index: 10;
  pointer-events: none;
}

.linux-hosting-page .plan-table-wrap .info-trigger:hover::after,
.linux-hosting-page .plan-table-wrap .info-trigger:focus-visible::after,
.linux-hosting-page .plan-table-wrap .info-trigger.info-active::after,
.linux-hosting-page .plan-table-wrap .info-trigger:hover::before,
.linux-hosting-page .plan-table-wrap .info-trigger:focus-visible::before,
.linux-hosting-page .plan-table-wrap .info-trigger.info-active::before {
  opacity: 1;
  visibility: visible;
}

.linux-hosting-page .plan-table-wrap .table-head {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
  gap: 16px;
  background: #fff;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 25px 50px rgba(7,18,63,.08);
}

.linux-hosting-page .plan-table-wrap .cell {
  border-radius: 18px;
  padding: 22px;
  background: #fdfdff;
  box-shadow: inset 0 0 0 1px rgba(6,16,67,.05);
  text-align: center;
}

.linux-hosting-page .plan-table-wrap .table-body {
  margin-top: 30px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(7,18,63,.08);
}

.linux-hosting-page .plan-table-wrap .row-head,
.linux-hosting-page .plan-table-wrap .content-row {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr);
  padding: 16px 30px;
  border-bottom: 1px solid rgba(6,16,67,.06);
  align-items: center;
}

.linux-hosting-page .plan-table-wrap .row-head {
  font-weight: 600;
  cursor: pointer;
}

.linux-hosting-page .plan-table-wrap .row-head.opened {
  background: #f6f8ff;
}

.linux-hosting-page .plan-table-wrap .row-content {
  display: none;
}

/* ============================================
   FAQ Section - Modern Corporate & SEO Optimized
   ============================================ */
.linux-hosting-page .faq-wrapper {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.linux-hosting-page .faq-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 114, 255, 0.2) 50%, transparent 100%);
}

.linux-hosting-page .faq-wrapper .section-title {
  margin-bottom: 60px;
}

.linux-hosting-page .faq-wrapper .section-title span {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0072ff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
}

.linux-hosting-page .faq-wrapper .section-title span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background: linear-gradient(90deg, #00c6ff 0%, #0072ff 100%);
  border-radius: 2px;
}

.linux-hosting-page .faq-wrapper .section-title .title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e3c72;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.linux-hosting-page .faq-wrapper .section-title p {
  font-size: 1.1rem;
  color: #4b5674;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 600px;
}

.linux-hosting-page .faq-wrapper .section-title a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #0072ff 0%, #00c6ff 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 114, 255, 0.25);
  position: relative;
  overflow: hidden;
}

.linux-hosting-page .faq-wrapper .section-title a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.linux-hosting-page .faq-wrapper .section-title a:hover::before {
  left: 100%;
}

.linux-hosting-page .faq-wrapper .section-title a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 114, 255, 0.35);
}

.linux-hosting-page .faq-wrapper .section-title a:active {
  transform: translateY(0);
}

/* FAQ Items Container */
.linux-hosting-page .faq-wrapper .row {
  position: relative;
}

/* Individual FAQ Item */
.linux-hosting-page .faq-item {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(7, 18, 63, 0.08);
  border: 1px solid rgba(0, 114, 255, 0.08);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.linux-hosting-page .faq-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, #00c6ff 0%, #0072ff 100%);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.linux-hosting-page .faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(7, 18, 63, 0.12);
  border-color: rgba(0, 114, 255, 0.2);
}

.linux-hosting-page .faq-item:hover::before {
  height: 100%;
}

/* FAQ Head (Question) */
.linux-hosting-page .faq-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px;
  cursor: pointer;
  user-select: none;
  position: relative;
  background: transparent;
  transition: background-color 0.3s ease;
}

.linux-hosting-page .faq-item:hover .faq-head,
.linux-hosting-page .faq-item.active .faq-head {
  background: linear-gradient(90deg, rgba(0, 198, 255, 0.03) 0%, rgba(0, 114, 255, 0.03) 100%);
}

.linux-hosting-page .faq-head h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e3c72;
  line-height: 1.4;
  margin: 0;
  flex: 1;
  padding-right: 20px;
  transition: color 0.3s ease;
}

.linux-hosting-page .faq-item:hover .faq-head h3,
.linux-hosting-page .faq-item.active .faq-head h3 {
  color: #0072ff;
}

.linux-hosting-page .faq-head span {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 114, 255, 0.1) 0%, rgba(0, 198, 255, 0.1) 100%);
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.linux-hosting-page .faq-head span i {
  font-size: 1.1rem;
  color: #0072ff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.linux-hosting-page .faq-item.active .faq-head span {
  background: linear-gradient(135deg, #0072ff 0%, #00c6ff 100%);
  transform: rotate(180deg);
}

.linux-hosting-page .faq-item.active .faq-head span i {
  color: #ffffff;
  transform: rotate(45deg);
}

.linux-hosting-page .faq-item:hover .faq-head span {
  background: linear-gradient(135deg, rgba(0, 114, 255, 0.15) 0%, rgba(0, 198, 255, 0.15) 100%);
  transform: scale(1.1);
}

/* FAQ Body (Answer) */
.linux-hosting-page .faq-body {
  padding: 0 28px 24px 28px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 1px solid transparent;
}

.linux-hosting-page .faq-item.active .faq-body {
  max-height: 500px;
  opacity: 1;
  padding-top: 20px;
  border-top-color: rgba(0, 114, 255, 0.1);
}

.linux-hosting-page .faq-body p {
  font-size: 1.05rem;
  color: #4b5674;
  line-height: 1.8;
  margin: 0;
  padding-left: 24px;
  position: relative;
}

.linux-hosting-page .faq-body p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 3px;
  height: calc(100% - 1em);
  background: linear-gradient(180deg, #00c6ff 0%, #0072ff 100%);
  border-radius: 2px;
  opacity: 0.6;
}

/* Accessibility & SEO Enhancements */
.linux-hosting-page .faq-item[aria-expanded="true"] .faq-body {
  max-height: 500px;
  opacity: 1;
  padding-top: 20px;
  border-top-color: rgba(0, 114, 255, 0.1);
}

.linux-hosting-page .faq-head:focus {
  outline: 2px solid #0072ff;
  outline-offset: 2px;
  border-radius: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .linux-hosting-page .faq-wrapper {
    padding: 60px 0;
  }

  .linux-hosting-page .faq-wrapper .section-title .title {
    font-size: 2rem;
  }

  .linux-hosting-page .faq-wrapper .section-title p {
    font-size: 1rem;
  }

  .linux-hosting-page .faq-head {
    padding: 20px 24px;
  }

  .linux-hosting-page .faq-head h3 {
    font-size: 1.1rem;
  }

  .linux-hosting-page .faq-body {
    padding: 0 24px 20px 24px;
  }

  .linux-hosting-page .faq-item.active .faq-body {
    padding-top: 16px;
  }

  .linux-hosting-page .faq-body p {
    font-size: 1rem;
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .linux-hosting-page .faq-wrapper {
    padding: 40px 0;
  }

  .linux-hosting-page .faq-wrapper .section-title {
    margin-bottom: 40px;
  }

  .linux-hosting-page .faq-wrapper .section-title .title {
    font-size: 1.75rem;
  }

  .linux-hosting-page .faq-wrapper .section-title a {
    padding: 12px 24px;
    font-size: 0.9rem;
    width: 100%;
    justify-content: center;
  }

  .linux-hosting-page .faq-item {
    margin-bottom: 16px;
    border-radius: 16px;
  }

  .linux-hosting-page .faq-head {
    padding: 18px 20px;
  }

  .linux-hosting-page .faq-head h3 {
    font-size: 1rem;
    padding-right: 12px;
  }

  .linux-hosting-page .faq-head span {
    width: 36px;
    height: 36px;
  }

  .linux-hosting-page .faq-body {
    padding: 0 20px 18px 20px;
  }

  .linux-hosting-page .faq-item.active .faq-body {
    padding-top: 14px;
  }

  .linux-hosting-page .faq-body p {
    font-size: 0.95rem;
    padding-left: 16px;
    line-height: 1.7;
  }
}

@media (max-width: 991px) {
  .linux-hosting-page .hero-item {
    padding: 32px;
  }
  .linux-hosting-page .hero-text h1 {
    font-size: 34px;
  }
  .linux-hosting-page .packages-inline {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .linux-hosting-page .plan-table-wrap .table-head,
  .linux-hosting-page .plan-table-wrap .row-head,
  .linux-hosting-page .plan-table-wrap .content-row {
    grid-template-columns: repeat(2, minmax(0,1fr));
    row-gap: 10px;
  }
  .linux-hosting-page .plan-table-wrap .table-head {
    overflow-x: auto;
  }
  .linux-hosting-page .alt-card {
    padding: 28px 24px;
  }
  .linux-hosting-page .mini-feature {
    margin-bottom: 18px;
    min-height: auto;
  }
  .linux-hosting-page .plan-table-wrap .info-trigger::after {
    min-width: 160px;
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  .linux-hosting-page .hero-item {
    padding: 26px 20px;
  }
  .linux-hosting-page .billing-toggle {
    width: 100%;
  }
  .linux-hosting-page .packs-alt-grid {
    grid-template-columns: 1fr;
  }
  .linux-hosting-page .alt-solutions .section-title,
  .linux-hosting-page .extra-features .section-title {
    text-align: left;
  }
  .linux-hosting-page .alt-card {
    padding: 24px;
  }
  .linux-hosting-page .alt-card .btn {
    width: 100%;
  }
  .linux-hosting-page .plan-table-wrap .info-trigger {
    margin-left: 6px;
  }
  .linux-hosting-page .plan-table-wrap .info-trigger::after {
    left: auto;
    right: 0;
    transform: none;
  }
  .linux-hosting-page .plan-table-wrap .info-trigger::before {
    left: auto;
    right: 10px;
    transform: none;
  }
}

