

:root{--yellow:#f5a300;--yellow2:#ffc044;--orange:#ff7a00;--dark:#0c0c0c;--text:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--dark);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,90%);margin:auto}
.top-strip{background:linear-gradient(90deg,#f5a300,#ffc044,#f5a300);color:#111;padding:10px 16px;text-align:center;font-weight:950;display:flex;align-items:center;justify-content:center;gap:10px}.top-stars{letter-spacing:2px}
header{background:#000;padding:16px 0;border-bottom:1px solid #242424;position:sticky;top:0;z-index:100}.nav{display:grid;grid-template-columns:220px 1fr 260px;align-items:center;gap:18px}.logo img{max-height:70px;width:auto}.nav-links{display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:nowrap;color:#ddd;font-weight:850;font-size:14px}.nav-links a{text-decoration:none}.nav-links a:hover{color:var(--yellow)}.header-actions,.mobile-header-actions{display:flex;justify-content:flex-end;gap:12px}.mobile-header-actions{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:950;transition:.2s ease;border:0;cursor:pointer}.btn-primary{background:var(--yellow);color:#111;box-shadow:0 10px 24px rgba(245,163,0,.22)}.btn-primary:hover{transform:translateY(-1px);background:var(--yellow2)}.btn-ghost,.btn-dark{background:#0b0b0b;color:#fff;border:1px solid rgba(255,255,255,.22)}a.btn-ghost[href^="tel:"],a.btn-dark[href^="tel:"]{background:linear-gradient(135deg,#f5a300,#ff7a00);color:#111;border-color:rgba(255,184,64,.95)}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 20%,rgba(245,163,0,.22),transparent 30%),linear-gradient(135deg,#050505 0%,#090909 52%,#171717 100%);border-bottom:1px solid #202020}.hero:after{content:"";position:absolute;inset:auto 0 0 0;height:120px;background:linear-gradient(180deg,rgba(12,12,12,0),var(--dark));pointer-events:none}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,560px) minmax(420px,1fr);gap:34px;align-items:center;min-height:720px;padding:70px 0 66px}
.breadcrumbs{font-size:14px;color:#cfcfcf;margin-bottom:18px;font-weight:750}.breadcrumbs a{text-decoration:none;color:#fff}.breadcrumbs span{color:var(--yellow)}.eyebrow,.kicker{display:inline-flex;padding:8px 13px;border-radius:999px;background:rgba(245,163,0,.12);border:1px solid rgba(245,163,0,.34);color:var(--yellow);font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}
h1{margin:0 0 18px;font-size:58px;line-height:1.02;letter-spacing:-1.7px;text-shadow:0 8px 30px rgba(0,0,0,.6)}.hero-copy p{margin:0 0 24px;color:#eee;font-size:18px;max-width:620px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.quick-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px;max-width:560px}.quick-points span{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:15px;padding:12px 14px;color:#f0f0f0;font-weight:850}
.hero-card{position:relative;border-radius:34px;overflow:hidden;border:1px solid rgba(245,163,0,.34);box-shadow:0 34px 90px rgba(0,0,0,.48);min-height:560px}.hero-card img{width:100%;height:560px;object-fit:cover;object-position:center}.hero-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.54),rgba(0,0,0,.05) 48%,rgba(0,0,0,.2));z-index:1}.hero-badge{position:absolute;left:22px;bottom:22px;right:22px;z-index:2;background:rgba(0,0,0,.72);backdrop-filter:blur(9px);border:1px solid rgba(245,163,0,.36);border-radius:22px;padding:18px}.hero-badge strong{display:block;font-size:22px;color:var(--yellow);line-height:1.1;margin-bottom:5px}.hero-badge span{color:#e9e9e9;font-weight:750}
.section{padding:86px 0}.section.alt{background:#0b0b0b;border-top:1px solid #171717;border-bottom:1px solid #171717}.section-head{max-width:900px;margin:0 auto 38px;text-align:center}.section-head h2{margin:0 0 12px;font-size:44px;line-height:1.08;letter-spacing:-1.1px}.section-head p{margin:0;color:#cecece;font-size:18px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card,.price-card,.panel{background:linear-gradient(180deg,#181818,#101010);border:1px solid #2b2b2b;border-radius:26px;padding:26px;box-shadow:0 24px 62px rgba(0,0,0,.28)}.card b{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:var(--yellow);color:#111;font-size:22px;margin-bottom:16px}.card h3,.process-card h3{margin:0 0 10px;font-size:24px;line-height:1.12}.card p,.process-card p,.panel p{margin:0;color:#d3d3d3}
.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:0 auto}.price-card{position:relative;padding:32px}.price-card.popular{border-color:rgba(245,163,0,.72);box-shadow:0 32px 90px rgba(245,163,0,.12)}.price-ribbon{position:absolute;right:22px;top:22px;background:var(--yellow);color:#111;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;text-transform:uppercase}.price-card h3{margin:0 0 14px;font-size:28px}.price-main{display:flex;align-items:flex-end;gap:6px;margin-bottom:18px}.amount{font-size:62px;line-height:1;color:var(--yellow);font-weight:950;letter-spacing:-2px}.per{font-weight:850;color:#ddd;margin-bottom:8px}.price-list{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:10px}.price-list li{padding:11px 12px;border-radius:14px;background:#0d0d0d;border:1px solid #252525;color:#efefef}.travel-note{max-width:900px;margin:22px auto 0;background:rgba(245,163,0,.12);border:1px solid rgba(245,163,0,.34);border-radius:20px;padding:18px;color:#f6f6f6;text-align:center}.travel-note strong{color:var(--yellow);display:block;font-size:20px}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-card{background:#121212;border:1px solid #292929;border-radius:24px;overflow:hidden}.process-card img{height:250px;width:100%;object-fit:cover}.process-card .body{padding:20px}.process-card .step{color:var(--yellow);font-weight:950;font-size:13px;text-transform:uppercase;letter-spacing:.6px}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch}.panel h2{margin:0 0 14px;font-size:36px;line-height:1.08;letter-spacing:-1px}.panel-image{padding:0;overflow:hidden}.panel-image img{width:100%;height:100%;min-height:420px;object-fit:cover}.list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0 0;padding:0;list-style:none}.list li{position:relative;padding:12px 12px 12px 38px;border-radius:16px;background:#101010;border:1px solid #252525;font-weight:850;color:#f0f0f0}.list li:before{content:"✓";position:absolute;left:14px;top:11px;color:var(--yellow);font-weight:950}
.photo-strip{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px}.photo-strip img{width:100%;height:360px;object-fit:cover;border-radius:24px;border:1px solid #2b2b2b}.areas{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:24px}.areas span{background:#171717;border:1px solid #2b2b2b;border-radius:999px;padding:10px 15px;color:#eee;font-weight:850}.areas span:first-child{background:rgba(245,163,0,.14);border-color:rgba(245,163,0,.5);color:var(--yellow)}
.faq{max-width:900px;margin:0 auto;display:grid;gap:14px}details{border:1px solid #2a2a2a;border-radius:18px;background:linear-gradient(180deg,#171717,#111);overflow:hidden}summary{list-style:none;cursor:pointer;padding:20px 22px;font-size:19px;font-weight:950;display:flex;justify-content:space-between;gap:18px}summary::-webkit-details-marker{display:none}summary:after{content:"+";color:var(--yellow);font-size:28px;line-height:1}details[open] summary:after{content:"−"}details .answer{padding:0 22px 22px;color:#d4d4d4}
.form-box{background:linear-gradient(180deg,#171717,#101010);border:1px solid rgba(245,163,0,.35);border-radius:28px;padding:26px}.form-box h2{margin:0 0 8px;font-size:30px}.form-intro,.form-note{color:#d5d5d5;margin:0 0 16px}.form-box form{display:grid;gap:10px}.form-box input,.form-box textarea{width:100%;padding:13px 14px;border-radius:14px;border:1px solid #333;background:#0b0b0b;color:#fff;font:inherit}.form-box textarea{min-height:110px;resize:vertical}.form-box button{background:var(--yellow);color:#111;border:0;border-radius:16px;padding:14px;font-weight:950;font-size:16px;cursor:pointer}.form-status{display:none;margin-top:15px;background:rgba(245,163,0,.13);border:1px solid rgba(245,163,0,.35);border-radius:16px;padding:14px;color:#fff}.form-status span{display:block;color:#ddd}
.cta{padding:76px 0;background:linear-gradient(135deg,#f5a300,#ffc044);color:#111;text-align:center}.cta h2{margin:0 0 10px;font-size:44px;line-height:1.05;letter-spacing:-1px}.cta p{max-width:780px;margin:0 auto 24px;font-weight:850;font-size:18px}.cta .btn{background:#050505;color:#fff;border-radius:16px}
footer{background:#000;padding:48px 0 24px;border-top:1px solid #202020}.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:28px}footer h3,footer h4{margin:0 0 14px;color:#fff}footer p,footer a{color:#c7c7c7;text-decoration:none}footer a:hover{color:var(--yellow)}.footer-bottom{margin-top:26px;padding-top:18px;border-top:1px solid #1d1d1d;color:#888;text-align:center}
@media(max-width:1100px){.nav,.hero-grid,.split,.footer-grid{grid-template-columns:1fr}.logo,.nav-links,.header-actions{justify-self:center}.cards{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr 1fr}.hero-card,.hero-card img{min-height:440px;height:440px}}
@media(max-width:800px){.top-strip{font-size:12px;padding:8px}header{padding:10px 0}.nav{display:grid;grid-template-columns:minmax(112px,40%) minmax(0,1fr);grid-template-rows:auto auto;gap:8px 10px}.logo{grid-column:1;grid-row:1;justify-self:start}.logo img{max-height:52px}.mobile-header-actions{display:grid;grid-template-columns:1fr 1fr;grid-column:2;grid-row:1;gap:7px;width:100%}.header-actions{display:none}.mobile-header-actions .btn{min-height:38px;padding:8px 7px;border-radius:12px;font-size:11px;white-space:nowrap}.nav-links{grid-column:1/-1;grid-row:2;flex-wrap:wrap;gap:9px 13px;font-size:13px}.hero-grid{min-height:auto;padding:42px 0 50px}h1{font-size:39px}.hero-copy p{font-size:16.5px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%;min-height:50px}.quick-points,.pricing-grid,.cards,.list,.process,.photo-strip{grid-template-columns:1fr}.hero-card,.hero-card img{height:420px;min-height:420px}.section{padding:60px 0}.section-head h2,.panel h2,.cta h2{font-size:32px}.amount{font-size:52px}}



.neighborhood-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.neighborhood-card{background:linear-gradient(180deg,#181818,#101010);border:1px solid #2b2b2b;border-radius:24px;padding:24px;box-shadow:0 20px 54px rgba(0,0,0,.25)}
.neighborhood-card h3{margin:0 0 10px;font-size:23px;line-height:1.1;color:#fff}
.neighborhood-card p{margin:0;color:#d1d1d1}
@media(max-width:1000px){.neighborhood-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.neighborhood-grid{grid-template-columns:1fr}}


.text-logo{font-size:24px;font-weight:950;color:#f5a300;text-decoration:none;letter-spacing:.2px}
.logo img{max-height:70px;width:auto}
@media(max-width:800px){.logo img{max-height:52px}.text-logo{font-size:18px}}


/* Real embedded logo fix */
.logo{display:flex;align-items:center;text-decoration:none}
.logo img{display:block!important;max-height:76px!important;width:auto!important;max-width:230px!important;object-fit:contain!important}
@media(max-width:800px){.logo img{max-height:56px!important;max-width:150px!important}}


/* Homepage header match */
.top-strip {
  background: linear-gradient(90deg,#f5a300,#ffc044,#f5a300) !important;
  color: #111 !important;
  padding: 10px 16px !important;
  text-align: center !important;
  font-weight: 950 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.24) !important;
}
.top-stars { letter-spacing: 2px !important; }

header {
  background: #000 !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid #242424 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
}
.nav {
  display: grid !important;
  grid-template-columns: 220px 1fr 260px !important;
  align-items: center !important;
  gap: 18px !important;
}
.logo {
  display: flex !important;
  align-items: center !important;
  justify-self: start !important;
  text-decoration: none !important;
}
.logo img {
  display: block !important;
  max-height: 70px !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain !important;
}
.nav-links {
  display: flex !important;
  gap: 16px !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  color: #ddd !important;
  font-weight: 850 !important;
  font-size: 14px !important;
}
.nav-links a {
  text-decoration: none !important;
  color: inherit !important;
}
.nav-links a:hover { color: #f5a300 !important; }
.header-actions {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}
.mobile-header-actions { display: none !important; }

@media(max-width:800px) {
  header { padding: 10px 0 !important; }
  .nav {
    display: grid !important;
    grid-template-columns: minmax(112px,40%) minmax(0,1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 8px 10px !important;
  }
  .logo {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }
  .logo img {
    max-height: 52px !important;
    max-width: 150px !important;
  }
  .mobile-header-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    gap: 7px !important;
    width: 100% !important;
    justify-self: stretch !important;
  }
  .header-actions { display: none !important; }
  .mobile-header-actions .btn {
    min-height: 38px !important;
    padding: 8px 7px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }
  .nav-links {
    grid-column: 1/-1 !important;
    grid-row: 2 !important;
    flex-wrap: wrap !important;
    gap: 9px 13px !important;
    font-size: 13px !important;
  }
}



/* Mobile logo size update */
@media(max-width:800px){
  .logo img{
    max-height:64px!important;
    max-width:178px!important;
  }
}
