
/* SEO landing & blog pages — isolated additions, original theme untouched */
.seo-hero{background:linear-gradient(120deg,#191919,#353535);padding:72px 0 60px;color:#fff;position:relative;overflow:hidden}
.seo-hero:after{content:"";position:absolute;right:-110px;top:-150px;width:420px;height:420px;border-radius:50%;background:rgba(255,205,0,.13)}
.seo-hero .container{position:relative;z-index:2}.seo-breadcrumb{font-size:14px;margin-bottom:16px;color:#ddd}.seo-breadcrumb a{color:#ffd200}
.seo-hero h1{font-size:42px;line-height:1.17;margin:0 0 18px;color:#fff;max-width:920px}.seo-hero p{font-size:19px;line-height:1.65;max-width:870px;color:#eee}
.seo-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.seo-btn{display:inline-block;padding:14px 24px;border-radius:4px;font-weight:700;text-decoration:none!important}
.seo-btn-primary{background:#ffd200;color:#171717!important}.seo-btn-outline{border:2px solid #fff;color:#fff!important;padding:12px 22px}
.seo-layout{padding:58px 0}.seo-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:36px}.seo-main{min-width:0}
.seo-main h2{font-size:30px;margin:42px 0 16px;color:#202020}.seo-main h3{font-size:23px;margin:30px 0 12px;color:#292929}.seo-main p,.seo-main li{font-size:17px;line-height:1.8;color:#454545}
.seo-main ul,.seo-main ol{padding-left:24px}.seo-lead{font-size:20px!important;line-height:1.75!important}.seo-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:24px;box-shadow:0 8px 25px rgba(0,0,0,.055);margin-bottom:24px}
.seo-card h3{margin-top:0}.seo-highlight{border-left:5px solid #ffd200;background:#fffbea;padding:22px 24px;margin:28px 0;border-radius:3px}.seo-checks{list-style:none!important;padding-left:0!important}.seo-checks li{position:relative;padding-left:30px;margin:9px 0}.seo-checks li:before{content:"✓";position:absolute;left:0;color:#138a36;font-weight:800}
.seo-sidebar{align-self:start;position:sticky;top:95px}.seo-sidebox{border-top:5px solid #ffd200;background:#f7f7f7;padding:24px;margin-bottom:24px}.seo-sidebox h3{font-size:21px;margin:0 0 14px}.seo-sidebox a{display:block;margin:9px 0;color:#333}.seo-sidebox .seo-btn{display:block;text-align:center;margin-top:12px}
.seo-faq{margin-top:38px}.seo-faq-item{border:1px solid #e4e4e4;border-radius:6px;margin-bottom:12px;background:#fff}.seo-faq-q{padding:18px 20px;font-weight:700;font-size:18px}.seo-faq-a{padding:0 20px 18px;color:#555;font-size:16px;line-height:1.7}
.seo-related{background:#f5f5f5;padding:50px 0}.seo-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.seo-related-card{background:#fff;padding:22px;border-radius:6px;border:1px solid #e8e8e8}.seo-related-card h3{font-size:19px;margin:0 0 10px}.seo-related-card p{font-size:15px;line-height:1.6}.seo-related-card a{font-weight:700;color:#222}
.seo-index-hero{padding:60px 0;background:#f5f5f5}.seo-index-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:45px 0}.seo-index-card{border:1px solid #e6e6e6;padding:24px;background:#fff;border-radius:8px}.seo-index-card h2{font-size:21px;margin-top:0}.seo-index-card p{line-height:1.65}.seo-index-card a{font-weight:700}
@media(max-width:991px){.seo-grid{grid-template-columns:1fr}.seo-sidebar{position:static}.seo-related-grid,.seo-index-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.seo-hero{padding:52px 0 44px}.seo-hero h1{font-size:31px}.seo-hero p{font-size:17px}.seo-main h2{font-size:26px}.seo-related-grid,.seo-index-grid{grid-template-columns:1fr}.seo-layout{padding:38px 0}}


/* Inner-page header correction — exact dark visual language of the homepage */
body.seo-inner-page .header{
  position:relative;
  top:auto;
  left:auto;
  width:100%;
  background:#0b0204;
  border-bottom:1px solid rgba(255,255,255,.18);
}
body.seo-inner-page .header-navigation,
body.seo-inner-page .header-navigation .thm-container{background:#0b0204;}
body.seo-inner-page .header-navigation .thm-container .navbar-brand{padding:31px 0;}
body.seo-inner-page .header-navigation ul.navigation-box>li{padding:34px 0;}
body.seo-inner-page .header-navigation .thm-container .navbar-brand img{display:block;width:124px;height:auto;max-width:none;}
body.seo-inner-page .seo-index-hero{padding-top:58px;}
body.seo-inner-page .seo-hero{margin-top:0;}
@media(max-width:1199px){
 body.seo-inner-page .header-navigation ul.navigation-box>li+li{margin-left:28px;}
}
@media(max-width:991px){
 body.seo-inner-page .header-navigation .thm-container{padding-right:15px;padding-left:15px;}
 body.seo-inner-page .header-navigation .thm-container .navbar-brand{padding:24px 0;}
 body.seo-inner-page .header-navigation .thm-container .main-navigation{background:#0b0204;}
 body.seo-inner-page .header-navigation ul.navigation-box>li{padding:0;}
}

/* Desktop header: keep logo, navigation and contact button on one line */
@media (min-width: 992px){
  body.seo-inner-page .header-navigation .thm-container{display:flex;align-items:center;padding-right:150px;}
  body.seo-inner-page .header-navigation .navbar-header{flex:0 0 auto;}
  body.seo-inner-page .header-navigation .main-navigation{flex:1 1 auto;min-width:0;text-align:right;}
  body.seo-inner-page .header-navigation ul.navigation-box{white-space:nowrap;}
  body.seo-inner-page .header-navigation ul.navigation-box>li+li{margin-left:30px;}
}

/* V2 alignment: global header rules in style.css are authoritative. */
@media (min-width: 992px) {
  body.seo-inner-page .header-navigation .thm-container {
    padding: 0 !important;
  }
  body.seo-inner-page .header-navigation .thm-container .navbar-brand {
    padding: 0 !important;
  }
  body.seo-inner-page .header-navigation ul.navigation-box > li {
    padding: 34px 0 !important;
  }
  body.seo-inner-page .header-navigation ul.navigation-box > li + li {
    margin-left: 0 !important;
  }
}
