:root{--bg:#070d13;--header:#00a3f5;--footer:#186891;--link:#f0f7ff;--cta-play:#f57600;--cta-reg:#e2b512;--radius:12px;--font:Inter, system-ui, Segoe UI, Roboto, Arial, sans-serif;--content-max:1200px;--text:#f9f1f1}
*{box-sizing:border-box}
html,body{height:100%;margin:0;padding:0}
body{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.5}
a{color:var(--link);text-decoration:none}
.container{width:min(100%,var(--content-max));margin-inline:auto;padding-inline:clamp(12px,4vw,24px)}
.site-header{
  position:fixed;
  top:0;left:0;width:100%;
  z-index:100;
  background:linear-gradient(135deg,var(--header) 10%, var(--footer) 100%);
  border-bottom:1px solid rgba(255,255,255,.18);
  box-shadow:0 8px 24px rgba(0,0,0,.45),inset 0 -1px 0 rgba(255,255,255,.08);
}
.site-header::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top left,rgba(255,255,255,.25),transparent 60%);
  pointer-events:none;
  opacity:.6;
}





.site-header__wrapper{display:flex;align-items:center;justify-content:space-between;height:72px}
.site-header__logo img{display:block;height:36px;object-fit:contain}
.site-header__menu{display:flex;gap:12px;align-items:center}
.header-menu{display:flex;gap:16px;list-style:none;margin:0;padding:0}

.header-menu a{
  padding:10px 12px;
  border-radius:var(--radius);
  display:block;
  transition:transform .15s ease,background .2s ease,box-shadow .2s ease;
  font-weight:600;
}


.header-menu a:hover{
  background:rgba(255,255,255,.08);
  transform:translateY(-1px);
  box-shadow:0 4px 12px rgba(0,0,0,.15);
}


.site-header__button{padding:10px 14px;border-radius:var(--radius);background:var(--cta-play);color:#fff;border:1px solid rgba(255,255,255,.15);font-weight:600;transition:transform .15s ease,background .2s ease,box-shadow .2s ease,opacity .2s ease,filter .2s ease}
.site-header__button--register{background:var(--cta-reg)}
.site-header__button:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.25);filter:brightness(1.06)}
.site-header__button:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,.18);filter:brightness(1)}
.site-header__button:focus-visible{outline:2px solid rgba(255,255,255,.55);outline-offset:2px}
.site-header__burger{display:none;background:transparent;border:0;cursor:pointer;z-index:60;position:relative;width:32px;height:32px}
.site-header__burger span{display:block;width:22px;height:2px;background:#fff;margin:4px auto;border-radius:1px;transition:.3s}
.site-header__burger .burger-x{display:none;position:absolute;inset:0;margin:auto}
.site-header__burger.active span{opacity:0;transform:translateY(-4px)}
.site-header__burger.active .burger-x{display:block}
.mobile-menu{position:fixed;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.6)),var(--header);display:flex;justify-content:center;align-items:flex-start;transform:translateY(-100%);transition:transform .32s ease;z-index:55}
.mobile-menu.open{transform:translateY(0)}
.mobile-menu__inner{width:100%;max-width:720px;margin-top:8px;padding:20px clamp(12px,4vw,24px) 32px}
.mobile-menu__header{display:flex;justify-content:center;align-items:center;margin-bottom:16px}
.mobile-menu__logo img{display:block;height:32px}
.mobile-menu__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px;align-items:center;text-align:center}
.mobile-menu__list a{font-size:18px;display:inline-block;padding:10px 14px;border-radius:var(--radius);transition:transform .15s ease,background .2s ease,box-shadow .2s ease,opacity .2s ease;font-weight:600}
.mobile-menu__list a:hover{background:rgba(255,255,255,.08);transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.25)}
.site-main{padding-block:clamp(16px,3vw,24px);flex:1 0 auto;min-height:0;padding-top:92px}
.page__title{margin:0 0 12px;font-size:28px}
.page__body{background:rgba(255,255,255,.04);padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius)}
.site-footer{background:var(--footer);border-top:1px solid rgba(255,255,255,.1);width:100%;padding-block:clamp(16px,3vw,24px);margin-top:auto;flex-shrink:0}
.site-header__button:not(.site-header__button--register):not(:hover){animation:shake 1.5s ease-in-out infinite}
@keyframes shake{0%,100%{transform:translateX(0)}10%{transform:translateX(-4px) rotate(-1.5deg)}20%{transform:translateX(4px) rotate(1.5deg)}30%{transform:translateX(-3px) rotate(-1deg)}40%{transform:translateX(3px) rotate(1deg)}50%{transform:translateX(0)}}
@media (prefers-reduced-motion:reduce){.header-menu a,.site-header__button,.mobile-menu__list a{transition:none}.site-header__button:not(.site-header__button--register):not(:hover){animation:none}table a{transition:none}}
@media (max-width:900px){.site-header__menu{position:fixed;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.6)),var(--header);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 3px;transform:translateY(-100%);transition:transform .32s ease;z-index:55}.site-header__menu.open{transform:translateY(0)}.site-header__menu .header-menu{flex-direction:column;gap:3px;margin:0 0 3px;padding:0;list-style:none;width:100%;max-width:340px}.site-header__menu .header-menu a{display:block;width:100%;padding:10px 18px;border-radius:var(--radius);background:rgba(255,255,255,.08);text-align:center;font-size:20px;font-weight:600;transition:background .2s ease,transform .15s ease}.site-header__menu .header-menu a:hover{background:rgba(255,255,255,.15);transform:translateY(-1px)}.site-header__button{margin:3px 0;width:100%;max-width:340px;text-align:center;padding:12px 20px;font-size:20px}.site-header__burger{display:block}}
body.menu-open{overflow:hidden}
table{width:100%;border-collapse:separate;border-spacing:0;background:linear-gradient(90deg,var(--cta-play),var(--cta-reg)) top/100% 3px no-repeat,rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);overflow:hidden;margin:clamp(12px,2.5vw,20px) 0;font-size:clamp(14px,1.6vw,16px);display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
caption{caption-side:top;text-align:left;padding:12px 14px;font-weight:700;color:var(--link)}
thead th{background:linear-gradient(0deg,rgba(255,255,255,.04),rgba(255,255,255,.04)),var(--header);text-transform:uppercase;letter-spacing:.02em;font-size:.875em}
th,td{padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:top;text-align:left;white-space:normal;word-break:break-word}
tr:last-child td{border-bottom:0}
tbody tr:nth-child(2n) td{background:rgba(255,255,255,.02)}
tbody tr:hover td{background:rgba(255,255,255,.05)}
tr>:first-child{font-weight:600;white-space:nowrap;width:40%}
table a{color:var(--link);text-decoration:none;border-bottom:1px dashed rgba(255,255,255,.25);transition:border-color .2s ease,opacity .2s ease}
table a:hover{border-bottom-color:rgba(255,255,255,.6);opacity:.95}
thead tr:first-child th:first-child{border-top-left-radius:calc(var(--radius))}
thead tr:first-child th:last-child{border-top-right-radius:calc(var(--radius))}
.hero{position:relative;width:100%;aspect-ratio:3/2;border-radius:var(--radius);overflow:hidden;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);margin-block:clamp(12px,3vw,24px);z-index:0}
.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.35),rgba(0,0,0,.15));opacity:.8;transition:opacity .3s ease;pointer-events:none;z-index:1}
.hero:hover>img{transform:scale(1.06);filter:saturate(1.05) contrast(1.05) brightness(1)}
.hero:hover::after{opacity:.65}
.hero__btn{position:absolute;left:50%;bottom:clamp(12px,6%,28px);transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;width:clamp(160px,30%,240px);max-width:70%;padding:14px 20px;  background:linear-gradient(135deg, var(--cta-reg) 0, var(--cta-play) 100%); color:#fff;text-decoration:none;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border-radius:var(--radius);border:0;box-shadow:0 12px 28px rgba(0,0,0,.35);isolation:isolate;transition:transform .2s ease,box-shadow .3s ease,filter .3s ease;z-index:10}
.hero__btn::before{content:"";position:absolute;inset:-8px;border-radius:inherit;background:var(--cta-play);filter:blur(14px);opacity:.6;z-index:-1;transition:opacity .2s ease,filter .2s ease,transform .2s ease;animation:featherPulse 2.2s ease-in-out infinite}
@keyframes featherPulse{0%,100%{opacity:.6;filter:blur(14px)}50%{opacity:.75;filter:blur(18px)}}
.hero__btn:hover{transform:translateX(-50%) translateY(-2px) scale(1.02);box-shadow:0 16px 40px rgba(0,0,0,.45)}
.hero__btn:hover::before{opacity:.8;filter:blur(16px);transform:scale(1.02)}
.hero__btn:active{transform:translateX(-50%) translateY(0) scale(.99);box-shadow:0 10px 20px rgba(0,0,0,.3)}
.hero__btn:active::before{opacity:.5;filter:blur(12px);transform:scale(.995)}
.hero__btn:focus-visible{outline:2px solid #fff;outline-offset:3px}

@media (min-width:901px){
  .site-main.container{display:block}
  .bonus-float{width:320px;left:auto;right:20px;transform:none;animation:pulseScale 3s ease-in-out infinite}
  @supports selector(:has(*)){
    .site-main.container:has(.hero){--splitH:clamp(300px,34vh,500px);display:grid;grid-template-columns:1fr 1fr;grid-template-rows:var(--splitH) auto;column-gap:clamp(16px,2vw,24px);row-gap:clamp(8px,1.2vw,16px);align-items:start;min-height:0}
    .site-main.container:has(.hero) .hero{grid-column:1;grid-row:1;margin:0;height:var(--splitH);aspect-ratio:auto}
    .site-main.container:has(.hero) .hero>img{height:100%}
    .site-main.container:has(.hero) .home-content{display:contents}
    .site-main.container:has(.hero) .home-content table:first-of-type{grid-column:2;grid-row:1;height:var(--splitH);max-height:var(--splitH);margin:0;border-radius:var(--radius);overflow:auto;display:flex;flex-direction:column;min-height:0}
    .site-main.container:has(.hero) .home-content table:first-of-type thead{flex:0 0 auto}
    .site-main.container:has(.hero) .home-content table:first-of-type tbody{display:grid;grid-auto-rows:1fr;flex:1 1 auto;min-height:0}
    .site-main.container:has(.hero) .home-content table:first-of-type tbody tr{display:grid;grid-template-columns:0.4fr 0.6fr;align-items:center;min-height:0}
    .site-main.container:has(.hero) .home-content table:first-of-type tr>:first-child{width:auto}
    .site-main.container:has(.hero) .home-content>*:not(table:first-of-type){grid-column:1/-1;margin-top:0}
    .site-main.container:has(.hero) .home-content>*:not(table:first-of-type),.site-main.container:has(.hero) .home-content>*:not(table:first-of-type) *{columns:initial!important;-webkit-columns:initial!important;column-count:1!important;column-width:auto!important;column-gap:normal!important;column-rule:none!important;break-inside:auto}
  }
}
@media (max-width:900px){
  .site-main{padding-top:72px}
  @supports selector(:has(*)){
    .site-main.container:has(.hero){--splitH-m:clamp(240px,40vh,420px)}
    .site-main.container:has(.hero) .hero{height:var(--splitH-m);aspect-ratio:auto;margin-bottom:clamp(10px,2.5vw,16px)}
    .site-main.container:has(.hero) .hero>img{height:100%}
    .site-main.container:has(.hero) .home-content{display:contents}
    .site-main.container:has(.hero) .home-content table:first-of-type{display:table;width:100%;table-layout:fixed;height:var(--splitH-m);max-height:var(--splitH-m);overflow:auto;margin:0;border-radius:var(--radius)}
    .site-main.container:has(.hero) .home-content table:first-of-type thead{display:table-header-group}
    .site-main.container:has(.hero) .home-content table:first-of-type tbody{display:table-row-group}
    .site-main.container:has(.hero) .home-content table:first-of-type tr{display:table-row}
    .site-main.container:has(.hero) .home-content table:first-of-type th,.site-main.container:has(.hero) .home-content table:first-of-type td{display:table-cell}
    .site-main.container:has(.hero) .home-content table:first-of-type td,.site-main.container:has(.hero) .home-content table:first-of-type th{border-bottom:1px solid rgba(255,255,255,.06)}
    .site-main.container:has(.hero) .home-content table:first-of-type tr:last-child td{border-bottom:0}
    .site-main.container:has(.hero) .home-content table:first-of-type tbody tr:nth-child(2n) td{background:rgba(255,255,255,.02)}
  }
}
img{display:block;max-width:100%;height:auto;object-fit:cover;border-radius:var(--radius)}
.home-content img{max-width:100%;width:auto;height:auto;display:block;margin:clamp(8px,1.2vw,14px) auto;object-fit:contain;border-radius:var(--radius)}
.home-content img[width],.home-content img[height]{width:auto!important;height:auto!important;max-width:100%!important}
.home-content table img{max-width:100%;height:auto;display:block;margin:0 auto;object-fit:contain}
.home-content figure{margin:clamp(10px,1.8vw,18px) auto}
.home-content figure>img{width:100%;height:auto;display:block}
.home-content figcaption{text-align:center;font-size:14px;color:#cbd5e1;margin-top:6px}
.site-main.container>*{min-width:0}

.generic-page{display:block;width:100%;max-width:800px;margin:0 auto;padding:0 16px 80px}
.generic-page img:first-of-type{display:inline-block;width:auto;max-width:100%;margin:clamp(8px,1.2vw,14px) auto;border-radius:var(--radius);object-fit:contain}
.generic-page p,.generic-page h1,.generic-page h2,.generic-page h3,.generic-page ul,.generic-page ol{line-height:1.6;color:var(--text);text-align:left;margin-bottom:16px}
.generic-page ul,.generic-page ol{padding-left:20px}
.generic-page a,.home-content a,.reviews a{color:var(--link);text-decoration:underline;text-decoration-color:rgba(255,255,255,.35);text-underline-offset:2px;transition:color .2s ease,text-decoration-color .2s ease}
.generic-page a:hover,.home-content a:hover,.reviews a:hover{color:color-mix(in srgb,var(--link) 90%,white);text-decoration-color:rgba(255,255,255,.65)}

.bonus-float {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: calc(100% - 32px);
  max-width: var(--content-max);
  background:linear-gradient(270deg,var(--header) 10%, var(--footer) 100%);
  color: #fff;
  padding: 14px 20px;
  border-radius: var(--radius);
  box-shadow: 0 6px 16px rgba(0,0,0,.35);
  animation: pulseBox 3s ease-in-out infinite;
  z-index: 120;
}
.bonus-float__info{display:flex;flex-direction:column;line-height:1.2}
.bonus-float__title{font-weight:700;font-size:16px}
.bonus-float__note{font-size:13px;opacity:.85}
.bonus-float__btn{background:var(--cta-reg);color:#fff;padding:10px 18px;border-radius:var(--radius);font-weight:700;text-transform:uppercase;text-decoration:none;display:flex;align-items:center;gap:8px;transition:transform .2s ease}
.bonus-float__btn:hover{transform:translateY(-2px)}
.bonus-float__btn:active{transform:translateY(0)}
#bonus-timer{font-weight:600}
@keyframes pulseScale{0%,100%{scale:1}50%{scale:1.03}}
@media (min-width:901px){  
  .bonus-float {
    width: 450px;
    left: 50%; 
    right: auto; 
    transform: translateX(-50%);
  }
}
section h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 16px;
}

#table-of-contents {
  display: block;
  width: 100%;
  background: transparent;
  margin: 0.5rem 0 1rem;
  padding: 0;
  font-size: 0.85rem;
  color: var(--text);
}

#table-of-contents summary {
  cursor: pointer;
  padding: 0.3rem 0;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  transition: color 0.2s ease;
}

#table-of-contents summary:hover {
  color: var(--link);
}

#table-of-contents summary::-webkit-details-marker {
  display: none;
}

#table-of-contents summary::after {
  content: "▼";
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  transition: transform 0.3s ease;
}

#table-of-contents[open] summary::after {
  transform: rotate(-180deg);
}

#table-of-contents ul {
  list-style: none;
  margin: 0.25rem 0 0;
  padding-left: 0.8rem;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

#table-of-contents li {
  margin: 0.2rem 0;
}

#table-of-contents a {
  display: inline-block;
  width: 100%;
  color: var(--link);
  font-weight: 500;
  text-decoration: none;
  padding: 0.25rem 0.4rem;
  border-radius: var(--radius);
  position: relative;
  transition: all 0.2s ease;
}

#table-of-contents a::before {
  content: "›";
  color: rgba(255,255,255,0.4);
  margin-right: 6px;
  transition: color 0.2s ease, transform 0.2s ease;
}

#table-of-contents a:hover {
  color: color-mix(in srgb, var(--link) 90%, white);
  background: rgba(255,255,255,0.06);
}

#table-of-contents a:hover::before {
  color: var(--link);
  transform: translateX(2px);
}

#about-provider {
  position: relative;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--cta-play) 80%, black) 0%,
    color-mix(in srgb, var(--cta-reg) 80%, black) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 2rem 1.5rem 1.5rem;
  margin: 2rem 0;
  text-align: left;
  color: var(--text);
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

#about-provider::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: #fff url("assets/provider.png") no-repeat center center / 60%;
  margin: 0 auto 1rem;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255,255,255,0.25);
  opacity: 0.9;
}

#about-provider h2, 
#about-provider h3 {
  color: var(--link);
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

#about-provider ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

#about-provider li {
  position: relative;
  padding-left: 1.2rem;
  margin: 0.4rem 0;
}

#about-provider li::before {
  content: "•";
  color: var(--link);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1rem;
  line-height: 1;
}

#about-provider p {
  line-height: 1.6;
  margin-bottom: 1rem;
  color: var(--text);
}


#faq {
  margin: 2rem auto;
  padding: 1rem 1.5rem;
  max-width: 900px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.03);
  color: var(--text);
}

#faq h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

/* FAQ item */
.faq-item {
  margin-bottom: 1rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

/* hide checkbox */
.faq-item input {
  display: none;
}

/* label (question) */
.faq-item label {
  display: block;
  cursor: pointer;
  padding: 0.8rem 1rem;
  font-weight: 600;
  color: var(--text);
  position: relative;
  background: rgba(255,255,255,0.04);
}

.faq-item label:hover {
  background: rgba(255,255,255,0.08);
}

.faq-item label::after {
  content: "▾";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  color: rgba(255,255,255,0.6);
  transition: 0.3s ease;
}

.faq-item input:checked + label::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: all 0.35s ease;
}

.faq-item input:checked ~ .faq-answer {
  max-height: 500px;
  opacity: 1;
  padding: 1rem;
}

.faq-answer p {
  margin: 0;
  color: var(--text);
  line-height: 1.6;
}
.section-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: clamp(18px, 3vw, 28px);
  margin-block: clamp(22px, 4vw, 36px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
}

.section-card h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(22px, 2.6vw, 28px);
  border-left: 4px solid var(--cta-play);
  padding-left: 10px;
}

.section-card p {
  font-size: 16px;
  line-height: 1.65;
  opacity: .92;
}

.section-card h3 {
  font-size: clamp(18px, 2.2vw, 22px);
  margin-top: 18px;
  color: var(--cta-play);
  font-weight: 700;
}

.section-card ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.section-card ul li {
  background: rgba(255,255,255,0.05);
  padding: 12px 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.08);
  line-height: 1.55;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

@media (max-width: 760px) {
  .section-card {
    padding: 18px;
  }
  .section-card p,
  .section-card li {
    font-size: 15px;
  }
}

.section-card:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,0.45);
  transform: translateY(-2px);
  transition: .3s ease;
}


.site-header__button,
.site-header__button--register{
  background:linear-gradient(135deg,var(--cta-play) 0, var(--cta-reg) 100%);
  border:none;
  border-radius:999px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  color:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.45),inset 0 0 0 1px rgba(255,255,255,.18);
  transition:transform .2s,box-shadow .25s,filter .25s;
}

.site-header__button--register{
  background:linear-gradient(135deg, var(--cta-reg) 0, var(--cta-play) 100%);
  border:none;
  border-radius:999px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  color:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.45),inset 0 0 0 1px rgba(255,255,255,.18);
  transition:transform .2s,box-shadow .25s,filter .25s;
}

.bonus-float__btn{
  background:linear-gradient(135deg, var(--cta-reg) 0, var(--cta-play) 100%);
  border:none;
  border-radius:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  color:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.45),inset 0 0 0 1px rgba(255,255,255,.18);
  transition:transform .2s,box-shadow .25s,filter .25s;
}

/* ============================
   TABLE – OUTLINE SAFE TEXT
============================ */
.table-outline{
  width:100%;
  max-width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:transparent;
  border:1px solid var(--text);
  border-radius:var(--radius);
  color:var(--text);
  margin:clamp(12px,2.5vw,20px) 0;
  font-size:clamp(14px,1.6vw,16px);

  /* IMPORTANT */
  table-layout:fixed;
  overflow:hidden;
}

/* cells */
.table-outline th,
.table-outline td{
  padding:12px 16px;           /* більше простору від бордерів */
  vertical-align:top;
  text-align:left;

  /* SAFE TEXT */
  white-space:normal;
  word-break:break-word;
  overflow-wrap:anywhere;
  hyphens:auto;

  /* borders */
  border-right:1px solid var(--text);
  border-bottom:1px solid var(--text);

  /* prevent overlap */
  background-clip:padding-box;
}

/* header */
.table-outline thead th{
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.03em;
}

/* last column */
.table-outline tr > *:last-child{
  border-right:0;
}

/* last row */
.table-outline tbody tr:last-child td{
  border-bottom:0;
}

/* rounded corners */
.table-outline thead tr:first-child th:first-child{
  border-top-left-radius:var(--radius);
}
.table-outline thead tr:first-child th:last-child{
  border-top-right-radius:var(--radius);
}
.table-outline tbody tr:last-child td:first-child{
  border-bottom-left-radius:var(--radius);
}
.table-outline tbody tr:last-child td:last-child{
  border-bottom-right-radius:var(--radius);
}

/* links */
.table-outline a{
  color:var(--link);
  text-decoration:none;
  border-bottom:1px dashed currentColor;
  word-break:break-all;
}

/* mobile scroll */
.table-outline{
  display:block;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
/* ============================
   TABLE – VERTICAL CENTER (DESKTOP)
============================ */
@media (min-width: 901px){

  .table-outline{
    display: table; /* повертаємо table-логіку */
    width: 100%;
  }

  .table-outline tr{
    min-height: 56px;
  }

  .table-outline th,
  .table-outline td{
    vertical-align: middle;
    text-align: center;
    min-height: 56px;
    padding: 12px 16px;
  }
}
.accent-block {
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--cta-play) 50%, black) 0%,
    color-mix(in srgb, var(--cta-reg) 50%, black) 100%
  );
}