/* Import Bentham font */
@import url("https://fonts.googleapis.com/css2?family=Bentham&display=swap");
.s-24571666b32e8a41c858,
.s-a7adfa3d5c70e9f4d328,
body {
  font-family: Bentham, serif;
}
.s-c63bcad74f9754edfa91.s-5fc7e38bffe00ca46add,
img,
svg {
  display: block;
}
:root {
  --coral: #A84E00;
  --offwhite: #0F1210;
  --ink: #F2F3F1;
  --ink-60: rgba(242, 243, 241, 0.7);
  --surface: #161A17;
  --link-color: #0E5F3B;
  --shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
  --radius: 16px;
  --grid-max: 1160px;
  --coral-600: #8C4000;
  --radius-lg: 22px;
  --link: #0E5F3B;
}
*, .s-24571666b32e8a41c858 *, ::after, ::before {
  box-sizing: border-box;
}
html:focus-within {
  scroll-behavior: smooth;
}
blockquote, body, dd, dl, figure, h1, h2, h3, h4, p {
  margin: 0;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: var(--link-color);
}
button {
  border: 0;
  background: 0 0;
  padding: 0;
}
body {
  min-height: 100vh;
  line-height: 1.6;
  color: var(--ink);
  background: var(--offwhite);
  max-width: 100vw;
  overflow-x: hidden;
}
.s-255a762c36cdae2fe950 {
  width: min(var(--grid-max), 90vw);
  margin-inline: auto;
}
.s-20182fbc10716eb197ea {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}
main {
  min-height: calc(100vh - 240px);
}
h1 {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.2;
  margin: 0.6rem 0 0.4rem;
}
h3 {
  font-size: 1.05rem;
  margin: 0.6rem 0 0.3rem;
}
.s-8cb33b2754e53feca4f7 {
  color: var(--ink-60);
  max-width: 72ch;
}
header.s-f819d7dee1ee55de63a8 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(180deg, #0f1210cc, #0f121080 70%, #0f121000);
  backdrop-filter: saturate(1.1) blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.s-3224a500d5a1273d6d0c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
}
.s-63acf68c4f951d6412a8 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.s-63acf68c4f951d6412a8 svg {
  width: 40px;
  height: 40px;
}
.s-755ea24aa34ee7d8efa5 {
  font-weight: 900;
  letter-spacing: 0.2px;
  font-size: 1.06rem;
}
nav.s-e3b7c980d763196e9d13 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.s-bce1b640aa3b70b17d91 {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}
.s-bce1b640aa3b70b17d91 a {
  padding: 0.5rem 0.7rem;
  border-radius: 12px;
  transition: background 0.2s;
  color: var(--ink);
  text-decoration: none;
}
.s-bce1b640aa3b70b17d91 a:hover {
  background: rgba(255, 255, 255, 0.08);
}
.s-7a86b15480e0a870f0b0 {
  display: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: transparent;
  border: none;
  color: var(--ink);
}
.s-7a86b15480e0a870f0b0:hover {
  background: rgba(255, 255, 255, 0.08);
}
.s-7a86b15480e0a870f0b0 svg {
  width: 22px;
  height: 22px;
}
.s-b3cd584ff1d124ae8f1d {
  position: fixed;
  inset: 0 0 auto 0;
  top: 64px;
  background: var(--surface);
  border-top: 1px solid #2a2e2b;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
  z-index: 1200;
}
.s-b3cd584ff1d124ae8f1d.s-5fc7e38bffe00ca46add {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.s-65cc0add9acbf262fd31 {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
}
.s-65cc0add9acbf262fd31 a {
  padding: 1rem;
  border-radius: 14px;
  font-weight: 700;
  background: rgba(14, 95, 59, 0.15);
  color: var(--link-color);
  text-decoration: none;
}
.s-40d6346096cf30d730d3 {
  padding: 1rem;
  color: var(--ink-60);
  font-size: 0.92rem;
}
.s-40d6346096cf30d730d3 a {
  color: var(--link-color);
  text-decoration: underline;
}
footer.s-a928d4c5751e4352ec16 {
  margin-top: 4rem;
  background: var(--surface);
  border-top: 1px solid #2a2e2b;
}
.s-790f5a4f2e985b582ee9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 1.8rem 0;
}
.s-c0b255cf88f773762d07 {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.s-c0b255cf88f773762d07 svg {
  flex-shrink: 0;
}
.s-c0b255cf88f773762d07 strong {
  font-size: 1.1rem;
  color: var(--ink);
}
.s-d4927dda05af693bff7d {
  font-size: 0.92rem;
  color: var(--ink-60);
  margin-top: 0.5rem;
  line-height: 1.6;
}
.s-d4927dda05af693bff7d a {
  color: var(--link-color);
  text-decoration: underline;
}
.s-7c3a0658ec9bfe9a63c8 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}
.s-7c3a0658ec9bfe9a63c8 a {
  color: var(--ink-60);
  padding: 0.35rem 0.25rem;
  border-radius: 10px;
  transition: background 0.2s, color 0.2s;
}
.s-7c3a0658ec9bfe9a63c8 a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}
.s-b150a1aa0a630d6d247c {
  border-top: 1px solid #2a2e2b;
  padding: 1rem 0;
  color: var(--ink-60);
  font-size: 0.88rem;
  text-align: center;
}
.s-d94da06e0f673616113e {
  position: fixed;
  inset: auto 16px 16px auto;
  z-index: 2147483000;
}
.s-24571666b32e8a41c858 {
  max-width: 420px;
  width: min(92vw, 420px);
  background: var(--surface);
  color: var(--ink);
  border: 1px solid #2a2e2b;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  line-height: 1.5;
}
.s-8847f3c222b4fcf4e9d9 {
  display: none !important;
}
.s-491c9ed263853c25ba6c {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1rem 0.2rem;
}
.s-fefbb527ab096f3d6cfc {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--coral);
}
.s-89940abdc1f0a1799a09 {
  font-weight: 900;
  letter-spacing: 0.2px;
  color: var(--ink);
}
.s-5e67affc9c256943e8a6 {
  padding: 0.2rem 1rem 1rem;
  color: var(--ink-60);
  font-size: 0.95rem;
}
.s-ebf38769e9721f2a44d9 {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.s-ebf38769e9721f2a44d9 a {
  color: var(--link-color);
  font-weight: 700;
  text-decoration: underline;
}
.s-7e1d26d8d51a510423ff {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.s-972a613a5bdbe1cba566 {
  cursor: pointer;
  user-select: none;
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1.1rem;
  font-weight: 800;
  font-size: 0.9rem;
  transition: background 0.2s, color 0.2s;
}
.s-972a613a5bdbe1cba566:focus {
  outline: 2px solid var(--link-color);
  outline-offset: 2px;
}
.s-f44579f7cce080fbecef {
  background: var(--coral);
  color: #fff;
}
.s-f44579f7cce080fbecef:hover {
  background: var(--coral-600);
}
.s-aaf54d5136438a0b829c {
  background: rgba(14, 95, 59, 0.15);
  color: var(--link-color);
}
.s-aaf54d5136438a0b829c:hover {
  background: rgba(14, 95, 59, 0.25);
}
.s-84de5e0350e5c27bcd54 {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid #2a2e2b;
}
.s-84de5e0350e5c27bcd54:hover {
  background: rgba(255, 255, 255, 0.05);
}
.s-b72b96cdc10ded24fa8e {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid #2a2e2b;
}
.s-b72b96cdc10ded24fa8e:hover {
  background: rgba(255, 255, 255, 0.05);
}
.s-c63bcad74f9754edfa91 {
  padding: 0.8rem 1rem;
  border-top: 1px solid #2a2e2b;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.s-c63bcad74f9754edfa91.s-5fc7e38bffe00ca46add {
  max-height: 600px;
  padding: 0.8rem 1rem;
}
.s-0bb1ab6fc67dc5ccf743 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #2a2e2b;
}
.s-0bb1ab6fc67dc5ccf743:last-child {
  border-bottom: none;
}
.s-0bb1ab6fc67dc5ccf743 label {
  font-weight: 700;
  color: var(--ink);
}
.s-d0e0f7001d3c44eca469 {
  font-size: 0.9rem;
  color: var(--ink-60);
  margin-top: 0.25rem;
}
.s-f7d55d7cf1d263827d27 {
  position: relative;
  width: 44px;
  height: 24px;
  cursor: pointer;
}
.s-f7d55d7cf1d263827d27 input {
  opacity: 0;
  width: 0;
  height: 0;
}
.s-00998f810487a0e0deb4 {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  transition: background 0.2s;
}
.s-00998f810487a0e0deb4::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}
.s-f7d55d7cf1d263827d27 input:checked + .s-00998f810487a0e0deb4 {
  background: var(--coral);
}
.s-f7d55d7cf1d263827d27 input:checked + .s-00998f810487a0e0deb4::before {
  transform: translateX(20px);
}
.s-a7adfa3d5c70e9f4d328 {
  position: fixed;
  inset: auto 16px 16px auto;
  z-index: 2147482999;
  padding: 0.7rem 1.1rem;
  background: var(--surface);
  color: var(--ink);
  border: 1px solid #2a2e2b;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.85rem;
  transition: background 0.2s;
}
.s-a7adfa3d5c70e9f4d328:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* REFUND HERO */
.s-refund-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(4rem, 8vw, 6rem) 0;
  overflow: hidden;
}
.s-refund-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(1200px 600px at 20% 20%, rgba(168, 78, 0, 0.25), transparent 60%),
              radial-gradient(900px 480px at 80% 30%, rgba(14, 95, 59, 0.3), transparent 60%);
  filter: blur(40px);
}
.s-refund-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.s-refund-badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(168, 78, 0, 0.2);
  color: #A84E00;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.s-refund-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem 0;
  color: #fff;
  font-weight: 900;
}
.s-refund-intro {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 3rem;
}
.s-refund-intro strong {
  color: #fff;
  font-weight: 800;
}
.s-refund-visual {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-refund-svg-main {
  width: min(500px, 90vw);
  height: auto;
  filter: drop-shadow(0 8px 32px rgba(168, 78, 0, 0.3));
}

/* REFUND MAIN */
.s-refund-main {
  padding: clamp(2rem, 4vw, 3rem) 0;
}
.s-refund-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.s-refund-card {
  background: linear-gradient(180deg, rgba(20, 24, 22, 0.7), rgba(18, 22, 20, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.s-refund-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}
.s-refund-card-full {
  grid-column: 1 / -1;
  max-width: 800px;
  margin: 0 auto;
}
.s-refund-card-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
.s-refund-card-icon svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}
.s-refund-card h2 {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 900;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.s-refund-card p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin: 0;
}
.s-refund-card p em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}
.s-refund-card p strong {
  color: #fff;
  font-weight: 800;
}
.s-refund-card p a {
  color: rgba(168, 78, 0, 0.9);
  text-decoration: underline;
  font-weight: 700;
  transition: color 0.2s;
}
.s-refund-card p a:hover {
  color: rgba(168, 78, 0, 1);
}
.s-refund-highlight {
  padding: 1rem;
  background: rgba(168, 78, 0, 0.15);
  border: 1px solid rgba(168, 78, 0, 0.3);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  margin-top: 0.5rem;
}
.s-refund-highlight strong {
  color: #fff;
  font-weight: 800;
}
.s-refund-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.s-refund-list li {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  padding-left: 1.5rem;
  position: relative;
}
.s-refund-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(168, 78, 0, 0.9);
  font-weight: 800;
}
.s-refund-list li strong {
  color: #fff;
  font-weight: 800;
}
.s-refund-list li em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}
.s-refund-list-ordered {
  counter-reset: refund-counter;
}
.s-refund-list-ordered li {
  counter-increment: refund-counter;
  padding-left: 2rem;
}
.s-refund-list-ordered li::before {
  content: counter(refund-counter) ".";
  position: absolute;
  left: 0;
  color: rgba(168, 78, 0, 0.9);
  font-weight: 800;
  font-size: 1rem;
}
@media (max-width: 980px) {
  .s-refund-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  nav.s-e3b7c980d763196e9d13 .s-bce1b640aa3b70b17d91 {
    display: none;
  }
  .s-7a86b15480e0a870f0b0 {
    display: inline-flex;
  }
  .s-790f5a4f2e985b582ee9 {
    grid-template-columns: 1fr;
  }
  .s-7c3a0658ec9bfe9a63c8 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .s-refund-card {
    padding: 1.5rem;
  }
  .s-refund-card-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 520px) {
  .s-24571666b32e8a41c858 {
    inset: auto 8px 8px 8px;
    width: auto;
  }
}
