:root {
  --blue: #0057d9;
  --blue-bright: #1e88ff;
  --blue-dark: #0044ad;
  --black: #080a0f;
  --charcoal: #121722;
  --dark-gray: #242b36;
  --muted: #687386;
  --line: #dce3ed;
  --off-white: #f5f7fb;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(0, 74, 173, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--charcoal); background: var(--white); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 100px 0; }
.section-muted { background: var(--off-white); }
.section-dark { background: var(--black); color: var(--white); position: relative; overflow: hidden; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; padding: 12px 18px; background: linear-gradient(135deg, #004fd1, #1e88ff); color: white; }
.skip-link:focus { left: 12px; top: 12px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(8, 10, 15, .90); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand img { width: 48px; height: 48px; object-fit: cover; object-position: 50% 38%; border-radius: 10px; }
.brand-copy { display: grid; line-height: 1; text-transform: uppercase; letter-spacing: .08em; }
.brand-copy strong { font-family: "Montserrat", sans-serif; font-size: .96rem; }
.brand-copy small { color: var(--blue-bright); font-size: .68rem; letter-spacing: .28em; margin-top: 6px; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #dce3ee; font-size: .92rem; font-weight: 600; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--white); }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--blue-bright)); transition: right .2s ease; }
.site-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: linear-gradient(135deg, #004fd1, #1e88ff); color: var(--white) !important; box-shadow: 0 10px 24px rgba(0,87,217,.24); }
.nav-toggle { display: none; width: 46px; height: 42px; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; height: 2px; background: white; margin: 6px 0; transition: .25s; }

.hero { padding: 110px 0 95px; min-height: 760px; display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.hero h1, h2, h3 { font-family: "Montserrat", sans-serif; line-height: 1.1; margin-top: 0; }
.hero h1 { font-size: clamp(3rem, 6vw, 5.6rem); letter-spacing: -.05em; margin-bottom: 26px; max-width: 900px; }
.hero h1 span { color: var(--blue-bright); }
.hero p { color: #c8d1df; font-size: 1.1rem; max-width: 680px; margin-bottom: 32px; }
.eyebrow { display: inline-block; color: var(--blue-bright); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .19em; margin-bottom: 18px; }
.eyebrow.dark { color: var(--blue-dark); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #004fd1, #1e88ff); color: white; box-shadow: 0 14px 30px rgba(0,87,217,.30); }
.btn-secondary { color: white; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.btn-dark { background: var(--black); color: white; }
.btn.full { width: 100%; border: 0; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; color: #aeb9c8; font-size: .8rem; margin-top: 34px; }
.hero-trust span::before { content: "✓"; color: var(--blue-bright); margin-right: 8px; font-weight: 800; }
.hero-card { border: 1px solid rgba(255,255,255,.12); border-radius: 28px; padding: 28px; background: linear-gradient(160deg, rgba(255,255,255,.10), rgba(255,255,255,.035)); box-shadow: 0 30px 80px rgba(0,0,0,.35); backdrop-filter: blur(12px); }
.hero-card-top { display: flex; gap: 14px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.hero-card-top img { width: 66px; height: 66px; border-radius: 16px; object-fit: cover; }
.hero-card-top div { display: grid; }
.hero-card-top strong { font-family: "Montserrat"; font-size: 1.05rem; }
.hero-card-top small { color: var(--blue-bright); margin-top: 5px; }
.service-preview { display: grid; gap: 10px; margin: 20px 0; }
.preview-item { display: flex; align-items: center; gap: 14px; padding: 14px; border-radius: 16px; background: rgba(255,255,255,.05); }
.preview-item .icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: rgba(30,136,255,.16); }
.preview-item div { display: grid; }
.preview-item small { color: #99a6b9; }
.call-strip { display: block; text-align: center; padding: 14px; border-radius: 14px; background: linear-gradient(135deg, #004fd1, #1e88ff); font-weight: 800; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .22; }
.hero-glow-one { width: 420px; height: 420px; background: #0066ff; top: -80px; right: 6%; }
.hero-glow-two { width: 320px; height: 320px; background: #305f47; bottom: -120px; left: -80px; }

.stats-bar { background: linear-gradient(135deg, #004fd1, #1e88ff); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid div { display: flex; align-items: center; gap: 14px; padding: 24px 20px; border-right: 1px solid rgba(255,255,255,.2); }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { opacity: .55; font-family: "Montserrat"; }
.stats-grid span { font-weight: 800; }

.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.section-copy h2, .section-heading h2 { font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.045em; margin-bottom: 22px; }
.section-copy p, .section-heading p { color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; color: var(--blue-dark); font-weight: 800; margin-top: 14px; }
.about-panel { padding: 34px; border-radius: var(--radius); background: var(--off-white); box-shadow: var(--shadow); }
.about-feature { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.about-feature:last-child { border-bottom: 0; }
.about-feature > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(30,136,255,.12); color: var(--blue-dark); font-weight: 900; }
.about-feature p { margin: 5px 0 0; color: var(--muted); font-size: .94rem; }

.section-heading { max-width: 780px; margin-bottom: 44px; }
.section-heading.light p { color: #aeb8c8; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card, .review-card { position: relative; border-radius: var(--radius); background: white; border: 1px solid var(--line); padding: 32px; box-shadow: 0 10px 36px rgba(0,43,99,.08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover, .review-card:hover, .gallery-card:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(0,87,217,.13); border-color: rgba(30,136,255,.42); }
.service-card.featured { border-color: rgba(30,136,255,.45); }
.popular-label { position: absolute; top: 18px; right: 18px; color: var(--blue-dark); font-size: .66rem; text-transform: uppercase; font-weight: 800; letter-spacing: .12em; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: rgba(30,136,255,.11); font-size: 1.55rem; margin-bottom: 22px; }
.service-card h3 { font-size: 1.34rem; }
.service-card p, .service-card li { color: var(--muted); }
.service-card ul { padding-left: 20px; margin: 20px 0; }
.service-card a { color: var(--blue-dark); font-weight: 800; }

.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.benefit { padding: 28px 22px; border-radius: 18px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); }
.benefit span { color: var(--blue-bright); font-weight: 800; }
.benefit h3 { font-size: 1.05rem; margin: 24px 0 10px; }
.benefit p { color: #aab6c8; font-size: .9rem; margin: 0; }

.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.gallery-card { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.gallery-placeholder { min-height: 330px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; color: white; position: relative; overflow: hidden; }
.gallery-placeholder::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 10%, rgba(0,0,0,.72)); }
.gallery-placeholder::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; }
.gallery-placeholder span, .gallery-placeholder strong { position: relative; z-index: 2; }
.gallery-placeholder span { font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; color: var(--blue-bright); font-weight: 800; }
.gallery-placeholder strong { font-family: "Montserrat"; font-size: 1.6rem; margin-top: 8px; }
.gallery-placeholder.paint { background: linear-gradient(135deg, #252d3a, #0d1119); }
.gallery-placeholder.wash { background: linear-gradient(135deg, #173968, #091221); }
.gallery-placeholder.maintain { background: linear-gradient(135deg, #354052, #0d1119); }
.gallery-placeholder.exterior { background: linear-gradient(135deg, #12305c, #080b12); }
.gallery-card figcaption { padding: 18px 22px; color: var(--muted); }

.stars { color: var(--blue); letter-spacing: .18em; margin-bottom: 20px; }
.review-card p { color: var(--dark-gray); font-size: 1.02rem; }
.review-card strong, .review-card span { display: block; }
.review-card span { color: var(--muted); font-size: .86rem; }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.4rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); margin: -5px 0 24px; }

.contact-section { padding: 100px 0; background: linear-gradient(140deg, #080b12, #0d1a33); color: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-copy h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); margin-bottom: 18px; }
.contact-copy > p { color: #b4bfd0; max-width: 500px; }
.contact-details { display: grid; gap: 16px; margin-top: 36px; }
.contact-details a, .contact-details div { display: grid; }
.contact-details span { color: var(--blue-bright); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.contact-details strong { font-size: 1.05rem; margin-top: 3px; overflow-wrap: anywhere; }
.contact-form { background: white; color: var(--charcoal); padding: 34px; border-radius: var(--radius); box-shadow: 0 26px 80px rgba(0,0,0,.28); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; font-weight: 700; font-size: .88rem; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #d7deea; border-radius: 12px; padding: 13px 14px; background: #fafbfe; outline: none; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(30,136,255,.11); }
.form-note { text-align: center; color: var(--muted); font-size: .78rem; margin: 12px 0 0; }

.site-footer { background: #05070b; color: #dde5f0; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; }
.footer-brand p { max-width: 420px; color: #9da9bb; }
.footer-grid h3 { font-size: .9rem; color: white; margin-bottom: 16px; }
.footer-grid > div:not(.footer-brand) a { display: block; color: #9da9bb; margin: 10px 0; font-size: .9rem; }
.footer-bottom { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; color: #7f8b9c; font-size: .82rem; }

.back-to-top { position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 50%; border: 0; background: linear-gradient(135deg, #004fd1, #1e88ff); color: white; font-size: 1.2rem; box-shadow: 0 12px 26px rgba(0,0,0,.22); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s; z-index: 500; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (max-width: 980px) {
  .hero-grid, .two-column, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 80px; }
  .hero-card { max-width: 650px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .site-nav { position: fixed; inset: 78px 20px auto; display: grid; gap: 0; padding: 16px; border-radius: 18px; background: #0d121d; box-shadow: 0 24px 60px rgba(0,0,0,.38); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .2s; }
  .site-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .site-nav a { padding: 13px 12px; }
  .nav-toggle { display: block; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .hero { min-height: auto; padding: 78px 0 72px; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .hero-actions .btn { width: 100%; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid div:nth-child(2) { border-right: 0; }
  .stats-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .card-grid, .gallery-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .gallery-placeholder { min-height: 270px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .brand-copy { display: none; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .stats-grid div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
