.gb27-h1 {
  margin: 0 0 10px;
}

.gb27-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.gb27-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #a9b0b8;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.gb27-tab:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.gb27-tab--active {
  background: #0064ff;
  border-color: #0064ff;
  color: #fff;
  cursor: default;
}

.gb27-card {
  background: #122234;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 16px;
}

.gb27-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin: 0 0 20px;
}

.gb27-card-note {
  margin-top: 16px;
  font-size: 13px;
  color: #a9b0b8;
  line-height: 1.5;
}

.gift-card-card > .gb27-card {
  margin-bottom: 0;
}

.gb27-prices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.gb27-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 9px 14px;
}

.gb27-flag {
  font-size: 22px;
  line-height: 1;
}

.gb27-chip-body {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 8px;
  row-gap: 3px;
  align-items: baseline;
  line-height: 1.1;
  min-width: 0;
}

.gb27-deadline-badge {
  flex: 0 0 auto;
  background: #FFB020;
  color: #10151D;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .3px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 40px;
  white-space: nowrap; 
}

.gb27-row {
  display: contents;
}

.gb27-lbl {
  font-size: 11px;
  font-weight: 600;
  color: #8b929b;
}

.gb27-row-std .gb27-val {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.gb27-row-sub .gb27-val {
  font-size: 13px;
  font-weight: 600;
  color: #8b929b;
  white-space: nowrap;
}

.gb27-prices-note {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.45;
  color: #8b929b;
}

.gb27-prices-note b {
  color: #c2c7cd;
  font-weight: 600;
}

.gb27-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}

.gb27-fact-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #8b929b;
  margin-bottom: 6px;
}

.gb27-fact-value {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
}

.gb27-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.gb27-step {
  display: flex;
  gap: 14px;
  position: relative;
  padding-bottom: 22px;
}

.gb27-step:last-child {
  padding-bottom: 0;
}

.gb27-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 34px;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.12);
}

.gb27-step-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0064ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  z-index: 1;
}

.gb27-step-body {
  padding-top: 4px;
}

.gb27-step-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.gb27-step-text {
  font-size: 13px;
  color: #a9b0b8;
  line-height: 1.45;
}

.gb27-trust {
  background: #122234;
  border-radius: 10px;
  padding: 20px 32px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gb27-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 40px;
  padding: 8px 14px;
}

.gb27-trust-item svg {
  width: 18px;
  height: 18px;
  color: #2b7fff;
  flex-shrink: 0;
}

.gb27-trust-item span {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.gb27-preorder {
  border-left: 4px solid #ffb020;
}

.gb27-preorder-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.gb27-preorder-title {
  margin: 0;
}

.gb27-preorder-lead {
  font-size: 13px;
  color: #a9b0b8;
  line-height: 1.5;
  margin-bottom: 20px;
}

.gb27-preorder-lead b {
  color: #ffb020;
  font-weight: 600;
}

.gb27-bonus + .gb27-bonus {
  margin-top: 18px;
}

.gb27-bonus-name {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #8b929b;
  margin-bottom: 8px;
}

.gb27-bonus-list {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  color: #a9b0b8;
  line-height: 1.5;
}

.gb27-burns {
  color: #ffd08a;
}

.gb27-burns::marker {
  color: #ffb020;
}

@media only screen and (max-width: 899px) {
  .gb27-trust-item span {
    font-size: 20px;
  }

  .gb27-trust-item {
    gap: 16px;
    padding: 12px 20px;
    width: 100%;
  }

  .gb27-trust-item svg {
    width: 36px;
    height: 36px;
  }

  .gb27-card-title {
    font-size: 32px;
  }

  .gb27-step-title,
  .gb27-bonus-name {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .gb27-step-text,
  .gb27-bonus-list,
  .gb27-preorder-lead {
    font-size: 20px;
  }

  .gb27-fact-label {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .gb27-fact-value {
    font-size: 18px;
  }

  .gb27-card-note,
  .gb27-prices-note {
    font-size: 18px;
  }

  .gb27-prices-note {
    margin-top: 24px;
  }

  .gb27-prices {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gb27-chip .gb27-flag {
    font-size: 36px;
    height: 36px;
  }

  .gb27-chip-body {
    flex-direction: row;
    gap: 10px;
  }

  .gb27-lbl,
  .gb27-row-ult .gb27-val {
    font-size: 18px;
  }

  .gb27-chip {
    justify-content: center;
    gap: 20px;
  }

  .gb27-row-std .gb27-val {
    font-size: 32px;
  }

  .gb27-row {
    align-items: center;
  }

  .gift-card-card-info img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .gb27-tabs {
    gap: 20px;
    margin-bottom: 32px;
  }
  .gb27-tab {
    gap: 16px;
    padding: 15px 27px;
    font-size: 26px;
    border: 2px solid rgba(255, 255, 255, 0.09);
  }
}