:root{
  --navy:#0a192f;
  --navy-light:#172a45;
  --blue:#0068b7;
  --aqua:#00a3e0;
  --orange:#ff6b22;
  --yellow:#ffc72c;
  --green:#10b981;
  --bg:#f8fafc;
  --surface:#ffffff;
  --border:rgba(15,23,42,.07);
  --border-vibrant:rgba(0,104,183,.14);
  --text-main:#334155;
  --text-heading:#0f172a;
  --text-muted:#64748b;
  --radius-lg:18px;
  --radius-md:13px;
  --radius-sm:8px;
  --max-width:1240px;
  --shadow-sm:0 1px 2px rgba(0,0,0,.05);
  --shadow-md:0 10px 30px rgba(10,25,47,.07);
  --shadow-lg:0 28px 58px -18px rgba(10,25,47,.22);
  --transition:all .28s cubic-bezier(.16,1,.3,1);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}

body{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  background:
    radial-gradient(circle at 100% 0%,rgba(0,163,224,.08) 0%,transparent 34%),
    radial-gradient(circle at 0% 18%,rgba(255,199,44,.13) 0%,transparent 24%),
    radial-gradient(circle at 0% 100%,rgba(255,107,34,.06) 0%,transparent 38%),
    var(--bg);
  color:var(--text-main);
  font-size:15px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

a{color:inherit;text-decoration:none;transition:var(--transition)}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid var(--border);
  box-shadow:var(--shadow-sm);
}

.nav-wrap{
  max-width:var(--max-width);
  margin:0 auto;
  padding:14px 24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--navy);
  font-size:20px;
  font-weight:850;
  letter-spacing:-.5px;
  white-space:nowrap;
}

.brand-mark{
  padding:6px 12px;
  background:linear-gradient(135deg,var(--navy),var(--navy-light));
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:1px;
  border-radius:var(--radius-sm);
  box-shadow:0 4px 12px rgba(10,25,47,.15);
}

.brand .dotcom{color:var(--orange);font-weight:900}

.nav-links{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.nav-links a{
  padding:8px 13px;
  color:var(--text-heading);
  font-size:14px;
  font-weight:650;
  border-radius:999px;
}

.nav-links a:hover,
.nav-links a[aria-current="page"]{
  background:rgba(15,23,42,.04);
  color:var(--blue);
}

.nav-links .group-btn{
  background:linear-gradient(135deg,var(--blue),#005699);
  color:#fff;
  padding:10px 18px;
  font-weight:750;
  box-shadow:0 4px 14px rgba(0,104,183,.25);
}

.nav-links .group-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 20px rgba(0,104,183,.35);
  background:var(--navy);
  color:#fff;
}

.announcement-strip{
  background:linear-gradient(90deg,var(--navy),#123a68,var(--blue));
  color:#eaf6ff;
  font-size:13px;
  font-weight:760;
}

.announcement-inner{
  max-width:var(--max-width);
  margin:0 auto;
  padding:10px 24px;
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:space-between;
}

.announcement-inner strong{
  color:var(--yellow);
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:1.1px;
}

.page{
  max-width:var(--max-width);
  margin:34px auto 0;
  padding:0 24px;
}

.guide-hero{
  background:#fff;
  border-radius:24px;
  box-shadow:var(--shadow-lg);
  overflow:hidden;
  border:1px solid var(--border);
  margin-bottom:28px;
}

.guide-hero-head{
  background:linear-gradient(135deg,var(--navy),#123a68,var(--blue));
  color:#fff;
  padding:38px 42px 34px;
  position:relative;
  overflow:hidden;
}

.guide-hero-head:after{
  content:"";
  position:absolute;
  right:-80px;
  top:-100px;
  width:260px;
  height:260px;
  border-radius:999px;
  background:rgba(255,199,44,.15);
}

.eyebrow{
  color:var(--yellow);
  font-size:11px;
  font-weight:850;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:13px;
  position:relative;
  z-index:2;
}

.guide-hero h1{
  color:#fff;
  font-size:42px;
  line-height:1.04;
  font-weight:880;
  letter-spacing:-1px;
  margin-bottom:12px;
  position:relative;
  z-index:2;
}

.guide-hero p{
  color:#e8f2fb;
  font-size:15.5px;
  line-height:1.6;
  font-weight:650;
  max-width:920px;
  position:relative;
  z-index:2;
}

.guide-hero-body{
  padding:22px 28px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  background:#fff;
}

.hero-mini-card{
  border:1px solid var(--border);
  background:#f8fafc;
  border-radius:var(--radius-md);
  padding:15px;
}

.hero-mini-card strong{
  display:block;
  color:var(--navy);
  font-size:16px;
  line-height:1.15;
  font-weight:850;
  margin-bottom:4px;
}

.hero-mini-card span{
  display:block;
  color:var(--text-muted);
  font-size:12.5px;
  line-height:1.4;
  font-weight:650;
}

.guide-layout{
  display:grid;
  grid-template-columns:minmax(0,68%) minmax(300px,32%);
  gap:32px;
  align-items:start;
  margin-bottom:44px;
}

.guide-main,
.guide-sidebar{
  display:flex;
  flex-direction:column;
  gap:24px;
}

.section{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-md);
  overflow:hidden;
}

.section-head{
  padding:22px 26px;
  border-bottom:1px solid var(--border);
  background:
    linear-gradient(90deg,rgba(0,104,183,.08),rgba(0,163,224,.04),rgba(255,107,34,.05));
}

.section-head.dark{
  background:linear-gradient(135deg,var(--navy),#123a68);
  color:#fff;
}

.section-head h2{
  color:var(--text-heading);
  font-size:21px;
  line-height:1.15;
  font-weight:850;
  letter-spacing:-.35px;
}

.section-head.dark h2{color:#fff}

.section-head p{
  margin-top:6px;
  color:var(--text-muted);
  font-size:13.5px;
  font-weight:650;
  line-height:1.5;
}

.section-head.dark p{color:#dbeafe}

.section-body{padding:26px}

.notice-box{
  margin-bottom:16px;
  border:1px solid rgba(16,185,129,.24);
  border-left:5px solid var(--green);
  background:#ecfdf5;
  border-radius:var(--radius-md);
  padding:16px 18px;
  color:#334155;
  font-size:13.5px;
  line-height:1.55;
  font-weight:650;
}

.notice-box strong{
  display:block;
  color:#065f46;
  font-size:15px;
  font-weight:850;
  margin-bottom:4px;
}

/* What's New Today layout */

.whats-new-stack{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

.whats-new-row{
  width:100%;
  margin:0;
}

.whats-new-intro{
  padding:18px 20px;
}

.feature-panel{
  overflow:hidden;
  background:
    linear-gradient(145deg,rgba(248,250,252,.98),rgba(239,246,255,.92));
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-sm);
}

.feature-panel-title{
  padding:16px 20px;
  background:linear-gradient(135deg,var(--navy),#123a68,var(--blue));
  color:#fff;
  font-size:19px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.1px;
}

.feature-panel-content{
  padding:22px;
  color:var(--text-main);
  font-size:14px;
  line-height:1.72;
  font-weight:650;
  background:
    linear-gradient(180deg,rgba(255,255,255,.72),rgba(248,250,252,.94));
}

.feature-panel-content p{
  margin:0 0 14px;
  padding:15px 17px;
  background:rgba(255,255,255,.92);
  border:1px solid var(--border);
  border-left:4px solid rgba(0,104,183,.42);
  border-radius:11px;
  box-shadow:var(--shadow-sm);
}

.feature-panel-content p:last-child{
  margin-bottom:0;
}

.agent-posting-panel .feature-panel-content p:first-child{
  color:var(--navy);
  font-size:14.5px;
  font-weight:760;
  background:
    linear-gradient(135deg,rgba(0,104,183,.07),rgba(0,163,224,.04));
  border-left-color:var(--blue);
}

.agent-posting-panel .feature-panel-content p:nth-child(2){
  border-left-color:var(--aqua);
}

.agent-posting-panel .feature-panel-content p:nth-child(3){
  border-left-color:var(--yellow);
}

.agent-posting-panel .feature-panel-content p:nth-child(4){
  border-left-color:var(--orange);
}

.feature-panel-closing{
  padding:16px 18px!important;
  border:1px solid rgba(255,107,34,.18)!important;
  border-left:5px solid var(--orange)!important;
  background:
    linear-gradient(135deg,rgba(255,107,34,.10),rgba(255,199,44,.10))!important;
  color:var(--navy);
  font-size:15px;
  line-height:1.5;
  font-weight:900;
  letter-spacing:.05px;
  box-shadow:0 8px 20px rgba(10,25,47,.05);
}

.open-house-panel .feature-panel-title{
  background:linear-gradient(135deg,#0f766e,var(--aqua),var(--blue));
}

.open-house-panel .feature-panel-content p{
  border-left-color:var(--aqua);
  color:var(--navy);
  font-size:14.5px;
  font-weight:720;
}

.accordion{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.acc-item{
  border:1px solid var(--border-vibrant);
  background:#fff;
  border-radius:var(--radius-md);
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}

.acc-btn{
  width:100%;
  border:0;
  background:#fff;
  padding:16px 18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  cursor:pointer;
  text-align:left;
  color:var(--navy);
  font-size:14.2px;
  line-height:1.35;
  font-weight:850;
}

.acc-btn:hover{background:#f8fbff}

.acc-btn small{
  display:block;
  color:var(--text-muted);
  font-size:12.2px;
  font-weight:650;
  margin-top:3px;
}

.chev{
  display:inline-flex;
  color:var(--blue);
  transition:transform 160ms ease;
  flex-shrink:0;
}

.acc-panel{
  display:none;
  padding:0 18px 18px;
  color:#3f4c5d;
  font-size:13.6px;
  font-weight:650;
  line-height:1.62;
  border-top:1px solid rgba(0,104,183,.14);
  background:#fbfdff;
}

.acc-panel p{margin:12px 0 0}
.acc-panel ul{margin:10px 0 0 20px}
.acc-panel li{margin:5px 0}

.acc-item[data-open="true"] .acc-panel{display:block}
.acc-item[data-open="true"] .chev{transform:rotate(180deg)}

.tips-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.tip-card{
  background:#f8fafc;
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  padding:17px;
  box-shadow:var(--shadow-sm);
}

.tip-card strong{
  display:block;
  color:var(--navy);
  font-size:15px;
  line-height:1.2;
  font-weight:850;
  margin-bottom:6px;
}

.tip-card span{
  display:block;
  color:var(--text-main);
  font-size:13.3px;
  line-height:1.52;
  font-weight:650;
}

.sidebar-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-md);
  overflow:hidden;
}

.sidebar-head{
  padding:20px 22px;
  border-bottom:1px solid var(--border);
  background:linear-gradient(90deg,rgba(0,104,183,.08),rgba(0,163,224,.04));
}

.sidebar-head h3{
  color:var(--navy);
  font-size:18px;
  line-height:1.15;
  font-weight:850;
  letter-spacing:-.25px;
}

.sidebar-body{padding:20px 22px}

.stat-list{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.stat-item{
  background:#f8fafc;
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  padding:14px;
}

.stat-item strong{
  display:block;
  color:var(--navy);
  font-size:20px;
  line-height:1;
  font-weight:900;
  margin-bottom:5px;
}

.stat-item span{
  display:block;
  color:var(--text-muted);
  font-size:12.4px;
  line-height:1.4;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.4px;
}

.cheat-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.cheat-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:11px 0;
  border-bottom:1px solid var(--border);
  color:var(--text-main);
  font-size:13.3px;
  line-height:1.35;
  font-weight:700;
}

.cheat-row:last-child{border-bottom:0}

.cheat-row span:last-child{
  color:var(--navy);
  font-weight:850;
  text-align:right;
}

.status-ok{color:var(--green)!important}
.status-watch{color:var(--orange)!important}
.status-no{color:#b42318!important}

.sidebar-image-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-md);
  overflow:hidden;
}

.sidebar-image-card img{
  display:block;
  width:100%;
  height:auto;
}

.quick-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.quick-links a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:13px 14px;
  background:#f8fafc;
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  color:var(--navy);
  font-size:13.2px;
  font-weight:850;
}

.quick-links a:hover{
  background:#fff;
  color:var(--blue);
  border-color:var(--blue);
  box-shadow:var(--shadow-sm);
  transform:translateY(-1px);
}

.sidebar-cta{
  background:linear-gradient(135deg,rgba(0,104,183,.10),rgba(0,163,224,.06));
  border:1px solid rgba(0,104,183,.16);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-md);
  overflow:hidden;
}

.sidebar-cta-body{padding:22px}

.sidebar-cta h3{
  color:var(--navy);
  font-size:18px;
  line-height:1.18;
  font-weight:850;
  letter-spacing:-.25px;
  margin-bottom:8px;
}

.sidebar-cta p{
  color:#475569;
  font-size:13.2px;
  line-height:1.55;
  font-weight:650;
  margin-bottom:16px;
}

.sidebar-button-row{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.sidebar-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(0,104,183,.18);
  background:#fff;
  color:var(--navy);
  font-size:12.5px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.25px;
  box-shadow:var(--shadow-sm);
}

.sidebar-btn:hover{
  transform:translateY(-1px);
  color:var(--blue);
  border-color:var(--blue);
  box-shadow:var(--shadow-md);
}

.sidebar-btn.primary{
  background:linear-gradient(135deg,var(--blue),#0b75bd);
  border-color:transparent;
  color:#fff;
  box-shadow:0 4px 14px rgba(0,104,183,.18);
}

.sidebar-btn.primary:hover{
  background:var(--navy);
  color:#fff;
  border-color:var(--navy);
}

footer{
  background:#090d16;
  color:#94a3b8;
  margin-top:80px;
  border-top:1px solid #111827;
}

.footer-inner{
  max-width:var(--max-width);
  margin:0 auto;
  padding:32px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  font-size:13.5px;
  flex-wrap:wrap;
}

.footer-links{
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}

.footer-links a{
  color:#94a3b8;
  font-weight:500;
}

.footer-links a:hover{color:var(--yellow)}

@media(max-width:1080px){
  .guide-layout{grid-template-columns:1fr}
  .guide-hero-body{grid-template-columns:repeat(2,1fr)}
  .guide-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:22px}
  .guide-sidebar .sidebar-card:last-child,
  .guide-sidebar .sidebar-cta{grid-column:1/-1}
}

@media(max-width:760px){
  .tips-grid{grid-template-columns:1fr}
  .guide-sidebar{display:flex}
}

@media(max-width:640px){
  .announcement-inner{flex-direction:column;align-items:flex-start;gap:3px}
  .nav-wrap{flex-direction:column;align-items:flex-start;gap:16px}
  .nav-links{justify-content:flex-start}
  .page{padding-left:16px;padding-right:16px;margin-top:22px}
  .guide-hero-head{padding:30px 24px 26px}
  .guide-hero h1{font-size:32px}
  .guide-hero-body{grid-template-columns:1fr;padding:20px}
  .section-body{padding:20px}
  .section-head{padding:20px}
  .footer-inner{flex-direction:column;align-items:flex-start;gap:16px}
}