@font-face{font-family:Lexend;font-style:normal;font-weight:600;font-display:swap;
  src:url(../fonts-new/lexend-600.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+2000-206F,U+20AC}
@font-face{font-family:Lexend;font-style:normal;font-weight:700;font-display:swap;
  src:url(../fonts-new/lexend-700.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+2000-206F,U+20AC}
@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;
  src:url(../fonts-new/sourcesans-400.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+2000-206F,U+20AC}
@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;
  src:url(../fonts-new/sourcesans-600.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+2000-206F,U+20AC}

:root{
  --color-bg:#0f172a; --color-bg-deep:#0a1122;
  --color-surface:#172033; --color-surface-hover:#1e293b; --color-bg-elevated:#1e293b;
  --color-border:#334155; --color-border-strong:#475569; --color-inset-line:#ffffff14;

  --color-accent:#f59e0b; --color-accent-hover:#fbbf24; --color-accent-soft:#f59e0b1f;
  --color-on-accent:#0f172a;
  --color-primary:#f59e0b; --color-primary-hover:#fbbf24;

  --color-verified:#10b981; --color-verified-soft:#10b9811f;
  --color-text:#f8fafc; --color-text-muted:#94a3b8; --color-text-subtle:#64748b;
  --color-scrim:#020617d9;
  --gradient-modal:linear-gradient(170deg,#1e293b 0%,#172033 60%,#0f172a 100%);

  --font-display:Lexend,system-ui,sans-serif;
  --font-body:"Source Sans 3",system-ui,sans-serif;
  --wrap:1120px;
  --r:12px; --r-sm:6px;
  --badge-h:44px;
  --shadow-card:0 4px 6px #00000026,0 12px 28px #0000003d;
  --ease:cubic-bezier(.16,1,.3,1);
}

*,*::before,*::after{box-sizing:border-box}
html{font-family:var(--font-body);font-size:16px;-webkit-text-size-adjust:100%}
body,h1,h2,h3,h4,p,ul,ol,dl,dd{margin:0}
ul,ol{padding:0;list-style:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer;background:none;border:0;color:inherit}
body{min-height:100dvh;display:flex;flex-direction:column;color:var(--color-text);
  background:var(--color-bg);font-size:16px;line-height:1.6}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:-.015em;line-height:1.2}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--r-sm)}
svg{flex:none}

.site-bg{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden;
  background:linear-gradient(180deg,#16213c 0%,var(--color-bg) 34%,var(--color-bg-deep) 100%)}
.site-bg::after{content:"";position:absolute;inset:0;
  background:radial-gradient(62% 38% at 50% 0%,#f59e0b0f 0%,transparent 66%)}

.header{position:relative;z-index:10}
.header__brand-bar{display:flex;justify-content:center;align-items:center;height:70px;padding:0 20px;
  background:#0b1120e6;border-bottom:1px solid var(--color-border)}
.logo{display:inline-flex;align-items:center;gap:11px}
.logo__mark{width:32px;height:32px;color:var(--color-accent)}
.logo__text{font-family:var(--font-display);font-weight:700;font-size:1.25rem;letter-spacing:-.03em;
  line-height:1;color:var(--color-text);white-space:nowrap}
.logo__text i{font-style:normal;color:var(--color-accent)}

.header__info-bar{background:var(--color-surface);border-bottom:1px solid var(--color-border)}
.header__info-inner{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 14px;
  max-width:1200px;margin:0 auto;padding:9px 20px;text-align:center}
.header__info-lead{display:inline-flex;align-items:center;gap:9px}
.age-badge{display:inline-flex;justify-content:center;align-items:center;flex:none;min-width:34px;height:22px;
  padding:0 8px;border:1px solid var(--color-border-strong);border-radius:var(--r-sm);
  color:var(--color-text);font-family:var(--font-display);font-size:10.5px;font-weight:700;letter-spacing:.06em}
.header__link{color:var(--color-accent);font-size:13.5px;font-weight:600;text-decoration:underline;
  text-underline-offset:3px;white-space:nowrap}
.header__link:hover{color:var(--color-accent-hover)}
.header__info-text{color:var(--color-text-muted);font-size:13px;line-height:1.45}
@media (max-width:640px){
  .header__brand-bar{height:58px;padding:0 16px}
  .logo__mark{width:27px;height:27px}.logo__text{font-size:1.05rem}
  .header__info-inner{flex-direction:column;gap:3px;padding:7px 16px}
  .header__info-text{font-size:11.5px}.header__link{font-size:12px}
}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
.main{position:relative;z-index:1;flex:1}

.offers{padding:52px 0 20px}
.offers__title{max-width:22ch;font-size:clamp(1.8rem,4vw,2.65rem);margin:0 0 14px}
.offers__subtitle{max-width:56ch;color:var(--color-text-muted);font-size:1.05rem;margin:0 0 26px}

.proof{display:flex;flex-wrap:wrap;align-items:center;gap:14px 26px;
  margin:0 0 34px;padding:16px 20px;border:1px solid var(--color-border);border-radius:var(--r);
  background:var(--color-surface)}
.proof__item{display:flex;align-items:center;gap:11px;min-width:0}
.proof__plate{display:inline-flex;justify-content:center;align-items:center;height:var(--badge-h);
  padding:6px 12px;border-radius:var(--r-sm);background:#fff}
.proof__plate img{width:auto;max-height:30px;object-fit:contain}
.proof__label{font-size:.82rem;line-height:1.35;color:var(--color-text-muted)}
.proof__label b{display:block;color:var(--color-text);font-family:var(--font-display);
  font-weight:600;font-size:.88rem}
.proof__stat{display:flex;align-items:center;gap:9px;margin-left:auto}
.proof__stat svg{width:20px;height:20px;color:var(--color-verified)}
.proof__stat span{font-size:.85rem;color:var(--color-text-muted)}
.proof__stat b{color:var(--color-text);font-family:var(--font-display);font-weight:600}
@media (max-width:720px){.proof__stat{margin-left:0;width:100%}}

.offer{position:relative;transition:background-color .2s var(--ease),border-color .2s var(--ease)}
.offer__link{position:absolute;inset:0;z-index:1;border-radius:inherit}
.offer__inner{position:relative;z-index:1;display:grid;pointer-events:none}
.offer__logo-box{display:flex;justify-content:center;align-items:center;
  border:1px solid var(--color-inset-line);border-radius:var(--r-sm);background:#0b1120}
.offer__logo{width:auto;height:auto;object-fit:contain}

.rating{display:inline-flex;align-items:center;gap:9px;white-space:nowrap}
.rating__stars{display:inline-flex;align-items:center;gap:1.5px}
.rating__star{display:block}
.rating__track{fill:#ffffff1f}
.rating__fill{fill:var(--color-accent)}
.rating__value{font-family:var(--font-display);font-weight:700;color:var(--color-accent);
  font-variant-numeric:tabular-nums;letter-spacing:-.02em}

.licence-chip{display:inline-flex;align-items:center;gap:7px;padding:4px 10px;
  border:1px solid var(--color-verified);border-radius:var(--r-sm);
  background:var(--color-verified-soft);color:var(--color-verified);
  font-size:.74rem;font-weight:600;line-height:1.3;white-space:nowrap}
.licence-chip svg{width:14px;height:14px}
.licence-chip b{font-variant-numeric:tabular-nums;font-weight:700}

.offer__cta{display:inline-flex;justify-content:center;align-items:center;
  border-radius:var(--r-sm);background:var(--color-accent);color:var(--color-on-accent);
  font-family:var(--font-display);font-weight:700;letter-spacing:.02em;text-align:center;
  transition:background-color .18s var(--ease),transform .1s var(--ease)}
.offer:hover .offer__cta{background:var(--color-accent-hover)}
.offer:active .offer__cta{transform:scale(.985)}

.offer--top1{border:1px solid var(--color-accent);border-radius:var(--r);
  background:var(--color-surface);box-shadow:var(--shadow-card);margin-bottom:12px}
.offer--top1 .offer__badge{position:absolute;top:-11px;left:22px;z-index:2;display:inline-flex;
  align-items:center;height:24px;padding:0 12px;border-radius:var(--r-sm);
  background:var(--color-accent);color:var(--color-on-accent);
  font-family:var(--font-display);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.offer--top1 .offer__inner{grid-template-columns:1fr;
  grid-template-areas:"logo" "rating" "content" "cta";gap:16px;padding:34px 20px 22px}
.offer--top1 .offer__logo-area{grid-area:logo;display:flex;justify-content:center}
.offer--top1 .offer__logo-box{width:100%;max-width:196px;min-height:96px;padding:14px 18px}
.offer--top1 .offer__logo{max-width:150px;max-height:74px}
.offer--top1 .offer__rating-area{grid-area:rating;display:flex;flex-wrap:wrap;justify-content:center;
  align-items:center;gap:10px 14px}
.offer--top1 .rating__value{font-size:1.5rem}
.offer--top1 .offer__bonus{grid-area:content;margin:0;text-align:center;color:var(--color-text);font-size:1.05rem}
.offer--top1 .offer__cta{grid-area:cta;min-height:52px;padding:0 26px;font-size:.95rem}
.offer--top1 .offer__licence{display:none}

.offer:not(.offer--top1){border:1px solid transparent;border-bottom-color:var(--color-border);
  border-radius:0}
.offer:not(.offer--top1):nth-of-type(even){background:#ffffff05}
.offer:not(.offer--top1):hover{background:var(--color-surface-hover);border-color:var(--color-border-strong);
  border-radius:var(--r-sm)}
.offer:not(.offer--top1) .offer__badge{position:absolute;left:10px;top:50%;transform:translateY(-50%);
  z-index:2;display:inline-flex;justify-content:center;align-items:center;width:24px;height:24px;
  color:var(--color-text-subtle);font-family:var(--font-display);font-weight:700;font-size:0}
.offer:not(.offer--top1) .offer__badge::after{content:attr(data-rank);font-size:13px}
.offer:not(.offer--top1) .offer__inner{
  grid-template-columns:86px minmax(0,1fr) auto;
  grid-template-areas:"logo content cta" "logo rating cta";
  align-items:center;gap:5px 18px;padding:16px 12px 16px 44px}
.offer:not(.offer--top1) .offer__logo-area{grid-area:logo}
.offer:not(.offer--top1) .offer__logo-box{width:86px;min-height:56px;padding:8px}
.offer:not(.offer--top1) .offer__logo{max-width:66px;max-height:40px}
.offer:not(.offer--top1) .offer__rating-area{grid-area:rating;display:flex;flex-wrap:wrap;
  align-items:center;gap:6px 12px;min-width:0;align-self:start}
.offer:not(.offer--top1) .rating{flex:none}
.offer:not(.offer--top1) .rating__value{font-size:.95rem}
.offer:not(.offer--top1) .offer__bonus{grid-area:content;align-self:end;margin:0;
  color:var(--color-text-muted);font-size:.92rem;line-height:1.45;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.offer:not(.offer--top1) .offer__cta{grid-area:cta;min-height:42px;padding:0 20px;font-size:.82rem}
.offer:not(.offer--top1) .offer__licence{display:none}

@media (min-width:769px){
  .offer--top1 .offer__inner{grid-template-columns:196px minmax(0,1fr) 200px;
    grid-template-areas:"logo content cta" "logo rating cta";align-items:center;gap:10px 26px;padding:26px}
  .offer--top1 .offer__logo-area{grid-row:span 2}
  .offer--top1 .offer__rating-area{justify-content:flex-start;align-self:start}
  .offer--top1 .offer__bonus{text-align:left;align-self:end}
  .offer--top1 .offer__cta{grid-row:span 2}
}
@media (max-width:768px){
  .offer:not(.offer--top1) .offer__inner{grid-template-columns:86px minmax(0,1fr);
    grid-template-areas:"logo content" "logo rating" "cta cta";gap:6px 14px;padding:16px 8px 16px 40px}
  .offer:not(.offer--top1) .offer__badge{top:22px;transform:none}
  .offer:not(.offer--top1) .offer__cta{margin-top:12px;min-height:44px}
}

.sticky{position:fixed;left:0;right:0;bottom:0;z-index:100;border-top:1px solid var(--color-border);
  background:#0b1120f2;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  box-shadow:0 -6px 26px #00000080}
.sticky__inner{display:flex;align-items:center;gap:16px;max-width:var(--wrap);margin:0 auto;padding:10px 20px}
.sticky__logo-link{display:flex;justify-content:center;align-items:center;flex:none;width:74px;min-height:46px;
  padding:6px 8px;border:1px solid var(--color-inset-line);border-radius:var(--r-sm);background:#0b1120}
.sticky__logo{width:auto;height:auto;max-width:58px;max-height:34px;object-fit:contain}
.sticky__bonus{flex:1;min-width:0;color:var(--color-text-muted);font-size:.88rem;line-height:1.4;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sticky__btn{display:inline-flex;justify-content:center;align-items:center;flex:none;min-height:44px;
  padding:0 22px;border-radius:var(--r-sm);background:var(--color-accent);color:var(--color-on-accent);
  font-family:var(--font-display);font-size:.82rem;font-weight:700;white-space:nowrap;
  transition:background-color .18s var(--ease),transform .1s var(--ease)}
.sticky__btn:hover{background:var(--color-accent-hover)}
.sticky__btn:active{transform:scale(.985)}
@media (max-width:640px){
  .sticky__inner{gap:10px;padding:8px 14px}
  .sticky__logo-link{width:56px;min-height:40px}.sticky__logo{max-width:44px;max-height:28px}
  .sticky__bonus{font-size:.78rem}.sticky__btn{padding:0 15px;font-size:.74rem}
}

.modal{position:fixed;inset:0;z-index:200;display:flex;justify-content:center;align-items:center;padding:18px;
  background:var(--color-scrim);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.modal[hidden]{display:none}
.modal__card{position:relative;width:100%;max-width:420px;padding:32px 26px 24px;
  border:1px solid var(--color-border-strong);border-radius:var(--r);background:var(--gradient-modal);
  text-align:center;box-shadow:0 28px 60px #000000a6}
.modal__close{position:absolute;top:12px;right:12px;display:flex;justify-content:center;align-items:center;
  width:36px;height:36px;border:1px solid var(--color-border);border-radius:var(--r-sm);
  color:var(--color-text-muted);font-size:1rem;transition:color .15s,border-color .15s}
.modal__close:hover{color:var(--color-text);border-color:var(--color-border-strong)}
.modal__eyebrow{margin:0 0 10px;color:var(--color-accent);font-family:var(--font-display);
  font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.modal__headline{margin:0 0 10px;font-size:clamp(1.35rem,4vw,1.6rem)}
.modal__sub{margin:0 0 20px;color:var(--color-text-muted);font-size:.94rem}
.modal__banner{position:relative;display:flex;flex-direction:column;align-items:center;gap:15px;
  padding:24px 18px 18px;border:1px solid var(--color-border);border-radius:var(--r);background:#0b112099}
.modal__top-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);height:22px;padding:0 13px;
  display:inline-flex;align-items:center;border-radius:var(--r-sm);background:var(--color-accent);
  color:var(--color-on-accent);font-family:var(--font-display);font-size:.68rem;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.modal__logo-link{display:flex;justify-content:center;align-items:center;min-height:74px;padding:12px 18px;
  border:1px solid var(--color-inset-line);border-radius:var(--r-sm);background:#0b1120}
.modal__logo{width:auto;height:auto;max-width:120px;max-height:70px;object-fit:contain}
.modal__cta{display:inline-flex;justify-content:center;align-items:center;width:100%;min-height:50px;
  border-radius:var(--r-sm);background:var(--color-accent);color:var(--color-on-accent);
  font-family:var(--font-display);font-size:.9rem;font-weight:700;
  transition:background-color .18s var(--ease),transform .1s var(--ease)}
.modal__cta:hover{background:var(--color-accent-hover)}
.modal__cta:active{transform:scale(.985)}
.modal__terms{margin:0;color:var(--color-text-subtle);font-size:.72rem}
@media (max-width:440px){.modal__card{padding:26px 18px 20px}}

.footer{position:relative;z-index:10;margin-top:64px;border-top:1px solid var(--color-border);
  background:#0b1120e6;color:var(--color-text-muted)}
.footer--with-sticky{padding-bottom:76px}
.footer__inner{display:flex;flex-direction:column;gap:32px;max-width:var(--wrap);margin:0 auto;padding:44px 20px 28px}
.footer__brand{display:inline-flex;align-self:flex-start;line-height:0}
.footer__info{width:100%}
.footer__info-title{margin:0 0 20px;color:var(--color-text);font-size:clamp(1.25rem,2.5vw,1.6rem)}
.footer__info-blocks{display:grid;grid-template-columns:1fr;gap:16px}
.footer__info-block{padding:20px;border:1px solid var(--color-border);border-radius:var(--r);
  background:var(--color-surface)}
.footer__info-block-title{margin:0 0 9px;color:var(--color-accent);font-family:var(--font-display);
  font-size:.94rem;font-weight:600}
.footer__info-block-text{margin:0;font-size:.88rem;line-height:1.7}
.footer__disclaimer{padding:22px;border:1px solid var(--color-border);border-radius:var(--r);
  background:var(--color-surface)}
.footer__disclaimer-title{margin:0 0 9px;color:var(--color-text);font-size:1.02rem}
.footer__disclaimer-text{margin:0 0 10px;font-size:.88rem;line-height:1.75}
.footer__disclaimer-link{color:var(--color-accent);font-size:.86rem;font-weight:600;
  text-decoration:underline;text-underline-offset:3px}
.footer__compliance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}
.footer__compliance-block{min-width:0}
.footer__compliance-logo-link{display:inline-flex;justify-content:center;align-items:center;
  height:var(--badge-h);margin-bottom:12px;padding:6px 12px;border-radius:var(--r-sm);background:#fff}
.footer__compliance-logo{width:auto;max-width:100%;max-height:30px;object-fit:contain}
.footer__compliance-title{margin:0 0 9px;color:var(--color-text);font-size:.94rem;font-family:var(--font-display);font-weight:600}
.footer__compliance-text{margin:0 0 5px;font-size:.84rem;line-height:1.65}
.footer__compliance-link{color:var(--color-text-muted);text-decoration:underline;text-underline-offset:3px}
.footer__compliance-link:hover{color:var(--color-accent)}
.footer__exclusivity{padding:20px;border:1px solid var(--color-border);border-radius:var(--r);background:var(--color-surface)}
.footer__exclusivity-title{margin:0 0 9px;color:var(--color-text);font-size:.98rem}
.footer__exclusivity-text{margin:0;font-size:.88rem;line-height:1.75}
.footer__help-list{display:flex;flex-direction:column;gap:12px;margin:0 0 8px}
.footer__help-item{display:flex;flex-direction:column;gap:3px}
.footer__help-desc{color:var(--color-text-subtle);font-size:.8rem;line-height:1.6}
.footer__licence-list{display:grid;gap:0;margin:0}
.footer__licence-item{display:flex;flex-direction:column;gap:2px;padding:9px 0}
.footer__licence-item+.footer__licence-item{border-top:1px solid var(--color-border)}
.footer__licence-brand{color:var(--color-text);font-family:var(--font-display);font-size:.86rem;font-weight:600}
.footer__licence-meta{color:var(--color-text-subtle);font-size:.79rem;line-height:1.55;font-variant-numeric:tabular-nums}
.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;padding-top:24px;
  border-top:1px solid var(--color-border)}
.footer__regulators{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px}
.footer__age-badge{display:inline-flex;justify-content:center;align-items:center;width:44px;height:44px;
  border:1px solid var(--color-border-strong);border-radius:var(--r-sm);color:var(--color-text);
  font-family:var(--font-display);font-size:.88rem;font-weight:700}
.footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px}
.footer__link{font-size:14px}
.footer__link:hover{color:var(--color-accent)}
.footer__copy{margin:0;text-align:center;color:var(--color-text-subtle);font-size:13px}
.footer__company{margin:0;font-size:.8rem;line-height:1.6}
@media (min-width:769px){
  .footer__info-blocks{grid-template-columns:1.35fr 1fr 1fr;gap:18px}
  .footer__bottom{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px 24px}
  .footer__nav{grid-column:2}
  .footer__bottom-meta{display:flex;flex-direction:column;grid-column:3;justify-self:end;align-items:flex-end;gap:8px}
  .footer__copy{text-align:right}
}
@media (max-width:768px){.footer__bottom-meta{display:flex;flex-direction:column;align-items:center;gap:12px}}
@media (max-width:500px){.footer--with-sticky{padding-bottom:64px}.footer__inner{gap:24px;padding:30px 16px 22px}}

.legal{flex:1;max-width:740px;margin:0 auto;padding:48px 20px 60px}
.legal h1{margin:0 0 14px;font-size:clamp(1.8rem,4vw,2.4rem)}
.legal h2{margin:36px 0 12px;font-size:1.18rem}
.legal h3{margin:24px 0 10px;color:var(--color-accent);font-size:1rem}
.legal p{margin:0 0 14px;color:var(--color-text-muted);font-size:1.02rem;line-height:1.8}
.legal ul{margin:0 0 16px;padding-left:22px;list-style:disc}
.legal li{margin-bottom:8px;color:var(--color-text-muted);font-size:1.02rem;line-height:1.75}
.legal li::marker{color:var(--color-accent)}
.legal a{color:var(--color-accent);text-decoration:underline;text-underline-offset:3px}
.legal__updated{display:inline-block;margin:0 0 28px;color:var(--color-text-subtle);font-size:.84rem}
.legal table{width:100%;border-collapse:collapse;margin:0 0 18px;font-size:.9rem}
.legal th,.legal td{padding:10px 12px;text-align:left;color:var(--color-text-muted);
  border-bottom:1px solid var(--color-border)}
.legal th{color:var(--color-text);font-family:var(--font-display);font-weight:600}

.notice{flex:1;display:flex;justify-content:center;align-items:center;padding:60px 20px}
.notice__card{width:100%;max-width:600px;padding:40px 34px 32px;border:1px solid var(--color-border);
  border-radius:var(--r);background:var(--color-surface);box-shadow:var(--shadow-card)}
.notice__eyebrow{margin:0 0 12px;color:var(--color-accent);font-family:var(--font-display);
  font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.notice__title{margin:0 0 20px;font-size:clamp(1.35rem,3.2vw,1.9rem)}
.notice__text{margin:0 0 14px;color:var(--color-text-muted);font-size:1rem;line-height:1.8}
.notice__text a{color:var(--color-accent);text-decoration:underline;text-underline-offset:3px}
.notice__actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px 22px;margin-top:28px}
.notice__btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 26px;
  border-radius:var(--r-sm);background:var(--color-accent);color:var(--color-on-accent);
  font-family:var(--font-display);font-weight:700;font-size:.88rem;
  transition:background-color .18s var(--ease),transform .1s var(--ease)}
.notice__btn:hover{background:var(--color-accent-hover)}
.notice__btn:active{transform:scale(.985)}
.notice__link{color:var(--color-text-muted);font-size:.94rem;text-decoration:underline;text-underline-offset:3px}
.notice__link:hover{color:var(--color-accent)}
@media (max-width:500px){.notice__card{padding:30px 20px 24px}
  .notice__actions{flex-direction:column;align-items:stretch}.notice__btn{width:100%}}

@media (prefers-reduced-motion: no-preference){
  .offer{opacity:0;transform:translateY(12px);animation:rise .5s var(--ease) forwards;
    animation-delay:calc(var(--i,0) * 60ms)}
  @keyframes rise{to{opacity:1;transform:none}}
}
@media (prefers-reduced-motion: reduce){
  .offer{opacity:1;transform:none}
  *,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}
}
