/* ===== HERO ===== */
.tier-hero {
    padding: 60px 20px 40px;
    color: #eaf2f8;
  }
  .tier-hero__container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .line-card {
    background: #FFF;
    height: 0.5px;
    margin: 10px 0px;
}
  .tier-hero__title {
    margin-bottom: 16px;
    color: #FFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  
  .tier-hero__desc {
    max-width: 900px;
    margin-bottom: 28px;
    color: #FFF;
    text-align: justify;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  
  /* ===== ROW ===== */
  .tier-hero__row {
    display: flex;
    align-items: stretch;
    gap: 16px;
  }
  
  /* ===== STATS ===== */
  .tier-hero__stats {
    display: flex;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .tier-hero__stats li {
    background: rgba(255, 255, 255, 0.05);
    padding: 14px 18px;
    border-radius: 10px;
    display: flex;
  }
  
  .tier-hero__stats span {
    margin-right: 10px;
    color: #FFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  
  .tier-hero__stats strong {
    color: #3B9CFF;
    text-align: right;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  /* ===== SEARCH ===== */
  .tier-hero__search {
    flex: 1;
  }
  
  .tier-hero__search input {
    height: 100%;
    width: 100%;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 14px;
  }
  
  .tier-hero__search input::placeholder {
    color: #9fb3c8;
  }
  
  .tier-hero__search input:focus {
    outline: none;
    border-color: #4db8ff;
  }
  
  /* ===== ACCESSIBILITY ===== */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  
  /* ===== RESPONSIVE ===== */
  @media (max-width: 1024px) {
    .tier-hero__row {
      flex-direction: column;
    }
  
    .tier-hero__stats {
      flex-wrap: wrap;
    }
  
    .tier-hero__stats li {
      min-width: calc(50% - 8px);
    }
  }
  
  @media (max-width: 600px) {
    .tier-hero__stats li {
      min-width: 100%;
    }
  }

  
  /* ===== TIER REASON BOX ===== */
.tier-reason {
    margin: 48px 0;
  }
  
  .tier-reason__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 32px;
    display: flex;
    gap: 32px;
    background: linear-gradient(145deg, #1b2c38, #162530);
    border-radius: 14px;
    color: #eaf2f8;
  }
  
  /* LEFT */
  .tier-reason__content {
    flex: 2;
  }
  
  .tier-reason__content h2 {
    margin-bottom: 14px;
    color: #FFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .tier-reason__content p {
    color: #FFF;
    text-align: justify;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  /* RIGHT */
  .tier-reason__advice {
    flex: 1;
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .tier-reason__advice h3 {
    margin-bottom: 10px;
    color: #FFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .tier-reason__highlight {
    margin-bottom: 14px;
    color: #3B9CFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .tier-reason__author {
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  @media (min-width: 1200px) {
    .tab-2 {
      margin-left: 25%;
    }
  }
  /* ===== RESPONSIVE ===== */
  @media (max-width: 900px) {
    .tier-reason__container {
      flex-direction: column;
    }
  
    .tier-reason__advice {
      padding-left: 0;
      border-left: none;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      padding-top: 16px;
    }
  }

  /* ===== GRID ===== */
.tier-grid {
    margin: 56px 0;
  }
  
  .tier-grid__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
  
  /* ===== CARD ===== */
  .tier-card {
    background: linear-gradient(160deg, #1b2f3e, #162634);
    border-radius: 14px;
    padding: 22px 16px;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  
  .tier-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  }
  
  /* ICON */
  .tier-card__icon {
    width: 88px;
    height: auto;
    margin-bottom: 14px;
  }
  
  /* TITLE */
  .tier-card__title {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
  }
  
  /* DESC */
  .tier-card__desc {
    font-size: 13px;
    line-height: 1.6;
    color: #cfd8df;
    margin-bottom: 14px;
  }
  
  .tier-card__desc strong {
    color: #4db8ff;
  }
  
  /* BUTTON */
  .tier-card__btn {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    background: linear-gradient(180deg, #4db8ff, #2b7fd6);
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s ease;
  }
  
  .tier-card__btn:hover {
    background: linear-gradient(180deg, #6cc6ff, #3a8fe6);
  }
  
  /* ===== RESPONSIVE ===== */
  @media (max-width: 1200px) {
    .tier-grid__container {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  
  @media (max-width: 900px) {
    .tier-grid__container {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (max-width: 600px) {
    .tier-grid__container {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  

  /* ===== CAP GRID ===== */
.cap-grid {
    margin: 56px 0;
  }
  
  .cap-grid__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
  
  /* ===== CARD ===== */
  .cap-card {
    background: linear-gradient(160deg, #1b2f3e, #162634);
    border-radius: 14px;
    padding: 22px 16px 20px;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
  }
  
  /* ICON */
  .cap-card__icon {
    width: 78px;
    height: auto;
    margin-bottom: 14px;
  }
  
  /* TITLE */
  .cap-card__title {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
  
  /* DESC */
  .cap-card__desc {
    font-size: 13px;
    color: #cfd8df;
    margin-bottom: 6px;
  }
  
  /* PRICE */
  .cap-card__price {
    font-size: 14px;
    font-weight: 600;
    color: #4db8ff;
  }
  
  /* ===== RESPONSIVE ===== */
  @media (max-width: 1200px) {
    .cap-grid__container {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  
  @media (max-width: 900px) {
    .cap-grid__container {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (max-width: 600px) {
    .cap-grid__container {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* ===== SEASON LIST ===== */
.season-list {
    margin: 56px 0;
  }
  
  .season-list__grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    list-style: none;
    padding: 0;
  }
  
  /* ===== ITEM ===== */
  .season-item__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: linear-gradient(160deg, #1b2f3e, #162634);
    border-radius: 12px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
    transition: background 0.2s ease, transform 0.2s ease;
  }
  
  .season-item__link:hover {
    background: linear-gradient(160deg, #203a4f, #1a2f42);
    transform: translateY(-2px);
  }
  
  /* TEXT */
  .season-item__text {
    font-size: 15px;
    font-weight: 500;
  }
  
  /* ICON */
  .season-item__icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #4db8ff;
    color: #ffffff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* ===== RESPONSIVE ===== */
  @media (max-width: 900px) {
    .season-list__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 600px) {
    .season-list__grid {
      grid-template-columns: 1fr;
    }
  }

  /* ===== GUIDE SECTION ===== */
.guide-section {
    margin: 72px 0;
  }
  
  .guide-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* TITLE */
  .guide-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 28px;
    color: #ffffff;
  }
  
  /* BOX */
  .guide-box {
    background: linear-gradient(160deg, #1b2f3e, #162634);
    border-radius: 14px;
    padding: 32px 36px;
    color: #cfd8df;
    line-height: 1.75;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
  }
  
  /* TEXT */
  .guide-box p {
    font-size: 15px;
    margin-bottom: 16px;
  }
  
  /* HEADINGS */
  .guide-box h3 {
    font-size: 17px;
    margin: 26px 0 10px;
    color: #ffffff;
  }
  
  /* LIST */
  .guide-box ul {
    padding-left: 18px;
    margin-bottom: 16px;
  }
  
  .guide-box li {
    margin-bottom: 8px;
  }
  
  .guide-box strong {
    color: #eaf2f8;
  }
  
  /* RESPONSIVE */
  @media (max-width: 767px) {
    .guide-box {
      padding: 24px 20px;
    }
    .cap-grid,
    .tier-reason,
    .tier-grid,
    .season-list,
    .guide-section {
      margin: 40px 15px;
    }
    .guide-title {
      font-size: 22px;
    }
  }
  