/* Start custom CSS for html, class: .elementor-element-90f0f1a *//* =========================================================
   STOREIPTV — REFUND POLICY
   PREMIUM BLACK + NEON GREEN
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');


/* =========================================================
   ROOT
========================================================= */

.st-refund {
  --bg: #030504;
  --bg-2: #070B09;
  --card: #0A100D;
  --card-2: #0D1511;

  --green: #00FF88;
  --green-2: #00D875;
  --green-dark: #00A85A;

  --white: #FFFFFF;
  --white-soft: #E8F0EB;

  --text: #A0ADA6;
  --muted: #69766F;

  --border: rgba(255,255,255,0.075);
  --green-border: rgba(0,255,136,0.25);

  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;

  padding: 120px 0 110px;

  background:
    radial-gradient(
      circle at 50% -10%,
      rgba(0,255,136,0.12),
      transparent 38%
    ),
    radial-gradient(
      circle at 0% 45%,
      rgba(0,255,136,0.035),
      transparent 28%
    ),
    var(--bg);

  color: var(--white);

  font-family: "Inter", sans-serif;
}

.st-refund *,
.st-refund *::before,
.st-refund *::after {
  box-sizing: border-box;
}


/* =========================================================
   CONTAINER
========================================================= */

.st-refund-container {
  position: relative;
  z-index: 5;

  width: 91%;
  max-width: 1220px;

  margin: 0 auto;
}


/* =========================================================
   BACKGROUND GLOW
========================================================= */

.st-refund::before {
  content: "";

  position: absolute;

  width: 650px;
  height: 650px;

  top: -350px;
  left: 50%;

  transform: translateX(-50%);

  border-radius: 50%;

  background: rgba(0,255,136,0.055);

  filter: blur(100px);

  pointer-events: none;

  z-index: 0;
}

.st-refund::after {
  content: "";

  position: absolute;

  width: 400px;
  height: 400px;

  right: -220px;
  bottom: 150px;

  border-radius: 50%;

  background: rgba(0,255,136,0.045);

  filter: blur(120px);

  pointer-events: none;

  z-index: 0;
}


/* =========================================================
   HERO
========================================================= */

.st-refund-hero {
  position: relative;

  max-width: 850px;

  margin: 0 auto 75px;

  text-align: center;
}

.st-refund-hero::before {
  content: "";

  position: absolute;

  width: 180px;
  height: 180px;

  top: 30px;
  left: 50%;

  transform: translateX(-50%);

  border-radius: 50%;

  background: rgba(0,255,136,0.06);

  filter: blur(65px);

  z-index: -1;
}


/* =========================================================
   BADGE
========================================================= */

.st-refund-badge,
.st-request-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 9px 16px;

  border: 1px solid rgba(0,255,136,0.25);

  border-radius: 100px;

  background:
    linear-gradient(
      135deg,
      rgba(0,255,136,0.10),
      rgba(0,255,136,0.025)
    );

  color: var(--green);

  font-size: 9px;
  font-weight: 800;

  letter-spacing: 1.8px;

  text-transform: uppercase;

  box-shadow:
    inset 0 0 20px rgba(0,255,136,0.025),
    0 0 25px rgba(0,255,136,0.025);
}

.st-refund-badge::before,
.st-request-badge::before {
  content: "";

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: var(--green);

  box-shadow:
    0 0 10px rgba(0,255,136,0.8);
}


/* =========================================================
   HERO TITLE
========================================================= */

.st-refund-hero h1 {
  position: relative;

  margin: 24px 0 20px;

  color: var(--white);

  font-size: clamp(46px, 7vw, 82px);

  line-height: 0.98;

  font-weight: 900;

  letter-spacing: -4.5px;
}

.st-refund-hero h1 span {
  background:
    linear-gradient(
      100deg,
      #FFFFFF 5%,
      #FFFFFF 25%,
      #00FF88 70%,
      #00C96B 100%
    );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
}

.st-refund-hero p {
  max-width: 680px;

  margin: 0 auto;

  color: var(--text);

  font-size: 14px;

  line-height: 1.85;
}


/* =========================================================
   POLICY GRID
========================================================= */

.st-policy-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 20px;
}


/* =========================================================
   POLICY CARD
========================================================= */

.st-policy-card {
  position: relative;

  min-height: 300px;

  padding: 32px;

  overflow: hidden;

  border: 1px solid var(--border);

  border-radius: 22px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.035),
      rgba(255,255,255,0.008) 45%,
      transparent 70%
    ),
    linear-gradient(
      180deg,
      #0D1511,
      #080D0A
    );

  box-shadow:
    0 25px 70px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.025);

  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}

.st-policy-card::before {
  content: "";

  position: absolute;

  width: 180px;
  height: 180px;

  top: -100px;
  right: -80px;

  border-radius: 50%;

  background: rgba(0,255,136,0.06);

  filter: blur(45px);

  transition:
    transform .4s ease,
    opacity .4s ease;
}

.st-policy-card::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(0,255,136,0.20),
      transparent
    );

  opacity: 0;

  transition: opacity .35s ease;
}

.st-policy-card:hover {
  transform: translateY(-7px);

  border-color: rgba(0,255,136,0.25);

  box-shadow:
    0 35px 90px rgba(0,0,0,0.38),
    0 0 45px rgba(0,255,136,0.035),
    inset 0 1px 0 rgba(0,255,136,0.05);
}

.st-policy-card:hover::before {
  transform: scale(1.35);

  opacity: 1;
}

.st-policy-card:hover::after {
  opacity: 1;
}


/* =========================================================
   CARD HEADER
========================================================= */

.st-card-header {
  position: relative;
  z-index: 3;

  display: flex;
  align-items: center;

  gap: 15px;

  margin-bottom: 23px;
}

.st-card-icon {
  position: relative;

  width: 48px;
  height: 48px;

  flex: 0 0 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(0,255,136,0.20);

  border-radius: 14px;

  background:
    linear-gradient(
      145deg,
      rgba(0,255,136,0.12),
      rgba(0,255,136,0.025)
    );

  color: var(--green);

  box-shadow:
    inset 0 0 20px rgba(0,255,136,0.025),
    0 0 25px rgba(0,255,136,0.025);

  transition:
    transform .3s ease,
    border-color .3s ease;
}

.st-policy-card:hover .st-card-icon {
  transform: translateY(-2px);

  border-color: rgba(0,255,136,0.40);
}

.st-card-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.7;

  stroke-linecap: round;
  stroke-linejoin: round;
}

.st-card-label {
  display: block;

  margin-bottom: 5px;

  color: var(--green);

  font-size: 8px;

  font-weight: 800;

  letter-spacing: 1.7px;

  text-transform: uppercase;
}

.st-policy-card h3 {
  margin: 0;

  color: var(--white-soft);

  font-size: 17px;

  line-height: 1.25;

  font-weight: 800;

  letter-spacing: -0.4px;
}


/* =========================================================
   CARD TEXT
========================================================= */

.st-policy-card > p {
  position: relative;
  z-index: 3;

  max-width: 95%;

  margin: 0;

  color: var(--text);

  font-size: 12px;

  line-height: 1.85;
}


/* =========================================================
   LARGE CARD NUMBER
========================================================= */

.st-card-number {
  position: absolute;

  right: 8px;
  bottom: -28px;

  color: rgba(255,255,255,0.025);

  font-size: 125px;

  line-height: 1;

  font-weight: 900;

  letter-spacing: -10px;

  user-select: none;
  pointer-events: none;

  transition:
    color .35s ease,
    transform .35s ease;
}

.st-policy-card:hover .st-card-number {
  color: rgba(0,255,136,0.035);

  transform: translateY(-6px);
}


/* =========================================================
   POLICY LIST
========================================================= */

.st-policy-list {
  position: relative;
  z-index: 4;

  margin: 20px 0 0;
  padding: 0;

  list-style: none;
}

.st-policy-list li {
  position: relative;

  margin: 9px 0;

  padding-left: 18px;

  color: #829088;

  font-size: 11px;

  line-height: 1.55;
}

.st-policy-list li::before {
  content: "";

  position: absolute;

  width: 5px;
  height: 5px;

  left: 0;
  top: 6px;

  border-radius: 50%;

  background: var(--green);

  box-shadow:
    0 0 9px rgba(0,255,136,0.55);
}


/* =========================================================
   MINI NOTE
========================================================= */

.st-mini-note {
  position: relative;
  z-index: 4;

  display: flex;
  align-items: center;

  gap: 9px;

  margin-top: 22px;

  color: var(--muted);

  font-size: 10px;
}

.st-mini-note span {
  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  border-radius: 50%;

  background: var(--green);

  box-shadow:
    0 0 12px rgba(0,255,136,0.65);
}


/* =========================================================
   PROCESS
========================================================= */

.st-process {
  position: relative;
  z-index: 4;

  display: flex;
  align-items: center;

  margin-top: 24px;

  max-width: 220px;
}

.st-process span {
  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(0,255,136,0.25);

  border-radius: 50%;

  background:
    rgba(0,255,136,0.055);

  color: var(--green);

  font-size: 9px;

  font-weight: 800;

  box-shadow:
    0 0 18px rgba(0,255,136,0.035);
}

.st-process i {
  width: 38px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(0,255,136,0.35),
      rgba(255,255,255,0.08)
    );
}


/* =========================================================
   STATUS
========================================================= */

.st-card-status {
  position: relative;
  z-index: 4;

  display: inline-flex;
  align-items: center;

  gap: 8px;

  margin-top: 21px;

  padding: 8px 12px;

  border: 1px solid rgba(255,255,255,0.075);

  border-radius: 9px;

  background:
    rgba(255,255,255,0.018);

  color: #7D8982;

  font-size: 9px;

  font-weight: 500;
}

.st-card-status span {
  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: var(--green);

  box-shadow:
    0 0 9px rgba(0,255,136,0.65);
}


/* =========================================================
   REFUND REQUEST
========================================================= */

.st-refund-request {
  position: relative;

  display: grid;

  grid-template-columns: minmax(0, 1fr) 430px;

  gap: 65px;

  align-items: center;

  margin-top: 75px;

  padding: 58px;

  overflow: hidden;

  border: 1px solid rgba(0,255,136,0.14);

  border-radius: 26px;

  background:
    radial-gradient(
      circle at 0% 50%,
      rgba(0,255,136,0.12),
      transparent 32%
    ),
    radial-gradient(
      circle at 100% 0%,
      rgba(0,255,136,0.055),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #0B120F,
      #070B09
    );

  box-shadow:
    0 35px 90px rgba(0,0,0,0.40),
    inset 0 1px 0 rgba(255,255,255,0.025);
}

.st-refund-request::before {
  content: "";

  position: absolute;

  width: 400px;
  height: 400px;

  right: 240px;
  top: -300px;

  border-radius: 50%;

  background: rgba(0,255,136,0.045);

  filter: blur(100px);

  pointer-events: none;
}


/* =========================================================
   REQUEST CONTENT
========================================================= */

.st-request-content {
  position: relative;
  z-index: 3;
}

.st-request-content h2 {
  max-width: 600px;

  margin: 22px 0 20px;

  color: var(--white);

  font-size: clamp(36px, 4.7vw, 58px);

  line-height: 1.02;

  font-weight: 900;

  letter-spacing: -3px;
}

.st-request-content h2 span {
  color: var(--green);

  text-shadow:
    0 0 25px rgba(0,255,136,0.12);
}

.st-request-content > p {
  max-width: 590px;

  margin: 0;

  color: var(--text);

  font-size: 13px;

  line-height: 1.85;
}


/* =========================================================
   REQUEST FEATURES
========================================================= */

.st-request-features {
  display: flex;
  flex-direction: column;

  gap: 16px;

  margin-top: 31px;
}

.st-request-feature {
  display: flex;
  align-items: center;

  gap: 13px;
}

.st-feature-icon {
  width: 36px;
  height: 36px;

  flex: 0 0 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(0,255,136,0.17);

  border-radius: 10px;

  background:
    linear-gradient(
      145deg,
      rgba(0,255,136,0.10),
      rgba(0,255,136,0.025)
    );

  color: var(--green);

  font-size: 9px;

  font-weight: 800;
}

.st-request-feature strong {
  display: block;

  color: var(--white-soft);

  font-size: 11px;

  font-weight: 700;
}

.st-request-feature small {
  display: block;

  margin-top: 4px;

  color: var(--muted);

  font-size: 9px;
}


/* =========================================================
   FORM CARD
========================================================= */

.st-refund-form {
  position: relative;
  z-index: 5;

  padding: 31px;

  border: 1px solid rgba(255,255,255,0.085);

  border-radius: 19px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.025),
      transparent 55%
    ),
    #0A100D;

  box-shadow:
    0 30px 65px rgba(0,0,0,0.38),
    inset 0 1px 0 rgba(255,255,255,0.025);
}

.st-form-top {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-bottom: 26px;
}

.st-form-icon {
  width: 41px;
  height: 41px;

  flex: 0 0 41px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(0,255,136,0.20);

  border-radius: 11px;

  background:
    rgba(0,255,136,0.055);

  color: var(--green);
}

.st-form-icon svg {
  width: 19px;
  height: 19px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.8;

  stroke-linecap: round;
  stroke-linejoin: round;
}

.st-form-top h3 {
  margin: 0;

  color: var(--white);

  font-size: 14px;

  font-weight: 800;
}

.st-form-top p {
  margin: 4px 0 0;

  color: var(--muted);

  font-size: 9px;
}


/* =========================================================
   WPFORMS
========================================================= */

.st-refund-form .wpforms-container {
  margin: 0 !important;
}

.st-refund-form .wpforms-field {
  padding: 0 0 16px !important;
}

.st-refund-form .wpforms-field-label {
  margin-bottom: 7px !important;

  color: #DDE6E0 !important;

  font-size: 10px !important;

  font-weight: 600 !important;
}

.st-refund-form input,
.st-refund-form textarea,
.st-refund-form select {
  width: 100% !important;

  min-height: 44px !important;

  padding: 11px 13px !important;

  border: 1px solid rgba(255,255,255,0.085) !important;

  border-radius: 10px !important;

  background: #070C09 !important;

  color: #FFFFFF !important;

  font-family: "Inter", sans-serif !important;

  font-size: 11px !important;

  outline: none !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.015) !important;

  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.st-refund-form textarea {
  min-height: 95px !important;

  resize: vertical;
}

.st-refund-form input::placeholder,
.st-refund-form textarea::placeholder {
  color: #59665F !important;
}

.st-refund-form input:hover,
.st-refund-form textarea:hover,
.st-refund-form select:hover {
  border-color: rgba(255,255,255,0.14) !important;
}

.st-refund-form input:focus,
.st-refund-form textarea:focus,
.st-refund-form select:focus {
  border-color: rgba(0,255,136,0.42) !important;

  background: #09100C !important;

  box-shadow:
    0 0 0 3px rgba(0,255,136,0.055),
    0 0 22px rgba(0,255,136,0.025) !important;
}


/* =========================================================
   SUBMIT
========================================================= */

.st-refund-form .wpforms-submit-container {
  padding-top: 5px !important;
}

.st-refund-form button.wpforms-submit {
  position: relative;

  width: 100% !important;

  min-height: 48px !important;

  overflow: hidden;

  border: 0 !important;

  border-radius: 11px !important;

  background:
    linear-gradient(
      135deg,
      #00FF88 0%,
      #00E47A 50%,
      #00C96B 100%
    ) !important;

  color: #031009 !important;

  font-family: "Inter", sans-serif !important;

  font-size: 11px !important;

  font-weight: 900 !important;

  letter-spacing: .2px;

  cursor: pointer !important;

  box-shadow:
    0 10px 30px rgba(0,255,136,0.15) !important;

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    filter .3s ease !important;
}

.st-refund-form button.wpforms-submit::before {
  content: "";

  position: absolute;

  top: 0;
  left: -100%;

  width: 70%;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,0.25),
      transparent
    );

  transform: skewX(-20deg);

  transition: left .6s ease;
}

.st-refund-form button.wpforms-submit:hover {
  transform: translateY(-3px);

  filter: brightness(1.05);

  box-shadow:
    0 15px 40px rgba(0,255,136,0.25) !important;
}

.st-refund-form button.wpforms-submit:hover::before {
  left: 140%;
}


/* =========================================================
   FOOTER NOTE
========================================================= */

.st-refund-note {
  display: flex;
  align-items: center;

  gap: 22px;

  margin-top: 55px;
}

.st-refund-note p {
  max-width: 650px;

  margin: 0;

  text-align: center;

  color: #65716B;

  font-size: 9px;

  line-height: 1.8;
}

.st-note-line {
  height: 1px;

  flex: 1;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,0.09)
    );
}

.st-note-line:last-child {
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.09),
      transparent
    );
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  .st-refund {
    padding: 95px 0 85px;
  }

  .st-refund-container {
    width: 92%;
  }

  .st-policy-grid {
    grid-template-columns: 1fr 1fr;
  }

  .st-refund-request {
    grid-template-columns: 1fr;

    gap: 45px;

    padding: 45px;
  }

  .st-refund-form {
    width: 100%;

    max-width: 600px;

    margin: 0 auto;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .st-refund {
    padding: 75px 0 65px;
  }

  .st-refund-container {
    width: 91%;
  }

  .st-refund-hero {
    margin-bottom: 48px;
  }

  .st-refund-hero h1 {
    font-size: 44px;

    letter-spacing: -2.8px;
  }

  .st-refund-hero p {
    font-size: 12px;

    line-height: 1.8;
  }

  .st-policy-grid {
    grid-template-columns: 1fr;

    gap: 15px;
  }

  .st-policy-card {
    min-height: auto;

    padding: 25px 22px;

    border-radius: 18px;
  }

  .st-card-icon {
    width: 43px;
    height: 43px;

    flex-basis: 43px;
  }

  .st-policy-card h3 {
    font-size: 15px;
  }

  .st-policy-card > p {
    font-size: 11px;

    line-height: 1.75;
  }

  .st-card-number {
    font-size: 85px;

    bottom: -15px;

    letter-spacing: -7px;
  }

  .st-refund-request {
    margin-top: 48px;

    padding: 30px 20px;

    border-radius: 20px;

    gap: 35px;
  }

  .st-request-content h2 {
    font-size: 36px;

    letter-spacing: -2px;
  }

  .st-request-content > p {
    font-size: 11px;
  }

  .st-request-features {
    gap: 14px;

    margin-top: 25px;
  }

  .st-refund-form {
    padding: 23px 17px;

    border-radius: 16px;
  }

  .st-refund-note {
    margin-top: 40px;

    gap: 10px;
  }

  .st-refund-note p {
    font-size: 8px;
  }

  .st-note-line {
    display: none;
  }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

  .st-refund {
    padding-top: 65px;
  }

  .st-refund-hero h1 {
    font-size: 37px;

    letter-spacing: -2.2px;
  }

  .st-refund-hero p {
    font-size: 11px;
  }

  .st-policy-card {
    padding: 22px 18px;
  }

  .st-refund-request {
    padding: 25px 16px;
  }

  .st-request-content h2 {
    font-size: 31px;

    letter-spacing: -1.7px;
  }

  .st-refund-form {
    padding: 21px 15px;
  }

  .st-card-number {
    font-size: 72px;
  }
}


/* =========================================================
   REDUCE MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .st-refund *,
  .st-refund *::before,
  .st-refund *::after {
    transition: none !important;
    animation: none !important;
  }

}/* End custom CSS */