/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.overflow-hidden {
  overflow: hidden;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* ======================================================
   BURJ AL GHUBAIBAH AUTO MAINTENANCE WORKSHOP
   Color Palette: Deep Charcoal + Dark Red Accents
   ====================================================== */

:root {
  /* Core backgrounds */
  --bg-main: #0d0d0d;
  --bg-surface: #141414;
  --bg-surface-2: #1c1c1c;
  --bg-card: #181818;
  /* Brand reds */
  --red-primary: #a11717;
  --red-vivid: #cc2525;
  --red-light: #e43c3c;
  --red-muted: rgba(161, 23, 23, 0.12);
  --red-glow: rgba(204, 37, 37, 0.2);
  /* Text */
  --text-main: #f5f5f5;
  --text-muted: #a1a1a1;
  --text-soft: #737373;
  /* Lines */
  --line: rgba(255, 255, 255, 0.07);
  --line-red: rgba(161, 23, 23, 0.22);
  /* Shadows */
  --shadow-deep: 0 24px 80px rgba(0, 0, 0, 0.55);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.35);
  --shadow-red: 0 12px 40px rgba(161, 23, 23, 0.18);
}

/* ===== RESET & BASE ===== */

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.6;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a,
button {
  transition: all 0.25s ease;
}

.container {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

/* ===== HEADER ===== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(13, 13, 13, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line);
  transition: all 0.3s ease;
}

.site-header.scrolled {
  background: rgba(13, 13, 13, 0.98);
  border-bottom: 1px solid var(--line-red);
}

.nav-shell {
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--text-main);
}

.brand-emblem {
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.3rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.brand-logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1.32);
  transform-origin: center 42%;
}

.brand-text strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--text-main);
}

.brand-text small {
  display: block;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red-light);
}

.desktop-nav {
  align-items: center;
  gap: 2rem;
}

.desktop-nav a {
  color: var(--text-muted);
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 2px;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red-vivid);
  transition: width 0.25s ease;
}

.desktop-nav a:hover {
  color: var(--text-main);
}

.desktop-nav a:hover::after {
  width: 100%;
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1.4rem;
  min-height: 2.8rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
          clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.header-call:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.menu-toggle {
  font-size: 1.5rem;
  color: var(--text-main);
  cursor: pointer;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  background: rgba(10, 10, 10, 0.98);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  z-index: 50;
  list-style: none;
  gap: 0.5rem;
  transition: left 0.35s ease;
}

.mobile-nav.open {
  left: 0;
}

.mobile-nav a {
  color: var(--text-main);
  font-family: "Manrope", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.mobile-nav a:hover {
  color: var(--red-light);
}

/* ===== HERO ===== */

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #080808;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 0.62;
  filter: brightness(1.05) contrast(1.12) saturate(1.05);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    105deg,
    rgba(8, 8, 8, 0.94) 0%,
    rgba(8, 8, 8, 0.72) 50%,
    rgba(8, 8, 8, 0.34) 100%
  );
}

/* Diagonal red accent bar */

.hero-accent-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    160deg,
    transparent 60%,
    rgba(161, 23, 23, 0.08) 100%
  );
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 320px;
  align-items: center;
  gap: 3rem;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.hero-content {
  max-width: 36rem;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 30rem;
}

.hero-label-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red-vivid);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}

.hero-title {
  font-family: "Manrope", sans-serif;
  font-size: clamp(52px, 7.5vw, 112px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0;
}

.hero-title-accent {
  -webkit-text-stroke: 2px var(--red-vivid);
  color: transparent;
}

.hero-desc {
  margin: 1.75rem 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.06rem;
  line-height: 1.75;
  max-width: 500px;
}

.hero-cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: 0.04em;
  -webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
          clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  transition: all 0.28s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.hero-btn-primary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
}

.hero-btn-wa {
  background: #25d366;
  border-color: #25d366;
  color: #0d0d0d;
  box-shadow: 0 18px 50px rgba(37, 211, 102, 0.32);
}

.hero-btn-wa:hover {
  background: #1ebe5b;
  border-color: #1ebe5b;
  color: #0d0d0d;
  box-shadow: 0 22px 70px rgba(37, 211, 102, 0.42);
}

.hero-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 700;
  font-size: 0.96rem;
  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: all 0.28s ease;
}

.hero-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.06);
}

/* Hero info card */

.hero-info-card {
  background: rgba(20, 20, 20, 0.82);
  border: 1px solid rgba(185, 28, 28, 0.25);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.info-card-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 0;
}

.info-card-item > i {
  font-size: 1.3rem;
  color: var(--red-vivid);
  flex-shrink: 0;
  margin-top: 2px;
}

.info-label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-soft);
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.info-card-item p {
  color: var(--text-main);
  font-size: 0.94rem;
  font-weight: 600;
}

.info-card-divider {
  height: 1px;
  background: var(--line);
}

/* Scroll hint */

.hero-scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation: scroll-bounce 2s ease-in-out infinite;
}

@keyframes scroll-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(6px);
  }
}

/* ===== STATS BAR ===== */

.stats-bar-section {
  background: var(--bg-surface);
  border-top: 1px solid var(--line-red);
  border-bottom: 1px solid var(--line);
}

.stats-bar {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  gap: 0;
}

.stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 0;
}

.stat-item strong {
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--red-light);
  letter-spacing: -0.04em;
  line-height: 1;
}

.stat-item span {
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

.stat-divider {
  width: 1px;
  height: 3rem;
  background: var(--line);
  flex-shrink: 0;
}

/* ===== SHARED SECTION STYLES ===== */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--line-red);
  background: var(--red-muted);
  color: var(--red-light);
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.eyebrow-dark {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
}

.eyebrow-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}

.section-title {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--text-main);
  margin-top: 0.85rem;
}

.section-text {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1rem;
}

.section-sub {
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.75;
  margin-top: 0.85rem;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  margin-bottom: 3rem;
}

.section-heading.center {
  text-align: center;
}

/* CTA Buttons */

.cta-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.8rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  transition: all 0.28s ease;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  -webkit-clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
          clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.cta-red:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

.cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text-main);
  font-weight: 700;
  font-size: 0.92rem;
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.28s ease;
}

.cta-ghost:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.compact {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
}

/* ===== ABOUT SECTION ===== */

.about-section {
  padding: 8rem 0;
  background: var(--bg-surface);
  border-top: 1px solid var(--line);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: brightness(0.9);
}

.about-badge {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--red-primary);
  color: #fff;
  box-shadow: var(--shadow-deep);
}

.about-badge i {
  font-size: 1.5rem;
}

.about-badge strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
}

.about-badge span {
  font-size: 0.74rem;
  opacity: 0.8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.highlight-item i {
  color: var(--red-vivid);
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* ===== SERVICES SECTION ===== */

.services-section {
  padding: 8rem 0;
  background: var(--bg-main);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.services-grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.span-all {
  grid-column: 1 / -1;
}

/* Service feature rows */

.svc-list {
  list-style: none;
  display: grid;
  gap: 0;
  margin-top: 1.25rem;
}

.svc-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.6rem 0;
  border-top: 1px solid var(--line);
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.4;
  transition: color 0.25s ease, transform 0.25s ease;
}

.svc-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.svc-list li i {
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  font-size: 0.95rem;
  color: var(--red-light);
  background: var(--red-muted);
  border: 1px solid var(--line-red);
  border-radius: 50%;
  transition: all 0.25s ease;
}

.svc-list li:hover {
  color: var(--text-main);
  transform: translateX(4px);
}

.svc-list li:hover i {
  background: var(--red-vivid);
  border-color: var(--red-vivid);
  color: #fff;
}

.service-card {
  position: relative;
  padding: 2rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: default;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--red-vivid);
  transition: height 0.35s ease;
}

.service-card:hover::before {
  height: 100%;
}

.service-card:hover {
  border-color: var(--line-red);
  background: var(--bg-surface-2, #1c1c1c);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.featured-card {
  border-color: var(--line-red);
  background: linear-gradient(145deg, rgba(185,28,28,0.08), var(--bg-card));
}

.svc-number {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--text-soft);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.svc-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  color: var(--text-muted);
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.service-card:hover .svc-icon {
  background: var(--red-muted);
  border-color: var(--line-red);
  color: var(--red-light);
}

.featured-icon {
  background: var(--red-muted);
  border-color: var(--line-red);
  color: var(--red-light);
}

.service-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.65rem;
}

.service-card p {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

.svc-line {
  width: 2rem;
  height: 2px;
  background: var(--red-primary);
  margin-top: 1.25rem;
  transition: width 0.3s ease;
}

.service-card:hover .svc-line {
  width: 3.5rem;
}

/* Service CTA card */

.service-cta-card {
  background: linear-gradient(145deg, var(--red-primary), #7f1d1d);
  border-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-cta-card::before {
  display: none;
}

.service-cta-card:hover {
  background: linear-gradient(145deg, var(--red-vivid), var(--red-primary));
  border-color: transparent;
  transform: translateY(-4px);
}

.svc-cta-inner {
  text-align: center;
  padding: 1rem;
}

.svc-cta-inner i {
  font-size: 2.5rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 1rem;
  display: block;
}

.svc-cta-inner h3 {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.svc-cta-inner p {
  color: rgba(255,255,255,0.72);
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}

.svc-cta-inner .cta-red {
  background: #fff;
  color: #0d0d0d;
  box-shadow: none;
  -webkit-clip-path: none;
          clip-path: none;
  font-weight: 800;
}

.svc-cta-inner .cta-red:hover {
  background: rgba(255,255,255,0.9);
  transform: translateY(-2px);
  color: var(--red-primary);
}

/* ===== WHY US SECTION ===== */

.why-section {
  padding: 8rem 0;
  background: var(--bg-surface);
  border-top: 1px solid var(--line);
}

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.why-section .eyebrow-dark {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
}

.why-features {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.25rem;
}

.why-feature {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.why-feat-icon {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  background: var(--red-muted);
  border: 1px solid var(--line-red);
  color: var(--red-light);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.why-feature h4 {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.3rem;
}

.why-feature p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.why-visual {
  position: relative;
}

.why-img {
  width: 100%;
  height: 420px;
  max-height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: block;
  background: linear-gradient(145deg, #111 0%, #1a0505 60%, #0d0d0d 100%);
  border: 1px solid rgba(185, 28, 28, 0.2);
  border-radius: 12px;
  filter: brightness(1.0) drop-shadow(0 0 32px rgba(185, 28, 28, 0.18));
  padding: 1rem;
}

.why-rating-badge {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  padding: 1.2rem 1.5rem;
  background: var(--bg-main);
  border: 1px solid var(--line-red);
  text-align: center;
  box-shadow: var(--shadow-deep);
}

.rating-stars {
  font-size: 1.1rem;
  color: #e8a838;
  letter-spacing: 2px;
  margin-bottom: 0.35rem;
}

.why-rating-badge strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--text-main);
  line-height: 1.2;
}

.why-rating-badge span {
  font-size: 0.75rem;
  color: var(--text-soft);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ===== LOGO MARQUEE ===== */

.logo-marquee-section {
  padding: 3.5rem 0;
  background: var(--bg-main);
  border-top: 1px solid var(--line);
}

.logo-marquee {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.5rem 0;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: -moz-max-content;
  width: max-content;
  animation: logoMarquee 22s linear infinite;
}

.logo-track img {
  width: 3.5rem;
  height: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.55;
  filter: grayscale(1) brightness(1.4);
  transition: opacity 0.3s ease;
}

.logo-track:hover {
  animation-play-state: paused;
}

.logo-track img:hover {
  opacity: 0.85;
  filter: grayscale(0);
}

@keyframes logoMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 2rem));
  }
}

/* ===== WORK SECTION ===== */

.work-section {
  padding: 8rem 0;
  background: var(--bg-surface);
  border-top: 1px solid var(--line);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.filter-bar button {
  background: none;
  border: none;
  cursor: pointer;
}

.car-logo {
  min-width: 7rem;
  min-height: 3rem;
  display: grid;
  place-items: center;
  padding: 0 1.25rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-muted);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  transition: all 0.25s ease;
}

.car-logo:hover,
.active-fc {
  background: rgba(185, 28, 28, 0.15) !important;
  border-color: var(--red-primary) !important;
  color: var(--red-light) !important;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.work-card {
  position: relative;
  overflow: hidden;
  cursor: default;
}

.work-card-inner {
  padding: 2rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  transition: all 0.3s ease;
  height: 100%;
}

.work-card:hover .work-card-inner {
  border-color: var(--line-red);
  background: linear-gradient(145deg, rgba(185,28,28,0.06), var(--bg-card));
}

.brand-badge {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  background: rgba(185, 28, 28, 0.12);
  border: 1px solid var(--line-red);
  color: var(--red-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 0.85rem;
}

.work-card-inner h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.6rem;
}

.work-card-inner p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.work-card-footer {
  margin-top: 1.25rem;
  color: var(--text-soft);
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.work-card:hover .work-card-footer {
  color: var(--red-vivid);
  transform: translateX(4px);
}

/* Brand tiles */

.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
}

.brand-tile {
  position: relative;
  overflow: hidden;
}

.brand-tile-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 1.5rem 1rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  text-align: center;
  transition: all 0.3s ease;
}

.brand-tile:hover .brand-tile-inner {
  border-color: var(--line-red);
  background: linear-gradient(145deg, rgba(185, 28, 28, 0.06), var(--bg-card));
  transform: translateY(-3px);
}

.brand-region {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red-light);
}

.brand-tile-inner h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.2;
}

/* ===== CTA SECTION ===== */

.cta-section {
  padding: 7rem 0;
  background: var(--bg-main);
  border-top: 1px solid var(--line);
}

.cta-card {
  position: relative;
  overflow: hidden;
  padding: 4rem 3.5rem;
  background: linear-gradient(
    135deg,
    rgba(185, 28, 28, 0.14) 0%,
    rgba(24, 24, 24, 0.98) 50%,
    rgba(127, 29, 29, 0.08) 100%
  );
  border: 1px solid var(--line-red);
  box-shadow: var(--shadow-deep);
}

.cta-glow {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 200px;
  background: radial-gradient(ellipse at center, rgba(185,28,28,0.15), transparent 70%);
  pointer-events: none;
}

.cta-content {
  position: relative;
  text-align: center;
}

.cta-title {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--text-main);
  margin: 0.75rem 0;
}

.cta-desc {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0.75rem 0 2rem;
}

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ===== TESTIMONIALS ===== */

.testimonial-section {
  padding: 8rem 0;
  background: var(--bg-surface);
  border-top: 1px solid var(--line);
}

.testimonial-slider {
  overflow: hidden;
  padding: 1rem 0 4rem;
}

.testimonial-card {
  padding: 2.25rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  border-color: var(--line-red);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.t-stars {
  color: #e8a838;
  font-size: 1rem;
  letter-spacing: 2px;
}

.testimonial-card p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.75;
  font-style: italic;
  flex: 1;
}

.t-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.t-avatar {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  background: var(--red-primary);
  color: #fff;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  flex-shrink: 0;
}

.t-author strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-main);
}

.t-author span {
  font-size: 0.78rem;
  color: var(--text-soft);
  letter-spacing: 0.06em;
}

.swiper-pagination-bullet {
  background: rgba(255,255,255,0.25) !important;
}

.swiper-pagination-bullet-active {
  background: var(--red-vivid) !important;
}

/* ===== CONTACT SECTION ===== */

.contact-section {
  padding: 8rem 0;
  background: var(--bg-main);
  border-top: 1px solid var(--line);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 0;
  margin-top: 2rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
  transition: all 0.25s ease;
}

.contact-item:first-child {
  border-top: 1px solid var(--line);
}

a.contact-item:hover {
  padding-left: 0.5rem;
  border-color: var(--line-red);
}

.contact-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  background: var(--red-muted);
  border: 1px solid var(--line-red);
  color: var(--red-light);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-icon-wa {
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.3);
  color: #25d366;
}

.contact-label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-soft);
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.contact-item p {
  color: var(--text-main);
  font-size: 0.95rem;
  font-weight: 500;
}

.map-panel {
  position: sticky;
  top: 7rem;
}

.map-placeholder {
  width: 100%;
  min-height: 30rem;
  overflow: hidden;
  border: 1px solid var(--line-red);
}

.map-placeholder iframe {
  width: 100%;
  height: 30rem;
  display: block;
  filter: grayscale(0.8) invert(0.9) hue-rotate(180deg);
}

/* ===== FOOTER ===== */

.footer-shell {
  background: var(--bg-surface);
  border-top: 1px solid var(--line-red);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 2rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.footer-emblem {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}

.footer-logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.footer-brand strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-main);
}

.footer-brand small {
  display: block;
  font-size: 0.7rem;
  color: var(--red-light);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-description {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.footer-title {
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--text-main);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.footer-list {
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.footer-list a {
  color: var(--text-muted);
  font-size: 0.92rem;
  transition: all 0.25s ease;
}

.footer-list a:hover {
  color: var(--red-light);
  padding-left: 4px;
}

.social-row {
  display: flex;
  gap: 0.6rem;
}

.social-row a {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  color: var(--text-muted);
  font-size: 1.1rem;
  transition: all 0.25s ease;
}

.social-row a:hover {
  background: var(--red-muted);
  border-color: var(--line-red);
  color: var(--red-light);
  transform: translateY(-3px);
}

.copyright {
  text-align: center;
  color: var(--text-soft);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

/* ===== FLOATING ELEMENTS ===== */

.whatsapp-float {
  position: fixed;
  right: 1.75rem;
  bottom: 1.75rem;
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 50%;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.4);
  z-index: 90;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.5);
}

.scroll-up {
  position: fixed;
  right: 1.75rem;
  bottom: -70px;
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.1rem;
  z-index: 89;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.scroll-up:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-3px);
}

.show-scroll {
  bottom: 6rem;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1050px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .hero-info-card {
    max-width: 36rem;
  }

  .about-grid,
  .why-layout {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .about-visual {
    order: -1;
  }

  .about-badge {
    bottom: 1rem;
    right: 1rem;
  }

  .why-rating-badge {
    bottom: 1rem;
    left: 1rem;
  }

  .why-img {
    height: 360px;
    max-height: 360px;
  }

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

  .map-panel {
    position: static;
  }

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

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

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

@media (max-width: 767px) {
  .nav-shell {
    min-height: 4.75rem;
  }

  .brand-emblem {
    width: 3rem;
    height: 3rem;
  }

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

  .brand-text small {
    display: none;
  }

  .hero-title {
    font-size: clamp(42px, 12vw, 72px);
  }

  .stats-bar {
    flex-wrap: wrap;
    gap: 0;
  }

  .stat-item {
    width: 50%;
    padding: 1rem 0;
  }

  .stat-divider {
    display: none;
  }

  .services-grid,
  .services-grid.cols-2,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .cta-card {
    padding: 2.5rem 1.5rem;
  }

  .cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .hero-cta-row {
    flex-direction: column;
  }

  .hero-btn-primary,
  .hero-btn-ghost {
    width: 100%;
    justify-content: center;
    -webkit-clip-path: none;
            clip-path: none;
  }
}

@media (max-width: 480px) {
  .about-highlights {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) {
  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }
}
