﻿@font-face {
  font-family: Cairo;
  src: url("../fonts/Cairo-Regular.woff2");
}
@font-face {
  font-family: Cairo;
  src: url("../fonts/Cairo-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: Cairo;
  src: url("../fonts/Cairo-ExtraBold.woff2");
  font-weight: 800;
}
:root {
  --b: #030305;
  --s: #0b0b0f;
  --c: #121218;
  --r: #d90416;
  --rn: #ff1e2d;
  --bl: #1d7cff;
  --m: #b8b8c2;
  --line: #ffffff18;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  background: var(--b);
  color: #fff;
  font-family: Cairo, sans-serif;
  direction: rtl;
  overflow-x: hidden;
  line-height: 1.8;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 20%, #d9041614, transparent 28%),
    radial-gradient(circle at 85% 75%, #1d7cff0c, transparent 25%);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  font: inherit;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.section {
  padding: 105px 0;
  position: relative;
}
.section-tight {
  padding: 60px 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ff6570;
  font-weight: 700;
  font-size: 0.84rem;
}
.eyebrow:before {
  content: "";
  width: 27px;
  height: 2px;
  background: linear-gradient(90deg, var(--bl), var(--rn));
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.35;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  margin-bottom: 16px;
}
h3 {
  font-size: 1.27rem;
}
.lead,
.muted,
.card p {
  color: var(--m);
}
.lead {
  font-size: 1.06rem;
  max-width: 720px;
}
.section-head {
  margin-bottom: 42px;
}
.center {
  text-align: center;
}
.center .lead {
  margin-inline: auto;
}
.accent {
  color: var(--rn);
}
.nav {
  position: fixed;
  inset: 15px 0 auto;
  z-index: 1000;
}
.nav-inner {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: #07070abf;
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px #0006;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  min-width: max-content;
}
.brand img {
  width: 58px;
  height: 50px;
  object-fit: contain;
}
.brand strong {
  display: block;
}
.brand small {
  display: block;
  color: var(--m);
  font-size: 0.66rem;
  line-height: 1.25;
}
.nav-links {
  display: flex;
  gap: 23px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-links a {
  position: relative;
  color: #ddd;
  font-size: 0.9rem;
  white-space: nowrap;
}
.nav-links a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--rn), var(--bl));
  transition: 0.3s;
}
.nav-links a:hover:after,
.nav-links a.active:after {
  width: 100%;
}
.menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: #111;
  color: #fff;
  border-radius: 12px;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 51px;
  padding: 11px 23px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 700;
  overflow: hidden;
  transition: 0.25s;
}
.btn:after {
  content: "";
  position: absolute;
  top: -100%;
  left: -35%;
  width: 30%;
  height: 300%;
  background: #ffffff2b;
  transform: rotate(28deg);
  transition: 0.55s;
}
.btn:hover:after {
  left: 120%;
}
.btn:hover {
  transform: translateY(-3px);
}
.btn-primary {
  background: linear-gradient(135deg, var(--rn), #8b000b);
  box-shadow: 0 10px 30px #d904164d;
}
.btn-ghost {
  border-color: #ffffff2d;
  background: #ffffff09;
}
.btn-sm {
  min-height: 43px;
  padding: 8px 16px;
  font-size: 0.83rem;
}
.wa-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex: none;
}
.hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 135px 0 65px;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(90deg, #030305f2, #030305a6 45%, transparent 72%);
}
.hero:before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  left: 45%;
  top: 14%;
  border: 2px solid #ff1e2d7a;
  border-left-color: transparent;
  border-bottom-color: #1d7cff30;
  border-radius: 50%;
  filter: drop-shadow(0 0 18px #ff1e2d66);
  z-index: -2;
  animation: spin 18s linear infinite;
}
.hero:after {
  content: "";
  position: absolute;
  width: 700px;
  height: 350px;
  left: 40%;
  top: 30%;
  background: radial-gradient(
    ellipse,
    #d9041661,
    #8b000b1f 45%,
    transparent 70%
  );
  filter: blur(38px);
  z-index: -3;
  animation: smoke 7s ease-in-out infinite alternate;
}
.hero-car {
  position: absolute;
  left: -2%;
  bottom: 2%;
  width: min(66vw, 980px);
  z-index: -1;
  filter: drop-shadow(0 30px 45px #000e);
  animation: float 6s ease-in-out infinite;
}
.hero-content {
  max-width: 620px;
  z-index: 2;
}
.hero h1 {
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  margin-bottom: 18px;
  text-shadow: 0 8px 30px #000;
}
.type-line {
  display: block;
  color: var(--rn);
  min-height: 1.45em;
  font-size: 0.7em;
}
.cursor {
  color: #fff;
  animation: blink 0.75s steps(1) infinite;
}
.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 27px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 27px;
}
.trust-badge {
  padding: 7px 12px;
  border: 1px solid var(--line);
  background: #0f0f1499;
  backdrop-filter: blur(10px);
  border-radius: 999px;
  font-size: 0.7rem;
}
.trust-badge:before {
  content: "✓";
  color: var(--rn);
  margin-left: 6px;
}
.particles {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(circle, #ff1e2dcc 1px, transparent 1.5px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to left, #000, transparent 70%);
  animation: particles 18s linear infinite;
  opacity: 0.22;
}
.service-strip {
  position: relative;
  z-index: 5;
  margin-top: -35px;
}
.strip-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #0f0f14d9;
  border: 1px solid #ff1e2d40;
  backdrop-filter: blur(16px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px #000;
}
.strip-item {
  padding: 23px 9px;
  text-align: center;
  border-left: 1px solid var(--line);
  font-size: 0.87rem;
  transition: 0.3s;
}
.strip-item span {
  display: block;
  color: var(--rn);
  font-size: 1.35rem;
}
.strip-item:hover {
  background: #d9041617;
  transform: translateY(-3px);
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
.card {
  position: relative;
  background: linear-gradient(145deg, #16161df2, #0a0a0ef2);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 70px #0007;
  transition: 0.35s;
}
.card:hover {
  transform: translateY(-9px);
  border-color: #ff1e2d80;
  box-shadow: 0 25px 65px #8b000b38;
}
.card-media {
  height: 240px;
  overflow: hidden;
  position: relative;
}
.card-media:after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, var(--c));
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.card:hover .card-media img {
  transform: scale(1.07);
}
.card-body {
  padding: 24px;
}
.card-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--r), #8b000b);
  box-shadow: 0 0 25px #d9041659;
  border-radius: 14px;
  font-size: 1.25rem;
  margin-top: -48px;
  margin-bottom: 17px;
  position: relative;
}
.cards .featured {
  grid-column: span 2;
}
.cards .featured .card-media {
  height: 295px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
.visual {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #ff1e2d40;
  box-shadow: 0 30px 90px #000;
}
.visual img {
  width: 100%;
  min-height: 490px;
  object-fit: cover;
}
.visual:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(145deg, transparent 50%, #8b000b8c);
}
.visual:after {
  content: "";
  position: absolute;
  inset: 8%;
  z-index: 2;
  border: 1px solid #ff1e2d47;
  border-radius: 50%;
  box-shadow:
    inset 0 0 40px #d9041633,
    0 0 40px #d9041633;
}
.feature-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.feature-list li {
  display: flex;
  gap: 11px;
  color: #ddd;
}
.feature-list li:before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--rn);
  box-shadow: 0 0 15px var(--rn);
  flex: none;
}
.dark-panel {
  background: linear-gradient(145deg, #121218eb, #050508f5);
  border-block: 1px solid #ffffff0f;
}

.gallery-wrap {
  overflow: hidden;
}
.gallery-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: marquee 34s linear infinite;
}
.gallery-track:hover {
  animation-play-state: paused;
}
.gallery-item {
  width: 380px;
  height: 285px;
  overflow: hidden;
  border: 1px solid #ff1e2d61;
  border-radius: 20px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 18px;
}
.team-card {
  height: 430px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
}
.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-card:after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, #030305f2);
}
.team-card p {
  position: absolute;
  right: 22px;
  bottom: 5px;
  z-index: 2;
  font-weight: 700;
}
.parallax {
  min-height: 520px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(#030305a6, #030305cc),
    url("../images/volkswagen eos scirroco for hero section.webp") center/cover
      fixed;
}
.glass-box {
  max-width: 760px;
  padding: 55px;
  text-align: center;
  border: 1px solid #ff1e2d47;
  background: #050508a6;
  backdrop-filter: blur(15px);
  border-radius: 28px;
}
.faq-list {
  max-width: 900px;
  margin: auto;
  display: grid;
  gap: 12px;
}
.faq {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #121218bf;
  overflow: hidden;
}
.faq button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: right;
  color: #fff;
  background: none;
  border: 0;
  padding: 21px 23px;
  font-weight: 700;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s;
}
.faq-answer p {
  padding: 0 23px 22px;
  margin: 0;
  color: var(--m);
}
.page-hero {
  padding: 180px 0 90px;
  min-height: 480px;
  display: grid;
  align-items: end;
  background:
    radial-gradient(circle at 20% 50%, #d904162e, transparent 35%), #08080b;
}
.page-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.7rem);
}
.breadcrumb {
  color: var(--m);
}
.service-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
}
.sticky-visual {
  position: sticky;
  top: 115px;
  height: 650px;
  border-radius: 28px;
  overflow: hidden;
}
.sticky-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-detail {
  padding: 30px 0 60px;
  border-bottom: 1px solid #ff1e2d2e;
}
.service-detail img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 20px;
  margin: 20px 0;
}
.article {
  max-width: 860px;
  margin: auto;
}
.article-cover {
  width: 100%;
  height: min(520px, 55vw);
  object-fit: cover;
  border-radius: 28px;
  margin-bottom: 35px;
}
.article h2 {
  font-size: 2rem;
  margin-top: 42px;
}
.article p,
.article li {
  color: #d0d0d7;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.contact-card {
  padding: 38px;
  text-align: center;
  border: 1px solid var(--line);
  background: var(--c);
  border-radius: 24px;
}
.cta {
  padding: 70px 30px;
  text-align: center;
  border-block: 1px solid #ff1e2d38;
  background:
    radial-gradient(circle at 50% 100%, #d9041638, transparent 45%), #08080b;
}
.cta .actions {
  justify-content: center;
}
.footer {
  padding: 60px 0 25px;
  background: #050507;
  border-top: 1px solid var(--line);
  text-align: center;
}
.footer .brand {
  justify-content: center;
  margin: 0 0 25px;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}
.powered {
  direction: ltr;
  display: flex;
  justify-content: center;
  gap: 25px;
  color: #888;
  font-size: 0.78rem;
}

.powered span a{
  color: #ff1e2d;
  font-weight:700
}

.powered span a:hover{
  color: #d90416;
}
.floating-wa {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1100;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  animation: pulse 2s infinite;
}
.floating-wa .wa-icon {
  width: 31px;
  height: 31px;
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.7s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes smoke {
  to {
    transform: translate(30px, -20px) scale(1.12);
  }
}
@keyframes float {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes particles {
  to {
    background-position: 200px -300px;
  }
}
@keyframes marquee {
  to {
    transform: translateX(50%);
  }
}
@keyframes pulse {
  50% {
    box-shadow: 0 0 0 15px transparent;
  }
}
@media (max-width: 980px) {
  .nav-links,
  .nav .btn-sm {
    display: none;
  }
  .menu-btn {
    display: block;
  }
  .nav-links.open {
    display: flex;
    position: absolute;
    top: 86px;
    right: 20px;
    left: 20px;
    padding: 25px;
    flex-direction: column;
    background: #08080bf7;
  }
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .split {
    gap: 35px;
  }
  .service-layout {
    grid-template-columns: 1fr;
  }
  .sticky-visual {
    position: relative;
    top: 0;
  }
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .container {
    width: min(100% - 28px, 1180px);
  }
  .section {
    padding: 76px 0;
  }
  .brand small {
    display: none;
  }
  .hero {
    min-height: 900px;
    padding-top: 125px;
  }
  .hero h1 {
    font-size: 2.32rem;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .hero-car {
    width: 125vw;
    left: -35%;
    bottom: 9%;
    opacity: 0.66;
  }
  .trust-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .cards,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .cards .featured {
    grid-column: auto;
  }
  .visual img {
    min-height: 350px;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-card {
    height: 340px;
  }
  .parallax {
    background-attachment: scroll;
  }
  .page-hero {
    padding: 145px 0 65px;
  }
  .powered {
    flex-direction: column;
    gap: 4px;
  }
}

/* Hero viewport refinement */
.hero {
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  padding-block: 112px 34px;
}
.service-strip {
  margin-top: 0;
  padding-top: 24px;
}
@media (max-width: 980px) {
  .hero {
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
    padding: 108px 0 24px;
    align-items: center;
  }
  .hero-car {
    bottom: 0;
  }
}
@media (max-width: 700px) {
  .hero {
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
    padding: 92px 0 16px;
    align-items: start;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero h1 {
    font-size: clamp(1.85rem, 8.4vw, 2.25rem);
    margin-bottom: 10px;
  }
  .hero .lead {
    font-size: 0.82rem;
    line-height: 1.7;
    margin-bottom: 0;
  }
  .hero-actions {
    margin-top: 15px;
    gap: 8px;
  }
  .hero-actions .btn {
    min-height: 46px;
  }
  .trust-row {
    margin-top: 14px;
    gap: 5px;
  }
  .trust-badge {
    padding: 4px 8px;
    font-size: 0.59rem;
  }
  .hero-car {
    width: 118vw;
    left: -31%;
    bottom: -2%;
    opacity: 0.58;
  }
  .service-strip {
    padding-top: 14px;
  }
}
@media (max-width: 700px) and (max-height: 720px) {
  .hero {
    padding-top: 82px;
  }
  .hero h1 {
    font-size: 1.7rem;
  }
  .hero .lead {
    font-size: 0.73rem;
    line-height: 1.55;
  }
  .hero-actions {
    flex-wrap: nowrap;
  }
  .hero-actions .btn {
    width: auto;
    flex: 1;
    padding: 8px 10px;
    font-size: 0.72rem;
  }
  .trust-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .trust-badge {
    padding: 2px 5px;
    font-size: 0.52rem;
  }
  .hero-car {
    opacity: 0.45;
  }
}

.hero-content {
  margin-right: auto;
  margin-left: 0;
}
.hero-car {
  right: -2%;
  left: auto;
}
@media (max-width: 980px) {
  .hero-car {
    right: -20%;
    left: auto;
  }
}
@media (max-width: 700px) {
  .hero-car {
    right: -31%;
    left: auto;
  }
}

/* RTL hero placement, image integrity and priority services */
.nav-inner {
  height: 92px;
}
.brand img {
  width: 100px;
  height: 74px;
}
.hero {
  background: linear-gradient(
    270deg,
    #030305f2,
    #030305a6 45%,
    transparent 72%
  );
}
.hero-content {
  margin-right: 0;
  margin-left: auto;
}
.hero-car {
  left: -2%;
  right: auto;
}
.card-media {
  height: auto;
  aspect-ratio: 4/3;
  background: #08080c;
}
.cards .featured .card-media {
  height: auto;
}
.card-media img {
  object-fit: contain;
}
.visual {
  aspect-ratio: 4/3;
  background: #08080c;
}
.visual img {
  height: 100%;
  min-height: 0;
  object-fit: contain;
}
.service-detail img {
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
  background: #08080c;
}
.sticky-visual {
  background: #08080c;
}
.sticky-visual img {
  object-fit: contain;
}
.article-cover {
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
  background: #08080c;
}
.gallery-item {
  height: auto;
  aspect-ratio: 1/1;
  background: #08080c;
}
.gallery-item img {
  object-fit: contain;
}
.team-card {
  height: auto;
  aspect-ratio: 3/4;
  background: #08080c;
}
.team-card img {
  object-fit: contain;
}
.focus-card {
  border-color: #ff1e2d73;
  box-shadow: 0 24px 80px #8b000b42;
}
.focus-card .card-media:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #ff1e2d38;
  z-index: 2;
  pointer-events: none;
}
.focus-label {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  padding: 6px 12px;
  border-radius: 999px;
  background: #d90416e8;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  box-shadow: 0 0 22px #d9041680;
}
@media (max-width: 980px) {
  .hero-car {
    left: -20%;
    right: auto;
  }
}
@media (max-width: 700px) {
  .nav-inner {
    height: 80px;
  }
  .brand img {
    width: 80px;
    height: 60px;
  }
  .hero {
    padding-top: 98px;
  }
  .hero-car {
    left: -31%;
    right: auto;
  }
  .visual {
    aspect-ratio: 4/3;
  }
  .team-card {
    aspect-ratio: 3/4;
  }
}
.card:hover .card-media img {
  transform: none;
}
.priority-service {
  padding: 38px 26px 60px;
  margin-block: 18px;
  border: 1px solid #ff1e2d4d;
  border-radius: 24px;
  background: linear-gradient(145deg, #d904160d, transparent 60%);
  box-shadow: 0 20px 70px #0005;
}
.priority-service h2 {
  color: #fff;
  text-shadow: 0 0 25px #d9041640;
}

.hero-car {
  margin-bottom: -40px;
}

/* Compensate for transparent padding inside the logo asset */
.brand img {
  transform: scale(1.45);
  transform-origin: center;
}
@media (max-width: 700px) {
  .brand img {
    transform: scale(1.35);
  }
}

/* Desktop service columns */
.service-showcase {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 19px;
  align-items: start;
}
.service-column {
  display: grid;
  gap: 19px;
  align-content: start;
}
.service-showcase .card,
.service-showcase .featured {
  grid-column: auto;
}
@media (max-width: 700px) {
  .service-showcase {
    grid-template-columns: 1fr;
  }
  .service-column-main,
  .service-column-secondary {
    display: contents;
  }
}

/* Light team showcase */
.team-section-light {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, #f7f4f1 0%, #eceef3 55%, #f8f8fa 100%);
  color: #0b0b0f;
}
.team-section-light:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(#11111108 1px, transparent 1px),
    linear-gradient(90deg, #11111108 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 20%,
    #000 80%,
    transparent
  );
}
.team-section-light .section-head {
  position: relative;
  z-index: 2;
}
.team-section-light h2 {
  color: #09090d;
}
.team-section-light .lead {
  color: #5f626c;
}
.team-section-light .eyebrow {
  color: #b70616;
}
.team-values {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.team-values span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border: 1px solid #11111114;
  border-radius: 999px;
  background: #ffffffb8;
  color: #292a30;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 8px 25px #18182012;
  backdrop-filter: blur(8px);
}
.team-values span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d90416;
  box-shadow: 0 0 12px #d9041680;
}
.team-section-light .team-grid {
  position: relative;
  z-index: 2;
}
.team-section-light .team-card {
  border-color: #ffffffcc;
  box-shadow: 0 20px 45px #15151d24;
  transition:
    transform 0.4s ease,
    border-color 0.4s ease;
  animation: teamCardGlow 5s ease-in-out infinite;
}
.team-section-light .team-card:nth-child(2) {
  animation-delay: -1.7s;
}
.team-section-light .team-card:nth-child(3) {
  animation-delay: -3.4s;
}
.team-section-light .team-card:hover {
  transform: translateY(-10px) rotate(0.35deg);
  border-color: #d9041666;
}
.team-section-light .team-card p {
  color: #fff;
  text-shadow: 0 2px 12px #000;
}
.team-orb {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.48;
  pointer-events: none;
}
.team-orb-red {
  width: 340px;
  height: 340px;
  right: -110px;
  top: -100px;
  background: radial-gradient(circle, #ff1e2d4f, transparent 68%);
  animation: teamOrbRed 9s ease-in-out infinite alternate;
}
.team-orb-blue {
  width: 300px;
  height: 300px;
  left: -90px;
  bottom: -100px;
  background: radial-gradient(circle, #1d7cff3d, transparent 68%);
  animation: teamOrbBlue 11s ease-in-out infinite alternate;
}
@keyframes teamOrbRed {
  to {
    transform: translate(-70px, 85px) scale(1.12);
  }
}
@keyframes teamOrbBlue {
  to {
    transform: translate(80px, -60px) scale(0.9);
  }
}
@keyframes teamCardGlow {
  0%,
  100% {
    box-shadow: 0 20px 45px #15151d24;
  }
  50% {
    box-shadow: 0 25px 60px #d9041624;
  }
}
@media (max-width: 700px) {
  .team-values {
    gap: 7px;
  }
  .team-values span {
    padding: 6px 10px;
    font-size: 0.68rem;
  }
  .team-orb {
    opacity: 0.3;
  }
  .team-section-light .team-card:hover {
    transform: translateY(-5px);
  }
}

/* Center the leading team card vertically and horizontally */
@media (min-width: 981px) {
  .team-section-light .team-grid {
    grid-template-columns: 0.86fr 1.15fr 0.86fr;
    align-items: center;
  }
  .team-section-light .team-card:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }
  .team-section-light .team-card:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
  .team-section-light .team-card:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }
}

/* Centered home blog preview and FAQ controls */
.blog-preview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  margin-inline: auto;
}
.faq button:after {
  content: "+";
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background: #d9041617;
  border: 1px solid #ff1e2d52;
  color: #ff1e2d;
  font-size: 1.35rem;
  line-height: 1;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}
.faq.open button:after {
  content: "−";
  transform: rotate(180deg);
  background: #d904162b;
}
@media (max-width: 700px) {
  .blog-preview-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
  .faq button:after {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }
}

/* Pixel-perfect FAQ icons and centered gallery CTA */
.gallery-cta {
  justify-content: center;
}
.faq button {
  cursor: pointer;
}
.faq button:after {
  content: "";
  cursor: pointer;
  background-color: #d9041617;
  background-image:
    linear-gradient(#ff1e2d, #ff1e2d), linear-gradient(#ff1e2d, #ff1e2d);
  background-repeat: no-repeat;
  background-position: center;
  background-size:
    12px 2px,
    2px 12px;
  transform: none;
}
.faq.open button:after {
  content: "";
  background-color: #d904162b;
  background-image: linear-gradient(#ff1e2d, #ff1e2d);
  background-size: 12px 2px;
  transform: none;
}

/* Reliable FAQ plus/minus control */
.faq button:after {
  display: none !important;
}
.faq-toggle {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid #ff1e2d66;
  border-radius: 50%;
  background: #d904161c;
  cursor: pointer;
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}
.faq-toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: #ff1e2d;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.faq-toggle i:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq.open .faq-toggle {
  background: #d9041630;
  border-color: #ff1e2d99;
}
.faq.open .faq-toggle i:last-child {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}
@media (max-width: 700px) {
  .faq-toggle {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }
}

/* Center the leading card in the About team gallery */
@media (min-width: 981px) {
  .about-team-section .team-grid {
    grid-template-columns: 0.86fr 1.15fr 0.86fr;
    align-items: center;
  }
  .about-team-section .team-card:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }
  .about-team-section .team-card:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
  .about-team-section .team-card:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }
}

/* Final mobile layout pass — desktop remains untouched */
@media (max-width: 700px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }
  body {
    font-size: 15px;
  }
  .container {
    width: calc(100% - 28px);
  }
  .nav {
    inset: 8px 0 auto;
  }
  .nav-inner {
    width: calc(100% - 20px);
    height: 72px;
    padding: 7px 10px;
    gap: 8px;
    border-radius: 16px;
  }
  .nav .brand {
    min-width: 0;
    gap: 5px;
    margin-left: auto;
  }
  .nav .brand img {
    width: 70px;
    height: 52px;
    transform: scale(1.2);
  }
  .nav .brand strong {
    font-size: 0.84rem;
    white-space: nowrap;
  }
  .menu-btn {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }
  .nav-links.open {
    top: 78px;
    right: 10px;
    left: 10px;
    gap: 8px;
    padding: 18px;
    border-radius: 16px;
  }
  .nav-links.open a {
    padding: 8px 10px;
  }
  .hero {
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
    padding: 88px 0 12px;
    align-items: start;
  }
  .hero .container {
    width: 100%;
    padding-inline: 16px;
  }
  .hero-content {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .hero .eyebrow {
    font-size: 0.68rem;
    margin-bottom: 5px;
  }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.65rem, 8vw, 2.05rem);
    line-height: 1.28;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
  }
  .type-line {
    font-size: 0.68em;
    min-height: 1.35em;
  }
  .hero .lead {
    max-width: 100%;
    font-size: 0.75rem;
    line-height: 1.58;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-top: 12px;
  }
  .hero-actions .btn {
    width: 100%;
    min-height: 43px;
    padding: 7px 8px;
    font-size: 0.69rem;
    border-radius: 11px;
    white-space: nowrap;
  }
  .hero-actions .wa-icon {
    width: 17px;
    height: 17px;
  }
  .trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px;
  }
  .trust-badge {
    padding: 3px 7px;
    font-size: 0.52rem;
  }
  .hero-car {
    width: 122vw;
    left: -30%;
    right: auto;
    bottom: -2%;
    margin-bottom: -40px;
    opacity: 0.5;
    pointer-events: none;
  }
  .hero:before {
    width: 360px;
    height: 360px;
    left: -8%;
    top: 49%;
  }
  .hero:after {
    width: 430px;
    height: 250px;
    left: -15%;
    top: 52%;
    filter: blur(30px);
  }
  .service-strip {
    width: calc(100% - 28px);
    padding-top: 12px;
  }
  .strip-grid {
    grid-template-columns: repeat(5, minmax(132px, 1fr));
    border-radius: 15px;
  }
  .strip-item {
    padding: 16px 8px;
    font-size: 0.72rem;
  }
  .section {
    padding: 64px 0;
  }
  .section-head {
    margin-bottom: 30px;
  }
  h2 {
    font-size: clamp(1.7rem, 8vw, 2.25rem);
  }
  .lead {
    font-size: 0.94rem;
  }
  .service-showcase {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .service-column {
    gap: 15px;
  }
  .service-column-main,
  .service-column-secondary {
    display: contents;
  }
  .card {
    border-radius: 19px;
  }
  .card-body {
    padding: 20px;
  }
  .card-body h3 {
    font-size: 1.15rem;
  }
  .card-media {
    aspect-ratio: 4/3;
  }
  .focus-label {
    top: 11px;
    right: 11px;
    padding: 4px 9px;
    font-size: 0.63rem;
  }
  .gallery-wrap {
    mask-image: none;
  }
  .gallery-track {
    gap: 12px;
  }
  .gallery-item {
    width: min(82vw, 320px);
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .team-card {
    width: min(100%, 360px);
    margin-inline: auto;
    aspect-ratio: 3/4;
  }
  .team-section-light .section-head {
    margin-bottom: 26px;
  }
  .team-values {
    margin-top: 17px;
  }
  .parallax {
    min-height: 410px;
    padding-inline: 14px;
  }
  .glass-box {
    width: 100%;
    padding: 28px 18px;
    border-radius: 20px;
  }
  .faq-list {
    gap: 9px;
  }
  .faq button {
    align-items: center;
    padding: 16px 15px;
    font-size: 0.82rem;
    line-height: 1.65;
  }
  .faq-answer p {
    padding: 0 15px 17px;
    font-size: 0.8rem;
  }
  .blog-preview-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 520px;
  }
  .page-hero {
    min-height: 360px;
    padding: 125px 0 52px;
  }
  .page-hero h1 {
    font-size: 2.15rem;
  }
  .service-layout {
    gap: 28px;
  }
  .sticky-visual {
    height: auto;
    aspect-ratio: 4/3;
  }
  .service-detail {
    padding: 25px 0 45px;
  }
  .priority-service {
    padding: 28px 17px 45px;
    margin-inline: -4px;
  }
  .contact-card {
    padding: 27px 18px;
  }
  .article {
    width: calc(100% - 28px);
  }
  .article h2 {
    font-size: 1.45rem;
  }
  .cta {
    padding: 52px 16px;
  }
  .cta .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .footer {
    padding: 48px 14px 22px;
  }
  .footer .brand {
    gap: 5px;
    margin-bottom: 20px;
  }
  .footer .brand img {
    width: 72px;
    height: 54px;
    transform: scale(1.2);
  }
  .footer-links {
    gap: 10px 16px;
    font-size: 0.78rem;
  }
  .powered {
    gap: 5px;
    line-height: 1.7;
  }
  .floating-wa {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 370px) {
  .nav .brand strong {
    font-size: 0.76rem;
  }
  .nav .brand img {
    width: 62px;
    transform: scale(1.15);
  }
  .hero {
    padding-top: 84px;
  }
  .hero h1 {
    font-size: 1.55rem;
  }
  .hero .lead {
    font-size: 0.7rem;
  }
  .hero-actions .btn {
    font-size: 0.63rem;
  }
  .trust-badge {
    font-size: 0.48rem;
  }
}

/* Remove structural horizontal overflow on phones */
@media (max-width: 700px) {
  html,
  body {
    overflow-x: hidden !important;
  }
  .hero {
    contain: layout paint;
  }
  .hero-car {
    width: 100%;
    left: 0;
    right: 0;
    margin-inline: 0;
  }
  .hero-car img {
    width: 100%;
    max-width: 100%;
    transform: none;
  }
  .strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
  }
  .strip-item {
    min-width: 0;
    border-bottom: 1px solid var(--line);
  }
  .strip-item:nth-child(2n) {
    border-left: 0;
  }
  .strip-item:last-child {
    grid-column: 1/-1;
    border-bottom: 0;
  }
  .gallery-wrap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    contain: layout paint;
    direction: ltr;
  }
  .gallery-track {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    animation: none;
    transform: none;
    direction: ltr;
  }
  .gallery-item {
    width: 100%;
    max-width: 100%;
  }
  .team-orb {
    display: none;
  }
}

/* Mobile hero: remove empty upper space and improve readability */
@media (max-width: 700px) {
  .hero > .container {
    position: absolute;
    z-index: 3;
    top: 100px;
    right: 0;
    left: 0;
    width: 100%;
    padding-inline: 16px;
  }
  .hero h1 {
    font-size: clamp(1.82rem, 8.7vw, 2.22rem);
    line-height: 1.26;
  }
  .hero .lead {
    font-size: 0.82rem;
    line-height: 1.62;
  }
  .hero .eyebrow {
    font-size: 0.72rem;
  }
  .type-line {
    font-size: 0.7em;
  }
}
@media (max-width: 370px) {
  .hero > .container {
    top: 92px;
  }
  .hero h1 {
    font-size: 1.7rem;
  }
  .hero .lead {
    font-size: 0.76rem;
  }
}

/* Mobile-only editorial hero order: copy, car, actions */
.hero-car-mobile {
  display: none;
}
@media (max-width: 700px) {
  .hero {
    position: relative;
    height: auto;
    min-height: 0;
    padding: 94px 0 24px;
    contain: layout paint;
  }
  .hero > .container {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    padding-inline: 16px;
  }
  .hero-content {
    display: block;
  }
  .hero > .hero-car {
    display: none;
  }
  .hero:before,
  .hero:after {
    display: none;
  }
  .hero h1 {
    font-size: clamp(1.95rem, 9.2vw, 2.35rem);
    line-height: 1.24;
    margin-bottom: 10px;
  }
  .hero .lead {
    font-size: 0.88rem;
    line-height: 1.65;
  }
  .hero .eyebrow {
    font-size: 0.76rem;
  }
  .type-line {
    font-size: 0.72em;
  }
  .hero-car-mobile {
    position: relative;
    display: block;
    width: calc(100% + 20px);
    height: clamp(240px, 66vw, 300px);
    margin: -6px -10px -14px;
    overflow: visible;
    isolation: isolate;
  }
  .hero-car-mobile:before {
    content: "";
    position: absolute;
    z-index: -2;
    width: 270px;
    height: 270px;
    left: 50%;
    top: 50%;
    border: 2px solid #ff1e2d99;
    border-left-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 30px #d9041645;
    transform: translate(-50%, -50%);
  }
  .hero-car-mobile:after {
    content: "";
    position: absolute;
    z-index: -3;
    inset: 20% 2% 5%;
    background: radial-gradient(ellipse, #d9041652, transparent 68%);
    filter: blur(24px);
  }
  .hero-car-mobile img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    transform: none;
    animation: none;
    filter: drop-shadow(0 18px 25px #000c);
  }
  .hero-actions {
    position: relative;
    z-index: 4;
    margin-top: -4px;
  }
}
@media (max-width: 370px) {
  .hero {
    padding-top: 88px;
  }
  .hero h1 {
    font-size: 1.82rem;
  }
  .hero .lead {
    font-size: 0.82rem;
  }
  .hero-car-mobile {
    height: 235px;
  }
}

/* Restore mobile car float and move the rotating halo behind the copy */
@media (max-width: 700px) {
  .hero .eyebrow,
  .hero h1,
  .hero .lead {
    position: relative;
    z-index: 3;
  }
  .hero-car-mobile {
    z-index: 1;
  }
  .hero-car-mobile img {
    position: relative;
    z-index: 2;
    animation: mobileCarFloat 4.8s ease-in-out infinite !important;
    will-change: transform;
  }
  .hero-car-mobile:before {
    z-index: 0;
    animation: mobileHaloSpin 14s linear infinite;
    will-change: transform;
  }
}
@keyframes mobileCarFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes mobileHaloSpin {
  from {
    transform: translate(-50%, calc(-50% - 150px)) rotate(0deg);
  }
  to {
    transform: translate(-50%, calc(-50% - 150px)) rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-car-mobile img,
  .hero-car-mobile:before {
    animation: none !important;
  }
  .hero-car-mobile:before {
    transform: translate(-50%, calc(-50% - 150px));
  }
}

/* Animated responsive navigation — desktop styles stay untouched */
@media (max-width: 980px) {
  .nav-inner {
    position: relative;
    overflow: visible;
  }
  .menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
    cursor: pointer;
  }
  .menu-btn span {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transform-origin: center;
    transition:
      transform 0.32s ease,
      opacity 0.22s ease,
      width 0.32s ease;
  }
  .menu-btn.open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .menu-btn.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .menu-btn.open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .nav-links,
  .nav-links.open {
    position: absolute;
    display: flex !important;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    margin: 0;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 17px;
    background: #08080bf2;
    box-shadow: 0 20px 55px #0009;
    backdrop-filter: blur(18px);
    transform-origin: top center;
    transition:
      max-height 0.42s ease,
      opacity 0.3s ease,
      transform 0.36s ease,
      padding 0.36s ease,
      border-color 0.3s ease,
      visibility 0s linear 0.42s;
  }
  .nav-links {
    max-height: 0;
    padding: 0 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px) scale(0.975);
  }
  .nav-links.open {
    max-height: 430px;
    padding: 16px 18px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    border-color: #ffffff1c;
    transition-delay: 0s;
  }
  .nav-links li {
    opacity: 0;
    transform: translateX(14px);
    transition:
      opacity 0.28s ease,
      transform 0.32s ease;
  }
  .nav-links.open li {
    opacity: 1;
    transform: none;
  }
  .nav-links.open li:nth-child(1) {
    transition-delay: 0.05s;
  }
  .nav-links.open li:nth-child(2) {
    transition-delay: 0.09s;
  }
  .nav-links.open li:nth-child(3) {
    transition-delay: 0.13s;
  }
  .nav-links.open li:nth-child(4) {
    transition-delay: 0.17s;
  }
  .nav-links.open li:nth-child(5) {
    transition-delay: 0.21s;
  }
  .nav-links a,
  .nav-links.open a {
    display: block;
    padding: 8px 10px 11px;
  }
  .nav-links a:after {
    right: 10px;
    bottom: 5px;
    height: 2px;
  }
  .nav-links a.active:after,
  .nav-links a:hover:after {
    width: calc(100% - 20px);
  }
}
@media (max-width: 700px) {
  .nav-links,
  .nav-links.open {
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    border-radius: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .menu-btn span,
  .nav-links,
  .nav-links li {
    transition: none !important;
  }
}
@media (max-width: 980px) {
  .nav-links a.active:after,
  .nav-links a:hover:after {
    width: 42px;
  }
}
