/* ══════════════════════════════════════════════
   WRAP 99 — Premium Car Wrap Website
   Dark navy + electric purple brand
══════════════════════════════════════════════ */

/* ── Tokens ── */
:root {
  --navy:        #0A0A14;
  --navy-2:      #0F0F1E;
  --navy-3:      #141428;
  --navy-card:   #11111F;
  --purple:      #8B2BE2;
  --purple-bright: #9D3EF5;
  --purple-glow: #8B2BE240;
  --purple-dim:  #6320A8;
  --white:       #FFFFFF;
  --grey:        #A0A0B8;
  --grey-dim:    #606078;
  --border:      #1E1E38;
  --border-purple: #8B2BE230;

  --font-head: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;

  --radius: 12px;
  --radius-sm: 8px;
  --transition: 0.3s ease;

  --glow-sm: 0 0 20px #8B2BE240;
  --glow-md: 0 0 40px #8B2BE260, 0 0 80px #8B2BE220;
  --glow-lg: 0 0 60px #8B2BE280, 0 0 120px #8B2BE240;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; }

/* ── Shared ── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 100px 0; }

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

.section__label {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--purple-bright);
  margin-bottom: 12px;
}

.section__title {
  font-family: var(--font-head);
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.05;
  color: var(--white);
}
.section__title span { color: var(--purple-bright); }

.section__sub {
  color: var(--grey);
  max-width: 540px;
  margin: 16px auto 0;
  font-size: 17px;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.btn--primary {
  background: var(--purple);
  color: var(--white);
  border: 2px solid var(--purple);
}
.btn--primary:hover {
  background: var(--purple-bright);
  border-color: var(--purple-bright);
  transform: translateY(-2px);
}
.btn--glow:hover { box-shadow: var(--glow-md); }
.btn--ghost {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--border);
}
.btn--ghost:hover {
  border-color: var(--purple);
  color: var(--purple-bright);
}
.btn--full { width: 100%; justify-content: center; }


/* ════════════════════════════════════════
   NAV
════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: var(--transition);
}
.nav.scrolled {
  background: rgba(10, 10, 20, 0.95);
  backdrop-filter: blur(20px);
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.nav__logo {
  display: flex;
  align-items: center;
  line-height: 1;
}
.nav__logo img {
  height: 28px;
  width: auto;
  display: block;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav__links a {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey);
  transition: color var(--transition);
}
.nav__links a:hover { color: var(--white); }
.nav__cta {
  background: var(--purple) !important;
  color: var(--white) !important;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-style: italic;
}
.nav__cta:hover {
  background: var(--purple-bright) !important;
  box-shadow: var(--glow-sm);
}
.nav__right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.lang-toggle {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--white);
  border: 1px solid var(--purple);
  border-radius: var(--radius-sm);
  padding: 7px 14px;
  background: rgba(139, 43, 226, 0.18);
  transition: var(--transition);
}
.lang-toggle:hover {
  color: var(--white);
  background: var(--purple);
  box-shadow: var(--glow-sm);
}

.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

/* ── RTL (Arabic) ── */
html[dir="rtl"] .why-us__badge { right: auto; left: -20px; }
html[dir="rtl"] .why-us__list li { flex-direction: row-reverse; }
html[dir="rtl"] .service-card__badge { right: auto; left: 16px; }
html[dir="rtl"] .contact__detail { flex-direction: row-reverse; }
html[dir="rtl"] .hero__scroll { direction: ltr; }
html[dir="rtl"] .hero__live-panel { right: auto; left: max(24px, calc((100vw - 1200px) / 2 + 24px)); direction: rtl; }
.nav__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}


/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__car-img {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 120% 80% at 70% 60%,
    #3a0a6e 0%, #1a0540 30%, #0a0a14 70%);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(10, 10, 20, 0.85) 0%,
    rgba(10, 10, 20, 0.5) 50%,
    rgba(10, 10, 20, 0.2) 100%
  );
}

.hero__grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(139, 43, 226, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 43, 226, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to right, transparent, rgba(0,0,0,0.4) 30%, transparent 80%);
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 100px;
}

.hero__pre {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--purple-bright);
  margin-bottom: 20px;
}

.hero__logo {
  margin-bottom: 28px;
}
.hero__logo img {
  width: clamp(280px, 40vw, 560px);
  height: auto;
  filter: drop-shadow(0 0 60px #8B2BE280) drop-shadow(0 0 120px #8B2BE240);
}

.hero__tagline {
  font-family: var(--font-head);
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 44px;
}
.hero__tagline em {
  color: var(--purple-bright);
  font-style: italic;
}

.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero__live-panel {
  position: absolute;
  z-index: 1;
  top: 140px;
  right: max(24px, calc((100vw - 1200px) / 2 + 24px));
  width: 300px;
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid var(--purple-glow);
  background: rgba(15, 10, 30, 0.55);
  backdrop-filter: blur(16px);
  box-shadow: var(--glow-md);
  transition: var(--transition);
}
.hero__live-panel:hover {
  border-color: var(--purple);
  transform: translateY(-4px);
}
.hero__live-panel-glow {
  position: absolute;
  inset: -1px;
  border-radius: var(--radius);
  background: radial-gradient(ellipse at 50% 0%, #8B2BE230, transparent 70%);
  pointer-events: none;
}
.hero__live-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.hero__live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff3b5c;
  box-shadow: 0 0 0 0 rgba(255, 59, 92, 0.6);
  animation: liveDotPulse 1.6s ease-in-out infinite;
}
@keyframes liveDotPulse {
  0%   { box-shadow: 0 0 0 0 rgba(255, 59, 92, 0.6); }
  70%  { box-shadow: 0 0 0 8px rgba(255, 59, 92, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 59, 92, 0); }
}
.hero__live-header span:last-child {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff3b5c;
}
.hero__live-screen {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.hero__live-screen svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: var(--purple-bright);
}
.hero__live-screen p {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: var(--white);
}
.hero__live-sub {
  font-size: 13px;
  color: var(--grey);
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .hero { flex-direction: column; padding-bottom: 60px; }
  .hero__live-panel {
    position: static;
    order: 2;
    width: calc(100% - 48px);
    max-width: 420px;
    margin: 32px auto 0;
  }
}

.hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hero__scroll span {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey-dim);
}
.hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--purple), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.1); }
}


/* ════════════════════════════════════════
   SERVICES
════════════════════════════════════════ */
.services { background: var(--navy-2); }

.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.service-card {
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px;
  position: relative;
  transition: var(--transition);
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--purple-glow), transparent) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--transition);
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,0.4), var(--glow-sm); }
.service-card:hover::before { opacity: 1; }

.service-card--featured {
  border-color: var(--border-purple);
  background: linear-gradient(145deg, #15103A, #0F0F1E);
}
.service-card--featured:hover { box-shadow: 0 20px 60px rgba(0,0,0,0.4), var(--glow-md); }

.service-card__badge {
  position: absolute;
  top: 20px; right: 20px;
  background: var(--purple);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
}

.service-card__icon {
  width: 52px;
  height: 52px;
  color: var(--purple-bright);
  margin-bottom: 24px;
}
.service-card__icon svg { width: 100%; height: 100%; }

.service-card h3 {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.service-card p {
  color: var(--grey);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.service-card__link {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--purple-bright);
  transition: gap var(--transition);
}
.service-card__link:hover { gap: 8px; }


/* ════════════════════════════════════════
   STATS
════════════════════════════════════════ */
.stats {
  background: linear-gradient(135deg, var(--purple-dim) 0%, #1a0a3e 50%, var(--purple-dim) 100%);
  border-top: 1px solid var(--border-purple);
  border-bottom: 1px solid var(--border-purple);
  padding: 60px 24px;
}

.stats__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
}

.stat {
  text-align: center;
}
.stat__num {
  font-family: var(--font-head);
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 900;
  font-style: italic;
  color: var(--white);
  line-height: 1;
}
.stat__plus {
  font-family: var(--font-head);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  font-style: italic;
  color: var(--purple-bright);
}
.stat p {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 6px;
}
.stat__divider {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.15);
}


/* ════════════════════════════════════════
   WHY US
════════════════════════════════════════ */
.why-us { background: var(--navy); }

.why-us--highlight {
  background: radial-gradient(ellipse at 30% 20%, #2a0a5e 0%, var(--navy) 60%);
  border-top: 1px solid var(--purple-glow);
  border-bottom: 1px solid var(--purple-glow);
  position: relative;
}
.why-us--highlight .why-us__img-accent {
  border-width: 3px;
  opacity: 0.6;
  box-shadow: var(--glow-lg);
}
.why-us--highlight .why-us__badge {
  box-shadow: var(--glow-lg);
}
.why-us--highlight .section__title {
  font-size: clamp(36px, 5vw, 56px);
}
.why-us--highlight .btn--glow {
  box-shadow: var(--glow-md);
}

.why-us__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.why-us__visual { position: relative; }
.why-us__img-wrap {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--navy-3);
}
.why-us__img-wrap.no-img {
  background: radial-gradient(ellipse at 50% 50%, #2a0a5e, var(--navy-3));
}
.why-us__img-accent {
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--radius) + 2px);
  border: 2px solid var(--purple);
  opacity: 0.3;
  pointer-events: none;
}

.why-us__badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--purple);
  border-radius: var(--radius);
  padding: 20px 24px;
  text-align: center;
  box-shadow: var(--glow-md);
}
.why-us__badge-num {
  font-family: var(--font-head);
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
  display: block;
  line-height: 1;
}
.why-us__badge-txt {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  line-height: 1.3;
}

.why-us__intro {
  color: var(--grey);
  font-size: 17px;
  margin-bottom: 36px;
}

.why-us__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.why-us__list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.why-us__icon {
  color: var(--purple-bright);
  font-size: 18px;
  line-height: 1.5;
  flex-shrink: 0;
}
.why-us__list strong {
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 4px;
}
.why-us__list p { color: var(--grey); font-size: 15px; }


/* ════════════════════════════════════════
   GALLERY
════════════════════════════════════════ */
.gallery { background: var(--navy-2); padding-bottom: 0; }
.gallery .container { padding-bottom: 0; }

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 300px 300px;
  gap: 4px;
  margin-top: 0;
}

.gallery__item {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 50%, #1a0a3e 0%, #0d0d1f 100%);
}
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }

.gallery__item img {
  transition: transform 0.6s ease;
}
.gallery__item:hover img { transform: scale(1.05); }

.gallery__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,20,0.9), transparent);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity var(--transition);
}
.gallery__item:hover .gallery__overlay { opacity: 1; }
.gallery__overlay span {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
}


/* ════════════════════════════════════════
   TESTIMONIALS
════════════════════════════════════════ */
.testimonials { background: var(--navy); }

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.testimonial {
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: var(--transition);
}
.testimonial:hover {
  border-color: var(--border-purple);
  transform: translateY(-4px);
}

.testimonial--featured {
  border-color: var(--border-purple);
  background: linear-gradient(145deg, #15103A, #0F0F1E);
  box-shadow: var(--glow-sm);
}

.testimonial__stars {
  color: var(--purple-bright);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.testimonial > p {
  color: var(--grey);
  font-size: 16px;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--purple-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 800;
  color: var(--white);
  flex-shrink: 0;
}
.testimonial__author strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.testimonial__author span {
  font-size: 13px;
  color: var(--grey);
}


/* ════════════════════════════════════════
   CONTACT / QUOTE
════════════════════════════════════════ */
.contact { background: var(--navy-2); }

.contact__layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}

.contact__info p {
  color: var(--grey);
  font-size: 17px;
  margin: 16px 0 36px;
}

.contact__details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__detail {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.contact__detail-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.contact__detail strong { display: block; font-size: 15px; font-weight: 600; margin-bottom: 2px; }
.contact__detail p { color: var(--grey); font-size: 15px; }

/* Form */
.quote-form {
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px;
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.form-group label {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: var(--navy-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
  -webkit-appearance: none;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238B2BE2' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}
.form-group select option { background: var(--navy-3); }

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

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px var(--purple-glow);
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--grey-dim); }

.form__note {
  text-align: center;
  font-size: 13px;
  color: var(--grey-dim);
  margin-top: 14px;
}


/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
.footer {
  background: var(--navy);
  border-top: 1px solid var(--border);
}

.footer__top {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  padding: 64px 24px;
}

.footer__brand p {
  color: var(--grey);
  font-size: 15px;
  max-width: 320px;
  margin: 16px 0 28px;
  line-height: 1.7;
}

.footer__socials {
  display: flex;
  gap: 16px;
}
.footer__socials a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey);
  transition: var(--transition);
}
.footer__socials a svg { width: 18px; height: 18px; }
.footer__socials a:hover {
  border-color: var(--purple);
  color: var(--purple-bright);
  box-shadow: var(--glow-sm);
}

.footer__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.footer__col h4 {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}
.footer__col ul { display: flex; flex-direction: column; gap: 12px; }
.footer__col a {
  font-size: 15px;
  color: var(--grey);
  transition: color var(--transition);
}
.footer__col a:hover { color: var(--purple-bright); }

.footer__bottom {
  border-top: 1px solid var(--border);
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer__bottom p { font-size: 14px; color: var(--grey-dim); }


/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 1024px) {
  .why-us__layout { grid-template-columns: 1fr; gap: 60px; }
  .why-us__visual { max-width: 480px; }
  .contact__layout { grid-template-columns: 1fr; gap: 60px; }
  .footer__top { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .section { padding: 72px 0; }

  .nav__links { display: none; }
  .nav__links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 20, 0.98);
    backdrop-filter: blur(20px);
    align-items: center;
    justify-content: center;
    gap: 32px;
    z-index: 99;
  }
  .nav__links.open a { font-size: 28px; }
  .nav__hamburger { display: flex; position: relative; z-index: 100; }

  .gallery__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gallery__item--tall { grid-row: span 1; }
  .gallery__item--wide { grid-column: span 2; }

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

  .stats__inner { gap: 32px; }
  .stat__divider { display: none; }

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

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

@media (max-width: 480px) {
  .gallery__grid { grid-template-columns: 1fr; }
  .gallery__item--wide { grid-column: span 1; }
  .quote-form { padding: 24px 20px; }
}
