html,
body {
  background: #030303;
  color: #fff
}
body {
  background: radial-gradient(ellipse at 0% 12%, rgba(254, 231, 5, .15), transparent 42%), radial-gradient(ellipse at 100% 24%, rgba(254, 231, 5, .09), transparent 44%), linear-gradient(90deg, #0b0901 0%, #040404 20%, #030303 50%, #040404 80%, #0b0901 100%)
}
.f8-refund-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  padding-top: 96px;
  background: radial-gradient(ellipse at 0% 10%, rgba(254, 231, 5, .16), transparent 42%), radial-gradient(ellipse at 100% 22%, rgba(254, 231, 5, .10), transparent 44%), radial-gradient(ellipse at 50% 115%, rgba(254, 231, 5, .075), transparent 42%), linear-gradient(90deg, #0b0901 0%, #040404 20%, #030303 50%, #040404 80%, #0b0901 100%)
}
.f8-refund-page:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(rgba(254, 231, 5, .015) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 231, 5, .012) 1px, transparent 1px), linear-gradient(115deg, transparent 0%, rgba(254, 231, 5, .034) 30%, transparent 45%, rgba(254, 231, 5, .022) 72%, transparent 100%);
  background-size: 92px 92px, 92px 92px, 100% 100%;
  opacity: .78;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .24) 24%, rgba(0, 0, 0, .22) 78%, rgba(0, 0, 0, .86))
}
.f8-refund-page:after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at 50% 18%, transparent 0%, rgba(0, 0, 0, .22) 44%, rgba(0, 0, 0, .66) 100%)
}
.f8-refund-page .green-block,
.f8-refund-page .footer-green-block,
.f8-refund-page .home-header-glow-2,
.f8-refund-page .liner-green,
.f8-refund-page .footer-green,
.f8-refund-page .bg-img.banner-right-block.footer-green-block {
  background: radial-gradient(circle, rgba(254, 231, 5, .28), transparent 68%);
  box-shadow: 0 0 110px rgba(254, 231, 5, .14)
}
.f8-refund-page .greentext,
.f8-refund-page .green-span-2,
.f8-refund-page .grn,
.f8-refund-page .tags,
.f8-refund-page .starr {
  color: var(--f8-gold)
}
.f8-refund-page .header.w-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  min-height: 86px;
  background: linear-gradient(180deg, rgba(5, 5, 4, .96), rgba(5, 5, 4, .88));
  border-bottom: 1px solid rgba(254, 231, 5, .16);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .52), 0 1px 0 rgba(254, 231, 5, .06);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%)
}
body.admin-bar .f8-refund-page .header.w-nav {
  top: 32px
}
@media(max-width: 782px) {
  body.admin-bar .f8-refund-page .header.w-nav {
    top: 46px
  }
}
.f8-refund-main {
  padding: clamp(58px, 7vw, 104px) 24px 96px
}
.f8-refund-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, .34fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px
}
.f8-eyebrow {
  margin: 0 0 14px;
  color: var(--f8-gold);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase
}
.f8-refund-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(56px, 8vw, 118px);
  line-height: .92;
  letter-spacing: -.075em;
  text-shadow: 0 0 48px rgba(0, 0, 0, .72)
}
.f8-refund-hero p {
  max-width: 860px;
  margin: 22px 0 0;
  color: var(--f8-muted);
  font-size: 18px;
  line-height: 1.72
}
.f8-refund-meta {
  padding: 20px;
  border: 1px solid var(--f8-line);
  border-radius: 22px;
  background: rgba(8, 8, 6, .52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05)
}
.f8-refund-meta span {
  display: block;
  color: var(--f8-muted-2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
  margin-bottom: 8px
}
.f8-refund-meta strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.45
}
.f8-refund-card.is-highlight {
  border-color: rgba(254, 231, 5, .32);
  background: radial-gradient(ellipse at 0% 0%, rgba(254, 231, 5, .13), transparent 34%), linear-gradient(145deg, rgba(13, 11, 4, .76), rgba(255, 255, 255, .028))
}
.f8-refund-card ul,
.f8-refund-card ol {
  margin: 10px 0 0;
  padding-left: 22px
}
.f8-refund-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px
}
.f8-refund-item {
  border: 1px solid rgba(254, 231, 5, .13);
  border-radius: 18px;
  background: rgba(0, 0, 0, .22);
  padding: 18px
}
.f8-refund-item span {
  display: block;
  color: var(--f8-gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 8px
}
.f8-refund-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55
}
.f8-callout {
  margin-top: 18px;
  border: 1px solid rgba(254, 231, 5, .20);
  border-radius: 20px;
  background: rgba(254, 231, 5, .065);
  padding: 18px
}
.f8-callout.warning {
  border-color: rgba(255, 198, 0, .34);
  background: linear-gradient(145deg, rgba(254, 231, 5, .10), rgba(0, 0, 0, .30))
}
.f8-refund-steps {
  counter-reset: f8steps;
  display: grid;
  gap: 12px;
  margin-top: 18px
}
.f8-refund-step {
  counter-increment: f8steps;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid rgba(254, 231, 5, .13);
  border-radius: 18px;
  background: rgba(0, 0, 0, .22);
  padding: 18px
}
.f8-refund-step:before {
  content: counter(f8steps);
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff677, #fee705 50%, #d7ad00);
  color: #050505;
  font-weight: 950
}
.f8-refund-step strong {
  display: block;
  margin-bottom: 4px
}
.f8-contact-box a,
.f8-refund-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff677, #fee705 42%, #d7ad00 75%, #9a7800);
  color: #050505;
  border: 1px solid rgba(254, 231, 5, .72);
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 0 34px rgba(254, 231, 5, .14), inset 0 1px 0 rgba(255, 255, 255, .50);
  white-space: nowrap
}
.f8-refund-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(254, 231, 5, .18);
  border-radius: 30px;
  background: radial-gradient(ellipse at 0 0, rgba(254, 231, 5, .13), transparent 38%), linear-gradient(145deg, rgba(10, 10, 8, .72), rgba(255, 255, 255, .026));
  box-shadow: 0 30px 100px rgba(0, 0, 0, .44), inset 0 1px 0 rgba(255, 255, 255, .055);
  padding: clamp(24px, 3vw, 36px);
  margin-top: 6px
}
.f8-refund-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.065em
}
.f8-refund-cta p {
  margin: 0;
  color: var(--f8-muted);
  font-size: 16px;
  line-height: 1.65
}
.f8-refund-footer {
  padding: 48px 24px 54px;
  border-top: 1px solid rgba(254, 231, 5, .10);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .30))
}
.f8-refund-footer-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  font-weight: 700
}
.f8-refund-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}
.f8-refund-footer a {
  color: rgba(255, 255, 255, .68);
  text-decoration: none
}
.f8-refund-footer a:hover {
  color: var(--f8-gold)
}
@media(max-width: 1060px) {
  .f8-refund-layout, .f8-refund-hero, .f8-refund-cta, .f8-contact-box {
    grid-template-columns: 1fr
  }
  .f8-refund-sidebar nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px
  }
  .f8-refund-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}
@media(max-width: 991px) {
  .f8-refund-page {
    padding-top: 82px
  }
}
@media(max-width: 680px) {
  .f8-refund-main {
    padding-left: 16px;
    padding-right: 16px
  }
  .f8-refund-sidebar nav, .f8-refund-grid {
    grid-template-columns: 1fr
  }
  .f8-refund-card, .f8-refund-cta, .f8-refund-sidebar {
    border-radius: 22px
  }
  .f8-refund-footer-inner {
    flex-direction: column;
    align-items: flex-start
  }
}
