
:root{
  --ink:#1b2430;
  --body:#4a5568;
  --grey:#718096;
  --line:#e8ecf1;
  --paper:#ffffff;
  --soft:#f6f8fb;
  --blue:#1a56db;
  --blue-dk:#1442ad;
  --blue-soft:#eaf1ff;
  --green:#0f9d58;
  --wrap:1080px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:var(--body);background:var(--paper);line-height:1.7;-webkit-font-smoothing:antialiased}
h1,h2,h3,.dh{font-family:'Poppins',sans-serif;line-height:1.2;color:var(--ink)}
a{color:var(--blue);text-decoration:none}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}

/* HEADER */
header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{font-family:'Poppins';font-weight:700;font-size:22px;color:var(--ink)}
.logo b{color:var(--blue)}
.nav-links{display:flex;gap:28px;align-items:center}
.nav-links a{color:var(--body);font-weight:500;font-size:15px}
.nav-links a:hover{color:var(--blue)}
.btn{display:inline-block;background:var(--blue);color:#fff;font-weight:600;padding:11px 22px;border-radius:8px;font-size:15px;transition:background .15s;cursor:pointer}
.btn:hover{background:var(--blue-dk)}
.menu-toggle{display:none;background:none;border:0;font-size:26px;color:var(--ink);cursor:pointer}

/* HERO */
.hero{padding:76px 0;text-align:center;background:var(--soft);border-bottom:1px solid var(--line)}
.pill{display:inline-flex;align-items:center;gap:8px;background:var(--blue-soft);color:var(--blue-dk);font-weight:600;font-size:13px;padding:7px 16px;border-radius:100px;margin-bottom:24px}
.pill .dot{width:7px;height:7px;border-radius:50%;background:var(--green)}
.hero h1{font-size:clamp(34px,5.4vw,52px);font-weight:700;margin-bottom:20px;max-width:16ch;margin-left:auto;margin-right:auto}
.hero p{font-size:clamp(16px,2vw,19px);color:var(--body);max-width:60ch;margin:0 auto 20px}
.answer{display:inline-block;background:#fff;border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:8px;padding:16px 24px;font-family:'Poppins';font-weight:600;color:var(--ink);font-size:clamp(16px,2vw,19px);margin-bottom:28px;box-shadow:0 4px 16px rgba(27,86,219,.06)}
.hero-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.btn-ghost{background:#fff;border:1px solid var(--line);color:var(--ink)}
.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}

/* STAT ROW */
.statrow{background:#fff;border-bottom:1px solid var(--line)}
.statrow .g{display:grid;grid-template-columns:repeat(4,1fr)}
.statrow .c{padding:24px 12px;text-align:center;border-right:1px solid var(--line)}
.statrow .c:last-child{border-right:0}
.statrow .n{font-family:'Poppins';font-weight:700;font-size:24px;color:var(--blue)}
.statrow .l{font-size:13px;color:var(--grey);margin-top:2px}

/* SECTIONS */
section{padding:60px 0}
.eyebrow{font-family:'Poppins';font-weight:600;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--blue);margin-bottom:12px}
.section-title{font-size:clamp(26px,3.4vw,34px);font-weight:700;margin-bottom:16px;max-width:22ch}
.prose{max-width:66ch}
.prose p{font-size:16.5px;margin-bottom:16px}
.prose p strong{color:var(--ink)}
.center{text-align:center}
.center .section-title,.center .prose{margin-left:auto;margin-right:auto}
.soft{background:var(--soft)}
.inline-link{font-weight:600;border-bottom:1px solid rgba(26,86,219,.3)}

/* CARDS */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:30px;transition:all .15s}
.card:hover{box-shadow:0 12px 30px rgba(27,86,219,.08);transform:translateY(-3px);border-color:#d5deee}
.card .ic{width:44px;height:44px;border-radius:10px;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-family:'Poppins';font-weight:700;color:var(--blue);font-size:18px}
.card h3{font-size:19px;margin-bottom:8px}
.card p{font-size:14.5px;color:var(--grey)}

/* WAGER */
.wager{background:var(--ink);border-radius:16px;padding:44px;color:#e6ebf2}
.wager .eyebrow{color:#7fa8ff}
.wager h2{color:#fff;font-size:clamp(24px,3vw,32px);margin-bottom:16px}
.wager p{color:#c0cad8;font-size:16.5px;margin-bottom:14px;max-width:66ch}
.maths{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px}
.mbox{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:22px 26px;flex:1;min-width:200px}
.mbox .k{font-size:13px;color:#95a3b8;font-weight:600;margin-bottom:6px}
.mbox .v{font-family:'Poppins';font-weight:700;font-size:30px;color:#fff}
.mbox.good{border-color:rgba(94,224,138,.4)}
.mbox.good .v{color:#5ee08a}

/* WELCOME */
.welcome{display:grid;grid-template-columns:1.5fr 1fr;gap:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.welcome .t{padding:38px}
.welcome h2{font-size:26px;margin-bottom:12px}
.welcome p{font-size:15.5px;color:var(--body)}
.welcome .b{background:var(--blue);color:#fff;padding:38px;display:flex;flex-direction:column;justify-content:center;text-align:center}
.welcome .b .big{font-family:'Poppins';font-weight:700;font-size:36px;line-height:1;margin-bottom:8px}
.welcome .b small{font-size:13.5px;opacity:.92}

/* FAQ */
.faq-item{border:1px solid var(--line);border-radius:10px;margin-bottom:12px;overflow:hidden;background:#fff}
.faq-q{width:100%;text-align:left;background:none;border:0;padding:20px 24px;font-family:'Poppins';font-weight:600;font-size:16px;color:var(--ink);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-q:hover{background:var(--soft)}
.faq-q .chev{transition:transform .2s;color:var(--blue);flex-shrink:0;font-size:22px;line-height:1}
.faq-item.open .chev{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .28s ease}
.faq-a p{padding:0 24px 20px;color:var(--grey);font-size:15px}

/* EXPLORE */
.explore{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.ex-card{border:1px solid var(--line);border-radius:10px;padding:22px 24px;background:#fff;transition:all .15s;display:flex;justify-content:space-between;align-items:center;gap:14px}
.ex-card:hover{border-color:var(--blue);background:#fafcff}
.ex-card strong{color:var(--ink);font-family:'Poppins';font-size:16px;display:block;margin-bottom:2px;font-weight:600}
.ex-card small{color:var(--grey);font-size:13.5px}
.ex-card .go{color:var(--blue);font-size:22px;flex-shrink:0}

/* RG */
.rg{background:var(--soft);border:1px solid var(--line);border-radius:12px;padding:26px 30px;font-size:14.5px;color:var(--body);display:flex;gap:16px;align-items:flex-start}
.rg .b18{background:var(--ink);color:#fff;font-family:'Poppins';font-weight:600;border-radius:50%;width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:12px}

/* FOOTER */
footer{background:var(--ink);color:#aeb8c6;padding:52px 0 32px}
.foot-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1)}
.foot-brand .logo{color:#fff;font-family:'Poppins';font-weight:700;font-size:22px;margin-bottom:12px}
.foot-brand .logo b{color:#5b8dff}
.foot-brand p{font-size:14px;color:#8b97a8;max-width:34ch}
.foot-col h4{color:#fff;font-family:'Poppins';font-size:14px;font-weight:600;margin-bottom:14px;letter-spacing:.02em}
.foot-col a{display:block;color:#aeb8c6;font-size:14px;padding:5px 0;transition:color .15s}
.foot-col a:hover{color:#fff}
.foot-bottom{padding-top:26px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;align-items:center;font-size:13px;color:#8b97a8}
.foot-bottom .age{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:600}
.foot-bottom .age .b{background:#5b8dff;color:var(--ink);font-weight:700;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:11px;font-family:'Poppins'}
.foot-bottom a{color:#aeb8c6}

@media(max-width:820px){
  .statrow .g{grid-template-columns:1fr 1fr}
  .statrow .c:nth-child(2){border-right:0}
  .statrow .c:nth-child(1),.statrow .c:nth-child(2){border-bottom:1px solid var(--line)}
  .cards,.explore{grid-template-columns:1fr}
  .welcome{grid-template-columns:1fr}
  .foot-top{grid-template-columns:1fr;gap:28px}
  .wager{padding:30px 24px}
  .nav-links{position:fixed;inset:72px 0 auto 0;background:#fff;flex-direction:column;padding:20px 24px;gap:18px;border-bottom:1px solid var(--line);display:none}
  .nav-links.show{display:flex}
  .menu-toggle{display:block}
}


/* WordPress integration */
body.admin-bar header{top:32px}
@media(max-width:782px){body.admin-bar header{top:46px}}
.site-main{min-height:60vh}
.nav-links ul,.foot-col ul{list-style:none;margin:0;padding:0}
.nav-links .menu{display:flex;gap:28px;align-items:center}
.nav-links li{margin:0;padding:0}
.nav-links .current-menu-item>a,.nav-links .current_page_item>a{color:var(--blue)}
.foot-col .menu{display:block}
.foot-col li{margin:0}
.custom-logo-link{display:flex;align-items:center}
.custom-logo{max-height:40px;width:auto}
.wp-content{padding:60px 0}
.wp-content .entry-content{max-width:760px}
.entry-content>*{max-width:100%}
.entry-content h2{font-size:clamp(26px,3.4vw,34px);margin:34px 0 16px}
.entry-content h3{font-size:22px;margin:28px 0 12px}
.entry-content p,.entry-content li{font-size:16.5px}
.entry-content ul,.entry-content ol{padding-left:24px;margin:0 0 20px}
.page-hero{padding:68px 0;background:var(--soft);border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(34px,5.4vw,52px);max-width:18ch;margin-bottom:16px}
.page-hero p{max-width:62ch;font-size:18px}
.posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:28px}
.post-card{border:1px solid var(--line);border-radius:12px;padding:26px;background:#fff}
.post-card h2{font-size:23px;margin-bottom:10px}
.post-card .meta{font-size:13px;color:var(--grey);margin-bottom:10px}
.pagination{margin-top:30px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{position:fixed!important;top:8px;left:8px;width:auto;height:auto;padding:12px;background:#fff;color:#000;clip:auto;z-index:100000}
@media(max-width:820px){
  .nav-links .menu{flex-direction:column;gap:18px;width:100%;align-items:flex-start}
  .posts-grid{grid-template-columns:1fr}
}

/* Dynamic homepage additions */
.trustrow .c{display:flex;align-items:center;justify-content:center;gap:10px;text-align:left}
.trustrow .n.trust-check{font-size:18px;line-height:1;color:var(--green);flex:none}
.trustrow .l{max-width:190px;color:var(--body);font-weight:500}
.section-intro{margin-bottom:36px}
.offers-closing{max-width:66ch;margin:24px auto 0;text-align:center;color:var(--body)}
.mbox-caption{margin-top:6px}
.wager-link{margin-top:22px!important}
.wager-link a{color:#7fa8ff;font-weight:600}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.info-panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:30px}
.info-panel .section-title{font-size:clamp(24px,3vw,30px);max-width:none}
.info-panel .prose{max-width:none}
.faq-list{margin-top:24px}
.responsible-section{padding-top:0}

@media(max-width:820px){
  .trustrow .c{justify-content:flex-start;text-align:left;padding-left:20px;padding-right:20px}
  .trustrow .l{max-width:none}
  .info-grid{grid-template-columns:1fr}
}

/* Flexible homepage builder */
.builder-cards.cols-2{grid-template-columns:repeat(2,1fr)}
.builder-cards.cols-3{grid-template-columns:repeat(3,1fr)}
.builder-cards.cols-4{grid-template-columns:repeat(4,1fr)}
.builder-cards .card .inline-link{display:inline-block;margin-top:8px}
.builder-panels{grid-template-columns:repeat(2,minmax(0,1fr))}
.builder-empty-notice{max-width:760px;margin:40px auto;padding:32px;border:1px solid var(--line);border-radius:14px;background:var(--soft)}
.builder-empty-notice h1{font-size:32px;margin-bottom:14px}
.builder-empty-notice p{margin-bottom:16px}
.section-builder-content.center .prose{margin-left:auto;margin-right:auto}
.section-builder-content.center .section-title{margin-left:auto;margin-right:auto}

@media(max-width:1000px){
  .builder-cards.cols-4{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .builder-cards.cols-2,.builder-cards.cols-3,.builder-cards.cols-4{grid-template-columns:1fr}
  .builder-panels{grid-template-columns:1fr}
}

/* Native builder refinements */
.builder-panels.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.builder-panels.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.builder-panels.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.faq-a>div{padding:0 24px 20px;color:var(--grey);font-size:15px}
.faq-a>div p{padding:0;margin:0 0 12px;font-size:15px}
.faq-a>div p:last-child{margin-bottom:0}
@media(max-width:1000px){.builder-panels.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.builder-panels.cols-2,.builder-panels.cols-3,.builder-panels.cols-4{grid-template-columns:1fr}}


/* Sports betting page and reusable disclosure styling */
.prose ul,
.prose ol{
  margin:0 0 20px;
  padding-left:24px;
}
.prose li{
  margin-bottom:8px;
  font-size:16.5px;
}
.section-builder-disclosure{
  padding:0 0 42px;
}
.disclosure-note{
  padding:16px 20px;
  border:1px solid var(--line);
  border-left:4px solid var(--blue);
  border-radius:8px;
  background:var(--soft);
  color:var(--grey);
  font-size:13.5px;
  line-height:1.65;
}

/* Contact Us page and Contact Form 7 */
.themrq-contact-layout{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);
  gap:30px;
  align-items:start;
}
.themrq-contact-main,
.themrq-contact-aside{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
}
.themrq-contact-main{padding:38px}
.themrq-contact-aside{padding:30px;position:sticky;top:96px}
.themrq-contact-aside h3{font-size:22px;margin-bottom:14px}
.themrq-contact-aside .prose{max-width:none}
.themrq-contact-aside ul{margin:0 0 20px;padding-left:20px}
.themrq-contact-aside li{margin-bottom:10px}
.themrq-contact-intro{margin-bottom:24px}
.themrq-contact-form-wrap{margin-top:26px}
.themrq-cf7-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.themrq-cf7-field{margin-bottom:20px}
.themrq-cf7-field label{display:block;margin-bottom:8px;font-family:'Poppins',sans-serif;font-size:14px;font-weight:600;color:var(--ink)}
.themrq-optional{font-family:'Inter',sans-serif;font-size:12px;font-weight:500;color:var(--grey)}
.themrq-contact-form input[type="text"],
.themrq-contact-form input[type="email"],
.themrq-contact-form select,
.themrq-contact-form textarea{
  width:100%;
  min-height:50px;
  border:1px solid #d8dee8;
  border-radius:9px;
  background:#fff;
  color:var(--ink);
  font:inherit;
  padding:12px 14px;
  outline:none;
  transition:border-color .15s,box-shadow .15s;
}
.themrq-contact-form textarea{min-height:150px;resize:vertical;line-height:1.55}
.themrq-contact-form input:focus,
.themrq-contact-form select:focus,
.themrq-contact-form textarea:focus{
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(26,86,219,.12);
}
.themrq-contact-form .wpcf7-not-valid{border-color:#c93a45!important}
.themrq-contact-form .wpcf7-not-valid-tip{display:block;margin-top:7px;color:#a71d2a;font-size:13px}
.themrq-character-count{display:flex;justify-content:flex-end;gap:5px;margin-top:7px;color:var(--grey);font-size:12.5px}
.themrq-cf7-privacy{padding:16px 18px;border:1px solid var(--line);border-radius:9px;background:var(--soft);font-size:13.5px;line-height:1.55}
.themrq-cf7-privacy .wpcf7-list-item{margin:0}
.themrq-cf7-privacy label{display:flex;align-items:flex-start;gap:10px}
.themrq-cf7-privacy input[type="checkbox"]{width:18px;height:18px;margin-top:2px;flex:none;accent-color:var(--blue)}
.themrq-cf7-warning{margin:16px 0 0;padding:12px 14px;border-left:3px solid var(--blue);background:var(--blue-soft);color:var(--body);font-size:13px}
.themrq-cf7-actions{margin-top:20px}
.themrq-contact-form input[type="submit"],
.themrq-contact-form .themrq-cf7-submit{
  appearance:none;
  border:0;
  border-radius:8px;
  background:var(--blue);
  color:#fff;
  cursor:pointer;
  font-family:'Inter',sans-serif;
  font-size:15px;
  font-weight:600;
  padding:13px 24px;
  transition:background .15s,transform .15s;
}
.themrq-contact-form input[type="submit"]:hover{background:var(--blue-dk);transform:translateY(-1px)}
.themrq-contact-form input[type="submit"]:disabled{cursor:not-allowed;opacity:.65;transform:none}
.themrq-contact-form .wpcf7-spinner{margin:0 0 0 12px;vertical-align:middle}
.themrq-contact-form .wpcf7-response-output{margin:20px 0 0!important;padding:13px 15px!important;border-width:1px!important;border-radius:8px;font-size:14px}
.themrq-form-footnote{margin-top:18px;color:var(--grey);font-size:13px}
.themrq-form-footnote p{font-size:13px;margin-bottom:0}
.themrq-form-status-notice{padding:18px;border:1px solid var(--line);border-radius:9px;background:var(--soft);color:var(--body)}
@media(max-width:900px){
  .themrq-contact-layout{grid-template-columns:1fr}
  .themrq-contact-aside{position:static}
}
@media(max-width:600px){
  .themrq-contact-main,.themrq-contact-aside{padding:24px 20px}
  .themrq-cf7-grid{grid-template-columns:1fr;gap:0}
}

/* Blog archive and single article templates */
.blog-hero{
  position:relative;
  overflow:hidden;
  padding:76px 0 68px;
  background:linear-gradient(135deg,#f7f9fc 0%,#eef4ff 100%);
  border-bottom:1px solid var(--line);
}
.blog-hero:before,
.blog-hero:after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.blog-hero:before{
  width:420px;
  height:420px;
  right:-180px;
  top:-230px;
  background:rgba(26,86,219,.07);
}
.blog-hero:after{
  width:220px;
  height:220px;
  left:-120px;
  bottom:-130px;
  background:rgba(15,157,88,.055);
}
.blog-hero-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);
  gap:58px;
  align-items:center;
}
.blog-hero-copy h1{
  max-width:13ch;
  margin-bottom:18px;
  font-size:clamp(38px,5.6vw,58px);
}
.blog-hero-copy>p{
  max-width:62ch;
  font-size:18px;
}
.blog-hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-top:26px;
}
.blog-hero-points span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--ink);
  font-size:13.5px;
  font-weight:600;
}
.blog-hero-points i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#e7f5ee;
  color:var(--green);
  font-style:normal;
  font-size:12px;
}
.blog-search{
  padding:28px;
  border:1px solid rgba(26,86,219,.14);
  border-radius:16px;
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 45px rgba(27,36,48,.08);
}
.blog-search label{
  display:block;
  margin-bottom:10px;
  color:var(--ink);
  font-family:'Poppins',sans-serif;
  font-size:16px;
  font-weight:600;
}
.blog-search-row{
  display:flex;
  gap:10px;
}
.blog-search input[type="search"]{
  min-width:0;
  flex:1;
  height:48px;
  padding:0 15px;
  border:1px solid #d9e0e9;
  border-radius:8px;
  background:#fff;
  color:var(--ink);
  font:inherit;
  outline:none;
}
.blog-search input[type="search"]:focus{
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(26,86,219,.11);
}
.blog-search button{
  height:48px;
  padding:0 20px;
  border:0;
  border-radius:8px;
  background:var(--blue);
  color:#fff;
  font-family:'Inter',sans-serif;
  font-weight:600;
  cursor:pointer;
}
.blog-search button:hover{background:var(--blue-dk)}
.blog-search small{
  display:block;
  margin-top:10px;
  color:var(--grey);
  font-size:12.5px;
}
.blog-topic-bar{
  border-bottom:1px solid var(--line);
  background:#fff;
}
.blog-topic-inner{
  display:flex;
  align-items:center;
  gap:18px;
  padding-top:18px;
  padding-bottom:18px;
}
.blog-topic-label{
  flex:none;
  color:var(--ink);
  font-family:'Poppins',sans-serif;
  font-size:13px;
  font-weight:600;
}
.blog-topic-links{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.blog-topic-links a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 11px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--body);
  background:#fff;
  font-size:12.5px;
  font-weight:600;
  transition:.15s ease;
}
.blog-topic-links a:hover{
  border-color:#c5d5f7;
  color:var(--blue);
  background:var(--blue-soft);
}
.blog-topic-links a span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:20px;
  height:20px;
  padding:0 5px;
  border-radius:999px;
  background:var(--soft);
  color:var(--grey);
  font-size:11px;
}
.blog-listing-section{padding:68px 0 76px}
.blog-section-heading{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:flex-end;
  margin-bottom:30px;
}
.blog-section-heading .section-title{max-width:none;margin-bottom:8px}
.blog-section-heading p{color:var(--grey)}
.blog-featured-card{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
  overflow:hidden;
  margin-bottom:30px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 44px rgba(27,36,48,.06);
}
.blog-featured-media,
.blog-card-media{
  display:block;
  overflow:hidden;
  background:#eaf1ff;
}
.blog-featured-media{min-height:390px}
.blog-featured-media img,
.blog-card-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.blog-featured-card:hover .blog-featured-media img,
.blog-card:hover .blog-card-media img{transform:scale(1.025)}
.blog-card-placeholder{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  min-height:210px;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 28%,rgba(26,86,219,.22),transparent 26%),
    linear-gradient(145deg,#f4f7fc 0%,#e8effb 100%);
}
.blog-card-placeholder:before,
.blog-card-placeholder:after{
  content:"";
  position:absolute;
  border:1px solid rgba(26,86,219,.13);
  border-radius:50%;
}
.blog-card-placeholder:before{width:210px;height:210px;right:-55px;top:-70px}
.blog-card-placeholder:after{width:120px;height:120px;left:-25px;bottom:-45px}
.blog-card-placeholder>span{
  position:relative;
  z-index:1;
  color:var(--ink);
  font-family:'Poppins',sans-serif;
  font-size:22px;
  font-weight:700;
}
.blog-card-placeholder b{color:var(--blue)}
.blog-featured-placeholder{min-height:390px}
.blog-featured-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:42px;
}
.blog-featured-body h2{
  margin:12px 0 14px;
  font-size:clamp(28px,3.4vw,38px);
}
.blog-featured-body h2 a{color:var(--ink)}
.blog-featured-body h2 a:hover{color:var(--blue)}
.blog-featured-body>p{font-size:16px;color:var(--body)}
.blog-featured-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:26px;
}
.blog-featured-footer time{font-size:13px;color:var(--grey)}
.blog-card-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.blog-category{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:4px 10px;
  border-radius:999px;
  background:var(--blue-soft);
  color:var(--blue-dk);
  font-size:11.5px;
  font-weight:700;
  letter-spacing:.02em;
}
.blog-category:hover{background:#dce8ff;color:var(--blue-dk)}
.blog-reading-time{color:var(--grey);font-size:12px;white-space:nowrap}
.blog-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.blog-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.blog-card:hover{
  transform:translateY(-4px);
  border-color:#d5ddeb;
  box-shadow:0 16px 34px rgba(27,36,48,.075);
}
.blog-card-media{aspect-ratio:16/9}
.blog-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:24px;
}
.blog-card-title{
  margin:14px 0 10px;
  font-size:21px;
  line-height:1.28;
}
.blog-card-title a{color:var(--ink)}
.blog-card-title a:hover{color:var(--blue)}
.blog-card-excerpt{
  margin-bottom:20px;
  color:var(--grey);
  font-size:14.5px;
}
.blog-card-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding-top:17px;
  border-top:1px solid var(--line);
}
.blog-card-footer time{color:var(--grey);font-size:12.5px}
.blog-read-link{font-size:13px;font-weight:700}
.blog-pagination{margin-top:38px}
.blog-pagination .nav-links{
  position:static;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:row;
  gap:8px;
  padding:0;
  border:0;
  background:transparent;
}
.blog-pagination .page-numbers{
  display:inline-flex;
  min-width:40px;
  height:40px;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--body);
  font-size:13px;
  font-weight:600;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current{
  border-color:var(--blue);
  background:var(--blue);
  color:#fff;
}
.blog-empty-state{
  max-width:650px;
  margin:20px auto 0;
  padding:48px 30px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--soft);
  text-align:center;
}
.blog-empty-state h2{margin:12px 0 9px;font-size:27px}
.blog-empty-state p{margin:0 auto 22px;max-width:48ch;color:var(--grey)}
.blog-empty-icon{
  display:inline-flex;
  width:50px;
  height:50px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:var(--blue-soft);
  color:var(--blue);
  font-family:'Poppins',sans-serif;
  font-size:21px;
  font-weight:700;
}
.blog-support-section,
.single-post-support{padding:0 0 60px}
.blog-disclosure{
  max-width:760px;
  margin:18px auto 0;
  color:var(--grey);
  font-size:12.5px;
  text-align:center;
}
.blog-taxonomy-hero .post-breadcrumb{margin-bottom:22px}
.blog-taxonomy-hero h1{max-width:none}
.archive-description{max-width:62ch;font-size:17px}
.blog-search-inline{max-width:620px;margin-top:24px;padding:0;border:0;background:transparent;box-shadow:none}

/* Single article */
.single-post-hero{
  padding:64px 0 58px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,#f7f9fc 0%,#fff 100%);
}
.single-post-hero-inner{max-width:900px}
.post-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-bottom:28px;
  color:var(--grey);
  font-size:13px;
}
.post-breadcrumb a{font-weight:600}
.single-post-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
  color:var(--grey);
  font-size:13px;
}
.single-post-hero h1{
  max-width:18ch;
  margin-bottom:20px;
  font-size:clamp(38px,5.5vw,58px);
}
.single-post-deck{
  max-width:68ch;
  color:var(--body);
  font-size:clamp(17px,2vw,20px);
  line-height:1.65;
}
.single-post-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 22px;
  margin-top:26px;
  color:var(--grey);
  font-size:12.5px;
}
.single-post-image-wrap{margin-top:40px}
.single-post-image{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--soft);
}
.single-post-image img{display:block;width:100%;height:auto}
.single-post-image figcaption{
  padding:10px 16px;
  color:var(--grey);
  font-size:12.5px;
  text-align:center;
}
.single-post-section{padding:56px 0 64px}
.single-post-layout{
  display:grid;
  grid-template-columns:minmax(0,760px) minmax(250px,1fr);
  gap:56px;
  align-items:start;
}
.single-post-article{min-width:0}
.single-post-content{max-width:760px}
.single-post-content>*:first-child{margin-top:0}
.single-post-content h2{
  scroll-margin-top:96px;
  margin:42px 0 16px;
  font-size:clamp(27px,3.4vw,35px);
}
.single-post-content h3{
  scroll-margin-top:96px;
  margin:30px 0 12px;
  font-size:22px;
}
.single-post-content h4{
  margin:24px 0 10px;
  color:var(--ink);
  font-family:'Poppins',sans-serif;
  font-size:18px;
}
.single-post-content p,
.single-post-content li{font-size:17px;line-height:1.8}
.single-post-content p{margin-bottom:20px}
.single-post-content ul,
.single-post-content ol{margin:0 0 24px;padding-left:26px}
.single-post-content li{margin-bottom:8px}
.single-post-content a{font-weight:600;border-bottom:1px solid rgba(26,86,219,.25)}
.single-post-content img{height:auto;border-radius:12px}
.single-post-content figure{margin:30px 0}
.single-post-content figcaption{margin-top:8px;color:var(--grey);font-size:12.5px;text-align:center}
.single-post-content blockquote{
  margin:30px 0;
  padding:24px 28px;
  border-left:4px solid var(--blue);
  border-radius:0 12px 12px 0;
  background:var(--blue-soft);
}
.single-post-content blockquote p:last-child{margin-bottom:0}
.single-post-content table{
  width:100%;
  margin:28px 0;
  border-collapse:collapse;
  border:1px solid var(--line);
  font-size:14.5px;
}
.single-post-content th,
.single-post-content td{padding:13px 15px;border:1px solid var(--line);text-align:left;vertical-align:top}
.single-post-content th{background:var(--soft);color:var(--ink);font-weight:700}
.single-post-content pre{
  overflow:auto;
  margin:26px 0;
  padding:20px;
  border-radius:10px;
  background:var(--ink);
  color:#edf2f8;
}
.single-post-content code{font-size:.9em}
.single-post-content .wp-block-button__link{
  border:0;
  border-radius:8px;
  background:var(--blue);
  color:#fff;
  font-weight:700;
}
.single-post-content .wp-block-separator{margin:38px 0;border-color:var(--line)}
.post-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-top:36px;
  padding-top:24px;
  border-top:1px solid var(--line);
  font-size:13px;
}
.post-tags>span{color:var(--ink);font-weight:700}
.post-tags a{
  padding:5px 9px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--body);
  background:var(--soft);
}
.post-source-note{
  margin-top:30px;
  padding:22px 24px;
  border:1px solid var(--line);
  border-left:4px solid var(--blue);
  border-radius:10px;
  background:var(--soft);
}
.post-source-note strong{display:block;margin-bottom:6px;color:var(--ink);font-family:'Poppins',sans-serif}
.post-source-note p{margin:0;color:var(--grey);font-size:14px}
.single-post-sidebar{
  position:sticky;
  top:96px;
  display:grid;
  gap:18px;
}
.post-sidebar-card{
  padding:24px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fff;
}
.post-sidebar-card h2{margin-bottom:14px;font-size:18px}
.post-toc-list{margin:0;padding-left:20px}
.post-toc-list li{margin-bottom:9px;color:var(--grey);font-size:13px}
.post-toc-list li.is-subheading{margin-left:12px}
.post-toc-list a{color:var(--body)}
.post-toc-list a:hover{color:var(--blue)}
.post-sidebar-links{display:grid}
.post-sidebar-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid var(--line);
  color:var(--body);
  font-size:13px;
  font-weight:600;
}
.post-sidebar-links a:last-child{border-bottom:0}
.post-sidebar-rg{background:var(--ink);color:#dce3ed}
.post-sidebar-rg h2{color:#fff}
.post-sidebar-rg p{margin-bottom:14px;color:#b6c1cf;font-size:13.5px}
.post-sidebar-rg a{color:#8cb1ff;font-size:13px;font-weight:700}
.post-sidebar-18{
  display:inline-flex;
  width:38px;
  height:38px;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  border-radius:50%;
  background:#5b8dff;
  color:var(--ink);
  font-family:'Poppins',sans-serif;
  font-size:12px;
  font-weight:700;
}
.post-navigation-section{padding:0 0 60px}
.post-navigation-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.post-navigation-cards>div:empty{display:none}
.post-navigation-cards a{
  display:block;
  height:100%;
  padding:22px 24px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  transition:.15s ease;
}
.post-navigation-cards a:hover{border-color:var(--blue);background:#fafcff}
.post-navigation-cards span{display:block;margin-bottom:5px;color:var(--grey);font-size:12px}
.post-navigation-cards strong{display:block;color:var(--ink);font-family:'Poppins',sans-serif;font-size:16px}
.post-navigation-cards>div:last-child{text-align:right}
.related-posts-section{padding:64px 0}
.blog-grid-related{margin-top:26px}

@media(max-width:980px){
  .blog-hero-inner{grid-template-columns:1fr;gap:32px}
  .blog-search{max-width:620px}
  .blog-featured-card{grid-template-columns:1fr}
  .blog-featured-media{min-height:0;aspect-ratio:16/8.5}
  .blog-featured-placeholder{min-height:300px}
  .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .single-post-layout{grid-template-columns:minmax(0,1fr);gap:38px}
  .single-post-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .post-toc{grid-column:1/-1}
}
@media(max-width:700px){
  .blog-hero{padding:58px 0 50px}
  .blog-hero-copy h1{max-width:none}
  .blog-search{padding:22px}
  .blog-search-row{flex-direction:column}
  .blog-search button{width:100%}
  .blog-topic-inner{align-items:flex-start;flex-direction:column}
  .blog-featured-body{padding:28px 24px}
  .blog-featured-footer{align-items:flex-start;flex-direction:column}
  .blog-grid{grid-template-columns:1fr}
  .blog-card-media{aspect-ratio:16/8.8}
  .blog-pagination .nav-links{flex-wrap:wrap}
  .single-post-hero{padding:48px 0 44px}
  .single-post-hero h1{max-width:none}
  .single-post-meta{flex-direction:column;gap:6px}
  .single-post-image-wrap{margin-top:24px;padding-left:16px;padding-right:16px}
  .single-post-section{padding:42px 0 50px}
  .single-post-content p,.single-post-content li{font-size:16px}
  .single-post-sidebar{grid-template-columns:1fr}
  .post-toc{grid-column:auto}
  .post-navigation-cards{grid-template-columns:1fr}
  .post-navigation-cards>div:last-child{text-align:left}
}
