:root{
  --ink:#07113f;
  --muted:#667085;
  --line:#e7eaf3;
  --soft:#f6f8fc;
  --soft2:#eef3ff;
  --brand:#ff7a1a;
  --brand2:#08004d;
  --green:#10845f;
  --red:#b42318;
  --amber:#b25e00;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}
button,textarea,input{font-family:inherit}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{max-width:1220px;margin:auto;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo{font-weight:900;font-size:22px;letter-spacing:-.5px}
.logo span{color:var(--brand)}
.navlinks{display:flex;gap:18px;font-size:14px;color:#536079;align-items:center}
.navlinks a:hover{color:var(--brand2)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 18px;background:var(--brand2);color:#fff;font-weight:800;border:0;cursor:pointer;line-height:1}
.btn:hover{filter:brightness(1.05)}
.btn.soft{background:#fff;color:var(--brand2);border:1px solid var(--line)}
.btn.orange{background:var(--brand);color:#fff}
.btn.small{padding:10px 13px;font-size:13px}
.hero{background:
  radial-gradient(circle at 15% 20%,rgba(255,122,26,.12),transparent 32%),
  radial-gradient(circle at 85% 12%,rgba(8,0,77,.12),transparent 30%),
  linear-gradient(180deg,#f8faff 0%,#fff 100%);
  padding:58px 22px 38px;
}
.wrap{max-width:1220px;margin:auto}
.hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:30px;align-items:center}
.badge{display:inline-flex;border:1px solid #ffd8bd;background:#fff7f0;color:#c55300;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:800}
h1{font-size:54px;line-height:1.02;margin:18px 0 18px;letter-spacing:-2px}
.lead{font-size:18px;line-height:1.7;color:var(--muted);max-width:760px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.mini-points{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px;max-width:720px}
.mini-point{background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px;font-size:13px;color:#536079}
.mini-point b{display:block;color:var(--ink);font-size:15px;margin-bottom:4px}
.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 16px 45px rgba(7,17,63,.07)}
.workbench{display:grid;grid-template-columns:230px 1fr;gap:16px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:16px;box-shadow:0 24px 70px rgba(7,17,63,.09)}
.tool-menu{background:var(--soft);border-radius:22px;padding:12px;display:grid;gap:8px;align-self:start}
.tool-menu a{padding:11px 12px;border-radius:14px;color:#536079;font-weight:700;font-size:13px}
.tool-menu a.active,.tool-menu a:hover{background:#fff;color:var(--brand2);box-shadow:0 8px 20px rgba(7,17,63,.06)}
.toolbox textarea{width:100%;min-height:230px;border:1px solid var(--line);border-radius:18px;padding:16px;font-size:15px;line-height:1.65;outline:none;resize:vertical;background:#fff}
.toolbox textarea:focus{border-color:#c8d2ff;box-shadow:0 0 0 4px rgba(8,0,77,.06)}
.toolbar{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0}
.result{display:grid;gap:12px;margin-top:12px}
.score-card{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#fff,#f8faff);border:1px solid var(--line);border-radius:20px;padding:18px}
.score{font-size:44px;font-weight:950;letter-spacing:-1px}
.good{color:var(--green)}.warn{color:var(--amber)}.bad{color:var(--red)}.ready{color:var(--brand2)}
.progress{height:10px;background:#ecf0f8;border-radius:999px;overflow:hidden;margin-top:8px}
.progress span{display:block;height:100%;background:var(--brand2);border-radius:999px;width:0}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.stat{background:var(--soft);border-radius:16px;padding:13px}
.stat b{display:block;font-size:22px}
.stat span{font-size:12px;color:var(--muted)}
.panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px}
.panel h3{margin:0 0 10px;font-size:18px}
.list{margin:0;padding-left:18px;color:var(--muted);line-height:1.8}
.section{padding:58px 22px}
.section.soft{background:var(--soft)}
.title{font-size:34px;letter-spacing:-1px;margin:0 0 14px}
.sub{color:var(--muted);line-height:1.7;max-width:780px}
.tools{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.tool-card{border:1px solid var(--line);border-radius:22px;padding:22px;background:#fff;transition:.2s;min-height:150px}
.tool-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(7,17,63,.08)}
.tool-card .icon{font-size:30px;margin-bottom:14px}
.tool-card h3{margin:0 0 10px;font-size:20px}
.tool-card p{margin:0;color:var(--muted);line-height:1.6}
.tool-page{padding:48px 22px;background:linear-gradient(180deg,#f8faff 0%,#fff 240px)}
.tool-head{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:24px}
.checker{display:grid;grid-template-columns:1fr 380px;gap:22px;align-items:start}
.sticky-result{position:sticky;top:92px}
.footer{border-top:1px solid var(--line);padding:28px 22px;color:var(--muted);font-size:14px}
.footer .wrap{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.notice{font-size:13px;color:var(--muted);line-height:1.6;margin-top:12px}
@media(max-width:980px){
  .hero-grid,.checker,.workbench{grid-template-columns:1fr}
  .tools{grid-template-columns:1fr 1fr}
  h1{font-size:42px}
  .navlinks{display:none}
  .mini-points{grid-template-columns:1fr}
  .sticky-result{position:static}
}
@media(max-width:640px){
  .hero{padding-top:38px}
  h1{font-size:36px}
  .tools{grid-template-columns:1fr}
  .stats{grid-template-columns:repeat(2,1fr)}
  .score-card{display:block}
  .tool-head{display:block}
  .nav{padding:14px 16px}
  .logo{font-size:20px}
}

/* V3 Brand and usability upgrades */
.brand-logo-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-width:170px;
}
.brand-logo-img{
  max-width:190px;
  height:52px;
  object-fit:contain;
  display:block;
}
.brand-logo-fallback{
  display:none;
  font-weight:900;
  font-size:22px;
  letter-spacing:-.5px;
}
.brand-logo-fallback span{color:var(--brand)}
.powered-pill{
  display:inline-flex;
  align-items:center;
  gap:9px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--brand2);
  padding:10px 15px;
  font-weight:800;
  font-size:14px;
}
.matrix-mini-logo{
  width:58px;
  height:28px;
  object-fit:contain;
  border-radius:5px;
  background:#050505;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:800;
  color:var(--ink);
}
.footer-brand img{
  width:92px;
  height:auto;
  max-height:38px;
  object-fit:contain;
  border-radius:6px;
  background:#050505;
}
.btn.copied{
  background:var(--green)!important;
  color:#fff!important;
}
.sample-note{
  font-size:12px;
  color:var(--muted);
  margin-left:4px;
}
@media(max-width:640px){
  .brand-logo-img{max-width:150px;height:44px}
  .powered-pill{font-size:12px;padding:9px 11px}
  .matrix-mini-logo{display:none}
}

/* V4 real brand logo fix */
.brand-logo-link{
  min-width:190px;
}
.brand-logo-img{
  width:190px;
  max-width:190px;
  height:auto;
  max-height:62px;
  object-fit:contain;
}
.powered-pill{
  padding:8px 14px;
}
.matrix-mini-logo{
  width:72px;
  height:34px;
  object-fit:contain;
  background:transparent;
  border-radius:4px;
}
.footer-brand img{
  width:120px;
  max-height:48px;
  object-fit:contain;
  background:transparent;
}
@media(max-width:640px){
  .brand-logo-img{
    width:150px;
    max-width:150px;
  }
  .matrix-mini-logo{
    width:58px;
    height:28px;
  }
}

/* V4 mobile web app and real logo polish */
body{
  min-height:100vh;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.header{
  box-shadow:0 8px 30px rgba(7,17,63,.04);
}
.nav{
  min-height:86px;
}
.brand-logo-link{
  min-width:260px!important;
  display:flex!important;
  align-items:center!important;
}
.brand-logo-img{
  width:250px!important;
  max-width:250px!important;
  height:72px!important;
  max-height:72px!important;
  object-fit:contain!important;
  object-position:left center!important;
  transform:scale(1.18);
  transform-origin:left center;
}
.powered-pill{
  min-height:48px;
  padding:8px 18px!important;
  font-size:15px!important;
  gap:12px!important;
  white-space:nowrap;
}
.matrix-mini-logo{
  width:102px!important;
  height:38px!important;
  max-height:38px!important;
  object-fit:contain!important;
  background:transparent!important;
}
.footer-brand img{
  width:150px!important;
  max-height:58px!important;
  object-fit:contain!important;
  background:transparent!important;
}
.hero{
  min-height:calc(100vh - 86px);
  display:flex;
  align-items:center;
}
.workbench{
  max-width:100%;
}
.toolbox textarea{
  font-size:16px;
}
.tool-card{
  position:relative;
  overflow:hidden;
}
.tool-card:after{
  content:"";
  position:absolute;
  right:-30px;
  bottom:-30px;
  width:100px;
  height:100px;
  border-radius:999px;
  background:rgba(255,122,26,.08);
}
@media(max-width:980px){
  .nav{
    min-height:auto;
    flex-wrap:wrap;
    justify-content:center;
    padding:14px 18px;
  }
  .brand-logo-link{
    min-width:auto!important;
    justify-content:center;
  }
  .brand-logo-img{
    width:210px!important;
    max-width:210px!important;
    height:62px!important;
    max-height:62px!important;
    object-position:center center!important;
    transform:scale(1.12);
    transform-origin:center center;
  }
  .navlinks{
    order:3;
    display:flex!important;
    width:100%;
    justify-content:center;
    gap:10px;
    overflow-x:auto;
    padding:6px 0 2px;
    scrollbar-width:none;
  }
  .navlinks::-webkit-scrollbar{
    display:none;
  }
  .navlinks a{
    flex:0 0 auto;
    background:#f7f8fd;
    border:1px solid var(--line);
    border-radius:999px;
    padding:8px 12px;
    font-size:13px;
  }
  .powered-pill{
    font-size:13px!important;
    min-height:42px;
    padding:7px 12px!important;
  }
  .matrix-mini-logo{
    width:78px!important;
    height:30px!important;
  }
  .hero{
    min-height:auto;
    padding-top:34px;
  }
  .hero-grid{
    gap:24px;
  }
  .workbench{
    padding:12px;
  }
  .tool-menu{
    display:flex;
    overflow-x:auto;
    gap:8px;
    padding:10px;
    scrollbar-width:none;
  }
  .tool-menu::-webkit-scrollbar{
    display:none;
  }
  .tool-menu a{
    flex:0 0 auto;
    white-space:nowrap;
  }
}
@media(max-width:640px){
  .nav{
    align-items:center;
  }
  .brand-logo-img{
    width:175px!important;
    max-width:175px!important;
    height:54px!important;
    max-height:54px!important;
    transform:scale(1.16);
  }
  .powered-pill{
    width:100%;
    justify-content:center;
    font-size:12px!important;
    white-space:normal;
    text-align:center;
  }
  .matrix-mini-logo{
    display:block!important;
    width:70px!important;
    height:28px!important;
  }
  .hero{
    padding:28px 16px 30px;
  }
  h1{
    font-size:34px;
    letter-spacing:-1.2px;
  }
  .lead{
    font-size:16px;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .btn{
    width:100%;
  }
  .mini-points{
    gap:8px;
  }
  .workbench{
    border-radius:22px;
    padding:10px;
  }
  .toolbox textarea{
    min-height:190px;
    font-size:16px;
  }
  .toolbar{
    display:grid;
    grid-template-columns:1fr;
  }
  .stats{
    grid-template-columns:repeat(2,1fr);
  }
  .tool-page{
    padding:28px 16px;
  }
  .tool-head h1{
    font-size:34px;
  }
  .card{
    border-radius:20px;
    padding:16px;
  }
  .score{
    font-size:36px;
  }
  .section{
    padding:38px 16px;
  }
}

/* V5 Matrix branding and mobile hamburger polish */
.matrix-brand-text{
  color:#ed1c24;
  font-weight:950;
}
.powered-pill{
  min-height:56px!important;
  padding:9px 20px!important;
  font-weight:900!important;
  letter-spacing:-.2px;
}
.matrix-mini-logo{
  width:128px!important;
  height:46px!important;
  max-height:46px!important;
  object-fit:contain!important;
}
.footer-brand{
  gap:14px!important;
}
.footer-brand img{
  width:170px!important;
  max-height:64px!important;
}
.mobile-menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:14px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  box-shadow:0 8px 25px rgba(7,17,63,.06);
}
.mobile-menu-toggle span{
  width:20px;
  height:2px;
  background:var(--brand2);
  border-radius:99px;
  transition:.2s ease;
}
body.menu-open .mobile-menu-toggle span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
body.menu-open .mobile-menu-toggle span:nth-child(2){
  opacity:0;
}
body.menu-open .mobile-menu-toggle span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}
@media(max-width:980px){
  .nav{
    display:grid!important;
    grid-template-columns:auto 44px;
    gap:12px;
  }
  .brand-logo-link{
    justify-self:start!important;
  }
  .mobile-menu-toggle{
    display:flex;
    justify-self:end;
  }
  .powered-pill{
    grid-column:1 / -1;
    width:100%;
    justify-content:center;
    min-height:50px!important;
    font-size:14px!important;
  }
  .matrix-mini-logo{
    width:105px!important;
    height:38px!important;
  }
  .navlinks{
    grid-column:1 / -1;
    display:none!important;
    width:100%;
    background:#fff;
    border:1px solid var(--line);
    border-radius:22px;
    padding:12px;
    box-shadow:0 18px 50px rgba(7,17,63,.08);
    overflow:visible;
  }
  body.menu-open .navlinks{
    display:grid!important;
    grid-template-columns:repeat(4,1fr);
    gap:8px;
  }
  .navlinks a{
    text-align:center;
    justify-content:center;
  }
}
@media(max-width:640px){
  .nav{
    padding:12px 14px!important;
  }
  .brand-logo-img{
    width:190px!important;
    max-width:190px!important;
    height:62px!important;
    max-height:62px!important;
  }
  .powered-pill{
    font-size:13px!important;
    line-height:1.3;
  }
  .matrix-mini-logo{
    width:92px!important;
    height:34px!important;
  }
  body.menu-open .navlinks{
    grid-template-columns:1fr 1fr;
  }
  .hero-grid{
    grid-template-columns:1fr!important;
  }
  .hero{
    padding-top:24px!important;
  }
  .workbench{
    margin-top:8px;
  }
}

/* V6 menu background only and mobile alignment refinement */
.header{
  background:#fff!important;
}
.nav{
  align-items:center!important;
}
.navlinks{
  background:linear-gradient(180deg,#ffffff 0%,#f7f8ff 100%)!important;
  border:1px solid var(--line)!important;
  border-radius:999px!important;
  padding:8px 12px!important;
  gap:6px!important;
  box-shadow:0 12px 34px rgba(7,17,63,.055)!important;
}
.navlinks a{
  padding:9px 13px!important;
  border-radius:999px!important;
  color:#44516c!important;
  font-weight:750!important;
}
.navlinks a:hover{
  background:#fff!important;
  color:var(--brand2)!important;
  box-shadow:0 8px 18px rgba(7,17,63,.07)!important;
}
.powered-pill{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  min-width:330px!important;
}
.powered-copy{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  white-space:nowrap!important;
}
.matrix-brand-text{
  color:#ed1c24!important;
}
.matrix-mini-logo{
  width:132px!important;
  height:48px!important;
}
.footer{
  background:#fff!important;
}
.footer .wrap{
  align-items:center!important;
}
.footer-brand{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
}
.footer-powered-copy{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  font-weight:900!important;
}
.footer-brand img{
  width:165px!important;
  max-height:62px!important;
}

@media(max-width:980px){
  .nav{
    grid-template-columns:1fr auto!important;
    justify-items:stretch!important;
  }
  .brand-logo-link{
    justify-self:start!important;
    min-width:0!important;
  }
  .mobile-menu-toggle{
    justify-self:end!important;
  }
  .powered-pill{
    grid-column:1 / -1!important;
    min-width:0!important;
    width:100%!important;
    max-width:520px!important;
    justify-self:center!important;
    margin-top:2px!important;
    border-radius:999px!important;
  }
  .navlinks{
    grid-column:1 / -1!important;
    border-radius:22px!important;
    padding:12px!important;
    margin-top:2px!important;
    background:#f7f8ff!important;
  }
  body.menu-open .navlinks{
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
  }
  .navlinks a{
    background:#fff!important;
    border:1px solid var(--line)!important;
    box-shadow:none!important;
  }
}

@media(max-width:640px){
  .header{
    position:sticky!important;
    top:0!important;
  }
  .nav{
    grid-template-columns:1fr 54px!important;
    padding:12px 18px!important;
    gap:10px!important;
  }
  .brand-logo-link{
    justify-content:flex-start!important;
  }
  .brand-logo-img{
    width:168px!important;
    max-width:168px!important;
    height:58px!important;
    max-height:58px!important;
    transform:none!important;
    object-position:left center!important;
  }
  .mobile-menu-toggle{
    width:52px!important;
    height:52px!important;
    border-radius:18px!important;
  }
  .powered-pill{
    width:100%!important;
    max-width:100%!important;
    min-height:48px!important;
    padding:8px 12px!important;
    gap:10px!important;
    font-size:13px!important;
  }
  .powered-copy{
    white-space:normal!important;
    line-height:1.25!important;
    text-align:left!important;
  }
  .matrix-mini-logo{
    width:88px!important;
    height:34px!important;
    flex:0 0 auto!important;
  }
  body.menu-open .navlinks{
    grid-template-columns:1fr 1fr!important;
  }
  .navlinks{
    border-radius:20px!important;
  }
  .navlinks a{
    font-size:13px!important;
    padding:10px 8px!important;
  }
  .tool-page{
    padding-top:28px!important;
  }
  .tool-head{
    margin-bottom:18px!important;
  }
  .tool-head .btn.soft{
    width:100%!important;
    margin-top:14px!important;
  }
  .footer{
    padding:28px 18px 92px!important;
  }
  .footer .wrap{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
    text-align:center!important;
    justify-items:center!important;
  }
  .footer-brand{
    flex-direction:column!important;
    justify-content:center!important;
    text-align:center!important;
    gap:10px!important;
  }
  .footer-brand img{
    width:150px!important;
    max-height:58px!important;
  }
  .footer-powered-copy{
    justify-content:center!important;
    flex-wrap:wrap!important;
    line-height:1.3!important;
  }
  .footer .wrap span,
  .footer .wrap a{
    text-align:center!important;
  }
}

/* V7 centred Matrix red menu polish */
@media(min-width:981px){
  .nav{
    display:grid!important;
    grid-template-columns:minmax(230px,1fr) auto minmax(360px,1fr)!important;
    align-items:center!important;
    gap:24px!important;
  }

  .brand-logo-link{
    justify-self:start!important;
  }

  .navlinks{
    justify-self:center!important;
    background:#ed1c24!important;
    border:1px solid #ed1c24!important;
    border-radius:999px!important;
    padding:8px 12px!important;
    gap:4px!important;
    box-shadow:0 16px 38px rgba(237,28,36,.20)!important;
  }

  .navlinks a{
    color:#ffffff!important;
    font-weight:850!important;
    padding:10px 16px!important;
    border-radius:999px!important;
    background:transparent!important;
  }

  .navlinks a:hover{
    background:rgba(255,255,255,.18)!important;
    color:#ffffff!important;
    box-shadow:none!important;
  }

  .powered-pill,
  .nav > .btn.soft{
    justify-self:end!important;
  }
}

/* Mobile dropdown menu should also look branded when opened */
@media(max-width:980px){
  body.menu-open .navlinks{
    background:#ed1c24!important;
    border-color:#ed1c24!important;
  }

  body.menu-open .navlinks a{
    background:rgba(255,255,255,.12)!important;
    border-color:rgba(255,255,255,.28)!important;
    color:#ffffff!important;
    font-weight:850!important;
  }

  body.menu-open .navlinks a:hover{
    background:rgba(255,255,255,.20)!important;
    color:#ffffff!important;
  }
}

/* V8 premium menu spacing and softer Matrix red */
@media(min-width:981px){
  .nav{
    display:grid!important;
    grid-template-columns:260px minmax(360px,440px) 360px!important;
    justify-content:center!important;
    align-items:center!important;
    gap:34px!important;
  }

  .brand-logo-link{
    justify-self:start!important;
  }

  .navlinks{
    justify-self:center!important;
    width:auto!important;
    min-width:390px!important;
    max-width:440px!important;
    background:#b80f1a!important;
    border:1px solid #b80f1a!important;
    border-radius:999px!important;
    padding:8px 10px!important;
    gap:4px!important;
    box-shadow:0 14px 32px rgba(184,15,26,.18)!important;
  }

  .navlinks a{
    color:#ffffff!important;
    font-weight:850!important;
    padding:10px 15px!important;
    border-radius:999px!important;
    background:transparent!important;
    line-height:1!important;
  }

  .navlinks a:hover{
    background:rgba(255,255,255,.16)!important;
    color:#ffffff!important;
    box-shadow:none!important;
  }

  .powered-pill{
    justify-self:end!important;
    width:350px!important;
    min-width:350px!important;
    max-width:350px!important;
    min-height:56px!important;
    padding:8px 16px!important;
    gap:12px!important;
  }

  .matrix-mini-logo{
    width:116px!important;
    height:42px!important;
  }

  .powered-copy{
    font-size:14px!important;
  }
}

@media(max-width:980px){
  body.menu-open .navlinks{
    background:#b80f1a!important;
    border-color:#b80f1a!important;
  }
}

/* V11 SEO guide pages */
.guide-page{
  background:linear-gradient(180deg,#f8faff 0%,#fff 260px);
  padding:58px 22px;
}
.guide-page h1{
  max-width:900px;
}
.guide-content{
  display:grid;
  gap:18px;
  max-width:920px;
  margin-top:32px;
}
.seo-block{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  box-shadow:0 12px 35px rgba(7,17,63,.05);
}
.seo-block h2{
  margin:0 0 12px;
  font-size:28px;
  letter-spacing:-.6px;
}
.seo-block p{
  color:var(--muted);
  line-height:1.8;
  margin:0;
}
.faq-list{
  display:grid;
  gap:12px;
}
.faq-item{
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
  background:#f9fbff;
}
.faq-item summary{
  cursor:pointer;
  font-weight:900;
  color:var(--ink);
}
.faq-item p{
  margin-top:10px;
}
@media(max-width:640px){
  .guide-page{
    padding:34px 16px;
  }
  .seo-block{
    padding:18px;
    border-radius:20px;
  }
  .seo-block h2{
    font-size:23px;
  }
}

/* V12 AdSense readiness policy pages */
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
  justify-content:flex-end;
  color:var(--muted);
  line-height:1.8;
}
.footer-links a{
  color:var(--muted);
  font-weight:750;
}
.footer-links a:hover{
  color:var(--brand2);
}
@media(max-width:640px){
  .footer-links{
    justify-content:center;
    text-align:center;
  }
}
