/* Indoor electrical service landing page — scoped to avoid affecting other pages. */
.indoor-page {
  --ie-navy: #06284b;
  --ie-navy-deep: #041b33;
  --ie-blue: #0058b8;
  --ie-sky: #55b8f7;
  --ie-green: #64b92f;
  --ie-lime: #9ad93f;
  --ie-cream: #f7f8f3;
  --ie-cloud: #eef4f8;
  --ie-ink: #10243c;
  --ie-muted: #647487;
  --ie-line: rgba(6, 40, 75, .13);
  overflow-x: clip;
  color: var(--ie-ink);
  background: #fff;
}

.indoor-page main { overflow: clip; }
.indoor-page .service-breadcrumb { position: relative; z-index: 2; margin-bottom: clamp(44px, 6vw, 84px); }
.indoor-page .service-breadcrumb,
.indoor-page .service-breadcrumb a { color: rgba(255, 255, 255, .65); }
.indoor-page .service-breadcrumb span[aria-current="page"] { color: #fff; }

.indoor-hero {
  position: relative;
  min-height: min(850px, calc(100vh - 88px));
  padding: clamp(40px, 5vw, 70px) 0 clamp(90px, 9vw, 132px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 27%, rgba(36, 142, 219, .38), transparent 30%),
    radial-gradient(circle at 8% 105%, rgba(100, 185, 47, .18), transparent 25%),
    linear-gradient(135deg, #041a31 0%, #073761 58%, #0050a4 100%);
}

.indoor-hero::before {
  position: absolute;
  inset: auto -10vw -33vw auto;
  width: 65vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 8vw rgba(255, 255, 255, .022), 0 0 0 16vw rgba(255, 255, 255, .015);
  content: "";
}

.indoor-grid-lines {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .13) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, transparent, #000 55%, #000);
}

.indoor-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr); gap: clamp(45px, 7vw, 100px); align-items: center; }
.indoor-eyebrow { display: inline-flex; gap: 12px; align-items: center; color: #a7d9ff; font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.indoor-eyebrow i { width: 35px; height: 2px; background: var(--ie-green); }
.indoor-hero h1 { max-width: 850px; margin: 18px 0 26px; color: #fff; font-size: clamp(3rem, 5.25vw, 5.9rem); line-height: 1.04; letter-spacing: -.045em; }
.indoor-hero h1 em { display: inline-block; color: #78c8ff; font-size: .58em; font-style: normal; font-weight: 600; letter-spacing: -.025em; }
.indoor-hero-copy > p { max-width: 680px; margin: 0; color: rgba(255, 255, 255, .76); font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.85; }
.indoor-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.indoor-btn { display: inline-flex; min-height: 54px; padding: 0 25px; gap: 18px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 8px; font-weight: 800; text-decoration: none; transition: transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease; }
.indoor-btn:hover { transform: translateY(-3px); }
.indoor-btn-primary { color: #fff; background: linear-gradient(135deg, var(--ie-green), #4a9d25); box-shadow: 0 16px 32px rgba(55, 147, 35, .24); }
.indoor-btn-primary:hover { color: #fff; box-shadow: 0 20px 40px rgba(55, 147, 35, .35); }
.indoor-btn-ghost { border-color: rgba(255, 255, 255, .24); color: #fff; background: rgba(255, 255, 255, .06); backdrop-filter: blur(10px); }
.indoor-btn-ghost:hover { border-color: rgba(255, 255, 255, .5); color: #fff; background: rgba(255, 255, 255, .12); }
.indoor-btn-dark { color: #fff; background: var(--ie-navy); }
.indoor-btn-dark:hover { color: #fff; box-shadow: 0 15px 35px rgba(6, 40, 75, .25); }
.indoor-btn-white { color: var(--ie-navy); background: #fff; }
.indoor-btn-white:hover { color: var(--ie-navy); box-shadow: 0 15px 35px rgba(0, 0, 0, .17); }
.indoor-hero-points { display: flex; flex-wrap: wrap; gap: 18px 26px; margin: 28px 0 0; padding: 0; list-style: none; }
.indoor-hero-points li { display: flex; gap: 8px; align-items: center; color: rgba(255, 255, 255, .74); font-size: .83rem; }
.indoor-hero-points b { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--ie-navy); font-size: .66rem; background: var(--ie-lime); }
.indoor-hero-visual { position: relative; min-width: 0; }
.indoor-hero-visual::before { position: absolute; z-index: -1; top: -26px; right: -26px; width: 45%; height: 45%; border-top: 1px solid rgba(119, 201, 255, .48); border-right: 1px solid rgba(119, 201, 255, .48); content: ""; }

.indoor-photo-frame { position: relative; width: 100%; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); background: #dfe8ef; isolation: isolate; }
.indoor-photo-frame::after { position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(255, 255, 255, .16); border-radius: inherit; box-shadow: inset 0 -90px 100px rgba(4, 27, 51, .12); content: ""; pointer-events: none; }
.indoor-photo-frame img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2, .75, .2, 1), filter .5s ease; }
.indoor-photo-frame:hover img { filter: saturate(1.04) contrast(1.02); transform: scale(1.025); }
.indoor-hero-photo { min-height: 495px; border-radius: 22px; box-shadow: 0 30px 80px rgba(0, 0, 0, .28); }
.indoor-hero-photo img { object-position: 67% center; }
.indoor-assessment-photo { min-height: 580px; border-color: rgba(6, 40, 75, .1); border-radius: 4px 80px 4px 4px; box-shadow: 0 24px 65px rgba(6, 40, 75, .15); }
.indoor-assessment-photo img { object-position: 54% center; }
.indoor-standards-photo { min-height: 480px; border-color: rgba(6, 40, 75, .1); border-radius: 24px 4px 24px 4px; box-shadow: 0 24px 65px rgba(6, 40, 75, .14); }
.indoor-standards-photo img { object-position: center; }

.indoor-photo-placeholder { position: relative; display: grid; width: 100%; min-height: 270px; place-content: center; justify-items: center; overflow: hidden; border: 1px dashed rgba(6, 40, 75, .3); border-radius: 20px; color: #658098; text-align: center; background: linear-gradient(145deg, #e7eff4, #f8fafb); }
.indoor-photo-placeholder::before { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(6, 40, 75, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 40, 75, .08) 1px, transparent 1px); background-size: 34px 34px; content: ""; }
.indoor-photo-placeholder::after { position: absolute; width: 150px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; opacity: .14; content: ""; }
.indoor-photo-placeholder > * { position: relative; z-index: 1; }
.indoor-photo-placeholder strong { margin-top: 8px; color: inherit; font-size: .72rem; letter-spacing: .18em; }
.indoor-photo-placeholder small { margin-top: 7px; font-size: .78rem; }
.indoor-placeholder-icon { font-size: 2.2rem; line-height: 1; }
.indoor-photo-placeholder-dark { min-height: 495px; border-color: rgba(255, 255, 255, .25); color: rgba(255, 255, 255, .65); background: linear-gradient(145deg, rgba(2, 20, 39, .84), rgba(39, 118, 173, .42)); box-shadow: 0 30px 80px rgba(0, 0, 0, .26); }
.indoor-photo-placeholder-dark::before { background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px); }
.indoor-photo-placeholder-light { min-height: 480px; background: #fff; }
.indoor-floating-card { position: absolute; right: -22px; bottom: 32px; display: flex; gap: 14px; align-items: center; min-width: 235px; padding: 18px 20px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; color: #fff; background: rgba(4, 27, 51, .88); box-shadow: 0 20px 45px rgba(0, 0, 0, .25); backdrop-filter: blur(12px); }
.indoor-floating-card small { display: block; margin-bottom: 4px; color: #83cafa; font-size: .62rem; letter-spacing: .14em; }
.indoor-floating-card strong { font-size: .9rem; }
.indoor-pulse { position: relative; width: 12px; height: 12px; border-radius: 50%; background: var(--ie-lime); box-shadow: 0 0 0 7px rgba(154, 217, 63, .12); }
.indoor-pulse::after { position: absolute; inset: -7px; border: 1px solid var(--ie-lime); border-radius: inherit; animation: indoorPulse 2.2s infinite; content: ""; }
.indoor-scroll-cue { position: absolute; bottom: 28px; left: 50%; display: flex; gap: 11px; align-items: center; color: rgba(255, 255, 255, .52); font-size: .6rem; font-weight: 800; letter-spacing: .14em; text-decoration: none; transform: translateX(-50%); }
.indoor-scroll-cue span { position: relative; width: 1px; height: 30px; overflow: hidden; background: rgba(255, 255, 255, .22); }
.indoor-scroll-cue span::after { position: absolute; top: -50%; left: 0; width: 1px; height: 50%; background: #fff; animation: indoorScroll 1.8s infinite; content: ""; }

.indoor-trust { border-bottom: 1px solid var(--ie-line); background: #fff; }
.indoor-trust-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); }
.indoor-trust-lead,
.indoor-trust-item { min-height: 150px; padding: 30px clamp(18px, 2.4vw, 34px); border-right: 1px solid var(--ie-line); }
.indoor-trust-lead { padding-left: 0; }
.indoor-trust-item:last-child { border-right: 0; }
.indoor-trust-lead span { display: block; margin-bottom: 12px; color: var(--ie-blue); font-size: .65rem; font-weight: 800; letter-spacing: .15em; }
.indoor-trust-lead strong { max-width: 430px; font-size: 1rem; line-height: 1.65; }
.indoor-trust-item b { display: block; margin-bottom: 12px; color: var(--ie-green); font-size: .72rem; }
.indoor-trust-item span { color: #4d6073; font-size: .88rem; line-height: 1.65; }

.indoor-section { padding: clamp(82px, 9vw, 138px) 0; }
.indoor-heading { max-width: 820px; margin-bottom: clamp(42px, 5vw, 70px); }
.indoor-heading-row { display: flex; max-width: none; gap: 60px; align-items: end; justify-content: space-between; }
.indoor-heading-row > div { max-width: 760px; }
.indoor-heading-row > p { max-width: 430px; margin: 0 0 9px; }
.indoor-section-no { display: inline-flex; margin-bottom: 18px; gap: 12px; align-items: center; color: var(--ie-blue); font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.indoor-section-no::before { width: 28px; height: 2px; background: var(--ie-green); content: ""; }
.indoor-heading h2,
.indoor-assessment h2,
.indoor-why h2,
.indoor-standards h2 { margin: 0; color: var(--ie-ink); font-size: clamp(2.25rem, 4.2vw, 4.6rem); line-height: 1.12; letter-spacing: -.045em; }
.indoor-heading > p,
.indoor-heading-row > p,
.indoor-assessment-copy > p,
.indoor-why-copy > p,
.indoor-standards-copy > p { color: var(--ie-muted); line-height: 1.85; }

.indoor-problems { background: var(--ie-cream); }
.indoor-problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ie-line); border-left: 1px solid var(--ie-line); }
.indoor-problem-card { position: relative; min-height: 295px; padding: 34px 28px; overflow: hidden; border-right: 1px solid var(--ie-line); border-bottom: 1px solid var(--ie-line); background: rgba(255, 255, 255, .54); transition: transform .35s ease, box-shadow .35s ease, background .35s ease; }
.indoor-problem-card::after { position: absolute; right: -45px; bottom: -45px; width: 115px; aspect-ratio: 1; border: 1px solid var(--ie-blue); border-radius: 50%; opacity: .08; transition: transform .4s ease, opacity .4s ease; content: ""; }
.indoor-problem-card:hover { z-index: 1; background: #fff; box-shadow: 0 25px 55px rgba(6, 40, 75, .11); transform: translateY(-8px); }
.indoor-problem-card:hover::after { opacity: .2; transform: scale(1.4); }
.indoor-card-icon { display: grid; width: 45px; height: 45px; margin-bottom: 58px; place-items: center; border-radius: 50%; color: var(--ie-blue); font-size: .72rem; font-weight: 900; background: #e3eff9; }
.indoor-problem-card h3 { margin: 0 0 12px; color: var(--ie-ink); font-size: 1.2rem; }
.indoor-problem-card p { margin: 0; color: var(--ie-muted); font-size: .9rem; line-height: 1.75; }

.indoor-assessment { padding: clamp(82px, 9vw, 138px) 0; background: #fff; }
.indoor-assessment-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: clamp(55px, 9vw, 130px); align-items: center; }
.indoor-assessment-visual { position: relative; }
.indoor-assessment-visual .indoor-photo-placeholder { min-height: 580px; border-radius: 4px 80px 4px 4px; }
.indoor-image-tag { position: absolute; right: -20px; bottom: 38px; padding: 16px 22px; color: #fff; font-size: .68rem; font-weight: 900; letter-spacing: .14em; background: var(--ie-blue); writing-mode: vertical-rl; }
.indoor-assessment-copy > p { max-width: 590px; margin: 25px 0 32px; }
.indoor-assessment-copy ul { margin: 0 0 34px; padding: 0; list-style: none; }
.indoor-assessment-copy li { display: flex; gap: 18px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--ie-line); font-weight: 700; }
.indoor-assessment-copy li span { color: var(--ie-green); font-size: .72rem; }
.indoor-text-link { display: inline-flex; gap: 35px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid currentColor; color: var(--ie-blue); font-size: .88rem; font-weight: 900; text-decoration: none; transition: gap .25s ease, color .25s ease; }
.indoor-text-link:hover { gap: 44px; color: var(--ie-green); }

.indoor-services { color: #fff; background: var(--ie-navy-deep); }
.indoor-services .indoor-heading h2 { color: #fff; }
.indoor-services .indoor-section-no { color: #79c7ff; }
.indoor-services .indoor-heading-row > p { color: rgba(255, 255, 255, .62); }
.indoor-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255, 255, 255, .13); border-left: 1px solid rgba(255, 255, 255, .13); }
.indoor-service-card { position: relative; display: grid; grid-template-columns: 42px 1fr auto; min-height: 230px; padding: 35px; gap: 24px; border-right: 1px solid rgba(255, 255, 255, .13); border-bottom: 1px solid rgba(255, 255, 255, .13); transition: background .35s ease; }
.indoor-service-card:hover { background: rgba(255, 255, 255, .06); }
.indoor-service-card > span { color: #78c8ff; font-size: .72rem; font-weight: 900; }
.indoor-service-card h3 { margin: 0 0 14px; color: #fff; font-size: 1.35rem; }
.indoor-service-card p { max-width: 470px; margin: 0; color: rgba(255, 255, 255, .62); font-size: .9rem; line-height: 1.8; }
.indoor-service-card i { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; color: #fff; font-style: normal; transition: color .3s ease, border-color .3s ease, transform .3s ease; }
.indoor-service-card:hover i { border-color: var(--ie-lime); color: var(--ie-lime); transform: rotate(45deg); }
.indoor-service-featured { background: linear-gradient(135deg, rgba(0, 88, 184, .5), rgba(0, 88, 184, .12)); }

.indoor-portfolio { position: relative; overflow: hidden; color: #fff; background: #031a31; }
.indoor-portfolio::before { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(118, 196, 249, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(118, 196, 249, .12) 1px, transparent 1px); background-size: 72px 72px; content: ""; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
.indoor-portfolio::after { position: absolute; top: -220px; right: -120px; width: 620px; aspect-ratio: 1; border-radius: 50%; background: rgba(0, 104, 204, .3); filter: blur(110px); content: ""; }
.indoor-portfolio .container { position: relative; z-index: 1; }
.indoor-portfolio .indoor-heading h2 { color: #fff; }
.indoor-portfolio .indoor-section-no { color: #83ccff; }
.indoor-project-summary { max-width: 430px; padding: 0 0 8px; }
.indoor-project-summary > span { color: var(--ie-lime); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.indoor-project-summary p { margin: 14px 0 22px; color: rgba(255, 255, 255, .68); line-height: 1.78; }
.indoor-portfolio .indoor-text-link { color: #fff; }
.indoor-portfolio .indoor-text-link:hover { color: var(--ie-lime); }
.indoor-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; grid-auto-rows: 280px; gap: 18px; }
.indoor-gallery-card { position: relative; grid-column: span 4; min-width: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; color: #fff; background: #0b2a46; box-shadow: 0 20px 45px rgba(0, 0, 0, .2); isolation: isolate; }
.indoor-gallery-featured { grid-column: span 8; grid-row: span 2; }
.indoor-gallery-tall { grid-row: span 2; }
.indoor-gallery-wide { grid-column: span 8; }
.indoor-gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2, .75, .2, 1), filter .45s ease; }
.indoor-gallery-card::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(1, 13, 26, .18) 58%, rgba(1, 13, 26, .92) 100%); content: ""; pointer-events: none; }
.indoor-gallery-card::after { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; color: #fff; font-size: 1rem; background: rgba(3, 26, 49, .4); backdrop-filter: blur(8px); content: "↗"; transition: color .3s ease, border-color .3s ease, background .3s ease, transform .3s ease; }
.indoor-gallery-card:hover img { filter: saturate(1.08) contrast(1.03); transform: scale(1.045); }
.indoor-gallery-card:hover::after { border-color: var(--ie-lime); color: var(--ie-navy); background: var(--ie-lime); transform: rotate(45deg); }
.indoor-gallery-card:focus-visible { outline: 3px solid var(--ie-lime); outline-offset: 4px; }
.indoor-gallery-caption { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; align-items: end; }
.indoor-gallery-caption small { grid-column: 1; color: #8ed0ff; font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.indoor-gallery-caption strong { grid-column: 1; font-size: 1rem; line-height: 1.45; }
.indoor-gallery-caption b { grid-column: 2; grid-row: 1 / span 2; color: rgba(255, 255, 255, .42); font-size: 1.55rem; font-weight: 400; }

.indoor-why { background: var(--ie-cream); }
.indoor-why-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(65px, 10vw, 150px); }
.indoor-why-copy { position: sticky; top: 150px; align-self: start; }
.indoor-why-copy > p { max-width: 560px; margin: 27px 0 0; }
.indoor-why-list { border-top: 1px solid var(--ie-line); }
.indoor-why-list article { display: grid; grid-template-columns: 55px 1fr; padding: 31px 10px; gap: 25px; border-bottom: 1px solid var(--ie-line); }
.indoor-why-list b { color: var(--ie-green); font-size: .72rem; }
.indoor-why-list h3 { margin: 0 0 8px; color: var(--ie-ink); font-size: 1.25rem; }
.indoor-why-list p { margin: 0; color: var(--ie-muted); font-size: .9rem; line-height: 1.75; }

.indoor-process { color: #fff; background: linear-gradient(135deg, #07345f, #0052a6); }
.indoor-process .indoor-heading h2 { color: #fff; }
.indoor-process .indoor-section-no { color: #a1d9ff; }
.indoor-process-list { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; }
.indoor-process-list::before { position: absolute; top: 29px; right: 10%; left: 10%; height: 1px; background: rgba(255, 255, 255, .2); content: ""; }
.indoor-process-list li { position: relative; padding: 0 clamp(15px, 2vw, 28px); text-align: center; }
.indoor-process-list li > span { position: relative; z-index: 1; display: grid; width: 58px; height: 58px; margin: 0 auto 26px; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; color: #fff; font-size: .72rem; font-weight: 900; background: #064b8e; transition: border-color .3s ease, background .3s ease, transform .3s ease; }
.indoor-process-list li:hover > span { border-color: var(--ie-lime); color: var(--ie-navy); background: var(--ie-lime); transform: translateY(-5px); }
.indoor-process-list h3 { margin: 0 0 10px; color: #fff; font-size: 1.05rem; }
.indoor-process-list p { margin: 0; color: rgba(255, 255, 255, .62); font-size: .82rem; line-height: 1.7; }

.indoor-standards { background: #eef4f8; }
.indoor-standards-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(60px, 9vw, 130px); align-items: center; }
.indoor-standards-copy > p { margin: 26px 0 34px; }
.indoor-standard-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.indoor-standard-badges span { position: relative; padding: 17px 18px 17px 42px; border: 1px solid var(--ie-line); border-radius: 7px; color: #40566b; font-size: .82rem; font-weight: 700; background: rgba(255, 255, 255, .62); }
.indoor-standard-badges span::before { position: absolute; top: 18px; left: 17px; color: var(--ie-green); font-weight: 900; content: "✓"; }

.indoor-reviews { background: #fff; }
.indoor-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.indoor-review-card { margin: 0; padding: 34px; border: 1px solid var(--ie-line); border-radius: 14px; background: #fff; transition: transform .35s ease, box-shadow .35s ease; }
.indoor-review-card:hover { box-shadow: 0 20px 55px rgba(6, 40, 75, .1); transform: translateY(-7px); }
.indoor-stars { color: #f0ae24; font-size: .9rem; letter-spacing: .15em; }
.indoor-review-card blockquote { min-height: 150px; margin: 26px 0; padding: 0; border: 0; color: var(--ie-ink); font-size: 1.02rem; font-weight: 700; line-height: 1.8; }
.indoor-review-card footer { display: flex; gap: 15px; align-items: center; padding-top: 22px; border-top: 1px solid var(--ie-line); }
.indoor-review-card footer > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--ie-blue); font-size: .66rem; font-weight: 900; background: #eaf3fa; }
.indoor-review-card footer strong,
.indoor-review-card footer small { display: block; }
.indoor-review-card footer strong { color: var(--ie-ink); font-size: .85rem; }
.indoor-review-card footer small { margin-top: 2px; color: var(--ie-muted); font-size: .7rem; }
.indoor-review-note { margin: 18px 0 0; color: #8995a1; font-size: .72rem; text-align: right; }

.indoor-offer { padding: clamp(68px, 7vw, 105px) 0; color: #fff; background: var(--ie-green); }
.indoor-offer-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.indoor-offer-label { display: inline-block; margin-bottom: 17px; font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.indoor-offer h2 { margin: 0; color: #fff; font-size: clamp(2.2rem, 4.2vw, 4.5rem); line-height: 1.12; letter-spacing: -.045em; }
.indoor-offer-grid > div:first-child p { max-width: 680px; color: rgba(255, 255, 255, .82); line-height: 1.8; }
.indoor-offer-action { padding-left: clamp(30px, 5vw, 70px); border-left: 1px solid rgba(255, 255, 255, .3); }
.indoor-offer-action > strong { display: block; color: #fff; font-size: clamp(4.6rem, 8vw, 7rem); line-height: .9; letter-spacing: -.07em; }
.indoor-offer-action > small { display: block; margin: 12px 0 24px; color: rgba(255, 255, 255, .86); }
.indoor-offer-action > p { margin: 12px 0 0; color: rgba(255, 255, 255, .65); font-size: .68rem; }

.indoor-faq { background: var(--ie-cream); }
.indoor-faq-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(60px, 10vw, 145px); }
.indoor-faq .indoor-heading { position: sticky; top: 150px; align-self: start; margin: 0; }
.indoor-faq .indoor-heading > p { margin: 24px 0 30px; }
.indoor-faq-list { border-top: 1px solid var(--ie-line); }
.indoor-faq-list details { border-bottom: 1px solid var(--ie-line); }
.indoor-faq-list summary { position: relative; padding: 28px 55px 28px 0; color: var(--ie-ink); font-size: 1.05rem; font-weight: 800; cursor: pointer; list-style: none; }
.indoor-faq-list summary::-webkit-details-marker { display: none; }
.indoor-faq-list summary span,
.indoor-faq-list summary span::after { position: absolute; width: 16px; height: 2px; background: var(--ie-blue); content: ""; }
.indoor-faq-list summary span { top: 38px; right: 8px; }
.indoor-faq-list summary span::after { transform: rotate(90deg); transition: transform .3s ease; }
.indoor-faq-list details[open] summary span::after { transform: rotate(0); }
.indoor-faq-list details p { max-width: 680px; margin: -8px 0 28px; color: var(--ie-muted); font-size: .92rem; line-height: 1.8; }

.indoor-final-cta { position: relative; padding: clamp(100px, 11vw, 175px) 0; overflow: hidden; color: #fff; text-align: center; background: var(--ie-navy-deep); }
.indoor-final-cta::before { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .13) 1px, transparent 1px); background-size: 65px 65px; content: ""; }
.indoor-final-glow { position: absolute; top: 50%; left: 50%; width: min(850px, 85vw); aspect-ratio: 1.8; border-radius: 50%; background: rgba(0, 94, 190, .5); filter: blur(90px); transform: translate(-50%, -50%); }
.indoor-final-cta .container { position: relative; z-index: 1; }
.indoor-final-cta .container > span { color: #81ccff; font-size: .7rem; font-weight: 900; letter-spacing: .2em; }
.indoor-final-cta h2 { margin: 18px 0 24px; color: #fff; font-size: clamp(3rem, 6.2vw, 6.6rem); line-height: 1.01; letter-spacing: -.055em; }
.indoor-final-cta p { max-width: 690px; margin: 0 auto; color: rgba(255, 255, 255, .67); line-height: 1.85; }
.indoor-final-cta .indoor-actions { justify-content: center; }

@keyframes indoorPulse { 0% { opacity: .8; transform: scale(.6); } 80%, 100% { opacity: 0; transform: scale(1.8); } }
@keyframes indoorScroll { 0% { transform: translateY(0); } 100% { transform: translateY(300%); } }

@media (max-width: 1080px) {
  .indoor-trust-grid { grid-template-columns: repeat(3, 1fr); }
  .indoor-trust-lead { grid-column: 1 / -1; min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--ie-line); }
  .indoor-trust-item:first-of-type { padding-left: 0; }
  .indoor-process-list { grid-template-columns: repeat(3, 1fr); gap: 45px 0; }
  .indoor-process-list::before { display: none; }
}

@media (max-width: 900px) {
  .indoor-hero { min-height: auto; }
  .indoor-hero-grid,
  .indoor-assessment-grid,
  .indoor-why-grid,
  .indoor-standards-grid,
  .indoor-faq-grid { grid-template-columns: minmax(0, 1fr); }
  .indoor-hero-visual { max-width: 650px; }
  .indoor-hero-photo { min-height: 430px; }
  .indoor-photo-placeholder-dark { min-height: 430px; }
  .indoor-heading-row { display: block; }
  .indoor-heading-row > p,
  .indoor-heading-row > .indoor-text-link { margin-top: 22px; }
  .indoor-problem-grid { grid-template-columns: repeat(2, 1fr); }
  .indoor-assessment-visual { max-width: 650px; }
  .indoor-assessment-photo { min-height: 470px; }
  .indoor-assessment-visual .indoor-photo-placeholder { min-height: 470px; }
  .indoor-why-copy,
  .indoor-faq .indoor-heading { position: static; }
  .indoor-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 260px; }
  .indoor-gallery-card { grid-column: span 1; }
  .indoor-gallery-featured { grid-column: span 2; grid-row: span 2; }
  .indoor-gallery-tall { grid-row: span 2; }
  .indoor-gallery-wide { grid-column: span 2; }
  .indoor-review-grid { grid-template-columns: 1fr; }
  .indoor-review-card blockquote { min-height: auto; }
  .indoor-offer-grid { grid-template-columns: 1fr; }
  .indoor-offer-action { padding: 35px 0 0; border-top: 1px solid rgba(255, 255, 255, .3); border-left: 0; }
}

@media (max-width: 680px) {
  .indoor-page .service-breadcrumb { margin-bottom: 35px; font-size: .72rem; }
  .indoor-hero { padding-top: 28px; }
  .indoor-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .indoor-hero h1 br { display: none; }
  .indoor-hero h1 em { display: block; margin-top: 9px; font-size: .53em; line-height: 1.35; }
  .indoor-btn { width: 100%; }
  .indoor-hero-points { display: grid; }
  .indoor-hero-photo { min-height: 350px; }
  .indoor-photo-placeholder-dark { min-height: 350px; }
  .indoor-floating-card { right: 12px; bottom: 18px; min-width: auto; }
  .indoor-scroll-cue { display: none; }
  .indoor-trust-grid { grid-template-columns: 1fr; }
  .indoor-trust-item { min-height: auto; padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--ie-line); }
  .indoor-heading h2,
  .indoor-assessment h2,
  .indoor-why h2,
  .indoor-standards h2 { font-size: 2.35rem; }
  .indoor-heading h2 br,
  .indoor-assessment h2 br,
  .indoor-why h2 br { display: none; }
  .indoor-problem-grid,
  .indoor-service-grid,
  .indoor-standard-badges { grid-template-columns: 1fr; }
  .indoor-problem-card { min-height: 250px; }
  .indoor-card-icon { margin-bottom: 38px; }
  .indoor-assessment-photo { min-height: 390px; border-radius: 4px 48px 4px 4px; }
  .indoor-assessment-visual .indoor-photo-placeholder { min-height: 390px; border-radius: 4px 48px 4px 4px; }
  .indoor-image-tag { right: -5px; }
  .indoor-service-card { grid-template-columns: 34px 1fr; min-height: 0; padding: 28px 22px; gap: 15px; }
  .indoor-service-card i { display: none; }
  .indoor-project-summary { max-width: none; }
  .indoor-gallery { grid-template-columns: 1fr; grid-auto-rows: clamp(330px, 115vw, 470px); gap: 14px; }
  .indoor-gallery-card,
  .indoor-gallery-featured,
  .indoor-gallery-tall,
  .indoor-gallery-wide { grid-column: span 1; grid-row: span 1; }
  .indoor-gallery-caption { right: 18px; bottom: 17px; left: 18px; }
  .indoor-process-list { grid-template-columns: 1fr; gap: 0; }
  .indoor-process-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 24px 0; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .indoor-process-list li > span { width: 48px; height: 48px; margin: 0; }
  .indoor-standards-photo { min-height: 350px; }
  .indoor-photo-placeholder-light { min-height: 350px; }
  .indoor-review-card { padding: 27px 23px; }
  .indoor-review-note { text-align: left; }
  .indoor-offer h2 { font-size: 2.4rem; }
  .indoor-final-cta h2 { font-size: 3rem; }
  .indoor-final-cta h2 br { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .indoor-page *,
  .indoor-page *::before,
  .indoor-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
