::-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',sans-serif;
}

.seo-article{
  padding:108px 0 64px;
  color:rgba(255,255,255,.84);
  overflow-wrap:break-word;
  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;
}

.seo-hero > *,
.seo-actions,
.seo-meta,
.article-breadcrumbs{
  min-width:0;
  max-width:100%;
}

.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;
  overflow-wrap:anywhere;
  word-break:normal;
}

.seo-article .resource-card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(210px,100%),1fr));
  gap:12px;
  margin:18px 0 34px;
}

.seo-article .resource-card-grid .article-card{
  min-height:0;
  padding:16px;
}

.seo-article .resource-card-grid .article-card:nth-child(3){
  grid-column:auto;
  min-height:0;
}

.seo-lead{
  max-width:780px;
  overflow-wrap:anywhere;
  word-break:normal;
  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:50px;
  padding:14px 22px;
  border-radius:7px;
  border:1px solid rgba(255,236,160,.54);
  font-size:14px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease,color .2s ease;
}

.seo-button.primary{
  background:linear-gradient(135deg,#f1d169 0%,#d8b43a 52%,#b58d22 100%);
  color:#0b1330;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.36),0 14px 34px rgba(216,180,58,.22),0 2px 0 rgba(7,11,28,.28);
}

.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.primary:hover{
  background:linear-gradient(135deg,#ffe78b 0%,#d8b43a 55%,#b98f24 100%);
  color:#0b1330;
  border-color:rgba(255,236,160,.72);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.42),0 18px 42px rgba(216,180,58,.3),0 2px 0 rgba(7,11,28,.28);
}

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

.seo-button:focus-visible{
  outline:2px solid rgba(255,231,154,.9);
  outline-offset:4px;
}

.seo-article a:focus-visible,
.navbar a:focus-visible,
.navbar button:focus-visible,
.footer a:focus-visible{
  outline:2px solid rgba(255,231,154,.9);
  outline-offset:4px;
  border-radius:4px;
}

.seo-button:active{
  transform:translateY(0);
}

.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:"";
  display:none;
}

.seo-hero-media img{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:clamp(300px,34vw,420px);
  object-fit:cover;
  object-position:center 58%;
  filter:none;
  border-radius:0;
  box-shadow:none;
}

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

.article-content{
  min-width:0;
  color:rgba(255,255,255,.88);
  font-size:17px;
  line-height:1.74;
  font-weight:400;
  overflow-wrap:break-word;
}

.article-content p,
.article-content li,
.article-content td{
  color:rgba(255,255,255,.86);
  font-weight:400;
}

.article-content p,
.article-content li,
.article-content h2,
.article-content h3,
.article-aside-block,
.seo-article .article-card{
  min-width:0;
  max-width:100%;
  overflow-wrap:break-word;
}

.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}

.research-summary{
  padding:24px;
}

.research-summary-label{
  margin:0 0 10px;
  color:#f1d169;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0;
}

.research-summary-lead{
  max-width:780px;
  margin:0 0 18px;
  color:rgba(255,255,255,.92);
  font-size:18px;
  line-height:1.62;
  font-weight:600;
}

.research-summary-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

.research-summary-list li{
  margin:0;
  min-width:0;
  padding:14px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:7px;
  background:rgba(10,18,40,.5);
}

.research-summary-list strong{
  display:block;
  margin-bottom:6px;
  color:#f1d169;
  font-size:20px;
  line-height:1;
  font-weight:800;
}

.research-summary-list span{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.45;
}

.research-page .article-content{
  color:rgba(255,255,255,.86);
  font-weight:500;
}

.research-page .article-content > p,
.research-page .article-content li,
.research-page .faq-mini p,
.research-page .article-aside-block p{
  color:rgba(255,255,255,.8);
  font-weight:500;
}

.research-page .article-content h2{
  margin-top:48px;
}

.research-page [id],
.research-page .research-summary,
.research-page .budget-model,
.research-page .article-table-wrap,
.research-page .faq-mini,
.research-page .cta-panel,
.research-page .article-aside,
.research-page .read-next{
  scroll-margin-top:96px;
}

.research-note{
  margin:22px 0 34px;
  padding:18px 20px;
  border:1px solid rgba(216,180,58,.22);
  border-radius:8px;
  background:linear-gradient(135deg,rgba(216,180,58,.1),rgba(10,18,40,.58));
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.68;
}

.research-note strong{
  color:#f1d169;
}

.budget-model{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:24px 0 28px;
}

.budget-model > div{
  min-width:0;
  padding:18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(24,35,74,.72),rgba(12,20,48,.78));
}

.budget-model span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  margin-bottom:12px;
  border-radius:50%;
  background:rgba(216,180,58,.18);
  color:#f1d169;
  font-size:11px;
  line-height:1;
  font-weight:800;
  font-variant-numeric:tabular-nums;
}

.budget-model strong{
  display:block;
  margin-bottom:7px;
  color:#fff;
  font-size:16px;
  line-height:1.25;
  font-weight:800;
}

.budget-model p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.58;
}

.research-page .source-box li{
  margin:10px 0;
}

.research-page .faq-mini h3{
  color:#f1d169;
  font-size:19px;
  line-height:1.34;
}

.research-page .article-aside-block{
  background:linear-gradient(180deg,rgba(17,27,63,.58),rgba(12,20,48,.74));
}

.research-page .aside-price-small{
  white-space:normal;
  font-size:20px;
  line-height:1.2;
}

.aside-checklist{
  margin:0;
  padding-left:18px;
}

.aside-checklist li{
  margin:8px 0;
  color:rgba(255,255,255,.8);
  font-size:14px;
  line-height:1.5;
  font-weight:600;
}

.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}

.seo-article .article-aside-cta{
  border-color:rgba(216,180,58,.34);
  background:linear-gradient(145deg,rgba(216,180,58,.14),rgba(17,27,63,.72));
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.seo-article .article-aside-cta p{
  color:rgba(255,255,255,.84);
}

.seo-article .article-aside-cta .aside-price{
  margin-bottom:12px;
}

.aside-buy-button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  width:100%;
  margin:18px 0 12px;
  padding:14px 18px;
  border:1px solid rgba(255,236,160,.56) !important;
  border-radius:7px;
  background:linear-gradient(135deg,#f1d169 0%,#d8b43a 52%,#b58d22 100%);
  color:#0b1330 !important;
  text-decoration:none !important;
  font-size:14px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-align:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.36),0 14px 32px rgba(216,180,58,.18),0 2px 0 rgba(7,11,28,.28);
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.aside-buy-button:hover{
  transform:translateY(-1px);
  background:linear-gradient(135deg,#ffe78b 0%,#d8b43a 55%,#b98f24 100%);
  color:#0b1330 !important;
  border-color:rgba(255,236,160,.72) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.42),0 18px 40px rgba(216,180,58,.26),0 2px 0 rgba(7,11,28,.28);
}

.aside-buy-button:focus-visible{
  outline:2px solid rgba(255,231,154,.9);
  outline-offset:4px;
}

.aside-support-link{
  display:block;
  color:rgba(255,255,255,.72) !important;
  border-bottom:0 !important;
  font-size:12px;
  line-height:1.45;
  text-align:center;
  overflow-wrap:anywhere;
}

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

.read-next{
  margin:62px auto 0;
  padding:30px 0 4px;
  border:0;
  border-top:1px solid rgba(216,180,58,.24);
  border-radius:0;
  background:transparent;
}

.read-next h2{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:16px;
  color:#fff;
  font-size:22px;
  line-height:1.24;
}

.read-next h2:after{
  content:"";
  flex:1;
  height:1px;
  background:linear-gradient(90deg,rgba(216,180,58,.46),rgba(255,255,255,0));
}

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

.read-next .read-next-card{
  position:relative;
  display:block;
  min-height:96px;
  padding:18px 46px 18px 18px;
  border:1px solid rgba(216,180,58,.18);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(24,35,74,.74),rgba(12,20,48,.82));
  color:inherit;
  text-decoration:none;
  box-shadow:none;
  overflow:hidden;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.read-next .read-next-card:first-child{
  border-color:rgba(216,180,58,.34);
  background:linear-gradient(180deg,rgba(34,43,78,.86),rgba(18,27,58,.88));
}

.read-next .read-next-card:after{
  content:"";
  position:absolute;
  top:22px;
  right:20px;
  width:9px;
  height:9px;
  border-top:2px solid #d8b43a;
  border-right:2px solid #d8b43a;
  transform:rotate(45deg);
  opacity:.78;
  transition:transform .18s ease,opacity .18s ease;
}

.read-next .read-next-card:hover{
  transform:translateY(-2px);
  border-color:rgba(216,180,58,.46);
  background:rgba(22,34,74,.82);
  box-shadow:0 14px 30px rgba(0,0,0,.2);
}

.read-next .read-next-card:hover:after{
  transform:translateX(3px) rotate(45deg);
  opacity:1;
}

.read-next .read-next-card:focus-visible{
  outline:2px solid rgba(241,209,105,.9);
  outline-offset:4px;
}

.read-next .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 .read-next-card strong{
  display:block;
  max-width:24ch;
  color:#fff;
  font-size:15px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:0;
}

.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:18px;
  border:1px solid rgba(216,180,58,.18);
  border-radius:8px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,0) 38%),
    linear-gradient(180deg,rgba(22,33,70,.84),rgba(11,18,44,.92));
  color:inherit;
  text-decoration:none;
  overflow:hidden;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.article-card:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg,#f1d169,rgba(216,180,58,0));
  opacity:.78;
}

.article-card:after{
  content:"";
  position:absolute;
  top:16px;
  right:16px;
  width:54px;
  height:1px;
  background:linear-gradient(90deg,rgba(216,180,58,0),rgba(216,180,58,.42));
  opacity:.72;
  pointer-events:none;
}

.article-card:hover{
  transform:translateY(-2px);
  border-color:rgba(241,209,105,.46);
  background:
    linear-gradient(135deg,rgba(241,209,105,.08),rgba(255,255,255,0) 42%),
    linear-gradient(180deg,rgba(27,40,82,.92),rgba(12,20,48,.96));
  box-shadow:0 18px 38px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.08);
}

.article-card-cat,
.read-more-card-cat{
  position:relative;
  z-index:1;
  align-self:flex-start;
  margin:0 0 16px;
  padding:5px 9px;
  border:1px solid rgba(216,180,58,.26);
  border-radius:6px;
  background:rgba(216,180,58,.08);
  color:#f1d169;
  font-size:11px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0;
}

.article-card-title{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  color:#fff;
  font-size:20px;
  line-height:1.22;
  font-weight:800;
  letter-spacing:0;
}

.article-card-desc{
  position:relative;
  z-index:1;
  max-width:54ch;
  margin:0 0 18px;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.55;
}

.article-card-meta{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:34px;
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.64);
  font-size:12px;
  font-weight:700;
}

.article-card-arrow{
  position:relative;
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  flex:0 0 30px;
  border:1px solid rgba(216,180,58,.28);
  border-radius:50%;
  background:rgba(216,180,58,.08);
  color:#f1d169;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.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:currentColor;
  margin:0 2px 0 0;
}

.article-card:hover .article-card-arrow{
  transform:translateX(2px);
  border-color:rgba(241,209,105,.54);
  background:rgba(216,180,58,.16);
}

.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:50px;
  padding:14px 22px;
  border-radius:7px;
  border:1px solid rgba(255,236,160,.54);
  background:linear-gradient(135deg,#f1d169 0%,#d8b43a 52%,#b58d22 100%);
  color:#0b1330;
  font-weight:800;
  font-size:14px;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.36),0 14px 34px rgba(216,180,58,.22),0 2px 0 rgba(7,11,28,.28);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
}

.blog-cta-button:hover,
.article-cta-button:hover{
  transform:translateY(-1px);
  background:linear-gradient(135deg,#ffe78b 0%,#d8b43a 55%,#b98f24 100%);
  border-color:rgba(255,236,160,.72);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.42),0 18px 42px rgba(216,180,58,.3),0 2px 0 rgba(7,11,28,.28);
  color:#0b1330;
}

.blog-cta-button:focus-visible,
.article-cta-button:focus-visible{
  outline:2px solid rgba(255,231,154,.9);
  outline-offset:4px;
}

.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:16px;line-height:1.72}
  .article-content h2{font-size:23px;margin-top:34px}
  .article-content h3{font-size:18px}
  .answer-box,
  .article-toc,
  .cta-panel,
  .article-aside-block{padding:20px}
  .budget-model{grid-template-columns:1fr}
  .research-summary-list{grid-template-columns:1fr}
  .read-next{padding:24px 0 0}
  .seo-article .resource-card-grid{
    grid-template-columns:1fr;
  }
  .seo-article .resource-card-grid .article-card,
  .seo-article .resource-card-grid .article-card:nth-child(3){
    grid-column:auto;
    min-height:auto;
  }
  .seo-article .article-table-wrap{
    overflow:visible;
    border:0;
    border-radius:0;
  }
  .seo-article .article-content table,
  .seo-article .article-content thead,
  .seo-article .article-content tbody,
  .seo-article .article-content tr,
  .seo-article .article-content th,
  .seo-article .article-content td{
    display:block;
    width:100%;
    min-width:0;
  }
  .seo-article .article-content table{
    background:transparent;
  }
  .seo-article .article-content thead,
  .seo-article .article-content th{
    display:none;
  }
  .seo-article .article-content tbody{
    display:grid;
    gap:12px;
  }
  .seo-article .article-content tr{
    padding:16px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:8px;
    background:rgba(10,18,40,.72);
  }
  .seo-article .article-content td{
    padding:0;
    border:0;
    color:rgba(255,255,255,.84);
    overflow-wrap:anywhere;
  }
  .seo-article .article-content td + td{
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid rgba(255,255,255,.08);
  }
  .seo-article .article-content td:before{
    content:attr(data-label);
    display:block;
    margin-bottom:4px;
    color:rgba(255,255,255,.52);
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:0;
  }
  .resource-page .article-table-wrap{
    overflow:visible;
    border:0;
    border-radius:0;
  }
  .resource-page .article-content table,
  .resource-page .article-content thead,
  .resource-page .article-content tbody,
  .resource-page .article-content tr,
  .resource-page .article-content td{
    display:block;
    width:100%;
    min-width:0;
  }
  .resource-page .article-content table{
    background:transparent;
  }
  .resource-page .article-content thead{
    display:none;
  }
  .resource-page .article-content th{
    display:none;
  }
  .resource-page .article-content tbody{
    display:grid;
    gap:12px;
  }
  .resource-page .article-content tr{
    padding:16px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:8px;
    background:rgba(10,18,40,.72);
  }
  .resource-page .article-content td{
    padding:0;
    border:0;
  }
  .resource-page .article-content td:first-child{
    color:#f1d169;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
  }
  .resource-page .article-content td + td{
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid rgba(255,255,255,.08);
  }
  .ticket-price-table{
    overflow:visible;
    border:0;
    border-radius:0;
  }
  .ticket-price-table table,
  .ticket-price-table thead,
  .ticket-price-table tbody,
  .ticket-price-table tr,
  .ticket-price-table td{
    display:block;
    width:100%;
    min-width:0;
  }
  .ticket-price-table table{
    background:transparent;
  }
  .ticket-price-table thead{
    display:none;
  }
  .ticket-price-table tbody{
    display:grid;
    gap:12px;
  }
  .ticket-price-table tr{
    padding:16px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:8px;
    background:rgba(10,18,40,.72);
  }
  .ticket-price-table td{
    padding:0;
    border:0;
    color:rgba(255,255,255,.84);
  }
  .ticket-price-table td + td{
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid rgba(255,255,255,.08);
  }
  .ticket-price-table td:before{
    content:attr(data-label);
    display:block;
    margin-bottom:4px;
    color:rgba(255,255,255,.52);
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:0;
  }
  .ticket-price-table td:first-child{
    color:#f1d169;
    font-weight:800;
  }
  .ticket-price-table td:first-child:before{
    color:rgba(241,209,105,.62);
  }
  .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,
  .article-aside-block,
  .blog-cta,
  .article-cta{padding:12px}
  .research-summary-lead{font-size:16px;line-height:1.55}
  .research-summary-list li{padding:12px}
  .budget-model > div{padding:14px}
  .read-next{padding:20px 0 0}
  .read-next h2{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .read-next h2:after{
    width:100%;
    flex:none;
  }
  .read-next .read-next-card{
    min-height:86px;
    padding:16px 42px 16px 16px;
  }
  .seo-actions{display:grid}
  .seo-button{width:100%}
  .blog-cta-button,
  .article-cta-button{width:100%}
  .step-list li{padding-left:46px}
}
