/* Refund pages already provide clear discovery cards and step-by-step sections.
   Easy Table of Contents is useful elsewhere, but its injected box interrupts
   the custom refund hero on desktop and mobile. This stylesheet is loaded only
   on pages containing a refund shortcode, so the exclusion remains scoped. */
#ez-toc-container,
.ez-toc-container { display: none !important; }
.tc-refund { --refund-navy: #0b2545; --refund-teal: #16877b; --refund-mint: #e8f7f3; --refund-line: #d9e2e8; --refund-text: #142536; --refund-muted: #5c6b78; max-width: 1120px; margin: 0 auto; padding: 24px 20px 64px; color: var(--refund-text); font-family: inherit; }
.tc-refund *, .tc-refund *::before, .tc-refund *::after { box-sizing: border-box; }
.tc-refund h1, .tc-refund h2, .tc-refund h3, .tc-refund p { overflow-wrap: anywhere; }
.tc-refund h1 { margin: 14px 0 20px; font-size: clamp(38px, 6vw, 66px); line-height: 1.12; letter-spacing: -.055em; }
.tc-refund h2 { margin: 8px 0 20px; font-size: clamp(26px, 4vw, 38px); line-height: 1.25; letter-spacing: -.035em; }
.tc-refund .tc-eyebrow { color: var(--refund-teal); font-size: 14px; font-weight: 900; letter-spacing: .02em; }
.tc-refund-hero { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(270px, .8fr); gap: clamp(24px, 5vw, 64px); align-items: center; padding: clamp(36px, 7vw, 76px); border-radius: 28px; background: var(--refund-navy); color: #fff; }
.tc-refund-hero__copy > p { max-width: 720px; margin: 0; color: #dce8f3; font-size: clamp(17px, 2vw, 20px); line-height: 1.75; }
.tc-refund-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.tc-refund .tc-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 18px; border: 1px solid transparent; border-radius: 11px; font-weight: 900; text-decoration: none; }
.tc-refund .tc-button--primary { background: var(--refund-teal); color: #fff; }
.tc-refund .tc-button--secondary { border-color: #8fa5b9; background: transparent; color: inherit; }
.tc-refund-trust { padding: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.08); }
.tc-refund-trust strong { display: block; margin-bottom: 13px; font-size: 18px; }
.tc-refund-trust ul { display: grid; gap: 11px; margin: 0; padding-left: 21px; color: #e4eef6; }
.tc-refund-stat { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px 24px; align-items: center; margin: -14px 34px 0; padding: 24px 28px; border: 1px solid #b8ddd7; border-radius: 18px; background: #fff; box-shadow: 0 16px 36px rgba(11,37,69,.09); }
.tc-refund-stat div > span { display: block; color: var(--refund-teal); font-size: 12px; font-weight: 900; }
.tc-refund-stat div > strong { display: block; margin-top: 3px; font-size: clamp(25px,4vw,38px); letter-spacing: -.04em; }
.tc-refund-stat div > p { margin: 4px 0 0; color: var(--refund-muted); }
.tc-refund-stat > a { color: var(--refund-teal); font-weight: 900; text-decoration: none; }
.tc-refund-stat > small { grid-column: 1 / -1; color: var(--refund-muted); }
.tc-refund-stat > small a { color: inherit; }
.tc-refund-section { margin-top: 64px; scroll-margin-top: 32px; }
.tc-refund-discovery h2 { margin-bottom: 8px; }
.tc-refund-discovery h2 em { color: var(--refund-teal); font-style: normal; }
.tc-refund-discovery__lead { margin: 0 0 24px; color: var(--refund-muted); font-size: 16px; }
.tc-refund-situations { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tc-refund-situations a { position: relative; min-height: 160px; padding: 24px; border: 1px solid var(--refund-line); border-radius: 18px; background: #fff; color: var(--refund-text); text-decoration: none; box-shadow: 0 10px 28px rgba(11,37,69,.05); }
.tc-refund-situations a:hover, .tc-refund-situations a:focus-visible { border-color: var(--refund-teal); transform: translateY(-2px); }
.tc-refund-situations strong, .tc-refund-situations span { display: block; }
.tc-refund-situations i { display: block; margin-bottom: 14px; font-size: 28px; font-style: normal; line-height: 1; }
.tc-refund-situations strong { display: flex; justify-content: space-between; gap: 12px; align-items: center; color: var(--refund-text); font-size: 21px; line-height: 1.35; letter-spacing: -.03em; }
.tc-refund-situations strong b { flex: 0 0 auto; font-size: 30px; font-weight: 500; line-height: 1; transition: transform .15s ease; }
.tc-refund-situations a:hover strong b, .tc-refund-situations a:focus-visible strong b { transform: translateX(3px); }
.tc-refund-situations span { margin-top: 10px; color: var(--refund-muted); font-size: 14px; font-weight: 600; line-height: 1.55; }
.tc-refund-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.tc-refund-heading > p { color: var(--refund-muted); font-size: 13px; }
.tc-refund-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.tc-refund-card { display: flex; min-width: 0; min-height: 270px; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid var(--refund-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(11,37,69,.055); }
.tc-refund-card__image { display: block; margin: -28px -28px 22px; overflow: hidden; background: #eaf3f5; }
.tc-refund-card__image img { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; transition: transform .25s ease; }
.tc-refund-card:hover .tc-refund-card__image img { transform: scale(1.025); }
.tc-refund-card__category { display: inline-flex; width: fit-content; padding: 5px 9px; border-radius: 999px; background: var(--refund-mint); color: #0b655e; font-size: 12px; font-weight: 900; }
.tc-refund-card h3 { margin: 15px 0 10px; font-size: 24px; line-height: 1.3; }
.tc-refund-card h3 a { color: var(--refund-text); text-decoration: none; }
.tc-refund-card p { margin: 0 0 18px; color: var(--refund-muted); line-height: 1.7; }
.tc-refund-card__source { margin-top: auto; color: var(--refund-muted); font-size: 12px; }
.tc-refund-card__link { display: inline-flex; justify-content: space-between; margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--refund-line); color: var(--refund-teal); font-weight: 900; text-decoration: none; }
.tc-refund-safety { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); gap: 48px; padding: clamp(28px, 5vw, 52px); border-radius: 24px; background: #fff7e8; }
.tc-refund-safety ol { display: grid; gap: 18px; margin: 0; padding-left: 24px; }
.tc-refund-safety li { padding-left: 6px; }
.tc-refund-safety strong, .tc-refund-safety span { display: block; }
.tc-refund-safety span { margin-top: 4px; color: var(--refund-muted); }
.tc-refund-disclaimer { margin-top: 42px; padding: 22px 24px; border: 1px solid var(--refund-line); border-radius: 14px; background: #f7f9fb; color: var(--refund-muted); }
.tc-refund-disclaimer strong { color: var(--refund-text); }
.tc-refund-disclaimer p { margin: 7px 0 0; line-height: 1.65; }
.tc-refund-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: var(--refund-muted); font-size: 14px; }
.tc-refund-breadcrumb a { color: var(--refund-teal); }
.tc-refund-guide { max-width: 900px; }
.tc-refund-guide__header { padding: clamp(30px, 6vw, 56px); border-radius: 24px; background: #f2f7fa; }
.tc-refund-guide__header h1 { font-size: clamp(36px, 6vw, 58px); }
.tc-refund-guide__header > p { max-width: 720px; color: var(--refund-muted); font-size: 19px; line-height: 1.75; }
.tc-refund-verified { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 24px; color: var(--refund-muted); font-size: 13px; }
.tc-refund-guide__visual { margin: 24px 0 0; overflow: hidden; border-radius: 20px; background: #eaf3f5; box-shadow: 0 14px 34px rgba(11,37,69,.08); }
.tc-refund-guide__visual img { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
.tc-refund-guide__visual figcaption { padding: 10px 14px; background: #fff; color: var(--refund-muted); font-size: 12px; text-align: right; }
.tc-refund-answer { margin-top: 30px; padding: 26px 28px; border-left: 5px solid var(--refund-teal); border-radius: 0 14px 14px 0; background: var(--refund-mint); }
.tc-refund-answer h2 { margin: 0 0 8px; font-size: 21px; }
.tc-refund-answer p { margin: 0; line-height: 1.8; }
.tc-refund-highlight { margin-top: 20px; padding: clamp(24px,5vw,42px); border-radius: 20px; background: var(--refund-navy); color: #fff; }
.tc-refund-highlight > span { display: block; color: #84ddd0; font-size: 13px; font-weight: 900; }
.tc-refund-highlight > strong { display: block; margin: 8px 0 10px; font-size: clamp(30px,6vw,50px); line-height: 1.15; letter-spacing: -.045em; }
.tc-refund-highlight > p { max-width: 680px; margin: 0; color: #dce8f3; line-height: 1.7; }
.tc-refund-highlight > a { display: inline-block; margin-top: 18px; color: #fff; font-weight: 900; }
.tc-refund-facts dl { display: grid; gap: 0; margin: 0; border: 1px solid var(--refund-line); border-radius: 16px; overflow: hidden; }
.tc-refund-facts dl > div { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 20px; padding: 18px 20px; background: #fff; }
.tc-refund-facts dl > div + div { border-top: 1px solid var(--refund-line); }
.tc-refund-facts dt { font-weight: 900; }
.tc-refund-facts dd { margin: 0; color: var(--refund-muted); }
.tc-refund-steps ol { display: grid; gap: 12px; margin: 0 0 24px; padding: 0; list-style: none; }
.tc-refund-steps li { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 14px; align-items: start; padding: 18px; border: 1px solid var(--refund-line); border-radius: 14px; }
.tc-refund-steps li > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--refund-navy); color: #fff; font-weight: 900; }
.tc-refund-steps li p { margin: 5px 0 0; line-height: 1.7; }
.tc-refund-official { width: fit-content; }
.tc-refund-domain { margin: 10px 0 0; color: var(--refund-muted); font-size: 12px; }
.tc-refund-caution { padding: 28px; border-radius: 18px; background: #fff7e8; }
.tc-refund-caution ul { display: grid; gap: 10px; margin: 0; padding-left: 22px; }
.tc-refund-faq details { border-top: 1px solid var(--refund-line); }
.tc-refund-faq details:last-child { border-bottom: 1px solid var(--refund-line); }
.tc-refund-faq summary { min-height: 58px; padding: 17px 4px; cursor: pointer; font-weight: 900; }
.tc-refund-faq details p { margin: 0 0 20px; padding-right: 28px; color: var(--refund-muted); line-height: 1.75; }
.tc-refund-related > div { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.tc-refund-related a { display: flex; min-height: 105px; flex-direction: column; justify-content: center; padding: 18px; border: 1px solid var(--refund-line); border-radius: 14px; color: var(--refund-text); text-decoration: none; }
.tc-refund-related a span { color: var(--refund-teal); font-size: 12px; font-weight: 900; }
.tc-refund-related a strong { margin-top: 6px; }
.tc-refund-error { padding: 20px; border: 1px solid #ef4444; }
@media (max-width: 900px) { .tc-refund-situations { grid-template-columns: repeat(2, minmax(0,1fr)); } .tc-refund-hero, .tc-refund-safety { grid-template-columns: 1fr; } }
@media (max-width: 640px) { body .site-content, body .inside-article { padding-left: 0 !important; padding-right: 0 !important; } body .content-area { width: 100% !important; } .tc-refund { width: 100%; max-width: none; padding: 10px 10px 44px; } .tc-refund h1 { font-size: 34px; line-height: 1.16; } .tc-refund-hero { padding: 26px 18px; border-radius: 16px; } .tc-refund-hero__copy > p { font-size: 16px; line-height: 1.65; } .tc-refund-hero__actions { margin-top: 20px; } .tc-refund-hero__actions, .tc-refund-hero__actions .tc-button { width: 100%; } .tc-refund-trust { padding: 18px; } .tc-refund-trust ul { gap: 7px; } .tc-refund-stat { grid-template-columns: 1fr; margin: 10px 0 0; padding: 18px; } .tc-refund-stat > small { grid-column: auto; } .tc-refund-situations, .tc-refund-grid, .tc-refund-related > div { grid-template-columns: 1fr; } .tc-refund-situations a { min-height: 0; padding: 19px; } .tc-refund-section { margin-top: 38px; } .tc-refund-card { min-height: 0; padding: 20px; } .tc-refund-card__image { margin: -20px -20px 18px; } .tc-refund-heading { display: block; } .tc-refund-facts dl > div { grid-template-columns: 1fr; gap: 6px; padding: 16px; } .tc-refund-guide__header { padding: 24px 18px; } .tc-refund-guide__header > p { font-size: 16px; } .tc-refund-verified { display: grid; margin-top: 18px; } .tc-refund-official { width: 100%; } }
@media (prefers-reduced-motion: reduce) { .tc-refund * { scroll-behavior: auto !important; transition: none !important; } }
