:root {
  color-scheme: light;
  --ink: #101820; --muted: #6c7782; --line: #d9e1e8; --paper: #f4f7fa; --white: #ffffff; --night: #050b12; --copper: #1f8fff; --gold: #168bff; --teal: #9aa6b2; --silver: #d8dde2; --shadow: 0 18px 45px rgba(2, 9, 18, 0.2);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 20; transform: translateY(-140%); background: var(--gold); color: var(--night); padding: 10px 14px; border-radius: 4px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 10; display: grid; grid-template-columns: minmax(220px, 1fr) auto minmax(180px, auto); align-items: center; gap: 24px; padding: 18px clamp(18px, 4vw, 54px); color: var(--white); transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease; }
.site-header.is-scrolled { background: rgba(11, 23, 32, 0.96); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18); padding-block: 12px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo { display: block; width: clamp(188px, 19vw, 272px); height: 54px; overflow: hidden; border-radius: 4px; background: transparent; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; object-position: left center; transform: none; }
.brand-text { display: none; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1rem; line-height: 1.1; }
.brand small { color: rgba(255,255,255,0.72); font-size: 0.78rem; }
.site-nav { display: flex; gap: 8px; align-items: center; }
.site-nav a, .header-call { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 13px; border-radius: 4px; font-weight: 700; font-size: 0.92rem; }
.site-nav a:hover, .header-call:hover { background: rgba(255,255,255,0.14); }
.header-call { justify-self: end; border: 1px solid rgba(255,255,255,0.34); gap: 8px; }
.header-call span { color: var(--gold); }
.hero { position: relative; min-height: 94vh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); align-items: end; gap: clamp(22px, 4vw, 56px); padding: 140px clamp(18px, 5vw, 72px) 54px; color: var(--white); overflow: hidden; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(7,14,20,0.92) 0%, rgba(7,14,20,0.7) 46%, rgba(7,14,20,0.2) 100%), linear-gradient(0deg, rgba(7,14,20,0.78) 0%, rgba(7,14,20,0.08) 50%); }
.hero-content, .hero-panel { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 12px; color: var(--copper); font-size: 0.79rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold); }
.hero-logo { width: min(620px, 82vw); height: clamp(88px, 12vw, 152px); margin-bottom: 22px; overflow: hidden; border-radius: 6px; background: rgba(2, 7, 12, 0.72); box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22); }
.hero-logo img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: none; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 860px; margin: 0; font-size: clamp(3rem, 8vw, 7.25rem); line-height: 0.92; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.02; letter-spacing: 0; }
h3 { margin: 0; font-size: 1.18rem; line-height: 1.15; }
.hero-copy { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,0.84); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border-radius: 4px; border: 1px solid transparent; padding: 0 18px; font-weight: 900; cursor: pointer; }
.button.primary { background: var(--gold); color: var(--night); }
.button.secondary { border-color: rgba(255,255,255,0.4); color: var(--white); background: rgba(255,255,255,0.08); }
.button:hover { transform: translateY(-1px); }
.hero-panel { align-self: end; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); border-radius: 6px; backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.hero-panel div { padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,0.16); }
.hero-panel div:last-child { border-bottom: 0; }
.hero-panel span, .hero-panel strong { display: block; }
.hero-panel span { color: rgba(255,255,255,0.66); font-size: 0.78rem; text-transform: uppercase; font-weight: 800; }
.hero-panel strong { margin-top: 4px; font-size: 1.02rem; }
.trust-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.trust-band div { background: var(--white); min-height: 132px; padding: 28px clamp(18px, 4vw, 42px); }
.trust-band strong, .trust-band span { display: block; }
.trust-band strong { font-size: 1.1rem; }
.trust-band span { margin-top: 8px; color: var(--muted); }
.section { padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 72px); }
.split { display: grid; grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr); gap: clamp(32px, 5vw, 74px); align-items: start; }
.section-copy { position: sticky; top: 104px; }
.section-copy p:not(.eyebrow), .section-heading + p, .about-copy p, .contact-copy p { color: var(--muted); font-size: 1.04rem; }
.service-grid { display: grid; gap: 18px; }
.service-card { display: grid; grid-template-columns: minmax(190px, 0.9fr) minmax(0, 1.1fr); min-height: 230px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; box-shadow: 0 12px 28px rgba(16, 32, 42, 0.08); }
.service-card img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; }
.service-card div { display: flex; flex-direction: column; justify-content: center; padding: 26px; }
.service-card p { margin: 12px 0 0; color: var(--muted); }
.service-list { background: var(--night); color: var(--white); }
.service-list .eyebrow { color: var(--gold); }
.section-heading { max-width: 880px; }
.section-heading.compact { max-width: 720px; margin-inline: auto; text-align: center; }
.work-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 4vw, 48px); margin-top: 34px; }
.work-columns ul { margin: 0; padding: 0; list-style: none; }
.work-columns li { position: relative; min-height: 46px; padding: 13px 0 13px 34px; border-bottom: 1px solid rgba(255,255,255,0.16); color: rgba(255,255,255,0.82); }
.work-columns li::before { content: ""; position: absolute; left: 0; top: 20px; width: 14px; height: 14px; border: 3px solid var(--gold); border-radius: 50%; }
.process { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.process-grid article { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.process-grid span { display: inline-flex; margin-bottom: 42px; color: var(--teal); font-weight: 900; }
.process-grid p { color: var(--muted); }
.about { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(280px, 1.06fr); gap: clamp(30px, 5vw, 72px); align-items: center; }
.about-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 30px 0 0; }
.facts div { min-height: 118px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; padding: 18px; }
.facts dt { color: var(--muted); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
.facts dd { margin: 8px 0 0; font-weight: 900; }
.contact-section { display: grid; grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr); gap: clamp(28px, 5vw, 68px); padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 72px); background: linear-gradient(135deg, #050b12 0%, #0b1d31 48%, #0756a8 100%); color: var(--white); }
.contact-section .eyebrow { color: var(--gold); }
.contact-copy p { color: rgba(255,255,255,0.78); }
.contact-methods { display: grid; gap: 10px; margin-top: 28px; }
.contact-methods a { display: flex; min-height: 48px; align-items: center; width: fit-content; border-bottom: 2px solid rgba(22,139,255,0.72); font-weight: 900; }
.quote-form { display: grid; gap: 16px; background: var(--white); color: var(--ink); border-radius: 6px; padding: clamp(20px, 4vw, 34px); box-shadow: var(--shadow); }
.quote-form label { display: grid; gap: 7px; font-size: 0.86rem; font-weight: 900; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid #cbd5df; border-radius: 4px; background: #fbfcfc; color: var(--ink); font: inherit; padding: 11px 12px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(22,139,255,0.28); border-color: var(--gold); }
.form-button { width: 100%; border: 0; margin-top: 4px; }
.form-note { min-height: 24px; margin: 0; color: var(--muted); font-size: 0.9rem; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 30px clamp(18px, 5vw, 72px); background: #071018; color: var(--white); }
.site-footer strong, .site-footer span { display: block; }
.site-footer span { color: rgba(255,255,255,0.64); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.site-footer a { color: rgba(255,255,255,0.8); }
@media (max-width: 980px) { .site-header { grid-template-columns: 1fr auto; } .site-nav { display: none; } .hero, .split, .about, .contact-section { grid-template-columns: 1fr; } .hero { min-height: auto; padding-top: 128px; } .section-copy { position: static; } .trust-band, .process-grid { grid-template-columns: 1fr; } .facts { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .site-header { padding-inline: 14px; gap: 12px; } .brand small, .header-call span { display: none; } .brand-logo { width: 148px; height: 42px; } .brand-logo img { transform: none; } .hero-logo { width: 100%; height: 86px; margin-bottom: 16px; } .hero-logo img { transform: none; } .header-call { min-width: 126px; padding-inline: 10px; font-size: 0.86rem; } .hero { padding-inline: 18px; padding-bottom: 28px; } .hero-panel { display: none; } .hero-actions { display: grid; } .button { width: 100%; } .service-card { grid-template-columns: 1fr; } .service-card img { aspect-ratio: 16 / 10; min-height: 0; } .work-columns { grid-template-columns: 1fr; } .site-footer { display: grid; } }


/* PowerMaxx logo color pass */
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(2, 8, 16, 0.94) 0%, rgba(3, 15, 29, 0.78) 48%, rgba(3, 15, 29, 0.24) 100%),
    linear-gradient(0deg, rgba(2, 8, 16, 0.82) 0%, rgba(2, 8, 16, 0.08) 52%);
}
.button.primary {
  background: linear-gradient(135deg, #1f9bff 0%, #0a63d8 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(22, 139, 255, 0.26);
}
.button.secondary {
  border-color: rgba(216, 221, 226, 0.48);
  background: rgba(5, 11, 18, 0.34);
}
.trust-band div,
.service-card,
.facts div,
.quote-form {
  border-color: #d7e0e8;
}
.service-list {
  background: radial-gradient(circle at 10% 0%, rgba(22, 139, 255, 0.18), transparent 34%), #050b12;
}
.process-grid article {
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
}
.contact-methods a {
  border-bottom-color: rgba(31, 155, 255, 0.8);
}
