:root {
  --bg: #fff;
  --bg-light: #f9f9f9;
  --ink: var(--dark);
  --muted: #6f6f6f;
  --accent: #f7b500;
  --accent-deep: #f39b00;
  --accent-soft: #fff2c7;
  --dark: #1e1c1a;
  --cream: #fff8e6;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  direction: rtl;
  margin: 0;
  font-family: "Tajawal", sans-serif !important;
  background: var(--bg-light);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

button,
textarea,
select,
input {
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--bg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.top-strip {
  background: var(--dark);
  color: #f9f3e4;
  font-size: 12px;
}

.nav-bar {
  background: var(--bg);
}

.footer-wrapper .site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 95px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'><path fill='%23f7b500' d='M0,64 C240,120 480,0 720,48 C960,96 1200,24 1440,64 L1440,0 L0,0 Z'/></svg>") center top / 100% 100% no-repeat;
  z-index: 0;
}

.site-footer {
  position: relative;
  background: linear-gradient(1deg, #090909 32.69%, #232222);
  color: #e7e7e7;
  padding-top: 110px;
  margin-top: 0;
  overflow: hidden;
  direction: rtl;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 95px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'><path fill='%23f7f7f7' d='M0,64 C240,120 480,0 720,48 C960,96 1200,24 1440,64 L1440,0 L0,0 Z'/></svg>") center top / 100% 100% no-repeat;
  z-index: 0;
}

.app-drawer.drawer-right {
  right: 0;
  transform: translateX(100%);
  border-radius: 30px 0 0 30px;
}

.drawer-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.drawer-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.drawer-field label {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.drawer-input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #dedede;
  font-size: 14px;
  transition: border-color 0.25s ease;
}

.drawer-input:focus {
  outline: none;
  border-color: var(--accent-deep);
}

.drawer-form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.drawer-forgot-link {
  color: var(--accent-deep);
  font-weight: 700;
}

.drawer-submit-btn {
  width: 100%;
  padding: 14px;
  background: var(--ink);
  color: var(--bg);
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s ease;
  border: none;
}

.drawer-submit-btn:hover {
  background: var(--accent-deep);
  color: var(--ink);
}

.drawer-switch-text {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin-top: 16px;
}

.drawer-switch-text a {
  color: var(--accent-deep);
  font-weight: 700;
}

.search-input-wrapper .drawer-input {
  padding-right: 44px;
}


.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 16px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.btn-dark {
  background: var(--ink);
  color: var(--bg);
  background-color: var(--dark);
}

.btn-primary {
  background: var(--accent);
  border: 1px solid var(--accent-deep);
  color: var(--dark);
}

.btn-outline {
  background: var(--bg);
  border: 1px solid #dedede;
  color: var(--dark);
}

.btn-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--bg);
}

.btn-success {
  background: #2ecc71;
  color: var(--bg);
  background-color: #2ec4b6;
}

.btn-full {


  width: 410.96px;
  height: 59.99px;

  background: linear-gradient(90deg,
      #ffb300 0%,
      #ffb501 16.67%,
      #ffb802 33.33%,
      #ffba03 50%,
      #ffbc05 66.67%,
      #ffbf06 83.33%,
      #ffc107 100%);
  box-shadow:
    0px 20px 25px -5px rgba(0, 0, 0, 0.1),
    0px 8px 10px -6px rgba(0, 0, 0, 0.1);
  border-radius: 16px;


  flex: none;
  order: 2;
  flex-grow: 411;
  font-weight: bolder;
  font-size: 16px;
}

.btn-small {
  padding: 8px 18px;
  font-size: 14px;
}

.section-head {
  position: relative;
  display: flex;
  text-align: center;
  margin-bottom: 30px;
  flex-direction: column;
  align-items: center;
}

.order-how {
  margin-bottom: 70px !important;
}

.section-head.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 25px;
  flex-direction: row;
}

.section-head h2 {
  color: var(--dark);
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}

.section-head p {
  color: var(--muted);
  margin-top: 5px;
  font-size: 15px;
  position: relative;
  display: flex;
  text-align: center;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: center;
}

.section-underline {
  display: block;
  width: 52px;
  height: 4px;
  background: var(--accent-deep);
  border-radius: 999px;
  margin: 0
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #3b2d0f;
  font-weight: 600;
  font-size: 13px;
}

.pill-dark {
  background: #111;
  color: var(--bg);
}

.section-head .pill {
  background-color: var(--accent);
  color: #000;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 22px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 20px;
  color: #1a1a17;
  font-size: 13px;
  padding: 6px 20px;
  margin-bottom: 5px;
}

.section-head.row>div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-head .btn.btn-outline {
  text-decoration: none;
  color: var(--dark);
  padding: 10px 24px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-deep);
  margin-bottom: 5px;
}

.section-head .btn.btn-outline:hover {
  background-color: var(--accent);
  color: #1a1a17;
  transform: translateY(-2px);
}

.pill.pill-dark {
  background-color: #b08513;

  color: #191917;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 22px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 30px;
  background-color: #1a1a17;
  color: var(--accent);
  padding: 8px 24px;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.pill.pill-dark::after {
  content: "↗";
  font-size: 14px;
  font-weight: bold;
}

.promo-actions .btn {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  border-radius: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.promo-actions .btn-primary {
  background-color: var(--accent);
  color: #000000;
  border: 2px solid var(--accent);
}

.promo-actions .btn-primary:hover {
  background-color: #e0a102;
  border-color: #e0a102;
}

.promo-actions .btn-ghost {
  background-color: transparent;
  color: var(--bg);
  border: 2px solid var(--accent);
}

.promo-actions .btn-ghost:hover {
  background-color: rgba(255, 183, 3, 0.1);
}

.btn[data-whatsapp] {
  display: block;
  width: 100%;
  background-color: #e8f7f0;
  color: #10b981;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 0;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-align: center;
}

.btn[data-whatsapp]:hover {
  background-color: #d1f2e2;
}

.search-actions .btn.btn-dark {
  text-decoration: none;
  background-color: #1a1a17;
  color: var(--bg);
  font-size: 16px;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.search-actions .btn.btn-dark:hover {
  background-color: #2b2b26;
  transform: translateY(-2px);
}

.search-actions .btn.btn-dark::after {
  content: "←";
  font-size: 18px;
  font-weight: bold;
}

.search-actions .btn.btn-outline {
  display: none;
}


.renault-contact-context .pill {
  display: inline-block;
  background: #fff3c4;
  color: #b45309;
  padding: 4px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.renault-contact-context .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffcc00;
  color: #111111;
  border: none;
  border-radius: 10px;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
  width: 100%;
  transition: background 0.2s ease;
}

.renault-contact-context .btn-primary:hover {
  background: #e6b800;
}

.renault-contact-context .section-head-center {
  text-align: center;
  margin-bottom: 50px;
}

.renault-contact-context .section-underline {
  display: block;
  width: 60px;
  height: 4px;
  background: #ffcc00;
  margin: 0 auto;
  border-radius: 2px;
}

.card-actions .btn {
  width: 100%;
  border-radius: 12px;
  justify-content: center;
  gap: 8px;
}

.btn-cart svg {
  width: 16px;
  height: 16px;
}

.btn-primary.btn-full {
  flex: 1;
  background-color: #ffb300;
  color: #1a1a1a;
  border: none;
  border-radius: 14px;
  height: 46px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 179, 0, 0.2);
  transition: all 0.2s;
}

.btn-primary.btn-full:hover {
  background-color: #e5a100;
}

.product-action-row .btn {
  height: 46px;
  border: none;
  border-radius: 14px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  color: var(--bg);
}

.product-action-row .btn svg {
  width: 18px;
  height: 18px;
}

.btn-success:hover {
  background-color: #25a195;
}

.btn-dark:hover {
  background-color: #000000;
}

.product-related .section-head {
  max-width: 1200px;
  margin: 0 auto 35px auto;
  display: flex;
  align-items: center;
}


.hero {
  padding-top: 50px;
  direction: rtl;
  background: radial-gradient(circle at 75% 40%, #ffdf43 0%, #fbc210 65%, #f2ab00 100%);
  position: relative;
  min-height: 86vh;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}

.hero .container.hero-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 5;
}

.hero .hero-media {
  height: stretch;
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .hero-car {
  display: flex;
  position: relative;
  z-index: 3;
  width: 115%;
  max-width: 680px;
  filter: drop-shadow(0 45px 55px rgba(0, 0, 0, 0.45));
  perspective: 1000px;
  justify-content: center;
  cursor: grab;
  touch-action: pan-y;
}

.hero .hero-car:active {
  cursor: grabbing;
}

.hero .hero-car img {
  width: 80%;
  height: auto;
  display: block;
  transform: scale(1.05);
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.5s ease;
}

.hero .hero-car img.switching {
  opacity: 0;
  transform: scale(0.95) translateX(20px);

  filter: blur(4px);
}

.hero .hero-content {
  width: 50%;
  text-align: right;
}

.hero .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #1a1a1a;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero .badge-icon {
  color: var(--accent-deep);
}

.hero h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
  color: #13171c;
  margin: 0 0 20px 0;
}

.hero .hero-underline {
  color: var(--bg);
}

.hero .hero-divider {
  display: block;
  width: 260px;
  height: 4px;
  background-color: #13171c;
  margin-bottom: 20px;
  border-radius: 2px;
}

.hero .hero-content p {
  font-size: 18px;
  color: #1f242c;
  font-weight: 700;
  margin: 0 0 35px 0;
}

.hero .hero-cta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 45px;
}

.hero .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 189px !important;
  height: 50px !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
}

.hero .btn-primary {
  background-color: #ffc400;
  color: #13171c;
  border: 1px solid #e0ad00;
}

.hero .btn-primary svg,
.hero .btn-primary i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  transform: scaleX(-1);
  transition: transform 0.3s ease;
}

.hero .btn-primary:hover svg {
  transform: scaleX(-1) translateX(3px);

}

.hero .btn-dark {
  background-color: #262522 !important;
  color: #ffffff !important;
  border: 1px solid #1a1917 !important;
}

.hero .btn-dark svg,
.hero .btn-dark i {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.hero .btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
}

.hero .hero-stats {
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 6;
}

.hero .stat-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 14px 24px;
  border-radius: 16px;
  min-width: 110px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(224, 157, 0, 0.15);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.hero .stat-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.6);
}

.hero .stat-value {
  display: block;
  font-size: 26px;
  font-weight: 900;
  color: #13171c;
  margin-bottom: 2px;
}

.hero .stat-label {
  display: block;
  font-size: 12px;
  color: #2a2a2a;
  font-weight: 700;
}

.hero .circle-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #13171c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.hero .circle-btn svg,
.hero .circle-btn i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.hero .circle-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #f2ab00;
}

.hero .hero-prev:hover svg {
  transform: translateX(2px);
}

.hero .hero-next:hover svg {
  transform: translateX(-2px);
}

.hero .hero-prev {
  right: -10px;
}

.hero .hero-next {
  left: -10px;
}

.hero .hero-dots {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 4;
}

.hero .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}

.hero .dot.is-active {
  width: 30px;
  border-radius: 20px;
  background: var(--bg);
}

.hero .floating-shape {
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  z-index: 1;
}

.hero .floating-shape svg,
.hero .floating-shape i {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.hero .shape-wrench {
  top: -25px;
  left: 80px;
  width: 52px;
  height: 52px;
  transform: rotate(15deg);
}

.hero .shape-bolt {
  top: 0px;
  right: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.hero .shape-gear {
  bottom: 0px;
  right: 18px;
  width: 46px;
  height: 46px;
  background: #2e2c28;
  color: var(--bg);
  border: none;
}


.hero .hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
}

.hero .hero-wave svg {
  transform: rotateY(180deg);
  position: relative;
  display: block;
  width: 100%;
  height: 140px;
}

.section.steps {
  background-color: #fffdf6;
  background-image: radial-gradient(circle at 30% 30%, rgb(255 204 0 / 0%) 0%, transparent 40%), radial-gradient(circle at 75% 35%, rgb(255 204 0 / 45%) 0%, #00000000 25%);
  direction: rtl;
  padding: 80px 0;
  position: relative;
}

.section.why {
  direction: rtl;
  background-color: #fffdf6;
  background-image:
    radial-gradient(circle at 30% 50%, rgb(255 204 0 / 36%) 0%, transparent 40%), radial-gradient(circle at 75% 35%, rgba(255, 204, 0, 0.1) 0%, transparent 25%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.section.promo {
  direction: rtl;
  background-color: #191917;
  background-image: radial-gradient(circle at center, rgb(255 183 3 / 21%) 0%, transparent 60%);
  padding: 80px 0;
  text-align: center;
}

.section.testimonials {
  direction: rtl;
  background-color: #F6F7F9;
  padding: 80px 0 140px 0;
  position: relative;
  overflow: hidden;
}

.section.branches {
  background: var(--bg);
  direction: rtl;
  padding: 80px 0;
}

.section.search {
  direction: rtl;
  background-color: var(--accent);
  background-image:
    radial-gradient(circle at 20% 40%,
      rgba(255, 255, 255, 0.4) 0%,
      transparent 8%),
    radial-gradient(circle at 40% 90%,
      rgba(255, 255, 255, 0.5) 0%,
      transparent 6%),
    radial-gradient(circle at 75% 50%, rgba(0, 0, 0, 0.03) 0%, transparent 20%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px 0 90px 0;
  position: relative;
  overflow: hidden;
}

.section.search::before {
  display: none;
}

.renault-contact-context .hero-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.hero-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.footer-social i,
.footer-icon i,
.hero .btn-primary i,
.hero .btn-dark i,
.hero .circle-btn i,
.hero .floating-shape i,
.step-icon i,
.app-drawer-title i,
.account-menu-item i,
.search-input-wrapper i,
.category-box-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.product-card {
  margin-top: 10px;
  background: var(--bg);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 3%);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-sizing: border-box;
}

.product-card:hover img {
  transform: scale(1.1);
}

.product-card .tag {
  backdrop-filter: blur(10px);
  position: absolute;
  top: 7px;
  right: 7px;
  background-color: #ff0000b0;
  color: var(--bg);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 8px;
  z-index: 3;
}

.product-card .img-pro-wrapper {
  aspect-ratio: 3 / 3.3;
  overflow: hidden;
  position: relative;
}

.add-to-cart-overlay {
  padding: 3px 9px;
  box-shadow: 0px 2px 3px 0px #00000033;
  border-radius: 10px;
  display: flex;
  text-align: center;
  background-color: var(--accent-deep);
  color: var(--dark);
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.hero-content.mobile {
  margin-top: 10px;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.4s ease;
}

.product-card .product-category {
  margin-bottom: 5px;
  background-color: #faf2df;
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 6px;
  display: inline-block;
}

.pro-details {
  width: 100%;
  padding: 10px;
}

.product-card h3 {
  font-size: 18px;
  font-weight: 500;
}

.product-card h3 a {
  color: #1a1a17;
  text-decoration: none;
}

.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card .price .current {
  color: var(--accent-deep);
  font-size: 18px;
  font-weight: 500;
}

.catalog-hero {
  direction: rtl;
  position: relative;
  background: linear-gradient(135deg, #f7b500 0%, #ffc425 100%);
  padding: 75px 0;
  text-align: center;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
}

.catalog-hero-inner {
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin: 0 auto;
}

.catalog-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 99px;
  margin-bottom: 8px;
  box-shadow: 0 8px 32px 0 rgba(20, 17, 15, 0.04);
  transition: all 0.3s ease;
}

.catalog-badge:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
}

.catalog-badge i {
  font-size: 15px;
  color: var(--dark);
}

.catalog-hero h1 {
  color: var(--dark);
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  letter-spacing: -1px;
}

.catalog-divider {
  display: block;
  width: 360px;
  height: 3px;
  background-color: var(--dark);
  margin: 0 auto 15px auto;
  border-radius: 2px;
}

.catalog-hero p {
  color: var(--dark);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding-bottom: 20px;
}

.catalog-controls {
  border-radius: 16px;
  margin: 0 20px 20px 20px;
  display: none !important;
  background: var(--bg);
  padding: 24px 0 16px;
  border-bottom: 1px solid #f0f0f0;
}

.control-group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  direction: rtl;
}

.control-group:last-child {
  margin-bottom: 0;
}

.control-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  white-space: nowrap;
  min-width: 90px;
}

.catalog-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 0;
  flex: 1;
}

.catalog-chips::-webkit-scrollbar {
  display: none;
}

.catalog-chip {
  background: #f5f5f5;
  color: #5a5a5a;
  border: 1px solid #ededed;
  padding: 8px 18px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.catalog-chip:hover {
  background: #ebebeb;
  color: var(--dark);
}

.catalog-chip.is-active {
  background: var(--accent);
  color: var(--dark);
  border-color: var(--accent);
  box-shadow: 0 4px 12px rgba(255, 183, 3, 0.2);
}

.catalog-toolbar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
  align-items: stretch;
}

.catalog-search {
  position: relative;
  flex: none;
}

.catalog-search input {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 48px 16px 20px;
  border-radius: 16px;
  border: none;
  background: var(--bg);
  font-size: 16px;
  color: #1a1a1a;
  box-shadow: 0px 2px 5px 1px #0000000f;
  text-align: right;
  outline: none;
  transition: border-color 0.3s ease;
}

.catalog-search input:focus {
  border-color: var(--accent);
}

.catalog-search input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

.catalog-search i,
.catalog-search svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #99A1AF;
}

.catalog-sort-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 14px 20px;
  background: var(--bg);
  border-radius: 16px;
  direction: rtl;
  box-shadow: 0px 2px 5px 1px #0000000f;
}

.catalog-count {
  font-weight: 700;
  font-size: 14px;
  color: #4A5565;
}

.catalog-count .num {
  color: #4A5565;
}

.catalog-select-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.catalog-select-wrapper label {
  font-weight: 400;
  font-size: 14px;
  color: #6A7282;
}

.catalog-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  border-radius: 12px;
  background: var(--bg);
  border: 1.3px solid #E5E7EB;
  height: 38.52px;
  width: 130.65px;
}

.catalog-select select {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 14px 0 30px;
  font-weight: 700;
  font-size: 14px;
  color: #4A5565;
  outline: none;
  appearance: none;
  cursor: pointer;
}

.catalog-select i,
.catalog-select svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #99A1AF;
  pointer-events: none;
}

.catalog-body {
  padding: 70px 0 40px 0;
  direction: rtl;
}

.catalog-body-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-template-areas: "sidebar list";
  gap: 24px;
  direction: rtl;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.catalog-sidebar {
  direction: rtl;
  background-color: var(--bg);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  border: 1px solid #e2e8f0;
  height: fit-content;
  width: 240px;
  box-sizing: border-box;
  flex: 1;
  max-width: 280px;
  border: 1px solid #f0f2f5;
  border-radius: 24px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
}

.catalog-filters-bar {
  background-color: var(--bg);
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  direction: rtl;
}

.catalog-list {
  flex: 3;
}

.product-hero {
  position: relative;
  background: linear-gradient(135deg, #ffc400 0%, #ffb300 100%);
  padding: 60px 20px 120px 20px;
  overflow: hidden;
  direction: rtl;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-hero::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 15%;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.product-hero::after {
  content: "";
  position: absolute;
  bottom: 25%;
  left: 25%;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: 1;
}

.product-hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.product-hero-inner::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 40%;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  pointer-events: none;
}

.product-hero-badge {
  display: inline-block;
  background-color: #1a1a1a;
  color: #ffcc00;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 24px;
  border-radius: 50px;
  margin-bottom: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  order: 1;

}

.product-hero-divider {
  display: block;
  width: 65%;
  max-width: 700px;
  height: 3px;
  background-color: #1a1a1a;
  margin: 0 auto;
  border-radius: 2px;
  order: 3;

}

.product-hero-slope {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 100vw;
  border-color: transparent transparent #ffffff transparent;
  z-index: 2;
  pointer-events: none;
}

.product-detail {
  background-color: var(--bg);
  padding: 26px 0 10px;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  direction: rtl;
  padding: 30px 20px;
  max-width: 1200px;
  margin: 0 auto;
}


.cart-items-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.cart-item {
  display: flex;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #eee;
}

.cart-item-img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  object-fit: cover;
  background: #f9f9f9;
  border: 1px solid #eee;
}

.cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-item-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.cart-item-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-deep);
}

.cart-item-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}

.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f5f5;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 12px;
}

.cart-item-remove {
  color: #ff4d4f;
  font-size: 12px;
  cursor: pointer;
}

.cart-summary {
  margin-top: auto;
  border-top: 1.5px solid #f4f4f4;
  padding-top: 20px;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 16px;
}


.renault-profile-context {
  direction: rtl;
  text-align: right;
  background-color: #f8fafc;
  overflow-x: hidden;
}

.renault-profile-context .profile-hero {
  position: relative;
  background: #ffcc00;
  padding: 45px 0 100px 0;
  text-align: center;
  overflow: hidden;
}

.renault-profile-context .hero-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.renault-profile-context .circle-1 {
  width: 180px;
  height: 180px;
  top: -40px;
  left: 8%;
}

.renault-profile-context .circle-2 {
  width: 280px;
  height: 280px;
  bottom: -45px;
  right: 4%;
  background: rgba(255, 255, 255, 0.08);
  border: 3px solid rgba(255, 255, 255, 0.18);
}

.renault-profile-context .circle-3 {
  width: 100px;
  height: 100px;
  top: 50px;
  right: 22%;
}

.renault-profile-context .circle-4 {
  width: 120px;
  height: 120px;
  bottom: 15px;
  left: 25%;
}

.renault-profile-context .profile-hero-inner {
  position: relative;
  z-index: 5;
}

.renault-profile-context .profile-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #111111;
  color: var(--bg);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}

.renault-profile-context .profile-badge svg {
  width: 14px;
  height: 14px;
  color: #ffcc00;
}

.renault-profile-context .profile-hero h1 {
  font-size: 38px;
  font-weight: 900;
  color: #111111;
  margin: 0 0 5px 0;
  letter-spacing: -1px;
}

.renault-profile-context .profile-divider {
  display: block;
  width: 450px;
  max-width: 85%;
  height: 4px;
  background-color: #111111;
  margin: 0 auto 20px auto;
  border-radius: 2px;
}

.renault-profile-context .profile-hero p {
  font-size: 18px;
  color: var(--dark);
  max-width: 600px;
  margin: 0 auto;
  font-weight: 500;
}

.renault-profile-context .profile-hero-slope {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #f8fafc;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  z-index: 2;
}

.renault-profile-context .profile-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #64748b;
}

.renault-profile-context .profile-breadcrumb a {
  color: #64748b;
  text-decoration: none;
}

.renault-profile-context .profile-breadcrumb a:hover {
  color: #ffcc00;
}

.renault-profile-context .breadcrumb-sep svg {
  width: 12px;
  height: 12px;
  display: block;
}

.renault-profile-context .profile-breadcrumb .current {
  color: #ffcc00;
  font-weight: bold;
}

.renault-profile-context .profile-overview {
  position: relative;
  margin-top: 20px;
  z-index: 10;
  padding-bottom: 40px;
}

.renault-profile-context .profile-banner {
  background: #222222;
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.renault-profile-context .profile-banner-user {
  display: flex;
  align-items: center;
  gap: 20px;
}

.renault-profile-context .profile-avatar {
  width: 75px;
  height: 75px;
  background: #ffcc00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
  color: #111111;
  position: relative;
}

.renault-profile-context .status-dot {
  position: absolute;
  bottom: 2px;
  left: 4px;
  width: 16px;
  height: 16px;
  background: #10b981;
  border: 3px solid #222222;
  border-radius: 50%;
}

.renault-profile-context .profile-banner-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.renault-profile-context .user-greeting-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.renault-profile-context .profile-user {
  font-size: 22px;
  font-weight: 800;
  color: var(--bg);
}

.renault-profile-context .hand-emoji {
  font-size: 20px;
}

.renault-profile-context .profile-email {
  font-size: 14px;
  color: #94a3b8;
}

.renault-profile-context .profile-date {
  font-size: 12px;
  color: #64748b;
}

.renault-profile-context .profile-banner-left-actions {
  display: flex;
  align-items: center;
  gap: 20px;

}

.renault-profile-context .profile-stats {
  display: flex;
  align-items: center;
  gap: 10px;
}

.renault-profile-context .profile-stat {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  width: 70px;
  height: 55px;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.renault-profile-context .profile-stat .num {
  font-size: 18px;
  font-weight: 800;
  color: #ffcc00;
  line-height: 1;
}

.renault-profile-context .profile-stat .label {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1;
}

.renault-profile-context .btn-logout {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.25);
}

.renault-profile-context .btn-logout:hover {
  background: #ef4444;
  color: var(--bg);
}

.renault-profile-context .btn-logout svg {
  width: 16px;
  height: 16px;
}

.renault-profile-context .profile-main {
  padding-bottom: 100px;
}

.renault-profile-context .profile-main-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 30px;
  align-items: start;
}

.renault-profile-context .profile-sidebar-menu {
  grid-column: 1;

  background: var(--bg);
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
  border: 1px solid #e2e8f0;
}

.renault-profile-context .profile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.renault-profile-context .menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 12px;
  color: #475569;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.renault-profile-context .menu-icon {
  width: 18px;
  height: 18px;
  color: #94a3b8;
  transition: color 0.2s ease;
}

.renault-profile-context .menu-item:hover {
  background: #f1f5f9;
  color: #111111;
}

.renault-profile-context .menu-item:hover .menu-icon {
  color: #ffcc00;
}

.renault-profile-context .menu-item.is-active {
  background: #ffcc00;
  color: #111111;
}

.renault-profile-context .menu-item.is-active .menu-icon {
  color: #111111;
}

.renault-profile-context .menu-badge {
  margin-right: auto;

  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.renault-profile-context .menu-item.is-active .menu-badge {
  background: #111111;
  color: var(--bg);
}

.renault-profile-context .profile-form-wrapper {
  grid-column: 2;

  background: var(--bg);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
  border: 1px solid #e2e8f0;
}

.renault-profile-context .profile-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 20px;
}

.renault-profile-context .title-with-pill {
  display: flex;
  align-items: center;
  gap: 12px;
}

.renault-profile-context .title-decor-line {
  width: 5px;
  height: 28px;
  background: #ffcc00;
  border-radius: 4px;
  display: block;
}

.renault-profile-context .profile-form-head h2 {
  font-size: 18px;
  font-weight: 800;
  color: #111111;
  margin: 0;
}

.renault-profile-context .btn-edit-profile {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg);
  border: 1px solid #ffcc00;
  color: #d97706;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}

.renault-profile-context .btn-edit-profile:hover {
  background: #fffbeb;
}

.renault-profile-context .btn-edit-profile svg {
  width: 14px;
  height: 14px;
}

.renault-profile-context .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.renault-profile-context .form-field.full {
  grid-column: span 2;
}

.renault-profile-context .form-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.renault-profile-context .form-field label {
  font-size: 14px;
  font-weight: bold;
  color: #111111;
}

.renault-profile-context .form-field input,
.renault-profile-context .form-field textarea {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 14px;
  color: #334155;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  font-weight: 500;
  text-align: right !important;
}

.renault-profile-context .form-field input[readonly],
.renault-profile-context .form-field textarea[readonly] {
  cursor: not-allowed;
  color: #64748b;
}

.renault-profile-context .orders-list-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.renault-profile-context .order-item-card {
  background: var(--bg);
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.2s ease-in-out;
}

.renault-profile-context .order-item-card:hover {
  border-color: #e2e8f0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}

.renault-profile-context .order-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px dashed #e2e8f0;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.renault-profile-context .order-code {
  font-size: 16px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 6px 0;
}

.renault-profile-context .order-date-row {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #64748b;
  font-size: 13px;
}

.renault-profile-context .order-date-row svg {
  width: 14px;
  height: 14px;
}

.renault-profile-context .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: bold;
}

.renault-profile-context .status-badge.is-success {
  background: #ecfdf5;
  color: #10b981;
}

.renault-profile-context .status-badge.is-warning {
  background: #fffbeb;
  color: #d97706;
}

.renault-profile-context .status-badge svg {
  width: 13px;
  height: 13px;
}

.renault-profile-context .order-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.renault-profile-context .order-pricing-summary {
  font-size: 15px;
}

.renault-profile-context .products-count {
  color: #64748b;
}

.renault-profile-context .total-price {
  color: #ffcc00;
  font-weight: 800;
  margin-right: 4px;
}

.renault-profile-context .order-actions-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.renault-profile-context .btn-order-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
}

.renault-profile-context .btn-order-action.outline {
  background: var(--bg);
  border: 1px solid #ffcc00;
  color: #111111;
}

.renault-profile-context .btn-order-action.outline:hover {
  background: #fffbeb;
}

.renault-profile-context .btn-order-action.solid {
  background: #ffcc00;
  border: 1px solid #ffcc00;
  color: #111111;
}

.renault-profile-context .btn-order-action.solid:hover {
  background: #e6b800;
  border-color: #e6b800;
}

.renault-profile-context .favorites-custom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.renault-profile-context .favorite-item-card {
  background: var(--bg);
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.01);
  position: relative;
}

.renault-profile-context .fav-card-image-wrapper {
  width: 110px;
  height: 100px;
  background: #f8fafc;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.renault-profile-context .fav-card-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.renault-profile-context .discount-pill {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #ef4444;
  color: var(--bg);
  font-size: 11px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 20px;
  z-index: 2;
}

.renault-profile-context .fav-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: right;
}

.renault-profile-context .fav-product-title {
  font-size: 14px;
  font-weight: bold;
  color: #111111;
  margin: 0 0 6px 0;
  line-height: 1.4;
}

.renault-profile-context .fav-product-price {
  font-size: 16px;
  font-weight: 800;
  color: #d97706;
  margin-bottom: 12px;
}

.renault-profile-context .fav-card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.renault-profile-context .btn-delete-fav {
  width: 36px;
  height: 36px;
  background: var(--bg);
  border: 1px solid #fee2e2;
  border-radius: 8px;
  color: #f87171;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.renault-profile-context .btn-delete-fav:hover {
  background: #fef2f2;
  color: #ef4444;
  border-color: #fca5a5;
}

.renault-profile-context .btn-delete-fav svg {
  width: 16px;
  height: 16px;
}

.renault-profile-context .btn-add-to-cart {
  background: #ffcc00;
  color: #111111;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  flex-grow: 1;
  transition: background 0.2s ease;
}

.renault-profile-context .btn-add-to-cart:hover {
  background: #e6b800;
}

.renault-profile-context .settings-sections-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.renault-profile-context .settings-card-group {
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  padding: 24px;
  margin: 0;
  background: var(--bg);
}

.renault-profile-context .settings-card-group.border-danger-soft {
  border-color: #fee2e2;
}

.renault-profile-context .group-header {
  float: right;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 20px;
  padding: 0;
}

.renault-profile-context .group-header.text-danger {
  color: #ef4444;
}

.renault-profile-context .group-icon {
  width: 18px;
  height: 18px;
}

.renault-profile-context .group-icon.text-amber {
  color: #ffcc00;
}

.renault-profile-context .settings-rows-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  clear: both;
}

.renault-profile-context .settings-switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #f8fafc;
  gap: 20px;
}

.renault-profile-context .settings-switch-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.renault-profile-context .switch-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #111111;
  margin-bottom: 4px;
}

.renault-profile-context .switch-description {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

.renault-profile-context .renault-toggle-control {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

.renault-profile-context .renault-toggle-control input {
  opacity: 0;
  width: 0;
  height: 0;
}

.renault-profile-context .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cbd5e1;
  transition: .3s;
  border-radius: 24px;
}

.renault-profile-context .toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .3s;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.renault-profile-context .renault-toggle-control input:checked+.toggle-slider {
  background-color: #ffcc00;

}

.renault-profile-context .renault-toggle-control input:checked+.toggle-slider:before {
  transform: translateX(22px);
}

.renault-profile-context .group-body-action {
  clear: both;
  padding-top: 10px;
}

.renault-profile-context .btn-settings-action-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--bg);
  border: 1px solid #ffcc00;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: bold;
  color: #111111;
  cursor: pointer;
  transition: background 0.2s ease;
}

.renault-profile-context .btn-settings-action-outline:hover {
  background: #fffbeb;
}

.renault-profile-context .btn-settings-action-outline svg {
  width: 16px;
  height: 16px;
  color: #ffcc00;
}

.renault-profile-context .danger-zone-body {
  clear: both;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.renault-profile-context .danger-desc-text {
  font-size: 13px;
  color: #ef4444;
  margin: 0;
}

.renault-profile-context .btn-settings-action-danger {
  width: 100%;
  background: var(--bg);
  border: 1px solid #fee2e2;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: bold;
  color: #ef4444;
  cursor: pointer;
  transition: all 0.2s ease;
}

.renault-profile-context .btn-settings-action-danger:hover {
  background: #ef4444;
  color: var(--bg);
  border-color: #ef4444;
}

/* Order Detail Page Styles */
.renault-profile-context .btn-back-orders {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1a1a1a;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.renault-profile-context .btn-back-orders:hover {
  color: var(--accent-deep);
}

.renault-profile-context .order-detail-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.renault-profile-context .order-summary-card {
  background: var(--bg);
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.renault-profile-context .order-summary-main {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: right;
}

.renault-profile-context .order-summary-actions {
  display: flex;
  gap: 12px;
}

/* Tracker / Stepper */
.renault-profile-context .order-tracker-card {
  background: var(--bg);
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  padding: 30px 24px;
}

.renault-profile-context .tracker-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 10px;
}

.renault-profile-context .tracker-steps::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 50px;
  left: 50px;
  height: 4px;
  background: #f1f5f9;
  z-index: 1;
}

.renault-profile-context .tracker-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  flex: 1;
  text-align: center;
}

.renault-profile-context .step-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f8fafc;
  border: 2px solid #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #64748b;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.renault-profile-context .step-label {
  font-size: 14px;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 4px;
}

.renault-profile-context .step-time {
  font-size: 11px;
  color: #94a3b8;
}

/* Active and completed states */
.renault-profile-context .tracker-step.completed .step-icon {
  background: #ecfdf5;
  border-color: #10b981;
  color: #10b981;
}

.renault-profile-context .tracker-step.completed .step-label {
  color: #10b981;
}

.renault-profile-context .tracker-step.active .step-icon {
  background: #fffbeb;
  border-color: #ffcc00;
  color: #d97706;
  box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.15);
}

.renault-profile-context .tracker-step.active .step-label {
  color: #d97706;
  font-weight: 800;
}

/* Products card */
.renault-profile-context .order-products-card {
  background: var(--bg);
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  padding: 24px;
}

.renault-profile-context .order-products-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.renault-profile-context .order-product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #f1f5f9;
  gap: 16px;
}

.renault-profile-context .order-product-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.renault-profile-context .product-item-main {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: right;
}

.renault-profile-context .product-item-image {
  width: 80px;
  height: 80px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.renault-profile-context .product-item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.renault-profile-context .product-item-info h4 {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin: 0 0 6px 0;
}

.renault-profile-context .product-item-info .qty {
  font-size: 13px;
  color: #64748b;
}

.renault-profile-context .product-item-price {
  font-size: 16px;
  font-weight: 800;
  color: #111;
  white-space: nowrap;
}

/* Info Grid */
.renault-profile-context .order-info-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.renault-profile-context .info-card {
  background: var(--bg);
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  padding: 24px;
}

.renault-profile-context .info-card-title {
  font-size: 16px;
  font-weight: 800;
  color: #111;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px dashed #e2e8f0;
  padding-bottom: 12px;
}

.renault-profile-context .address-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: right;
}

.renault-profile-context .address-detail-item {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.renault-profile-context .address-detail-item .label {
  color: #64748b;
  min-width: 80px;
  flex-shrink: 0;
}

.renault-profile-context .address-detail-item .value {
  color: #111;
  font-weight: 700;
}

.renault-profile-context .pricing-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.renault-profile-context .pricing-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #64748b;
}

.renault-profile-context .pricing-row.total {
  border-top: 1px solid #e2e8f0;
  padding-top: 12px;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 800;
  color: #111;
}

.renault-profile-context .pricing-row.total .val {
  color: #d97706;
}

/* ==========================================================================
   Addresses Page Styles
   ========================================================================== */
.renault-profile-context .addresses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.renault-profile-context .address-card {
  background: var(--bg);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
  position: relative;
}

.renault-profile-context .address-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}

.renault-profile-context .address-card.is-primary {
  border-color: #ffcc00;
  background: #fffdf5;
}

.renault-profile-context .address-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 10px;
}

.renault-profile-context .address-card.is-primary .address-card-header {
  border-bottom-color: rgba(255, 204, 0, 0.2);
}

.renault-profile-context .address-card-title {
  font-weight: 700;
  font-size: 15px;
  color: #111;
  display: flex;
  align-items: center;
  gap: 8px;
}

.renault-profile-context .address-card-title i {
  color: #ffcc00;
  font-size: 18px;
}

.renault-profile-context .address-card-badge {
  background: #ecfdf5;
  color: #10b981;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
}

.renault-profile-context .address-card-body {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 20px;
}

.renault-profile-context .address-card-body p {
  margin: 6px 0;
}

.renault-profile-context .address-card-body strong {
  color: #111;
}

.renault-profile-context .address-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f1f5f9;
  padding-top: 14px;
  gap: 10px;
}

.renault-profile-context .address-card.is-primary .address-card-footer {
  border-top-color: rgba(255, 204, 0, 0.2);
}

.renault-profile-context .address-card-actions {
  display: flex;
  gap: 12px;
}

.renault-profile-context .btn-address-action {
  background: none;
  border: none;
  color: #64748b;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-family: 'Tajawal', sans-serif;
}

.renault-profile-context .btn-address-action:hover {
  background: #f1f5f9;
  color: #ffcc00;
}

.renault-profile-context .btn-address-action.delete:hover {
  background: #fef2f2;
  color: #ef4444;
}

.renault-profile-context .btn-set-default {
  background: none;
  border: none;
  color: #0284c7;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 8px;
  font-family: 'Tajawal', sans-serif;
  transition: all 0.2s ease;
}

.renault-profile-context .btn-set-default:hover {
  background: #f0f9ff;
}

/* Form inputs styling for address form */
.renault-profile-context .address-form-container {
  display: none;
  margin-top: 30px;
  border-top: 1px solid #f1f5f9;
  padding-top: 30px;
}

.renault-profile-context .address-form-container.is-active {
  display: block;
}

.renault-profile-context .address-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}

.renault-profile-context .btn-submit-address {
  background: #ffcc00;
  border: none;
  color: #111;
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Tajawal', sans-serif;
  transition: all 0.2s ease;
}

.renault-profile-context .btn-submit-address:hover {
  background: #e6b800;
}

.renault-profile-context .btn-cancel-address {
  background: none;
  border: 1px solid #cbd5e1;
  color: #64748b;
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Tajawal', sans-serif;
  transition: all 0.2s ease;
}

.renault-profile-context .btn-cancel-address:hover {
  background: #f8fafc;
}

/* ==========================================================================
   Checkout Page Styles
   ========================================================================== */

.checkout-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 30px;
  align-items: start;
}

.checkout-forms {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.checkout-section {
  background: var(--bg);
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}

.checkout-section-title {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  margin: 0 0 24px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px dashed #e2e8f0;
  padding-bottom: 16px;
}

.checkout-section-title i {
  color: #ffcc00;
  font-size: 20px;
}

.checkout-login-prompt {
  background: #fffbeb;
  border: 1px dashed #ffcc00;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.checkout-login-prompt h4 {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin: 0 0 4px 0;
}

.checkout-login-prompt p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

/* Saved Addresses Grid */
.saved-addresses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.address-radio-card {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  background: var(--bg);
  transition: all 0.2s ease;
  position: relative;
}

.address-radio-card:hover {
  border-color: #cbd5e1;
}

.address-radio-card.active {
  border-color: #ffcc00;
  background: #fffdf5;
}

.address-radio-card input[type="radio"] {
  accent-color: #ffcc00;
  margin-left: 8px;
  cursor: pointer;
}

.address-radio-card .address-label {
  font-weight: 700;
  color: #111;
  font-size: 14px;
}

.address-radio-card .default-badge {
  background: #ecfdf5;
  color: #10b981;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  margin-right: auto;
}

.address-radio-card .address-text {
  font-size: 12px;
  color: #64748b;
  margin: 8px 0 0 0;
  line-height: 1.5;
}

.address-radio-card.new-address-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border-style: dashed;
}

.address-radio-card.new-address-card i {
  font-size: 24px;
  color: #94a3b8;
  transition: color 0.2s ease;
}

.address-radio-card.new-address-card:hover i {
  color: #ffcc00;
}

/* Form inputs on Checkout */
.checkout-page .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.checkout-page .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkout-page .form-group.full-width {
  grid-column: span 2;
}

.checkout-page .form-label {
  font-size: 13px;
  font-weight: 700;
  color: #111;
}

.checkout-page .account-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-family: 'Tajawal', sans-serif;
  font-size: 14px;
  color: #111;
  background: var(--bg);
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.checkout-page .account-input:focus {
  outline: none;
  border-color: #ffcc00;
  box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.15);
}

.checkout-page .readonly-input {
  background: #f8fafc;
  color: #64748b;
  cursor: not-allowed;
}

.checkout-page .order-notes-area {
  min-height: 80px;
  resize: vertical;
}

/* Payment Methods */
.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-option {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.payment-option:hover {
  border-color: #cbd5e1;
}

.payment-option.active {
  border-color: #ffcc00;
  background: #fffdf5;
}

.payment-option-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffcc00;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.payment-option.active .payment-option-icon {
  background: #ffcc00;
  color: #111;
}

/* Sidebar Order Summary */
.order-summary-sidebar {
  background: var(--bg);
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
  position: sticky;
  top: 100px;
}

.summary-items-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  max-height: 280px;
  overflow-y: auto;
  padding-left: 5px;
}

/* Scrollbar styling for summary list */
.summary-items-list::-webkit-scrollbar {
  width: 6px;
}

.summary-items-list::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 10px;
}

.summary-items-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.summary-item-image {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.summary-item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.summary-item-info {
  flex-grow: 1;
  text-align: right;
}

.summary-item-title {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  margin: 0 0 4px 0;
  line-height: 1.4;
}

.summary-item-meta {
  font-size: 11px;
  color: #64748b;
}

.summary-item-price {
  font-size: 14px;
  font-weight: 800;
  color: #111;
}

/* Promo Code Box */
.promo-code-box {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.promo-input {
  flex-grow: 1;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-family: 'Tajawal', sans-serif;
  font-size: 13px;
}

.promo-input:focus {
  outline: none;
  border-color: #ffcc00;
}

.btn-apply-promo {
  background: #ffcc00;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 700;
  color: #111;
  font-size: 13px;
  cursor: pointer;
  font-family: 'Tajawal', sans-serif;
  transition: background 0.2s ease;
}

.btn-apply-promo:hover {
  background: #e6b800;
}

/* Applied Coupon info */
.applied-coupon-info {
  display: none;
  justify-content: space-between;
  align-items: center;
  background: #ecfdf5;
  border: 1px solid #10b981;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 20px;
}

.applied-coupon-text {
  color: #10b981;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-remove-coupon {
  background: none;
  border: none;
  color: #ef4444;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  display: flex;
  align-items: center;
}

/* Points box */
.points-redeem-box {
  background: #fffbeb;
  border: 1px dashed #ffcc00;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
}

.points-redeem-box p {
  margin: 0;
}

/* Totals styling */
.summary-totals {
  border-top: 1px solid #f1f5f9;
  padding-top: 20px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.total-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #64748b;
}

.total-row.grand-total {
  border-top: 1px solid #e2e8f0;
  padding-top: 16px;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 800;
  color: #111;
}

.total-row.grand-total span:last-child {
  color: #d97706;
}

.btn-place-order {
  width: 100%;
  background: #ffcc00;
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-weight: 800;
  color: #111;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Tajawal', sans-serif;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(255, 204, 0, 0.2);
}

.btn-place-order:hover {
  background: #e6b800;
  box-shadow: 0 6px 16px rgba(255, 204, 0, 0.3);
}

.btn-place-order:disabled {
  background: #cbd5e1;
  box-shadow: none;
  color: #94a3b8;
  cursor: not-allowed;
}

.about-story {
  padding: 60px 0 80px;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  direction: ltr;
}

.about-story-media {
  position: relative;
}

.about-story-media img {
  width: 100%;
  display: block;
  border-radius: 26px;
  box-shadow: 0 28px 45px rgba(0, 0, 0, 0.18);
}

.about-badge-card {
  position: absolute;
  bottom: 26px;
  left: 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: var(--dark);
  color: var(--bg);
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.about-badge-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--dark);
  font-weight: 800;
  font-size: 16px;
}

.about-badge-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.about-badge-text {
  display: block;
  font-size: 12px;
  color: #f5f5f5;
  opacity: 0.9;
}

.about-years {
  position: absolute;
  bottom: -18px;
  right: 26px;
  background: var(--bg);
  border: 3px solid var(--accent);
  color: var(--dark);
  font-weight: 800;
  padding: 10px 14px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  min-width: 110px;
  text-align: center;
}

.about-years-num {
  display: block;
  font-size: 24px;
  color: var(--accent);
  line-height: 1;
}

.about-years-text {
  display: block;
  font-size: 12px;
  color: #6b6b6b;
  font-weight: 700;
  margin-top: 6px;
}

.about-story-content .pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ffbf1f;
  color: var(--dark);
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
  direction: rtl;
  box-shadow: 0 8px 18px rgba(246, 177, 0, 0.35);
}

.about-story-content h2 {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 16px;
  direction: rtl;
  text-align: right;
}

.about-story-content p {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 12px;
  direction: rtl;
  text-align: right;
}

.about-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  direction: rtl;
  text-align: right;
}

.about-list li {
  position: relative;
  padding-right: 28px;
  color: #2b2b2b;
  font-weight: 700;
  font-size: 14px;
}

.about-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  background: #fff4d6;
}

.about-list li::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 10px;
  width: 8px;
  height: 4px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}

.about-timeline {
  position: relative;
  background: var(--bg);
  padding: 70px 0 90px;
  overflow: hidden;
}

.about-timeline::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 90px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath d='M0,80 C240,40 480,120 720,80 C960,40 1200,120 1440,80 L1440,0 L0,0 Z' fill='%23f9f9f9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.about-timeline .section-head {
  position: relative;
  z-index: 1;
  margin: 50px 0 0 0;
}

.about-timeline .section-underline {
  width: 72px;
  height: 4px;
  background: var(--accent);
}

.about-values {
  position: relative;
  background: #fbf6ee;
  padding: 70px 0 90px;
  overflow: hidden;
}

.about-values::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(246, 177, 0, 0.45), rgba(246, 177, 0, 0) 65%);
  left: 20%;
  top: 120px;
  transform: translateX(-50%);
  pointer-events: none;
}

.about-values::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border: 3px solid rgba(246, 177, 0, 0.55);
  border-radius: 50%;
  right: 6%;
  top: 120px;
  pointer-events: none;
}

.about-values .section-head {
  position: relative;
  z-index: 1;
}

.about-team {
  position: relative;
  background: var(--bg);
  padding: 70px 0 90px;
  overflow: hidden;
}

.about-team::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 90px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120" preserveAspectRatio="none"><path d="M0,80 C240,40 480,120 720,80 C960,40 1200,120 1440,80 L1440,0 L0,0 Z" fill="%23ffffff"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.about-team .section-head {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.about-stats {
  position: relative;
  background: linear-gradient(90deg, #ffbe2b 0%, #f6b100 55%, #f0a500 100%);
  padding: 40px 0 46px;
  overflow: hidden;
}

.about-stats::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 18%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.about-stats::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 8%;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.35);
  opacity: 0.6;
}

.about-stats .stats-grid::before,
.about-stats .stats-grid::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.about-stats .stats-grid::before {
  width: 28px;
  height: 28px;
  left: 34%;
  bottom: 18px;
}

.about-stats .stats-grid::after {
  width: 20px;
  height: 20px;
  right: 34%;
  bottom: 22px;
  background: rgba(255, 255, 255, 0.35);
}

.about-cta {
  background: var(--bg-light);
  padding: 70px 0 90px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.about-cta h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 12px;
}

.about-cta h2 span {
  color: var(--accent);
}

.about-cta p {
  color: #bdbdbd;
  margin: 0 auto 22px;
  max-width: 520px;
}

.about-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.about-cta .btn {
  padding: 12px 26px;
  border-radius: 16px;
  font-size: 14px;
}

.about-cta .btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--dark);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.about-cta .btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--bg);
  background: #222;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.about-page .site-footer {
  background: var(--dark);
}


.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.contact-icon {
  color: var(--accent);
  font-size: 12px;
}

.renault-contact-context .contact-hero {
  position: relative;
  background: #ffcc00;

  padding: 80px 0 140px 0;
  text-align: center;
  overflow: hidden;
}

.renault-contact-context .contact-hero-inner {
  position: relative;
  z-index: 5;
}

.renault-contact-context .contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #111111;
  color: var(--bg);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}

.renault-contact-context .contact-badge svg {
  width: 16px;
  height: 16px;
  color: #ffcc00;
}

.renault-contact-context .contact-hero h1 {
  font-size: 42px;
  font-weight: 900;
  color: #111111;
  margin: 0 0 15px 0;
}

.renault-contact-context .contact-divider {
  display: block;
  width: 400px;
  max-width: 80%;
  height: 4px;
  background-color: #111111;
  margin: 0 auto 20px auto;
  border-radius: 2px;
}

.renault-contact-context .contact-hero p {
  font-size: 18px;
  color: #222222;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.renault-contact-context .contact-hero-slope {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: var(--bg);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);

  z-index: 2;
}

.renault-contact-context .contact-cards {
  padding: 50px 0;
}

.renault-contact-context .contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.renault-contact-context .contact-card {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 33px 33px 30px;
  text-align: center;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 7%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.renault-contact-context .contact-card:hover {
  transform: translateY(-5px);
}

/* Icon container */
.renault-contact-context .contact-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  font-size: 28px;
}

.renault-contact-context .contact-icon.is-blue {
  background: #155DFC;
  color: #FFFFFF;
}

.renault-contact-context .contact-icon.is-green {
  background: #25D366;
  color: #FFFFFF;
}

.renault-contact-context .contact-icon.is-gold {
  background: linear-gradient(135deg, #FFB300 0%, #FFB501 16.67%, #FFB802 33.33%, #FFBA03 50%, #FFBC05 66.67%, #FFBF06 83.33%, #FFC107 100%);
  color: #1A1A1A;
}

/* Card heading */
.renault-contact-context .contact-card h3 {
  font-size: 20px;
  font-weight: 900;
  color: #1A1A1A;
  margin: 0 0 10px 0;
}

/* Card description */
.renault-contact-context .contact-card p {
  font-size: 16px;
  font-weight: 400;
  color: #6A7282;
  margin: 0 0 18px 0;
  line-height: 24px;
}

/* Contact value link */
.renault-contact-context .contact-link {
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  line-height: 28px;
  transition: opacity 0.2s ease;
}

.renault-contact-context .contact-link:hover {
  opacity: 0.8;
}

.renault-contact-context .contact-link.is-blue {
  color: #155DFC;
  font-size: 16px;
}

.renault-contact-context .contact-link.is-green {
  color: #00A63E;
}

.renault-contact-context .contact-link.is-gold {
  color: #FFB300;
}

.renault-contact-context .contact-main {
  background-color: var(--bg);
  padding: 40px 0 80px 0;
}

.renault-contact-context .contact-main-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;

  gap: 40px;
  align-items: start;
}

.renault-contact-context .contact-form-wrapper {
  background: var(--bg);
}

.renault-contact-context .contact-branches {
  background: var(--bg-light);
  padding: 80px 0;
}

.blog-controls {
  padding-top: 40px;
  text-align: center;
}

.blog-search {
  position: relative;
  max-width: 672px;
  /* Figma: 671.99px */
  margin: 0 auto 30px auto;
  width: 100%;
}

.blog-search input[type="search"] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 56px 10px 24px;
  background: #FFFFFF;
  border: 1.27px solid #E5E7EB;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  outline: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark);
  transition: all 0.3s ease;
}

.blog-search input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.blog-search input[type="search"]:focus {
  border-color: var(--accent);
  box-shadow: 0px 12px 20px -3px rgba(0, 0, 0, 0.15), 0px 6px 8px -4px rgba(0, 0, 0, 0.15);
}

.blog-search i {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #99A1AF;
  /* Figma vector border color */
  pointer-events: none;
  transition: color 0.3s ease;
}

.blog-search input[type="search"]:focus+i {
  color: var(--accent);
}

.blog-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.blog-tab {
  background-color: var(--bg);
  border: 1px solid #eef0f2;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #4a5568;
  cursor: pointer;
  box-shadow: 0 2px 3px rgb(0 0 0 / 4%);
  transition: all 0.2s ease;
}

.blog-tab.is-active {
  background-color: var(--accent);
  color: #000000;
  border-color: var(--accent);
}

.blog-count {
  font-size: 14px;
  color: #718096;
  margin-bottom: 40px;
  font-weight: 600;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
  grid-template-columns: repeat(3, 1fr);

}

.blog-card {
  background: var(--bg);
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  background-color: var(--bg);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.blog-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px 16px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
}

.blog-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #718096;
  margin-bottom: 15px;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.blog-meta i {
  font-size: 14px;
  color: #a0aec0;
}

.blog-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 12px 0;
  line-height: 1.6;
}

.blog-card p {
  font-size: 14px;
  color: #718096;
  margin: 0 0 20px 0;
  line-height: 1.7;
}

.blog-card:hover .arrow-icon {
  transform: translateX(-4px);

}

.blog-detail-hero {
  direction: rtl;
  position: relative;
  background-color: var(--accent);
  background-image:
    radial-gradient(circle at 75% 35%,
      rgba(255, 255, 255, 0.15) 0%,
      transparent 12%),
    radial-gradient(circle at 20% 25%,
      rgba(255, 255, 255, 0.2) 0%,
      transparent 8%),
    radial-gradient(circle at 40% 75%,
      rgba(255, 255, 255, 0.3) 0%,
      transparent 6%),
    radial-gradient(circle at 58% 60%,
      rgba(255, 255, 255, 0.4) 0%,
      transparent 4%),
    radial-gradient(circle at 50% 40%, #ffdf33 0%, transparent 70%);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px 140px 20px;
  text-align: center;
  overflow: hidden;
}

.blog-detail-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-detail-hero .blog-badge {
  background-color: var(--dark);
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 50px;
  margin-bottom: 25px;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.5px;
}

.blog-detail-hero h1 {
  color: var(--dark);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 30px 0;
  max-width: 800px;
  text-align: center;
}

.blog-detail-hero .blog-divider {
  display: block;
  width: 65%;
  max-width: 600px;
  height: 3px;
  background-color: var(--dark);
  border-radius: 2px;
  margin: 0 auto;
}

.blog-detail-hero .blog-hero-slope {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: var(--bg);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  z-index: 2;
  pointer-events: none;
}

.blog-detail-meta {
  direction: rtl;
  padding: 25px 0;
}

.blog-detail-meta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.blog-breadcrumb {
  font-size: 14px;
  font-weight: 700;
  color: #9aa0aa;
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
}

.blog-breadcrumb a {
  color: #636e72;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-breadcrumb a:hover {
  color: var(--accent-deep);
}

.blog-breadcrumb .bc-sep {
  color: #b2bec3;
  font-weight: 500;
}

.blog-breadcrumb .bc-current {
  color: var(--accent-deep);
}

.blog-detail-chips {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.blog-chip {
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  padding: 7px 15px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--bg);
  color: #2d3436;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}

.blog-chip.chip-primary {
  background: var(--accent);
  color: var(--dark);
  border-color: var(--accent);
  box-shadow: 0 6px 16px rgba(247, 181, 0, 0.25);
}

.blog-chip:not(.chip-primary) .chip-icon {
  color: #f39c12;
}

.blog-detail-head {
  text-align: right;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-detail-title {
  color: var(--dark);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
  width: 100%;
  text-align: right;
}

.blog-share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.blog-share .share-label {
  font-size: 14px;
  color: #7f8c8d;
  font-weight: 500;
  margin-left: 10px;
}

.blog-cover {
  width: 85%;
  justify-self: center;
  margin-bottom: 40px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.blog-cover img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.blog-article {
  width: 85%;
  background-color: var(--bg);
  padding: 50px 50px;
  border-radius: 24px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.015);
  margin: 0 auto;
}

.blog-article p {
  font-size: 16px;
  line-height: 1.95;
  margin-bottom: 25px;
}

.blog-article .blog-lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
}

.blog-article h3 {
  color: var(--dark);
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 20px 0;

}

.blog-article ul {
  margin: 0 0 30px 0;
  padding-right: 25px;

  list-style-type: none;
}

.blog-article ul li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 12px;
  position: relative;
}

.blog-article ul li::before {
  content: "•";
  color: #a0aec0;
  font-weight: bold;
  font-size: 1.3rem;
  position: absolute;
  right: -20px;
  top: -2px;
}

.blog-related {
  direction: rtl;
  background-color: #fafbfc;
  padding: 60px 20px 100px 20px;
}

.blog-related-title {
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 40px;
  position: relative;
  padding-right: 15px;
  text-align: right;
}

.blog-related-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  width: 4px;
  height: 70%;
  background-color: var(--accent);
  border-radius: 4px;
}

.blog-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.blog-card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--accent);
  color: var(--dark);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.blog-card-badge.bg-orange {
  background-color: var(--accent);
}

.blog-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: right;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #a0aec0;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.blog-card-meta svg {
  color: var(--accent);
}

.blog-card-btn svg {
  transition: transform 0.25s ease;
}

.blog-card-btn:hover svg {
  transform: translateX(-3px);
}


.service-item {
  background-color: #f7f9fa;
  border-radius: 14px;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #1a1a1a;
}

.service-item svg,
.service-item i {
  width: 24px;
  height: 24px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item:nth-child(1) svg,
.service-item:nth-child(1) i {
  color: #b5179e;
}

.service-item:nth-child(2) svg,
.service-item:nth-child(2) i {
  color: #0077b6;
}

.service-item:nth-child(3) svg,
.service-item:nth-child(3) i {
  color: #2ec4b6;
}

.services-lead {
  padding: 50px 0 0 0;
  text-align: center;
}

.services-list {
  padding: 20px 0 60px 0;
}

.service-card {
  background-color: var(--bg);
  border-radius: 32px;
  box-shadow: 0 1px 4px 1px rgb(0 0 0 / 7%);
  border: 1px solid #f0f2f5;
  display: flex;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

img {
  display: block;
  max-width: 100%;
}

.num {
  direction: ltr;
  unicode-bidi: isolate;
}

.app-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  z-index: 9999;
  background: var(--dark);
  color: var(--bg);
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease;
  pointer-events: none;
}

.app-toast.is-visible {
  transform: translateX(-50%) translateY(0);
}

.icon-btn.is-active {
  color: var(--accent);
}

.bg-white {
  background-color: #fff !important;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

.strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
  direction: ltr;
}

.strip-info {
  display: flex;
  align-items: center;
  gap: 12px;
  direction: rtl;
}

.strip-contacts {
  display: flex;
  align-items: center;
  gap: 12px;
  direction: rtl;
}

.strip-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.strip-contacts .divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.3);
}

.nav-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 10px;
  gap: 0px;
  direction: ltr;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}

.nav-center {
  display: flex;
  justify-content: center;
  direction: rtl;
}

.nav-right {
  display: flex;
  justify-content: flex-end;
  direction: rtl;
}

.nav-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-nav .nav-icons-mobile {
  display: none;
}

.icon-btn {
  position: relative;
  width: 33px;
  height: 33px;
  border-radius: 12px;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2b2b2b;
}

.icon-btn svg,
.icon-btn i {
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent-deep);
  color: var(--bg);
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row-reverse;
}

.logo img {
  height: 52px;
  object-fit: contain;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  text-align: right;
}

.logo-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
}

.logo-brand {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0;
  font-weight: 600;
  color: #5a5a5a;
  background: #f3f3f3;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid #ededed;
}

.main-nav a {
  position: relative;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.main-nav a.is-active::after {
  content: none;
}

.main-nav a.is-active {
  background: var(--bg);
  color: var(--dark);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.main-nav a:hover {
  color: var(--accent-deep);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
}

.nav-toggle i {
  font-size: 20px;
}

.section {
  padding: 70px 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.page-btn {
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  background: var(--bg);
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #eef0f2;
  background-color: var(--bg);
  color: #4a5568;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.01);
  transition: all 0.2s ease;
}

.page-btn.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--dark);
}

.page-btn.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #6a6a6a;
  font-size: 14px;
  padding: 0;
  margin: 0;
  gap: 18px;
  width: 100%;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-right: 35px;

  color: #555555;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}

.feature-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff3d0;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-icon svg {
  width: 12px;
  height: 12px;
}

.footer-wrapper {
  background: var(--dark);
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  position: relative;
  z-index: 1;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-brand-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-shield {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #0f1319;
  border: 1px solid rgba(255, 215, 0, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

.footer-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-title {
  font-size: 18px;
  font-weight: 700;
  color: #f4c14a;
}

.brand-subtitle {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--bg);
}

.footer-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #a0a5b1;
}

.footer-badge {
  display: inline-flex;
  margin-top: 8px;
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  gap: 8px;
  background: #f9b72221;
}

.badge-star {
  color: #ffd700;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--dark);
  color: var(--bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.footer-social a:hover {
  background: #2c3543;
  color: #ffd700;
}

.footer-social svg,
.footer-social i {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  color: #b3b3b3;
}

.footer-links a {
  width: 48%;
  color: #b3b3b3;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--bg);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.footer-title-bar {
  color: var(--accent);
  font-weight: 800;
}

.footer-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #b3b3b3;
  font-size: 14px;
}

.footer-item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-item-title {
  font-weight: 700;
  color: #e7e7e7;
}

.footer-icon {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: var(--dark);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-icon svg,
.footer-icon i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  stroke: currentColor;
}

.footer-branches .footer-item {
  width: 100%;
  align-items: center;
}

.footer-branch {
  direction: ltr;
  justify-content: flex-start;
  gap: 8px;
}

.branch-name {
  color: var(--bg);
  direction: rtl;
}

.branch-sep {
  color: #b3b3b3;
}

.branch-phone {
  color: #a0a5b1;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-item-muted {
  color: #a0a5b1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 0;
  margin-top: 34px;
  margin-bottom: 20px;
  font-size: 13px;
  position: relative;
  z-index: 1;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8c8c8c;
}

.footer-bottom-links a {
  color: #8c8c8c;
}

.footer-copy {

  color: #9aa0aa;
}

.footer-copy-name {
  color: var(--accent);
}

.whatsapp-fab {
  position: fixed;
  right: 18px;
  bottom: 90px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px 1px #00000047;
  z-index: 30;
}

.whatsapp-fab i {
  font-size: 30px;
  color: var(--bg);
}

.category-strip {
  padding: 50px 10px;
}

.category-title {
  font-weight: 600;
  color: #8b8b8b;
  font-size: 14px;
  white-space: nowrap;
  margin: 0;
}

.chip-list {
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.chip {
  padding: 10px 20px;
  border-radius: 16px;
  background: var(--bg);
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.05);
  font-weight: 600;
  font-size: 14px;
  color: #2e2e2e;
  transition: all 0.3s ease;
}

.chip:hover {
  color: #1a1a1a;
  background-color: var(--accent);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
}

.steps-grid::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 15%;
  right: 15%;
  height: 3px;
  background-color: #fce29a;
  z-index: 1;
}

.step-card {
  position: relative;
  background: var(--bg);
  border-radius: 32px;
  box-shadow: 0 2px 3px 1px rgb(0 0 0 / 6%);
  padding: 65px 25px 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 45px;
  flex: 1;
}

.step-top {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.step-number.num {
  width: 90px;
  height: 90px;
  background: var(--bg);
  color: var(--accent);
  font-size: 32px;
  font-weight: 700;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 3px 1px rgb(0 0 0 / 6%);
}

.step-icon {
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 32px;
  height: 32px;
  background-color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.step-icon svg,
.step-icon i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #1a1a17;
}

.step-card h3 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.step-card p {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.6;
  max-width: 260px;
  margin: 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  width: 100%;
  box-sizing: border-box;
}

.products-2 {
  grid-template-columns: repeat(3, 1fr);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  position: relative;
  z-index: 2;
}

.why-card {
  background: var(--bg-light);
  border-radius: 24px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 8%);
  border-bottom: 5px solid var(--accent);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card .image-wrapper {
  display: flex;
  flex-direction: row;
}

.why-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 25px;
}

.why-card .why-icon {
  box-shadow: 0px 3px 3px 0px #00000024;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 60px;
  font-size: 30px;
  color: var(--dark);
  background: var(--accent);
  border-radius: 30%;
  margin-bottom: 15px;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.why-card h3 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.why-card p {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.promo-box {
  max-width: 850px;
  margin: 0 auto;
}

.promo-content h2 {
  color: var(--bg);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.promo-content h2 .num {
  color: var(--accent);
}

.promo-content p {
  color: #a0a098;

  font-size: 16px;
  line-height: 1.8;
  max-width: 650px;
  margin: 0 auto 40px auto;
}

.promo-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.testimonials-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 0;
  z-index: 2;
}

.testimonials-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.testimonial-card {
  background: var(--bg);
  border-radius: 32px;
  padding: 40px 30px 30px 30px;
  box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 6%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  bottom: 7%;
  left: 7%;
  width: 300px;
  height: 246px;
  border-radius: 50px;
  background: rgb(255 183 3 / 20%);
  filter: blur(15px);
  z-index: 1;
  pointer-events: none;
}

.testimonial-card::after {
  content: "“";
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 50px;
  color: var(--accent);
  line-height: 1;
}

.testimonial-rating {
  color: var(--accent);
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.testimonial-card p {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: justify;
  position: relative;
  z-index: 2;
}

.testimonial-user {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  position: relative;
  justify-content: flex-end;
}

.testimonial-user div:nth-child(2) {
  order: 1;
}

.testimonial-user h4 {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.testimonial-user span {
  color: #8c8c8c;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.testimonial-user .avatar {
  width: 50px;
  height: 50px;
  background-color: #262626;
  color: var(--bg);
  font-size: 20px;
  font-weight: 700;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.15);
  margin-left: 10px;
}

.testimonial-user::after {
  content: "👍";
  position: absolute;
  right: 0;
  bottom: 12px;
  font-size: 16px;
  filter: sepia(1) saturate(5) hue-rotate(5deg);
  opacity: 0.8;
  display: none;
}

.branch-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.branch-card {
  background: var(--bg-light);
  border-radius: 28px;
  padding: 20px;
  text-align: center;
  box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 10%);
  border-bottom: 3px solid var(--accent);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.branch-number.num {
  color: var(--accent);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.branch-card h3 {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.branch-card h3 i {
  color: var(--accent);
  font-size: 18px;
}

.branch-card p {
  color: #8c8c8c;
  font-size: 13px;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.branch-phone.num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent);
  color: var(--dark);
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  padding: 10px 0;
  border-radius: 12px;
  margin-bottom: 12px;
}

.branch-phone.num a {
  gap: 6px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.branch-phone.num i {
  font-size: 14px;
  color: var(--dark);
}

.branches-hours {
  background-color: #fcfcfc;
  border: 1px solid #ededed;
  border-radius: 16px;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  max-width: 700px;
  margin: 0 auto;
  color: #555555;
  font-size: 14px;
}

.branches-hours i {
  color: var(--accent);
  font-size: 18px;
}

.branches-hours span:first-child {
  font-weight: 700;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 6px;
}

.branches-hours .divider {
  color: #dddddd;
  margin: 0 5px;
}

.search-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 0;
  z-index: 2;
}

.search-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.search-box {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.search-box h2 {
  color: #1a1a17;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.search-box h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #1a1a17;
  border-radius: 2px;
  margin: 25px auto 0 auto;
}

.search-box p {
  color: #1a1a17;
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0 35px 0;
}

.search-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.story-title-top,
.story-title-bottom {
  display: block;
}

.story-title-bottom {
  color: var(--accent);
}

.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
  padding-top: 34px;
  direction: rtl;
}

.timeline-track::before {
  content: "";
  position: absolute;
  top: 75px;
  left: 10%;
  right: 12%;
  height: 2px;
  background: var(--accent);
  opacity: 0.7;
}

.timeline-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.timeline-point>span {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--dark);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 1;
}

.timeline-card {
  margin-top: 18px;
  background: var(--bg-light);
  border-radius: 18px;
  padding: 16px 18px;
  min-height: 96px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}

.timeline-card h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--dark);
}

.timeline-card p {
  font-size: 12px;
  color: #6f6f6f;
  line-height: 1.7;
}

.values-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.value-card {
  background: var(--bg);
  border-radius: 18px;
  padding: 26px 18px 22px;
  text-align: center;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
  min-height: 190px;
}

.value-card.is-highlight {
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.14);
}

.value-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--accent);
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 14px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 17%);
}

.value-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--dark);
  font-weight: 800;
}

.value-card p {
  font-size: 12px;
  color: #7a7a7a;
  line-height: 1.7;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  position: relative;
  z-index: 1;
}

.team-card {
  background: var(--bg-light);
  border-radius: 20px;
  padding: 28px 18px 22px;
  text-align: center;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 7%);
  min-height: 220px;
}

.team-avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffcc4d 0%, #f39b00 100%);
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 16px;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 7%);
}

.team-card h3 {
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--dark);
  font-weight: 800;
}

.team-card p {
  font-size: 13px;
  color: #7a7a7a;
  margin-bottom: 10px;
}

.team-card::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: var(--accent);
  border-radius: 999px;
  margin: 8px auto 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  text-align: center;
  position: relative;
}

.stat-item strong {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: var(--dark);
}

.stat-item span {
  color: #2b1d05;
  font-weight: 700;
  font-size: 14px;
}

.img-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tag-safety {
  background-color: var(--accent);
}

.tag-maintenance {
  background-color: var(--accent);
}

.tag-tips {
  background-color: var(--accent);
}

.card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.read-more {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin-top: auto;
  gap: 8px;
}

.arrow-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 40px 0 60px 0;
}

.page-btn.active {
  background-color: var(--accent);
  color: #000000;
  border-color: var(--accent);
}

.page-nav {
  padding: 0 20px;
  color: var(--dark);
}

.page-btn:hover:not(.active) {
  background-color: #f7fafc;
  border-color: #cbd5e0;
}

.chip-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 15px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e2e8f0;
  background-color: var(--bg);
  color: #4a5568;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.share-btn.is-facebook {
  background-color: #3b5998;
  color: var(--bg);
  border-color: #3b5998;
}

.share-btn.is-whatsapp {
  background-color: #25d366;
  color: var(--bg);
  border-color: #25d366;
}

.share-btn.is-copy {
  background-color: #f1f2f6;
  color: #2c3e50;
  border-color: #e4e7eb;
}

.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.renault-contact-context {
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
}

.renault-contact-context .circle-1 {
  width: 180px;
  height: 180px;
  top: -40px;
  left: 10%;
}

.renault-contact-context .circle-2 {
  width: 260px;
  height: 260px;
  bottom: -20px;
  right: 5%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.renault-contact-context .circle-3 {
  width: 90px;
  height: 90px;
  top: 40px;
  right: 25%;
}

.renault-contact-context .circle-4 {
  width: 130px;
  height: 130px;
  bottom: 20px;
  left: 30%;
}

.renault-contact-context h2 {
  font-size: 28px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 25px 0;
}

.renault-contact-context .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.renault-contact-context .form-field.full {
  grid-column: span 2;
}

.renault-contact-context .form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.renault-contact-context .form-field label {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.renault-contact-context .form-field input,
.renault-contact-context .form-field textarea {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  color: #111111;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.renault-contact-context .form-field input:focus,
.renault-contact-context .form-field textarea:focus {
  border-color: #ffcc00;
  background-color: var(--bg);
  box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.2);
}

.renault-contact-context .send-svg {
  width: 18px;
  height: 18px;
  transform: scaleX(-1);
}

.renault-contact-context .map-card {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 25px;
  height: 280px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.renault-contact-context .map-card iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}


.renault-contact-context .hours-card {
  background: #ffcc00;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 24px rgba(255, 204, 0, 0.2);
  margin-bottom: 25px;
}

.renault-contact-context .hours-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #111111;
}

.renault-contact-context .hours-icon svg {
  width: 24px;
  height: 24px;
}

.renault-contact-context .hours-head h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.renault-contact-context .hours-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(17, 17, 17, 0.15);
  font-size: 15px;
  color: #111111;
  font-weight: 500;
}

.renault-contact-context .hours-row:last-child {
  border-bottom: none;
}




.renault-contact-context .branch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Branch Card — Figma Spec */
.renault-contact-context .branch-card {
  background: var(--bg);
  box-shadow: 0 3px 3px rgb(0 0 0 / 7%);
  border-radius: 16px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: none;
}

/* Icon box */
.renault-contact-context .branch-card-icon {
  background: var(--accent);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #1A1A1A;
  flex-shrink: 0;
  margin-left: 10px;
}

.branch-card-info {
  width: 100%;
  display: flex;
}

.branch-card-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Branch name */
.renault-contact-context .branch-card h3 {
  font-size: 20px;
  font-weight: 900;
  color: #1A1A1A;
  margin: 0;
  text-align: right;
}

/* Branch address */
.renault-contact-context .branch-card p {
  font-size: 14px;
  font-weight: 400;
  color: #6A7282;
  margin: 0;
  line-height: 23px;
  text-align: right;
}

/* Meta panel (phone + hours) */
.renault-contact-context .branch-card-meta {
  width: 100%;
  background: var(--bg-light);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.renault-contact-context .branch-card-meta .num {
  font-weight: 700;
  font-size: 14px;
  color: #4A5565;
}

.renault-contact-context .branch-card-meta .time {
  font-weight: 700;
  font-size: 14px;
  color: #4A5565;
}

/* Action buttons row */
.renault-contact-context .branch-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.renault-contact-context .action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s ease;
}

.renault-contact-context .action-btn:hover {
  opacity: 0.85;
}

.renault-contact-context .call-btn {
  background: var(--accent);
  color: var(--dark);
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 20px;
  height: auto;
}

.renault-contact-context .wa-btn {
  background: #25D366;
  color: #FFFFFF;
  padding: 7px 12px;
  border-radius: 20px;
  height: auto;
}


.decor-circle {
  position: absolute;
  width: 240px;
  height: 240px;
  border: 25px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  left: 8%;
  top: 10%;
}

.decor-dot {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

.dot-1 {
  width: 18px;
  height: 18px;
  right: 12%;
  top: 25%;
}

.dot-2 {
  width: 12px;
  height: 12px;
  left: 25%;
  bottom: 45%;
}

.dot-3 {
  width: 22px;
  height: 22px;
  right: 35%;
  top: 55%;
  opacity: 0.7;
}

.sidebar-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf2f7;

  margin-bottom: 18px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.sidebar-icon svg {
  color: var(--accent);
  display: block;
  width: 18px;
  height: 18px;
}

.sidebar-head h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dark);
  margin: 0;
  font-size: 16px;
  color: var(--dark);
}

.filter-block {
  margin-bottom: 18px;

  margin-bottom: 25px;
}

.filter-block h4 {
  font-size: 18px !important;
  font-weight: 800;
  color: var(--dark);
  margin: 0 0 12px 0;
  position: relative;
  padding-right: 10px;
}

.filter-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 5px;
  border-radius: 8px;
  font-size: 14px;
  color: #4a5568;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
}

.filter-option:hover:not(.is-active) {
  background-color: #f8fafc;
  color: var(--dark);
}

.filter-option.is-active {
  background-color: #ffeb9c;

  color: var(--dark);
  font-weight: 700;
}

.filter-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;

  height: 15px;
  border: 2px solid #cbd5e1;

  border-radius: 50%;
  outline: none;
  background-color: var(--bg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.filter-option input[type="radio"]:checked,
.filter-option.is-active input[type="radio"] {
  border-color: var(--accent);
  background-color: var(--accent);
}

.filter-option input[type="radio"]::before {
  content: "";
  width: 7px;

  height: 7px;
  border: 1.5px solid var(--dark);

  background-color: transparent;

  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.15s ease;
  display: block;
  box-sizing: border-box;
}

.filter-option input[type="radio"]:checked::before,
.filter-option.is-active input[type="radio"]::before {
  transform: scale(1);
}

.filter-option span {
  user-select: none;
}

.filter-clear {
  width: 100%;
  padding: 9px;

  background-color: var(--bg);
  border: 1px solid #e2e8f0;
  color: #718096;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.15s ease;
  margin-top: 6px;
}

.filter-clear:hover {
  background-color: #ef4444;

  color: var(--bg);
  border-color: #ef4444;
}

.card-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--dark);
  font-size: 11px;
  font-weight: 700;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  z-index: 2;
}

.card-badge.is-discount {
  background: #ff4d4f;
  color: var(--bg);
}

.card-category {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff3d0;
  color: var(--accent);
  font-weight: 700;
  font-size: 12px;
  width: fit-content;
}

.card-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  font-weight: 700;
  margin-top: auto;
  margin-bottom: 15px;
}

.card-price .current {
  color: var(--accent);
  font-size: 16px;
}

.current-2 {
  color: gray;
  font-size: 14px;
}

.card-price .old {
  color: #9e9e9e;
  text-decoration: line-through;
  font-weight: 500;
  font-size: 12px;
}

.card-actions {
  margin-top: auto;
}

.add-to-cart-btn {
  width: 100%;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  background-color: var(--accent);
  color: var(--dark);
  border-radius: 16px;
  padding: 7px 10px;
  box-shadow: 0 4px 15px rgba(255, 188, 0, 0.15);
  font-size: 14px;
}

.add-to-cart-btn:hover {
  background-color: #1a1a1a;
  background-color: #e6a800;
}



.offers-countdown {
  background-color: #1a1a1a;
  border-radius: 24px;
  padding: 20px 40px 25px 40px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.countdown-label {
  color: #a0aec0;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.countdown-boxes {
  display: flex;
  align-items: center;
  gap: 10px;
}

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.box-num {
  background-color: var(--accent);
  color: #000000;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-num .num {
  font-size: 24px;
  font-weight: 800;
}

.box-text {
  color: #a0aec0;
  font-size: 11px;
  font-weight: 600;
}

.countdown-separator {
  color: var(--accent);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}




.offers-feature {
  padding: 60px 0 0 0;
  background-color: #fcfbfa;
  direction: rtl;
}

.offer-card {
  background: linear-gradient(135deg, #1A1A1A 0%, #1D1D1D 11.11%, #1F1F1F 22.22%, #222222 33.33%, #252525 44.44%, #282828 55.56%, #2A2A2A 66.67%, #2D2D2D 77.78%, #303030 88.89%, #333333 100%);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.offer-card::before {
  content: "";
  position: absolute;
  width: 260.67px;
  height: 260.67px;
  left: 1106.68px;
  top: -175.91px;
  background: #FFB300;
  opacity: 0.1;
  border-radius: 50%;
  transform: rotate(169.06deg);
  pointer-events: none;
  z-index: 1;
}

.offer-card::after {
  content: "";
  position: absolute;
  width: 345.56px;
  height: 345.56px;
  left: -157.51px;
  top: 216.37px;
  background: #FFC107;
  opacity: 0.1;
  border-radius: 50%;
  transform: rotate(95.84deg);
  pointer-events: none;
  z-index: 1;
}

.offer-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
  z-index: 2;
  gap: 24px;
}

.offer-tag {
  background: #FFB300;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  color: #1A1A1A;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  border: none;
}

.offer-tag i {
  color: #1A1A1A;
  font-size: 16px;
}

.offer-info h2 {
  color: var(--bg);
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  text-align: right;
  margin: 0;
}

.offer-info p {
  color: #99A1AF;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: right;
  margin: 0;
  max-width: 526px;
}


.offer-media {
  flex: 1;
  position: relative;
  max-width: 548px;
  height: 280px;
  border-radius: 24px;
  z-index: 2;
}

.offer-media::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 30.89px;
  background: #FFB300;
  opacity: 0.3;
  filter: blur(64px);
  border-radius: 24px;
  z-index: -1;
}

.offer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: block;
}

.discount-circle-badge {
  line-height: 13px;
  position: absolute;
  top: 5px;
  right: -35px;
  width: 70px;
  height: 70px;
  background: #FB2C36;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--bg);
  z-index: 3;
  font-weight: bold;
  font-size: 18px;
}

.chips-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;

}

.chip-btn {
  background-color: #f0f2f5;
  color: #4a5568;
  border: none;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.chip-btn:hover {
  background-color: #e2e8f0;
}

.chip-btn.active {
  background-color: var(--accent);
  color: #000000;
}

.card-image-box {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #f7fafc;
  overflow: hidden;
}

.card-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discount-tag {
  background-color: #ef3737;
  color: var(--bg);
}

.new-tag {
  background-color: var(--accent);
  color: #000000;
}

.card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-category-tag {
  font-size: 11px;
  font-weight: 700;
  background-color: #fffaf0;
  padding: 3px 10px;
  border-radius: 6px;
  width: fit-content;
  margin-bottom: 10px;
}

.text-orange {
  color: #dd6b20;
  background-color: #fffaf0;
}

.text-gold {
  color: #b7791f;
  background-color: #fefcbf;
}

.product-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--dark);
  margin: 0 0 15px 0;
  line-height: 1.5;
  min-height: 44px;
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 900;
}

.old-price {
  font-size: 12px;
  color: #a0aec0;
  text-decoration: line-through;
  margin-bottom: 2px;
}

.current-price {
  font-size: 20px;
  font-weight: 800;
  color: var(--accent);
}

.currency-text {
  font-size: 13px;
  font-weight: 600;
}

.sidebar-icon {
  color: var(--accent);
  display: flex;
}

.filter-block h4::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 3px;
  height: 22px;
  background-color: var(--accent);
  border-radius: 2px;
}

.custom-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}

.custom-radio.active {
  background-color: #fef7e0;
}

.custom-radio input {
  display: none;
}

.radio-mark {
  width: 14px;
  height: 14px;
  border: 1.5px solid #a0aec0;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.custom-radio.active .radio-mark {
  border-color: var(--accent);
}

.custom-radio.active .radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: var(--accent);
  border-radius: 50%;
}

.radio-label {
  font-size: 13px;
  font-weight: 600;
  color: #4a5568;
}

.custom-radio.active .radio-label {
  color: #b7791f;
  font-weight: 700;
}

.filter-clear-btn {
  width: 100%;
  background-color: transparent;
  color: #718096;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-clear-btn:hover {
  background-color: #f7fafc;
  color: var(--dark);
}

#productHeroTitle {
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 900;
  margin: 0 auto 20px auto;
  position: relative;
  display: inline-block;
  width: auto;
  order: 2;

}

#productHeroTitle::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 45%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: var(--bg);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--bg);
}

.product-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  direction: rtl;
  padding: 15px 20px;
  gap: 10px;

  border-bottom: 1px solid #f0f0f0;

}

.product-breadcrumb a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}

.product-breadcrumb a:hover {
  color: #ffb300;
}

.product-breadcrumb span:not(:last-child) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;

  width: 6px;
  height: 10px;
  position: relative;
  margin: 0 4px;
}

.product-breadcrumb span:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #a0a0a0;
  border-left: 1.5px solid #a0a0a0;
  transform: rotate(-45deg);

}

.product-breadcrumb span:last-child {
  color: #ffb300;

  font-size: 14px;
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}

.product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.product-pill {
  background-color: #fff8e1;
  color: #ffb300;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
}

.product-code {
  color: #8c8c8c;
  font-size: 13px;
}

.product-stock {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #2ec4b6;
  background-color: #e6f9f7;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
}

.product-stock svg {
  width: 14px;
  height: 14px;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 25px;
}

.product-rating .stars {
  color: #ffb300;
  font-size: 18px;
}

.product-rating .num {
  font-weight: bold;
  color: #1a1a1a;
}

.product-rating .rating-count {
  color: #8c8c8c;
  font-size: 13px;
}

.product-price-box {
  background: linear-gradient(135deg, #ffc400 0%, #ffb300 100%);
  border-radius: 18px;
  padding: 20px 25px;
  width: 100%;
  max-width: 440px;
  box-shadow: 0 10px 25px rgba(255, 179, 0, 0.25);
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-row {
  gap: 20px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.product-price {
  color: #1a1a1a;
  font-size: 32px;
  font-weight: 900;
}

.product-old {
  color: #555555;
  text-decoration: line-through;
  font-size: 16px;
}

.discount-row {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-discount {
  background-color: #ff334b;
  color: var(--bg);
  font-size: 13px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 12px;
}

.save-amount {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: bold;
}

.product-info-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 440px;
  margin-bottom: 25px;
}

.info-card {
  background-color: #f7f9fa;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info-label {
  color: #8c8c8c;
  font-size: 12px;
}

.info-value {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: bold;
}

.text-green {
  color: #2ec4b6;
}

.product-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 440px;
  margin-bottom: 25px;
}

.product-total {
  font-size: 15px;
  font-weight: bold;
  color: #1a1a1a;
}

.product-total .num {
  color: #ffb300;
}

.qty-control {
  display: flex;
  align-items: center;
  border: 1px solid #e1e4e6;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--bg);
}

.qty-btn {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  color: #1a1a1a;
  transition: background 0.2s;
}

.qty-btn:hover {
  background-color: #f0f2f5;
}

#qtyValue {
  width: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.qty-label {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: bold;
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 440px;
  margin-bottom: 12px;
}

.product-mini-actions {
  display: flex;
  gap: 8px;
}

.icon-btnw {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid #e1e4e6;
  background-color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555555;
  transition: all 0.2s;
}

.icon-btnw:hover {
  background-color: #f7f9fa;
  border-color: #ccc;
}

.icon-btnw svg {
  width: 20px;
  height: 20px;
}

.product-action-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 440px;
  margin-bottom: 25px;
}

.product-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 440px;
}

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
}

.product-main-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-badge.is-discountw {
  position: absolute;
  width: 20%;
  top: 15px;
  left: 15px;

  background-color: #ff334b;
  color: var(--bg);
  font-size: 13px;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 14px;
  z-index: 2;
}

.product-thumbs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 12px;
  padding: 5px 0;
  cursor: grab;
  user-select: none;
  width: 100%;
}

.product-thumbs::-webkit-scrollbar {
  display: none;
}

.product-thumbs button {
  flex: 0 0 auto;
  width: 130px;
  background: none;
  border: 2px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  aspect-ratio: 1.3 / 1;
  background-color: #f7f9fa;
  scroll-snap-align: start;
}

.product-thumbs button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumbs button.is-active {
  border-color: #ffb300;
}

.product-panels {
  position: relative;
  background-color: #f8fafc;

  background-image: radial-gradient(circle at top left, rgba(230, 235, 240, 0.6) 0%, transparent 40%),
    radial-gradient(circle at bottom right, rgba(230, 235, 240, 0.6) 0%, transparent 40%);
  padding: 60px 20px;
  direction: rtl;
  overflow: hidden;
}

.product-panels-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.panel {
  background-color: var(--bg);
  border-radius: 24px;

  padding: 40px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.3s ease;
}

.panel-title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 25px 0;
  position: relative;
  padding-right: 15px;

  display: inline-block;
}

.panel-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 4px;
  background-color: #ffb300;

  border-radius: 4px;
}

#productDescription {
  color: #555555;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
  font-weight: 500;
}

.feature-list li::before {
  content: "";
  position: absolute;
  right: 0;
  width: 22px;
  height: 22px;
  background-color: #ffb300;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(255, 179, 0, 0.4);


  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231a1a1a'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>");
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
}

.product-related {
  padding: 60px 20px;
  background-color: var(--bg);
  direction: rtl;
  width: 100%;
}

.related-section-title {
  color: #1a1a1a;
  font-size: 26px;
  font-weight: 900;
  margin: 0;
  position: relative;
  padding-right: 15px;
}

.related-section-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 4px;
  background-color: #ffb300;
  border-radius: 4px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.package-details-side {
  flex: 0.9;
  background-color: #fafbfc;
  padding: 40px;
  border-left: 1px solid #f0f2f5;

  display: flex;
  flex-direction: column;
}

.package-parts-container {
  flex: 1.25;
  padding: 65px 45px 35px 35px;
  position: relative;
  background-color: var(--bg);
}

.badge-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 10px;
}

.car-tag {
  background-color: #fefcbf;
  color: #b7791f;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
}

.car-tag.car-tag-all {
  background-color: #f7fafc;
  color: #4a5568;
  border: 1px solid #edf2f7;
}

.discount-badge {
  background-color: #e53e3e;
  color: var(--bg);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
}

.package-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.package-description {
  font-size: 13.5px;
  color: #718096;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.features-list li {
  font-size: 13.5px;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.features-list li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffbc00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.guarantee-badge {
  position: absolute;
  top: 25px;
  left: 35px;

  background-color: #e6f7ed;
  color: #2f855a;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.parts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Dynamic columns based on number of items */
.parts-grid:has(> .part-item:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

.parts-grid:has(> .part-item:nth-child(5):last-child),
.parts-grid:has(> .part-item:nth-child(6):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

.parts-grid:has(> .part-item:nth-child(7):last-child),
.parts-grid:has(> .part-item:nth-child(8):last-child) {
  grid-template-columns: repeat(4, 1fr);
}

.part-item {
  margin: 10px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 125px;
}

.part-image-box {
  background-color: #fafbfc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 5px;
  flex-direction: column;
}

.part-image-box img {
  width: 135px;
  height: 135px;
  object-fit: cover;
}

.part-name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #4a5568;
}

/* Hide static HTML plus-circle elements */
.package-parts-container>.plus-circle {
  display: none;
}

/* Dynamic plus signs between part items */
.part-item {
  position: relative;
}

.part-item::after {
  content: "+";
  position: absolute;
  left: -25px;
  /* Centers the plus sign in the gap */
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: var(--bg);
  border: 1px solid #edf2f7;
  color: #a0aec0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  z-index: 2;
  pointer-events: none;
}

.badge-wrapper.page-small {
  display: none;
}

.badge-wrapper.page-big {
  display: flex;
}

/* Hide plus signs for last column of 2-column grid (default) */
.parts-grid .part-item:nth-child(2n)::after {
  display: none;
}

/* Hide plus signs for last column of 3-column grid */
.parts-grid:has(> .part-item:nth-child(3):last-child) .part-item::after,
.parts-grid:has(> .part-item:nth-child(5):last-child) .part-item::after,
.parts-grid:has(> .part-item:nth-child(6):last-child) .part-item::after {
  display: flex;
}

.parts-grid:has(> .part-item:nth-child(3):last-child) .part-item:nth-child(3n)::after,
.parts-grid:has(> .part-item:nth-child(5):last-child) .part-item:nth-child(3n)::after,
.parts-grid:has(> .part-item:nth-child(6):last-child) .part-item:nth-child(3n)::after {
  display: none;
}

/* Hide plus signs for last column of 4-column grid */
.parts-grid:has(> .part-item:nth-child(7):last-child) .part-item::after,
.parts-grid:has(> .part-item:nth-child(8):last-child) .part-item::after {
  display: flex;
}

.parts-grid:has(> .part-item:nth-child(7):last-child) .part-item:nth-child(4n)::after,
.parts-grid:has(> .part-item:nth-child(8):last-child) .part-item:nth-child(4n)::after {
  display: none;
}

/* Always hide plus sign on the absolute last item */
.parts-grid .part-item:last-child::after {
  display: none;
}

.price-box {
  margin-top: auto;
  margin-bottom: 15px;
  text-align: right;

}

.old-price-line {
  font-size: 13px;
  color: #a0aec0;
  margin-bottom: 2px;
}

.old-num {
  text-decoration: line-through;
}

.current-price-line {
  color: var(--dark);
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;

  gap: 5px;
}

.current-num {
  font-size: 32px;
  font-weight: 800;
}

.currency {
  font-size: 15px;
  font-weight: 600;
}

.app-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 11, 10, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 99991;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.app-drawer-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.app-drawer {
  overflow: hidden;
  position: fixed;
  top: 0;
  height: 100%;
  width: 400px;
  max-width: 85%;
  background: var(--bg);
  z-index: 99991;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  visibility: hidden;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.45s;
}

.app-drawer.is-active {
  transform: translateX(0);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  visibility: visible;
}

.app-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1.5px solid #f4f4f4;
  background: var(--bg);
}

.app-drawer-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
}

.app-drawer-title svg,
.app-drawer-title i {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: var(--accent-deep);
}

.app-drawer-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  color: #8c8c8c;
  transition: all 0.3s ease;
  border: none;
}

.app-drawer-close:hover {
  background: #ff4d4f;
  color: var(--bg);
  transform: rotate(90deg);
}

.app-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.account-profile-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1.5px solid #f4f4f4;
  margin-bottom: 20px;
}

.account-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 32px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent);
}

.account-name {
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
}

.account-email {
  font-size: 13px;
  color: var(--muted);
}

.account-menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.account-menu-item {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  transition: background 0.25s ease;
  font-weight: 600;
}

.account-menu-item:hover {
  background: #f9f9f9;
  color: var(--accent-deep);
}

.account-menu-item svg,
.account-menu-item i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: var(--muted);
}

.account-menu-item:hover svg {
  color: var(--accent-deep);
}

.fav-items-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fav-item {
  display: flex;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #eee;
}

.fav-item-img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  object-fit: cover;
  background: #f9f9f9;
  border: 1px solid #eee;
}

.fav-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fav-item-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.fav-item-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-deep);
}

.fav-item-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fav-add-to-cart {
  font-size: 12px;
  color: var(--accent-deep);
  font-weight: 700;
  cursor: pointer;
}

.fav-remove {
  color: #ff4d4f;
  font-size: 12px;
  cursor: pointer;
}

.search-input-wrapper {
  position: relative;
  margin-bottom: 24px;
}

.search-input-wrapper svg,
.search-input-wrapper i {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: var(--muted);
}

.search-recent-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--ink);
}

.search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search-tag {
  padding: 6px 14px;
  background: #f5f5f5;
  border-radius: 99px;
  font-size: 13px;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.2s ease;
}

.search-tag:hover {
  background: var(--accent-soft);
  color: var(--accent-deep);
}

/* Categories Accordion */
.categories-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-item {
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  background: #fdfdfd;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 12px rgba(247, 181, 0, 0.05);
}

.accordion-header {
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: right;
}

.header-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.header-title i {
  font-size: 20px;
  color: var(--accent-deep);
}

.arrow-icon {
  font-size: 18px;
  color: #8c8c8c;
  transition: transform 0.3s ease;
}

.accordion-item.is-active .arrow-icon {
  transform: rotate(180deg);
  color: var(--accent-deep);
}

.accordion-item.is-active {
  border-color: var(--accent);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: #fafafa;
  border-top: 1px solid transparent;
}

.accordion-item.is-active .accordion-content {
  border-top: 1px solid #f0f0f0;
}

.subcategory-links {
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
}

.subcategory-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #595959;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease;
}

.subcategory-links a:last-child {
  border-bottom: none;
}

.subcategory-links a:hover {
  color: var(--accent-deep);
  padding-right: 6px;
}

.subcategory-links a i {
  font-size: 16px;
  color: #bfbfbf;
  transition: color 0.2s ease;
}

.subcategory-links a:hover i {
  color: var(--accent-deep);
}

/* ==========================================================================
   Register Page Split Layout
   ========================================================================== */
.register-page-main {
  padding: 0px 0 25px;
  background: #f8fafc;
}

.register-split-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0;
  align-items: stretch;
  background: var(--bg);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid #e2e8f0;
}

/* Side Hero Section */
.register-side-hero {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: var(--bg);
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.register-side-hero .hero-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.register-side-hero .decor-circle {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.12) 0%, transparent 70%);
  top: -60px;
  right: -60px;
}

.register-side-hero .decor-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 204, 0, 0.25);
}

.register-side-hero .decor-dot.dot-1 {
  bottom: 20%;
  left: 10%;
}

.register-side-hero .decor-dot.dot-2 {
  top: 15%;
  right: 20%;
}

.register-side-hero .side-hero-content {
  position: relative;
  z-index: 2;
}

.register-side-hero .catalog-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 204, 0, 0.1);
  color: #ffcc00;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 204, 0, 0.2);
}

.register-side-hero h1 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 16px 0;
  color: var(--bg);
}

.register-side-hero .catalog-divider {
  width: 60px;
  height: 4px;
  background: #ffcc00;
  display: block;
  border-radius: 2px;
  margin-bottom: 24px;
}

.register-side-hero p {
  font-size: 15px;
  line-height: 1.8;
  color: #94a3b8;
  margin: 0 0 35px 0;
}

.register-side-hero .side-hero-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.register-side-hero .feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.register-side-hero .feature-item i {
  font-size: 20px;
  color: #ffcc00;
  background: rgba(255, 204, 0, 0.1);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.register-side-hero .feature-item span {
  font-size: 14px;
  font-weight: 600;
  color: #cbd5e1;
}

/* Form Section */
.register-form-box {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.register-form-box .form-header {
  margin-bottom: 30px;
}

.register-form-box .form-header h2 {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  margin: 0 0 8px 0;
}

.register-form-box .form-header p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

.register-form-box .register-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.register-form-box .form-group.full {
  grid-column: span 2;
}

.register-form-box .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.register-form-box .form-label {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
}

.register-form-box .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.register-form-box .input-wrapper input {
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 44px 14px 18px;
  font-size: 14px;
  color: #334155;
  font-weight: 500;
  outline: none;
  font-family: 'Tajawal', sans-serif;
  transition: all 0.2s ease;
}

.register-form-box .input-wrapper input:focus {
  border-color: #ffcc00;
  background: var(--bg);
  box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.15);
}

.register-form-box .input-wrapper i {
  position: absolute;
  right: 16px;
  color: #94a3b8;
  font-size: 18px;
  pointer-events: none;
}

.register-form-box .btn-submit-register {
  width: 100%;
  background: #ffcc00;
  color: #111;
  border: none;
  padding: 14px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Tajawal', sans-serif;
  transition: all 0.2s ease;
  margin-top: 10px;
}

.register-form-box .btn-submit-register:hover {
  background: #e6b800;
}

.register-form-box .terms-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #64748b;
  cursor: pointer;
  user-select: none;
  margin: 5px 0 15px;
}

.register-form-box .terms-checkbox-label input {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: #ffcc00;
}

.register-form-box .terms-checkbox-label a {
  color: #0284c7;
  text-decoration: none;
}

.register-form-box .terms-checkbox-label a:hover {
  text-decoration: underline;
}

.register-form-box .login-cta-text {
  text-align: center;
  font-size: 14px;
  color: #64748b;
  margin-top: 24px;
}

.register-form-box .login-cta-text a {
  color: #d97706;
  font-weight: 700;
  text-decoration: none;
}

.register-form-box .login-cta-text a:hover {
  text-decoration: underline;
}

/* Responsive Split Layout */
@media (max-width: 991px) {
  .register-side-hero {
    padding: 40px;
  }

  .register-form-box {
    padding: 40px;
  }
}

/* ==========================================================================
   Login Page Themes & Color Overrides
   ========================================================================== */
.login-page .register-side-hero {
  background: linear-gradient(135deg, #f7b500 0%, #f39b00 100%);
  color: #111827;
}

.login-page .register-side-hero .decor-circle {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, transparent 70%);
}

.login-page .register-side-hero .decor-dot {
  background: rgba(255, 255, 255, 0.5);
}

.login-page .register-side-hero .catalog-badge {
  background: rgba(17, 24, 39, 0.08);
  color: #111827;
  border-color: rgba(17, 24, 39, 0.15);
}

.login-page .register-side-hero h1 {
  color: #111827;
}

.login-page .register-side-hero .catalog-divider {
  background: #111827;
}

.login-page .register-side-hero p {
  color: #1f2937;
  font-weight: 500;
}

.login-page .register-side-hero .feature-item i {
  color: #f7b500;
  background: #111827;
}

.login-page .register-side-hero .feature-item span {
  color: #111827;
  font-weight: 700;
}

.login-page .btn-submit-register {
  background: #f7b500;
}

.login-page .btn-submit-register:hover {
  background: #f39b00;
}

.login-page .login-cta-text a {
  color: #f39b00;
}

/* ==========================================================================
   Forgot Password Page & OTP Styles
   ========================================================================== */
.forgot-password-page,
.profile-page {
  display: flex;
  min-height: 100vh;
  --accent: #f7b500;
  --accent-deep: #f39b00;
  align-items: center;
  justify-content: center;
}

.forgot-password-page .register-side-hero {
  --accent: #f7b500;
  --accent-deep: #f39b00;
}

.forgot-step {
  display: none;
}

.forgot-step.is-active {
  display: block;
  animation: forgotFadeIn 0.4s ease forwards;
}

@keyframes forgotFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.otp-input-group {
  display: flex;
  justify-content: center;
  gap: 12px;
  direction: ltr;
  margin: 15px 0 25px 0;
}

.otp-input-group input {
  width: 54px;
  height: 58px;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 12px;
  outline: none;
  font-family: 'Tajawal', sans-serif;
  transition: all 0.2s ease;
  color: #111827;
}

.otp-input-group input:focus {
  border-color: var(--accent);
  background: var(--bg);
  box-shadow: 0 0 0 3px rgba(247, 181, 0, 0.15);
}

.success-checkmark {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  font-size: 42px;
  border-radius: 50%;
  animation: successScaleUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes successScaleUp {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.forgot-password-page .register-side-hero {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #111827;
}

.forgot-password-page .register-side-hero .decor-circle {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, transparent 70%);
}

.forgot-password-page .register-side-hero .decor-dot {
  background: rgba(255, 255, 255, 0.5);
}

.forgot-password-page .register-side-hero .catalog-badge {
  background: rgba(17, 24, 39, 0.08);
  color: #111827;
  border-color: rgba(17, 24, 39, 0.15);
}

.forgot-password-page .register-side-hero h1 {
  color: #111827;
}

.forgot-password-page .register-side-hero .catalog-divider {
  background: #111827;
}

.forgot-password-page .register-side-hero p {
  color: #1f2937;
  font-weight: 500;
}

.forgot-password-page .register-side-hero .feature-item i {
  color: #f7b500;
  background: #111827;
}

.forgot-password-page .register-side-hero .feature-item span {
  color: #111827;
  font-weight: 700;
}

.forgot-password-page .btn-submit-register {
  background: #f7b500;
}

.forgot-password-page .btn-submit-register:hover {
  background: #f39b00;
}

.forgot-password-page .login-cta-text a {
  color: #f39b00;
}

.bottom-nav-bar-container {
  display: none;
}

.hero-content.mobile {
  display: none;
}

.cont-button-bar.active {
  text-align: center;
  width: 55px;
  height: 55px;
  transform: translate(0px, -21px);
  background: var(--accent);
  border-radius: 50px;
  border: 4px solid var(--bg);
}

.cont-button-bar.active * {
  color: var(--dark) !important;
}

.cont-button-bar.active i {
  height: 15px;
  font-size: 16px;
}

.cont-button-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qty-continer {
  display: flex;
  align-items: center;
  gap: 9px;
}

.qty-label {
  display: block;
}

@media (max-width: 1200px) {
  .branch-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .related-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .strip-contacts {
    display: none;
  }

  .hero-stats {
    justify-content: center;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .whatsapp-fab {
    width: 40px;
    height: 40px;
  }

  .whatsapp-fab i {
    font-size: 22px;
  }

  .nav-inner {
    padding: 3px 15px;
  }

  .hero .stat-card {
    padding: 2px 10px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .strip-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .strip-info,
  .strip-contacts {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-icons {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .nav-icons button[data-drawer-trigger="account"],
  .nav-icons a[href="profile.html"],
  .nav-icons a[href="login.html"],
  .nav-icons a[href="register.html"] {
    display: none !important;
  }

  .main-nav {
    display: none !important;
  }

  .mobile-menu-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .mobile-menu-body a {
    display: block;
    width: auto;
    margin: 4px 20px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 700;
    color: #475569;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    text-align: right;
    transition: all 0.2s ease;
  }

  .mobile-menu-body a.is-active,
  .mobile-menu-body a:hover {
    background: #fff8e6;
    color: var(--accent);
    box-shadow: none;
  }

  .nav-toggle {
    justify-content: center;
    display: flex;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 24px !important;
  }

  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-grid,
  .branch-list,
  .related-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 10px 0 30px 0;
    margin: 0 -24px;
    cursor: grab;
    user-select: none;
  }

  .testimonial-grid::before,
  .branch-list::before,
  .related-grid::before {
    content: "";
    flex: 0 0 5px;
    scroll-snap-align: start;
  }

  .testimonial-grid::after,
  .branch-list::after,
  .related-grid::after {
    content: "";
    flex: 0 0 5px;
  }

  .testimonial-grid.dragging-scroll,
  .branch-list.dragging-scroll,
  .related-grid.dragging-scroll {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
  }

  .testimonial-grid::-webkit-scrollbar,
  .branch-list::-webkit-scrollbar,
  .related-grid::-webkit-scrollbar {
    display: none;
  }



  .testimonial-grid .testimonial-card,
  .branch-list .branch-card,
  .related-grid .product-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .testimonial-grid .testimonial-card {
    width: 290px;
    padding: 20px 15px 24px 15px;
  }

  .branch-list .branch-card {
    width: 230px;
  }

  .related-grid .product-card {
    width: 220px;
  }

  .site-footer {
    padding-bottom: 50px;
  }

  .promo-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-track::before {
    left: 12%;
    right: 12%;
  }

  .values-grid,
  .team-grid,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-detail-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-cover img {
    height: 220px;
  }

  .blog-article {
    padding: 18px;
  }

  .contact-cards-grid,
  .branch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-main-grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .catalog-body-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "sidebar"
      "list";
  }

  .catalog-count {
    width: 100%;
    margin-inline-start: 0;
  }

  .hero .floating-shape {
    display: none;
  }

  .hero {
    height: 89vh;
  }


  .hero .hero-content p {
    margin: 0 0 20px 0;
  }

  .renault-profile-context .favorites-custom-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .renault-profile-context .tracker-steps {
    flex-direction: column;
    gap: 30px;
  }

  .renault-profile-context .tracker-step {
    align-items: flex-start;
  }

  .renault-profile-context .step-icon {
    bottom: -20px;
  }

  .renault-profile-context .order-info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero .badge {
    justify-content: center;
  }


  .hero .hero-cta {
    justify-content: center;
  }

  .hero .hero-stats {
    justify-content: center;
  }

  .hero .hero-prev {
    right: 0px;
  }

  .hero .circle-btn {
    width: 30px;
    height: 30px;
  }

  .hero .hero-next {
    left: 0px;
  }

  .catalog-body-grid {
    flex-direction: column;

  }

  .catalog-sidebar {
    display: none !important;
  }

  .catalog-controls {
    display: block !important;
  }


  .package-details-side {
    padding: 40px 25px;
  }

  .parts-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
    gap: 15px;
  }

  .part-image-box img {
    width: 100% !important;
    max-width: 135px;
    height: auto !important;
    aspect-ratio: 1 / 1;
  }

  .package-parts-container {
    padding: 65px 25px 35px 25px;
  }

  .part-item::after {
    display: none !important;
  }

  .steps-grid {
    gap: 10px;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .step-card {
    padding: 65px 10px 30px 10px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .renault-contact-context .contact-cards-grid,
  .renault-contact-context .branch-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .renault-contact-context .contact-main-grid {
    grid-template-columns: 1fr;
  }

  .renault-profile-context .profile-main-grid {
    grid-template-columns: 230px 1fr;
    gap: 20px;
  }

  .renault-profile-context .menu-item {
    padding: 8px 10px;
    font-size: 14px;

  }

  .renault-profile-context .profile-sidebar-menu {
    grid-column: auto;
  }

  .renault-profile-context .profile-form-wrapper {
    grid-column: auto;
  }

  .renault-profile-context .profile-banner {
    gap: 15px;
    text-align: center;
  }

  .renault-profile-context .profile-banner-user {
    flex-direction: column;
  }

  .renault-profile-context .profile-banner-left-actions {
    flex-direction: column;
    gap: 15px;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .product-info {
    align-items: center;
  }

  .product-title {
    text-align: center;
  }

  .product-panels-grid {
    grid-template-columns: 1fr;

    gap: 20px;
  }

  .panel {
    padding: 30px;
  }

  .panel-title {
    font-size: 20px;
  }

  #productDescription,
  .feature-list li {
    font-size: 14px;
  }

  /* .related-grid {
    grid-template-columns: repeat(2, 1fr);
  } */

  .related-section-title {
    font-size: 22px;
  }

  .offer-card {
    padding: 25px;
    gap: 10px;
  }

  .offer-card::before,
  .offer-card::after {
    display: none;
  }

  .offer-media {
    max-width: 100%;
    width: 100%;
    height: 240px;
  }

  .offer-info {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .offer-info h2 {
    font-size: 26px;
    text-align: center;
  }

  .offer-info p {
    text-align: center;
  }


  .discount-circle-badge {
    left: 16px;
    right: -22px;
    top: -17px;
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .bottom-nav-bar-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--bg);
    border-radius: 20px 20px 0 0;
    position: fixed;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.05);
    direction: rtl;
  }

  .bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #64748b;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    flex: 1;
    position: relative;
    transition: all 0.25s ease;
  }

  .bottom-nav-item i {
    margin-bottom: 0px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #64748b;
    background: transparent;
    transition: all 0.3s;
    height: 22px;
  }

  .bottom-nav-item span {
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    transition: all 0.25s ease;
  }

  .product-detail .product-detail-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }

  .product-detail .product-gallery,
  .product-detail .product-info {
    width: 100%;
  }

  .product-detail .product-main-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .product-detail .product-thumbs button {
    width: 85px;
    border-radius: 12px;
  }

  .product-detail .product-actions .btn-full {
    width: 100%;
    box-sizing: border-box;
  }

  .product-detail .product-action-row .btn {
    width: 48%;
    display: inline-block;
  }

  .product-detail .product-action-row {
    display: flex;
    gap: 0.5rem;
  }

  .product-detail .product-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .product-detail .product-info-cards {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  .product-detail .info-card {
    flex: 1 1 45%;
  }

  .product-detail .qty-control {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .profile-sidebar-menu {
    display: none;
  }

  .footer-copy {
    margin-bottom: 40px;
  }

  .renault-profile-context .profile-hero h1 {
    font-size: 24px;
    font-weight: 700;
  }

  .renault-profile-context .profile-divider {
    width: 200px;
    height: 3px;
  }

  .renault-profile-context .profile-hero p {
    font-size: 16px;
  }

  .renault-profile-context .profile-avatar {
    width: 60px;
    height: 60px;
  }

  .renault-profile-context .profile-banner {
    padding: 15px 30px;
  }

  .renault-profile-context .profile-user {
    font-size: 20px;
  }

  .renault-profile-context .profile-banner-user {
    gap: 10px;
  }

  .register-split-layout {
    grid-template-columns: 1fr;
  }

  .login-page .register-side-hero,
  .register-side-hero {
    display: none;
  }

  .section.products .section-head.row .btn.btn-outline {
    display: none;
  }

  .hero .container.hero-inner {
    flex-direction: column !important;
    gap: 0px;
  }

  .hero {
    padding-top: 30px;
  }

  .hero .hero-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .hero h1 {
    font-size: 28px;
    text-align: center;
  }

  .hero .btn {
    width: 135px !important;
    height: 37px !important;
    font-size: 14px !important;
  }

  .hero .hero-car img {
    width: 90%;
  }

  .hero .stat-value {
    font-size: 20px;
    margin-bottom: 0;

  }

  .hero .hero-cta {
    margin-bottom: 25px;
  }

  .hero .hero-dots {
    bottom: 5px;
  }

  .hero .hero-cta,
  .hero .hero-stats,
  .hero .hero-content p {
    display: none;
  }

  .hero .hero-cta.mobile,
  .hero .hero-stats.mobile,
  .hero .hero-content p.mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .hero .badge {
    font-size: 12px;
    padding: 6px 14px;
  }

  .hero .hero-divider {
    height: 2px;
    width: 200px;
    margin: -15px auto 10px auto;
  }

  .hero .hero-content p {
    font-size: 16px;
    font-weight: 500;
  }

  .hero .hero-controls {
    display: none;
  }

  .package-details-side {
    border-left: none;
    border-top: 1px solid #f0f2f5;
  }

  .section.products .section-head.row {
    display: contents;
  }

  .section.products .section-head.row>div:first-child {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }

  .section-head.row {
    gap: 20px;
    justify-content: center;
    width: 100%;
  }

  .section-head.row>div:first-child {
    align-items: center;
  }

  .section-head .btn.btn-outline {
    width: 100%;
    justify-content: center;
  }

  :not(.products)>.container>.section-head.row .btn.btn-outline {
    display: none;
  }

  .promo-content h2 {
    font-size: 30px;
  }

  .promo-actions {
    gap: 15px;
  }

  .promo-actions .btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .testimonial-grid,
  .branch-list {
    padding-left: 0;
    padding-right: 0;
    margin-left: -16px;
    margin-right: -16px;
  }

  .testimonial-grid::before,
  .branch-list::before {
    flex: 0 0 16px;
  }

  .testimonial-grid::after,
  .branch-list::after {
    flex: 0 0 16px;
  }

  .section-head h2 {
    font-size: 30px;
  }

  .branches-hours {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 20px;
    width: 95%;
  }

  .branches-hours .divider {
    display: none;

  }

  .section.search {
    padding: 120px 0 70px 0;
    background-size:
      100% 60px,
      cover;

  }

  .search-box h2 {
    font-size: 32px;
  }

  .blog-detail-hero {
    padding: 80px 15px 110px 15px;
  }

  .blog-detail-hero h1 {
    font-size: 1.9rem;
    font-weight: 800;
  }

  .blog-detail-hero .blog-divider {
    width: 80%;
  }

  .blog-detail-hero .blog-hero-slope {
    height: 40px;
  }

  .blog-detail-meta-inner {
    gap: 18px;
  }

  .blog-chip {
    padding: 8px 16px;
    font-size: 0.82rem;
  }

  .blog-detail-chips {
    gap: 8px;
  }

  .blog-detail-head {
    align-items: flex-start;
  }

  .blog-detail-title {
    font-size: 1.8rem;
  }

  .blog-article {
    padding: 30px 20px;
  }

  .blog-article h3 {
    font-size: 1.3rem;
  }

  .renault-profile-context .favorites-custom-grid {
    grid-template-columns: 1fr;

  }

  .catalog-hero {
    padding: 70px 15px 150px 15px;

    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
  }

  .catalog-divider {
    width: 85%;
    height: 3px;
  }

  .catalog-hero p {
    font-size: 16px;
  }

  .offers-countdown {
    padding: 15px 20px 20px 20px;
  }

  .box-num {
    width: 44px;
    height: 44px;
  }

  .box-num .num {
    font-size: 18px;
  }

  .bg-circle {
    display: none;
  }

  #productHeroTitle {
    font-size: 26px;
  }

  .product-hero-divider {
    width: 85%;
  }

  .product-hero-slope {
    border-width: 0 0 40px 100vw;
  }

  .product-breadcrumb {
    padding: 12px 15px;
    gap: 8px;
  }

  .product-breadcrumb a,
  .product-breadcrumb span:last-child {
    font-size: 12px;
  }

  .container {
    padding: 5px 16px;
  }

  .section {
    padding: 50px 0;
  }

  .nav-inner {
    gap: 0px;
  }

  .logo img {
    width: 44px;
    height: 44px;
  }

  .logo-brand {
    font-size: 14px;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .chip-list {
    justify-content: center;
  }

  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding-top: 20px;
  }

  .step-card h3 {
    font-size: 18px;
  }

  .step-number.num {
    width: 55px;
    height: 55px;
    font-size: 20px;
    border-radius: 16px;
  }

  .step-icon {
    bottom: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
  }

  .steps-grid {
    top: -22px;
  }

  .step-top {
    top: -80px;
  }

  .step-card {
    margin-top: 10px;
  }

  .step-card {
    padding: 16px;
  }

  .step-icon svg,
  .step-icon i {
    font-size: 14px;
  }

  .promo-box {
    padding: 28px;
  }

  .search-box {
    padding: 28px;
  }

  .timeline-track {
    grid-template-columns: 1fr;
  }

  .timeline-track::before {
    display: none;
  }

  .values-grid,
  .team-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .about-years {
    position: static;
    margin-top: 12px;
    display: inline-block;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-detail-hero h1 {
    font-size: 24px;
  }

  .blog-detail-title {
    font-size: 20px;
  }

  .blog-detail-meta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-cover img {
    height: 180px;
  }

  .blog-share {
    width: 100%;
    justify-content: flex-start;
  }

  .contact-hero h1 {
    font-size: 28px;
  }

  .contact-cards-grid,
  .branch-grid {
    grid-template-columns: 1fr;
  }

  .catalog-hero h1 {
    font-size: 30px;
  }

  .offers-countdown {
    width: 100%;
    min-width: auto;
  }

  .countdown-boxes {
    flex-wrap: wrap;
  }

  .offer-card {
    padding: 16px;
  }

  .product-hero h1 {
    font-size: 26px;
  }

  .product-price-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .product-info-cards {
    grid-template-columns: 1fr;
  }

  .service-items-grid {
    grid-template-columns: 1fr;
  }

  .service-plus {
    position: static;
    transform: none;
    margin: 8px auto 0;
  }

  .package-parts-container {
    padding: 65px 15px 35px 15px;
  }

  .package-details-side {
    padding: 25px 15px;
  }

  .parts-grid {
    gap: 15px 5px;
  }

  .offer-info h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .offer-tag {
    font-size: 12px;
    padding: 2px 8px;
    font-weight: 700;
  }

  .offer-info p {
    font-size: 16px;
  }

  .offer-info {
    flex: 1.3;
  }

  .discount-circle-badge {
    top: -7px;
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

  .renault-profile-context .profile-banner {
    flex-direction: column;
  }

  .renault-profile-context .profile-main-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 576px) {
  .qty-label {
    display: none;
  }

  .why-grid {
    gap: 15px 10px
  }

  .parts-grid {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)) !important;
  }

  .part-item {
    min-width: 110px;
  }

  .part-item {
    margin: 0px 3px;
  }

  .guarantee-badge {
    display: none;
  }

  .features-list {
    margin: 0 0 10px 0;
  }

  .part-name {
    font-size: 12px;
  }

  .badge-wrapper.page-small {
    display: flex;
  }

  .package-description {
    margin: 0 0 10px 0;
  }

  .features-list li {
    margin-bottom: 0px;
  }

  .package-details-side {
    padding: 10px 15px;
  }

  .badge-wrapper.page-big {
    display: none;
  }

  .package-parts-container {
    padding: 15px 10px;
  }

  #servicePackages {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .service-card {
    border-radius: 15px;
    flex-direction: column-reverse;
    width: 96%;
  }

  .testimonial-rating {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .testimonial-card p {
    margin: 0 0 14px 0;
  }

  .testimonial-user .avatar {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .testimonial-user h4 {
    font-size: 16px;
    margin: 0
  }

  .container {
    padding: 5px 10px;
  }

  .hero .hero-wave svg {
    display: none;
  }

  .package-details-side {
    flex: 0.7;
  }

  .testimonial-grid,
  .branch-list,
  .related-grid {
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
    margin-right: -10px;
  }

  .promo-actions .btn {
    font-size: 14px;
    padding: 7px
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    order: 2;
    width: 100%;
  }

  .steps-grid {
    gap: 7px;
  }

  .step-card {
    border-radius: 16px;
    padding: 11px 4px;
  }

  .step-card p {
    font-size: 12px;
    line-height: 1.4;
  }

  .step-card h3 {
    font-size: 14px;
    margin: 0 0 7px 0;
  }

  .step-card h3 span {
    display: none;

  }

  .control-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .control-label {
    min-width: auto;
  }

  .catalog-chips {
    width: 100%;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero .hero-cta {
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 12px;
  }

  .hero .hero-media {
    width: 90%;
  }

  .hero .stat-card {
    min-width: 85px;
  }

  .hero .hero-content p {
    text-align: center;
  }

  .hero-content.mobile {
    margin-top: 24px;
  }

  .hero .stat-value {
    font-size: 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .blog-cta h2 {
    font-size: 1.6rem;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .product-card .product-category {
    font-size: 12px;
    padding: 3px 10px;
  }

  .product-card h3 {
    font-size: 14px;
  }

  .product-card .price .current {
    font-size: 16px;
  }

  .section-head h2 {
    font-size: 28px;
  }

  .renault-contact-context .contact-cards-grid,
  .renault-contact-context .branch-grid {
    grid-template-columns: 1fr;
  }

  .renault-contact-context .form-grid {
    grid-template-columns: 1fr;
  }

  .renault-contact-context .form-field.full {
    grid-column: span 1;
  }

  .renault-profile-context .form-grid {
    grid-template-columns: 1fr;
  }

  .renault-profile-context .form-field.full {
    grid-column: span 1;
  }

  .renault-profile-context .profile-form-wrapper {
    padding: 25px 20px;
  }

  .blog-grid {
    grid-template-columns: 1fr;

  }

  .blog-related-title {
    font-size: 1.5rem;
  }

  .blog-card-image-wrapper {
    height: 190px;
  }


  .renault-profile-context .order-item-header {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .renault-profile-context .order-item-footer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .renault-profile-context .order-actions-group {
    width: 100%;
  }

  .renault-profile-context .btn-order-action {
    flex: 1;
  }

  /* Order Detail Responsive */
  .renault-profile-context .order-tracker-card {
    padding: 24px 16px;
  }

  .renault-profile-context .tracker-steps {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-right: 15px;
  }

  .renault-profile-context .tracker-steps::before {
    top: 0;
    bottom: 0;
    right: 38px;
    left: auto;
    width: 4px;
    height: 100%;
  }

  .renault-profile-context .tracker-step {
    flex-direction: row-reverse;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: right;
  }

  .renault-profile-context .step-icon {
    margin-bottom: 0;
    width: 44px;
    height: 44px;
    font-size: 16px;
    flex-shrink: 0;
  }

  .renault-profile-context .order-info-grid {
    grid-template-columns: 1fr;
  }

  .renault-profile-context .order-product-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .renault-profile-context .product-item-main {
    width: 100%;
  }

  .renault-profile-context .product-item-price {
    align-self: flex-end;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-cta {
    flex-direction: column;
  }

  /* Checkout Responsive */
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-page .form-grid {
    grid-template-columns: 1fr;
  }

  .checkout-page .form-group.full-width {
    grid-column: span 1;
  }

  .checkout-section {
    padding: 20px;
  }

  .order-summary-sidebar {
    position: static;
  }

  .register-form-box .register-grid {
    grid-template-columns: 1fr;
  }

  .register-form-box .form-group {
    grid-column: span 2;
  }

  .register-side-hero,
  .register-form-box {
    padding: 30px 20px;
  }

  .hero .hero-car img {
    width: 80%;
  }

  .offer-media {
    height: 175px;
  }

  .why-card {
    padding: 15px 10px;
  }

  .why-card .why-icon {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }

  .why-card h3 {
    font-size: 18px;
  }

  .branch-list .branch-card {
    width: 210px;
    padding: 10px;
  }

  .branch-number.num {
    margin-bottom: 0;
    font-size: 30px;
  }

  .branch-phone.num,
  .btn[data-whatsapp] {
    font-size: 12px;
    padding: 8px 0;
  }

  .product-price-box {
    padding: 10px;
  }

  .product-detail-grid {
    padding: 30px 5px;
  }
}

@media (max-width: 480px) {

  .container {
    padding: 5px 5px;
  }

  .product-detail .product-action-row .btn {
    width: 100%;
  }

  .product-detail .product-action-row {
    flex-direction: column;
  }

  .catalog-controls {
    margin: 0 5px 20px 5px;
  }

  .catalog-sort-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .testimonial-grid,
  .branch-list {
    padding-left: 0;
    padding-right: 0;
    margin-left: -5px;
    margin-right: -5px;
  }

  .testimonial-grid::before,
  .branch-list::before {
    flex: 0 0 5px;
  }

  .testimonial-grid::after,
  .branch-list::after {
    flex: 0 0 15px;
  }

  .section-head h2 {
    font-size: 22px;
  }

  .renault-profile-context .favorite-item-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .renault-profile-context .fav-card-image-wrapper {
    width: 100%;
    height: 140px;
  }

  .renault-profile-context .fav-card-actions {
    width: 100%;
  }

  .renault-profile-context .settings-switch-row {
    flex-direction: row;
    align-items: flex-start;
  }

  .panel {
    padding: 20px 10px;
  }
}

/* ==========================================================================
   لوحة التحكم والإحصائيات في الملف الشخصي (Dashboard Stats & Info)
   ========================================================================== */

.renault-profile-context .dashboard-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 35px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 10px;
}

.renault-profile-context .dashboard-section-title i {
  font-size: 20px;
  color: #ffcc00;
}

.renault-profile-context .dashboard-section-title h3 {
  font-size: 16px;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
}

/* 4 Statistics Cards */
.renault-profile-context .dashboard-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.renault-profile-context .stat-card-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.renault-profile-context .stat-card-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  background: var(--bg);
}

.renault-profile-context .stat-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.renault-profile-context .stat-card-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.renault-profile-context .stat-card-info .stat-num {
  font-size: 22px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
}

.renault-profile-context .stat-card-info .stat-label {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  white-space: nowrap;
}

/* Color Variations for Stat Cards */
.renault-profile-context .stat-card-box.total {
  border-right: 4px solid #64748b;
}

.renault-profile-context .stat-card-box.total .stat-card-icon {
  background: #f1f5f9;
  color: #64748b;
}

.renault-profile-context .stat-card-box.total:hover {
  border-color: #64748b;
}

.renault-profile-context .stat-card-box.completed {
  border-right: 4px solid #10b981;
}

.renault-profile-context .stat-card-box.completed .stat-card-icon {
  background: #ecfdf5;
  color: #10b981;
}

.renault-profile-context .stat-card-box.completed:hover {
  border-color: #10b981;
}

.renault-profile-context .stat-card-box.pending {
  border-right: 4px solid #f97316;
}

.renault-profile-context .stat-card-box.pending .stat-card-icon {
  background: #fff7ed;
  color: #f97316;
}

.renault-profile-context .stat-card-box.pending:hover {
  border-color: #f97316;
}

.renault-profile-context .stat-card-box.shipped {
  border-right: 4px solid #0284c7;
}

.renault-profile-context .stat-card-box.shipped .stat-card-icon {
  background: #f0f9ff;
  color: #0284c7;
}

.renault-profile-context .stat-card-box.shipped:hover {
  border-color: #0284c7;
}

/* Additional Info Cards Grid */
.renault-profile-context .dashboard-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.renault-profile-context .info-card-box {
  background: var(--bg);
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.renault-profile-context .info-card-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
}

.renault-profile-context .info-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.renault-profile-context .info-card-header .card-icon {
  font-size: 24px;
  color: #ffcc00;
  background: #fffbeb;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.renault-profile-context .info-card-header .card-badge {
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
}

.renault-profile-context .info-card-header .card-badge.success {
  background: #ecfdf5;
  color: #10b981;
}

.renault-profile-context .info-card-header .card-badge.warning {
  background: #fffbeb;
  color: #d97706;
}

.renault-profile-context .info-card-header .card-badge.info {
  background: #eff6ff;
  color: #3b82f6;
}

.renault-profile-context .info-card-title {
  font-size: 14px;
  font-weight: bold;
  color: #64748b;
  margin: 0 0 8px 0;
}

.renault-profile-context .info-card-value {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px 0;
}

.renault-profile-context .info-card-value.num {
  color: #0f172a;
}

.renault-profile-context .info-card-value.code {
  font-family: monospace;
  background: #f1f5f9;
  padding: 4px 12px;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 1px;
  color: #0f172a;
  border: 1px dashed #cbd5e1;
}

.renault-profile-context .info-card-box .currency {
  font-size: 14px;
  font-weight: 700;
  color: #475569;
}

.renault-profile-context .info-card-desc {
  font-size: 12.5px;
  color: #64748b;
  margin: 0 0 16px 0;
  line-height: 1.5;
  flex-grow: 1;
}

.renault-profile-context .info-card-action {
  font-size: 13px;
  font-weight: 800;
  color: #d97706;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  margin-top: auto;
  transition: gap 0.2s ease;
  width: fit-content;
}

.renault-profile-context .info-card-action:hover {
  gap: 10px;
  color: #b45309;
}

/* responsive controls for dashboard */
@media (max-width: 991px) {
  .renault-profile-context .dashboard-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .renault-profile-context .dashboard-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .renault-profile-context .dashboard-stats-grid {
    grid-template-columns: 1fr;
  }

  .renault-profile-context .dashboard-info-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   إخفاء عناصر الواتساب والشريط السفلي في الصفحة الرئيسية حتى التمرير لأسفل
   ========================================================================== */
body[data-page="index"] .whatsapp-fab,
body[data-page="index"] .bottom-nav-bar-container {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(20px) !important;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s ease !important;
}

body[data-page="index"] .whatsapp-fab.is-visible,
body[data-page="index"] .bottom-nav-bar-container.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}