:root {
  --ink: #040814;
  --navy: #07162d;
  --blue-900: #08234b;
  --blue-700: #005ea8;
  --blue-500: #00a2ff;
  --cyan: #6edcff;
  --yellow: #ffd21f;
  --yellow-deep: #bd8d00;
  --white: #ffffff;
  --muted: #a9bbd1;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--white);
  background: var(--ink);
  line-height: 1.6;
}

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

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.section-pad {
  padding: 104px 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(20px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(2, 7, 18, 0.88), rgba(2, 7, 18, 0.1));
  transition: background 180ms ease, height 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(3, 9, 22, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  width: 260px;
  flex: 0 0 auto;
}

.brand img {
  max-height: 62px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #dbe9fb;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.header-phone {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid rgba(110, 220, 255, 0.28);
  border-radius: var(--radius);
  color: #e7f6ff;
  background: rgba(0, 162, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.header-phone:hover,
.header-phone:focus-visible {
  border-color: rgba(110, 220, 255, 0.58);
  background: rgba(0, 162, 255, 0.16);
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--blue-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg {
  background-image: url("assets/hero-globe-lightning.jpg");
  background-size: cover;
  background-position: center right;
  transform: scale(1.02);
}

.hero.is-typed .hero-bg {
  animation: hero-globe-float 6s ease-in-out infinite;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 8, 20, 0.97) 0%, rgba(2, 8, 20, 0.88) 30%, rgba(2, 8, 20, 0.35) 66%, rgba(2, 8, 20, 0.08) 100%),
    linear-gradient(0deg, var(--ink) 0%, rgba(4, 8, 20, 0) 34%);
}

.hero-content {
  width: min(760px, calc(100% - 40px));
  margin-left: clamp(20px, 8vw, 120px);
  padding-top: 74px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section-kicker.dark {
  color: #3b2d00;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.02;
  font-weight: 900;
}

h1 span {
  display: block;
  white-space: nowrap;
}

.js h1[data-typewriter] span {
  min-height: 1.02em;
}

.js h1[data-typewriter] span.is-typing::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 0.82em;
  margin-left: 7px;
  vertical-align: -0.05em;
  background: var(--cyan);
  animation: typing-cursor 720ms steps(1) infinite;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1.05;
  font-weight: 900;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.1rem;
  line-height: 1.22;
}

.hero-copy {
  max-width: 640px;
  color: #d2dfef;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.btn-primary {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: linear-gradient(135deg, var(--cyan), var(--blue-500));
  box-shadow: 0 16px 40px rgba(0, 162, 255, 0.26);
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: -80%;
  left: -35%;
  width: 22%;
  height: 260%;
  background: rgba(255, 255, 255, 0.62);
  transform: rotate(22deg);
  animation: button-shine 4.8s ease-in-out infinite;
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.07);
}

.btn-dark {
  color: var(--yellow);
  background: var(--ink);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(2, 8, 20, 0.68);
  backdrop-filter: blur(10px);
}

.hero-stats div {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid var(--line);
  transition: background 220ms ease, transform 220ms ease;
}

.hero-stats div:hover {
  background: rgba(0, 162, 255, 0.12);
  transform: translateY(-3px);
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: clamp(1.12rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.hero-stats span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.intro {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--ink), var(--navy));
}

.intro-grid {
  display: grid;
  grid-template-columns: 180px 1fr 280px;
  gap: 44px;
  align-items: start;
}

.intro-side {
  display: grid;
  gap: 28px;
}

.intro-globe {
  width: 170px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url("assets/hero-globe-lightning.jpg") 83% center / auto 185%;
  box-shadow:
    0 0 0 1px rgba(110, 220, 255, 0.28),
    0 0 42px rgba(0, 162, 255, 0.28);
  animation: globe-float 5s ease-in-out infinite;
}

.intro-text p {
  max-width: 760px;
  color: #c2d1e4;
  font-size: 1.06rem;
}

.proof-panel {
  display: grid;
  gap: 12px;
}

.proof-panel div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  font-weight: 900;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.proof-panel div:hover {
  transform: translateX(-6px);
  border-color: rgba(110, 220, 255, 0.46);
  background: rgba(0, 162, 255, 0.1);
}

.proof-panel svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--cyan);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services,
.process {
  background: var(--navy);
}

.section-head {
  max-width: 860px;
  margin-bottom: 44px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 274px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(110, 220, 255, 0.42);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
}

.service-card-wide {
  grid-column: span 1;
}

.service-card svg {
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  color: var(--cyan);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card p,
.step p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-highlight {
  border-color: rgba(255, 210, 31, 0.65);
  background:
    linear-gradient(180deg, rgba(255, 210, 31, 0.95), rgba(230, 160, 0, 0.9));
  color: var(--ink);
  box-shadow: 0 20px 54px rgba(255, 185, 0, 0.14);
}

.service-highlight svg {
  color: var(--ink);
}

.service-highlight p {
  color: #342b08;
  font-weight: 600;
}

.lightning {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.42), transparent 28%),
    linear-gradient(90deg, rgba(255, 210, 31, 0.98) 0%, rgba(255, 185, 0, 0.92) 52%, rgba(240, 167, 0, 0.7) 100%),
    url("assets/lightning-rod-strike.jpg") right center / cover;
}

.lightning::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, transparent 35%, rgba(5, 13, 27, 0.12));
  pointer-events: none;
}

.lightning-grid {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 56px;
  align-items: center;
}

.lightning-copy p:not(.section-kicker) {
  max-width: 700px;
  color: #2f2a15;
  font-weight: 600;
}

.lightning-card {
  overflow: hidden;
  border: 8px solid rgba(4, 8, 20, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.lightning-card:hover {
  transform: translateY(-6px) rotate(0.4deg);
  box-shadow: 0 30px 90px rgba(20, 14, 0, 0.36);
}

.lightning-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.process-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 56px;
  align-items: center;
}

.process-grid .partners {
  grid-column: 1 / -1;
}

.process-head {
  margin-bottom: 0;
}

.process-globe {
  width: 158px;
  aspect-ratio: 1;
  margin-top: 36px;
  border-radius: 50%;
  background: url("assets/hero-globe-lightning.jpg") 83% center / auto 185%;
  box-shadow:
    0 0 0 1px rgba(110, 220, 255, 0.28),
    0 0 46px rgba(0, 162, 255, 0.3);
  animation: globe-float 5s ease-in-out infinite;
}

.steps {
  display: grid;
  gap: 12px;
}

.step {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.step:hover {
  transform: translateX(-6px);
  border-color: rgba(110, 220, 255, 0.46);
  background: rgba(0, 162, 255, 0.1);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.step span {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
}

.step h3 {
  margin-bottom: 7px;
}

.step p {
  color: var(--muted);
}

.step svg {
  width: 42px;
  height: 42px;
  margin-top: 4px;
  fill: none;
  stroke: var(--cyan);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms ease, filter 220ms ease;
}

.step:hover svg {
  transform: scale(1.08);
  filter: drop-shadow(0 0 8px rgba(110, 220, 255, 0.55));
}

.partners {
  margin-top: 18px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.partners h3 {
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.partner-logo {
  display: grid;
  place-items: center;
  min-height: 112px;
  padding: 22px;
  border: 1px solid rgba(110, 220, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(244, 249, 255, 0.92);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.partner-logo:hover {
  transform: translateY(-5px);
  border-color: rgba(110, 220, 255, 0.46);
  background: var(--white);
  box-shadow: 0 18px 46px rgba(0, 162, 255, 0.16);
}

.partner-logo img {
  width: 100%;
  max-width: 170px;
  max-height: 58px;
  object-fit: contain;
}

.gallery {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 9, 22, 0.94) 0%, rgba(3, 9, 22, 0.76) 48%, rgba(3, 9, 22, 0.38) 100%),
    url("assets/lightning-rod-strike-blue.png") center / cover fixed;
  color: var(--white);
}

.gallery::before {
  content: none;
}

.contact .section-kicker {
  color: var(--blue-700);
}

.gallery .section-kicker {
  color: var(--cyan);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gallery-item {
  position: relative;
  min-height: 260px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: var(--navy);
  color: inherit;
  cursor: zoom-in;
  text-align: left;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.42);
}

.gallery-item span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: rgba(4, 8, 20, 0.86);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
}

.gallery-item:focus-visible {
  outline: 3px solid var(--blue-500);
  outline-offset: 3px;
}

.seo-local {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--ink), var(--navy));
}

.seo-grid {
  display: grid;
  gap: 28px;
}

.seo-local .section-head {
  margin-bottom: 8px;
}

.seo-local .section-head p:not(.section-kicker) {
  max-width: 820px;
  color: #c2d1e4;
  font-size: 1.04rem;
}

.local-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.local-list span {
  padding: 10px 13px;
  border: 1px solid rgba(110, 220, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(0, 162, 255, 0.08);
  color: #dcefff;
  font-size: 0.86rem;
  font-weight: 800;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.faq-item {
  min-height: 178px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.faq-item:hover {
  transform: translateY(-5px);
  border-color: rgba(110, 220, 255, 0.42);
  background: rgba(0, 162, 255, 0.1);
}

.faq-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact {
  background:
    linear-gradient(90deg, rgba(4, 8, 20, 0.92), rgba(4, 8, 20, 0.78)),
    url("assets/hero-globe-lightning.jpg") center / cover;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 54px;
  align-items: center;
}

.contact-copy p {
  max-width: 680px;
  color: #d2dfef;
}

.contact-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.contact-line,
.contact-note {
  display: grid;
  gap: 3px;
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

a.contact-line:hover,
a.contact-line:focus-visible {
  background: rgba(0, 162, 255, 0.16);
}

.contact-line span,
.contact-note span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-line strong,
.contact-note strong {
  overflow-wrap: anywhere;
  font-size: 1.08rem;
}

.site-footer {
  padding: 34px 0;
  background: #020713;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner img {
  width: 230px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 56px;
  background: rgba(2, 7, 18, 0.92);
  backdrop-filter: blur(12px);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-frame {
  display: grid;
  gap: 14px;
  width: min(1100px, 100%);
  max-height: 86vh;
  margin: 0;
}

.lightbox-frame img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lightbox-frame figcaption {
  color: #e6f2ff;
  font-weight: 800;
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.lightbox-close {
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  font-size: 2rem;
  line-height: 1;
}

.lightbox-nav {
  top: 50%;
  width: 48px;
  height: 70px;
  transform: translateY(-50%);
  font-size: 3rem;
}

.lightbox-prev {
  left: 22px;
}

.lightbox-next {
  right: 22px;
}

.lightbox-close:hover,
.lightbox-close:focus-visible,
.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  background: rgba(0, 162, 255, 0.24);
}

body.lightbox-open {
  overflow: hidden;
}

@keyframes hero-globe-float {
  0%, 100% { transform: scale(1.04) translate3d(0, -0.35%, 0); }
  50% { transform: scale(1.04) translate3d(0, 0.75%, 0); }
}

@keyframes globe-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes typing-cursor {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@keyframes button-shine {
  0%, 72% { transform: translateX(-220%) rotate(22deg); }
  100% { transform: translateX(760%) rotate(22deg); }
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    top: 72px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(3, 9, 22, 0.98);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 10px;
  }

  .nav-toggle {
    display: block;
  }

  .header-phone {
    margin-left: auto;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 680px;
  }

  .hero-bg {
    background-position: 68% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(2, 8, 20, 0.97), rgba(2, 8, 20, 0.76)),
      linear-gradient(0deg, var(--ink), rgba(4, 8, 20, 0) 42%);
  }

  .intro-grid,
  .lightning-grid,
  .process-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .intro-side {
    grid-template-columns: auto 120px;
    align-items: center;
  }

  .intro-globe {
    width: 120px;
  }

  .process-head {
    display: grid;
    grid-template-columns: 1fr 120px;
    column-gap: 28px;
    align-items: center;
  }

  .process-head .section-kicker {
    grid-column: 1 / -1;
  }

  .process-globe {
    width: 120px;
    margin-top: 0;
  }

  .service-grid,
  .gallery-grid,
  .faq-grid,
  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card-wide {
    grid-column: span 1;
  }

  .process-head {
    display: block;
  }

  .process-globe {
    width: 112px;
    margin-top: 28px;
  }

  .step {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 20px;
  }

  .step svg {
    width: 36px;
    height: 36px;
  }

  .lightning-card img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .section-pad {
    padding: 72px 0;
  }

  .site-header {
    height: 72px;
    padding: 0 14px;
  }

  .brand {
    width: 180px;
  }

  .brand img {
    max-height: 48px;
  }

  .header-phone {
    padding: 7px 8px;
    font-size: 0.68rem;
  }

  .hero {
    min-height: 680px;
  }

  .hero-content {
    width: min(100% - 28px, 760px);
    margin: 0 auto;
  }

  h1 {
    font-size: clamp(1.65rem, 7.5vw, 2.55rem);
  }

  h2 {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }

  .hero-stats,
  .service-grid,
  .gallery-grid,
  .faq-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .partner-logo {
    min-height: 96px;
  }

  .hero-stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-stats div:last-child {
    border-bottom: 0;
  }

  .service-card,
  .gallery-item,
  .gallery-item img {
    min-height: 260px;
  }

  .service-card-wide {
    grid-column: span 1;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .lightbox {
    padding: 54px 14px 24px;
  }

  .lightbox-nav {
    top: auto;
    bottom: 16px;
    width: 44px;
    height: 44px;
    transform: none;
    font-size: 2rem;
  }

  .lightbox-prev {
    left: 16px;
  }

  .lightbox-next {
    right: 16px;
  }
}

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