@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

:root {
  --skillhc-green: #55f21a;
  --skillhc-green-strong: #2fd000;
  --skillhc-green-soft: rgba(85, 242, 26, 0.12);
  --skillhc-bg: #050806;
  --skillhc-surface: rgba(12, 18, 14, 0.9);
  --skillhc-surface-2: rgba(16, 25, 19, 0.82);
  --skillhc-border: rgba(255, 255, 255, 0.1);
  --skillhc-text: #f5f8f5;
  --skillhc-muted: #9ba89e;
  --skillhc-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
  font-family: "Montserrat", system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
#vpln-configurator,
#ostatnie-zakupy { scroll-margin-top: 100px; }

body {
  margin: 0;
  color: var(--skillhc-text);
  background:
    radial-gradient(circle at 15% 8%, rgba(67, 228, 19, 0.1), transparent 28rem),
    radial-gradient(circle at 85% 48%, rgba(39, 150, 12, 0.09), transparent 36rem),
    var(--skillhc-bg);
  font-weight: 500;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 8, 6, 0.82);
  border-bottom: 1px solid var(--skillhc-border);
  backdrop-filter: blur(18px) saturate(1.25);
}

.header-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 12px; box-shadow: 0 0 0 1px rgba(85, 242, 26, 0.3), 0 10px 26px rgba(24, 211, 0, 0.18); }
.brand span { font-size: 1.2rem; letter-spacing: -0.04em; }
.brand strong { font-weight: 800; }
.brand b { color: var(--skillhc-green); font-weight: 800; }

.main-nav { display: flex; align-items: center; gap: 26px; margin: 0 auto; }
.main-nav a {
  position: relative;
  padding: 28px 0 25px;
  color: #b5beb7;
  font-size: 0.84rem;
  font-weight: 600;
  transition: color 180ms ease, font-weight 180ms ease, transform 180ms ease;
}
.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--skillhc-green);
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(85, 242, 26, 0.7);
  transform: scaleX(0);
  transition: transform 180ms ease;
}
.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.active { color: var(--skillhc-green); font-weight: 800; transform: translateY(-1px); }
.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.active::after { transform: scaleX(1); }

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 12px;
  padding: 0 18px;
  font-size: 0.8rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}
.header-cta { color: #071006; background: linear-gradient(135deg, #73ff3f, var(--skillhc-green-strong)); box-shadow: 0 9px 28px rgba(48, 221, 6, 0.2); }
.header-cta:hover,
.header-cta:focus-visible,
.button:hover,
.button:focus-visible { transform: translateY(-3px); }
.header-cta:hover,
.header-cta:focus-visible { box-shadow: 0 12px 36px rgba(57, 237, 12, 0.36); }
.header-cta svg { fill: currentColor; stroke: none; }

.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: var(--skillhc-text); padding: 9px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; border-radius: 10px; }

.hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, #050806 6%, rgba(5, 8, 6, 0.98) 33%, rgba(5, 8, 6, 0.42) 70%, rgba(5, 8, 6, 0.6) 100%),
    linear-gradient(0deg, #050806 0%, transparent 20%),
    url("assets/skillhc-hero.webp") center / cover no-repeat;
  overflow: hidden;
}
.hero::after { position: absolute; inset: 0; content: ""; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, #000, transparent 68%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); margin: auto; padding: 80px 0 95px; }
.hero-logo { display: block; width: 118px; height: 118px; object-fit: cover; border: 1px solid rgba(85,242,26,.34); border-radius: 24px; margin: 22px 0 18px; box-shadow: 0 22px 70px rgba(45, 208, 0, .18); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #aeb9b0; text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; font-weight: 800; }
.eyebrow i { width: 21px; height: 2px; background: var(--skillhc-green); border-radius: 10px; box-shadow: 0 0 10px rgba(85,242,26,.55); }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(3.1rem, 7vw, 6.8rem); line-height: .91; letter-spacing: -.065em; font-weight: 800; }
.hero h1 em { color: var(--skillhc-green); font-style: normal; text-shadow: 0 0 38px rgba(85, 242, 26, .19); }
.hero > .hero-content > p { max-width: 570px; margin: 25px 0 0; color: var(--skillhc-muted); font-size: .97rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { border: 1px solid transparent; cursor: pointer; }
.button-primary { color: #071006; background: linear-gradient(135deg, #72ff3b, #30d000); box-shadow: 0 14px 36px rgba(51, 221, 8, .2); }
.button-primary:hover { box-shadow: 0 17px 44px rgba(51, 221, 8, .36); }
.button-quiet { color: var(--skillhc-text); border-color: var(--skillhc-border); background: rgba(255,255,255,.045); }
.button-quiet:hover { border-color: rgba(85,242,26,.42); background: rgba(85,242,26,.08); }
.button-quiet span { display: grid; text-align: left; line-height: 1.15; }
.button-quiet small { color: var(--skillhc-muted); font-size: .57rem; text-transform: uppercase; letter-spacing: .08em; }
.server-status { display: flex; align-items: center; gap: 7px; margin-top: 26px; color: var(--skillhc-muted); font-size: .72rem; }
.server-status > span { width: 8px; height: 8px; background: var(--skillhc-green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(85,242,26,.11), 0 0 16px rgba(85,242,26,.75); }
.server-status strong { color: #c9d4cb; }
.server-status b { color: #526057; }

.benefits {
  position: relative;
  z-index: 4;
  width: min(1180px, calc(100% - 40px));
  margin: -38px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--skillhc-border);
  border-radius: 20px;
  background: rgba(10, 16, 12, .94);
  box-shadow: var(--skillhc-shadow);
  backdrop-filter: blur(18px);
}
.benefits article { display: flex; align-items: center; gap: 16px; min-height: 112px; padding: 24px 28px; }
.benefits article + article { border-left: 1px solid var(--skillhc-border); }
.benefits svg { width: 25px; height: 25px; color: var(--skillhc-green); filter: drop-shadow(0 0 8px rgba(85,242,26,.32)); }
.benefits div { display: grid; gap: 6px; }
.benefits strong { font-size: .78rem; font-weight: 800; }
.benefits span { color: var(--skillhc-muted); font-size: .67rem; }

.vpln-section {
  width: min(1180px, calc(100% - 40px));
  margin: 96px auto 0;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 42px;
  align-items: center;
}
.vpln-intro h2 { max-width: 540px; margin: 14px 0 20px; font-size: clamp(2.2rem, 4.7vw, 4.4rem); line-height: 1.02; letter-spacing: -.06em; font-weight: 800; }
.vpln-intro h2 em { color: var(--skillhc-green); font-style: normal; }
.vpln-intro > p { max-width: 500px; margin: 0; color: var(--skillhc-muted); font-size: .77rem; line-height: 1.8; }
.vpln-features { display: grid; gap: 12px; margin-top: 28px; }
.vpln-features span { display: flex; align-items: center; gap: 12px; color: #c0c9c2; font-size: .69rem; font-weight: 700; }
.vpln-features b { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(85,242,26,.25); border-radius: 9px; color: var(--skillhc-green); background: rgba(85,242,26,.07); font-size: .55rem; }

.vpln-configurator {
  position: relative;
  padding: 32px;
  border: 1px solid rgba(85,242,26,.25);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(20,32,23,.96), rgba(8,13,10,.98));
  box-shadow: 0 26px 75px rgba(0,0,0,.32), 0 0 80px rgba(52,205,14,.05);
  overflow: hidden;
}
.vpln-configurator::before { position: absolute; top: -130px; right: -100px; width: 300px; height: 300px; content: ""; border-radius: 50%; background: rgba(85,242,26,.1); filter: blur(60px); pointer-events: none; }
.vpln-value-row { position: relative; display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.vpln-value-row > div { display: grid; gap: 8px; }
.vpln-value-row small,
.vpln-summary small { color: var(--skillhc-muted); text-transform: uppercase; letter-spacing: .11em; font-size: .56rem; font-weight: 800; }
.vpln-value-row strong { color: var(--skillhc-green); font-size: clamp(2.5rem, 6vw, 4.2rem); line-height: 1; letter-spacing: -.055em; font-weight: 800; }
.vpln-value-row strong span { color: #a7b2aa; font-size: .38em; letter-spacing: -.02em; }
.vpln-live { display: inline-flex; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid rgba(85,242,26,.18); border-radius: 9px; color: #b7c2b9; background: rgba(85,242,26,.06); font-size: .55rem; font-weight: 700; }
.vpln-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--skillhc-green); box-shadow: 0 0 10px rgba(85,242,26,.7); }
.vpln-range-label { display: block; margin: 30px 0 14px; color: #c3ccc5; font-size: .64rem; font-weight: 700; }
.vpln-range {
  --range-progress: 25%;
  width: 100%;
  height: 8px;
  margin: 0;
  border-radius: 99px;
  appearance: none;
  cursor: pointer;
  background: linear-gradient(90deg, var(--skillhc-green) 0 var(--range-progress), rgba(255,255,255,.1) var(--range-progress) 100%);
  outline-offset: 7px;
}
.vpln-range::-webkit-slider-thumb { width: 27px; height: 27px; appearance: none; border: 5px solid #0c140e; border-radius: 50%; background: var(--skillhc-green); box-shadow: 0 0 0 2px rgba(85,242,26,.5), 0 6px 18px rgba(58,223,15,.32); transition: transform 150ms ease, box-shadow 150ms ease; }
.vpln-range::-moz-range-thumb { width: 18px; height: 18px; border: 5px solid #0c140e; border-radius: 50%; background: var(--skillhc-green); box-shadow: 0 0 0 2px rgba(85,242,26,.5), 0 6px 18px rgba(58,223,15,.32); }
.vpln-range:hover::-webkit-slider-thumb { transform: scale(1.12); box-shadow: 0 0 0 3px rgba(85,242,26,.55), 0 8px 24px rgba(58,223,15,.4); }
.vpln-limits { display: flex; justify-content: space-between; margin-top: 11px; color: #78847b; font-size: .54rem; font-weight: 700; }
.vpln-presets { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 22px; }
.vpln-presets button { min-height: 39px; border: 1px solid var(--skillhc-border); border-radius: 9px; color: #aab5ad; background: rgba(255,255,255,.025); cursor: pointer; font-size: .62rem; font-weight: 800; transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease; }
.vpln-presets button:hover,
.vpln-presets button:focus-visible,
.vpln-presets button.active { color: #071006; border-color: var(--skillhc-green); background: var(--skillhc-green); transform: translateY(-2px); }
.vpln-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; padding: 20px 0; border-top: 1px solid var(--skillhc-border); border-bottom: 1px solid var(--skillhc-border); }
.vpln-summary > div { display: grid; gap: 6px; }
.vpln-summary > div + div { padding-left: 20px; border-left: 1px solid var(--skillhc-border); }
.vpln-summary strong { font-size: 1.15rem; font-weight: 800; }
.vpln-summary > div:first-child strong { color: var(--skillhc-green); }
.vpln-summary span { color: #7f8a82; font-size: .56rem; }
.terms-check { display: flex; align-items: center; gap: 10px; margin: 18px 0; color: #a9b3ab; font-size: .62rem; cursor: pointer; }
.terms-check input { width: 17px; height: 17px; accent-color: var(--skillhc-green); }
.terms-check a { color: var(--skillhc-green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.vpln-buy { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; min-height: 50px; border: 0; border-radius: 12px; color: #071006; background: linear-gradient(135deg, #72ff3b, var(--skillhc-green-strong)); box-shadow: 0 13px 32px rgba(51,221,8,.2); cursor: pointer; font-size: .75rem; font-weight: 800; transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease; }
.vpln-buy:not(:disabled):hover { transform: translateY(-3px); box-shadow: 0 17px 42px rgba(51,221,8,.34); }
.vpln-buy:disabled { opacity: .34; cursor: not-allowed; box-shadow: none; }

.purchase-section { align-items: start; padding-bottom: 34px; }
.purchase-intro { position: sticky; top: 112px; padding-top: 28px; }
.purchase-intro .purchase-lead { margin-bottom: 8px; color: #dce5de; font-weight: 700; }
.purchase-form { display: grid; gap: 18px; }
.purchase-form-head { position: relative; display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 21px; border-bottom: 1px solid var(--skillhc-border); }
.purchase-form-head > div { display: grid; gap: 6px; }
.purchase-form-head small { color: var(--skillhc-muted); text-transform: uppercase; letter-spacing: .1em; font-size: .55rem; font-weight: 800; }
.purchase-form-head h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.035em; font-weight: 800; }
.vishop-notice { margin: 0; padding: 13px 15px; border: 1px solid rgba(85,242,26,.18); border-radius: 11px; color: #91a097; background: rgba(85,242,26,.045); font-size: .6rem; line-height: 1.7; }
.vishop-notice strong { color: #dff8d7; }
.purchase-field { display: grid; gap: 9px; }
.purchase-field > span,
.purchase-label-row label { color: #c5cec7; font-size: .64rem; font-weight: 800; }
.purchase-field > span small { color: #7d8980; font-size: .84em; font-weight: 600; }
.purchase-field input,
.purchase-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid var(--skillhc-border);
  border-radius: 11px;
  color: var(--skillhc-text);
  background: rgba(255,255,255,.035);
  outline: none;
  font-size: .72rem;
  font-weight: 700;
  transition: border-color 170ms ease, box-shadow 170ms ease, background 170ms ease;
}
.purchase-field input::placeholder { color: #6f7a72; }
.purchase-field select { appearance: auto; cursor: pointer; }
.purchase-field select option { color: #edf3ee; background: #0b120d; }
.purchase-field input:hover,
.purchase-field select:hover { border-color: rgba(85,242,26,.3); }
.purchase-field input:focus,
.purchase-field select:focus { border-color: rgba(85,242,26,.65); background: rgba(85,242,26,.045); box-shadow: 0 0 0 4px rgba(85,242,26,.08); }
.amount-field { padding: 18px 0 3px; }
.purchase-label-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.purchase-label-row span { color: var(--skillhc-green); font-size: .67rem; font-weight: 800; }
.amount-field .vpln-range { margin-top: 10px; }
.purchase-total { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 5px 16px; margin-top: 2px; padding: 19px 20px; border: 1px solid rgba(85,242,26,.19); border-radius: 13px; background: rgba(85,242,26,.055); }
.purchase-total > span { color: #aab5ad; text-transform: uppercase; letter-spacing: .1em; font-size: .56rem; font-weight: 800; }
.purchase-total strong { grid-row: 1 / 3; grid-column: 2; justify-self: end; color: var(--skillhc-green); font-size: 1.7rem; letter-spacing: -.04em; font-weight: 800; }
.purchase-total small { color: #77827a; font-size: .55rem; }

.supporters-section { width: min(1180px, calc(100% - 40px)); margin: 72px auto 110px; }
.supporters-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 25px; }
.supporters-heading h2 { margin: 11px 0 0; font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -.05em; font-weight: 800; }
.supporters-heading p { margin: 0; color: var(--skillhc-muted); font-size: .68rem; }
.supporters-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.supporter-card { position: relative; min-height: 122px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; padding: 23px; border: 1px solid var(--skillhc-border); border-radius: 18px; background: linear-gradient(145deg, rgba(18,28,21,.9), rgba(8,13,10,.96)); overflow: hidden; }
.supporter-card::after { position: absolute; top: -60px; right: -30px; width: 160px; height: 160px; border-radius: 50%; content: ""; background: rgba(85,242,26,.08); filter: blur(35px); }
.supporter-label { position: absolute; top: 15px; right: 17px; color: #7c887f; text-transform: uppercase; letter-spacing: .1em; font-size: .5rem; font-weight: 800; }
.supporter-avatar { position: relative; z-index: 1; display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid rgba(85,242,26,.36); border-radius: 16px; color: #071006; background: linear-gradient(145deg, #74ff42, #30cd06); font-size: 1.35rem; font-weight: 800; box-shadow: 0 12px 30px rgba(53,220,10,.16); }
.supporter-card > div:last-child { position: relative; z-index: 1; display: grid; gap: 7px; min-width: 0; }
.supporter-card strong { overflow: hidden; font-size: .9rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.supporter-card > div:last-child span { color: var(--skillhc-muted); font-size: .6rem; }

.shop-section { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 105px 0 115px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.section-heading h2 { margin: 12px 0 0; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1; letter-spacing: -.05em; font-weight: 800; }
.section-heading p { margin: 0; color: var(--skillhc-muted); font-size: .78rem; }
.category-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin: 35px 0 26px; }
.category-tab { position: relative; border: 1px solid var(--skillhc-border); border-radius: 11px; padding: 12px 16px; color: #aab5ad; background: rgba(255,255,255,.025); cursor: pointer; font-size: .72rem; font-weight: 700; transition: all 180ms ease; }
.category-tab:hover,
.category-tab:focus-visible,
.category-tab.active { color: #071006; font-weight: 800; border-color: var(--skillhc-green); background: var(--skillhc-green); box-shadow: 0 10px 28px rgba(85,242,26,.18); transform: translateY(-2px); }

.shop-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 22px; align-items: start; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-card,
.richest-player {
  position: relative;
  border: 1px solid var(--skillhc-border);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(19,29,22,.9), rgba(8,13,10,.96));
  box-shadow: 0 18px 50px rgba(0,0,0,.2);
  overflow: hidden;
}
.product-card { min-height: 430px; padding: 27px; display: flex; flex-direction: column; transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease; }
.product-card::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 10% 0%, rgba(85,242,26,.1), transparent 40%); opacity: 0; transition: opacity 200ms ease; }
.product-card:hover { transform: translateY(-7px); border-color: rgba(85,242,26,.5); box-shadow: 0 24px 65px rgba(0,0,0,.34), 0 0 0 1px rgba(85,242,26,.08); }
.product-card:hover::before { opacity: 1; }
.product-card[hidden] { display: none; }
.product-card.featured { border-color: rgba(85,242,26,.28); }
.product-badge { position: absolute; top: 17px; right: 17px; padding: 7px 9px; border-radius: 8px; color: var(--skillhc-green); background: rgba(85,242,26,.09); text-transform: uppercase; letter-spacing: .07em; font-size: .52rem; font-weight: 800; }
.product-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 23px; border: 1px solid rgba(85,242,26,.23); border-radius: 14px; color: var(--skillhc-green); background: rgba(85,242,26,.08); font-size: 1.35rem; font-weight: 800; box-shadow: inset 0 1px rgba(255,255,255,.04); }
.product-icon svg { width: 27px; height: 27px; }
.product-type { color: var(--skillhc-muted); text-transform: uppercase; letter-spacing: .1em; font-size: .57rem; font-weight: 700; }
.product-card h3 { margin: 7px 0 18px; font-size: 1.55rem; letter-spacing: -.04em; font-weight: 800; }
.product-card ul { display: grid; gap: 11px; padding: 0; margin: 0 0 25px; list-style: none; color: #a5b0a8; font-size: .68rem; }
.product-card li::before { content: "✓"; margin-right: 9px; color: var(--skillhc-green); font-weight: 800; }
.product-bottom { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--skillhc-border); }
.product-bottom > div { display: grid; }
.product-bottom small { color: var(--skillhc-muted); font-size: .6rem; }
.product-bottom strong { font-size: 1.12rem; font-weight: 800; }
.product-bottom a { display: inline-flex; align-items: center; gap: 4px; color: var(--skillhc-green); font-size: .7rem; font-weight: 800; }
.product-bottom a svg { width: 14px; transition: transform 180ms ease; }
.product-card:hover .product-bottom a { text-decoration: underline; text-underline-offset: 4px; }
.product-bottom a:hover svg { transform: translateX(4px); }

.richest-player { position: sticky; top: 100px; padding: 28px 24px; text-align: center; }
.richest-player::before { position: absolute; inset: 0 0 auto; height: 130px; content: ""; background: radial-gradient(circle at top, rgba(85,242,26,.18), transparent 68%); }
.richest-player .eyebrow { position: relative; justify-content: center; font-size: .55rem; }
.player-avatar { position: relative; display: grid; place-items: center; width: 82px; height: 82px; margin: 25px auto 16px; border: 1px solid rgba(85,242,26,.4); border-radius: 20px; color: #071006; background: linear-gradient(145deg, #74ff42, #30cd06); font-size: 1.8rem; font-weight: 800; box-shadow: 0 16px 36px rgba(53,220,10,.18); }
.richest-player h3 { margin: 0; font-size: 1.05rem; font-weight: 800; }
.richest-player p { color: var(--skillhc-muted); font-size: .62rem; line-height: 1.5; }
.richest-player > strong { display: block; margin: 20px 0 7px; color: var(--skillhc-green); font-size: 1.25rem; font-weight: 800; }
.thanks { color: #b8c4ba; font-size: .66rem; }

.site-footer { border-top: 1px solid var(--skillhc-border); background: rgba(4,7,5,.86); }
.footer-main { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 68px 0 54px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.footer-brand p { margin: 20px 0 0; color: var(--skillhc-muted); font-size: .69rem; line-height: 1.85; }
.footer-links { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 18px; }
.footer-links a { position: relative; color: #8e9991; font-size: .6rem; font-weight: 700; }
.footer-links a:hover { color: var(--skillhc-green); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.socials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.social { display: flex; align-items: center; gap: 11px; min-height: 74px; padding: 13px; border: 1px solid var(--skillhc-border); border-radius: 15px; background: rgba(255,255,255,.025); transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.social-icon { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 11px; color: #c3cdc5; background: rgba(255,255,255,.055); }
.social-icon svg { width: 20px; height: 20px; }
.social:first-child .social-icon svg { fill: currentColor; stroke: none; }
.social > span:nth-child(2) { display: grid; gap: 5px; min-width: 0; }
.social strong { font-size: .69rem; font-weight: 800; }
.social small { overflow: hidden; color: var(--skillhc-muted); font-size: .55rem; text-overflow: ellipsis; }
.social-arrow { width: 14px; margin-left: auto; color: var(--skillhc-muted); }
.social.active:hover,
.social.active:focus-visible { transform: translateY(-4px); border-color: rgba(85,242,26,.5); background: rgba(85,242,26,.07); }
.social.active:hover .social-icon { color: var(--skillhc-green); }
.social.active:hover strong { color: var(--skillhc-green); text-decoration: underline; text-underline-offset: 4px; }
.social.disabled { opacity: .48; cursor: not-allowed; }
.social.disabled > b { margin-left: auto; color: #aab3ac; font-size: .43rem; letter-spacing: .06em; }
.footer-bottom { width: min(1180px, calc(100% - 40px)); min-height: 66px; margin: auto; border-top: 1px solid var(--skillhc-border); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #667069; font-size: .58rem; }

.toast { position: fixed; right: 24px; bottom: 24px; z-index: 80; padding: 14px 18px; border: 1px solid rgba(85,242,26,.35); border-radius: 12px; color: #cdd7cf; background: #0c130e; box-shadow: var(--skillhc-shadow); font-size: .7rem; transform: translateY(25px); opacity: 0; pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.toast strong { color: var(--skillhc-green); }
.toast.show { transform: translateY(0); opacity: 1; }

.terms-dialog {
  width: min(640px, calc(100% - 28px));
  max-height: min(760px, calc(100vh - 34px));
  padding: 0;
  border: 1px solid rgba(85,242,26,.28);
  border-radius: 22px;
  color: var(--skillhc-text);
  background: #0a110c;
  box-shadow: 0 35px 100px rgba(0,0,0,.72), 0 0 80px rgba(50,205,12,.08);
}
.terms-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(9px); }
.terms-dialog-head { position: sticky; top: 0; z-index: 2; display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 27px 28px 20px; border-bottom: 1px solid var(--skillhc-border); background: rgba(10,17,12,.96); backdrop-filter: blur(14px); }
.terms-dialog-head h2 { margin: 9px 0 0; font-size: 1.7rem; letter-spacing: -.04em; font-weight: 800; }
.terms-close { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 auto; border: 1px solid var(--skillhc-border); border-radius: 10px; color: #b8c1ba; background: rgba(255,255,255,.035); cursor: pointer; font-size: 1.5rem; line-height: 1; }
.terms-close:hover { color: #071006; border-color: var(--skillhc-green); background: var(--skillhc-green); }
.terms-version { margin: 0; padding: 19px 28px; color: #98a49b; background: rgba(85,242,26,.045); font-size: .61rem; line-height: 1.6; }
.terms-list { display: grid; gap: 0; padding: 4px 28px 0; margin: 0; list-style: none; counter-reset: terms; }
.terms-list li { display: grid; grid-template-columns: 30px 1fr; column-gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--skillhc-border); counter-increment: terms; }
.terms-list li::before { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; color: var(--skillhc-green); background: rgba(85,242,26,.08); content: counter(terms, decimal-leading-zero); font-size: .52rem; font-weight: 800; }
.terms-list strong { font-size: .71rem; font-weight: 800; }
.terms-list span { grid-column: 2; margin-top: 6px; color: #9ca79e; font-size: .63rem; line-height: 1.65; }
.terms-confirm { display: block; width: calc(100% - 56px); min-height: 46px; margin: 22px 28px 28px; border: 0; border-radius: 11px; color: #071006; background: var(--skillhc-green); cursor: pointer; font-weight: 800; }

#app,
#app .v-application,
#app .v-application--wrap { color: var(--skillhc-text) !important; background: var(--skillhc-bg) !important; }

#app .v-main .v-main__wrap {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(5,8,6,.98), rgba(5,8,6,.78) 52%, rgba(5,8,6,.56)),
    url("assets/skillhc-hero.webp") center / cover fixed !important;
}

#app .container > header,
#app header.v-sheet,
#app .shop-richest-player,
#app .products-card,
#app .v-card,
#app .v-sheet:not(.v-app-bar) {
  color: var(--skillhc-text) !important;
  border: 1px solid var(--skillhc-border) !important;
  background: var(--skillhc-surface) !important;
  box-shadow: var(--skillhc-shadow) !important;
  backdrop-filter: blur(16px) saturate(1.2);
}

#app .container > header,
#app .products-card,
#app .shop-richest-player,
#app .v-card { border-radius: 20px !important; }

#app .products-card { overflow: hidden; }
#app .v-image__image--contain { width: 100% !important; max-width: 150px; margin: auto; background-size: contain !important; }

#app a,
#app .v-btn,
#app .v-list-item { transition: color 180ms ease, font-weight 180ms ease, transform 180ms ease, border-color 180ms ease, background 180ms ease !important; }
#app a:hover,
#app a:focus-visible,
#app .v-list-item:hover,
#app .v-btn:hover { color: var(--skillhc-green) !important; font-weight: 800 !important; }
#app .products-card .row > [class*="col-"] .v-card:hover { transform: translateY(-7px); border-color: rgba(85,242,26,.5) !important; box-shadow: 0 24px 60px rgba(0,0,0,.45), 0 0 0 1px rgba(85,242,26,.08) !important; }

#app .v-btn.v-btn--contained,
#app .v-btn.primary {
  color: #071006 !important;
  border-radius: 11px !important;
  background: linear-gradient(135deg, #72ff3b, var(--skillhc-green-strong)) !important;
  box-shadow: 0 12px 30px rgba(51,221,8,.2) !important;
  font-weight: 800 !important;
}

#app footer,
#app .container > footer { color: var(--skillhc-text) !important; border: 1px solid var(--skillhc-border) !important; border-radius: 20px 20px 0 0 !important; background: rgba(5,8,6,.92) !important; box-shadow: var(--skillhc-shadow) !important; backdrop-filter: blur(16px); }

@media (max-width: 980px) {
  .header-cta { display: none; }
  .main-nav { margin-right: 0; }
  .vpln-section { grid-template-columns: 1fr; gap: 28px; }
  .vpln-intro h2,
  .vpln-intro > p { max-width: 720px; }
  .purchase-intro { position: static; padding-top: 0; }
  .shop-layout { grid-template-columns: 1fr; }
  .richest-player { position: static; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; text-align: left; }
  .richest-player .eyebrow { display: none; }
  .player-avatar { width: 64px; height: 64px; margin: 0; grid-row: 1 / 3; }
  .richest-player h3 { align-self: end; }
  .richest-player p { align-self: start; margin: 0; }
  .richest-player > strong { grid-column: 3; grid-row: 1; margin: 0; }
  .thanks { grid-column: 3; grid-row: 2; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 720px) {
  .header-inner { min-height: 68px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 68px; right: 20px; left: 20px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 9px; border: 1px solid var(--skillhc-border); border-radius: 16px; background: rgba(8,13,10,.98); box-shadow: var(--skillhc-shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 14px; border-radius: 9px; }
  .main-nav a::after { display: none; }
  .main-nav a:hover { background: var(--skillhc-green-soft); }
  .hero { min-height: 650px; background-position: 62% center; }
  .hero::before { position: absolute; inset: 0; content: ""; background: rgba(5,8,6,.28); }
  .hero-content { padding: 62px 0 90px; }
  .hero-logo { width: 94px; height: 94px; }
  .benefits { grid-template-columns: 1fr; }
  .benefits article { min-height: 90px; }
  .benefits article + article { border-top: 1px solid var(--skillhc-border); border-left: 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 15px; }
  .supporters-heading { align-items: start; flex-direction: column; gap: 12px; }
  .supporters-grid { grid-template-columns: 1fr; }
  .shop-section { padding: 80px 0; }
  .vpln-section { margin-top: 78px; }
  .product-grid { grid-template-columns: 1fr; }
  .socials { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
}

@media (max-width: 460px) {
  .header-inner,
  .hero-content,
  .benefits,
  .shop-section,
  .footer-main,
  .footer-bottom { width: min(100% - 26px, 1180px); }
  .brand span { font-size: 1.05rem; }
  .hero { min-height: 620px; }
  .hero h1 { font-size: 3rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .category-tabs { display: grid; grid-template-columns: repeat(2, 1fr); }
  .category-tab { padding-inline: 9px; }
  .product-card { min-height: 410px; padding: 22px; }
  .vpln-configurator { padding: 23px; }
  .vpln-value-row { align-items: start; flex-direction: column; gap: 12px; }
  .vpln-presets { grid-template-columns: repeat(3, 1fr); }
  .vpln-summary { grid-template-columns: 1fr; }
  .vpln-summary > div + div { padding-top: 14px; padding-left: 0; border-top: 1px solid var(--skillhc-border); border-left: 0; }
  .purchase-total { grid-template-columns: 1fr; }
  .purchase-total strong { grid-row: auto; grid-column: auto; justify-self: start; }
  .richest-player { grid-template-columns: auto 1fr; }
  .richest-player > strong,
  .thanks { grid-column: 2; }
  .richest-player > strong { grid-row: 3; }
  .thanks { grid-row: 4; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
