:root {
  --bg: #0d1017;
  --panel: #151a23;
  --panel2: #1b2130;
  --line: #232b3b;
  --txt: #e8ecf4;
  --mut: #98a2b8;
  --acc: #ffce00;
  --acc2: #ffb300;
  --onacc: #1b1400;
  --grad: linear-gradient(90deg, #ffd60a, #ffb300);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--bg); color: var(--txt);
  line-height: 1.65; font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: var(--acc); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 20px; }

/* Top bar */
.topbar { background: #070910; border-bottom: 2px solid var(--acc); font-size: 13px; color: var(--mut); }
.topbar .container { display: flex; justify-content: space-between; align-items: center; min-height: 36px; gap: 12px; flex-wrap: wrap; }
.topbar a { color: var(--txt); font-weight: 600; }
.topbar .tb-item span { margin-right: 6px; color: var(--acc); font-weight: 700; }

/* Header / nav */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(13,16,23,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 16px; }
.logo { font-size: 21px; font-weight: 800; letter-spacing: .5px; color: #fff; text-transform: uppercase; white-space: nowrap; line-height: 1.15; }
.logo:hover { text-decoration: none; }
.logo .accent { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.logo small { display: block; font-size: 10px; letter-spacing: 3px; color: var(--mut); font-weight: 600; }
.logo img { display: block; height: 44px; width: 44px; border-radius: 10px; border: 1px solid var(--line); object-fit: contain; }
.site-footer .logo img { height: 52px; width: 52px; }

.nav-toggle { display: none; }
.burger { display: none; cursor: pointer; padding: 8px; }
.burger span, .burger span::before, .burger span::after { display: block; width: 26px; height: 3px; border-radius: 2px; background: var(--txt); position: relative; transition: .25s; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; }
.burger span::before { top: -8px; } .burger span::after { top: 8px; }

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a { display: block; padding: 10px 12px; border-radius: 8px; color: var(--txt); font-weight: 600; font-size: 14.5px; }
.nav-links a:hover, .nav-links a.active { color: var(--acc); background: var(--panel2); text-decoration: none; }
.header-cta { white-space: nowrap; }

/* Buttons */
.btn { display: inline-block; background: var(--grad); color: var(--onacc) !important; font-weight: 800; font-size: 15px; padding: 12px 24px; border-radius: 999px; box-shadow: 0 6px 18px rgba(255,206,0,.30); transition: transform .15s, box-shadow .15s; }
.btn:hover { transform: translateY(-2px); text-decoration: none; box-shadow: 0 10px 24px rgba(255,206,0,.40); }
.btn.small { padding: 9px 18px; font-size: 13.5px; }
.btn.ghost { background: transparent; border: 2px solid var(--acc); box-shadow: none; color: var(--acc) !important; }

/* Hero */
.hero { position: relative; padding: 64px 0 56px; border-bottom: 1px solid var(--line); overflow: hidden;
  background: radial-gradient(700px 340px at 85% -10%, rgba(255,214,10,.16), transparent),
              radial-gradient(700px 380px at 5% 110%, rgba(255,179,0,.14), transparent), var(--bg); }
.hero .video-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero .video-bg video { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero .video-bg::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(13,16,23,.93) 0%, rgba(13,16,23,.80) 42%, rgba(13,16,23,.58) 100%);
  border-bottom: 1px solid var(--line); }
.hero .container { position: relative; z-index: 1; }
.hero-logo { display: inline-flex; margin-bottom: 18px; filter: drop-shadow(0 4px 10px rgba(0,0,0,.45)); transition: transform .25s ease; }
.hero-logo:hover { transform: scale(1.05); }
.hero-logo img { display: block; }
@media (prefers-reduced-motion: reduce) { .hero .video-bg video { display: none; } }
.crumbs { font-size: 13px; color: var(--mut); margin-bottom: 18px; }
.crumbs a { color: var(--mut); } .crumbs a:hover { color: var(--acc); }
.hero h1 { font-size: clamp(30px, 4.5vw, 46px); line-height: 1.15; letter-spacing: -.5px; max-width: 780px; }
.hero h1 em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.hero .lead { color: var(--mut); max-width: 720px; margin-top: 14px; font-size: 17px; }
.hero-cta { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; }

/* Sections */
.section { padding: 56px 0; }
.section.alt { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-title { font-size: clamp(24px, 3vw, 32px); margin-bottom: 8px; letter-spacing: -.4px; }
.section-title::after { content: ""; display: block; width: 56px; height: 4px; background: var(--grad); border-radius: 2px; margin-top: 10px; }
.section-sub { color: var(--mut); max-width: 700px; margin: 12px 0 30px; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 18px; }
.card { display: block; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 22px; color: var(--txt); transition: transform .15s, border-color .15s, background .15s; }
.card:hover { transform: translateY(-3px); border-color: var(--acc); background: var(--panel2); text-decoration: none; }
.card h3 { font-size: 17px; margin-bottom: 8px; color: #fff; }
.card p { color: var(--mut); font-size: 14px; }
.card .more { display: inline-block; margin-top: 12px; font-weight: 700; font-size: 13.5px; color: var(--acc); }

.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.feature { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 24px; }
.feature .dot { width: 44px; height: 44px; border-radius: 12px; background: var(--grad); display: flex; align-items: center; justify-content: center; font-weight: 800; color: var(--onacc); margin-bottom: 14px; font-size: 18px; }
.feature h3 { font-size: 16.5px; margin-bottom: 6px; }
.feature p { color: var(--mut); font-size: 14px; }

/* Page body */
.page-body { padding: 48px 0 20px; }
.grid-2 { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; align-items: start; }
.prose p { margin-bottom: 16px; color: #cbd3e1; }
.prose h2 { font-size: 24px; margin: 30px 0 12px; }
.prose h3 { font-size: 19px; margin: 24px 0 10px; }

.checklist { list-style: none; margin: 14px 0 20px; }
.checklist li { padding: 8px 0 8px 34px; position: relative; color: #cbd3e1; }
.checklist li::before {
  content: "\2713"; position: absolute; left: 0; top: 8px;
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255,206,0,.16); color: var(--acc);
  font-size: 13px; font-weight: 800; text-align: center; line-height: 22px;
}

.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0; }
.chip { display: inline-block; padding: 7px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--txt); font-size: 13.5px; font-weight: 600; background: var(--panel); }
.chip:hover { border-color: var(--acc); color: var(--acc); text-decoration: none; }

/* FAQ */
.faq details { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 4px 18px; margin-bottom: 12px; }
.faq summary { cursor: pointer; font-weight: 700; padding: 12px 0; color: #fff; }
.faq details[open] summary { color: var(--acc); }
.faq details p { padding: 0 0 14px; color: var(--mut); }

/* Tables & price boxes */
.table { width: 100%; border-collapse: collapse; margin: 18px 0; background: var(--panel); border-radius: 12px; overflow: hidden; }
.table th { background: var(--panel2); text-align: left; padding: 12px 14px; font-size: 13.5px; text-transform: uppercase; letter-spacing: .5px; color: var(--mut); }
.table td { padding: 12px 14px; border-top: 1px solid var(--line); font-size: 14.5px; }
.pricebox { background: var(--panel2); border: 1px solid var(--acc); border-radius: 16px; padding: 24px; }
.pricebox .from { color: var(--mut); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.pricebox .amount { font-size: 40px; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; line-height: 1.2; }
.pricebox ul { list-style: none; margin: 14px 0 18px; }
.pricebox li { padding: 6px 0 6px 26px; position: relative; font-size: 14px; color: #cbd3e1; }
.pricebox li::before { content: "\2713"; position: absolute; left: 2px; color: var(--acc); font-weight: 800; }

/* Sidebar cards */
.side-card { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 22px; margin-bottom: 20px; }
.side-card h3 { font-size: 16px; margin-bottom: 10px; color: var(--acc); }
.side-card p, .side-card li { color: var(--mut); font-size: 14px; }
.side-card ul { list-style: none; }
.side-card li { padding: 6px 0; border-bottom: 1px dashed var(--line); }
.side-card li:last-child { border-bottom: 0; }
.side-card .big { color: #fff; font-weight: 800; font-size: 17px; }

/* Reviews */
.review { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 24px; }
.review .stars { color: var(--acc2); letter-spacing: 3px; margin-bottom: 10px; }
.review p { color: #cbd3e1; font-size: 14.5px; }
.review .who { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.review .avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--grad); color: var(--onacc); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.review .who b { display: block; font-size: 14px; color: #fff; }
.review .who span { font-size: 12.5px; color: var(--mut); }

/* Map placeholder */
.map-ph { min-height: 230px; border: 2px dashed var(--line); border-radius: 16px; background: var(--panel); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--mut); text-align: center; padding: 20px; }
.map-ph strong { color: var(--txt); font-size: 17px; }

/* Map embed */
.map-embed { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: var(--panel); box-shadow: 0 4px 18px rgba(0,0,0,.18); }
.map-embed iframe { display: block; width: 100%; height: 380px; border: 0; }
@media (max-width: 720px) { .map-embed iframe { height: 300px; } }

/* Photos */
.photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin: 18px 0 6px; }
.photos figure { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--panel2); }
.photos img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.photos figcaption { font-size: 12.5px; color: var(--mut); padding: 8px 12px 10px; }
.wide-img { border-radius: 16px; border: 1px solid var(--line); margin-bottom: 16px; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.side-img { border-radius: 14px; border: 1px solid var(--line); width: 100%; aspect-ratio: 1 / 1; object-fit: cover; margin-bottom: 20px; display: block; }

/* CTA band */
.ctaband { margin-top: 40px; padding: 48px 0; background: linear-gradient(120deg, rgba(255,214,10,.16), rgba(255,179,0,.12)), var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ctaband .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.ctaband h2 { font-size: clamp(22px, 3vw, 30px); }
.ctaband p { color: var(--mut); }

/* Forms */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
label { font-size: 13px; font-weight: 700; color: var(--mut); display: block; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .5px; }
input, select, textarea {
  width: 100%; background: var(--panel); border: 1px solid var(--line);
  border-radius: 10px; color: var(--txt); padding: 12px 14px; font-size: 15px; font-family: inherit;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--acc); }

/* Blog */
.post-meta { color: var(--mut); font-size: 13px; margin-bottom: 14px; }
.post-meta span { color: var(--acc); font-weight: 700; }
blockquote { border-left: 4px solid var(--acc); background: var(--panel); padding: 16px 20px; border-radius: 0 12px 12px 0; color: #cbd3e1; margin: 20px 0; }

/* Footer */
.site-footer { background: #0a0d13; border-top: 1px solid var(--line); padding: 56px 0 0; margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px; }
.site-footer h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: var(--acc); margin-bottom: 14px; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: var(--mut); font-size: 14px; }
.site-footer a:hover { color: var(--acc); }
.footer-brand p { color: var(--mut); font-size: 14px; max-width: 300px; margin: 12px 0; }
.footer-brand .nap { font-size: 13.5px; line-height: 1.8; }
.footer-brand .nap b { color: var(--txt); }
.footer-bottom { border-top: 1px solid var(--line); padding: 18px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; font-size: 13px; color: var(--mut); }
.footer-map { margin: 0 0 40px; }
.footer-map .map-embed iframe { height: 300px; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }

.note { font-size: 13px; color: var(--mut); font-style: italic; }
.badge { display: inline-block; background: rgba(255,206,0,.16); color: var(--acc); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }

/* Responsive */
@media (max-width: 980px) {
  .grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .logo img { height: 38px; width: 38px; }
  .burger { display: block; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch;
    background: var(--bg); border-bottom: 1px solid var(--line);
    padding: 10px 20px 18px; gap: 2px; display: none;
  }
  .nav-toggle:checked ~ .nav-links { display: flex; }
  .header-cta { display: none; }
}
@media (max-width: 620px) {
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .ctaband .container { justify-content: center; text-align: center; }
  .topbar .tb-hide { display: none; }
}

/* Google-style reviews */
.greviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 22px; margin: 26px 0; }
.creview { background: #fff; border-radius: 14px; padding: 20px 22px; box-shadow: 0 1px 6px rgba(2,35,60,.08); text-align: left; display: flex; flex-direction: column; }
.ghead { display: flex; align-items: flex-start; gap: 12px; }
.gavatar { width: 42px; height: 42px; border-radius: 50%; background: #e8eaed; color: #5f6368; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 17px; flex: none; }
.gmeta { flex: 1; min-width: 0; }
.gmeta b { display: block; color: #202124; font-size: 15px; }
.gsub { color: #5f6368; font-size: 12.5px; display: block; }
.gmark { width: 18px; height: 18px; flex: none; margin-top: 2px; }
.gstarsr { display: flex; align-items: center; gap: 10px; margin: 12px 2px 4px; flex-wrap: wrap; }
.gstars { color: #FBBC05; font-size: 17px; letter-spacing: 2px; line-height: 1; }
.gtime { color: #5f6368; font-size: 12.5px; }
.gtext { color: #3c4043; font-size: 14.5px; line-height: 1.55; }
.gphotos { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 2px; }
.gphoto { display: flex; align-items: center; gap: 7px; background: #f1f3f4; color: #5f6368; border-radius: 8px; padding: 6px 10px; font-size: 12px; }
.gphoto svg { width: 16px; height: 16px; flex: none; }
.glikes { display: flex; align-items: center; gap: 6px; color: #5f6368; font-size: 12.5px; margin-top: 10px; }
.glikes svg { width: 14px; height: 14px; color: #d93025; }
.greply { display: flex; gap: 10px; margin-top: 12px; padding-top: 12px; border-top: 1px solid #e8eaed; }
.greply .gcaret { width: 10px; height: 10px; border-left: 2px solid #dadce0; border-bottom: 2px solid #dadce0; transform: rotate(45deg) translate(2px, -2px); flex: none; margin-top: 22px; }
.greply b { color: #1a73e8; font-size: 13px; display: block; }
.greply p { color: #3c4043; font-size: 13.5px; margin: 4px 0 0; }
.gsum { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; background: #fff; border-radius: 16px; padding: 26px 30px; box-shadow: 0 1px 6px rgba(2,35,60,.08); }
.gscore { display: flex; align-items: center; gap: 16px; }
.gbig { font-size: 52px; font-weight: 800; color: #202124; line-height: 1; }
.gscore .gstars { font-size: 22px; }
.gscore .gsub { margin-top: 6px; }
.gnote { display: flex; align-items: center; gap: 10px; color: #5f6368; font-size: 13.5px; max-width: 380px; }
.gnote .gmark { width: 22px; height: 22px; flex: none; }
.greviews-more { text-align: center; margin-top: -8px; }
.side-card .more { display: inline-block; font-weight: 800; font-size: 13.5px; color: #1a73e8; }
.side-card .gstars { color: #FBBC05; }
