:root {
  --bg: #050505;
  --panel: rgba(14, 14, 16, 0.82);
  --line: rgba(255, 255, 255, 0.1);
  --text: #f6f6f6;
  --muted: #b7bcc4;
  --red: #ff2a32;
  --red-glow: rgba(255, 42, 50, 0.45);
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --container: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: #ff2a32 #141416;
  scrollbar-width: thin;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 42, 50, 0.22), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 20%),
    linear-gradient(180deg, #050505 0%, #0a0a0b 46%, #040404 100%);
  color: var(--text);
  font-family: "Rajdhani", sans-serif;
  overflow-x: hidden;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #0f1012 0%, #1a1b1f 100%);
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff3b43 0%, #b8091a 100%);
  border-radius: 999px;
  border: 2px solid #141416;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ff5057 0%, #d10b20 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 42, 50, 0.08), transparent 22%),
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.05), transparent 18%),
    radial-gradient(circle at 50% 78%, rgba(255, 42, 50, 0.07), transparent 24%);
  opacity: 0.9;
  z-index: -1;
  animation: ambientShift 18s ease-in-out infinite alternate;
}

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

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

.reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0) scale(0.98);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s ease;
  transition-delay: var(--delay, 0s);
  filter: blur(10px);
  will-change: transform, opacity;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.reveal--left {
  transform: translate3d(-54px, 24px, 0) scale(0.98);
}

.reveal--right {
  transform: translate3d(54px, 24px, 0) scale(0.98);
}

.reveal--zoom {
  transform: translate3d(0, 24px, 0) scale(0.9);
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(255, 42, 50, 0.18) 0%, rgba(5, 5, 5, 0.97) 54%),
    linear-gradient(135deg, #050505 0%, #0d0d10 100%);
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader__lights {
  position: absolute;
  top: 50%;
  width: 38vw;
  max-width: 560px;
  height: 10px;
  background: linear-gradient(90deg, transparent, rgba(255, 42, 50, 0.95), transparent);
  filter: blur(2px);
  opacity: 0.85;
}

.preloader__lights::after {
  content: "";
  position: absolute;
  inset: -26px 18%;
  background: inherit;
  filter: blur(18px);
}

.preloader__lights--left {
  left: -4vw;
  animation: pulseLight 2.4s ease-in-out infinite;
}

.preloader__lights--right {
  right: -4vw;
  animation: pulseLightRight 2.4s ease-in-out infinite 0.4s;
}

.preloader__core {
  display: grid;
  justify-items: center;
  gap: 26px;
  padding: 32px;
  text-align: center;
}

.preloader__wheel {
  position: relative;
  width: 144px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 10px rgba(255, 42, 50, 0.08),
    0 0 40px var(--red-glow),
    inset 0 0 28px rgba(255, 255, 255, 0.06);
  animation: spin 1.4s linear infinite;
}

.preloader__wheel::before,
.preloader__wheel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.preloader__wheel::before {
  inset: 22px;
  border: 3px solid rgba(255, 42, 50, 0.7);
}

.preloader__wheel::after {
  inset: 50px;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.preloader__wheel span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 44px;
  margin: -44px 0 0 -1.5px;
  transform-origin: center bottom;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 42, 50, 0.2));
}

.preloader__wheel span:nth-child(2) { transform: rotate(45deg); }
.preloader__wheel span:nth-child(3) { transform: rotate(90deg); }
.preloader__wheel span:nth-child(4) { transform: rotate(135deg); }

.preloader__text {
  margin: 0;
  max-width: 28ch;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

body.is-loading {
  overflow: hidden;
}

.page-shell {
  opacity: 1;
  transform: none;
  filter: none;
  transition:
    opacity 0.95s ease,
    transform 1.05s cubic-bezier(0.22, 1, 0.36, 1),
    filter 1.05s ease;
}

body.is-loading .page-shell {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  filter: blur(10px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.16) 50%, transparent 82%);
  transform: translateX(-130%);
  opacity: 0;
  pointer-events: none;
}

body.is-ready .hero::after {
  animation: heroSweep 1.3s ease 0.12s forwards;
}

.site-header,
.trust-strip,
.section,
.site-footer {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 8px -18px;
  z-index: -1;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.66);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 10px -10px auto;
  height: 42%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 42, 50, 0.03) 68%, transparent);
  pointer-events: none;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
}

.eyebrow,
.section-heading__eyebrow,
.tag,
.signal-card__label,
.service-card__price,
.case-card__content span,
.metric-card span,
.contact__details span {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.eyebrow,
.section-heading__eyebrow,
.signal-card__label,
.metric-card span,
.contact__details span {
  color: #ff8a8f;
}

.brand-copy strong,
.section-heading h2,
.hero h1,
.service-card h3,
.case-card h3,
.process__grid h3,
.quote-card h3 {
  font-family: "Orbitron", sans-serif;
}

.brand-copy strong {
  font-size: 1.25rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
}

.site-nav a {
  color: var(--muted);
  transition: color 0.24s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.header-actions,
.hero__actions,
.hero__highlights,
.intro__actions,
.contact__actions,
.site-footer__links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.motion-surface {
  --rx: 0deg;
  --ry: 0deg;
  --tx: 0px;
  --ty: 0px;
  --scale: 1;
  --glow-x: 50%;
  --glow-y: 50%;
  --glow-opacity: 0;
  --image-shift-x: 0px;
  --image-shift-y: 0px;
  --image-scale: 1;
  transform:
    perspective(1200px)
    rotateX(var(--rx))
    rotateY(var(--ry))
    translate3d(var(--tx), var(--ty), 0)
    scale(var(--scale));
  transform-style: preserve-3d;
  will-change: transform;
}

.motion-surface::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255, 255, 255, 0.2), rgba(255, 42, 50, 0.16) 18%, transparent 56%);
  opacity: var(--glow-opacity);
  transition: opacity 0.28s ease;
  z-index: 0;
}

.motion-surface.is-hovering {
  border-color: rgba(255, 42, 50, 0.32);
  box-shadow:
    0 34px 72px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(255, 42, 50, 0.16),
    0 0 48px rgba(255, 42, 50, 0.17);
}

.btn::before,
.hero__highlights li::before,
.trust-strip article::before,
.signal-card::before,
.metric-card::before,
.service-card::before,
.case-card::before,
.process__grid article::before,
.quote-card::before,
.intro__copy::before,
.contact__panel::before,
.contact__map::before,
.lightbox__shell::before,
.brand-mark::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 48%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 42, 50, 0.04) 60%, transparent);
  pointer-events: none;
  z-index: 0;
}

.hero__highlights li,
.trust-strip article,
.signal-card,
.metric-card,
.service-card,
.case-card,
.process__grid article,
.quote-card,
.intro__copy,
.contact__panel,
.contact__map,
.lightbox__shell,
.brand-mark {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn > *,
.hero__highlights li > *,
.signal-card > *,
.metric-card > *,
.service-card > *,
.case-card > *,
.process__grid article > *,
.quote-card > *,
.contact__panel > *,
.lightbox__shell > * {
  position: relative;
  z-index: 1;
}

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

.btn--primary {
  background: linear-gradient(135deg, #ff3940 0%, #d9041a 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(217, 4, 26, 0.28), 0 0 24px rgba(255, 42, 50, 0.2);
}

.btn--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.btn--ghost {
  color: var(--text);
  border-color: rgba(255, 42, 50, 0.34);
  background: rgba(255, 42, 50, 0.08);
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 42, 50, 0.9), transparent);
  transform: scaleX(0.2);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

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

.hero {
  position: relative;
  width: var(--container);
  min-height: calc(100vh - 110px);
  margin: 0 auto;
  border-radius: 36px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: var(--shadow);
}

.hero__video,
.hero__overlay,
.hero__grid {
  position: absolute;
  inset: 0;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  background:
    linear-gradient(110deg, rgba(3, 3, 3, 0.9) 10%, rgba(3, 3, 3, 0.58) 46%, rgba(255, 42, 50, 0.2) 100%),
    radial-gradient(circle at 82% 18%, rgba(255, 42, 50, 0.28), transparent 22%);
}

.hero__grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 90%);
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-content: center;
  justify-items: center;
  min-height: calc(100vh - 110px);
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(42px, 7vw, 72px) clamp(28px, 5vw, 52px);
  text-align: center;
}

.hero__copy {
  max-width: 920px;
  display: grid;
  justify-items: center;
}

.tag {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 42, 50, 0.16);
  border: 1px solid rgba(255, 42, 50, 0.26);
  box-shadow: inset 0 0 16px rgba(255, 42, 50, 0.08);
}

.hero h1 {
  margin: 18px 0 22px;
  font-size: clamp(2.7rem, 5.2vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  max-width: 15ch;
}

.hero p {
  margin: 0;
  max-width: 54ch;
  font-size: clamp(1.04rem, 1.7vw, 1.18rem);
  color: #d8dde3;
}

.hero__actions {
  margin-top: 22px;
}

.hero__highlights {
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.hero__highlights li {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 0 1px rgba(255, 42, 50, 0.08), 0 0 26px rgba(255, 42, 50, 0.08);
}

.hero__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.hero__panel--standalone {
  max-width: 100%;
}

.signal-card,
.metric-card,
.quote-card,
.process__grid article {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.signal-card {
  padding: 24px;
  border-radius: var(--radius-md);
  text-align: center;
}

.signal-card strong,
.signal-card a {
  display: block;
  margin-top: 12px;
  font-size: 1.45rem;
  color: #fff;
}

.signal-card p {
  margin-top: 4px;
  color: var(--muted);
}

.signal-card--accent {
  background:
    linear-gradient(145deg, rgba(255, 42, 50, 0.14), rgba(255, 42, 50, 0.03)),
    var(--panel);
  border-color: rgba(255, 42, 50, 0.28);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.trust-strip article {
  padding: 22px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 42, 50, 0.06);
}

.trust-strip strong {
  display: block;
  font-size: 1.45rem;
}

.trust-strip span {
  color: var(--muted);
}

.section {
  padding: clamp(36px, 6vw, 74px) 0 0;
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.04;
}

.intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  margin-top: 28px;
}

.intro__copy {
  position: relative;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    radial-gradient(circle at top right, rgba(255, 42, 50, 0.18), transparent 28%);
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.26), inset 0 0 0 1px rgba(255, 42, 50, 0.08);
}

.intro__copy::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -28px;
  width: 240px;
  height: 240px;
  background: url("Assets/logo.png") no-repeat center/contain;
  opacity: 0.08;
  pointer-events: none;
}

.intro__copy p {
  position: relative;
  margin: 0 0 16px;
  font-size: 1.08rem;
  color: #d7dce3;
}

.intro__actions {
  position: relative;
  flex-wrap: wrap;
  margin-top: 24px;
}

.intro__badge-wall {
  display: grid;
  gap: 16px;
}

.metric-card {
  padding: 24px;
  border-radius: var(--radius-md);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 42, 50, 0.08);
}

.metric-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.5rem;
}

.metric-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.services__grid,
.cases__grid,
.testimonials__grid,
.process__grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.services__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 42, 50, 0.08), 0 0 28px rgba(255, 42, 50, 0.05);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.service-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  cursor: zoom-in;
  transform: translate3d(var(--image-shift-x), var(--image-shift-y), 0) scale(var(--image-scale));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.service-card__body {
  padding: 18px;
}

.service-card__price {
  color: #ff9094;
}

.service-card h3 {
  margin: 10px 0 10px;
  font-size: 1.15rem;
}

.service-card p,
.case-card p,
.process__grid p,
.quote-card p,
.site-footer p {
  margin: 0;
  color: var(--muted);
}

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

.case-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: 230px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 42, 50, 0.08), 0 0 28px rgba(255, 42, 50, 0.05);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.case-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  transform: translate3d(var(--image-shift-x), var(--image-shift-y), 0) scale(var(--image-scale));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.motion-surface.is-hovering img {
  filter: saturate(1.08);
}

.case-card__content {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
}

.case-card__content span {
  color: #ff8a8f;
}

.case-card h3 {
  margin: 0;
  font-size: 1.18rem;
}

.process__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process__grid article {
  padding: 24px;
  border-radius: var(--radius-md);
}

.process__grid span {
  display: inline-flex;
  min-width: 52px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 16px;
  background: rgba(255, 42, 50, 0.14);
  color: #fff;
  font-family: "Orbitron", sans-serif;
  box-shadow: inset 0 0 16px rgba(255, 42, 50, 0.16);
}

.testimonials__summary {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 42, 50, 0.1), rgba(255, 255, 255, 0.03));
}

.testimonials__summary strong {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2.8rem, 6vw, 4rem);
  line-height: 1;
}

.testimonials__summary p {
  margin: 0 0 4px;
  font-size: 1.2rem;
}

.testimonials__summary span {
  color: var(--muted);
}

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

.quote-card {
  padding: 22px;
  border-radius: var(--radius-md);
}

.quote-card h3 {
  margin: 0 0 14px;
  font-size: 1rem;
}

.quote-card--contrast {
  border-color: rgba(255, 42, 50, 0.3);
  background: linear-gradient(145deg, rgba(255, 42, 50, 0.15), rgba(9, 9, 10, 0.94));
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: stretch;
}

.contact__panel,
.contact__map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 42, 50, 0.08), 0 0 30px rgba(255, 42, 50, 0.05);
}

.contact__panel {
  padding: 28px;
}

.contact__details {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.contact__details article {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.contact__details article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact__details a,
.contact__details p {
  margin: 6px 0 0;
  font-size: 1.18rem;
}

.contact__actions {
  flex-wrap: wrap;
  margin-top: 26px;
}

.contact__map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0 44px;
}

.site-footer img {
  width: 100px;
  margin-bottom: 12px;
  filter: drop-shadow(0 0 18px rgba(255, 42, 50, 0.22));
}

.site-footer__links {
  color: var(--muted);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 42, 50, 0.12), transparent 26%),
    rgba(2, 2, 3, 0.86);
  backdrop-filter: blur(16px);
}

.lightbox__shell {
  position: relative;
  width: min(1180px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 16px;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 10, 12, 0.88);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  transform: translateY(22px) scale(0.98);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  margin: auto;
}

.lightbox.is-open .lightbox__shell {
  transform: translateY(0) scale(1);
}

.lightbox__topbar,
.lightbox__tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lightbox__topbar {
  justify-content: space-between;
  flex-wrap: wrap;
}

.lightbox__meta {
  display: grid;
  gap: 4px;
}

.lightbox__meta strong {
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
}

.lightbox__meta span {
  color: var(--muted);
}

.lightbox__tools {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lightbox__tool,
.lightbox__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.lightbox__tool:hover,
.lightbox__nav:hover,
.lightbox__tool:focus-visible,
.lightbox__nav:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 42, 50, 0.18);
  border-color: rgba(255, 42, 50, 0.42);
}

.lightbox__tool--close {
  background: linear-gradient(135deg, #ff3940 0%, #d9041a 100%);
  border-color: rgba(255, 42, 50, 0.7);
}

.lightbox__stage {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  gap: 12px;
  align-items: center;
  justify-items: center;
  min-height: 0;
}

.lightbox__figure {
  margin: 0;
  width: min(74vh, calc(100vw - 300px));
  height: min(74vh, calc(100vw - 300px));
  min-width: 320px;
  min-height: 320px;
  max-width: 100%;
  max-height: calc(100vh - 220px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  align-self: center;
  overflow: hidden;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    rgba(6, 6, 7, 0.88);
}

.lightbox__figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: scale(var(--lightbox-scale, 1));
  transform-origin: center center;
  transition: transform 0.24s ease;
}

.lightbox__caption {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: 1.02rem;
}

body.lightbox-open {
  overflow: hidden;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: flex;
}

.floating-actions a {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(255, 42, 50, 0.55);
  background: linear-gradient(135deg, #ff3940 0%, #d9041a 100%);
  box-shadow:
    0 18px 34px rgba(217, 4, 26, 0.34),
    0 0 0 8px rgba(255, 42, 50, 0.08);
  backdrop-filter: blur(14px);
  animation: whatsappPulse 2.2s ease-in-out infinite;
}

.section-heading h2,
.hero h1,
.service-card h3,
.case-card h3,
.process__grid h3,
.quote-card h3,
.brand-copy strong {
  text-shadow: 0 0 18px rgba(255, 42, 50, 0.06);
}

.floating-actions svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

.floating-actions span {
  display: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseLight {
  0%,
  100% {
    opacity: 0.45;
    transform: scaleX(0.9) rotate(-18deg);
  }

  50% {
    opacity: 0.95;
    transform: scaleX(1.15) rotate(-18deg);
  }
}

@keyframes pulseLightRight {
  0%,
  100% {
    opacity: 0.45;
    transform: scaleX(0.9) rotate(18deg);
  }

  50% {
    opacity: 0.95;
    transform: scaleX(1.15) rotate(18deg);
  }
}

@keyframes heroSweep {
  0% {
    opacity: 0;
    transform: translateX(-130%);
  }

  20% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
    transform: translateX(130%);
  }
}

@keyframes whatsappPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 18px 34px rgba(217, 4, 26, 0.34),
      0 0 0 8px rgba(255, 42, 50, 0.08);
  }

  50% {
    transform: translateY(-3px) scale(1.04);
    box-shadow:
      0 22px 42px rgba(217, 4, 26, 0.42),
      0 0 0 14px rgba(255, 42, 50, 0.1);
  }
}

@media (max-width: 1100px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 14px;
  }

  .site-header::before {
    inset: 0;
    border-radius: 34px;
  }

  .hero__content,
  .intro__layout,
  .contact,
  .services__grid,
  .process__grid,
  .testimonials__grid {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 820px) {
  body.header-hidden .site-header {
    transform: translateY(calc(-100% - 18px));
    opacity: 0;
    pointer-events: none;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero__content,
  .intro__layout,
  .contact,
  .services__grid,
  .process__grid,
  .testimonials__grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .hero__content {
    min-height: auto;
    padding-top: 132px;
    max-width: 100%;
    gap: 22px;
  }

  .hero__panel {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .case-card {
    grid-template-columns: 1fr;
  }

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

  .testimonials__summary,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .lightbox__stage {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
  }

  .lightbox__figure {
    width: min(68vw, calc(100vw - 160px));
    height: min(68vw, calc(100vw - 160px));
    min-width: 260px;
    min-height: 260px;
    max-height: calc(100vh - 240px);
  }
}

@media (max-width: 560px) {
  :root {
    --container: min(100% - 20px, 100%);
  }

  .hero {
    min-height: auto;
  }

  .site-header {
    gap: 14px;
    padding-top: 10px;
    justify-content: center;
  }

  .brand-mark {
    width: 60px;
    height: 60px;
  }

  .brand-copy strong {
    font-size: 1.05rem;
  }

  .header-actions {
    display: none;
  }

  .brand-lockup,
  .brand-copy {
    justify-items: center;
    text-align: center;
  }

  .btn {
    width: 100%;
  }

  .hero__actions,
  .contact__actions,
  .intro__actions,
  .site-footer__links {
    flex-direction: column;
    align-items: stretch;
  }

  .tag,
  .hero__actions,
  .hero__highlights {
    display: none;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 11vw, 3.25rem);
    max-width: 12ch;
  }

  .hero__content {
    min-height: auto;
    padding: 108px 20px 28px;
    gap: 18px;
  }

  .hero__copy {
    justify-items: center;
  }

  .hero p,
  .preloader__text {
    max-width: 100%;
  }

  .signal-card strong,
  .signal-card a,
  .signal-card p {
    text-align: center;
  }

  .preloader__wheel {
    width: 116px;
  }

  .floating-actions {
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  }

  .floating-actions a {
    width: 100%;
    height: 58px;
    border-radius: 18px;
    grid-auto-flow: column;
    gap: 10px;
    justify-content: center;
    padding: 0 18px;
  }

  .floating-actions span {
    display: inline;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.03em;
  }

  .lightbox {
    padding: 10px;
  }

  .lightbox__shell {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 14px;
    border-radius: 20px;
  }

  .lightbox__topbar,
  .lightbox__tools {
    justify-content: center;
  }

  .lightbox__tools {
    width: 100%;
  }

  .lightbox__tool,
  .lightbox__nav {
    min-width: 44px;
    min-height: 44px;
    padding: 0 12px;
  }

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

  .lightbox__nav {
    width: 100%;
  }

  .lightbox__figure {
    width: min(calc(100vw - 36px), calc(100vh - 300px));
    height: min(calc(100vw - 36px), calc(100vh - 300px));
    min-width: 0;
    min-height: 220px;
    max-width: 100%;
    max-height: calc(100vh - 300px);
  }

  .lightbox__figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
