*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0a0a0a; color: #fff; }

/* ── TOP BAR ── */
.topbar { background: #CC0000; padding: 9px 40px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar span { font-size: 12px; color: #fff; display: flex; align-items: center; gap: 6px; }
.topbar i { font-size: 14px; }

/* ── NAV ── */
.nav { background: #000; padding: 16px 40px; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #CC0000; position: sticky; top: 0; z-index: 100; }
.nav-logo-link { text-decoration: none; display: inline-block; }
.nav-logo-main { font-size: 22px; font-weight: 600; letter-spacing: 3px; color: #fff; line-height: 1; }
.nav-logo-main span { color: #CC0000; }
.nav-logo-sub { font-size: 9px; letter-spacing: 3px; color: #666; text-transform: uppercase; margin-top: 3px; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { color: #bbb; text-decoration: none; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: #CC0000; }
.nav-links a.active { color: #CC0000; }
.nav-cta { background: #CC0000; color: #fff; border: none; padding: 11px 24px; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; border-radius: 2px; text-decoration: none; }

/* ── PAGE HEADER (sub-pages) ── */
.page-header { background: #000; text-align: center; padding: 64px 40px; border-bottom: 3px solid #CC0000; position: relative; overflow: hidden; }
.page-header .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(#1a1a1a 1px, transparent 1px), linear-gradient(90deg, #1a1a1a 1px, transparent 1px); background-size: 40px 40px; opacity: 0.25; }
.page-header-content { position: relative; z-index: 2; }
.page-header .sec-eyebrow { margin-bottom: 12px; }
.page-header h1 { font-size: 42px; font-weight: 700; color: #fff; letter-spacing: -1px; margin-bottom: 14px; }
.page-header h1 span { color: #CC0000; }
.page-header p { font-size: 15px; color: #777; line-height: 1.7; max-width: 560px; margin: 0 auto; }

/* ── HERO ── */
.hero { background: #000; min-height: 520px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 90px 40px; position: relative; border-bottom: 3px solid #CC0000; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at center, #1a0000 0%, #000 70%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(#1a1a1a 1px, transparent 1px), linear-gradient(90deg, #1a1a1a 1px, transparent 1px); background-size: 40px 40px; opacity: 0.25; }
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(204,0,0,0.15); border: 1px solid rgba(204,0,0,0.4); color: #CC0000; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; padding: 6px 16px; border-radius: 2px; margin-bottom: 24px; }
.hero h1 { font-size: 54px; font-weight: 700; line-height: 1.05; color: #fff; margin-bottom: 20px; letter-spacing: -2px; }
.hero h1 span { color: #CC0000; }
.hero-desc { color: #999; font-size: 16px; max-width: 540px; margin: 0 auto 14px; line-height: 1.75; }
.hero-mobile-note { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.04); border: 1px solid #222; color: #aaa; font-size: 13px; padding: 10px 20px; border-radius: 2px; margin-bottom: 14px; }
.hero-mobile-note i { color: #CC0000; font-size: 16px; }
.hero-area { font-size: 12px; color: #555; margin-bottom: 36px; letter-spacing: 0.5px; }
.hero-area strong { color: #888; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-red { background: #CC0000; color: #fff; padding: 15px 38px; border: none; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; border-radius: 2px; text-decoration: none; display: inline-block; }
.btn-ghost { background: transparent; color: #fff; padding: 15px 38px; border: 1px solid #333; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; border-radius: 2px; text-decoration: none; display: inline-block; }

/* ── STATS ── */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); background: #CC0000; }
.stat { text-align: center; padding: 22px 16px; border-right: 1px solid rgba(255,255,255,0.15); }
.stat:last-child { border-right: none; }
.stat-num { font-size: 28px; font-weight: 700; color: #fff; }
.stat-label { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-top: 4px; }

/* ── TICKER ── */
.ticker { background: #111; padding: 13px 40px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; border-bottom: 1px solid #1a1a1a; }
.ticker-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #CC0000; flex-shrink: 0; display: flex; align-items: center; gap: 5px; }
.ticker-sep { color: #333; }
.loc { font-size: 12px; color: #777; }
.loc.shop { color: #fff; font-weight: 600; }

/* ── MOBILE BANNER ── */
.mobile-banner { background: #0f0f0f; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; padding: 28px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.mobile-banner-left { display: flex; align-items: center; gap: 18px; }
.mobile-banner-icon { width: 52px; height: 52px; background: rgba(204,0,0,0.12); border: 1px solid rgba(204,0,0,0.3); border-radius: 2px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mobile-banner-icon i { font-size: 26px; color: #CC0000; }
.mobile-banner h3 { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 4px; }
.mobile-banner p { font-size: 13px; color: #777; line-height: 1.5; max-width: 540px; }
.mobile-banner-right { font-size: 13px; color: #CC0000; border: 1px solid #CC0000; padding: 10px 22px; border-radius: 2px; white-space: nowrap; cursor: pointer; text-decoration: none; }

/* ── SECTIONS ── */
.section { padding: 80px 40px; }
.sec-eyebrow { display: inline-block; color: #CC0000; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px; }
.sec-title { font-size: 34px; font-weight: 700; color: #fff; margin-bottom: 14px; }
.sec-title span { color: #CC0000; }
.sec-sub { font-size: 14px; color: #666; line-height: 1.75; margin-bottom: 44px; }
.sec-header-centered { text-align: center; }
.sec-header-centered .sec-sub { max-width: 520px; margin: 0 auto 44px; }

/* ── SERVICES ── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.svc { background: #111; padding: 32px 26px; border-bottom: 3px solid transparent; transition: border-color 0.25s; }
.svc:hover { border-bottom-color: #CC0000; }
.svc-icon { width: 48px; height: 48px; background: #CC0000; border-radius: 2px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.svc-icon i { font-size: 23px; color: #fff; }
.svc h3 { font-size: 15px; font-weight: 600; color: #fff; margin-bottom: 8px; }
.svc p { font-size: 12px; color: #777; line-height: 1.7; margin-bottom: 14px; }
.svc-price { font-size: 19px; font-weight: 700; color: #CC0000; }
.svc-link { font-size: 11px; color: #888; letter-spacing: 1px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 5px; margin-top: 14px; cursor: pointer; background: none; border: none; padding: 0; font-family: inherit; transition: color 0.2s, gap 0.2s; }
.svc-link:hover { color: #CC0000; gap: 9px; }
.svc-link i { font-size: 13px; }

/* ── SERVICE MODAL ── */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.82); backdrop-filter: blur(3px); z-index: 1000; display: none; align-items: flex-start; justify-content: center; padding: 48px 20px; overflow-y: auto; }
.modal-overlay.open { display: flex; }
.modal { background: #0f0f0f; border: 1px solid #222; border-top: 3px solid #CC0000; border-radius: 3px; max-width: 560px; width: 100%; margin: auto; position: relative; animation: modalIn 0.22s ease; }
@keyframes modalIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.modal-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; background: rgba(255,255,255,0.05); border: 1px solid #2a2a2a; border-radius: 2px; color: #999; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; line-height: 1; }
.modal-close:hover { background: #CC0000; border-color: #CC0000; color: #fff; }
.modal-head { padding: 32px 32px 24px; border-bottom: 1px solid #1a1a1a; }
.modal-icon { width: 50px; height: 50px; background: #CC0000; border-radius: 2px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.modal-icon i { font-size: 25px; color: #fff; }
.modal-head h3 { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.modal-tagline { font-size: 13px; color: #888; line-height: 1.7; }
.modal-body { padding: 24px 32px 28px; }
.modal-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #CC0000; margin-bottom: 14px; }
.modal-list { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 26px; }
.modal-list li { display: flex; gap: 11px; font-size: 13.5px; color: #bbb; line-height: 1.55; }
.modal-list li i { color: #CC0000; font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.modal-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.modal-chip { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.04); border: 1px solid #222; border-radius: 2px; padding: 8px 13px; font-size: 12px; color: #aaa; }
.modal-chip i { color: #CC0000; font-size: 14px; }
.modal-chip strong { color: #fff; font-weight: 600; }
.modal-price { font-size: 18px; font-weight: 700; color: #CC0000; margin-bottom: 4px; }
.modal-foot { padding: 22px 32px; border-top: 1px solid #1a1a1a; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.modal-foot .btn-red { flex: 1; text-align: center; min-width: 180px; }
.modal-foot-note { font-size: 11px; color: #555; }
@media (max-width: 768px) {
  .modal-head, .modal-body, .modal-foot { padding-left: 22px; padding-right: 22px; }
  .modal-overlay { padding: 24px 14px; }
}

/* ── GALLERY ── */
.gallery-bg { background: #111; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.gallery-item { aspect-ratio: 4/3; overflow: hidden; position: relative; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(15%); transition: filter 0.35s, transform 0.35s; display: block; }
.gallery-item:hover img { filter: grayscale(0%); transform: scale(1.05); }
.gallery-tag { position: absolute; bottom: 12px; left: 12px; background: rgba(0,0,0,0.8); color: #fff; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; padding: 5px 12px; border-radius: 2px; border-left: 2px solid #CC0000; }
.gallery-item.large { grid-column: span 2; }
.gallery-cta { text-align: center; margin-top: 32px; }

/* ── WHY US ── */
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-points { display: flex; flex-direction: column; gap: 22px; }
.why-point { display: flex; gap: 16px; }
.why-icon-wrap { flex-shrink: 0; width: 36px; height: 36px; background: rgba(204,0,0,0.1); border: 1px solid rgba(204,0,0,0.25); border-radius: 2px; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.why-icon-wrap i { font-size: 17px; color: #CC0000; }
.why-point h4 { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 4px; }
.why-point p { font-size: 13px; color: #666; line-height: 1.65; }
.why-panel { background: #111; border: 1px solid #1e1e1e; border-radius: 2px; padding: 36px; }
.why-panel-title { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #CC0000; margin-bottom: 20px; }
.why-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid #1a1a1a; }
.why-row:last-child { border-bottom: none; }
.why-row-label { font-size: 13px; color: #777; }
.why-row-val { font-size: 18px; font-weight: 700; color: #CC0000; }

/* ── REVIEWS ── */
.reviews-bg { background: #111; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.review { background: #0d0d0d; padding: 30px 26px; }
.review-stars { color: #CC0000; font-size: 16px; margin-bottom: 14px; letter-spacing: 3px; }
.review p { font-size: 13px; color: #888; line-height: 1.75; margin-bottom: 20px; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 38px; height: 38px; border-radius: 50%; background: #CC0000; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; }
.review-name { font-size: 13px; font-weight: 600; color: #fff; }
.review-via { font-size: 11px; color: #555; margin-top: 2px; }

/* ── QUOTE FORM ── */
.quote-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: #666; margin-bottom: 7px; }
.form-group input,
.form-group select,
.form-group textarea { width: 100%; background: #111; border: 1px solid #222; color: #fff; padding: 13px 15px; font-size: 13px; border-radius: 2px; outline: none; font-family: inherit; transition: border-color 0.2s; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: #CC0000; }
.form-group select option { background: #111; }
.form-group textarea { height: 110px; resize: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.services-check { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 6px; }
.svc-check { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #888; cursor: pointer; }
.svc-check input { width: 14px; height: 14px; accent-color: #CC0000; cursor: pointer; }
.submit-btn { width: 100%; background: #CC0000; color: #fff; border: none; padding: 15px; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; border-radius: 2px; margin-top: 10px; transition: background 0.2s; }
.submit-btn:hover { background: #aa0000; }
.contact-info { display: flex; flex-direction: column; gap: 22px; }
.c-item { display: flex; gap: 16px; align-items: flex-start; }
.c-icon { width: 46px; height: 46px; border: 1px solid #CC0000; border-radius: 2px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.c-icon i { font-size: 21px; color: #CC0000; }
.c-label { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: #555; margin-bottom: 5px; }
.c-val { font-size: 14px; color: #ccc; line-height: 1.5; }
.social-row { display: flex; gap: 12px; margin-top: 30px; }
.social-btn { width: 42px; height: 42px; border: 1px solid #222; border-radius: 2px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color 0.2s; text-decoration: none; }
.social-btn:hover { border-color: #CC0000; }
.social-btn i { font-size: 19px; color: #777; }
.social-btn:hover i { color: #CC0000; }

/* ── CTA BANNER ── */
.cta-banner { background: #CC0000; padding: 64px 40px; text-align: center; }
.cta-banner h2 { font-size: 34px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.cta-banner p { font-size: 15px; color: rgba(255,255,255,0.82); margin-bottom: 30px; }
.cta-banner-btn { background: #000; color: #fff; padding: 16px 48px; border: none; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; border-radius: 2px; text-decoration: none; display: inline-block; }

/* ── FOOTER ── */
.footer { background: #000; border-top: 1px solid #1a1a1a; padding: 56px 40px 28px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 56px; margin-bottom: 44px; }
.footer-logo { font-size: 20px; font-weight: 700; letter-spacing: 3px; color: #fff; margin-bottom: 14px; }
.footer-logo span { color: #CC0000; }
.footer-brand p { font-size: 13px; color: #555; line-height: 1.75; max-width: 300px; }
.footer-col h4 { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #CC0000; margin-bottom: 18px; }
.footer-col a { display: block; font-size: 13px; color: #555; text-decoration: none; margin-bottom: 11px; transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #111; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 12px; color: #444; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .topbar { display: none; }
  .nav { padding: 14px 20px; }
  .nav-links { display: none; }
  .hero { padding: 60px 20px; }
  .hero h1 { font-size: 36px; }
  .page-header { padding: 48px 20px; }
  .page-header h1 { font-size: 32px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .ticker { padding: 12px 20px; }
  .mobile-banner { padding: 20px; }
  .section { padding: 56px 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.large { grid-column: span 2; }
  .why-layout { grid-template-columns: 1fr; gap: 36px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .quote-layout { grid-template-columns: 1fr; gap: 40px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
}
