/* Weblatis Refund Policy page — route-scoped design foundation (0.11.56) */
body.weblatis-public-ui--refund{
  --brand-50:#f2f2ff;--brand-100:#e5e5ff;--brand-200:#c9c9ff;--brand-300:#a4a4ff;--brand-400:#7474ff;--brand-500:#4040e8;--brand-600:#1d1dc4;--brand-700:#000099;--brand-800:#000078;--brand-900:#00005e;
  --accent-50:#fff0f7;--accent-100:#ffe0ef;--accent-200:#ffb8d8;--accent-300:#ff82b7;--accent-400:#ff4293;--accent-500:#ff0066;--accent-600:#df0058;--accent-700:#b80049;
  --bg:var(--wl-bg);--surface:var(--wl-surface);--surface-2:#f1f3f9;--surface-3:#e9ecf5;--text:var(--wl-text);--text-2:var(--wl-muted);--text-3:#747b91;--border:var(--wl-border);--border-strong:#cbd1df;
  --shadow-xs:0 1px 2px rgba(16,24,40,.05);--shadow-sm:0 8px 24px rgba(17,24,39,.07);--shadow-md:0 18px 50px rgba(17,24,39,.11);--shadow-lg:0 28px 80px rgba(17,24,39,.16);
  --radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--focus:0 0 0 4px rgba(64,64,232,.18);--header-height:76px;
}
html[data-resolved-theme="dark"] body.weblatis-public-ui--refund{
  --surface-2:#171a28;--surface-3:#202435;--text-2:#b9bfd0;--text-3:#8f97aa;--border-strong:#3a4055;
  --shadow-xs:0 1px 2px rgba(0,0,0,.3);--shadow-sm:0 10px 30px rgba(0,0,0,.24);--shadow-md:0 22px 60px rgba(0,0,0,.34);--shadow-lg:0 30px 90px rgba(0,0,0,.48);
}
body.weblatis-public-ui--refund .refund-page{background:var(--bg);color:var(--text)}
body.weblatis-public-ui--refund .refund-page .container{width:min(calc(100% - 32px),var(--wl-chrome-container,1240px));margin-inline:auto}
body.weblatis-public-ui--refund .refund-page a{color:inherit;text-decoration:none}
body.weblatis-public-ui--refund .refund-page .icon{display:block;width:20px;height:20px;min-width:20px;max-width:20px;max-height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
body.weblatis-public-ui--refund .refund-page .button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 18px;border:1px solid transparent;border-radius:var(--radius-sm);font-size:14px;font-weight:750;line-height:1;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}
body.weblatis-public-ui--refund .refund-page .button:hover{transform:translateY(-1px)}
body.weblatis-public-ui--refund .refund-page .button-primary,body.weblatis-public-ui--refund .refund-page .button-primary:visited{background:var(--brand-700);color:#fff;box-shadow:0 8px 18px rgba(0,0,153,.20)}
body.weblatis-public-ui--refund .refund-page .button-primary:hover,body.weblatis-public-ui--refund .refund-page .button-primary:focus-visible{background:var(--brand-800);color:#fff;box-shadow:0 12px 26px rgba(0,0,153,.24)}
body.weblatis-public-ui--refund .refund-page .button-secondary,body.weblatis-public-ui--refund .refund-page .button-secondary:visited{background:var(--surface);border-color:var(--border);color:var(--text)}
body.weblatis-public-ui--refund .refund-page .button-secondary:hover,body.weblatis-public-ui--refund .refund-page .button-secondary:focus-visible{border-color:var(--brand-300);color:var(--brand-700)}
body.weblatis-public-ui--refund .refund-page .button-white,body.weblatis-public-ui--refund .refund-page .button-white:visited{background:#fff;border-color:#fff;color:#000078}
body.weblatis-public-ui--refund .refund-page .button-white:hover,body.weblatis-public-ui--refund .refund-page .button-white:focus-visible{background:#f2f2ff;color:#000078}
body.weblatis-public-ui--refund .refund-page .eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--brand-700);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
body.weblatis-public-ui--refund .refund-page .eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--accent-500);box-shadow:0 0 0 5px var(--accent-100)}
body.weblatis-public-ui--refund .refund-layout,body.weblatis-public-ui--refund .refund-layout>*,body.weblatis-public-ui--refund .refund-content,body.weblatis-public-ui--refund .refund-toc,body.weblatis-public-ui--refund .refund-intro,body.weblatis-public-ui--refund .policy-card{min-width:0}
body.weblatis-public-ui--refund .refund-toc{max-height:calc(100vh - var(--header-height) - 44px);overflow:auto;scrollbar-width:thin}

body.weblatis-public-ui--refund .refund-page a{text-decoration:none}
body.weblatis-public-ui--refund .refund-hero{position:relative;padding:54px 0 116px;background:radial-gradient(circle at 12% 18%,rgba(255,0,102,.09),transparent 30%),radial-gradient(circle at 88% 16%,rgba(64,64,232,.13),transparent 32%),linear-gradient(180deg,var(--surface),var(--bg));overflow:hidden}
body.weblatis-public-ui--refund .refund-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:64px 64px;opacity:.15;mask-image:linear-gradient(to bottom,#000,transparent 78%);pointer-events:none}
body.weblatis-public-ui--refund .refund-hero>.container{position:relative;z-index:1}
body.weblatis-public-ui--refund .refund-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:44px;color:var(--text-3);font-size:13px;font-weight:700}
body.weblatis-public-ui--refund .refund-breadcrumb a{color:var(--text-2)}
body.weblatis-public-ui--refund .refund-breadcrumb a:hover{color:var(--brand-700)}
body.weblatis-public-ui--refund .refund-breadcrumb .icon{width:14px;height:14px}
body.weblatis-public-ui--refund .refund-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:center;gap:68px}
body.weblatis-public-ui--refund .refund-hero__copy{min-width:0}
body.weblatis-public-ui--refund .refund-hero__copy h1{max-width:740px;margin:18px 0 22px;font-size:clamp(46px,5.8vw,76px);line-height:1;letter-spacing:-.06em}
body.weblatis-public-ui--refund .refund-hero__copy h1 span{color:var(--brand-700)}
body.weblatis-public-ui--refund .refund-hero__copy>p{max-width:720px;margin:0;color:var(--text-2);font-size:18px;line-height:1.75}
body.weblatis-public-ui--refund .refund-meta{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:26px}
body.weblatis-public-ui--refund .refund-meta span{display:inline-flex;align-items:center;gap:7px;color:var(--text-3);font-size:13px;font-weight:700}
body.weblatis-public-ui--refund .refund-meta .icon{width:16px;height:16px;color:var(--brand-700)}
body.weblatis-public-ui--refund .refund-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
body.weblatis-public-ui--refund .refund-visual{position:relative;width:100%;aspect-ratio:1296/1214;margin:0;border:1px solid var(--border);border-radius:32px;background:linear-gradient(145deg,var(--surface),var(--surface-2));box-shadow:var(--shadow-lg);overflow:hidden}
body.weblatis-public-ui--refund .refund-visual__hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
body.weblatis-public-ui--refund .refund-overview{position:relative;z-index:2;margin-top:-62px}
body.weblatis-public-ui--refund .refund-overview__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
body.weblatis-public-ui--refund .refund-overview-card{padding:22px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-sm)}
body.weblatis-public-ui--refund .refund-overview-card__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--brand-50);color:var(--brand-700)}
body.weblatis-public-ui--refund .refund-overview-card h2{margin:15px 0 6px;font-size:17px;line-height:1.3}
body.weblatis-public-ui--refund .refund-overview-card p{margin:0;color:var(--text-3);font-size:14px;line-height:1.7}
body.weblatis-public-ui--refund .refund-section{padding:82px 0 96px}
body.weblatis-public-ui--refund .refund-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px;align-items:start}
body.weblatis-public-ui--refund .refund-toc{position:sticky;top:calc(var(--header-height) + 22px);padding:18px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow-xs)}
body.weblatis-public-ui--refund .refund-toc__head{padding:4px 5px 14px;border-bottom:1px solid var(--border)}
body.weblatis-public-ui--refund .refund-toc__head strong{display:block;font-size:16px}
body.weblatis-public-ui--refund .refund-toc__head span{display:block;margin-top:4px;color:var(--text-3);font-size:12px}
body.weblatis-public-ui--refund .refund-toc nav{display:grid;gap:3px;padding-top:11px}
body.weblatis-public-ui--refund .refund-toc nav a{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:10px;color:var(--text-2);font-size:13px;line-height:1.4}
body.weblatis-public-ui--refund .refund-toc nav a:hover,body.weblatis-public-ui--refund .refund-toc nav a:focus-visible{background:var(--brand-50);color:var(--brand-700)}
body.weblatis-public-ui--refund .refund-toc nav a span{display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:7px;background:var(--surface-2);font-size:10px;font-weight:850}
body.weblatis-public-ui--refund .refund-toc__contact{margin-top:14px;padding:15px;border-radius:16px;background:#080916;color:#fff}
body.weblatis-public-ui--refund .refund-toc__contact strong{display:block;font-size:15px}
body.weblatis-public-ui--refund .refund-toc__contact p{margin:6px 0 12px;color:#aeb5c7;font-size:12.5px;line-height:1.65}
body.weblatis-public-ui--refund .refund-toc__contact a{display:inline-flex;align-items:center;gap:5px;color:#c9c9ff;font-size:13px;font-weight:800}
body.weblatis-public-ui--refund .refund-content{display:grid;gap:18px;min-width:0}
body.weblatis-public-ui--refund .refund-intro{padding:28px;border:1px solid var(--border);border-radius:24px;background:linear-gradient(145deg,var(--brand-50),var(--surface))}
body.weblatis-public-ui--refund .refund-intro strong{display:block;font-size:20px}
body.weblatis-public-ui--refund .refund-intro p{margin:9px 0 0;color:var(--text-2);font-size:16px;line-height:1.8}
body.weblatis-public-ui--refund .policy-card{scroll-margin-top:calc(var(--header-height) + 24px);padding:30px;border:1px solid var(--border);border-radius:24px;background:var(--surface);box-shadow:var(--shadow-xs)}
body.weblatis-public-ui--refund .policy-card__head{display:flex;align-items:center;gap:13px;margin-bottom:17px}
body.weblatis-public-ui--refund .policy-card__number{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:var(--brand-50);color:var(--brand-700);font-size:12px;font-weight:900}
body.weblatis-public-ui--refund .policy-card h2{margin:0;font-size:clamp(23px,2.3vw,30px);line-height:1.25;letter-spacing:-.025em}
body.weblatis-public-ui--refund .policy-card h3{margin:23px 0 8px;font-size:18px}
body.weblatis-public-ui--refund .policy-card p,body.weblatis-public-ui--refund .policy-card li{color:var(--text-2);font-size:16px;line-height:1.8}
body.weblatis-public-ui--refund .policy-card p{margin:13px 0 0}
body.weblatis-public-ui--refund .policy-card ul{margin:14px 0 0;padding-inline-start:22px}
body.weblatis-public-ui--refund .policy-card li+li{margin-top:8px}
body.weblatis-public-ui--refund .policy-card a{color:var(--brand-700);font-weight:750;text-decoration:underline;text-underline-offset:3px}
body.weblatis-public-ui--refund .policy-note{margin-top:18px;padding:17px 18px;border-inline-start:4px solid var(--accent-500);border-radius:14px;background:var(--accent-50);color:var(--text-2);font-size:15px;line-height:1.75}
body.weblatis-public-ui--refund .policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}
body.weblatis-public-ui--refund .policy-mini{padding:17px;border:1px solid var(--border);border-radius:16px;background:var(--bg)}
body.weblatis-public-ui--refund .policy-mini strong{display:block;font-size:15px}
body.weblatis-public-ui--refund .policy-mini p{margin:6px 0 0;font-size:14px;line-height:1.65}
body.weblatis-public-ui--refund .policy-table{max-width:100%;overflow:auto;margin-top:18px;border:1px solid var(--border);border-radius:16px}
body.weblatis-public-ui--refund .policy-table table{width:100%;min-width:680px;border-collapse:collapse}
body.weblatis-public-ui--refund .policy-table th,body.weblatis-public-ui--refund .policy-table td{padding:14px 16px;border-bottom:1px solid var(--border);text-align:start;vertical-align:top;font-size:14px;line-height:1.65}
body.weblatis-public-ui--refund .policy-table th{background:var(--surface-2);color:var(--text);font-weight:850}
body.weblatis-public-ui--refund .policy-table td{color:var(--text-2)}
body.weblatis-public-ui--refund .policy-table tr:last-child td{border-bottom:0}
body.weblatis-public-ui--refund .refund-contact-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:26px;padding:44px;border-radius:28px;background:linear-gradient(120deg,#000078,#000099 55%,#2735db);box-shadow:0 28px 80px rgba(0,0,120,.24);color:#fff}
body.weblatis-public-ui--refund .refund-contact-cta h2{margin:0;font-size:clamp(28px,3.5vw,42px);letter-spacing:-.045em}
body.weblatis-public-ui--refund .refund-contact-cta p{max-width:650px;margin:10px 0 0;color:#d8ddff;font-size:16px;line-height:1.7}
body.weblatis-public-ui--refund .refund-contact-cta .button{flex:none}
body.weblatis-public-ui--refund .refund-reveal{opacity:1;transform:none}
html[data-resolved-theme="dark"] body.weblatis-public-ui--refund .refund-overview-card__icon,html[data-resolved-theme="dark"] body.weblatis-public-ui--refund .policy-card__number{background:rgba(64,64,232,.17);color:#bfc1ff}
html[data-resolved-theme="dark"] body.weblatis-public-ui--refund .policy-note{background:rgba(255,0,102,.1)}
html[data-resolved-theme="dark"] body.weblatis-public-ui--refund .refund-intro{background:linear-gradient(145deg,rgba(64,64,232,.12),var(--surface))}
[dir="rtl"] body.weblatis-public-ui--refund .refund-breadcrumb .icon,[dir="rtl"] body.weblatis-public-ui--refund .refund-hero__actions .icon,[dir="rtl"] body.weblatis-public-ui--refund .refund-contact-cta .icon{transform:scaleX(-1)}
@media(max-width:1100px){
body.weblatis-public-ui--refund .refund-hero__grid{grid-template-columns:1fr;gap:44px}
body.weblatis-public-ui--refund .refund-visual{max-width:760px;margin-inline:auto}
body.weblatis-public-ui--refund .refund-overview__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
body.weblatis-public-ui--refund .refund-layout{grid-template-columns:1fr}
body.weblatis-public-ui--refund .refund-toc{position:static}
body.weblatis-public-ui--refund .refund-toc nav{grid-template-columns:repeat(3,minmax(0,1fr))}
body.weblatis-public-ui--refund .refund-contact-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:720px){
body.weblatis-public-ui--refund .refund-hero{padding:34px 0 78px}
body.weblatis-public-ui--refund .refund-breadcrumb{margin-bottom:30px}
body.weblatis-public-ui--refund .refund-hero__copy h1{font-size:clamp(40px,13vw,58px)}
body.weblatis-public-ui--refund .refund-hero__copy>p{font-size:16px}
body.weblatis-public-ui--refund .refund-meta{display:grid;gap:9px}
body.weblatis-public-ui--refund .refund-hero__actions{display:grid}
body.weblatis-public-ui--refund .refund-hero__actions .button{width:100%}
body.weblatis-public-ui--refund .refund-visual{border-radius:24px}
body.weblatis-public-ui--refund .refund-overview{margin-top:-32px}
body.weblatis-public-ui--refund .refund-overview__grid{grid-template-columns:1fr}
body.weblatis-public-ui--refund .refund-section{padding:64px 0 76px}
body.weblatis-public-ui--refund .refund-toc nav{display:flex;overflow:auto;padding-bottom:4px;scrollbar-width:thin}
body.weblatis-public-ui--refund .refund-toc nav a{flex:0 0 auto;white-space:nowrap}
body.weblatis-public-ui--refund .refund-intro,body.weblatis-public-ui--refund .policy-card{padding:23px}
body.weblatis-public-ui--refund .policy-card p,body.weblatis-public-ui--refund .policy-card li{font-size:15.5px}
body.weblatis-public-ui--refund .policy-grid{grid-template-columns:1fr}
body.weblatis-public-ui--refund .refund-contact-cta{padding:34px 24px}
body.weblatis-public-ui--refund .refund-contact-cta .button{width:100%}
}
@media(prefers-reduced-motion:reduce){
body.weblatis-public-ui--refund .refund-page *,body.weblatis-public-ui--refund .refund-page *:before,body.weblatis-public-ui--refund .refund-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
