*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;line-height:1.6;color:#0b1020;background:#f5f7fb}
a{color:#1259ff;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}
.site-header{background:#0b1e3b;color:#fff;position:sticky;top:0;z-index:50}
.top-bar{background:#041024;font-size:.85rem}
.top-bar-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;padding:.35rem 1.5rem}
.top-bar-text{opacity:.9}
.top-bar-link{color:#f4f7ff;font-weight:500}
.nav-container{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.5rem}
.logo{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:700;font-size:1.1rem}
.logo-mark{width:32px;height:32px;border-radius:12px;background:linear-gradient(135deg,#1a73e8,#34a853);display:flex;align-items:center;justify-content:center;font-size:.85rem}
.logo-text span:last-child{opacity:.8;font-weight:400}
.main-nav ul{list-style:none;display:flex;gap:1.25rem}
.main-nav a{color:#c8d2ff;font-size:.95rem}
.main-nav a.active,.main-nav a:hover{color:#fff}
.nav-toggle{display:none;background:transparent;border:0;cursor:pointer}
.nav-toggle span{display:block;width:18px;height:2px;background:#fff;margin:3px 0;border-radius:999px}
.hero{padding:2.75rem 0 3rem}
.hero.small{padding:2rem 0 1.5rem}
.hero-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.7fr);gap:2rem;align-items:center}
.hero-text h1{font-size:2.2rem;margin-bottom:.75rem}
.hero-subtitle{font-size:1.05rem;color:#3b425c;margin-bottom:1.25rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}
.hero-list{list-style:disc;margin-left:1.25rem;color:#3b425c}
.hero-media{border-radius:1.25rem;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.hero-caption{padding:.75rem 1rem;background:#fff;color:#3b425c;font-size:.9rem}
.section{padding:2.5rem 0}
.section.light{background:#e9f0ff}
.section h2{font-size:1.6rem;margin-bottom:1rem}
.grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}
.grid.three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}
.cards .card{background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 10px 25px rgba(15,23,42,.08)}
.cards .card h3{margin-bottom:.5rem;font-size:1.1rem}
.blog-preview .blog-card img{border-radius:.75rem;margin-bottom:.75rem}
.blog-preview .blog-card h3{font-size:1.05rem;margin-bottom:.4rem}
.view-all{text-align:right;margin-top:1rem}
.faq details{background:#fff;border-radius:.75rem;padding:.75rem 1rem;margin-bottom:.75rem;box-shadow:0 6px 16px rgba(15,23,42,.06)}
.faq summary{cursor:pointer;font-weight:600}
.faq p{margin-top:.5rem;font-size:.95rem}
.article{padding-bottom:2.5rem}
.article-header{background:#0b1e3b;color:#fff;padding:2rem 0 0}
.article-header .container{padding-bottom:1.5rem}
.article-header h1{font-size:2rem;margin-bottom:.6rem}
.article-description{color:#c4d2ff;max-width:720px}
.article-hero-media img{width:100%;max-height:360px;object-fit:cover}
.article-body{background:#fff;margin-top:-1px;border-radius:1.5rem 1.5rem 0 0;padding:2rem 1.5rem 0.5rem;box-shadow:0 -4px 14px rgba(15,23,42,.15)}
.article-body p{margin-bottom:1rem;font-size:.98rem;color:#1e2538}
.blog-list{display:flex;flex-direction:column;gap:1.25rem}
.blog-list-item a{display:block;padding:1rem 1.25rem;border-radius:.9rem;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.06)}
.blog-list-item h2{font-size:1.1rem;margin-bottom:.35rem;color:#0b1020}
.blog-list-item p{font-size:.95rem;color:#3b425c}
.contact-list{list-style:none;margin:1rem 0 1.5rem}
.contact-list li{margin-bottom:.5rem}
.site-footer{background:#050918;color:#e1e7ff;padding:2.5rem 0 1.5rem;margin-top:2rem;font-size:.9rem}
.footer-grid{display:grid;grid-template-columns:2fr 2fr 1.5fr;gap:1.5rem}
.footer-col h2{font-size:1rem;margin-bottom:.75rem}
.footer-links{list-style:none}
.footer-links li{margin-bottom:.4rem}
.footer-links.small li a{font-size:.85rem}
.footer-note{margin-top:.75rem;opacity:.7}
.for-sale-highlight{margin-top:.5rem;font-size:.95rem}
.social-icons{display:flex;align-items:center;gap:.4rem;margin-top:.5rem}
.social-icons span{margin-right:.25rem}
.social-icons svg{width:20px;height:20px;fill:#e1e7ff}
.social-icons a{display:inline-flex;padding:.3rem;border-radius:999px;border:1px solid rgba(226,232,255,.3)}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.55rem 1.3rem;font-size:.95rem;font-weight:600;border:0;cursor:pointer}
.btn.primary{background:linear-gradient(135deg,#1a73e8,#34a853);color:#fff}
.btn.secondary{background:#fff;color:#0b1e3b;border:1px solid rgba(15,23,42,.15)}
.btn:hover{opacity:.95;text-decoration:none}
.small{font-size:.85rem}
.footer-links.small{margin-top:.25rem}
.article-meta{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#9ca6ff;margin-bottom:.5rem}
.hero-grid .hero-text{min-width:0}
@media(max-width:900px){
  .hero-grid{grid-template-columns:minmax(0,1fr);gap:1.5rem}
  .grid.two,.grid.three,.footer-grid{grid-template-columns:minmax(0,1fr)}
  .site-header{position:sticky}
}
@media(max-width:720px){
  .nav-toggle{display:block}
  .main-nav{display:none;position:absolute;top:56px;right:1.5rem;background:#020617;border-radius:.9rem;box-shadow:0 10px 30px rgba(15,23,42,.6)}
  .main-nav.open{display:block}
  .main-nav ul{flex-direction:column;padding:.65rem 1rem}
  .main-nav li{margin:.1rem 0}
  .hero{padding:2rem 0 2.25rem}
  .article-body{border-radius:1.25rem 1.25rem 0 0}
}

/* Sticky banner image height */
.gsb-img{
  height:200px !important;
  width:auto !important;
  object-fit:cover !important;
  display:block;
  margin:0 auto;
}

/* Sticky banner container */
#global-sticky-banner{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index:99999;
}

/* Sticky banner close X */
.gsb-close{
  position:absolute;
  top:8px;
  right:10px;
  width:26px;
  height:26px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,0.75) !important;
  color:#fff !important;
  font-size:20px !important;
  font-weight:700;
  line-height:1;
  text-align:center;
  cursor:pointer !important;
  z-index:999999 !important;
  border:none !important;
  background-image:none !important;
}


/* Sticky banner close button */
.gsb-close {
  position: absolute !important;
  top: 8px !important;
  right: 10px !important;

  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: rgba(0,0,0,0.75) !important;
  cursor: pointer !important;
  z-index: 999999 !important;

  border: none !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Draw the “X” via CSS so no images are ever involved */
.gsb-close::before {
  content: "×" !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

