/* Site chrome + inner page heroes — driven by [data-theme] tokens */
:root{--site-gutter:1rem;--site-shell:80rem}
@media(min-width:640px){:root{--site-gutter:1.5rem}}
@media(min-width:1024px){:root{--site-gutter:2rem}}
html{overflow-x:clip}
.full-bleed{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.site-shell{max-width:var(--site-shell);margin-left:auto;margin-right:auto;padding-left:var(--site-gutter);padding-right:var(--site-gutter)}
.premium-body{background:var(--theme-page-bg,#f4f6fa);color:var(--theme-heading);min-height:100vh}
.premium-header{background:var(--theme-chrome-bg,rgba(255,255,255,.97));color:var(--theme-chrome-fg,var(--theme-heading));border-bottom:1px solid var(--theme-chrome-border,rgba(0,0,0,.06));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.premium-header-login{display:inline-flex;align-items:center;gap:.5rem;padding:10px 20px;white-space:nowrap;border-radius:var(--theme-radius-pill,999px);font-weight:600;font-size:14px;text-decoration:none;color:var(--theme-chrome-fg);border:1.5px solid transparent;transition:background .2s,color .2s,transform .2s}
[data-theme="1"] .premium-header-login,[data-theme="5"] .premium-header-login{background:var(--theme-heading);color:var(--theme-hero-from)}
[data-theme="2"] .premium-header-login{background:var(--theme-chrome-fg);color:var(--theme-chrome-bg)}
[data-theme="3"] .premium-header-login{border-color:var(--theme-heading);color:var(--theme-heading)}
[data-theme="3"] .premium-header-login:hover{background:var(--theme-heading);color:#fff}
[data-theme="4"] .premium-header-login{background:linear-gradient(135deg,var(--theme-hero-highlight),var(--theme-hero-highlight-hover));color:var(--theme-hero-ground);box-shadow:0 8px 24px color-mix(in srgb,var(--theme-hero-highlight) 35%,transparent)}
[data-theme="2"] .premium-header .brand-logo,[data-theme="4"] .premium-header .brand-logo{filter:brightness(0) invert(1)}
[data-theme="2"] .premium-header a.text-gray-500,[data-theme="4"] .premium-header a.text-gray-500{color:var(--theme-chrome-muted)!important}
[data-theme="2"] .premium-header a.text-gray-500:hover,[data-theme="4"] .premium-header a.text-gray-500:hover{color:var(--theme-chrome-fg)!important}
.premium-footer{background:var(--theme-hero-ground-2,var(--theme-primary-dark));border-top:2px solid var(--theme-hero-highlight,var(--theme-primary))}
.premium-footer-tagline{font-family:var(--theme-display-font),Georgia,serif}
.premium-surface{background:var(--theme-surface,#fff);border:1px solid var(--theme-line,rgba(0,0,0,.08));border-radius:var(--theme-radius-lg,12px);box-shadow:var(--theme-shadow)}
.premium-surface-tint{background:linear-gradient(135deg,var(--theme-surface-tint,#f0f4ff),var(--theme-page-bg,#fff))}
.premium-surface h2,.premium-surface-tint h2{font-family:var(--theme-display-font),Georgia,serif;font-size:1.25rem;font-weight:600;line-height:1.35;color:var(--theme-heading);margin:0 0 1.25rem}
.premium-surface h3,.premium-surface-tint h3{font-family:'Inter',system-ui,sans-serif;font-size:.9375rem;font-weight:600;line-height:1.4;color:var(--theme-heading);margin:0 0 .35rem}
.premium-surface p,.premium-surface-tint p{font-size:.9375rem;line-height:1.6;color:var(--theme-text-muted)}
.premium-surface label{font-size:.875rem;font-weight:500;line-height:1.4;color:var(--theme-heading)}
.premium-form-hint{font-size:.8125rem;line-height:1.5;color:var(--theme-text-muted)}
.premium-surface .premium-input{font-size:.9375rem;line-height:1.5}
.premium-surface .premium-input::placeholder{font-size:.9375rem;color:color-mix(in srgb,var(--theme-text-muted) 70%,transparent)}
.premium-page-content{width:100%;padding-bottom:3rem}
.premium-contact-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:var(--theme-radius-md,8px);background:color-mix(in srgb,var(--theme-accent) 10%,var(--theme-surface));color:var(--theme-accent);font-size:1.125rem}
.premium-social-link{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--theme-radius-md,8px);border:1px solid var(--theme-line);background:var(--theme-surface);color:var(--theme-heading);text-decoration:none;transition:border-color .15s,color .15s,background .15s}
.premium-social-link:hover{border-color:var(--theme-accent);color:var(--theme-accent);background:color-mix(in srgb,var(--theme-accent) 6%,var(--theme-surface))}
.premium-inner-main{padding-bottom:2rem}
.premium-input{width:100%;border:1.5px solid var(--theme-line);border-radius:var(--theme-radius-md,8px);padding:.75rem 1rem;font-size:1rem;color:var(--theme-heading);background:var(--theme-surface)}
.premium-input:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-accent) 15%,transparent)}
.page-hero{position:relative;overflow:visible;margin-top:-1.5rem;margin-bottom:1.5rem;color:var(--theme-heading)}
.premium-card h2 a,.premium-card h3 a{color:inherit;text-decoration:none}
.premium-card h2 a:visited,.premium-card h3 a:visited{color:inherit}
.premium-card h2 a:hover,.premium-card h3 a:hover{color:var(--theme-accent)}
[data-theme="2"] .page-hero__eyebrow,[data-theme="3"] .page-hero__eyebrow,[data-theme="4"] .page-hero__eyebrow{color:var(--theme-hero-highlight)}
[data-theme="2"] .page-hero__crumb a,[data-theme="3"] .page-hero__crumb a,[data-theme="4"] .page-hero__crumb a{color:#c3d0e6}
[data-theme="2"] .page-hero__crumb a:hover,[data-theme="3"] .page-hero__crumb a:hover,[data-theme="4"] .page-hero__crumb a:hover{color:#fff}
.page-hero__inner{max-width:var(--site-shell);margin:0 auto;padding:3rem var(--site-gutter) 2.75rem}
.page-hero--compact .page-hero__inner{padding:2.25rem var(--site-gutter) 2rem}
.page-hero--center{text-align:center}
.page-hero--center .page-hero__crumb{display:flex;justify-content:center;flex-wrap:wrap;gap:0}
.page-hero--center .page-hero__subtitle{margin-left:auto;margin-right:auto}
.premium-section-sub{color:var(--theme-text-muted)}
.premium-card:hover h3{color:var(--theme-accent)}
.premium-body .text-gray-900{color:var(--theme-heading)}
.premium-body .text-gray-800{color:color-mix(in srgb,var(--theme-heading) 88%,transparent)}
.premium-body .text-gray-700,.premium-body .text-gray-600{color:var(--theme-text-muted)}
.premium-body .text-gray-500{color:color-mix(in srgb,var(--theme-text-muted) 85%,transparent)}
.page-hero__crumb{font-size:.875rem;margin-bottom:1rem;color:var(--theme-text-muted)}
.page-hero__crumb a{color:var(--theme-accent);text-decoration:none}
.page-hero__crumb-sep{margin:0 .35rem;opacity:.5}
.page-hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--theme-accent);margin-bottom:1rem}
.page-hero__title{font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.1;margin:0 0 .75rem;max-width:22ch}
.page-hero--center .page-hero__title{max-width:none;margin-left:auto;margin-right:auto}
.page-hero__subtitle{font-size:1.125rem;line-height:1.6;color:var(--theme-text-muted);max-width:42rem;margin:0}
.page-hero__grad{font-style:inherit}
[data-theme="1"] .page-hero{background:var(--theme-hero-from);border-bottom:1px solid var(--theme-line)}
[data-theme="1"] .page-hero__title{font-family:'Newsreader',Georgia,serif;font-weight:400}
[data-theme="2"] .page-hero{background:var(--theme-hero-ground);color:var(--theme-chrome-fg)}
[data-theme="2"] .page-hero__subtitle,[data-theme="2"] .page-hero__crumb{color:var(--theme-chrome-muted)}
[data-theme="2"] .page-hero__title{color:var(--theme-chrome-fg)}
[data-theme="3"] .page-hero{background:linear-gradient(160deg,var(--theme-hero-ground),var(--theme-hero-ground-2),var(--theme-primary));color:#fff}
[data-theme="3"] .page-hero__subtitle,[data-theme="3"] .page-hero__crumb{color:#c3d0e6}
[data-theme="3"] .page-hero__grad{background:linear-gradient(90deg,var(--theme-hero-highlight),#fde68a);-webkit-background-clip:text;background-clip:text;color:transparent}
[data-theme="4"] .page-hero{background:var(--theme-hero-ground);color:#fff;text-align:center}
[data-theme="4"] .page-hero__subtitle,[data-theme="4"] .page-hero__crumb{color:#9fb2d1}
[data-theme="4"] .page-hero__grad{background:linear-gradient(90deg,var(--theme-hero-highlight),#fff,var(--theme-hero-highlight-hover));-webkit-background-clip:text;background-clip:text;color:transparent}
[data-theme="5"] .page-hero{background:var(--theme-hero-from);border-bottom:1px solid var(--theme-line)}
[data-theme="5"] .page-hero__grad{font-style:italic;color:var(--theme-primary)}
[data-theme="2"] .premium-hero,[data-theme="3"] .premium-hero,[data-theme="4"] .premium-hero{background:linear-gradient(145deg,var(--theme-hero-ground),var(--theme-hero-ground-2));border-color:rgba(255,255,255,.12);color:#fff}
[data-theme="2"] .premium-hero .text-gray-900,[data-theme="3"] .premium-hero .text-gray-900,[data-theme="4"] .premium-hero .text-gray-900{color:#fff!important}
[data-theme="2"] .premium-hero .text-gray-600,[data-theme="3"] .premium-hero .text-gray-600,[data-theme="4"] .premium-hero .text-gray-600,
[data-theme="2"] .premium-hero .text-gray-500,[data-theme="3"] .premium-hero .text-gray-500,[data-theme="4"] .premium-hero .text-gray-500{color:#c3d0e6!important}
[data-theme="2"] .premium-hero .text-gray-800,[data-theme="3"] .premium-hero .text-gray-800,[data-theme="4"] .premium-hero .text-gray-800,
[data-theme="2"] .premium-hero .text-gray-700,[data-theme="3"] .premium-hero .text-gray-700,[data-theme="4"] .premium-hero .text-gray-700{color:#e2e8f0!important}
[data-theme="2"] .premium-hero .text-gray-400,[data-theme="3"] .premium-hero .text-gray-400,[data-theme="4"] .premium-hero .text-gray-400{color:#9fb2d1!important}
[data-theme="2"] .premium-hero [class*="border-gray-"],[data-theme="3"] .premium-hero [class*="border-gray-"],[data-theme="4"] .premium-hero [class*="border-gray-"]{border-color:rgba(255,255,255,.14)!important}
[data-theme="2"] .premium-hero .bg-gray-50,[data-theme="3"] .premium-hero .bg-gray-50,[data-theme="4"] .premium-hero .bg-gray-50,
[data-theme="2"] .premium-hero .bg-gray-100,[data-theme="3"] .premium-hero .bg-gray-100,[data-theme="4"] .premium-hero .bg-gray-100{background-color:rgba(255,255,255,.08)!important}
.premium-hero__title{font-family:var(--theme-display-font),Georgia,serif;font-weight:var(--theme-display-weight,700);color:var(--theme-heading)}
.premium-hero__muted{color:var(--theme-text-muted)}
.premium-hero__stat{color:var(--theme-text-muted)}
.premium-hero__panel{background:color-mix(in srgb,var(--theme-surface) 92%,transparent);border:1px solid var(--theme-line);border-radius:var(--theme-radius-lg,12px)}
[data-theme="2"] .premium-hero .premium-hero__title,[data-theme="3"] .premium-hero .premium-hero__title,[data-theme="4"] .premium-hero .premium-hero__title{color:#fff}
[data-theme="2"] .premium-hero .premium-hero__muted,[data-theme="3"] .premium-hero .premium-hero__muted,[data-theme="4"] .premium-hero .premium-hero__muted{color:#c3d0e6}
[data-theme="2"] .premium-hero .premium-hero__panel,[data-theme="3"] .premium-hero .premium-hero__panel,[data-theme="4"] .premium-hero .premium-hero__panel{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15)}
.premium-crumb a{color:var(--theme-accent);text-decoration:none}
.premium-crumb a:hover{text-decoration:underline}
.premium-crumb .premium-crumb-current{color:var(--theme-heading);font-weight:600}
.premium-card{background:var(--theme-surface);border:1px solid var(--theme-line);border-radius:var(--theme-radius-lg,12px);box-shadow:var(--theme-shadow);transition:box-shadow .2s,transform .2s}
.premium-card:hover{box-shadow:0 12px 32px color-mix(in srgb,var(--theme-heading) 8%,transparent)}
.premium-card__title{font-family:'Inter',system-ui,sans-serif;font-size:1.0625rem;font-weight:500;line-height:1.35;color:var(--theme-heading);letter-spacing:-0.01em;margin:0 0 .75rem}
.premium-card__title a{font-weight:inherit;color:inherit}
.premium-course-icon{background:var(--theme-primary);border-radius:var(--theme-radius-md,8px);padding:.75rem}
.premium-cta-secondary{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:var(--theme-radius-md,8px);color:var(--theme-primary);background:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-surface));text-decoration:none;transition:background .15s}
.premium-cta-secondary:hover{background:color-mix(in srgb,var(--theme-primary) 18%,var(--theme-surface))}
[data-theme="2"] .premium-cta,[data-theme="4"] .premium-cta{background:linear-gradient(135deg,var(--theme-hero-highlight),var(--theme-hero-highlight-hover));color:var(--theme-hero-ground)!important}
[data-theme="2"] .premium-cta:hover,[data-theme="4"] .premium-cta:hover{filter:brightness(1.05)}
.search-pagination{display:inline-flex;border-radius:var(--theme-radius-md,8px);overflow:hidden;border:1px solid var(--theme-line);box-shadow:var(--theme-shadow)}
.search-pagination__link,.search-pagination__edge{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .875rem;font-size:.875rem;font-weight:500;background:var(--theme-surface);color:var(--theme-text-muted);border-right:1px solid var(--theme-line);text-decoration:none;transition:background .15s,color .15s}
.search-pagination__edge{border-right:1px solid var(--theme-line)}
.search-pagination__link:last-child,.search-pagination__edge:last-child{border-right:none}
.search-pagination__link:hover,.search-pagination__edge:hover{background:color-mix(in srgb,var(--theme-accent) 6%,var(--theme-surface))}
.search-pagination__link--active{background:color-mix(in srgb,var(--theme-accent) 12%,var(--theme-surface));color:var(--theme-accent);font-weight:600}
.premium-lang-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;border:1.5px solid var(--theme-chrome-border,var(--theme-line));border-radius:var(--theme-radius-md,8px);background:var(--theme-chrome-bg,var(--theme-surface));color:var(--theme-chrome-fg,var(--theme-heading));cursor:pointer;transition:border-color .15s,background .15s}
.premium-lang-btn:hover{border-color:var(--theme-accent)}
.premium-lang-menu{position:absolute;right:0;width:14rem;border-radius:var(--theme-radius-md,8px);background:var(--theme-surface);border:1px solid var(--theme-line);box-shadow:0 12px 40px rgba(0,0,0,.12);z-index:50}
.premium-lang-item{display:block;padding:.5rem 1rem;font-size:.875rem;color:var(--theme-heading);text-decoration:none;transition:background .15s}
.premium-lang-item:hover{background:color-mix(in srgb,var(--theme-accent) 8%,var(--theme-surface))}
.premium-lang-item--active{background:color-mix(in srgb,var(--theme-accent) 10%,var(--theme-surface));font-weight:600}
.premium-lang-check{margin-left:.5rem;color:var(--theme-accent)}
.premium-policy-h2{font-size:1.25rem;font-weight:600;color:var(--theme-heading);margin-top:1.5rem;margin-bottom:.5rem}
.premium-invoice-course{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;border-radius:var(--theme-radius-lg,12px);margin-bottom:2rem}
.premium-invoice-course__label{font-size:.875rem;color:var(--theme-accent);margin-bottom:.25rem}
.premium-invoice-course__fee{font-size:1.5rem;font-weight:700;color:var(--theme-heading)}
.premium-alert{padding:1rem 1.25rem;border-radius:var(--theme-radius-md,8px);margin-bottom:1rem;font-weight:600}
.premium-alert--success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}
.premium-alert--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.premium-spinner{border-bottom-color:var(--theme-accent)!important}
.premium-btn-ghost{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border:1px solid var(--theme-line);border-radius:var(--theme-radius-md,8px);color:var(--theme-heading);text-decoration:none;transition:background .15s}
.premium-btn-ghost:hover{background:color-mix(in srgb,var(--theme-heading) 4%,var(--theme-surface))}
.premium-status-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:999px;background:#ecfdf5;margin:0 auto 1rem}
.premium-status-icon svg{color:#059669}
.premium-back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem;border:none;border-radius:999px;background:var(--theme-primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px color-mix(in srgb,var(--theme-primary) 35%,transparent);opacity:0;pointer-events:none;transition:opacity .3s,transform .2s,background .2s;z-index:40;cursor:pointer}
.premium-back-to-top.is-visible{opacity:1;pointer-events:auto}
.premium-back-to-top:hover{background:var(--theme-action-hover);transform:scale(1.08)}
.premium-mobile-cta{display:block;width:100%;text-align:center}
