:root{
  --guide-bg:#050505;
  --guide-panel:#15130f;
  --guide-panel2:#211d13;
  --guide-text:#f7f1e8;
  --guide-muted:#b9b0a1;
  --guide-soft:#918878;
  --guide-gold:#d6b048;
  --guide-gold2:#f3d978;
  --guide-line:rgba(214,176,72,.22);
  --guide-max:1120px;
}

body.guide-polished{
  margin:0;
  color:var(--guide-text);
  background:
    radial-gradient(circle at 18% 0%,rgba(214,176,72,.18),transparent 34%),
    radial-gradient(circle at 90% 10%,rgba(255,255,255,.055),transparent 26%),
    linear-gradient(180deg,#050505 0%,#0b0b0a 48%,#050505 100%);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.7;
}

body.guide-polished::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.13;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,black,transparent 70%);
}

body.guide-polished a{
  color:var(--guide-gold2);
}

body.guide-polished img{
  max-width:100%;
  height:auto;
}

body.guide-polished header,
body.guide-polished .site-header,
body.guide-polished .nav,
body.guide-polished .header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(5,5,5,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(214,176,72,.18);
  box-shadow:0 14px 40px rgba(0,0,0,.28);
}

body.guide-polished header a,
body.guide-polished .site-header a,
body.guide-polished .nav a,
body.guide-polished .header a{
  color:var(--guide-text);
  text-decoration:none;
}

body.guide-polished main,
body.guide-polished article,
body.guide-polished .content,
body.guide-polished .page,
body.guide-polished .wrap{
  width:min(var(--guide-max),calc(100% - 40px));
  margin-left:auto;
  margin-right:auto;
}

body.guide-polished main{
  padding:72px 0 64px;
}

body.guide-polished h1{
  max-width:980px;
  margin:0 0 22px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(42px,6.2vw,76px);
  line-height:1.03;
  letter-spacing:-.045em;
  color:var(--guide-text);
}

body.guide-polished h2{
  margin:54px 0 16px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(30px,4vw,48px);
  line-height:1.08;
  letter-spacing:-.025em;
  color:var(--guide-text);
}

body.guide-polished h3{
  margin:30px 0 10px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:25px;
  color:var(--guide-text);
}

body.guide-polished p,
body.guide-polished li{
  color:var(--guide-muted);
  font-size:18px;
}

body.guide-polished p{
  max-width:900px;
}

body.guide-polished main > p:first-of-type,
body.guide-polished article > p:first-of-type{
  font-size:21px;
  color:#d8d0c1;
}

body.guide-polished main > ul,
body.guide-polished main > ol,
body.guide-polished article > ul,
body.guide-polished article > ol{
  border:1px solid rgba(214,176,72,.16);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  border-radius:24px;
  padding:24px 30px 24px 48px;
  box-shadow:0 18px 60px rgba(0,0,0,.22);
}

body.guide-polished section,
body.guide-polished .card,
body.guide-polished .box,
body.guide-polished .panel{
  border-color:rgba(214,176,72,.18);
}

body.guide-polished .card,
body.guide-polished .box,
body.guide-polished .panel{
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  border-radius:22px;
}

body.guide-polished a.btn,
body.guide-polished .btn,
body.guide-polished button,
body.guide-polished input[type="submit"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:7px 8px 7px 0;
  padding:12px 18px;
  border-radius:999px;
  border:1px solid rgba(214,176,72,.35);
  background:linear-gradient(135deg,var(--guide-gold2),var(--guide-gold));
  color:#161100;
  text-decoration:none;
  font-weight:900;
  font-size:14px;
}

body.guide-polished main a[href*="seller-guides/topics"],
body.guide-polished main a[href*="foreclosure-help.html"],
body.guide-polished main a[href*="sell-as-is.html"],
body.guide-polished main a[href*="inherited-probate.html"],
body.guide-polished main a[href*="tired-landlord.html"],
body.guide-polished main a[href*="areas-served.html"],
body.guide-polished main a[href*="faq.html"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:7px 8px 7px 0;
  padding:11px 16px;
  border-radius:999px;
  border:1px solid rgba(214,176,72,.28);
  background:rgba(214,176,72,.08);
  color:var(--guide-gold2);
  text-decoration:none;
  font-weight:800;
}

body.guide-polished form{
  border:1px solid rgba(214,176,72,.22);
  background:linear-gradient(180deg,rgba(214,176,72,.12),rgba(255,255,255,.035));
  border-radius:26px;
  padding:26px;
  box-shadow:0 22px 70px rgba(0,0,0,.32);
}

body.guide-polished input,
body.guide-polished select,
body.guide-polished textarea{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.15);
  color:var(--guide-text);
  border-radius:12px;
  padding:12px 14px;
}

body.guide-polished footer,
body.guide-polished .footer{
  border-top:1px solid rgba(214,176,72,.18);
  background:#050505;
  color:var(--guide-soft);
  padding:34px 20px;
}

body.guide-polished footer a,
body.guide-polished .footer a{
  color:var(--guide-gold2);
}

body.guide-polished table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(214,176,72,.18);
}

body.guide-polished td,
body.guide-polished th{
  padding:14px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:var(--guide-muted);
}

body.guide-polished hr{
  border:0;
  height:1px;
  background:rgba(214,176,72,.18);
  margin:42px 0;
}

@media(max-width:700px){
  body.guide-polished main,
  body.guide-polished article,
  body.guide-polished .content,
  body.guide-polished .page,
  body.guide-polished .wrap{
    width:min(100% - 28px,var(--guide-max));
  }

  body.guide-polished main{
    padding-top:42px;
  }

  body.guide-polished h1{
    font-size:42px;
  }

  body.guide-polished p,
  body.guide-polished li{
    font-size:17px;
  }
}
