@font-face{font-family:'Montserrat';font-style:normal;font-weight:300 800;font-display:swap;src:url('/assets/fonts/montserrat-cyrillic.woff2') format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:300 800;font-display:swap;src:url('/assets/fonts/montserrat-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#0a0a14}
::-webkit-scrollbar-thumb{background:rgba(216,180,58,.4);border-radius:5px}
::-webkit-scrollbar-thumb:hover{background:rgba(216,180,58,.6)}
*{scrollbar-width:thin;scrollbar-color:rgba(216,180,58,.4) #0a0a14}

.blog-wrapper,
.seo-article,
.article-wrapper,
.blog-wrapper *,
.seo-article *,
.article-wrapper *{
  font-family:'Montserrat',Arial,sans-serif;
}

.seo-article{
  padding:108px 0 64px;
  color:rgba(255,255,255,.84);
  overflow-wrap:normal;
  word-break:normal;
}

.seo-hero,
.article-layout,
.article-bottom{
  width:min(1120px,calc(100% - 32px));
  margin:0 auto;
}

.seo-hero{
  width:min(1280px,calc(100% - 48px));
}

.seo-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:28px;
  align-items:start;
  padding:18px 0 54px;
}

.article-breadcrumbs{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 20px;
  color:rgba(255,255,255,.5);
  font-size:13px;
}

.article-breadcrumbs a{
  color:rgba(255,255,255,.72);
  text-decoration:none;
  border-bottom:1px solid transparent;
}

.article-breadcrumbs a:hover{
  color:#d8b43a;
  border-bottom-color:rgba(216,180,58,.35);
}

.article-breadcrumbs .sep{color:rgba(255,255,255,.28)}

.seo-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 12px;
  border:1px solid rgba(216,180,58,.35);
  border-radius:999px;
  background:rgba(216,180,58,.1);
  color:#f1d169;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0;
}

.seo-hero h1{
  margin:18px 0 16px;
  color:#fff;
  max-width:920px;
  font-size:clamp(42px,4.6vw,66px);
  line-height:1.04;
  font-weight:800;
  letter-spacing:0;
}

.seo-lead{
  max-width:780px;
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.72;
}

.seo-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0 0;
}

.seo-meta span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:6px;
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.66);
  font-size:13px;
}

.seo-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.seo-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 18px;
  border-radius:6px;
  border:1px solid rgba(216,180,58,.35);
  font-weight:800;
  text-decoration:none;
  text-align:center;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,color .18s ease;
}

.seo-button.primary{
  background:linear-gradient(135deg,#d8b43a,#f1d169);
  color:#0b1330;
  box-shadow:0 10px 24px rgba(216,180,58,.2);
}

.seo-button.secondary{
  background:rgba(255,255,255,.07);
  color:#fff;
  border-color:rgba(255,255,255,.2);
}

.seo-button:hover{
  transform:translateY(-1px);
  color:#0b1330;
}

.seo-button.secondary:hover{
  color:#fff;
  border-color:rgba(216,180,58,.42);
  background:rgba(216,180,58,.1);
}

.seo-hero-media{
  position:relative;
  width:100%;
  margin:0;
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
  overflow:hidden;
  background:#101a32;
  box-shadow:0 18px 44px rgba(0,0,0,.26);
}

.seo-hero-media:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:1;
  background:linear-gradient(180deg,rgba(8,12,28,.08),rgba(8,12,28,.28));
}

.seo-hero-media img{
  display:block;
  width:100%;
  height:clamp(300px,34vw,420px);
  object-fit:cover;
  object-position:center 68%;
  filter:saturate(1.04) contrast(1.03) brightness(.9);
}

.article-layout{
  display:grid;
  grid-template-columns:minmax(0,760px) minmax(260px,1fr);
  gap:34px;
  align-items:start;
}

.article-content{
  min-width:0;
  font-size:16px;
  line-height:1.76;
}

.article-content p{margin:0 0 18px}

.article-content h2{
  margin:44px 0 16px;
  color:#fff;
  font-size:28px;
  line-height:1.22;
  letter-spacing:0;
}

.article-content h3{
  margin:28px 0 12px;
  color:#f1d169;
  font-size:20px;
  line-height:1.32;
  letter-spacing:0;
}

.article-content a,
.article-aside a,
.read-next a{
  color:#d8b43a;
  text-decoration:none;
  border-bottom:1px solid rgba(216,180,58,.35);
}

.article-content a:hover,
.article-aside a:hover,
.read-next a:hover{
  color:#f1d169;
  border-bottom-color:#f1d169;
}

.article-content ul,
.article-content ol{
  margin:16px 0 20px;
  padding-left:22px;
}

.article-content li{margin:8px 0}
.article-content strong{color:#fff}

.answer-box,
.source-box,
.article-toc,
.cta-panel,
.read-next,
.article-aside-block{
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
  background:rgba(17,27,63,.48);
}

.answer-box{
  margin:0 0 28px;
  padding:22px 24px;
  border-left:4px solid #d8b43a;
  background:linear-gradient(135deg,rgba(216,180,58,.1),rgba(17,27,63,.5));
}

.answer-box p:last-child,
.source-box p:last-child,
.cta-panel p:last-child,
.article-aside-block p:last-child{margin-bottom:0}

.article-toc{
  margin:28px 0 34px;
  padding:22px 24px;
}

.article-toc-title,
.aside-title,
.source-title{
  margin:0 0 14px;
  color:#d8b43a;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0;
}

.article-toc ol{
  margin:0;
  padding-left:20px;
}

.article-toc li{margin:8px 0}

.article-table-wrap{
  margin:22px 0 28px;
  overflow-x:auto;
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
}

.article-content table{
  width:100%;
  min-width:720px;
  border-collapse:collapse;
  background:rgba(10,18,40,.72);
  font-size:14px;
  table-layout:auto;
}

.article-content th{
  padding:14px 16px;
  background:rgba(216,180,58,.12);
  color:#f1d169;
  text-align:left;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0;
  border-bottom:1px solid rgba(216,180,58,.22);
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.article-content td{
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.07);
  vertical-align:top;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.article-content th:first-child,
.article-content td:first-child{
  min-width:170px;
}

.article-content tr:last-child td{border-bottom:0}

.status-tag{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:4px 9px;
  border-radius:6px;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}

.article-content table strong,
.article-content .price-token,
.aside-price{
  white-space:nowrap;
  overflow-wrap:normal;
  word-break:normal;
}

.article-content a,
.source-box,
.answer-box,
.cta-panel,
.read-next,
.article-aside-block,
.article-card-desc{
  overflow-wrap:break-word;
  word-break:normal;
}

.status-tag.available{
  color:#b8f2d0;
  border:1px solid rgba(68,204,127,.3);
  background:rgba(68,204,127,.12);
}

.status-tag.limited{
  color:#f1d169;
  border:1px solid rgba(216,180,58,.36);
  background:rgba(216,180,58,.13);
}

.status-tag.closed{
  color:#f5b1b1;
  border:1px solid rgba(239,68,68,.28);
  background:rgba(239,68,68,.12);
}

.step-list{
  list-style:none;
  padding:0;
  margin:22px 0 28px;
  counter-reset:steps;
}

.step-list li{
  counter-increment:steps;
  position:relative;
  padding:0 0 18px 52px;
  margin:0 0 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.step-list li:before{
  content:counter(steps);
  position:absolute;
  left:0;
  top:2px;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#d8b43a;
  color:#0b1330;
  font-weight:800;
  font-size:14px;
}

.source-box{
  margin:30px 0;
  padding:20px 22px;
  background:rgba(255,255,255,.04);
}

.source-box ul{margin-bottom:0}

.cta-panel{
  margin:42px 0;
  padding:28px;
  background:linear-gradient(135deg,rgba(216,180,58,.12),rgba(17,27,63,.62));
}

.cta-panel h2,
.read-next h2{
  margin:0 0 10px;
  color:#fff;
  font-size:24px;
  letter-spacing:0;
}

.cta-panel .seo-actions{margin-top:18px}

.article-aside{
  position:sticky;
  top:96px;
  display:grid;
  gap:16px;
}

.article-aside-block{
  padding:20px;
}

.article-aside-block ul{
  margin:0;
  padding-left:18px;
}

.article-aside-block li{margin:8px 0}

.aside-price{
  display:block;
  color:#fff;
  font-size:30px;
  line-height:1;
  font-weight:800;
  margin:8px 0 10px;
}

.read-next{
  margin:54px 0 0;
  padding:26px;
}

.read-next-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}

.read-next-card{
  display:block;
  min-height:118px;
  padding:18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
  background:rgba(255,255,255,.05);
  text-decoration:none;
}

.read-next-card span{
  display:block;
  margin-bottom:8px;
  color:#d8b43a;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0;
}

.read-next-card strong{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.4;
}

.faq-mini{
  margin-top:36px;
}

.faq-mini article{
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.faq-mini article:last-child{border-bottom:0}

.faq-mini h3{margin-top:0}

.blog-wrapper{
  width:min(1200px,calc(100% - 48px));
  margin:0 auto;
  padding:108px 0 64px;
  color:rgba(255,255,255,.84);
  overflow-wrap:normal;
  word-break:normal;
}

.blog-header{
  max-width:820px;
  margin:0 auto 52px;
  text-align:center;
}

.blog-eyebrow,
.article-category{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 12px;
  border:1px solid rgba(216,180,58,.35);
  border-radius:999px;
  background:rgba(216,180,58,.1);
  color:#f1d169;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0;
}

.blog-title{
  max-width:900px;
  margin:18px auto 16px;
  color:#fff;
  font-size:clamp(38px,4.4vw,58px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:0;
}

.blog-subtitle{
  max-width:760px;
  margin:0 auto;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.72;
}

.articles-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:0 0 52px;
}

.article-card{
  position:relative;
  display:flex;
  min-height:214px;
  flex-direction:column;
  padding:22px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
  background:rgba(17,27,63,.5);
  color:inherit;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.article-card:hover{
  transform:translateY(-2px);
  border-color:rgba(216,180,58,.42);
  background:rgba(17,27,63,.68);
  box-shadow:0 16px 34px rgba(0,0,0,.22);
}

.article-card-cat,
.read-more-card-cat{
  margin:0 0 10px;
  color:#d8b43a;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0;
}

.article-card-title{
  margin:0 0 12px;
  color:#fff;
  font-size:21px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:0;
}

.article-card-desc{
  margin:0 0 20px;
  color:rgba(255,255,255,.68);
  font-size:15px;
  line-height:1.6;
}

.article-card-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  color:rgba(255,255,255,.52);
  font-size:13px;
}

.article-card-arrow{
  position:relative;
  width:14px;
  height:14px;
  flex:0 0 14px;
}

.article-card-arrow:before,
.blog-cta-button:after,
.article-cta-button:after{
  content:"";
  display:block;
  width:7px;
  height:7px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  transform:rotate(45deg);
}

.article-card-arrow:before{
  color:#d8b43a;
  margin:3px 0 0 1px;
}

.blog-cta,
.article-cta{
  margin:46px 0 0;
  padding:28px;
  border:1px solid rgba(216,180,58,.3);
  border-radius:8px;
  background:linear-gradient(135deg,rgba(216,180,58,.12),rgba(17,27,63,.62));
}

.blog-cta{
  text-align:center;
}

.blog-cta-title,
.article-cta-title{
  margin:0 0 10px;
  color:#fff;
  font-size:24px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:0;
}

.blog-cta-text,
.article-cta-text{
  max-width:680px;
  margin:0 auto 20px;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.65;
}

.blog-cta-button,
.article-cta-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:13px 20px;
  border-radius:6px;
  border:1px solid rgba(216,180,58,.35);
  background:linear-gradient(135deg,#d8b43a,#f1d169);
  color:#0b1330;
  font-weight:800;
  text-decoration:none;
  text-align:center;
  transition:transform .18s ease,box-shadow .18s ease;
}

.blog-cta-button:hover,
.article-cta-button:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(216,180,58,.2);
  color:#0b1330;
}

.article-wrapper{
  width:min(880px,calc(100% - 48px));
  margin:0 auto;
  padding:108px 0 56px;
  color:rgba(255,255,255,.84);
  overflow-wrap:normal;
  word-break:normal;
}

.article-wrapper .article-category{margin-bottom:20px}

.article-title{
  max-width:860px;
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(34px,4vw,48px);
  line-height:1.12;
  font-weight:800;
  letter-spacing:0;
}

.article-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin:0 0 34px;
  padding-bottom:22px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.56);
  font-size:14px;
}

.article-meta-dot{
  width:4px;
  height:4px;
  border-radius:50%;
  background:rgba(255,255,255,.3);
}

.article-lead{
  margin:0 0 30px;
  color:rgba(255,255,255,.84);
  font-size:18px;
  line-height:1.72;
}

.article-wrapper .article-toc{
  margin:28px 0 34px;
  padding:22px 24px;
  border:1px solid rgba(216,180,58,.25);
  border-radius:8px;
  background:rgba(216,180,58,.06);
}

.article-toc-list{
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:toc;
}

.article-toc-list li{
  counter-increment:toc;
  position:relative;
  margin:9px 0;
  padding-left:34px;
}

.article-toc-list li:before{
  content:counter(toc,decimal-leading-zero);
  position:absolute;
  left:0;
  top:0;
  color:rgba(216,180,58,.7);
  font-size:12px;
  font-weight:800;
  font-variant-numeric:tabular-nums;
}

.article-toc-list a{
  color:rgba(255,255,255,.78);
  text-decoration:none;
  border-bottom:1px solid transparent;
}

.article-toc-list a:hover{
  color:#f1d169;
  border-bottom-color:rgba(216,180,58,.35);
}

.article-wrapper .article-content{
  max-width:100%;
  font-size:16px;
  line-height:1.76;
}

.article-wrapper .article-content p{margin:16px 0}

.article-wrapper .article-content h2{
  margin:44px 0 16px;
  color:#fff;
  font-size:28px;
  line-height:1.24;
  letter-spacing:0;
}

.article-wrapper .article-content h3{
  margin:28px 0 12px;
  color:#f1d169;
  font-size:20px;
  line-height:1.32;
  letter-spacing:0;
}

.article-wrapper .article-toc-title{
  margin:0 0 14px;
  color:#d8b43a;
  font-size:12px;
  line-height:1.25;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0;
}

.article-wrapper .article-hero-figure,
.article-wrapper .article-section-figure{
  margin:24px 0 32px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
  overflow:hidden;
  background:#101a32;
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}

.article-wrapper .article-section-figure{margin:32px 0}

.article-hero-image,
.article-section-image{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}

.article-hero-image{aspect-ratio:12/7}
.article-section-image{aspect-ratio:5/3}

.article-figcaption{
  padding:12px 16px;
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(8,12,28,.72);
  color:rgba(255,255,255,.56);
  font-size:12px;
  line-height:1.45;
}

.fact-box{
  margin:24px 0;
  padding:20px 24px;
  border-left:4px solid #d8b43a;
  border-radius:0 8px 8px 0;
  background:linear-gradient(135deg,rgba(216,180,58,.1),rgba(17,27,63,.5));
  color:rgba(255,255,255,.84);
  font-size:15px;
  line-height:1.7;
}

.fact-box strong{color:#d8b43a}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  gap:14px;
  margin:24px 0;
}

.stat-block{
  padding:20px 14px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
  background:rgba(17,27,63,.5);
  text-align:center;
}

.stat-block-value{
  margin:0 0 6px;
  color:#d8b43a;
  font-size:28px;
  line-height:1;
  font-weight:800;
  font-variant-numeric:tabular-nums;
  letter-spacing:0;
}

.stat-block-label{
  color:rgba(255,255,255,.6);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0;
}

.tag{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:4px 9px;
  border-radius:6px;
  font-size:12px;
  font-weight:800;
}

.tag-green{color:#b8f2d0;border:1px solid rgba(68,204,127,.3);background:rgba(68,204,127,.12)}
.tag-yellow{color:#f1d169;border:1px solid rgba(216,180,58,.36);background:rgba(216,180,58,.13)}
.tag-red{color:#f5b1b1;border:1px solid rgba(239,68,68,.28);background:rgba(239,68,68,.12)}

.read-more{
  margin:54px 0 0;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.08);
}

.read-more-title{
  margin:0 0 18px;
  color:#d8b43a;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0;
}

.read-more-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.read-more-card{
  display:block;
  min-height:116px;
  padding:18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
  background:rgba(255,255,255,.05);
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.read-more-card:hover{
  transform:translateY(-2px);
  border-color:rgba(216,180,58,.42);
  background:rgba(17,27,63,.68);
}

.read-more-card-title{
  margin:0;
  color:#fff;
  font-size:15px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:0;
}

@media (max-width:980px){
  .seo-hero,
  .article-layout{
    grid-template-columns:1fr;
  }

  .seo-hero-media{
    max-width:620px;
  }

  .article-aside{
    position:static;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .articles-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .read-more-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:768px){
  .seo-article{padding:72px 0 44px}
  .blog-wrapper,
  .article-wrapper{width:calc(100% - 32px);padding:72px 0 44px}
  .blog-header{margin-bottom:34px}
  .blog-title{font-size:32px}
  .blog-subtitle,.article-lead{font-size:16px}
  .articles-grid,.read-more-grid{grid-template-columns:1fr;gap:14px}
  .article-card{min-height:auto;padding:20px}
  .article-title{font-size:30px}
  .seo-hero{gap:24px;padding-bottom:28px}
  .seo-hero h1{font-size:32px}
  .seo-lead{font-size:16px}
  .article-content{font-size:15px}
  .article-content h2{font-size:23px;margin-top:34px}
  .article-content h3{font-size:18px}
  .answer-box,
  .article-toc,
  .cta-panel,
  .read-next,
  .article-aside-block{padding:20px}
  .blog-cta,
  .article-cta{padding:22px}
  .read-next-grid,
  .article-aside{grid-template-columns:1fr}
}

@media (max-width:480px){
  .seo-article{padding-top:68px}
  .blog-wrapper,
  .article-wrapper{width:calc(100% - 28px);padding-top:68px}
  .seo-hero,
  .article-layout,
  .article-bottom{width:calc(100% - 28px)}
  .seo-hero h1{font-size:28px}
  .blog-title{font-size:28px}
  .article-title{font-size:27px}
  .article-meta{gap:10px;font-size:12px}
  .answer-box,
  .source-box,
  .article-toc,
  .cta-panel,
  .read-next,
  .article-aside-block,
  .blog-cta,
  .article-cta{padding:12px}
  .seo-actions{display:grid}
  .seo-button{width:100%}
  .blog-cta-button,
  .article-cta-button{width:100%}
  .step-list li{padding-left:46px}
}
