/* ============================================================


   VOLTURA ELECTRICAL SERVICES ? Global Stylesheet


   Colors: navy #3a4a5c  |  blue #4a9eff  |  white #ffffff


   Fonts:  Barlow, Barlow Condensed (Google Fonts)


   ============================================================ */





:root {


  --navy:     #3a4a5c;


  --navy2:    #2d3d4e;


  --navy3:    #1a2535;


  --blue:     #4a9eff;


  --blue2:    #2d87f0;


  --blue3:    #1a6fd4;


  --white:    #ffffff;


  --offwhite: #f7f8fa;


  --gray:     #6b7a8d;


  --light:    #e8edf3;


  --radius:   8px;


  --max:      1140px;


  --font:     'Barlow', sans-serif;


  --condensed:'Barlow Condensed', sans-serif;


  --shadow:   0 4px 24px rgba(58,74,92,.12);


  --shadow-lg:0 12px 48px rgba(58,74,92,.18);


}





*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }





html { scroll-behavior: smooth; }





body {


  font-family: var(--font);


  color: var(--navy);


  background: var(--white);


  line-height: 1.6;


  -webkit-font-smoothing: antialiased;


}





a { color: inherit; text-decoration: none; }


img { max-width: 100%; display: block; }





/* -- UTILITY -- */


.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }


.section-label {


  font-size: 11px; font-weight: 800; letter-spacing: .18em;


  text-transform: uppercase; color: var(--blue); margin-bottom: 10px;


}


.section-title {


  font-family: var(--condensed);


  font-size: clamp(28px, 4vw, 42px);


  font-weight: 800; line-height: 1.1;


}


.text-blue { color: var(--blue); }


.text-white { color: var(--white); }





/* -- BUTTONS -- */


.btn {


  display: inline-flex; align-items: center; gap: 8px;


  font-family: var(--font); font-size: 15px; font-weight: 700;


  letter-spacing: .04em; text-transform: uppercase;


  padding: 13px 26px; border-radius: var(--radius); cursor: pointer;


  transition: transform .15s, box-shadow .15s, background .15s, border-color .15s;


  white-space: nowrap; border: 2px solid transparent;


}


.btn:hover { transform: translateY(-2px); }


.btn--blue {


  background: var(--blue); color: var(--white);


  box-shadow: 0 4px 18px rgba(74,158,255,.35);


}


.btn--blue:hover {


  background: var(--blue2);


  box-shadow: 0 6px 24px rgba(74,158,255,.5);


}


.btn--outline {


  background: transparent; color: var(--white);


  border-color: rgba(255,255,255,.5);


}


.btn--outline:hover { border-color: var(--blue); color: var(--blue); }


.btn--outline-navy {


  background: transparent; color: var(--navy);


  border-color: var(--navy);


}


.btn--outline-navy:hover { background: var(--navy); color: var(--white); }


.btn--white {


  background: var(--white); color: var(--navy);


  box-shadow: 0 4px 18px rgba(0,0,0,.15);


}


.btn--white:hover { background: var(--offwhite); }





/* -- HEADER -- */


.site-header {


  position: sticky; top: 0; z-index: 100;


  background: var(--navy3);


  border-bottom: 1px solid rgba(255,255,255,.08);


}


.header__inner {


  max-width: var(--max); margin: 0 auto;


  padding: 0 24px;


  display: flex; align-items: center;


  justify-content: space-between; gap: 24px;


  height: 70px;


}


.header__logo {


  display: flex; align-items: center; gap: 10px;


  flex-shrink: 0; line-height: 0;


}


.header__logo img { height: 46px; width: auto; display: block; }


.header__logo-mark {


  width: 36px; height: 36px;


  background: var(--blue);


  border-radius: 8px;


  display: flex; align-items: center; justify-content: center;


}


.header__logo-mark svg { width: 20px; height: 20px; }


.header__logo-text {


  font-family: var(--condensed);


  font-size: 20px; font-weight: 800;


  color: var(--white); line-height: 1.1; letter-spacing: .02em;


}


.header__logo-text span { color: var(--blue); display: block; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }





.header__nav { display: flex; align-items: center; gap: 4px; }


.header__nav a {


  font-size: 14px; font-weight: 600; color: rgba(255,255,255,.75);


  padding: 8px 14px; border-radius: 6px;


  transition: color .15s, background .15s;


  letter-spacing: .02em;


}


.header__nav a:hover,


.header__nav a.active { color: var(--white); background: rgba(255,255,255,.08); }


.header__nav a.nav--highlight {


  background: var(--blue); color: var(--white);


  padding: 8px 16px;


}


.header__nav a.nav--highlight:hover { background: var(--blue2); }





.header__cta {


  display: flex; align-items: center; gap: 12px; flex-shrink: 0;


}


.header__phone {


  font-size: 15px; font-weight: 700; color: var(--white);


  display: flex; align-items: center; gap: 7px;


  letter-spacing: .01em;


}


.header__phone svg { color: var(--blue); }





.header__burger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }


.header__burger svg { color: var(--white); }





/* -- HERO -- */


.hero {


  background: var(--navy);


  color: var(--white);


  padding: 96px 24px 88px;


  text-align: center;


  position: relative;


  overflow: hidden;


}


.hero::before {


  content: '';


  position: absolute; inset: 0;


  background: radial-gradient(ellipse at 70% 50%, rgba(74,158,255,.12) 0%, transparent 65%);


  pointer-events: none;


}


.hero__inner { position: relative; z-index: 1; }


.hero__badges {


  display: flex; justify-content: center; flex-wrap: wrap;


  gap: 10px; margin-bottom: 28px;


}


.hero__badge {


  background: rgba(74,158,255,.12); border: 1px solid rgba(74,158,255,.3);


  color: var(--blue); font-size: 12px; font-weight: 700;


  letter-spacing: .08em; text-transform: uppercase;


  padding: 5px 14px; border-radius: 40px;


}


.hero h1 {


  font-family: var(--condensed);


  font-size: clamp(38px, 6.5vw, 68px);


  font-weight: 800; line-height: 1.06;


  letter-spacing: .01em; margin-bottom: 20px;


}


.hero h1 em { color: var(--blue); font-style: normal; }


.hero__sub {


  font-size: 18px; color: rgba(255,255,255,.72);


  max-width: 640px; margin: 0 auto 14px;


}


.hero__tagline {


  font-size: 12px; font-weight: 700; letter-spacing: .12em;


  text-transform: uppercase; color: rgba(255,255,255,.4);


  margin-bottom: 40px;


}


.hero__ctas { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }





/* Panel Upgrade feature strip in hero */


.hero__panel-strip {


  margin-top: 56px;


  background: rgba(74,158,255,.1);


  border: 1px solid rgba(74,158,255,.25);


  border-radius: 10px;


  padding: 20px 28px;


  display: flex; align-items: center; justify-content: space-between;


  gap: 20px; flex-wrap: wrap;


  max-width: 740px; margin-left: auto; margin-right: auto;


  margin-top: 48px;


}


.hero__panel-strip-text { text-align: left; }


.hero__panel-strip-text strong {


  display: block; font-family: var(--condensed);


  font-size: 20px; font-weight: 800; color: var(--white); margin-bottom: 3px;


}


.hero__panel-strip-text span { font-size: 14px; color: rgba(255,255,255,.65); }


.hero__panel-price {


  font-family: var(--condensed); font-size: 28px; font-weight: 800;


  color: var(--blue); white-space: nowrap;


}





/* -- TRUST BAR -- */


.trust-bar { background: var(--blue); padding: 16px 24px; }


.trust-bar__inner {


  max-width: var(--max); margin: 0 auto;


  display: flex; justify-content: center; flex-wrap: wrap; gap: 16px 44px;


}


.trust-bar__item {


  display: flex; align-items: center; gap: 8px;


  font-size: 13px; font-weight: 700; color: var(--white);


  letter-spacing: .05em; text-transform: uppercase;


}


.trust-bar__item svg { flex-shrink: 0; opacity: .85; }





/* -- SERVICES OVERVIEW -- */


.services-overview { padding: 88px 24px; }


.services-overview__intro { text-align: center; max-width: 680px; margin: 0 auto 56px; }


.services-overview__intro p { font-size: 17px; color: var(--gray); margin-top: 14px; line-height: 1.65; }


.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: var(--max); margin: 0 auto; }





.service-card {


  border: 1px solid var(--light); border-radius: 12px;


  overflow: hidden;


  transition: box-shadow .2s, transform .2s;


}


.service-card:hover {


  box-shadow: var(--shadow-lg); transform: translateY(-4px);


}


.service-card__header {


  background: var(--navy); padding: 32px 32px 26px;


  display: flex; align-items: flex-start; gap: 18px;


}


.service-card__icon {


  width: 46px; height: 46px; min-width: 46px;


  background: rgba(74,158,255,.15); border-radius: 10px;


  display: flex; align-items: center; justify-content: center;


}


.service-card__icon svg { width: 22px; height: 22px; color: var(--blue); }


.service-card__eyebrow {


  font-size: 11px; font-weight: 800; letter-spacing: .12em;


  text-transform: uppercase; color: var(--blue); margin-bottom: 5px;


}


.service-card__title {


  font-family: var(--condensed); font-size: 26px;


  font-weight: 800; color: var(--white); line-height: 1.15;


}


.service-card__body { padding: 26px 32px 30px; background: var(--white); }


.service-card__desc { font-size: 15px; color: var(--gray); margin-bottom: 18px; line-height: 1.6; }


.service-card__list {


  list-style: none; margin-bottom: 26px;


  display: grid; grid-template-columns: 1fr 1fr; gap: 7px 14px;


}


.service-card__list li {


  font-size: 14px; color: var(--navy);


  display: flex; align-items: flex-start; gap: 8px; line-height: 1.4;


}


.service-card__list li::before {


  content: ''; display: block;


  width: 7px; height: 7px; min-width: 7px;


  border-radius: 50%; background: var(--blue); margin-top: 5px;


}





/* -- PANEL UPGRADE FEATURE -- */


.panel-feature {


  background: var(--navy3);


  padding: 88px 24px;


  color: var(--white);


}


.panel-feature__inner {


  max-width: var(--max); margin: 0 auto;


  display: grid; grid-template-columns: 1fr 1fr;


  gap: 64px; align-items: center;


}


.panel-feature__content .section-label { color: var(--blue); }


.panel-feature__title {


  font-family: var(--condensed);


  font-size: clamp(30px, 4.5vw, 48px);


  font-weight: 800; line-height: 1.08;


  margin-bottom: 16px;


}


.panel-feature__title em { color: var(--blue); font-style: normal; }


.panel-feature__price {


  font-family: var(--condensed); font-size: 36px;


  font-weight: 800; color: var(--blue); margin-bottom: 16px;


}


.panel-feature__price span { font-size: 18px; color: rgba(255,255,255,.55); font-weight: 500; }


.panel-feature__desc {


  font-size: 16px; color: rgba(255,255,255,.72);


  margin-bottom: 20px; line-height: 1.65;


}


.panel-feature__list { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 9px; }


.panel-feature__list li {


  display: flex; align-items: flex-start; gap: 10px;


  font-size: 15px; color: rgba(255,255,255,.88);


}


.panel-feature__list li::before {


  content: ''; display: block;


  width: 8px; height: 8px; min-width: 8px;


  border-radius: 50%; background: var(--blue); margin-top: 6px;


}


.panel-feature__img {


  border-radius: 12px; overflow: hidden;


  min-height: 380px; position: relative;


}


.panel-feature__img img {


  width: 100%; height: 100%; object-fit: cover;


}


.panel-feature__img-placeholder {


  width: 100%; min-height: 380px;


  background: linear-gradient(135deg, var(--navy2) 0%, var(--navy) 100%);


  border-radius: 12px;


  display: flex; align-items: center; justify-content: center;


  flex-direction: column; gap: 16px;


}


.panel-feature__img-placeholder svg { width: 64px; height: 64px; color: var(--blue); opacity: .6; }


.panel-feature__img-placeholder span { font-size: 14px; color: rgba(255,255,255,.4); }





/* -- WHY VOLTURA -- */


.why { background: var(--offwhite); padding: 88px 24px; }


.why__inner { max-width: var(--max); margin: 0 auto; }


.why__header { text-align: center; margin-bottom: 48px; }


.why__header p { font-size: 17px; color: var(--gray); margin-top: 12px; }


.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }


.why__card {


  background: var(--white); border: 1px solid var(--light);


  border-radius: 12px; padding: 30px 26px;


  transition: border-color .2s, box-shadow .2s;


}


.why__card:hover { border-color: var(--blue); box-shadow: 0 6px 24px rgba(74,158,255,.1); }


.why__card-icon {


  width: 44px; height: 44px; background: rgba(74,158,255,.1);


  border-radius: 8px; display: flex; align-items: center;


  justify-content: center; margin-bottom: 16px;


}


.why__card-icon svg { width: 22px; height: 22px; color: var(--blue); }


.why__card h3 { font-family: var(--condensed); font-size: 21px; font-weight: 700; margin-bottom: 8px; }


.why__card p { font-size: 15px; color: var(--gray); line-height: 1.55; }





/* -- AREAS -- */


.areas {


  position: relative;


  background: var(--navy3);


  color: var(--white);


  padding: 80px 24px 72px; overflow: hidden;


}


.areas::before {


  content: '';


  position: absolute; inset: 0;


  background: url('https://volturaelectricalservices.com/wp-content/uploads/2026/02/panel-upgrade.jpg') center 40% / cover;


  opacity: .18; z-index: 0;


}


.areas__inner { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; }


.areas__header { text-align: center; margin-bottom: 48px; }


.areas__header .section-label { color: var(--blue); }


.areas__header h2 { font-family: var(--condensed); font-size: clamp(30px,5vw,50px); font-weight: 800; color: var(--white); }


.areas__header p { font-size: 16px; color: rgba(255,255,255,.6); margin-top: 10px; }


.areas__grid {


  display: grid; grid-template-columns: repeat(4, 1fr);


  gap: 4px 16px;


}


.areas__item {


  display: flex; align-items: center; gap: 10px;


  font-size: 15px; font-weight: 500; color: rgba(255,255,255,.85);


  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.09);


}


.areas__item svg { width: 16px; height: 16px; color: var(--blue); flex-shrink: 0; }





/* -- CTA BAND -- */


.cta-band { background: var(--blue); padding: 80px 24px; text-align: center; }


.cta-band__inner { max-width: 660px; margin: 0 auto; }


.cta-band h2 {


  font-family: var(--condensed);


  font-size: clamp(28px, 4.5vw, 46px);


  font-weight: 800; color: var(--white); margin-bottom: 14px;


}


.cta-band p { font-size: 17px; color: rgba(255,255,255,.82); margin-bottom: 32px; }


.cta-band__btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }


.cta-band__note { margin-top: 20px; font-size: 13px; color: rgba(255,255,255,.5); font-weight: 600; }





/* -- FAQ -- */


.faq { background: var(--offwhite); padding: 88px 24px; }


.faq__inner { max-width: 820px; margin: 0 auto; }


.faq__header { text-align: center; margin-bottom: 48px; }


.faq__header p { font-size: 17px; color: var(--gray); margin-top: 12px; }


.faq__item {


  background: var(--white); border: 1px solid var(--light);


  border-radius: 8px; margin-bottom: 10px; overflow: hidden;


}


.faq__question {


  width: 100%; background: none; border: none; padding: 18px 22px;


  text-align: left; font-family: var(--font); font-size: 16px;


  font-weight: 700; color: var(--navy); cursor: pointer;


  display: flex; justify-content: space-between; align-items: center; gap: 14px;


}


.faq__icon {


  flex-shrink: 0; width: 22px; height: 22px;


  background: var(--blue); border-radius: 50%;


  display: flex; align-items: center; justify-content: center;


  transition: transform .25s;


}


.faq__item[open] .faq__icon { transform: rotate(180deg); }
.faq__item > summary { list-style: none; }
.faq__item > summary::-webkit-details-marker { display: none; }

.faq__answer { padding: 0 22px 18px; font-size: 15px; color: #3a4a5c; line-height: 1.65; }





/* -- CONTACT FORM -- */


.contact-section { padding: 88px 24px; }


.contact-section__inner { max-width: 720px; margin: 0 auto; }


.contact-section__header { text-align: center; margin-bottom: 48px; }


.contact-section__header p { font-size: 17px; color: var(--gray); margin-top: 12px; }


.contact-form { display: flex; flex-direction: column; gap: 18px; }


.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }


.form-group { display: flex; flex-direction: column; gap: 6px; }


.form-group label { font-size: 14px; font-weight: 600; color: var(--navy); }
.contact-section .form-group label { color: rgba(255,255,255,0.9); }


.form-group input,


.form-group textarea,


.form-group select {


  padding: 13px 16px; border: 1px solid var(--light);


  border-radius: var(--radius); font-family: var(--font);


  font-size: 15px; color: var(--navy);


  background: var(--white); transition: border-color .2s, box-shadow .2s;


  outline: none;


}


.form-group input:focus,


.form-group textarea:focus,


.form-group select:focus {


  border-color: var(--blue);


  box-shadow: 0 0 0 3px rgba(74,158,255,.15);


}


.form-group textarea { resize: vertical; min-height: 130px; }


.form-submit { display: flex; align-items: center; justify-content: center; }





/* -- PANEL UPGRADE PAGE specific -- */


.pu-hero { background: var(--navy); padding: 88px 24px 80px; color: var(--white); text-align: center; position: relative; overflow: hidden; }


.pu-hero::before {


  content: ''; position: absolute; inset: 0;


  background: radial-gradient(ellipse at 60% 50%, rgba(74,158,255,.1) 0%, transparent 65%);


}


.pu-hero__inner { position: relative; z-index: 1; }


.pu-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 80px 24px; }


.pu-grid--flip { direction: rtl; }


.pu-grid--flip > * { direction: ltr; }


.pu-section { padding: 80px 24px; }


.pu-section--dark { background: var(--navy3); color: var(--white); }


.pu-section--gray { background: var(--offwhite); }


.pu-content h2 { font-family: var(--condensed); font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; margin-bottom: 14px; }


.pu-content p { font-size: 16px; color: var(--gray); line-height: 1.65; margin-bottom: 14px; }


.pu-content--white p { color: rgba(255,255,255,.72); }


.pu-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }


.pu-list li {


  display: flex; align-items: flex-start; gap: 10px;


  font-size: 15px; color: var(--navy); line-height: 1.5;


}


.pu-list--white li { color: rgba(255,255,255,.88); }


.pu-list li::before {


  content: ''; display: block;


  width: 8px; height: 8px; min-width: 8px;


  border-radius: 50%; background: var(--blue); margin-top: 6px;


}


.pu-img { border-radius: 12px; overflow: hidden; }


.pu-img img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }





.price-card {


  background: var(--white); border: 2px solid var(--blue);


  border-radius: 12px; padding: 32px 28px; margin-bottom: 24px;


}


.price-card__amount {


  font-family: var(--condensed); font-size: 52px; font-weight: 800;


  color: var(--blue); line-height: 1; margin-bottom: 6px;


}


.price-card__label { font-size: 14px; color: var(--gray); font-weight: 600; margin-bottom: 20px; }


.price-card__includes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }


.price-include {


  display: flex; align-items: flex-start; gap: 8px;


  font-size: 14px; color: var(--navy); line-height: 1.4;


}


.price-include::before {


  content: '\2713'; color: var(--blue); font-weight: 800;


  font-size: 14px; flex-shrink: 0;


}





/* -- SERVICE PAGE BLOCKS -- */


.service-block { padding: 72px 24px; border-bottom: 1px solid var(--light); }


.service-block:nth-child(even) { background: var(--offwhite); }


.service-block__inner {


  max-width: var(--max); margin: 0 auto;


  display: grid; grid-template-columns: 1fr 1fr;


  gap: 56px; align-items: center;


}


.service-block:nth-child(even) .service-block__inner { direction: rtl; }


.service-block:nth-child(even) .service-block__content { direction: ltr; }


.service-block__eyebrow { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--blue2); margin-bottom: 10px; }


.service-block__title { font-family: var(--condensed); font-size: clamp(24px, 3.5vw, 34px); font-weight: 800; margin-bottom: 14px; line-height: 1.15; }


.service-block__desc { font-size: 16px; color: #3a4a5c; margin-bottom: 18px; }


.service-block__list { list-style: none; margin-bottom: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px 14px; }


.service-block__list li { font-size: 14px; color: var(--navy); display: flex; align-items: flex-start; gap: 8px; line-height: 1.4; }


.service-block__list li::before { content: ''; display: block; width: 7px; height: 7px; min-width: 7px; border-radius: 50%; background: var(--blue); margin-top: 5px; }


.service-block__img { border-radius: 10px; min-height: 320px; background: var(--light); overflow: hidden; }
.service-block__img img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.service-block__icon-col { border-radius: 10px; overflow: hidden; min-height: 320px; }
.service-block__icon-col img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 320px; }





/* -- HOW IT WORKS -- */


.how { padding: 80px 24px; background: var(--offwhite); }


.how__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }


.how__content p { font-size: 16px; color: var(--gray); margin-top: 16px; line-height: 1.7; }


.how__steps { display: flex; flex-direction: column; gap: 20px; }


.how__step { display: flex; gap: 18px; align-items: flex-start; background: var(--white); border: 1px solid var(--light); border-radius: 10px; padding: 22px; transition: border-color .2s; }


.how__step:hover { border-color: var(--blue); }


.how__step-num { width: 38px; height: 38px; min-width: 38px; background: var(--blue); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--condensed); font-size: 17px; font-weight: 800; }


.how__step-text h4 { font-family: var(--condensed); font-size: 18px; font-weight: 700; margin-bottom: 4px; }


.how__step-text p { font-size: 14px; color: var(--gray); line-height: 1.55; }





/* -- WHO WE WORK WITH -- */


.who { background: var(--offwhite); padding: 80px 24px; }


.who__inner { max-width: var(--max); margin: 0 auto; }


.who__header { text-align: center; margin-bottom: 48px; }


.who__header p { font-size: 17px; color: var(--gray); margin-top: 12px; max-width: 660px; margin-left: auto; margin-right: auto; }


.who__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }


.who__card { background: var(--white); border: 1px solid var(--light); border-radius: 10px; padding: 26px 22px; display: flex; align-items: flex-start; gap: 14px; transition: border-color .2s, box-shadow .2s; }


.who__card:hover { border-color: var(--blue); box-shadow: 0 6px 24px rgba(74,158,255,.1); }


.who__card-icon { width: 42px; height: 42px; min-width: 42px; background: rgba(74,158,255,.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; }


.who__card-icon svg { width: 20px; height: 20px; color: var(--blue); }


.who__card h3 { font-family: var(--condensed); font-size: 18px; font-weight: 700; margin-bottom: 4px; }


.who__card p { font-size: 14px; color: var(--gray); line-height: 1.5; }





/* -- FOOTER -- */


.site-footer { background: var(--navy3); color: var(--white); padding: 64px 24px 32px; }


.footer__inner { max-width: var(--max); margin: 0 auto; }


.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }


.footer__brand p { font-size: 15px; color: rgba(255,255,255,.55); line-height: 1.65; margin: 14px 0 18px; max-width: 300px; }


.footer__nap { display: flex; flex-direction: column; gap: 10px; }


.footer__nap-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.45; }


.footer__nap-item svg { color: var(--blue); flex-shrink: 0; margin-top: 2px; }


.footer__col h4 { font-family: var(--condensed); font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 16px; }


.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }


.footer__col ul li a { font-size: 14px; color: rgba(255,255,255,.65); transition: color .15s; }


.footer__col ul li a:hover { color: var(--white); }


.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }


.footer__bottom p { font-size: 13px; color: rgba(255,255,255,.35); }





/* Mobile nav */


.mobile-nav {


  display: none; flex-direction: column;


  background: var(--navy3); border-top: 1px solid rgba(255,255,255,.08);


  padding: 16px 24px 20px;


}


.mobile-nav a { padding: 11px 0; font-size: 15px; font-weight: 600; color: rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.06); display: block; }


.mobile-nav a:hover { color: var(--white); }


.mobile-nav a.nav--highlight { color: var(--blue); margin-top: 6px; border-bottom: none; }


.mobile-nav--open { display: flex; }





/* ============================================================


   RESIDENTIAL / COMMERCIAL SERVICE CARDS


   ============================================================ */


.res-services-grid {


  display: grid;


  grid-template-columns: repeat(3, 1fr);


  gap: 1.5rem;


}


.res-service-card {


  background: var(--white);


  border: 1px solid var(--light);


  border-radius: var(--radius);


  padding: 1.75rem;


  transition: box-shadow 0.2s, transform 0.2s;


}


.res-service-card:hover {


  box-shadow: var(--shadow);


  transform: translateY(-3px);


}


.res-service-card__icon { font-size: 2rem; margin-bottom: 0.75rem; }


.res-service-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--navy3); }


.res-service-card p { font-size: 0.95rem; color: var(--gray); line-height: 1.65; }


.res-service-card__link { display: inline-block; margin-top: 1rem; color: var(--blue); font-weight: 600; font-size: 0.9rem; }


.res-service-card__link:hover { color: var(--blue2); }





/* WHO GRID (commercial) */


.who-grid {


  display: grid;


  grid-template-columns: repeat(3, 1fr);


  gap: 1.5rem;


}


.who-card {


  background: var(--white);


  border: 1px solid var(--light);


  border-radius: var(--radius);


  padding: 1.75rem;


}


.who-card__icon { font-size: 2rem; margin-bottom: 0.75rem; }


.who-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--navy3); }


.who-card p { font-size: 0.9rem; color: var(--gray); line-height: 1.65; }





/* HOW IT WORKS (commercial) */


.how-it-works {


  background: var(--navy3);


  color: var(--white);


  padding: 5rem 0;


}


.steps {


  display: grid;


  grid-template-columns: repeat(4, 1fr);


  gap: 2rem;


}


.step__num {


  font-family: var(--condensed);


  font-size: 3rem;


  font-weight: 800;


  color: var(--blue);


  line-height: 1;


  margin-bottom: 0.75rem;


}


.step h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }


.step p { font-size: 0.9rem; color: rgba(255,255,255,0.72); line-height: 1.65; }





/* ============================================================


   PAGE HERO (smaller ? for interior pages)


   ============================================================ */


.page-hero {


  background: var(--navy3);


  padding: 4rem 0 3rem;


  text-align: center;


}


.page-hero__h1 {


  font-family: var(--condensed);


  font-size: clamp(2rem, 5vw, 3rem);


  font-weight: 800;


  color: var(--white);


  margin-bottom: 0.75rem;


}


.page-hero__sub {


  color: rgba(255,255,255,0.75);


  font-size: 1.1rem;


}





/* ============================================================


   CONTACT PAGE


   ============================================================ */


.contact-page__inner {


  display: grid;


  grid-template-columns: 1fr 1.2fr;


  gap: 4rem;


  align-items: start;


}


.contact-info h2, .contact-form-wrap h2 {


  font-family: var(--condensed);


  font-size: 1.75rem;


  font-weight: 700;


  margin-bottom: 0.5rem;


  color: var(--navy3);


}


.contact-detail {


  display: flex;


  gap: 1rem;


  align-items: flex-start;


  margin-bottom: 1.5rem;


}


.contact-detail__icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }


.contact-detail strong { display: block; font-weight: 700; margin-bottom: 0.2rem; }


.contact-form-wrap { background: var(--offwhite); padding: 2rem; border-radius: var(--radius); }





/* ============================================================


   RESPONSIVE ? RESPONSIVE ? RESPONSIVE


   ============================================================ */


/* -- RESPONSIVE -- */


@media (max-width: 900px) {


  .header__nav { display: none; }


  .header__phone { display: none; }


  .header__burger { display: flex; }


  .services-grid { grid-template-columns: 1fr; }


  .why__grid { grid-template-columns: 1fr 1fr; }


  .panel-feature__inner { grid-template-columns: 1fr; }


  .areas__grid { grid-template-columns: repeat(3, 1fr); }


  .footer__grid { grid-template-columns: 1fr 1fr; }


  .pu-grid { grid-template-columns: 1fr; }


  .pu-grid--flip { direction: ltr; }


  .how__inner { grid-template-columns: 1fr; }


  .who__grid { grid-template-columns: 1fr 1fr; }


  .service-block__inner,


  .service-block:nth-child(even) .service-block__inner { grid-template-columns: 1fr; direction: ltr; gap: 32px; }


  .res-services-grid { grid-template-columns: 1fr 1fr; }


  .who-grid { grid-template-columns: 1fr 1fr; }


  .steps { grid-template-columns: 1fr 1fr; }


  .contact-page__inner { grid-template-columns: 1fr; gap: 2.5rem; }


}





@media (max-width: 600px) {


  .hero { padding: 64px 20px 60px; }


  .why__grid { grid-template-columns: 1fr; }


  .areas__grid { grid-template-columns: repeat(2, 1fr); }


  .footer__grid { grid-template-columns: 1fr; }


  .form-row { grid-template-columns: 1fr; }


  .service-card__list { grid-template-columns: 1fr; }


  .price-card__includes { grid-template-columns: 1fr; }


  .who__grid { grid-template-columns: 1fr; }


  .hero__panel-strip { flex-direction: column; text-align: center; }


  .hero__panel-strip-text { text-align: center; }


  .res-services-grid { grid-template-columns: 1fr; }


  .who-grid { grid-template-columns: 1fr; }


  .steps { grid-template-columns: 1fr; }


}


