

/* Self-hosted fonts (Inter + Rubik for multi-language support) */

/* Inter font (English / LTR languages) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Inter-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/Inter-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/Inter-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/Inter-Bold.woff2') format('woff2');
}

/* Rubik font (Hebrew / RTL languages) */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Rubik-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/Rubik-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/Rubik-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/Rubik-Bold.woff2') format('woff2');
}


/* Self-hosted fonts (Inter + Rubik for multi-language support) */

/* Inter font (English / LTR languages) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Inter-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/Inter-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/Inter-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/Inter-Bold.woff2') format('woff2');
}

/* Rubik font (Hebrew / RTL languages) */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Rubik-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/Rubik-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/Rubik-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/Rubik-Bold.woff2') format('woff2');
}
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Lora:ital,wght@0,400;0,500;1,400;1,500&family=DM+Sans:wght@400;500;600&display=swap');

:root {
  --primary: #7A8F62;
  --secondary: #C96E4B;
  --accent: #D4A84F;
  --bg-light: #F3EBDD;
  --bg-dark: #4A433D;
  --text-dark: #2C2926;
  --text-light: #F8F3EA;
  --text-muted: #6F675F;
  --border-light: #E2D6C5;
  --border-dark: #6A625C;
  --nav-bg: #F3EBDD;
  --nav-text: #2C2926;
  --nav-text-hover: #C96E4B;

  --radius-sm: 8px;
  --radius-card: 20px;
  --radius-btn: 12px;
  --radius-img: 16px;
  --radius-badge: 10px;
  --radius-input: 12px;
  --shadow-subtle: 0 8px 24px rgba(126,88,43,0.10);
  --shadow-card: 0 12px 32px rgba(126,88,43,0.14);
  --shadow-elevated: 0 20px 48px rgba(126,88,43,0.20);
  --shadow-btn-hover: 0 12px 28px rgba(200,116,61,0.22);
  --spacing-section: 96px;
  --spacing-section-mobile: 56px;
  --spacing-card-padding: 32px;
  --spacing-card-gap: 24px;
  --spacing-element-gap: 16px;
  --transition-default: all 0.25s ease;
  --transition-hover: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;

  --gradient-primary: linear-gradient(180deg, #D48A50 0%, #C8743D 100%);
  --gradient-gold-shine: linear-gradient(180deg, #E3BF74 0%, #C99D4D 52%, #A37A34 100%);
  --gradient-secondary: linear-gradient(180deg, #8B7A46 0%, #6F6038 100%);
  --gradient-gold-accent: linear-gradient(135deg, #F0D9A0 0%, #CDA158 45%, #9B7435 100%);
  --gradient-dark-section: linear-gradient(180deg, #8A6A46 0%, #6C5337 100%);
  --gradient-overlay-dark: linear-gradient(90deg, rgba(92,69,45,0.28) 0%, rgba(92,69,45,0.08) 45%, rgba(92,69,45,0) 100%);
  --gradient-light-section: linear-gradient(180deg, #FBF6F0 0%, #F3E6D8 100%);
  --gradient-overlay-light: linear-gradient(180deg, rgba(255,249,241,0.96) 0%, rgba(248,241,232,0.92) 100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px !important;
  direction: rtl;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-family: 'Rubik', sans-serif;
  color: var(--text-dark);
  background-color: var(--bg-light);
  direction: rtl;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea,
select {
  font-family: 'Rubik', sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  color: var(--text-dark);
  letter-spacing: -0.01em;
}

h1 {
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 1rem !important;
  margin-top: 0.5rem !important;
}

h2 {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin-bottom: 1rem !important;
  margin-top: 0.5rem !important;
}

h3 {
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-bottom: 1rem !important;
  margin-top: 0.5rem !important;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
}

h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
}

p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  margin-bottom: 1rem !important;
  font-family: 'Rubik', sans-serif;
}

small,
.small-text {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  font-family: 'Rubik', sans-serif;
}

em.serif-accent,
span.serif-accent,
.serif-accent {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-weight: 500;
}

a {
  color: var(--accent, var(--primary));
  text-decoration: none;
  transition: var(--transition-default);
}

a:hover {
  color: var(--secondary);
  text-decoration: none;
}

.site-footer a {
  color: inherit;
}

.site-footer a:hover {
  opacity: 0.8;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 36px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  p {
    font-size: 15px !important;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px !important;
    margin-bottom: 1rem !important;
    margin-top: 0.5rem !important;
  }

  h2 {
    font-size: 22px !important;
    margin-bottom: 1rem !important;
    margin-top: 0.5rem !important;
  }

  h3 {
    font-size: 18px !important;
    margin-bottom: 1rem !important;
    margin-top: 0.5rem !important;
  }

  p {
    font-size: 14px !important;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.section-padding {
  padding-top: var(--spacing-section);
  padding-bottom: var(--spacing-section);
}

@media (max-width: 768px) {
  .section-padding {
    padding-top: var(--spacing-section-mobile);
    padding-bottom: var(--spacing-section-mobile);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius-btn);
  padding: 14px 28px;
  font-weight: 600;
  text-transform: none;
  transition: var(--transition-hover);
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  white-space: nowrap;
}

.btn:hover {
  box-shadow: var(--shadow-btn-hover);
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: var(--gradient-primary);
  color: var(--text-light);
  border-color: transparent;
}

.btn-primary:hover {
  color: var(--text-light);
  opacity: 0.92;
}

.btn-secondary {
  background: transparent;
  color: var(--secondary);
  border-color: var(--secondary);
}

.btn-secondary:hover {
  background: var(--secondary);
  color: var(--text-light);
}

.btn-accent {
  background: var(--gradient-gold-shine);
  color: var(--text-dark);
  border-color: transparent;
}

.btn-accent:hover {
  color: var(--text-dark);
  opacity: 0.9;
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline:hover {
  background: var(--primary);
  color: var(--text-light);
}

.btn-sm {
  padding: 10px 20px;
  font-size: 14px;
}

.btn-lg {
  padding: 18px 36px;
  font-size: 18px;
}

.card {
  background: #fff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: var(--spacing-card-padding);
  transition: var(--transition-hover);
}

.card:hover {
  box-shadow: var(--shadow-elevated);
  transform: translateY(-4px);
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-badge);
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}

.badge-primary {
  background: var(--primary);
  color: var(--text-light);
}

.badge-accent {
  background: var(--accent);
  color: var(--text-dark);
}

.badge-secondary {
  background: var(--secondary);
  color: var(--text-light);
}

input,
textarea,
select {
  border-radius: var(--radius-input);
  border: 1.5px solid var(--border-light);
  padding: 12px 16px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: var(--text-dark);
  background: #fff;
  transition: var(--transition-default);
  width: 100%;
  outline: none;
  direction: rtl;
  text-align: right;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(122, 143, 98, 0.15);
}

input::placeholder,
textarea::placeholder {
  color: var(--text-muted);
}

.text-primary { color: var(--primary) !important; }
.text-secondary { color: var(--secondary) !important; }
.text-accent { color: var(--accent) !important; }
.text-muted { color: var(--text-muted) !important; }
.text-light { color: var(--text-light) !important; }
.text-dark { color: var(--text-dark) !important; }

.bg-light { background-color: var(--bg-light) !important; }
.bg-dark { background-color: var(--bg-dark) !important; }
.bg-primary { background-color: var(--primary) !important; }
.bg-secondary { background-color: var(--secondary) !important; }
.bg-accent { background-color: var(--accent) !important; }

.d-flex { display: flex; }
.d-grid { display: grid; }
.d-block { display: block; }
.d-none { display: none; }
.d-inline-flex { display: inline-flex; }

.align-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.flex-wrap { flex-wrap: wrap; }
.flex-col { flex-direction: column; }
.gap-sm { gap: var(--spacing-element-gap); }
.gap-md { gap: var(--spacing-card-gap); }

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }

.w-full { width: 100%; }
.h-full { height: 100%; }

.rounded-sm { border-radius: var(--radius-sm); }
.rounded-card { border-radius: var(--radius-card); }
.rounded-img { border-radius: var(--radius-img); }
.rounded-full { border-radius: 9999px; }

.shadow-subtle { box-shadow: var(--shadow-subtle); }
.shadow-card { box-shadow: var(--shadow-card); }
.shadow-elevated { box-shadow: var(--shadow-elevated); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  color: white;
}

@media (min-width: 769px) {
  .whatsapp-float {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .btn {
    padding: 12px 22px;
    font-size: 15px;
  }

  .btn-lg {
    padding: 14px 28px;
    font-size: 16px;
  }

  .card {
    padding: 20px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    padding: 0 32px;
  }
}

@media (min-width: 1025px) {
  .container {
    padding: 0 40px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding: 0 20px;
  }
}

/* Navbar Styles */
:root {
  --nav-bg: #F3EBDD;
  --nav-text: #2C2926;
  --nav-text-hover: #C96E4B;
  --primary: #7A8F62;
  --secondary: #C96E4B;
  --accent: #D4A84F;
  --bg-light: #F3EBDD;
  --bg-dark: #4A433D;
  --text-dark: #2C2926;
  --text-light: #F8F3EA;
  --text-muted: #6F675F;
  --border-light: #E2D6C5;
  --border-dark: #6A625C;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-light);
  box-shadow: 0 2px 12px rgba(44, 41, 38, 0.07);
  width: 100%;
  direction: rtl;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  gap: 32px;
}

.nav-brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo {
  max-height: 40px;
  height: auto;
  width: auto;
  display: block;
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  flex: 1;
  justify-content: center;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  color: var(--nav-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  border-radius: 8px;
  letter-spacing: 0.01em;
  transition: color 0.25s ease, background-color 0.25s ease;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 16px;
  left: 16px;
  height: 2px;
  background-color: var(--nav-text-hover);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.nav-link:hover {
  color: var(--nav-text-hover);
  background-color: rgba(201, 110, 75, 0.07);
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.nav-cta-container {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}

[dir="rtl"] .nav-cta-container {
  margin-left: 0;
  margin-right: auto;
}

.nav-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--text-light);
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
  box-shadow: 0 2px 8px rgba(122, 143, 98, 0.18);
}

.nav-cta-btn:hover {
  background-color: #6a7d54;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(200, 116, 61, 0.22);
  opacity: 0.95;
}

.nav-cta-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(122, 143, 98, 0.18);
}

.mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--nav-text);
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}

.mobile-toggle:hover {
  background-color: rgba(201, 110, 75, 0.1);
  color: var(--nav-text-hover);
}

.phone-header-btn {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--nav-text);
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}

.phone-header-btn:hover {
  background-color: rgba(201, 110, 75, 0.1);
  color: var(--nav-text-hover);
}

@media (max-width: 768px) {
  .navbar {
    position: fixed;
  }

  .mobile-toggle {
    display: flex;
  }

  .phone-header-btn {
    display: flex;
  }

  .nav-container {
    padding: 0 64px;
    justify-content: center;
  }

  .nav-brand {
    justify-content: center;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px 20px;
    gap: 4px;
    border-bottom: 1px solid var(--border-light);
    box-shadow: 0 8px 24px rgba(44, 41, 38, 0.1);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-link {
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 10px;
  }

  .nav-link::after {
    display: none;
  }

  .nav-cta-container {
    display: none;
  }

  .nav-menu.is-open + .nav-cta-container {
    display: flex;
  }
}
:root {
  --nav-bg: #F3EBDD;
  --nav-text: #2C2926;
  --nav-text-hover: #C96E4B;
  --primary: #7A8F62;
  --secondary: #C96E4B;
  --accent: #D4A84F;
  --bg-light: #F3EBDD;
  --bg-dark: #4A433D;
  --text-dark: #2C2926;
  --text-light: #F8F3EA;
  --text-muted: #6F675F;
  --border-light: #E2D6C5;
  --border-dark: #6A625C;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-light);
  box-shadow: 0 2px 12px rgba(44, 41, 38, 0.07);
  width: 100%;
  direction: rtl;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  gap: 32px;
}

.nav-brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo {
  max-height: 40px;
  height: auto;
  width: auto;
  display: block;
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  flex: 1;
  justify-content: center;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  color: var(--nav-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  border-radius: 8px;
  letter-spacing: 0.01em;
  transition: color 0.25s ease, background-color 0.25s ease;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 16px;
  left: 16px;
  height: 2px;
  background-color: var(--nav-text-hover);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.nav-link:hover {
  color: var(--nav-text-hover);
  background-color: rgba(201, 110, 75, 0.07);
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.nav-cta-container {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}

[dir="rtl"] .nav-cta-container {
  margin-left: 0;
  margin-right: auto;
}

.nav-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--text-light);
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
  box-shadow: 0 2px 8px rgba(122, 143, 98, 0.18);
}

.nav-cta-btn:hover {
  background-color: #6a7d54;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(200, 116, 61, 0.22);
  opacity: 0.95;
}

.nav-cta-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(122, 143, 98, 0.18);
}

.mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--nav-text);
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}

.mobile-toggle:hover {
  background-color: rgba(201, 110, 75, 0.1);
  color: var(--nav-text-hover);
}

.phone-header-btn {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--nav-text);
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}

.phone-header-btn:hover {
  background-color: rgba(201, 110, 75, 0.1);
  color: var(--nav-text-hover);
}

@media (max-width: 768px) {
  .navbar {
    position: fixed;
  }

  .mobile-toggle {
    display: flex;
  }

  .phone-header-btn {
    display: flex;
  }

  .nav-container {
    padding: 0 64px;
    justify-content: center;
  }

  .nav-brand {
    justify-content: center;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px 20px;
    gap: 4px;
    border-bottom: 1px solid var(--border-light);
    box-shadow: 0 8px 24px rgba(44, 41, 38, 0.1);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-link {
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 10px;
  }

  .nav-link::after {
    display: none;
  }

  .nav-cta-container {
    display: none;
  }

  .nav-menu.is-open + .nav-cta-container {
    display: flex;
  }
}


/* ============================================
   NAVBAR LAYOUT - POST-GENERATION FIXES
   Structural layout only - colors from Claude
   ============================================ */

/* Base navbar styles - structural only, colors from AI */
.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  /* Background color is set by Claude's CSS - don't override */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* ============================================
   DESKTOP LAYOUT (>768px)
   ============================================ */

/* Nav container - constrains max width and provides padding */
.nav-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 2rem;
  width: 100%;
  box-sizing: border-box;
  min-height: 70px;
}

/* Logo styling (desktop) — mobile logo stays at 110px/35px, do not adjust */
.logo {
  max-height: 40px;
  max-width: 160px !important;
  height: auto;
  width: auto;
  display: block;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.logo:hover {
  opacity: 0.8;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.logo-link:focus {
  outline: none;
}

/* Remove browser default dark focus box on mouse-click; preserve for keyboard (:focus-visible). */
.navbar a:focus:not(:focus-visible),
.navbar button:focus:not(:focus-visible),
.nav-menu a:focus:not(:focus-visible) {
  outline: none;
}
.navbar a:focus-visible,
.navbar button:focus-visible,
.nav-menu a:focus-visible {
  outline: 2px solid var(--primary-color, var(--primary, #7A8F62));
  outline-offset: 2px;
}

/* Nav brand container */
.nav-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
}

/* Navigation menu - positioned adjacent to logo */
.nav-menu {
  display: flex;
  list-style: none;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1;
  min-width: 0;
}

.nav-menu li {
  margin: 0;
  padding: 0;
}

.nav-menu > li > a,
.nav-menu > .nav-item > a {
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 0.65rem;
  white-space: nowrap;
  color: var(--nav-text, var(--text-dark)) !important;
}

.nav-menu > li > a:hover,
.nav-menu > .nav-item > a:hover {
  color: var(--nav-text-hover, var(--secondary)) !important;
}

/* CTA Container - pushed to end of navbar */
.nav-cta-container {
  margin-left: auto;
  display: flex;
  align-items: center;
  align-self: center;
  height: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-cta-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Search container inside CTA area — vertically center to match CTA button */
.nav-cta-container .zappy-search-container {
  align-self: center;
}
.nav-cta-container p {
  margin: 0 !important;
}

/* CTA button - prevent stretching to fill navbar height.
   AI CSS provides colors/gradients/etc - we only constrain sizing.
   display: inline-flex + max-height: 44px keeps it as a compact pill. */
.nav-cta-btn {
  display: inline-flex;
  align-items: center;
  align-self: center;
  height: auto;
  max-height: 44px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
}

/* ============================================
   LTR DESKTOP LAYOUT (English, Spanish, French)
   ============================================ */
html[dir="ltr"] .nav-container,
html[lang="en"] .nav-container,
html[lang="es"] .nav-container,
html[lang="fr"] .nav-container {
  justify-content: flex-start;
}

html[dir="ltr"] .nav-menu,
html[lang="en"] .nav-menu,
html[lang="es"] .nav-menu,
html[lang="fr"] .nav-menu {
  margin-left: 0;
  margin-right: 0;
}

html[dir="ltr"] .nav-cta-container,
html[lang="en"] .nav-cta-container,
html[lang="es"] .nav-cta-container,
html[lang="fr"] .nav-cta-container {
  margin-left: auto;
  margin-right: 0;
}

/* ============================================
   RTL DESKTOP LAYOUT (Hebrew, Arabic)
   ============================================ */
html[dir="rtl"] .nav-container,
html[lang="he"] .nav-container,
html[lang="ar"] .nav-container {
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* CTA on the left in RTL */
html[dir="rtl"] .nav-cta-container,
html[lang="he"] .nav-cta-container,
html[lang="ar"] .nav-cta-container {
  order: -1;
  margin: 0;
}

/* Wrapper groups menu and logo together on the right */
html[dir="rtl"] .nav-right-group,
html[lang="he"] .nav-right-group,
html[lang="ar"] .nav-right-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  order: 1;
  flex: 1;
  min-width: 0;
  flex-direction: row-reverse;
}

/* Within wrapper: Logo on far right, menu to its left */
html[dir="rtl"] .nav-right-group .nav-brand,
html[lang="he"] .nav-right-group .nav-brand,
html[lang="ar"] .nav-right-group .nav-brand {
  order: 2;
}

html[dir="rtl"] .nav-right-group .nav-menu,
html[lang="he"] .nav-right-group .nav-menu,
html[lang="ar"] .nav-right-group .nav-menu {
  order: 1;
}

/* ============================================
   DROPDOWN MENUS (Desktop)
   ============================================ */
.nav-dropdown {
  position: relative;
}

.dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0.5rem 0.65rem;
  color: var(--nav-text, var(--text-dark)) !important;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.dropdown-toggle:hover {
  color: var(--nav-text-hover, var(--secondary)) !important;
}

.dropdown-arrow {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.nav-dropdown:hover .dropdown-arrow,
.nav-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}

.nav-dropdown {
  overflow: visible !important;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  min-width: 220px;
  background: var(--bg-light, #ffffff);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  border-radius: 8px;
  padding: 8px 0;
  z-index: 100001;
  list-style: none;
  margin: 0;
}

html[dir="rtl"] .dropdown-menu,
html[lang="he"] .dropdown-menu,
html[lang="ar"] .dropdown-menu {
  right: 0;
  left: auto;
}

html[dir="ltr"] .dropdown-menu,
html:not([dir="rtl"]):not([lang="he"]):not([lang="ar"]) .dropdown-menu {
  left: 0;
  right: auto;
}

@media (min-width: 769px) {
  .nav-dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.9em;
  color: var(--text-dark, #1a1a1a) !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-menu li a:hover {
  background: rgba(128,128,128,0.1);
  color: var(--nav-text-hover, var(--accent, var(--primary))) !important;
}

/* Desktop: Hide mobile-only elements */
@media (min-width: 769px) {
  .mobile-toggle,
  .phone-header-btn {
    display: none !important;
  }
  
  /* Hide Contact in nav-menu on desktop (it shows in CTA container instead) */
  .nav-menu .mobile-contact-link {
    display: none !important;
  }
  
  /* When .nav-right-group wrapper is absent, the nav-container has 3 direct
     children (brand, menu, CTA) with space-between. flex:1 makes the menu
     fill the gap, and justify-content:flex-start pushes items toward the
     logo side instead of centering them in the available space. */
  .nav-menu {
    flex: 1 !important;
    justify-content: flex-start !important;
  }
}

/* ============================================
   MOBILE RESPONSIVE (≤768px)
   ============================================ */
@media (max-width: 768px) {
  /* Reset nav-container for mobile */
  /* CRITICAL: Reset position properties to prevent conflict with AI-generated mobile CSS */
  /* Some AI generations set .nav-container to position:fixed for slide-out menus, */
  /* position:relative is needed so .nav-brand (position:absolute) centers within it */
  .nav-container {
    padding: 0.75rem 1rem;
    gap: 0;
    justify-content: center !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    height: auto !important;
    min-height: 70px !important; /* Ensure height for absolutely positioned mobile buttons */
    width: 100% !important;
  }
  
  /* Show mobile elements - positioned as direct children of navbar */
  .mobile-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px; /* LTR default - hamburger on left */
    right: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 1001;
    width: 36px !important;
    height: 36px !important;
    color: var(--nav-text, var(--text-dark)) !important;
  }
  
  .phone-header-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px; /* LTR default - phone on right */
    left: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 1001;
    width: 36px !important;
    height: 36px !important;
    color: var(--nav-text, var(--text-dark)) !important;
  }
  
  /* Ensure logo-link is centered */
  .logo-link, .nav-brand a {
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }
  
  .mobile-toggle svg,
  .phone-header-btn svg {
    width: 24px !important;
    height: 24px !important;
    color: inherit !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    transition: opacity 0.3s ease;
  }
  
  .mobile-toggle svg path,
  .phone-header-btn svg path {
    stroke: currentColor !important;
  }
  
  .mobile-toggle img,
  .phone-header-btn img {
    width: 24px !important;
    height: 24px !important;
    /* Filter removed - preserve original image colors */
    /* ColorContrastService will handle contrast adjustments */
  }
  
  .mobile-toggle:hover svg,
  .phone-header-btn:hover svg {
    opacity: 0.8;
  }
  
  /* Remove default button styles */
  .mobile-toggle:focus,
  .mobile-toggle:active,
  .phone-header-btn:focus,
  .phone-header-btn:active {
    outline: none;
    border: none;
    box-shadow: none;
  }
  
  /* Center logo on mobile - applies to both LTR and RTL */
  /* RTL selectors added for higher specificity to override desktop RTL rules */
  /* IMPORTANT: Do NOT use margin shorthand (margin: 0 auto) — it resets margin-top
     which breaks AI centering hacks (top:50% + margin-top:-Npx).
     Use explicit left/right + transform for robust vertical centering. */
  .nav-brand,
  html[dir="rtl"] .nav-brand,
  html[lang="he"] .nav-brand,
  html[lang="ar"] .nav-brand,
  html[dir="rtl"] .nav-right-group .nav-brand,
  html[lang="he"] .nav-right-group .nav-brand,
  html[lang="ar"] .nav-right-group .nav-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    text-align: center;
    order: 0 !important;
  }
  
  /* Mobile logo size: fixed at 35px/110px — do not adjust, especially for e-commerce/catalog sites */
  .logo {
    max-height: 35px !important;
    max-width: 110px !important;
  }
  
  /* Hide RTL wrapper on mobile */
  .nav-right-group {
    display: contents !important;
  }
  
  /* Hide CTA container on mobile - Contact will be in hamburger menu */
  .nav-cta-container {
    display: none !important;
  }
  
  /* Mobile menu - hidden by default */
  /* CRITICAL: flex-direction: column must have !important to override any desktop rules */
  .nav-menu {
    position: fixed;
    top: 70px;
    width: 50%;
    max-width: 300px;
    /* Mobile menu is position:fixed so it CANNOT inherit background from navbar.
       When --nav-bg is transparent (hero-overlay navbars), the menu would be invisible.
       Always use a solid background derived from the palette. */
    background-color: var(--bg-light, #ffffff) !important;
    flex-direction: column !important;
    gap: 0;
    padding: 20px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: none;
    z-index: 999;
    margin: 0 !important;
    /* Align menu items to top, not center */
    align-items: stretch !important;
    justify-content: flex-start !important;
  }
  
  .nav-menu.active {
    display: flex !important;
    flex-direction: column !important;
  }
  
  .nav-menu li {
    width: 100%;
  }
  
  /* Show mobile-contact-link in hamburger menu */
  .nav-menu .mobile-contact-link {
    display: block !important;
  }
  
  /* LTR mobile menu text alignment - left aligned */
  html[dir="ltr"] .nav-menu a,
  html:not([dir="rtl"]):not([lang="he"]):not([lang="ar"]) .nav-menu a {
    text-align: left !important;
  }
  
  .nav-menu a {
    display: block;
    padding: 15px 30px;
    width: 100%;
    font-weight: 500;
  }
  
  /* Mobile dropdown menus */
  .nav-dropdown {
    position: static;
  }
  
  .dropdown-toggle {
    display: flex;
    width: 100%;
    padding: 15px 30px;
    font-weight: 500;
    justify-content: space-between;
  }
  
  .dropdown-menu {
    position: static !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: rgba(128,128,128,0.06) !important;
    min-width: auto !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: max-height 0.3s ease !important;
  }
  
  .nav-dropdown .dropdown-menu {
    display: block;
    max-height: 0 !important;
    overflow: hidden !important;
  }
  
  .nav-dropdown.open > .dropdown-menu {
    display: block !important;
    max-height: none !important;
    overflow-y: visible !important;
    padding: 0.5rem 0 !important;
  }
  
  .dropdown-menu li a {
    padding: 12px 30px 12px 50px !important;
    font-size: 0.9em;
  }
  
  html[dir="rtl"] .dropdown-menu li a,
  html[lang="he"] .dropdown-menu li a,
  html[lang="ar"] .dropdown-menu li a {
    padding: 12px 50px 12px 30px !important;
  }

  /* Mobile submenu links: use nav panel text color instead of desktop submenu color.
     Desktop submenu uses light bg + dark text, but mobile submenu is inline (transparent)
     within the nav panel which may be dark. Cannot use 'inherit' because the container
     chain (.sub-menu, li) has dark color — only nav <a> tags get light color explicitly. */
  .navbar .sub-menu li a,
  nav.navbar .sub-menu li a,
  .nav-menu .sub-menu a,
  .zappy-products-dropdown .sub-menu a,
  .sub-menu a {
    color: var(--nav-text, var(--text-dark)) !important;
    white-space: normal !important;
  }
  .mobile-submenu-toggle {
    color: var(--nav-text, var(--text-dark)) !important;
  }

  /* Force sub-menu hidden by default on mobile */
  .navbar .zappy-products-dropdown .sub-menu,
  .navbar .zappy-products-dropdown > .sub-menu {
    display: none !important;
    position: static !important;
    max-height: 0 !important;
    overflow: hidden !important;
     !important;
    visibility: hidden !important;
    pointer-events: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    transform: none !important;
  }
  /* Disable hover-triggered dropdowns on mobile — only open via click (.open class) */
  .navbar .zappy-products-dropdown:hover .sub-menu,
  .navbar .zappy-products-dropdown:hover > .sub-menu,
  .navbar .zappy-products-dropdown:focus-within .sub-menu,
  .navbar .zappy-products-dropdown:focus-within > .sub-menu,
  .navbar .menu-item-has-children:hover > .sub-menu,
  .navbar .nav-dropdown:hover > .dropdown-menu {
    display: none !important;
     !important;
    visibility: hidden !important;
    max-height: 0 !important;
    pointer-events: none !important;
  }
  .navbar .zappy-products-dropdown.open .sub-menu,
  .navbar .zappy-products-dropdown.open > .sub-menu,
  .navbar .zappy-products-dropdown .sub-menu.mobile-expanded,
  .navbar .zappy-products-dropdown > .sub-menu.mobile-expanded,
  .navbar .menu-item-has-children.open > .sub-menu,
  .navbar .menu-item-has-children > .sub-menu.mobile-expanded,
  .navbar .nav-dropdown.open > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    max-height: none !important;
    pointer-events: auto !important;
    position: static !important;
    overflow-y: visible !important;
    padding: 0.5rem 0 !important;
  }

  /* Prevent hero image fade gradient from bleeding over headline text below */
  /* The .image-fade-gradient has bottom: -30px which extends below parent; */
  /* on mobile stacked layout this overlaps the h1 text */
  .hero-image-column {
    overflow: hidden !important;
  }
  .image-fade-gradient {
    bottom: 0 !important;
  }
}

/* ============================================
   LTR POSITIONING (English, Spanish, French, etc.)
   For LTR mobile: hamburger on LEFT, phone on RIGHT
   Uses !important to override any inline styles
   ============================================ */
@media (max-width: 768px) {
  html[dir="ltr"] .mobile-toggle,
  html:not([dir="rtl"]):not([lang="he"]):not([lang="ar"]) .mobile-toggle {
    left: 12px !important;
    right: auto !important;
  }
  
  html[dir="ltr"] .phone-header-btn,
  html:not([dir="rtl"]):not([lang="he"]):not([lang="ar"]) .phone-header-btn {
    right: 12px !important;
    left: auto !important;
  }
  
  html[dir="ltr"] .nav-menu,
  html:not([dir="rtl"]):not([lang="he"]):not([lang="ar"]) .nav-menu {
    left: 0 !important;
    right: auto !important;
  }
}

/* ============================================
   RTL POSITIONING (Hebrew, Arabic)
   For RTL mobile: hamburger on RIGHT, phone on LEFT
   (natural mirror of LTR layout)
   Uses !important to override any inline styles
   ============================================ */
@media (max-width: 768px) {
  html[dir="rtl"] .mobile-toggle,
  html[lang="he"] .mobile-toggle,
  html[lang="ar"] .mobile-toggle {
    left: auto !important;
    right: 12px !important;
  }
  
  html[dir="rtl"] .phone-header-btn,
  html[lang="he"] .phone-header-btn,
  html[lang="ar"] .phone-header-btn {
    left: 12px !important;
    right: auto !important;
  }
  
  html[dir="rtl"] .nav-menu,
  html[lang="he"] .nav-menu,
  html[lang="ar"] .nav-menu {
    right: 0 !important;
    left: auto !important;
  }
  
  html[dir="rtl"] .nav-menu a,
  html[lang="he"] .nav-menu a,
  html[lang="ar"] .nav-menu a {
    text-align: right !important;
  }
  
  /* Hide desktop language switcher on mobile - hamburger menu handles it */
  /* High specificity to override stored CSS */
  .lang-switcher,
  .nav-cta-container .lang-switcher,
  .nav-container .lang-switcher,
  .navbar .lang-switcher,
  .navbar .nav-cta-container .lang-switcher {
    display: none !important;
  }
}

/* ============================================
   CLONED SITE NAVBAR FIXES
   For sites without nav-right-group wrapper
   ============================================ */

/* Force navbar to be truly full width */
header {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.navbar {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  max-width: none !important;
  overflow-x: hidden !important;
}

/* Constrained nav-container - content limited to 1200px and centered */
.nav-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 2rem !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* RTL layout for cloned sites (without nav-right-group) */
/* Base RTL styles - apply to all screens */
html[dir="rtl"] .nav-container,
html[lang="he"] .nav-container,
html[lang="ar"] .nav-container {
  justify-content: space-between !important;
}

/* Logo stays on right in RTL - DESKTOP ONLY */
/* On mobile, logo should be centered (handled by mobile media query) */
@media (min-width: 769px) {
  html[dir="rtl"] .nav-brand,
  html[dir="rtl"] .logo-link,
  html[lang="he"] .nav-brand,
  html[lang="he"] .logo-link,
  html[lang="ar"] .nav-brand,
  html[lang="ar"] .logo-link {
    order: 2 !important;
    margin-left: 1.5rem !important;
  }
}

/* Base RTL nav-menu styles - display:flex but NOT flex-direction (that's desktop-only) */
html[dir="rtl"] .nav-menu,
html[lang="he"] .nav-menu,
html[lang="ar"] .nav-menu {
  order: 1 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* CTA button pushed to far left in RTL */
html[dir="rtl"] .cta-button,
html[dir="rtl"] a.cta-button,
html[dir="rtl"] .nav-cta-btn,
html[lang="he"] .cta-button,
html[lang="he"] a.cta-button,
html[lang="he"] .nav-cta-btn,
html[lang="ar"] .cta-button,
html[lang="ar"] a.cta-button,
html[lang="ar"] .nav-cta-btn {
  order: 0 !important;
  margin-right: auto !important;
  margin-left: 0 !important;
}

/* DESKTOP ONLY: Horizontal flex layout for RTL navbar - prevents breaking mobile vertical menu */
@media (min-width: 769px) {
  html[dir="rtl"] .nav-container,
  html[lang="he"] .nav-container,
  html[lang="ar"] .nav-container {
    flex-direction: row-reverse !important;
  }
  
  html[dir="rtl"] .nav-menu,
  html[lang="he"] .nav-menu,
  html[lang="ar"] .nav-menu {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1.5rem !important;
    /* flex:1 ensures menu fills space between brand and CTA so items
       stay adjacent to the logo instead of centering when the
       .nav-right-group wrapper is absent (cloned sites, etc.).
       justify-content: flex-start pushes items toward the logo
       (in RTL, flex-start = right side, adjacent to the brand). */
    flex: 1 !important;
    justify-content: flex-start !important;
  }
}

/* ============================================
   END NAVBAR FIXES
   ============================================ */

/* Post-generation fix: Remove main element margin-top and padding-top */
main { margin-top: 0 !important; padding-top: 0 !important; }


/* Footer Styles */
.site-footer {
  --primary: #7A8F62;
  --secondary: #C96E4B;
  --accent: #D4A84F;
  --bg-light: #F3EBDD;
  --bg-dark: #4A433D;
  --text-dark: #2C2926;
  --text-light: #F8F3EA;
  --text-muted: #6F675F;
  --border-light: #E2D6C5;
  --border-dark: #6A625C;
  background-color: var(--bg-dark);
  color: var(--text-light);
  font-family: 'Rubik', sans-serif;
  direction: rtl;
  font-size: 0.95rem;
  line-height: 1.7;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ── MAIN SECTION ── */
.footer-main {
  padding: 3.5rem 0 2.5rem;
  border-bottom: 1px solid var(--border-dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1.2fr;
  gap: 2.5rem;
  align-items: start;
}

/* ── BRAND COLUMN ── */
.footer-col--brand .footer-logo-wrap {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.footer-col--brand .footer-logo-wrap img {
  max-width: 150px;
  height: auto;
  display: block;
  background: rgba(248, 243, 234, 0.08);
  border-radius: 12px;
  padding: 6px 10px;
  border: 1px solid var(--border-dark);
}

.footer-tagline {
  color: rgba(248, 243, 234, 0.72);
  font-size: 0.9rem;
  margin: 0 0 1.4rem;
  max-width: 240px;
  line-height: 1.65;
}

/* ── SOCIAL ICONS ── */
.footer-social {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(212, 168, 79, 0.15);
  border: 1px solid rgba(212, 168, 79, 0.3);
  color: var(--accent);
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.footer-social a:hover {
  background: var(--accent);
  color: var(--bg-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(126, 88, 43, 0.25);
}

/* ── HEADINGS ── */
.footer-heading {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin: 0 0 1.1rem;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid rgba(212, 168, 79, 0.35);
  display: inline-block;
}

/* ── QUICK LINKS ── */
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-links li a {
  color: rgba(248, 243, 234, 0.78);
  text-decoration: none;
  font-size: 0.93rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: transform 0.25s ease, opacity 0.25s ease, color 0.25s ease;
  padding: 0.15rem 0;
}

.footer-links li a::before {
  content: '←';
  font-size: 0.75rem;
  color: var(--accent);
  
  transform: translateX(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  display: inline-block;
}

.footer-links li a:hover {
  color: var(--text-light);
  transform: translateX(-3px);
}

.footer-links li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* ── CONTACT LIST ── */
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(122, 143, 98, 0.2);
  border: 1px solid rgba(122, 143, 98, 0.3);
  color: var(--primary);
  font-size: 0.78rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-text {
  color: rgba(248, 243, 234, 0.78);
  font-size: 0.91rem;
  line-height: 1.5;
}

.contact-text a {
  color: rgba(248, 243, 234, 0.78);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.contact-text a:hover {
  color: var(--text-light);
  text-decoration: underline;
}

/* ── TRUST LIST ── */
.footer-trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-trust-list li {
  color: rgba(248, 243, 234, 0.75);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.footer-trust-list li i {
  color: var(--accent);
  font-size: 0.82rem;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

/* ── BOTTOM BAR ── */
.footer-bottom {
  background: rgba(0, 0, 0, 0.18);
  padding: 1.1rem 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-copyright {
  color: rgba(248, 243, 234, 0.55);
  font-size: 0.83rem;
}

.footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.footer-legal a {
  color: rgba(248, 243, 234, 0.6);
  text-decoration: none;
  font-size: 0.82rem;
  transition: color 0.25s ease, opacity 0.25s ease;
  border-radius: 6px;
  padding: 0.1rem 0.25rem;
}

.footer-legal a:hover {
  color: var(--text-light);
}

.footer-divider {
  color: var(--border-dark);
  font-size: 0.75rem;
  user-select: none;
}

.zappy-attribution {
  color: rgba(212, 168, 79, 0.65) !important;
  font-size: 0.8rem !important;
  transition: color 0.25s ease !important;
}

.zappy-attribution:hover {
  color: var(--accent) !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .footer-main {
    padding: 2.5rem 0 2rem;
  }

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

  .footer-col--brand .footer-tagline {
    max-width: 100%;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }

  .footer-legal {
    gap: 0.35rem;
  }
}


/* Footer Contrast Guard — overrides dark-on-dark text */
.site-footer .contact-list a,
.site-footer .contact-list li,
.site-footer .contact-list span,
.site-footer .footer-legal a,
.site-footer .copyright p,
.site-footer .footer-description,
.site-footer .footer-bottom a,
.site-footer .footer-bottom p,
.site-footer .footer-bottom span:not(.separator) {
  color: #6F675F !important;
}
.site-footer .contact-list a:hover,
.site-footer .footer-legal a:hover,
.site-footer .footer-bottom a:hover {
  color: #F8F3EA !important;
}
.site-footer .footer-legal .separator {
  color: #6A625C !important;
}
/* Footer contact alignment fix */
.footer-contact li > a { display: flex; align-items: flex-start; gap: inherit; }
/* RTL footer contact: icon on the right (start) side, text on the left */
html[dir="rtl"] .footer-contact li,
html[dir="rtl"] .site-footer .footer-contact li,
html[dir="rtl"] .site-footer .footer-col:nth-child(3) .footer-contact li {
  flex-direction: row !important;
  justify-content: flex-start !important;
}
html[dir="rtl"] .footer-contact .contact-icon { order: 0 !important; }
html[dir="rtl"] .footer-contact .contact-text { order: 1 !important; }
html[dir="rtl"] .footer-contact li > a { flex-direction: row !important; }
/* index-hero */
.index-hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: visible;
  background: #4A433D;
  color: var(--text-light);
  display: flex;
  align-items: flex-end;
  padding-bottom: 90px;
}

/* ── Background Image ── */
.index-hero-section .index-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.index-hero-section .index-hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

/* ── Scrim Overlay ── */
.index-hero-section .index-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(
      160deg,
      rgba(44, 33, 22, 0.18) 0%,
      rgba(44, 33, 22, 0.55) 45%,
      rgba(44, 33, 22, 0.82) 100%
    );
}

/* ── Container ── */
.index-hero-section .index-hero-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 100vh;
  padding-bottom: 48px;
  box-sizing: border-box;
}

/* ── Overlay Card ── */
.index-hero-section .index-hero-card {
  background: rgba(248, 241, 232, 0.13);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  border: 1px solid rgba(226, 214, 197, 0.28);
  border-radius: 20px;
  padding: 40px 40px 36px;
  max-width: 560px;
  width: 100%;
  box-shadow: 0 20px 48px rgba(44, 33, 22, 0.38), inset 0 1px 0 rgba(255, 249, 241, 0.18);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── Trust Badge ── */
.index-hero-section .index-hero-trust-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: rgba(212, 168, 79, 0.18);
  border: 1px solid rgba(212, 168, 79, 0.38);
  border-radius: 10px;
  padding: 8px 14px;
  width: fit-content;
}

.index-hero-section .index-hero-trust-badge i {
  color: var(--accent);
  font-size: 14px;
  flex-shrink: 0;
}

.index-hero-section .index-hero-trust-badge span {
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.4;
}

/* ── H1 ── */
.index-hero-section .index-hero-h1 {
  font-family: 'Rubik', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-light);
  margin: 0;
  letter-spacing: -0.01em;
}

.index-hero-section .index-hero-h1 .index-hero-serif {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #F0D9A0;
  display: inline;
}

/* ── Subtitle ── */
.index-hero-section .index-hero-subtitle {
  font-family: 'Rubik', sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(248, 243, 234, 0.88);
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* ── CTA Buttons ── */
.index-hero-section .index-hero-ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}

.index-hero-section .index-hero-btn-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #D48A50 0%, #C8743D 100%);
  color: #FFF9F1;
  padding: 14px 28px;
  border-radius: 12px;
  border: 1px solid #B86935;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 6px 20px rgba(200, 116, 61, 0.38);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  white-space: nowrap;
}

.index-hero-section .index-hero-btn-primary:hover {
  background: linear-gradient(180deg, #E09A60 0%, #D4844D 100%);
  box-shadow: 0 12px 28px rgba(200, 116, 61, 0.5);
  transform: translateY(-2px);
}

.index-hero-section .index-hero-btn-primary i {
  font-size: 14px;
  flex-shrink: 0;
}

.index-hero-section .index-hero-btn-secondary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: rgba(248, 241, 232, 0.12);
  color: var(--text-light);
  padding: 14px 24px;
  border-radius: 12px;
  border: 1px solid rgba(226, 214, 197, 0.45);
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  white-space: nowrap;
}

.index-hero-section .index-hero-btn-secondary:hover {
  background: rgba(248, 241, 232, 0.22);
  border-color: rgba(212, 168, 79, 0.55);
  box-shadow: 0 8px 24px rgba(44, 33, 22, 0.25);
  transform: translateY(-2px);
}

.index-hero-section .index-hero-btn-secondary i {
  font-size: 14px;
  flex-shrink: 0;
}

/* ── Bottom Divider ── */
.index-hero-section .index-hero-divider-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  pointer-events: none;
  z-index: 5;
}

.index-hero-section .index-hero-divider-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ── MOBILE ── */
@media (max-width: 768px) {
  .index-hero-section {
    min-height: 100svh;
    align-items: flex-end;
    padding-bottom: 90px;
  }

  .index-hero-section .index-hero-container {
    padding: 0 16px;
    padding-bottom: 40px;
    min-height: 100svh;
  }

  .index-hero-section .index-hero-card {
    padding: 28px 24px 24px;
    max-width: 100%;
    gap: 16px;
    border-radius: 16px;
  }

  .index-hero-section .index-hero-h1 {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .index-hero-section .index-hero-subtitle {
    font-size: 0.9375rem;
  }

  .index-hero-section .index-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .index-hero-section .index-hero-btn-primary,
  .index-hero-section .index-hero-btn-secondary {
    justify-content: center;
    padding: 14px 20px;
  }

  .index-hero-section .index-hero-trust-badge {
    font-size: 11px;
  }

  .index-hero-section .index-hero-scrim {
    background-image:
      linear-gradient(
        180deg,
        rgba(44, 33, 22, 0.25) 0%,
        rgba(44, 33, 22, 0.65) 50%,
        rgba(44, 33, 22, 0.88) 100%
      );
  }
}

/* ── DESKTOP ── */
@media (min-width: 769px) {
  .index-hero-section .index-hero-container {
    padding-inline-start: 48px;
    padding-inline-end: 48px;
    padding-bottom: 72px;
  }

  .index-hero-section .index-hero-card {
    padding: 48px 44px 44px;
    max-width: 580px;
  }
}

/* index-services */
.index-services-section {
  position: relative;
  overflow: visible;
  background-color: #F3EBDD;
  background-image: linear-gradient(180deg, #FBF6F0 0%, #F3E6D8 100%);
  color: var(--text-dark);
  padding: 96px 24px 90px;
  direction: rtl;
}

/* ── Container ── */
.index-services-section .index-services-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ── Intro Block ── */
.index-services-section .index-services-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
}

.index-services-section .index-services-eyebrow {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 14px;
  padding: 6px 16px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: rgba(201, 110, 75, 0.07);
}

.index-services-section .index-services-heading {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-dark);
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.index-services-section .index-services-heading .index-services-serif {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: var(--secondary);
}

.index-services-section .index-services-subtext {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  text-align: center;
  margin: 0;
}

/* ── Grid Layout ── */
.index-services-section .index-services-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 24px;
  align-items: start;
  direction: rtl;
}

/* Secondary column stacks two cards vertically */
.index-services-section .index-services-secondary-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 32px; /* stagger offset for editorial rhythm */
}

/* ── Base Card ── */
.index-services-section .index-services-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,249,241,0.97) 0%, rgba(248,241,232,0.93) 100%);
  border-radius: 20px;
  border: 1px solid var(--border-light);
  box-shadow: 0 12px 32px rgba(126,88,43,0.14);
  padding: 32px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  direction: rtl;
  text-align: right;
}

.index-services-section .index-services-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(126,88,43,0.20);
}

/* Primary card taller/more prominent */
.index-services-section .index-services-card--primary {
  background: linear-gradient(160deg, #FFFDF8 0%, #F7EDE0 100%);
  border-color: rgba(212, 168, 79, 0.30);
}

.index-services-section .index-services-card--secondary {
  background: linear-gradient(180deg, #FDFAF5 0%, #F5ECE0 100%);
}

.index-services-section .index-services-card--tertiary {
  background: linear-gradient(180deg, #FCF8F2 0%, #F3E8DA 100%);
}

/* ── Accent bottom line ── */
.index-services-section .index-services-card-accent-line {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);
  opacity: 0.55;
  border-radius: 0 0 20px 20px;
}

/* ── Icon Wrap ── */
.index-services-section .index-services-card-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.index-services-section .index-services-icon {
  color: var(--primary);
  flex-shrink: 0;
}

/* ── Card Body ── */
.index-services-section .index-services-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.index-services-section .index-services-card-tag {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--secondary);
  background: rgba(201, 110, 75, 0.10);
  border: 1px solid rgba(201, 110, 75, 0.22);
  border-radius: 8px;
  padding: 4px 12px;
  align-self: flex-start;
}

.index-services-section .index-services-card-title {
  font-family: 'Rubik', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-dark);
  margin: 0;
}

.index-services-section .index-services-card-desc {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
}

/* ── Feature List (primary card only) ── */
.index-services-section .index-services-card-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.index-services-section .index-services-card-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: 'Rubik', sans-serif;
  font-size: 0.9375rem;
  color: var(--text-dark);
  font-weight: 500;
}

.index-services-section .index-services-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(122, 143, 98, 0.15);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

/* ── CTA Row ── */
.index-services-section .index-services-cta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 56px;
  flex-wrap: wrap;
}

.index-services-section .index-services-btn-primary {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--text-light);
  background: linear-gradient(180deg, #D48A50 0%, #C8743D 100%);
  border: 1px solid #B86935;
  border-radius: 12px;
  padding: 14px 32px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(200,116,61,0.22);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.index-services-section .index-services-btn-primary:hover {
  background: linear-gradient(180deg, #C8743D 0%, #B86935 100%);
  box-shadow: 0 16px 36px rgba(200,116,61,0.32);
  transform: translateY(-2px);
}

.index-services-section .index-services-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  background: transparent;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 14px 28px;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.index-services-section .index-services-btn-ghost:hover {
  background: rgba(122, 143, 98, 0.08);
  border-color: var(--primary);
  transform: translateY(-2px);
}

/* ── Bottom Divider ── */
.index-services-section .index-services-divider-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  pointer-events: none;
  z-index: 5;
}

.index-services-section .index-services-divider-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ── Responsive: Tablet ── */
@media (max-width: 1024px) {
  .index-services-section .index-services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── Responsive: Mobile ── */
@media (max-width: 768px) {
  .index-services-section {
    padding: 56px 16px 90px;
  }

  .index-services-section .index-services-intro {
    margin-bottom: 36px;
  }

  .index-services-section .index-services-heading {
    font-size: 1.6rem;
  }

  .index-services-section .index-services-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .index-services-section .index-services-secondary-col {
    padding-top: 0;
    gap: 16px;
  }

  .index-services-section .index-services-card {
    padding: 24px;
  }

  .index-services-section .index-services-cta-row {
    flex-direction: column;
    margin-top: 36px;
    gap: 12px;
  }

  .index-services-section .index-services-btn-primary,
  .index-services-section .index-services-btn-ghost {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* index-testimonials */
.index-testimonials-section {
  position: relative;
  overflow: visible;
  background-color: #4A433D;
  background-image:
    radial-gradient(ellipse at 10% 20%, rgba(212,168,79,0.08) 0%, transparent 55%),
    radial-gradient(ellipse at 90% 80%, rgba(122,143,98,0.07) 0%, transparent 50%),
    linear-gradient(180deg, #5C5049 0%, #4A433D 50%, #3E3830 100%);
  color: var(--text-light);
  padding: 96px 24px 120px;
  direction: rtl;
}

.index-testimonials-section .index-testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ── Header ── */
.index-testimonials-section .index-testimonials-header {
  text-align: start;
  margin-bottom: 56px;
  max-width: 640px;
}

.index-testimonials-section .index-testimonials-eyebrow {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(212,168,79,0.45);
}

.index-testimonials-section .index-testimonials-title {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-light);
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.index-testimonials-section .index-testimonials-title em {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: var(--accent);
}

.index-testimonials-section .index-testimonials-intro {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(248,243,234,0.75);
  margin: 0;
}

/* ── Layout Grid ── */
.index-testimonials-section .index-testimonials-layout {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 24px;
  align-items: start;
  direction: rtl;
}

/* ── Cards Base ── */
.index-testimonials-section .index-testimonials-card {
  position: relative;
  background: rgba(255,249,241,0.07);
  border: 1px solid rgba(212,168,79,0.22);
  border-radius: 20px;
  padding: 40px 36px 32px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.index-testimonials-section .index-testimonials-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(126,88,43,0.20);
}

/* ── Main Card ── */
.index-testimonials-section .index-testimonials-card--main {
  padding: 52px 44px 40px;
  background: rgba(255,249,241,0.10);
  border-color: rgba(212,168,79,0.30);
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
}

/* ── Secondary Cards ── */
.index-testimonials-section .index-testimonials-secondary {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.index-testimonials-section .index-testimonials-card--secondary {
  padding: 32px 28px 28px;
}

/* ── Oversized Quote Mark ── */
.index-testimonials-section .index-testimonials-quote-mark {
  position: absolute;
  top: 16px;
  inset-inline-end: 24px;
  font-family: 'Rubik', sans-serif;
  font-size: 96px;
  line-height: 1;
  color: rgba(212,168,79,0.15);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.index-testimonials-section .index-testimonials-quote-mark--sm {
  font-size: 64px;
  top: 12px;
  inset-inline-end: 18px;
}

/* ── Quote Text ── */
.index-testimonials-section .index-testimonials-quote {
  margin: 0 0 28px;
  padding: 0;
  border: none;
  position: relative;
  z-index: 1;
}

.index-testimonials-section .index-testimonials-quote p {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(248,243,234,0.88);
  margin: 0;
  text-align: start;
}

.index-testimonials-section .index-testimonials-card--main .index-testimonials-quote p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-light);
}

/* ── Author ── */
.index-testimonials-section .index-testimonials-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(212,168,79,0.20);
  padding-top: 20px;
  margin-top: 0;
}

.index-testimonials-section .index-testimonials-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(212,168,79,0.35) 0%, rgba(122,143,98,0.30) 100%);
  border: 1px solid rgba(212,168,79,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
}

.index-testimonials-section .index-testimonials-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.index-testimonials-section .index-testimonials-author-name {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: var(--text-light);
  display: block;
  text-align: start;
}

.index-testimonials-section .index-testimonials-author-location {
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  color: rgba(248,243,234,0.55);
  display: block;
  text-align: start;
}

.index-testimonials-section .index-testimonials-stars {
  display: flex;
  flex-direction: row;
  gap: 2px;
  margin-inline-start: auto;
  flex-shrink: 0;
}

.index-testimonials-section .index-testimonials-stars .fa-star {
  color: var(--accent);
  font-size: 13px;
}

/* ── Accent Divider Line ── */
.index-testimonials-section .index-testimonials-accent-line {
  margin-top: 56px;
  height: 1px;
  background: linear-gradient(to left, transparent, rgba(212,168,79,0.35) 30%, rgba(212,168,79,0.35) 70%, transparent);
}

/* ── Bottom Scalloped Divider ── */
.index-testimonials-section .index-testimonials-divider-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;
  z-index: 5;
}

.index-testimonials-section .index-testimonials-divider-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .index-testimonials-section .index-testimonials-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .index-testimonials-section {
    padding: 72px 16px 100px;
  }

  .index-testimonials-section .index-testimonials-header {
    margin-bottom: 36px;
  }

  .index-testimonials-section .index-testimonials-title {
    font-size: 1.6rem;
  }

  .index-testimonials-section .index-testimonials-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .index-testimonials-section .index-testimonials-card--main {
    padding: 32px 24px 28px;
  }

  .index-testimonials-section .index-testimonials-card--secondary {
    padding: 24px 20px 20px;
  }

  .index-testimonials-section .index-testimonials-quote-mark {
    font-size: 64px;
  }

  .index-testimonials-section .index-testimonials-quote-mark--sm {
    font-size: 48px;
  }

  .index-testimonials-section .index-testimonials-accent-line {
    margin-top: 36px;
  }
}

/* index-credentials */
.index-credentials-section {
  position: relative;
  overflow: visible;
  background-color: #F3EBDD;
  background-image: linear-gradient(180deg, #FBF6F0 0%, #F3E6D8 100%);
  color: var(--text-dark);
  padding: 96px 24px 130px;
  direction: rtl;
  font-family: 'Rubik', sans-serif;
}

.index-credentials-section .index-credentials-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ── Intro Block ── */
.index-credentials-section .index-credentials-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}

.index-credentials-section .index-credentials-eyebrow {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(122, 143, 98, 0.1);
  border: 1px solid rgba(122, 143, 98, 0.25);
  border-radius: var(--radius-badge, 10px);
  padding: 5px 14px;
  margin-bottom: 18px;
}

.index-credentials-section .index-credentials-heading {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-dark);
  margin: 0 0 18px;
  letter-spacing: -0.01em;
}

.index-credentials-section .index-credentials-serif {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: var(--secondary);
}

.index-credentials-section .index-credentials-subtext {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
  text-align: center;
}

/* ── Trust Panels ── */
.index-credentials-section .index-credentials-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-card-gap, 24px);
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .index-credentials-section .index-credentials-panels {
    grid-template-columns: repeat(3, 1fr);
  }
}

.index-credentials-section .index-credentials-panel {
  background: linear-gradient(180deg, rgba(255,249,241,0.96) 0%, rgba(248,241,232,0.92) 100%);
  border-radius: var(--radius-card, 20px);
  border: 1px solid var(--border-light);
  box-shadow: 0 12px 32px rgba(126,88,43,0.14);
  padding: var(--spacing-card-padding, 32px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spacing-element-gap, 16px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: right;
}

.index-credentials-section .index-credentials-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(126,88,43,0.20);
}

.index-credentials-section .index-credentials-panel-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-badge, 10px);
  background: linear-gradient(135deg, rgba(122,143,98,0.12) 0%, rgba(212,168,79,0.14) 100%);
  border: 1px solid rgba(122,143,98,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}

.index-credentials-section .index-credentials-panel-body {
  flex: 1;
  width: 100%;
}

.index-credentials-section .index-credentials-panel-title {
  font-family: 'Rubik', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-dark);
  margin: 0 0 10px;
}

.index-credentials-section .index-credentials-panel-text {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}

/* ── Process Strip ── */
.index-credentials-section .index-credentials-process {
  background: rgba(255,249,241,0.7);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-card, 20px);
  padding: 32px 40px;
  box-shadow: 0 8px 24px rgba(126,88,43,0.10);
}

.index-credentials-section .index-credentials-process-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
}

@media (min-width: 768px) {
  .index-credentials-section .index-credentials-process-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}

.index-credentials-section .index-credentials-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  flex: 1;
  text-align: right;
}

.index-credentials-section .index-credentials-step-num {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  min-width: 36px;
  flex-shrink: 0;
}

.index-credentials-section .index-credentials-step-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.index-credentials-section .index-credentials-step-title {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--text-dark);
  display: block;
}

.index-credentials-section .index-credentials-step-desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.5;
  display: block;
}

.index-credentials-section .index-credentials-step-divider {
  display: none;
}

@media (min-width: 768px) {
  .index-credentials-section .index-credentials-step-divider {
    display: block;
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-light), transparent);
    flex-shrink: 0;
    margin: 0 8px;
  }
}

/* ── Bottom Divider ── */
.index-credentials-section .index-credentials-divider-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  pointer-events: none;
  z-index: 5;
}

.index-credentials-section .index-credentials-divider-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .index-credentials-section {
    padding: 56px 16px 110px;
  }

  .index-credentials-section .index-credentials-intro {
    margin-bottom: 40px;
  }

  .index-credentials-section .index-credentials-heading {
    font-size: 1.6rem;
  }

  .index-credentials-section .index-credentials-panels {
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-bottom: 32px;
  }

  .index-credentials-section .index-credentials-panel {
    padding: 24px;
  }

  .index-credentials-section .index-credentials-process {
    padding: 24px 20px;
  }

  .index-credentials-section .index-credentials-process-inner {
    flex-direction: column;
    gap: 20px;
  }

  .index-credentials-section .index-credentials-step {
    flex-direction: row;
    align-items: flex-start;
  }
}

/* index-cta */
.index-cta-section {
  direction: rtl;
  background-color: #4A433D;
  background-image:
    radial-gradient(ellipse at 60% 50%, rgba(201,110,75,0.18) 0%, transparent 65%),
    radial-gradient(ellipse at 10% 80%, rgba(212,168,79,0.13) 0%, transparent 55%),
    linear-gradient(180deg, #4A433D 0%, #36302B 100%);
  color: var(--text-light);
  padding: var(--spacing-section, 96px) 20px;
  position: relative;
  overflow: visible;
}

.index-cta-section .index-cta-inner {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 249, 241, 0.06);
  border: 1px solid rgba(212, 168, 79, 0.28);
  border-radius: 32px;
  padding: var(--spacing-card-padding, 32px) 48px 40px;
  text-align: center;
  box-shadow: 0 20px 48px rgba(126,88,43,0.22);
  overflow: hidden;
}

.index-cta-section .index-cta-glow {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  height: 120px;
  background: radial-gradient(ellipse at center, rgba(212,168,79,0.28) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(12px);
}

.index-cta-section .index-cta-content {
  position: relative;
  z-index: 2;
}

.index-cta-section .index-cta-heading {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-light);
  margin: 0 0 16px;
  text-align: center;
}

.index-cta-section .index-cta-heading em {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  color: var(--accent);
  font-weight: 500;
}

.index-cta-section .index-cta-sub {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(248, 243, 234, 0.82);
  max-width: 560px;
  margin: 0 auto 32px;
  text-align: center;
}

.index-cta-section .index-cta-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.index-cta-section .index-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: var(--radius-btn, 12px);
  background: linear-gradient(180deg, #D8B066 0%, #B88A3F 100%);
  color: #FFF9F1;
  border: 1px solid #9B7435;
  box-shadow: 0 12px 28px rgba(200,116,61,0.28), inset 0 1px 0 rgba(255,255,255,0.22);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.index-cta-section .index-cta-btn-primary:hover {
  background: linear-gradient(180deg, #E4BD72 0%, #C8974A 100%);
  box-shadow: 0 16px 36px rgba(200,116,61,0.36), inset 0 1px 0 rgba(255,255,255,0.28);
  transform: translateY(-2px);
}

.index-cta-section .index-cta-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Rubik', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: var(--radius-btn, 12px);
  background: transparent;
  color: rgba(248, 243, 234, 0.85);
  border: 1px solid rgba(212, 168, 79, 0.38);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.index-cta-section .index-cta-btn-ghost:hover {
  background: rgba(212, 168, 79, 0.12);
  color: var(--text-light);
  border-color: rgba(212, 168, 79, 0.65);
}

.index-cta-section .index-cta-btn-ghost .fa {
  font-size: 0.9rem;
  color: var(--accent);
}

@media (max-width: 768px) {
  .index-cta-section {
    padding: var(--spacing-section-mobile, 56px) 16px;
  }

  .index-cta-section .index-cta-inner {
    padding: 28px 20px 32px;
    border-radius: 20px;
  }

  .index-cta-section .index-cta-heading {
    font-size: 1.5rem;
  }

  .index-cta-section .index-cta-sub {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .index-cta-section .index-cta-actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .index-cta-section .index-cta-btn-primary,
  .index-cta-section .index-cta-btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .index-cta-section .index-cta-glow {
    width: 220px;
    height: 80px;
  }
}

/* services-intro */
.services-intro-section {
  background-color: #FBF6F0;
  background-image: linear-gradient(180deg, #FBF6F0 0%, #F3E6D8 100%);
  color: var(--text-dark);
  padding: 120px 24px 96px;
  position: relative;
  overflow: visible;
  direction: rtl;
}

.services-intro-section .services-intro-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  direction: rtl;
}

/* ── Content Column ── */
.services-intro-section .services-intro-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  text-align: right;
}

.services-intro-section .services-intro-badge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: rgba(122, 143, 98, 0.12);
  border: 1px solid rgba(122, 143, 98, 0.25);
  border-radius: 10px;
  padding: 6px 14px;
  color: var(--primary);
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.services-intro-section .services-intro-badge i {
  font-size: 14px;
  color: var(--primary);
}

.services-intro-section .services-intro-heading {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-dark);
  margin: 0;
  text-align: right;
}

.services-intro-section .services-intro-heading-accent {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  color: var(--secondary);
  display: block;
}

.services-intro-section .services-intro-lead {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0;
  max-width: 520px;
  text-align: right;
}

/* ── Reassurance List ── */
.services-intro-section .services-intro-reassurance {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.services-intro-section .services-intro-reassurance-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: rgba(255, 249, 241, 0.85);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-card, 20px);
  box-shadow: 0 4px 16px rgba(126, 88, 43, 0.07);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  direction: rtl;
}

.services-intro-section .services-intro-reassurance-item:hover {
  box-shadow: 0 8px 24px rgba(126, 88, 43, 0.13);
  transform: translateY(-2px);
}

.services-intro-section .services-intro-reassurance-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: linear-gradient(180deg, rgba(122,143,98,0.15) 0%, rgba(122,143,98,0.08) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 18px;
}

.services-intro-section .services-intro-reassurance-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: right;
}

.services-intro-section .services-intro-reassurance-text strong {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.4;
}

.services-intro-section .services-intro-reassurance-text span {
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ── CTA Button ── */
.services-intro-section .services-intro-cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #D48A50 0%, #C8743D 100%);
  color: var(--text-light);
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 14px 28px;
  border-radius: 12px;
  border: 1px solid #B86935;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(200, 116, 61, 0.22);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  margin-top: 4px;
}

.services-intro-section .services-intro-cta:hover {
  background: linear-gradient(180deg, #C8743D 0%, #B86935 100%);
  box-shadow: 0 12px 28px rgba(200, 116, 61, 0.32);
  transform: translateY(-2px);
}

.services-intro-section .services-intro-cta i {
  font-size: 16px;
}

/* ── Figure / Image Column ── */
.services-intro-section .services-intro-figure {
  position: relative;
  margin: 0;
  display: flex;
  align-items: stretch;
}

.services-intro-section .services-intro-img {
  width: 100%;
  height: auto;
  min-height: 520px;
  max-height: 680px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(126, 88, 43, 0.18);
  display: block;
}

.services-intro-section .services-intro-figure-badge {
  position: absolute;
  bottom: 28px;
  inset-inline-start: -20px;
  background: linear-gradient(180deg, #FBF6F0 0%, #F3E6D8 100%);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 24px rgba(126, 88, 43, 0.14);
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-dark);
  white-space: nowrap;
  z-index: 10;
}

.services-intro-section .services-intro-figure-badge i {
  color: var(--accent);
  font-size: 16px;
}

/* ── Responsive: Tablet ── */
@media (max-width: 1024px) {
  .services-intro-section .services-intro-container {
    gap: 40px;
  }

  .services-intro-section .services-intro-heading {
    font-size: 2.4rem;
  }
}

/* ── Responsive: Mobile ── */
@media (max-width: 768px) {
  .services-intro-section {
    padding: 100px 16px 56px;
  }

  .services-intro-section .services-intro-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .services-intro-section .services-intro-content {
    gap: 20px;
  }

  .services-intro-section .services-intro-heading {
    font-size: 2rem;
  }

  .services-intro-section .services-intro-lead {
    max-width: 100%;
  }

  .services-intro-section .services-intro-figure {
    
  }

  .services-intro-section .services-intro-img {
    min-height: 280px;
    max-height: 360px;
    border-radius: 16px;
  }

  .services-intro-section .services-intro-figure-badge {
    inset-inline-start: 12px;
    bottom: 16px;
    font-size: 0.8125rem;
    padding: 10px 14px;
  }

  .services-intro-section .services-intro-reassurance-item {
    padding: 14px 14px;
  }

  .services-intro-section .services-intro-cta {
    width: 100%;
    justify-content: center;
  }
}
/* ZAPPY_POSTGEN_GUARD_RTL_ORDER:שירותים-intro — stripped 1 order declaration(s) conflicting with RTL grid */


/* services-capabilities */
.services-capabilities-section {
  background-color: #F8F1E8;
  background-image: radial-gradient(circle at 50% 50%, rgba(212,154,82,0.12) 0, rgba(212,154,82,0.05) 32%, rgba(248,241,232,0) 70%);
  color: var(--text-dark);
  padding: var(--spacing-section, 96px) 24px;
  direction: rtl;
  position: relative;
  overflow: visible;
}

.services-capabilities-section .services-capabilities-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ── HEADER ── */
.services-capabilities-section .services-capabilities-header {
  text-align: center;
  margin-bottom: 56px;
}

.services-capabilities-section .services-capabilities-label {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondary);
  background: rgba(201, 110, 75, 0.10);
  border: 1px solid rgba(201, 110, 75, 0.22);
  border-radius: var(--radius-badge, 10px);
  padding: 5px 16px;
  margin-bottom: 18px;
}

.services-capabilities-section .services-capabilities-title {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-dark);
  margin: 0 auto 16px;
  max-width: 600px;
}

.services-capabilities-section .services-capabilities-title em {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: var(--secondary);
}

.services-capabilities-section .services-capabilities-subtitle {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 28px;
  text-align: center;
}

.services-capabilities-section .services-capabilities-divider-line {
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), rgba(212,168,79,0.3));
  margin: 0 auto;
  border-radius: 2px;
}

/* ── GRID ── */
.services-capabilities-section .services-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-card-gap, 24px);
  direction: rtl;
}

/* ── CARD ── */
.services-capabilities-section .services-cap-card {
  background: linear-gradient(180deg, rgba(255,249,241,0.97) 0%, rgba(248,241,232,0.93) 100%);
  border-radius: var(--radius-card, 20px);
  border: 1px solid var(--border-light);
  box-shadow: 0 12px 32px rgba(126,88,43,0.14);
  padding: var(--spacing-card-padding, 32px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.services-capabilities-section .services-cap-card::before {
  content: '';
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--accent) 0%, rgba(212,168,79,0.2) 100%);
  border-radius: 0 var(--radius-card, 20px) var(--radius-card, 20px) 0;
  
  transition: opacity 0.25s ease;
}

.services-capabilities-section .services-cap-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(126,88,43,0.20);
}

.services-capabilities-section .services-cap-card:hover::before {
  opacity: 1;
}

/* ── ICON WRAP ── */
.services-capabilities-section .services-cap-icon-wrap {
  width: 56px;
  height: 56px;
  background: rgba(122, 143, 98, 0.10);
  border: 1.5px solid rgba(122, 143, 98, 0.22);
  border-radius: var(--radius-sm, 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--primary);
  flex-shrink: 0;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.services-capabilities-section .services-cap-card:hover .services-cap-icon-wrap {
  background: rgba(122, 143, 98, 0.18);
  border-color: rgba(122, 143, 98, 0.40);
}

.services-capabilities-section .services-cap-icon-wrap svg {
  width: 30px;
  height: 30px;
  display: block;
}

/* ── GOLD BAR ── */
.services-capabilities-section .services-cap-gold-bar {
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), rgba(212,168,79,0.35));
  border-radius: 2px;
  margin-bottom: 12px;
}

/* ── CARD CONTENT ── */
.services-capabilities-section .services-cap-content {
  width: 100%;
}

.services-capabilities-section .services-cap-card h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-dark);
  margin: 0 0 10px;
  text-align: right;
}

.services-capabilities-section .services-cap-card p {
  font-family: 'Rubik', sans-serif;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
  text-align: right;
}

/* ── RESPONSIVE: 2 columns ── */
@media (max-width: 1024px) {
  .services-capabilities-section .services-capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── RESPONSIVE: mobile ── */
@media (max-width: 768px) {
  .services-capabilities-section {
    padding: var(--spacing-section-mobile, 56px) 16px;
  }

  .services-capabilities-section .services-capabilities-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .services-capabilities-section .services-capabilities-title {
    font-size: 1.6rem;
  }

  .services-capabilities-section .services-capabilities-header {
    margin-bottom: 36px;
  }

  .services-capabilities-section .services-cap-card {
    padding: 24px;
  }

  .services-capabilities-section .services-cap-icon-wrap {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }

  .services-capabilities-section .services-cap-icon-wrap svg {
    width: 26px;
    height: 26px;
  }
}

/* services-process */
.services-process-section {
  position: relative;
  background-color: #4A433D;
  background-image:
    radial-gradient(ellipse at 15% 50%, rgba(212,168,79,0.08) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 20%, rgba(122,143,98,0.10) 0%, transparent 50%),
    linear-gradient(180deg, #5A504A 0%, #3E3730 100%);
  color: var(--text-light);
  padding: 96px 24px;
  direction: rtl;
  overflow: visible;
}

.services-process-section .services-process-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ── Header ── */
.services-process-section .services-process-header {
  text-align: center;
  margin-block-end: 72px;
}

.services-process-section .services-process-eyebrow {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(212,168,79,0.35);
  border-radius: 10px;
  padding: 4px 16px;
  margin-block-end: 20px;
}

.services-process-section .services-process-title {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-light);
  margin: 0 0 16px;
  max-width: none !important;
}

.services-process-section .services-process-title em {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}

.services-process-section .services-process-subtitle {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(248,243,234,0.75);
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

/* ── Steps Row ── */
.services-process-section .services-process-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
}

/* ── Connector arrows (hidden on mobile, shown on desktop) ── */
.services-process-section .services-process-connector {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(212,168,79,0.45);
  width: 40px;
}

/* ── Step Card ── */
.services-process-section .services-process-step {
  flex: 1;
  background: rgba(255,249,241,0.07);
  border: 1px solid rgba(212,168,79,0.20);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 12px 32px rgba(126,88,43,0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
  text-align: right;
}

.services-process-section .services-process-step::before {
  content: '';
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--accent) 0%, rgba(212,168,79,0.15) 100%);
  border-radius: 0 20px 20px 0;
}

.services-process-section .services-process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(126,88,43,0.20);
}

/* ── Step Number ── */
.services-process-section .services-process-step-number {
  font-family: 'Rubik', sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(212,168,79,0.18);
  letter-spacing: -0.03em;
  margin-block-end: 4px;
  text-align: right;
}

/* ── Gold Divider Line ── */
.services-process-section .services-process-step-divider {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), rgba(212,168,79,0.25));
  margin-block-end: 20px;
  margin-inline-start: auto;
  border-radius: 2px;
}

/* ── Step Content ── */
.services-process-section .services-process-step-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ── Step Icon ── */
.services-process-section .services-process-step-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 56px;
  height: 56px;
  background: rgba(212,168,79,0.12);
  border: 1px solid rgba(212,168,79,0.25);
  border-radius: 16px;
  margin-inline-start: auto;
  color: var(--accent);
  flex-shrink: 0;
  margin-block-end: 4px;
  padding: 12px;
  box-sizing: border-box;
}

/* ── Step Title ── */
.services-process-section .services-process-step-title {
  font-family: 'Rubik', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-light);
  margin: 0;
}

/* ── Step Text ── */
.services-process-section .services-process-step-text {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(248,243,234,0.75);
  margin: 0;
}

/* ── DESKTOP ── */
@media (min-width: 768px) {
  .services-process-section .services-process-steps {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }

  .services-process-section .services-process-connector {
    display: flex;
  }

  .services-process-section .services-process-step {
    flex: 1;
    min-width: 0;
  }

  .services-process-section .services-process-title {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .services-process-section .services-process-title {
    font-size: 2.25rem;
  }
}

/* ── MOBILE ── */
@media (max-width: 767px) {
  .services-process-section {
    padding: 56px 16px;
  }

  .services-process-section .services-process-header {
    margin-block-end: 40px;
  }

  .services-process-section .services-process-title {
    font-size: 1.6rem;
  }

  .services-process-section .services-process-step {
    padding: 24px 20px;
  }

  .services-process-section .services-process-step-number {
    font-size: 2.5rem;
  }

  .services-process-section .services-process-steps {
    grid-template-columns: 1fr !important;
  }
}

/* services-showcase */
.services-showcase-section {
  background-color: #F8F1E8;
  background-image: radial-gradient(circle at 50% 50%, rgba(212,154,82,0.12) 0, rgba(212,154,82,0.05) 32%, rgba(248,241,232,0) 70%);
  color: var(--text-dark);
  padding: var(--spacing-section, 96px) 24px;
  direction: rtl;
  position: relative;
  overflow: visible;
}

.services-showcase-section .services-showcase-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.services-showcase-section .services-showcase-header {
  text-align: center;
  margin-bottom: 56px;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 56px;
}

.services-showcase-section .services-showcase-title {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-dark);
  letter-spacing: -0.01em;
  margin: 0 0 16px 0;
  text-align: center;
}

.services-showcase-section .services-showcase-title em {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  color: var(--secondary);
  font-weight: 600;
}

.services-showcase-section .services-showcase-desc {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
  text-align: center;
}

.services-showcase-section .services-showcase-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: var(--spacing-card-gap, 24px);
  align-items: stretch;
  direction: rtl;
}

.services-showcase-section .showcase-tiles-stack {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-card-gap, 24px);
}

.services-showcase-section .showcase-tile {
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: var(--radius-img, 16px);
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: 0 8px 24px rgba(126,88,43,0.12);
  background: var(--bg-light);
  transition: box-shadow 0.25s ease;
}

.services-showcase-section .showcase-tile:hover {
  box-shadow: 0 20px 48px rgba(126,88,43,0.20);
}

.services-showcase-section .showcase-tile--large {
  height: 100%;
  min-height: 420px;
}

.services-showcase-section .showcase-tile--large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.services-showcase-section .showcase-tile--small {
  flex: 1;
  min-height: 0;
}

.services-showcase-section .showcase-tile--small img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.services-showcase-section .showcase-tile-label {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(248, 241, 232, 0.93);
  color: var(--text-dark);
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 6px 14px;
  border-radius: var(--radius-badge, 10px);
  border: 1px solid var(--border-light);
  box-shadow: 0 4px 12px rgba(126,88,43,0.10);
  letter-spacing: 0.01em;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 900px) {
  .services-showcase-section .services-showcase-grid {
    grid-template-columns: 1fr;
  }

  .services-showcase-section .showcase-tile--large {
    min-height: 320px;
    height: 320px;
  }

  .services-showcase-section .showcase-tiles-stack {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--spacing-card-gap, 24px);
  }

  .services-showcase-section .showcase-tile--small {
    min-height: 180px;
  }

  .services-showcase-section .showcase-tile--small img {
    min-height: 180px;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .services-showcase-section {
    padding: var(--spacing-section-mobile, 56px) 16px;
  }

  .services-showcase-section .services-showcase-header {
    margin-bottom: 36px;
  }

  .services-showcase-section .services-showcase-title {
    font-size: 1.6rem;
  }

  .services-showcase-section .services-showcase-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .services-showcase-section .showcase-tile--large {
    height: 260px;
    min-height: 260px;
  }

  .services-showcase-section .showcase-tiles-stack {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px;
  }

  .services-showcase-section .showcase-tile--small {
    min-height: 150px;
  }

  .services-showcase-section .showcase-tile--small img {
    min-height: 150px;
    height: 150px;
  }

  .services-showcase-section .showcase-tile-label {
    font-size: 0.75rem;
    padding: 4px 10px;
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .services-showcase-section .showcase-tiles-stack {
    grid-template-columns: 1fr !important;
  }

  .services-showcase-section .showcase-tile--small {
    min-height: 180px;
  }

  .services-showcase-section .showcase-tile--small img {
    min-height: 180px;
    height: 180px;
  }
}

/* services-faq */
.services-faq-section {
  background-color: #F3EBDD;
  background-image: linear-gradient(180deg, #FBF6F0 0%, #F3E6D8 100%);
  color: var(--text-dark);
  padding: 96px 24px;
  position: relative;
  direction: rtl;
}

.services-faq-section .services-faq-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Header */
.services-faq-section .services-faq-header {
  text-align: center;
  margin-block-end: 56px;
}

.services-faq-section .services-faq-badge {
  display: inline-block;
  background: rgba(122, 143, 98, 0.12);
  color: var(--primary);
  border: 1px solid rgba(122, 143, 98, 0.3);
  border-radius: 10px;
  padding: 6px 16px;
  font-size: 0.875rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-block-end: 20px;
}

.services-faq-section .services-faq-title {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-dark);
  margin: 0 0 20px 0;
  letter-spacing: -0.01em;
}

.services-faq-section .services-faq-title em {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  color: var(--secondary);
}

.services-faq-section .services-faq-intro {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

/* FAQ List */
.services-faq-section .services-faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* FAQ Card */
.services-faq-section .services-faq-card {
  background: linear-gradient(180deg, rgba(255,249,241,0.97) 0%, rgba(248,241,232,0.93) 100%);
  border-radius: 20px;
  border: 1px solid var(--border-light);
  box-shadow: 0 8px 24px rgba(126,88,43,0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.services-faq-section .services-faq-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(126,88,43,0.16);
}

.services-faq-section .services-faq-card-inner {
  padding: 32px;
}

/* Question Row */
.services-faq-section .services-faq-q-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-block-end: 16px;
}

.services-faq-section .services-faq-icon-wrap {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(201, 110, 75, 0.10);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  margin-block-start: 2px;
}

.services-faq-section .services-faq-question {
  font-family: 'Rubik', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-dark);
  margin: 0;
  padding-block-start: 10px;
  text-align: start;
}

/* Answer */
.services-faq-section .services-faq-answer {
  padding-inline-start: 60px;
  border-block-start: 1px solid var(--border-light);
  padding-block-start: 16px;
}

.services-faq-section .services-faq-answer p {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0;
  text-align: start;
}

/* CTA Strip */
.services-faq-section .services-faq-cta {
  margin-block-start: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 32px;
  background: linear-gradient(180deg, rgba(122,143,98,0.08) 0%, rgba(122,143,98,0.04) 100%);
  border-radius: 20px;
  border: 1px solid rgba(122,143,98,0.2);
  flex-wrap: wrap;
}

.services-faq-section .services-faq-cta-text {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-dark);
  margin: 0;
  font-weight: 500;
  text-align: center;
}

.services-faq-section .services-faq-btn {
  display: inline-block;
  background: linear-gradient(180deg, var(--secondary) 0%, #b05a38 100%);
  color: var(--text-light);
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 14px 32px;
  border-radius: 12px;
  text-decoration: none;
  border: none;
  box-shadow: 0 8px 24px rgba(200,116,61,0.22);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  white-space: nowrap;
}

.services-faq-section .services-faq-btn:hover {
  background: linear-gradient(180deg, #d97050 0%, var(--secondary) 100%);
  box-shadow: 0 12px 28px rgba(200,116,61,0.30);
  transform: translateY(-2px);
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
  .services-faq-section {
    padding: 56px 16px;
  }

  .services-faq-section .services-faq-header {
    margin-block-end: 36px;
  }

  .services-faq-section .services-faq-title {
    font-size: 1.6rem;
  }

  .services-faq-section .services-faq-card-inner {
    padding: 24px 20px;
  }

  .services-faq-section .services-faq-q-row {
    gap: 12px;
    margin-block-end: 14px;
  }

  .services-faq-section .services-faq-icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .services-faq-section .services-faq-question {
    font-size: 1rem;
    padding-block-start: 8px;
  }

  .services-faq-section .services-faq-answer {
    padding-inline-start: 50px;
    padding-block-start: 14px;
  }

  .services-faq-section .services-faq-cta {
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px;
    text-align: center;
    margin-block-start: 36px;
  }

  .services-faq-section .services-faq-cta-text {
    font-size: 0.9375rem;
  }

  .services-faq-section .services-faq-btn {
    width: 100%;
    text-align: center;
    padding: 14px 24px;
  }
}

/* about-story */
.about-story-section {
  background-color: #F3EBDD;
  background-image: linear-gradient(180deg, #FBF6F0 0%, #F3E6D8 100%);
  color: var(--text-dark);
  padding: 120px 24px 96px;
  position: relative;
  overflow: visible;
  direction: rtl;
  font-family: 'Rubik', sans-serif;
}

.about-story-section .about-story-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.about-story-section .about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  direction: rtl;
}

/* ── TEXT BLOCK ── */
.about-story-section .about-story-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: right;
}

.about-story-section .about-story-eyebrow {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondary);
  background: rgba(201, 110, 75, 0.09);
  border: 1px solid rgba(201, 110, 75, 0.22);
  border-radius: 8px;
  padding: 5px 14px;
  align-self: flex-start;
}

.about-story-section .about-story-heading {
  font-family: 'Rubik', sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-dark);
  margin: 0;
  letter-spacing: -0.01em;
}

.about-story-section .about-story-serif {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-weight: 500;
  color: var(--secondary);
}

.about-story-section .about-story-intro {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-dark);
  margin: 0;
  font-weight: 400;
}

.about-story-section .about-story-divider-line {
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  border-radius: 2px;
  margin-inline-start: 0;
}

.about-story-section .about-story-body {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0;
}

/* ── BADGES ── */
.about-story-section .about-story-badges {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.about-story-section .about-story-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: linear-gradient(180deg, rgba(255,249,241,0.96) 0%, rgba(248,241,232,0.92) 100%);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(126,88,43,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-story-section .about-story-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(126,88,43,0.14);
}

.about-story-section .about-story-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: linear-gradient(135deg, rgba(122,143,98,0.15), rgba(212,168,79,0.12));
  border-radius: 10px;
  color: var(--primary);
  font-size: 15px;
}

.about-story-section .about-story-badge-text {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.4;
}

/* ── IMAGE BLOCK ── */
.about-story-section .about-story-image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.about-story-section .about-story-image-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(126,88,43,0.18);
  width: 100%;
  max-width: 520px;
  aspect-ratio: 5/6;
  background: var(--border-light);
}

.about-story-section .about-story-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

/* Decorative accent card */
.about-story-section .about-story-image-accent {
  position: absolute;
  bottom: -24px;
  inset-inline-start: -28px;
  background: linear-gradient(135deg, var(--bg-dark) 0%, #3A332E 100%);
  color: var(--text-light);
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  box-shadow: 0 12px 32px rgba(74,67,61,0.30);
  min-width: 110px;
  text-align: center;
  z-index: 10;
}

.about-story-section .about-story-years-num {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
}

.about-story-section .about-story-years-label {
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-light);
  opacity: 0.85;
  white-space: nowrap;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .about-story-section .about-story-grid {
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .about-story-section {
    padding: 100px 16px 64px;
  }

  .about-story-section .about-story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* On mobile, image comes FIRST (top), then text below */
  .about-story-section .about-story-image-wrapper {
    order: -1;
  }

  .about-story-section .about-story-heading {
    font-size: 1.9rem;
  }

  .about-story-section .about-story-image-frame {
    max-width: 100%;
    aspect-ratio: 4/3;
  }

  .about-story-section .about-story-image-accent {
    bottom: -18px;
    inset-inline-start: 12px;
    padding: 14px 18px;
    min-width: 90px;
  }

  .about-story-section .about-story-years-num {
    font-size: 1.6rem;
  }

  .about-story-section .about-story-years-label {
    font-size: 11px;
  }

  .about-story-section .about-story-badges {
    gap: 10px;
  }
}

/* about-values */
.about-values-section {
  background-color: #F8F1E8;
  background-image: radial-gradient(circle at 50% 50%, rgba(212,154,82,0.12) 0, rgba(212,154,82,0.05) 32%, rgba(248,241,232,0) 70%);
  color: var(--text-dark);
  padding: 96px 24px;
  direction: rtl;
  position: relative;
  overflow: visible;
}

.about-values-section .about-values-container {
  max-width: 1200px;
  margin: 0 auto;
}

.about-values-section .about-values-header {
  text-align: center;
  margin-bottom: 56px;
  max-width: 680px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.about-values-section .about-values-eyebrow {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--secondary);
  background: rgba(201, 110, 75, 0.10);
  border: 1px solid rgba(201, 110, 75, 0.20);
  border-radius: 8px;
  padding: 5px 14px;
  margin-bottom: 18px;
}

.about-values-section .about-values-title {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-dark);
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

.about-values-section .about-values-title em {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  color: var(--secondary);
}

.about-values-section .about-values-subtitle {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
  text-align: center;
}

.about-values-section .about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  direction: rtl;
}

.about-values-section .about-value-card {
  background: linear-gradient(180deg, rgba(255,249,241,0.97) 0%, rgba(248,241,232,0.93) 100%);
  border-radius: 20px;
  border: 1px solid var(--border-light);
  box-shadow: 0 12px 32px rgba(126,88,43,0.14);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: right;
}

.about-values-section .about-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(126,88,43,0.20);
}

.about-values-section .about-value-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(212,168,79,0.15) 0%, rgba(122,143,98,0.12) 100%);
  border: 1px solid rgba(212,168,79,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.about-values-section .about-value-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-values-section .about-value-title {
  font-family: 'Rubik', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-dark);
  margin: 0;
}

.about-values-section .about-value-card p {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
}

@media (max-width: 900px) {
  .about-values-section .about-values-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .about-values-section {
    padding: 56px 16px;
  }

  .about-values-section .about-values-header {
    margin-bottom: 36px;
  }

  .about-values-section .about-values-title {
    font-size: 1.6rem;
  }

  .about-values-section .about-values-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-values-section .about-value-card {
    padding: 28px 20px;
    gap: 16px;
  }

  .about-values-section .about-value-icon-wrap {
    width: 52px;
    height: 52px;
  }
}

/* about-experience */
.about-experience-section {
  direction: rtl;
  background-color: #4A433D;
  background-image:
    radial-gradient(ellipse at 20% 80%, rgba(212,168,79,0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 20%, rgba(122,143,98,0.10) 0%, transparent 55%),
    linear-gradient(180deg, #5C534C 0%, #4A433D 100%);
  color: var(--text-light);
  padding: var(--spacing-section, 96px) 24px;
  position: relative;
  overflow: visible;
  font-family: 'Rubik', sans-serif;
}

.about-experience-section .about-exp-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* ── HEADER ── */
.about-experience-section .about-exp-header {
  text-align: center;
  margin-bottom: 56px;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 56px;
}

.about-experience-section .about-exp-label {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(212,168,79,0.12);
  border: 1px solid rgba(212,168,79,0.30);
  border-radius: var(--radius-badge, 10px);
  padding: 5px 14px;
  margin-bottom: 18px;
}

.about-experience-section .about-exp-title {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-light);
  margin: 0 0 16px;
  max-width: none !important;
}

.about-experience-section .about-exp-serif {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: var(--accent);
}

.about-experience-section .about-exp-subtitle {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(248,243,234,0.75);
  margin: 0;
  max-width: none !important;
  text-align: center;
}

/* ── DIVIDER LINE ── */
.about-experience-section .about-exp-header::after {
  content: '';
  display: block;
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(212,168,79,0.60), transparent);
  margin: 24px auto 0;
  border-radius: 2px;
}

/* ── GRID ── */
.about-experience-section .about-exp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-card-gap, 24px);
  direction: rtl;
}

/* ── CARD ── */
.about-experience-section .about-exp-card {
  background: rgba(255,249,241,0.07);
  border: 1px solid rgba(212,168,79,0.25);
  border-radius: var(--radius-card, 20px);
  padding: var(--spacing-card-padding, 32px);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--spacing-element-gap, 16px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
  text-align: right;
}

.about-experience-section .about-exp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.28);
  border-color: rgba(212,168,79,0.45);
}

/* ── ICON ── */
.about-experience-section .about-exp-card-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: var(--radius-badge, 10px);
  background: rgba(212,168,79,0.12);
  border: 1px solid rgba(212,168,79,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-top: 2px;
}

.about-experience-section .about-exp-card-icon svg {
  display: block;
}

/* ── CARD BODY ── */
.about-experience-section .about-exp-card-body {
  flex: 1;
  min-width: 0;
}

.about-experience-section .about-exp-card-title {
  font-family: 'Rubik', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-light);
  margin: 0 0 10px;
}

.about-experience-section .about-exp-card-text {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(248,243,234,0.72);
  margin: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .about-experience-section .about-exp-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .about-experience-section {
    padding: var(--spacing-section-mobile, 56px) 16px;
  }

  .about-experience-section .about-exp-header {
    margin-bottom: 36px;
  }

  .about-experience-section .about-exp-title {
    font-size: 1.6rem;
  }

  .about-experience-section .about-exp-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .about-experience-section .about-exp-card {
    padding: 22px 20px;
    flex-direction: row;
    align-items: flex-start;
  }

  .about-experience-section .about-exp-card-icon {
    width: 50px;
    height: 50px;
  }

  .about-experience-section .about-exp-card-title {
    font-size: 1.15rem;
  }
}

@media (min-width: 1024px) {
  .about-experience-section .about-exp-title {
    font-size: 2rem;
  }

  .about-experience-section .about-exp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* about-reviews */
.about-reviews-section {
  background-color: #F3EBDD;
  background-image: linear-gradient(180deg, #FBF6F0 0%, #F3E6D8 100%);
  color: var(--text-dark);
  padding: var(--spacing-section, 96px) 24px;
  direction: rtl;
  position: relative;
  overflow: visible;
}

.about-reviews-section .about-reviews-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ── Section Header ── */
.about-reviews-section .about-reviews-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.about-reviews-section .about-reviews-eyebrow {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--secondary);
  background: rgba(201, 110, 75, 0.10);
  border: 1px solid rgba(201, 110, 75, 0.22);
  border-radius: var(--radius-badge, 10px);
  padding: 5px 14px;
}

.about-reviews-section .about-reviews-title {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-dark);
  margin: 0;
  text-align: center;
}

.about-reviews-section .about-reviews-title em {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: var(--secondary);
}

.about-reviews-section .about-reviews-subtitle {
  font-family: 'Rubik', sans-serif;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  text-align: center;
}

/* ── Featured Review ── */
.about-reviews-section .about-review-featured {
  background: linear-gradient(180deg, rgba(255,249,241,0.97) 0%, rgba(248,241,232,0.93) 100%);
  border-radius: var(--radius-card, 20px);
  border: 1px solid var(--border-light);
  box-shadow: 0 12px 32px rgba(126,88,43,0.14);
  padding: var(--spacing-card-padding, 32px) 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-reviews-section .about-review-featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(126,88,43,0.20);
}

.about-reviews-section .about-review-quote-mark {
  font-family: 'Rubik', sans-serif;
  font-size: 72px;
  line-height: 1;
  color: var(--secondary);
  opacity: 0.30;
  position: absolute;
  inset-inline-end: 36px;
  top: 16px;
  pointer-events: none;
  user-select: none;
}

.about-reviews-section .about-review-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.about-reviews-section .about-review-text {
  font-family: 'Rubik', sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-dark);
  margin: 0;
  text-align: right;
  border-inline-start: 3px solid var(--secondary);
  padding-inline-start: 20px;
}

.about-reviews-section .about-review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

/* ── Stars ── */
.about-reviews-section .about-review-stars {
  display: flex;
  flex-direction: row;
  gap: 3px;
  color: var(--accent);
  font-size: 14px;
}

/* ── Author ── */
.about-reviews-section .about-review-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.about-reviews-section .about-review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--secondary) 0%, var(--accent) 100%);
  color: var(--text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 17px;
  flex-shrink: 0;
}

.about-reviews-section .about-review-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: right;
}

.about-reviews-section .about-review-name {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
}

.about-reviews-section .about-review-location {
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  color: var(--text-muted);
}

/* ── Reviews Grid (2 smaller cards) ── */
.about-reviews-section .about-reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-card-gap, 24px);
  direction: rtl;
}

/* ── Small Review Cards ── */
.about-reviews-section .about-review-card {
  background: linear-gradient(180deg, rgba(255,249,241,0.97) 0%, rgba(248,241,232,0.93) 100%);
  border-radius: var(--radius-card, 20px);
  border: 1px solid var(--border-light);
  box-shadow: 0 8px 24px rgba(126,88,43,0.10);
  padding: var(--spacing-card-padding, 32px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-reviews-section .about-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(126,88,43,0.20);
}

.about-reviews-section .about-review-card-quote {
  font-family: 'Rubik', sans-serif;
  font-size: 52px;
  line-height: 1;
  color: var(--secondary);
  opacity: 0.22;
  position: absolute;
  inset-inline-end: 24px;
  top: 12px;
  pointer-events: none;
  user-select: none;
}

.about-reviews-section .about-review-card-text {
  font-family: 'Rubik', sans-serif;
  line-height: 1.75;
  color: var(--text-dark);
  margin: 0;
  text-align: right;
  border-inline-start: 2px solid rgba(201,110,75,0.40);
  padding-inline-start: 16px;
  position: relative;
  z-index: 1;
  flex: 1;
}

.about-reviews-section .about-review-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 1;
}

/* ── Trust Badge ── */
.about-reviews-section .about-reviews-trust {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  border-top: 1px solid var(--border-light);
  padding-top: 28px;
  text-align: center;
}

.about-reviews-section .about-reviews-trust-icon {
  color: var(--primary);
  font-size: 18px;
  flex-shrink: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .about-reviews-section {
    padding: var(--spacing-section-mobile, 56px) 16px;
  }

  .about-reviews-section .about-reviews-container {
    gap: 32px;
  }

  .about-reviews-section .about-reviews-title {
    font-size: 1.5rem;
  }

  .about-reviews-section .about-review-featured {
    padding: 24px 20px;
  }

  .about-reviews-section .about-review-quote-mark {
    font-size: 52px;
    inset-inline-end: 16px;
    top: 10px;
  }

  .about-reviews-section .about-review-text {
    font-size: 1rem;
  }

  .about-reviews-section .about-review-footer {
    flex-direction: column;
    align-items: flex-end;
  }

  .about-reviews-section .about-reviews-grid {
    grid-template-columns: 1fr !important;
  }

  .about-reviews-section .about-review-card {
    padding: 24px 20px;
  }

  .about-reviews-section .about-review-card-quote {
    font-size: 40px;
    inset-inline-end: 14px;
    top: 8px;
  }

  .about-reviews-section .about-review-card-footer {
    flex-direction: column;
    align-items: flex-end;
  }

  .about-reviews-section .about-reviews-trust {
    flex-direction: column;
    gap: 8px;
  }
}

/* about-assistance */
.about-assistance-section {
  background-color: #4A433D;
  background-image:
    radial-gradient(ellipse 60% 55% at 50% 70%, rgba(212,168,79,0.13) 0%, transparent 70%),
    linear-gradient(180deg, #5A4F47 0%, #3E3832 100%);
  color: var(--text-light);
  padding: 96px 24px;
  position: relative;
  overflow: hidden;
  direction: rtl;
}

.about-assistance-section .about-assistance-inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-assistance-section .about-assistance-glow {
  position: absolute;
  inset-inline-start: 50%;
  bottom: -40px;
  transform: translateX(50%);
  width: 520px;
  height: 260px;
  background: radial-gradient(ellipse at center, rgba(212,168,79,0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
}

.about-assistance-section .about-assistance-panel {
  background: rgba(255,249,241,0.07);
  border: 1px solid rgba(212,168,79,0.28);
  border-radius: var(--radius-card, 20px);
  padding: var(--spacing-card-padding, 32px) 40px 40px;
  box-shadow: 0 20px 48px rgba(126,88,43,0.28), 0 0 0 1px rgba(212,168,79,0.10);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

.about-assistance-section .about-assistance-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(212,168,79,0.12);
  border: 1px solid rgba(212,168,79,0.30);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 20px;
  flex-shrink: 0;
}

.about-assistance-section .about-assistance-badge {
  display: inline-block;
  background: rgba(212,168,79,0.15);
  border: 1px solid rgba(212,168,79,0.35);
  color: var(--accent);
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 5px 14px;
  border-radius: var(--radius-badge, 10px);
  margin-bottom: 20px;
  text-align: center;
}

.about-assistance-section .about-assistance-heading {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-light);
  margin: 0 0 18px;
  text-align: center;
  max-width: none !important;
}

.about-assistance-section .about-assistance-heading em {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}

.about-assistance-section .about-assistance-text {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-light);
  opacity: 0.88;
  margin: 0 0 24px;
  text-align: center;
  max-width: 560px;
  max-width: none !important;
}

.about-assistance-section .about-assistance-divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(212,168,79,0.55), transparent);
  border-radius: 2px;
  margin: 0 auto 24px;
}

.about-assistance-section .about-assistance-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  margin-bottom: 32px;
  width: 100%;
}

.about-assistance-section .about-assistance-feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: var(--text-light);
  opacity: 0.85;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.about-assistance-section .about-assistance-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.about-assistance-section .about-assistance-cta {
  display: inline-block;
  background: linear-gradient(180deg, #D8B066 0%, #B88A3F 100%);
  color: #FFF9F1;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 15px 40px;
  border-radius: var(--radius-btn, 12px);
  border: 1px solid #9B7435;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(200,116,61,0.28), inset 0 1px 0 rgba(255,255,255,0.25);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  cursor: pointer;
  margin-top: 4px;
}

.about-assistance-section .about-assistance-cta:hover {
  background: linear-gradient(180deg, #E0BB70 0%, #C8974A 100%);
  box-shadow: 0 16px 36px rgba(200,116,61,0.38), inset 0 1px 0 rgba(255,255,255,0.30);
  transform: translateY(-2px);
  color: #FFF9F1;
  text-decoration: none;
}

@media (max-width: 768px) {
  .about-assistance-section {
    padding: 56px 16px;
  }

  .about-assistance-section .about-assistance-panel {
    padding: 28px 20px 32px;
  }

  .about-assistance-section .about-assistance-heading {
    font-size: 1.6rem;
  }

  .about-assistance-section .about-assistance-features {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .about-assistance-section .about-assistance-feature {
    white-space: normal;
    justify-content: center;
  }

  .about-assistance-section .about-assistance-cta {
    width: 100%;
    text-align: center;
    padding: 15px 24px;
  }

  .about-assistance-section .about-assistance-glow {
    width: 320px;
    height: 180px;
    transform: translateX(50%);
  }
}

/* contact-reach-out */
.contact-reach-out-section {
  background-color: #FBF6F0;
  background-image: linear-gradient(180deg, #FBF6F0 0%, #F3E6D8 100%);
  color: var(--text-dark);
  padding: 120px 24px 96px;
  position: relative;
  overflow: visible;
  direction: rtl;
}

.contact-reach-out-section .contact-reach-out-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.contact-reach-out-section .contact-reach-out-grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 64px;
  align-items: center;
  direction: rtl;
}

/* ── Content Column ── */
.contact-reach-out-section .contact-reach-out-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-reach-out-section .contact-reach-out-eyebrow {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--secondary);
  background: rgba(201, 110, 75, 0.10);
  border: 1px solid rgba(201, 110, 75, 0.22);
  border-radius: 8px;
  padding: 6px 14px;
  width: fit-content;
}

.contact-reach-out-section .contact-reach-out-h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-dark);
  margin: 0;
  letter-spacing: -0.01em;
}

.contact-reach-out-section .contact-reach-out-serif {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: var(--secondary);
}

.contact-reach-out-section .contact-reach-out-lead {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0;
  max-width: 560px;
}

/* ── Promise List ── */
.contact-reach-out-section .contact-reach-out-promises {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-reach-out-section .contact-reach-out-promise-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0 16px;
  align-items: start;
  direction: rtl;
}

.contact-reach-out-section .contact-reach-out-promise-icon {
  width: 44px;
  height: 44px;
  background: rgba(122, 143, 98, 0.12);
  border: 1px solid rgba(122, 143, 98, 0.22);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}

.contact-reach-out-section .contact-reach-out-promise-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 4px;
}

.contact-reach-out-section .contact-reach-out-promise-text strong {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.3;
}

.contact-reach-out-section .contact-reach-out-promise-text span {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

/* ── Image Column ── */
.contact-reach-out-section .contact-reach-out-image-col {
  position: relative;
}

.contact-reach-out-section .contact-reach-out-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(126, 88, 43, 0.18);
}

.contact-reach-out-section .contact-reach-out-image-wrapper img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
}

/* ── Floating Badge ── */
.contact-reach-out-section .contact-reach-out-image-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: linear-gradient(180deg, rgba(255, 249, 241, 0.97) 0%, rgba(248, 241, 232, 0.95) 100%);
  border: 1px solid rgba(229, 211, 191, 0.9);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(126, 88, 43, 0.16);
  padding: 14px 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  direction: rtl;
  min-width: 160px;
}

.contact-reach-out-section .contact-reach-out-badge-icon {
  width: 38px;
  height: 38px;
  background: linear-gradient(180deg, #D8B066 0%, #B88A3F 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF9F1;
  flex-shrink: 0;
}

.contact-reach-out-section .contact-reach-out-badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-reach-out-section .contact-reach-out-badge-text strong {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
}

.contact-reach-out-section .contact-reach-out-badge-text span {
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ── Decorative accent line under H1 area ── */
.contact-reach-out-section .contact-reach-out-content::before {
  display: none;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .contact-reach-out-section .contact-reach-out-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-reach-out-section .contact-reach-out-image-col {
    
  }

  .contact-reach-out-section .contact-reach-out-image-wrapper img {
    height: 380px;
  }
}

@media (max-width: 768px) {
  .contact-reach-out-section {
    padding: 100px 16px 56px;
  }

  .contact-reach-out-section .contact-reach-out-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-reach-out-section .contact-reach-out-h1 {
    font-size: 2rem;
  }

  .contact-reach-out-section .contact-reach-out-image-wrapper img {
    height: 280px;
  }

  .contact-reach-out-section .contact-reach-out-image-badge {
    bottom: 16px;
    right: 16px;
    padding: 10px 14px;
    min-width: 140px;
  }

  .contact-reach-out-section .contact-reach-out-promise-item {
    grid-template-columns: 40px 1fr;
    gap: 0 12px;
  }

  .contact-reach-out-section .contact-reach-out-promise-icon {
    width: 40px;
    height: 40px;
  }

  .contact-reach-out-section .contact-reach-out-content {
    gap: 20px;
  }

  .contact-reach-out-section .contact-reach-out-promises {
    gap: 14px;
  }
}
/* ZAPPY_POSTGEN_GUARD_RTL_ORDER:צור קשר-reach-out — stripped 1 order declaration(s) conflicting with RTL grid */


/* contact-contact-methods */
.contact-contact-methods-section {
  direction: rtl;
  background: linear-gradient(180deg, #FBF6F0 0%, #F3E6D8 100%);
  color: var(--text-dark);
  padding: 96px 24px;
  position: relative;
  overflow: visible;
}

.contact-contact-methods-section .ccm-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* ── Header ── */
.contact-contact-methods-section .ccm-header {
  text-align: center;
  margin-block-end: 56px;
}

.contact-contact-methods-section .ccm-label {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--secondary);
  background: rgba(201, 110, 75, 0.10);
  border: 1px solid rgba(201, 110, 75, 0.22);
  border-radius: 10px;
  padding: 5px 14px;
  margin-block-end: 16px;
}

.contact-contact-methods-section .ccm-title {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-dark);
  margin: 0 0 12px 0;
}

.contact-contact-methods-section .ccm-subtitle {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 24px auto;
}

.contact-contact-methods-section .ccm-divider {
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  margin: 0 auto;
  border-radius: 2px;
}

/* ── Grid ── */
.contact-contact-methods-section .ccm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  direction: rtl;
}

/* ── Card ── */
.contact-contact-methods-section .ccm-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,249,241,0.97) 0%, rgba(248,241,232,0.93) 100%);
  border-radius: 20px;
  border: 1px solid rgba(229,211,191,0.9);
  box-shadow: 0 12px 32px rgba(126,88,43,0.14);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: right;
}

.contact-contact-methods-section .ccm-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(126,88,43,0.20);
}

/* Card accent bar */
.contact-contact-methods-section .ccm-card-accent {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 4px;
  height: 60px;
  border-radius: 0 20px 0 4px;
}

.contact-contact-methods-section .ccm-card-accent--urgent {
  background: linear-gradient(180deg, var(--secondary), transparent);
}

.contact-contact-methods-section .ccm-card-accent--planned {
  background: linear-gradient(180deg, var(--primary), transparent);
}

.contact-contact-methods-section .ccm-card-accent--business {
  background: linear-gradient(180deg, var(--accent), transparent);
}

/* Card icon */
.contact-contact-methods-section .ccm-card-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(122, 143, 98, 0.10);
  border: 1px solid rgba(122, 143, 98, 0.18);
  flex-shrink: 0;
  padding: 12px;
}

.contact-contact-methods-section .ccm-card--urgent .ccm-card-icon-wrap {
  background: rgba(201, 110, 75, 0.10);
  border-color: rgba(201, 110, 75, 0.18);
  color: var(--secondary);
}

.contact-contact-methods-section .ccm-card--planned .ccm-card-icon-wrap {
  background: rgba(122, 143, 98, 0.10);
  border-color: rgba(122, 143, 98, 0.18);
  color: var(--primary);
}

.contact-contact-methods-section .ccm-card--business .ccm-card-icon-wrap {
  background: rgba(212, 168, 79, 0.10);
  border-color: rgba(212, 168, 79, 0.22);
  color: var(--accent);
}

.contact-contact-methods-section .ccm-card-icon {
  width: 40px;
  height: 40px;
  display: block;
}

/* Card body */
.contact-contact-methods-section .ccm-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.contact-contact-methods-section .ccm-card-tag {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: rgba(111, 103, 95, 0.09);
  border-radius: 8px;
  padding: 3px 10px;
  width: fit-content;
}

.contact-contact-methods-section .ccm-card--urgent .ccm-card-tag {
  color: var(--secondary);
  background: rgba(201, 110, 75, 0.10);
}

.contact-contact-methods-section .ccm-card--planned .ccm-card-tag {
  color: var(--primary);
  background: rgba(122, 143, 98, 0.10);
}

.contact-contact-methods-section .ccm-card--business .ccm-card-tag {
  color: #9A7A35;
  background: rgba(212, 168, 79, 0.12);
}

.contact-contact-methods-section .ccm-card-title {
  font-family: 'Rubik', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-dark);
  margin: 0;
}

.contact-contact-methods-section .ccm-card-desc {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
}

/* Card list */
.contact-contact-methods-section .ccm-card-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--border-light);
  padding-top: 16px;
}

.contact-contact-methods-section .ccm-card-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-dark);
}

.contact-contact-methods-section .ccm-card-list li .fa-check {
  flex-shrink: 0;
  font-size: 0.75rem;
  color: var(--primary);
  background: rgba(122, 143, 98, 0.12);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-contact-methods-section .ccm-card--urgent .ccm-card-list li .fa-check {
  color: var(--secondary);
  background: rgba(201, 110, 75, 0.10);
}

.contact-contact-methods-section .ccm-card--business .ccm-card-list li .fa-check {
  color: #9A7A35;
  background: rgba(212, 168, 79, 0.12);
}

/* Footer note */
.contact-contact-methods-section .ccm-footer-note {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-block-start: 48px;
  padding: 18px 28px;
  background: rgba(212, 168, 79, 0.08);
  border: 1px solid rgba(212, 168, 79, 0.25);
  border-radius: 12px;
  max-width: 640px;
  margin-inline: auto;
  margin-top: 48px;
}

.contact-contact-methods-section .ccm-footer-note .fa-shield-halved {
  color: var(--accent);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-contact-methods-section .ccm-footer-note span {
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-muted);
  text-align: center;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .contact-contact-methods-section .ccm-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .contact-contact-methods-section {
    padding: 56px 16px;
  }

  .contact-contact-methods-section .ccm-header {
    margin-block-end: 36px;
  }

  .contact-contact-methods-section .ccm-title {
    font-size: 1.6rem;
  }

  .contact-contact-methods-section .ccm-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .contact-contact-methods-section .ccm-card {
    padding: 24px;
    gap: 16px;
  }

  .contact-contact-methods-section .ccm-footer-note {
    flex-direction: column;
    text-align: center;
    padding: 16px 20px;
    gap: 8px;
  }

  .contact-contact-methods-section .ccm-footer-note span {
    text-align: center;
  }
}

/* contact-contact-form */
.contact-contact-form-section {
  background-color: #F3E6D8;
  background-image: linear-gradient(180deg, #FBF6F0 0%, #F3E6D8 100%);
  color: var(--text-dark);
  padding: 120px 24px 96px;
  direction: rtl;
  position: relative;
  overflow: visible;
}

.contact-contact-form-section .contact-form-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: start;
  direction: rtl;
}

/* ── FORM CARD ─────────────────────────────────────────────── */
.contact-contact-form-section .contact-form-card {
  background: linear-gradient(180deg, rgba(255,249,241,0.98) 0%, rgba(248,241,232,0.94) 100%);
  border-radius: 20px;
  border: 1px solid var(--border-light);
  box-shadow: 0 12px 32px rgba(126,88,43,0.14);
  padding: 40px;
}

.contact-contact-form-section .form-card-header {
  margin-block-end: 32px;
}

.contact-contact-form-section .form-eyebrow {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondary);
  background: rgba(201,110,75,0.10);
  border: 1px solid rgba(201,110,75,0.22);
  border-radius: 8px;
  padding: 4px 12px;
  margin-block-end: 14px;
}

.contact-contact-form-section .form-heading {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-dark);
  margin: 0 0 12px;
}

.contact-contact-form-section .form-heading em {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: var(--secondary);
}

.contact-contact-form-section .form-subheading {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
}

/* ── FORM FIELDS ───────────────────────────────────────────── */
.contact-contact-form-section .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-contact-form-section .form-field-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contact-contact-form-section .form-label {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  text-align: start;
}

.contact-contact-form-section .form-input {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: var(--text-dark);
  background: #FFFFFF;
  border: 1.5px solid var(--border-light);
  border-radius: 12px;
  padding: 13px 16px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  text-align: right;
  direction: rtl;
  outline: none;
  appearance: none;
}

.contact-contact-form-section .form-input::placeholder {
  color: #B5A898;
  font-size: 15px;
}

.contact-contact-form-section .form-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(122,143,98,0.15);
}

.contact-contact-form-section .form-textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.7;
}

/* ── PRIVACY CONSENT ──────────────────────────────────────── */
.contact-contact-form-section .privacy-consent {
  color: var(--text-dark);
}

.contact-contact-form-section .privacy-consent-label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-dark);
  text-align: start;
}

.contact-contact-form-section .privacy-consent-checkbox {
  margin-top: 3px;
  accent-color: var(--primary);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.contact-contact-form-section .privacy-consent a {
  color: var(--secondary);
  text-decoration: underline;
  font-weight: 500;
}

.contact-contact-form-section .privacy-consent a:hover {
  color: var(--primary);
}

/* ── SUBMIT BUTTON ─────────────────────────────────────────── */
.contact-contact-form-section .form-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #FFF9F1;
  background: linear-gradient(180deg, #8FA86A 0%, #7A8F62 100%);
  border: none;
  border-radius: 12px;
  padding: 15px 32px;
  cursor: pointer;
  width: 100%;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  box-shadow: 0 4px 14px rgba(122,143,98,0.25);
}

.contact-contact-form-section .form-submit-btn:hover {
  background: linear-gradient(180deg, #96B070 0%, #7A8F62 100%);
  box-shadow: 0 12px 28px rgba(122,143,98,0.32);
  transform: translateY(-2px);
}

.contact-contact-form-section .form-submit-btn i {
  font-size: 14px;
  transition: transform 0.2s ease;
}

.contact-contact-form-section .form-submit-btn:hover i {
  transform: translateX(-3px);
}

/* ── REASSURANCE ASIDE ─────────────────────────────────────── */
.contact-contact-form-section .contact-reassurance {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block-start: 8px;
}

.contact-contact-form-section .reassurance-badge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: rgba(212,168,79,0.13);
  border: 1px solid rgba(212,168,79,0.35);
  border-radius: 10px;
  padding: 8px 14px;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
  align-self: flex-start;
}

.contact-contact-form-section .reassurance-badge i {
  color: var(--accent);
  font-size: 15px;
}

.contact-contact-form-section .reassurance-heading {
  font-family: 'Rubik', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-dark);
  margin: 0;
}

.contact-contact-form-section .reassurance-body {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
}

/* ── STEPS LIST ─────────────────────────────────────────────── */
.contact-contact-form-section .reassurance-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-contact-form-section .reassurance-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255,249,241,0.80);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 16px 18px;
  direction: rtl;
}

.contact-contact-form-section .step-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(122,143,98,0.14) 0%, rgba(122,143,98,0.07) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 18px;
  flex-shrink: 0;
}

.contact-contact-form-section .step-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: start;
}

.contact-contact-form-section .step-content strong {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.4;
}

.contact-contact-form-section .step-content span {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

/* ── CONTACT INFO BLOCK ─────────────────────────────────────── */
.contact-contact-form-section .reassurance-contact-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-block-start: 1px solid var(--border-light);
  padding-block-start: 20px;
}

.contact-contact-form-section .contact-info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  color: var(--text-dark);
  text-align: start;
}

.contact-contact-form-section .contact-info-item i {
  color: var(--secondary);
  font-size: 16px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.contact-contact-form-section .contact-info-item a {
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease;
}

.contact-contact-form-section .contact-info-item a:hover {
  color: var(--secondary);
}

.contact-contact-form-section .contact-info-item span {
  color: var(--text-muted);
}

/* ── MAP LINK BUTTON ─────────────────────────────────────────── */
.contact-contact-form-section .map-link-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  background: transparent;
  border: 1.5px solid var(--border-light);
  border-radius: 12px;
  padding: 10px 18px;
  text-decoration: none;
  transition: all 0.25s ease;
  align-self: flex-start;
}

.contact-contact-form-section .map-link-btn i {
  color: var(--primary);
  font-size: 15px;
}

.contact-contact-form-section .map-link-btn:hover {
  background: rgba(122,143,98,0.08);
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: 0 4px 14px rgba(122,143,98,0.15);
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .contact-contact-form-section .contact-form-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-contact-form-section .contact-reassurance {
    padding-block-start: 0;
  }
}

@media (max-width: 768px) {
  .contact-contact-form-section {
    padding: 100px 16px 56px;
  }

  .contact-contact-form-section .contact-form-container {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  .contact-contact-form-section .contact-form-card {
    padding: 24px 20px;
  }

  .contact-contact-form-section .form-heading {
    font-size: 1.5rem;
  }

  .contact-contact-form-section .reassurance-step {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 14px 14px;
  }

  .contact-contact-form-section .step-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .contact-contact-form-section .form-submit-btn {
    padding: 14px 24px;
  }
}

/* contact-coverage */
.contact-coverage-section {
  background-color: #4A433D;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(212,168,79,0.10) 0%, transparent 50%),
    radial-gradient(circle at 85% 80%, rgba(122,143,98,0.10) 0%, transparent 50%),
    linear-gradient(180deg, #5A5049 0%, #4A433D 50%, #3E3832 100%);
  color: var(--text-light);
  padding: var(--spacing-section, 96px) 24px;
  direction: rtl;
  position: relative;
  overflow: visible;
}

.contact-coverage-section .contact-coverage-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

/* ── Header ── */
.contact-coverage-section .contact-coverage-header {
  text-align: center;
  max-width: 680px;
  width: 100%;
}

.contact-coverage-section .contact-coverage-label {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  padding: 6px 16px;
  border: 1px solid rgba(212,168,79,0.35);
  border-radius: var(--radius-badge, 10px);
}

.contact-coverage-section .contact-coverage-title {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-light);
  margin: 0 0 20px;
  max-width: none !important;
}

.contact-coverage-section .contact-coverage-title em {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
}

.contact-coverage-section .contact-coverage-divider {
  width: 56px;
  height: 2px;
  background: rgba(212,168,79,0.55);
  margin: 0 auto 20px;
  border-radius: 2px;
}

.contact-coverage-section .contact-coverage-subtitle {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(248,243,234,0.80);
  margin: 0;
  text-align: center;
  max-width: none !important;
}

/* ── Area Cards ── */
.contact-coverage-section .contact-coverage-areas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-card-gap, 24px);
  width: 100%;
  direction: rtl;
}

.contact-coverage-section .contact-coverage-area-card {
  background: rgba(255,249,241,0.07);
  border: 1px solid rgba(212,168,79,0.22);
  border-radius: var(--radius-card, 20px);
  padding: var(--spacing-card-padding, 32px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-element-gap, 16px);
  transition: var(--transition-hover, transform 0.25s ease, box-shadow 0.25s ease);
  min-width: 0;
}

.contact-coverage-section .contact-coverage-area-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.25);
  border-color: rgba(212,168,79,0.45);
}

.contact-coverage-section .contact-coverage-area-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm, 8px);
  background: rgba(212,168,79,0.15);
  border: 1px solid rgba(212,168,79,0.30);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.contact-coverage-section .contact-coverage-area-content h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-light);
  margin: 0 0 8px;
  text-align: right;
}

.contact-coverage-section .contact-coverage-area-content p {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(248,243,234,0.75);
  margin: 0;
  text-align: right;
}

/* ── Reassurance Note ── */
.contact-coverage-section .contact-coverage-note {
  width: 100%;
  max-width: 760px;
}

.contact-coverage-section .contact-coverage-note-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  background: rgba(212,168,79,0.10);
  border: 1px solid rgba(212,168,79,0.30);
  border-radius: var(--radius-card, 20px);
  padding: 28px 32px;
}

.contact-coverage-section .contact-coverage-note-icon {
  font-size: 1.4rem;
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 3px;
}

.contact-coverage-section .contact-coverage-note-inner p {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(248,243,234,0.85);
  margin: 0;
  text-align: right;
}

.contact-coverage-section .contact-coverage-note-inner p strong {
  color: var(--text-light);
  font-weight: 700;
}

/* ── Final CTA ── */
.contact-coverage-section .contact-coverage-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.contact-coverage-section .contact-coverage-cta-text {
  font-family: 'Rubik', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-light);
  margin: 0;
  text-align: center;
  max-width: none !important;
}

.contact-coverage-section .contact-coverage-cta-text em {
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
}

.contact-coverage-section .contact-coverage-cta-buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contact-coverage-section .btn-coverage-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #2C2926;
  background: linear-gradient(180deg, #D8B066 0%, #B88A3F 100%);
  border: 1px solid #9B7435;
  border-radius: var(--radius-btn, 12px);
  padding: 14px 28px;
  transition: var(--transition-default, all 0.25s ease);
  box-shadow: 0 12px 28px rgba(200,116,61,0.22);
  white-space: nowrap;
}

.contact-coverage-section .btn-coverage-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(200,116,61,0.35);
}

.contact-coverage-section .btn-coverage-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: var(--text-light);
  background: transparent;
  border: 1px solid rgba(248,243,234,0.35);
  border-radius: var(--radius-btn, 12px);
  padding: 14px 28px;
  transition: var(--transition-default, all 0.25s ease);
  white-space: nowrap;
}

.contact-coverage-section .btn-coverage-secondary:hover {
  background: rgba(255,249,241,0.10);
  border-color: rgba(248,243,234,0.60);
  transform: translateY(-2px);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .contact-coverage-section .contact-coverage-areas {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .contact-coverage-section {
    padding: var(--spacing-section-mobile, 56px) 16px;
  }

  .contact-coverage-section .contact-coverage-container {
    gap: 36px;
  }

  .contact-coverage-section .contact-coverage-areas {
    grid-template-columns: 1fr !important;
  }

  .contact-coverage-section .contact-coverage-area-card {
    padding: 24px;
  }

  .contact-coverage-section .contact-coverage-note-inner {
    padding: 20px;
    flex-direction: column;
    gap: 12px;
  }

  .contact-coverage-section .contact-coverage-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .contact-coverage-section .btn-coverage-primary,
  .contact-coverage-section .btn-coverage-secondary {
    width: 100%;
    justify-content: center;
  }

  .contact-coverage-section .contact-coverage-title {
    font-size: 1.6rem;
  }
}



/* Global font override - exclude icon fonts and special elements */
*:not(.fas):not(.far):not(.fab):not(.fa):not([class*="fa-"]):not(.iconify):not([class*="icon"]):not(code):not(pre):not(i[class*="fa"]) {
  font-family: 'Rubik', sans-serif !important;
}


/* Logo size constraint - enforce max-height only */
.logo, img.logo, .logo img, .logo-link img, .nav-brand img {
  max-height: 40px !important;
  height: auto !important;
  width: auto !important;
  object-fit: contain !important;
}


/* Hide WhatsApp float button on desktop (mobile-only) */
@media (min-width: 769px) {
  .whatsapp-float {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}


/* Footer contact alignment fix */
.footer-contact li > a { display: flex; align-items: flex-start; gap: inherit; }

/* RTL footer contact: icon on the right (start) side, text on the left */
html[dir="rtl"] .footer-contact li, html[dir="rtl"] .site-footer .footer-contact li, html[dir="rtl"] .site-footer .footer-col:nth-child(3) .footer-contact li { flex-direction: row !important; justify-content: flex-start !important; }
html[dir="rtl"] .footer-contact .contact-icon { order: 0 !important; }
html[dir="rtl"] .footer-contact .contact-text { order: 1 !important; }
html[dir="rtl"] .footer-contact li > a { flex-direction: row !important; }


/* ============================================
   MOBILE RESPONSIVE FIXES (Auto-generated)
   Safe, minimal fixes for common overflow issues
   ============================================ */

@media (max-width: 768px) {
  
  /* 1. GLOBAL FIXES - Essential for preventing horizontal scroll */
  html, body {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
  
  *, *::before, *::after {
    box-sizing: border-box !important;
  }

  /* 2. FORM FIXES - Forms often have fixed widths */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="url"],
  input[type="search"],
  select,
  textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .form-field,
  .form-group,
  .input-group {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 3. GRID TO COLUMN CONVERSION */
  /* Only convert grids that don't have proper mobile handling */
  [style*="display: grid"]:not([data-zappy-auto-grid="true"]):not(.zappy-preserve-css-grid),
  [style*="display:grid"]:not([data-zappy-auto-grid="true"]):not(.zappy-preserve-css-grid),
  .grid:not([data-zappy-auto-grid="true"]):not(.zappy-preserve-css-grid) {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }
  
  /* Ensure auto-grids use single column on mobile */
  [data-zappy-auto-grid="true"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  
  /* Force single-column for AI-generated grids with class names like gallery-grid, features-grid, etc. */
  /* These often have fixed column counts (repeat(3, 1fr) or repeat(4, 1fr)) that don't fit mobile */
  [class*="-grid"]:not([data-zappy-auto-grid="true"]):not([data-zappy-explicit-columns="true"]) {
    grid-template-columns: 1fr !important;
  }
  
  /* Reset any column/row spanning items on mobile - they cause overflow */
  [class*="-grid"] > [class*="-large"],
  [class*="-grid"] > [class*="-item-large"],
  [class*="-grid"] > [style*="grid-column: span"],
  [class*="-grid"] > [style*="grid-row: span"] {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  
  /* Fix zoom wrapper images to be responsive on mobile */
  [data-zappy-zoom-wrapper="true"] {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  
  [data-zappy-zoom-wrapper="true"] img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-height: 300px !important;
    object-fit: cover !important;
    top: 0 !important;
    left: 0 !important;
  }

  /* Hero sections need extra padding-top to clear the sticky navbar */
  /* The navbar is ~70px tall, so hero needs at least 100px padding-top */
  /* IMPORTANT: Use section tag to avoid matching child elements like buttons that contain "-hero-section" in their BEM class */
  section[class*="-hero-section"]:first-of-type,
  main > section:first-child {
    padding-top: 100px !important;
  }

  /* 4. TYPOGRAPHY SCALING - Only headings, NOT spans (breaks icons) */
  h1 {
    font-size: clamp(28px, 8vw, 48px) !important;
  }
  
  h2 {
    font-size: clamp(24px, 6vw, 36px) !important;
  }
  
  h3 {
    font-size: clamp(20px, 5vw, 28px) !important;
  }
  
  h4 {
    font-size: clamp(18px, 4vw, 24px) !important;
  }

  /* Body text scaling - exclude spans to avoid breaking icons */
  p, li {
    font-size: clamp(14px, 4vw, 18px) !important;
  }

  /* 5. IMAGE RESPONSIVENESS */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* 5b. HERO BG IMAGE EXCEPTION - fullscreen hero backgrounds must fill their
     absolute-positioned wrapper, not shrink to natural aspect-ratio height.
     data-hero-bg is added deterministically by sectionGenerationService. */
  img[data-hero-bg] {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  /* 6. MULTI-COLUMN LAYOUTS */
  .columns,
  [style*="column-count"],
  [style*="columns:"] {
    column-count: 1 !important;
    columns: 1 !important;
  }

  /* 7. TABLES */
  table {
    width: 100% !important;
    display: block !important;
    overflow-x: auto !important;
  }

  /* 8. CARDS/BLOCKS */
  .card,
  .block,
  .box {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 9. HERO SECTIONS - Targeted selectors only */
  section.hero,
  section.hero-section,
  section[class*="hero-section"] {
    min-height: auto !important;
    height: auto !important;
    padding: 2rem 1rem !important;
  }

  /* 9b. HERO SECTION CHILDREN - prevent 100vh min-height on inner wrappers
     AI often sets content-wrappers / scrim divs to min-height:100vh which
     creates huge empty space on mobile. Reset direct children so the section
     sizes to its content. Absolute-positioned backgrounds are unaffected. */
  section.hero > *,
  section.hero-section > *,
  section[class*="hero-section"] > * {
    min-height: auto !important;
  }

  /* 9c. FULLSCREEN HERO EXCEPTION — from sharedMobileCss.js */

  section[data-hero-type*="fullscreen"] {
    height: auto !important;
    min-height: 100svh !important;
    padding: 0 0 90px 0 !important;
  }
  section[data-hero-type*="fullscreen"] > [class*="-container"]:not([class*="bg"]):not([class*="scrim"]):not([class*="divider"]),
  section[data-hero-type*="fullscreen"] > .container {
    padding-bottom: 100px !important;
    min-height: auto !important;
  }

  /* 10. HERO TITLE ACCENTS - ensure inline display for proper text flow */
  h1 span[class*="accent"],
  h2 span[class*="accent"],
  .hero-title span,
  .hero-heading span {
    display: inline !important;
  }

  /* 11. PACKAGES/CARDS GRIDS - Specific class targeting */
  .packages-grid,
  .cards-grid,
  .pricing-grid {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  /* 12. PREVENT HORIZONTAL SCROLL - Safety net */
  body > * {
    max-width: 100vw !important;
  }
}

/* END MOBILE RESPONSIVE FIXES */


/* Legal Pages Content Styles */

/* Legal Pages Content Styles */
.legal-page-content {
  padding: 120px 0 60px;
  min-height: 60vh;
  color: inherit;
}

.legal-page-content .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.legal-page-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: inherit;
}

.legal-page-content .last-updated {
  color: #666;
  margin-bottom: 2rem;
  font-style: italic;
}

.legal-page-content h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: inherit;
}

.legal-page-content p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.legal-page-content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

[dir="rtl"] .legal-page-content ul {
  padding-left: 0;
  padding-right: 1.5rem;
}

.legal-page-content li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.legal-page-content .contact-box,
.legal-page-content .contact-info {
  background: rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.legal-page-content .contact-box a,
.legal-page-content .contact-info a {
  color: inherit;
  text-decoration: underline;
}

.legal-page-content .contact-box a:hover,
.legal-page-content .contact-info a:hover {
  opacity: 0.8;
}

.legal-page-content .important-notice,
.legal-page-content .legal-reference {
  background: rgba(0, 0, 0, 0.03);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
  border-left: 4px solid currentColor;
}

[dir="rtl"] .legal-page-content .important-notice,
[dir="rtl"] .legal-page-content .legal-reference {
  border-left: none;
  border-right: 4px solid currentColor;
}


/* Cookie Consent Styles */

/* Cookie Consent Customizations */
:root {
  --cc-btn-primary-bg: #3b82f6;
  --cc-btn-primary-border: #3b82f6;
  --cc-btn-primary-hover-bg: #2269dd;
}

#cc--main {
  font-family: inherit !important;
}

.cc-btn.cc--btn-primary {
  background-color: var(--cc-btn-primary-bg) !important;
  border-color: var(--cc-btn-primary-border) !important;
}

.cc-btn.cc--btn-primary:hover {
  background-color: var(--cc-btn-primary-hover-bg) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #cc--main .cc__btn {
    font-size: 14px !important;
    padding: 8px 16px !important;
  }
  
  .cc__modal .cc__modal-content {
    margin: 10px !important;
  }
}

/* Cookie preferences button in footer */
.cookie-preferences-btn:hover {
  text-decoration: none !important;
}

/* Accessibility Styles */

/* Basic Accessibility Enhancements */
:root {
  --accessibility-focus: #4A433D;
}

/* Skip link styles */
.skip-link:focus {
  position: absolute !important;
  top: 6px !important;
  left: 6px !important;
  background: #000 !important;
  color: white !important;
  padding: 8px !important;
  text-decoration: none !important;
  z-index: 10000 !important;
  border-radius: 4px !important;
}

/* Enhanced focus indicators */
*:focus {
  outline: 2px solid var(--accessibility-focus) !important;
  outline-offset: 2px !important;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  * {
    border-color: currentColor !important;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Screen reader only content */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/* Custom Accessibility Toolbar Styling - Zappy Style */

/* Main button icon - ONLY target the floating button, not menu elements */
#mic-access-tool-general-button {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

/* AGGRESSIVELY hide all text in the button */
#mic-access-tool-general-button,
#mic-access-tool-general-button *:not(svg):not(path):not(circle):not(rect):not(polygon):not(ellipse):not(line):not(polyline):not(g) {
  font-size: 0 !important;
  color: transparent !important;
  text-indent: -9999px !important;
  line-height: 0 !important;
  letter-spacing: -999em !important;
  white-space: nowrap !important;
}

/* Hide text nodes specifically */
#mic-access-tool-general-button::before,
#mic-access-tool-general-button::after {
  content: none !important;
  display: none !important;
}

/* Hover state - keep text hidden */
#mic-access-tool-general-button:hover {
  background-color: rgba(74, 67, 61, 0.1) !important;
  background: rgba(74, 67, 61, 0.1) !important;
  box-shadow: 0 2px 8px rgba(74, 67, 61, 0.2) !important;
  font-size: 0 !important;
  color: transparent !important;
  text-indent: -9999px !important;
}

/* Target the SVG and make it the selected color */
#mic-access-tool-general-button svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  /* Convert green to selected color using dynamic CSS filter */
  filter: invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%) !important;
}

/* Also directly target all SVG elements to be the selected color */
#mic-access-tool-general-button svg,
#mic-access-tool-general-button svg *,
#mic-access-tool-general-button svg path,
#mic-access-tool-general-button svg circle,
#mic-access-tool-general-button svg rect,
#mic-access-tool-general-button svg polygon,
#mic-access-tool-general-button svg ellipse,
#mic-access-tool-general-button svg line,
#mic-access-tool-general-button svg polyline,
#mic-access-tool-general-button svg g {
  fill: #4A433D !important;
  stroke: #4A433D !important;
  color: #4A433D !important;
}

/* Target images if the icon is an img instead of SVG */
#mic-access-tool-general-button img,
#mic-access-tool-general-button i {
  width: 18px !important;
  height: 18px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  /* Convert green to selected color using dynamic filter */
  filter: invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%) !important;
}

/* Menu header with selected color */
#mic-access-tool-box .mic-access-tool-box-header,
.mic-access-tool-box-header,
div[id*="mic-access-tool-box"] header,
div[id*="mic-access-tool-box"] .header {
  background: #4A433D !important;
  color: white !important;
}

/* Make header text white - title and close button */
#mic-access-tool-box .mic-access-tool-box-header *,
.mic-access-tool-box-header *,
div[id*="mic-access-tool-box"] header *,
div[id*="mic-access-tool-box"] .header * {
  color: white !important;
}

/* Close button text */
#mic-access-tool-box .mic-access-tool-box-header button,
#mic-access-tool-box .mic-access-tool-box-header a,
#mic-access-tool-box [class*="close"],
#mic-access-tool-box button[title*="close"],
#mic-access-tool-box button[title*="Close"] {
  color: white !important;
  background: transparent !important;
}

/* Active buttons and highlights in menu */
#mic-access-tool-box button.active,
#mic-access-tool-box button:hover,
div[id*="mic-access-tool-box"] button.active,
div[id*="mic-access-tool-box"] button:hover {
  border-color: #4A433D !important;
  color: #4A433D !important;
  background-color: rgba(74, 67, 61, 0.1) !important;
}

/* Reset button */
#mic-access-tool-box button[title*="reset"],
#mic-access-tool-box button[title*="Reset"],
#mic-access-tool-box [class*="reset"],
div[id*="mic-access-tool-box"] button[class*="reset"] {
  background: #4A433D !important;
  color: white !important;
}

/* Reset button text and icon */
#mic-access-tool-box button[title*="reset"] *,
#mic-access-tool-box button[title*="Reset"] *,
#mic-access-tool-box [class*="reset"] *,
div[id*="mic-access-tool-box"] button[class*="reset"] * {
  color: white !important;
}

/* Hide accessibility widget by default on all screen sizes */
/* TODO: Can be re-enabled in the future by removing display: none */
/* The widget can be shown via ALT+A keyboard shortcut (desktop only) */
/* Target Mickidum accessibility button with high specificity */
#mic-access-tool-general-button,
.mic-access-tool-general-button,
#mic-init-access-tool .mic-access-tool-general-button,
#mic-init-access-tool #mic-access-tool-general-button,
._access-icon {
  display: none !important; /* Hidden by default - can be re-enabled */
}

/* Target Mickidum accessibility menu with high specificity */
#mic-access-tool-box,
.mic-access-tool-box,
#mic-init-access-tool #mic-access-tool-box,
div[id*="mic-access-tool-box"],
._access-menu {
  display: none !important; /* Hidden by default - can be re-enabled */
}

/* Show accessibility widget when ALT+A keyboard shortcut is used (desktop only) */
body.accessibility-widget-visible #mic-access-tool-general-button,
body.accessibility-widget-visible .mic-access-tool-general-button,
body.accessibility-widget-visible #mic-init-access-tool .mic-access-tool-general-button,
body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-general-button,
body.accessibility-widget-visible ._access-icon {
  display: flex !important; /* Show button when visible class is added */
}

body.accessibility-widget-visible #mic-access-tool-box,
body.accessibility-widget-visible .mic-access-tool-box,
body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-box,
body.accessibility-widget-visible div[id*="mic-access-tool-box"],
body.accessibility-widget-visible ._access-menu {
  display: block !important; /* Show menu when visible class is added */
}

/* On mobile, ensure it stays hidden */
@media (max-width: 768px) {
  /* Hide the accessibility button on mobile - higher specificity */
  #mic-access-tool-general-button,
  .mic-access-tool-general-button,
  #mic-init-access-tool .mic-access-tool-general-button,
  #mic-init-access-tool #mic-access-tool-general-button,
  ._access-icon {
    display: none !important; /* Hidden on mobile - can be re-enabled */
  }
  
  /* Hide the accessibility menu on mobile - higher specificity */
  #mic-access-tool-box,
  .mic-access-tool-box,
  #mic-init-access-tool #mic-access-tool-box,
  div[id*="mic-access-tool-box"],
  ._access-menu {
    display: none !important; /* Hidden on mobile - can be re-enabled */
  }
  
  /* Ensure mobile never shows widget even with keyboard shortcut */
  body.accessibility-widget-visible #mic-access-tool-general-button,
  body.accessibility-widget-visible .mic-access-tool-general-button,
  body.accessibility-widget-visible #mic-init-access-tool .mic-access-tool-general-button,
  body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-general-button,
  body.accessibility-widget-visible ._access-icon,
  body.accessibility-widget-visible #mic-access-tool-box,
  body.accessibility-widget-visible .mic-access-tool-box,
  body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-box,
  body.accessibility-widget-visible div[id*="mic-access-tool-box"],
  body.accessibility-widget-visible ._access-menu {
    display: none !important;
  }
}

/* Added Component Styles */
/* =============================================
   SMART LOCKS SECTION — Doronlock
   ============================================= */

.smart-locks-section {
  background: #f4f6f0;
  padding: 80px 20px;
  font-family: system-ui, sans-serif;
  direction: rtl;
  color: #1a2210;
}

.smart-locks-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* --- Header --- */
.smart-locks-header {
  text-align: center;
  margin-bottom: 56px;
}

.smart-locks-badge {
  display: inline-block;
  background: var(--gradient-primary, linear-gradient(180deg, #D48A50 0%, #C8743D 100%));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.smart-locks-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #1a2210;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.smart-locks-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: #4a5a38;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

/* --- Hero Block --- */
.smart-locks-hero {
  display: flex;
  gap: 48px;
  align-items: center;
  margin-bottom: 72px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 32px rgba(122, 143, 98, 0.1);
  border: 1px solid rgba(122, 143, 98, 0.15);
}

.smart-locks-hero-image-wrap {
  position: relative;
  flex: 0 0 42%;
  border-radius: 14px;
  overflow: visible;
}

.smart-locks-hero-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.smart-locks-hero-badge-float {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: var(--gradient-primary, linear-gradient(180deg, #D48A50 0%, #C8743D 100%));
  color: #fff;
  border-radius: 50px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(200, 116, 61, 0.4);
  white-space: nowrap;
}

.hero-badge-icon {
  font-size: 18px;
}

.smart-locks-hero-text {
  flex: 1;
}

.smart-locks-hero-heading {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 800;
  color: #1a2210;
  margin: 0 0 16px 0;
}

.smart-locks-hero-desc {
  font-size: 1rem;
  color: #3a4a2a;
  line-height: 1.75;
  margin: 0 0 14px 0;
}

.smart-locks-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  background: var(--primary, #7A8F62);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(122, 143, 98, 0.3);
}

.smart-locks-cta-btn:hover,
.smart-locks-cta-btn:focus {
  background: #657849;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(122, 143, 98, 0.45);
  outline: none;
}

.smart-locks-cta-btn:focus-visible {
  outline: 3px solid #C8743D;
  outline-offset: 3px;
}

.cta-btn-icon {
  font-size: 1.1rem;
}

/* --- Features Grid --- */
.smart-locks-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 72px;
}

.smart-locks-feature-card {
  background: #fff;
  border: 1px solid rgba(122, 143, 98, 0.2);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 2px 12px rgba(122, 143, 98, 0.07);
}

.smart-locks-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(122, 143, 98, 0.18);
  border-color: rgba(122, 143, 98, 0.4);
}

.feature-card-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(122, 143, 98, 0.12) 0%, rgba(212, 138, 80, 0.12) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
}

.feature-card-icon {
  font-size: 28px;
  line-height: 1;
}

.feature-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2210;
  margin: 0 0 10px 0;
}

.feature-card-desc {
  font-size: 0.92rem;
  color: #4a5a38;
  line-height: 1.7;
  margin: 0;
}

/* --- Brands / Types --- */
.smart-locks-brands {
  margin-bottom: 72px;
}

.smart-locks-brands-title {
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  font-weight: 800;
  color: #1a2210;
  text-align: center;
  margin: 0 0 36px 0;
}

.smart-locks-brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.brand-card {
  background: #fff;
  border: 1px solid rgba(122, 143, 98, 0.2);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 2px 10px rgba(122, 143, 98, 0.07);
}

.brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(122, 143, 98, 0.18);
}

.brand-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.brand-card-label {
  padding: 14px 16px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a2210;
  text-align: center;
  background: #f8faf5;
  border-top: 1px solid rgba(122, 143, 98, 0.12);
}

/* --- FAQ --- */
.smart-locks-faq {
  margin-bottom: 72px;
}

.smart-locks-faq-title {
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  font-weight: 800;
  color: #1a2210;
  text-align: center;
  margin: 0 0 36px 0;
}

.smart-locks-faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(122, 143, 98, 0.25);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(122, 143, 98, 0.07);
  transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.faq-item:hover {
  box-shadow: 0 6px 22px rgba(122, 143, 98, 0.16);
  transform: translateY(-1px);
}

.faq-item.active {
  border-color: rgba(122, 143, 98, 0.5);
  box-shadow: 0 6px 24px rgba(122, 143, 98, 0.18);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: right;
  direction: rtl;
  font-family: system-ui, sans-serif;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background: rgba(122, 143, 98, 0.05);
}

.faq-question:focus-visible {
  outline: 3px solid var(--primary, #7A8F62);
  outline-offset: -3px;
  border-radius: 12px;
}

.faq-question-text {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2210;
  line-height: 1.4;
  flex: 1;
}

.faq-chevron {
  font-size: 24px;
  color: var(--primary, #7A8F62);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item.active .faq-chevron {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
  padding: 0 24px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 20px;
}

.faq-answer-inner {
  border-right: 3px solid var(--primary, #7A8F62);
  padding-right: 16px;
  font-size: 0.97rem;
  color: #3a4a2a;
  line-height: 1.75;
}

/* --- CTA Banner --- */
.smart-locks-cta-banner {
  background: linear-gradient(135deg, #2a3a1a 0%, #3d5228 60%, #4a6230 100%);
  border-radius: 20px;
  padding: 56px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.smart-locks-cta-banner::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(212, 138, 80, 0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.smart-locks-cta-banner::after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(122, 143, 98, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cta-banner-content {
  position: relative;
  z-index: 1;
}

.cta-banner-title {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px 0;
}

.cta-banner-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 32px 0;
  line-height: 1.6;
}

.cta-banner-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  font-family: system-ui, sans-serif;
}

.cta-banner-btn-primary {
  background: var(--gradient-primary, linear-gradient(180deg, #D48A50 0%, #C8743D 100%));
  color: #fff;
  box-shadow: 0 4px 18px rgba(200, 116, 61, 0.45);
}

.cta-banner-btn-primary:hover,
.cta-banner-btn-primary:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(200, 116, 61, 0.55);
  outline: none;
}

.cta-banner-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}

.cta-banner-btn-secondary:hover,
.cta-banner-btn-secondary:focus {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-2px);
  outline: none;
}

.cta-banner-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

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

@media (max-width: 1024px) {
  .smart-locks-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .smart-locks-brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .smart-locks-section {
    padding: 56px 16px;
  }

  .smart-locks-hero {
    flex-direction: column;
    padding: 28px 20px;
    gap: 28px;
  }

  .smart-locks-hero-image-wrap {
    flex: none;
    width: 100%;
  }

  .smart-locks-hero-img {
    height: 220px;
  }

  .smart-locks-hero-badge-float {
    bottom: -12px;
    right: 12px;
    font-size: 12px;
    padding: 8px 14px;
  }

  .smart-locks-features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .smart-locks-brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .smart-locks-cta-banner {
    padding: 40px 20px;
  }

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

  .cta-banner-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  .faq-question {
    padding: 16px 18px;
  }

  .faq-question-text {
    font-size: 0.97rem;
  }

  .faq-answer {
    padding: 0 18px;
  }

  .faq-item.active .faq-answer {
    padding-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .smart-locks-brands-grid {
    grid-template-columns: 1fr;
  }

  .smart-locks-hero-img {
    height: 180px;
  }

  .smart-locks-cta-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Added Component Styles */
/* ===== PDF Download Section ===== */
.dl-pdf-section {
  background: linear-gradient(135deg, #2a3320 0%, #1e2718 100%);
  padding: 80px 20px;
  font-family: system-ui, sans-serif;
  direction: rtl;
  text-align: right;
  position: relative;
  overflow: hidden;
}

.dl-pdf-section::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(122, 143, 98, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.dl-pdf-section::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(200, 116, 61, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.dl-pdf-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}

/* Icon */
.dl-pdf-icon-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: rgba(200, 116, 61, 0.1);
  border: 2px solid rgba(200, 116, 61, 0.3);
  border-radius: 20px;
}

.dl-pdf-icon {
  width: 56px;
  height: 56px;
}

/* Content */
.dl-pdf-content {
  flex: 1;
}

.dl-pdf-title {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.dl-pdf-subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 24px 0;
  line-height: 1.7;
}

/* Features list */
.dl-pdf-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dl-pdf-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.97rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}

.dl-pdf-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: var(--primary, #7A8F62);
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* Button */
.dl-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gradient-primary, linear-gradient(180deg, #D48A50 0%, #C8743D 100%));
  color: #ffffff;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  box-shadow: 0 6px 24px rgba(200, 116, 61, 0.38);
  letter-spacing: 0.01em;
}

.dl-pdf-btn:hover,
.dl-pdf-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(200, 116, 61, 0.52);
  filter: brightness(1.08);
  outline: none;
}

.dl-pdf-btn:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.dl-pdf-btn:active {
  transform: translateY(0);
}

.dl-pdf-btn-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* Note */
.dl-pdf-note {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 14px 0 0 0;
  line-height: 1.5;
}

.dl-pdf-note-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.45);
}

/* Preview card */
.dl-pdf-preview {
  flex-shrink: 0;
  width: 220px;
}

.dl-pdf-preview-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dl-pdf-preview-card:hover {
  transform: translateY(-4px) rotate(-1deg);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.55);
}

.dl-pdf-preview-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.dl-pdf-preview-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #C8743D;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.05em;
}

.dl-pdf-preview-label {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, transparent 100%);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 28px 12px 12px 12px;
  text-align: center;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .dl-pdf-container {
    flex-direction: column;
    gap: 36px;
    align-items: flex-start;
  }

  .dl-pdf-preview {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .dl-pdf-icon-wrapper {
    display: none;
  }

  .dl-pdf-title {
    font-size: 1.65rem;
  }
}

@media (max-width: 600px) {
  .dl-pdf-section {
    padding: 56px 16px;
  }

  .dl-pdf-title {
    font-size: 1.4rem;
  }

  .dl-pdf-subtitle {
    font-size: 0.97rem;
  }

  .dl-pdf-btn {
    width: 100%;
    justify-content: center;
    font-size: 1rem;
    padding: 15px 20px;
  }

  .dl-pdf-preview {
    max-width: 100%;
  }

  .dl-pdf-preview-img {
    height: 220px;
  }
}
/* Font pairing applied */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Source+Sans+3:wght@400&display=swap');
:root { --font-heading: 'Oswald', sans-serif; --font-body: 'Source Sans 3', sans-serif; }
body { font-family: 'Source Sans 3', sans-serif; font-weight: 400; }
h1, h2, h3, h4, h5, h6 { font-family: 'Oswald', sans-serif; font-weight: 700; }

/* mobile-submenu-overflow-fix */
@media (max-width: 768px) {
  .navbar .sub-menu.mobile-expanded,
  .nav-menu .sub-menu.mobile-expanded,
  #navMenu .sub-menu.mobile-expanded,
  .zappy-products-dropdown .sub-menu.mobile-expanded,
  .zappy-products-dropdown > .sub-menu.mobile-expanded,
  .menu-item-has-children > .sub-menu.mobile-expanded {
    max-height: none !important;
    overflow-y: visible !important;
  }
  .menu-item-has-children,
  .zappy-products-dropdown,
  .nav-menu > li.menu-item-has-children {
    flex-shrink: 0 !important;
  }
  .sub-menu a,
  .navbar .sub-menu a,
  .navbar .sub-menu li a,
  nav.navbar .sub-menu li a,
  .zappy-products-dropdown .sub-menu a {
    white-space: normal !important;
  }
}


/* zappy-nav-child-indent */
.zappy-products-dropdown .zappy-nav-child > a,
.sub-menu .zappy-nav-child > a {
  padding-left: 28px !important;
  font-size: 0.9em !important;
  opacity: 0.85 !important;
}
[dir="rtl"] .zappy-products-dropdown .zappy-nav-child > a,
[dir="rtl"] .sub-menu .zappy-nav-child > a,
html[lang="he"] .zappy-products-dropdown .zappy-nav-child > a,
html[lang="he"] .sub-menu .zappy-nav-child > a,
html[lang="ar"] .zappy-products-dropdown .zappy-nav-child > a,
html[lang="ar"] .sub-menu .zappy-nav-child > a {
  padding-left: 0 !important;
  padding-right: 28px !important;
}
.zappy-products-dropdown .zappy-nav-parent > a,
.sub-menu .zappy-nav-parent > a {
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .nav-menu.active,
  #navMenu.active {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
}


/* ========== EMPTY SUBMENU HIDING (Auto-added by Zappy) ========== */
.sub-menu:empty,
.dropdown-menu:empty,
.sub-menu.zappy-empty-submenu,
.dropdown-menu.zappy-empty-submenu,
.nav-menu .sub-menu.zappy-empty-submenu,
nav .sub-menu.zappy-empty-submenu,
.navbar .sub-menu.zappy-empty-submenu,
#navMenu .sub-menu.zappy-empty-submenu,
#navMenu .dropdown-menu.zappy-empty-submenu {
  display: none !important;
}


/* ========== RTL MOBILE NAVBAR FIX (zappy-rtl-mobile-fix) ========== */
/* High-specificity rules to ensure RTL positioning wins over any [lang="en"] conflicts */
/* For RTL sites: hamburger on RIGHT, phone on LEFT (mirror of LTR layout) */
/* NOTE: Includes both html[dir="rtl"] AND [dir="rtl"] selectors as fallback */
/* because some pages may be wrapped with <html lang="en"> (missing dir="rtl" on html) */
/* but still have dir="rtl" on <body> or other ancestor elements */

@media (max-width: 768px) {
  /* RTL Mobile Toggle (hamburger) - positioned on RIGHT */
  /* Using multiple parent selectors for higher specificity */
  html[dir="rtl"] .navbar .mobile-toggle,
  html[dir="rtl"] nav .mobile-toggle,
  html[dir="rtl"] header .mobile-toggle,
  html[dir="rtl"] .nav-container .mobile-toggle,
  html[dir="rtl"] .mobile-toggle,
  [dir="rtl"] .navbar .mobile-toggle,
  [dir="rtl"] nav .mobile-toggle,
  [dir="rtl"] header .mobile-toggle,
  [dir="rtl"] .nav-container .mobile-toggle,
  [dir="rtl"] .mobile-toggle,
  html[lang="he"] .mobile-toggle,
  html[lang="ar"] .mobile-toggle {
    left: auto !important;
    right: 15px !important;
  }
  
  /* RTL Phone Button - positioned on LEFT */
  html[dir="rtl"] .navbar .phone-header-btn,
  html[dir="rtl"] nav .phone-header-btn,
  html[dir="rtl"] header .phone-header-btn,
  html[dir="rtl"] .nav-container .phone-header-btn,
  html[dir="rtl"] .phone-header-btn,
  [dir="rtl"] .navbar .phone-header-btn,
  [dir="rtl"] nav .phone-header-btn,
  [dir="rtl"] header .phone-header-btn,
  [dir="rtl"] .nav-container .phone-header-btn,
  [dir="rtl"] .phone-header-btn,
  html[lang="he"] .phone-header-btn,
  html[lang="ar"] .phone-header-btn {
    left: 15px !important;
    right: auto !important;
  }
  
  /* RTL Mobile Menu - slides from RIGHT */
  html[dir="rtl"] .navbar .nav-menu,
  html[dir="rtl"] nav .nav-menu,
  html[dir="rtl"] header .nav-menu,
  html[dir="rtl"] .nav-container .nav-menu,
  html[dir="rtl"] .nav-menu,
  [dir="rtl"] .navbar .nav-menu,
  [dir="rtl"] nav .nav-menu,
  [dir="rtl"] header .nav-menu,
  [dir="rtl"] .nav-container .nav-menu,
  [dir="rtl"] .nav-menu,
  html[lang="he"] .nav-menu,
  html[lang="ar"] .nav-menu {
    left: auto !important;
    right: 0 !important;
  }
  
  /* RTL Mobile Menu Links - text align right */
  html[dir="rtl"] .nav-menu a,
  html[dir="rtl"] .nav-menu li,
  [dir="rtl"] .nav-menu a,
  [dir="rtl"] .nav-menu li,
  html[lang="he"] .nav-menu a,
  html[lang="he"] .nav-menu li,
  html[lang="ar"] .nav-menu a,
  html[lang="ar"] .nav-menu li {
    text-align: right !important;
  }
}

/* ========== END RTL MOBILE NAVBAR FIX ========== */


/* ========== NAV CONTAINER MIN-HEIGHT FIX (nav-container-min-height-fix) ========== */
/* On mobile, all nav children are position:absolute/fixed (out of flow), */
/* so height:auto collapses to 0px. min-height ensures the navbar is visible. */

/* DEFENSIVE: Ensure CTA container is visible on desktop */
/* This guards against CSS minifiers (CleanCSS level 2) that may pull */
/* the mobile display:none rule out of its @media query */
@media (min-width: 769px) {
  .nav-cta-container,
  .nav-cta-container:not(:has(.lang-switcher)) {
    display: flex !important;
    align-items: center !important;
  }
}

@media (max-width: 768px) {
  .nav-container {
    min-height: 70px !important;
    position: relative !important;
  }
  /* Reset nav-cta-container desktop styling (box-shadow/padding) on mobile */
  .nav-cta-container {
    box-shadow: none !important;
    padding: 0 !important;
  }
  /* Hide nav-cta-container when no lang-switcher (only CTA btn, which is hidden on mobile) */
  .nav-cta-container:not(:has(.lang-switcher)) {
    display: none !important;
  }
}

/* ========== END NAV CONTAINER MIN-HEIGHT FIX ========== */


/* ========== HERO IMAGE GRADIENT FIX (hero-image-gradient-fix) ========== */
/* Prevent hero image fade gradient from bleeding over headline text below. */
/* The .image-fade-gradient has bottom: -30px which extends below its parent; */
/* on mobile stacked layout this overlaps the h1 text. */

@media (max-width: 768px) {
  .hero-image-column {
    overflow: hidden !important;
  }
  .image-fade-gradient {
    bottom: 0 !important;
  }
}

/* ========== END HERO IMAGE GRADIENT FIX ========== */


/* ========== FULLSCREEN HERO OVERFLOW FIX (fullscreen-hero-overflow-fix) ========== */
@media (max-width: 768px) {

  section[data-hero-type*="fullscreen"] {
    height: auto !important;
    min-height: 100svh !important;
    padding: 0 0 90px 0 !important;
  }
  section[data-hero-type*="fullscreen"] > [class*="-container"]:not([class*="bg"]):not([class*="scrim"]):not([class*="divider"]),
  section[data-hero-type*="fullscreen"] > .container {
    padding-bottom: 100px !important;
    min-height: auto !important;
  }
}
/* ========== END FULLSCREEN HERO OVERFLOW FIX ========== */


/* ========== PRODUCT ICON STYLES (product-icon-styles) ========== */
.product-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; width: 100%; }
.product-title-row h1 { flex: 1; min-width: 0; }
.product-icon-actions { display: flex; gap: 8px; flex-shrink: 0; padding-top: 6px; }
.icon-btn { width: 36px; height: 36px; border: none; background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: color 0.2s; color: currentColor; padding: 0; }
.icon-btn:hover { color: var(--primary-color, #ff0083); }
.icon-btn.active { color: #e74c3c; }
.icon-btn.active .heart-outline { display: none !important; }
.icon-btn.active .heart-filled { display: block !important; }
.profile-section, .addresses-section, .favorites-section, .orders-section { border: 1px solid var(--border-color, rgba(128,128,128,0.2)); border-radius: 12px; padding: 24px; margin-bottom: 24px; background: transparent; }
.favorites-section h2 { font-size: 1.25rem; color: var(--text-color, #1f2937); margin-bottom: 20px; }
.favorites-loading { text-align: center; padding: 20px; color: var(--text-secondary, #6b7280); }
.favorites-empty { text-align: center; padding: 32px; color: var(--text-secondary, #6b7280); }
.favorites-empty p { margin-bottom: 16px; }
.favorites-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
.favorite-card { background: transparent; border: 1px solid var(--border-color, rgba(128,128,128,0.2)); border-radius: 10px; overflow: hidden; transition: box-shadow 0.2s; position: relative; }
.favorite-card:hover { box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.favorite-card-img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.favorite-card-body { padding: 12px; }
.favorite-card-body h4 { font-size: 0.875rem; font-weight: 500; color: var(--text-color, #1f2937); margin: 0 0 6px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.favorite-price { font-weight: 600; color: var(--primary-color, #ff0083); font-size: 0.9rem; }
.favorite-remove-btn { position: absolute; top: 8px; right: 8px; width: 28px; height: 28px; border-radius: 50%; border: none; background: rgba(255,255,255,0.9); color: #dc2626; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: all 0.2s; box-shadow: 0 1px 4px rgba(0,0,0,0.1); }
.favorite-remove-btn:hover { background: #dc2626; color: white; }
@media (max-width: 480px) { .favorites-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }
/* ========== END PRODUCT ICON STYLES ========== */

/* ========== ORPHANED_ZOOM_IMG_FIX ========== */
@media (max-width: 768px) {
  .zappy-preserve-css-grid > img[data-zappy-zoom],
  [class*="-grid"] > img[data-zappy-zoom] {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 300px !important;
    object-fit: cover !important;
    left: auto !important;
    top: auto !important;
  }
}
/* ========== END ORPHANED_ZOOM_IMG_FIX ========== */


/* ========== GRID RESPONSIVE FIX (zappy-grid-mobile-fix) ========== */
/* Ensures grids with explicit columns use CSS variable and are responsive on mobile */

/* DESKTOP: Explicit column grids use CSS variable for grid-template-columns */
/* The deployment process ensures --zappy-grid-cols is always set in inline styles */
[data-zappy-explicit-columns="true"] {
  display: grid !important;
  grid-template-columns: var(--zappy-grid-cols, repeat(2, minmax(0, 1fr))) !important;
}
/* Carousel mode overrides grid display to allow flex-based track layout */
.zappy-carousel-mode,
[data-zappy-display-mode="carousel"] {
  display: block !important;
}

/* ZOOM WRAPPER: Ensure overflow:hidden and position:relative for crop zoom effect */
/* The wrapper clips the oversized image to create the zoom/crop effect */
/* position:relative is needed so absolutely positioned images stay within the wrapper */
[data-zappy-zoom-wrapper="true"] {
  overflow: hidden !important;
  position: relative !important;
}

/* Prevent inserted elements from exceeding their container width.
   max-width uses no !important so inline styles can set a specific constraint. */
.zappy-inserted-element {
  max-width: 100%;
  box-sizing: border-box !important;
}

@media (max-width: 768px) {
  /* Auto-grid (AI-generated) grids - force single column on mobile */
  .zappy-preserve-css-grid[data-zappy-auto-grid="true"],
  [data-zappy-auto-grid="true"] {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  
  /* Grid children: override min-width:auto so children with fixed-width
     content (e.g. zoom wrappers with width:448px!important) can shrink
     to fit the 1fr column instead of overflowing the grid container. */
  .zappy-preserve-css-grid[data-zappy-auto-grid="true"] > *,
  [data-zappy-auto-grid="true"] > *,
  [data-zappy-explicit-columns="true"] > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }
  
  /* Featured grids - force single column on mobile */
  .featured-grid {
    grid-template-columns: 1fr !important;
  }
  
  /* Neutralize centering transforms on mobile */
  [data-zappy-center-transform] {
    transform: none !important;
  }
  
  /* Media-only grid items - constrain height on mobile */
  .zappy-preserve-css-grid[data-zappy-auto-grid="true"] > .zappy-grid-item-media-only,
  [data-zappy-auto-grid="true"] > .zappy-grid-item-media-only {
    height: auto !important;
    max-height: 300px !important;
  }
  
  .zappy-preserve-css-grid[data-zappy-auto-grid="true"] > .zappy-grid-item-media-only img,
  [data-zappy-auto-grid="true"] > .zappy-grid-item-media-only img {
    height: auto !important;
    max-height: 300px !important;
  }
  
  /* Full-width mode zoom wrappers - ensure image is visible (not collapsed) */
  [data-zappy-zoom-wrapper-width-mode="full"] img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 300px !important;
    left: auto !important;
    top: auto !important;
    object-fit: cover !important;
  }
  
  /* MOBILE: Explicit column grids - force single column on mobile */
  [data-zappy-explicit-columns="true"] {
    grid-template-columns: 1fr !important;
  }
  
  /* Inline grid with fixed pixel columns - make responsive */
  .zappy-inline-grid-active.zappy-preserve-css-grid {
    grid-template-columns: 1fr !important;
  }
  
  /* AI-generated section grids with common naming patterns */
  /* These often have fixed pixel column widths that don't adapt to mobile */
  [class*="-grid"]:not([data-zappy-auto-grid]):not(.zappy-preserve-css-grid):not([data-zappy-explicit-columns="true"]) {
    grid-template-columns: 1fr !important;
  }
  
  /* Reset any column/row spanning items on mobile - they cause overflow */
  /* Gallery grids often have -large items that span multiple columns */
  [class*="-grid"] > [class*="-large"],
  [class*="-grid"] > [class*="-item-large"],
  [class*="-grid"] > [style*="grid-column: span"],
  [class*="-grid"] > [style*="grid-row: span"] {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  
  /* Common AI-generated visual/frame containers that may overflow */
  [class*="-visual"],
  [class*="-frame"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  
  /* CRITICAL: Constrain zoom wrappers on mobile without breaking saved crop geometry */
  [data-zappy-zoom-wrapper="true"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    position: relative !important;
  }
  
  /* Legacy zoom wrappers without saved crop data can still fall back to responsive images. */
  [data-zappy-zoom-wrapper="true"]:not([data-zappy-zoom-wrapper-width]) img:not([data-zappy-mobile-object-position]):not([data-zappy-mobile-zoom]) {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-height: 300px !important;
    max-width: 100% !important;
    object-fit: cover !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  
  /* Carousel: ensure block display on mobile */
  .zappy-carousel-mode,
  [data-zappy-display-mode="carousel"] {
    display: block !important;
  }
  /* JS-initialized carousel: constrain wrapper on mobile */
  .zappy-carousel-js-init .zappy-carousel-container-wrapper {
    max-width: calc(100% - 20px) !important;
  }
  .zappy-carousel-js-init .zappy-carousel-item {
    min-width: 0 !important;
    max-width: 100% !important;
  }
  /* CSS-only fallback: if JS didn't initialize, stack items vertically */
  .zappy-carousel-mode:not(.zappy-carousel-js-init) .zappy-carousel-container-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }
  .zappy-carousel-mode:not(.zappy-carousel-js-init) .zappy-carousel-track {
    flex-direction: column !important;
    transform: none !important;
    gap: 1.5rem !important;
  }
  .zappy-carousel-mode:not(.zappy-carousel-js-init) .zappy-carousel-item {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }
  .zappy-carousel-mode:not(.zappy-carousel-js-init) > :not(style):not(script):not(.zappy-carousel-btn):not(.zappy-carousel-dots):not(.zappy-carousel-container-wrapper) {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: none !important;
  }
  .zappy-carousel-mode:not(.zappy-carousel-js-init) .zappy-carousel-btn,
  .zappy-carousel-mode:not(.zappy-carousel-js-init) .zappy-carousel-dots {
    display: none !important;
  }
  /* Carousel items: fix zoom wrapper padding creating excess spacing */
  .zappy-carousel-item [data-zappy-zoom-wrapper="true"],
  .zappy-carousel-mode > div [data-zappy-zoom-wrapper="true"] {
    padding-bottom: 0 !important;
    min-height: 0 !important;
    height: auto !important;
  }
  /* Carousel buttons: position inside the card area on mobile */
  .zappy-carousel-js-init > .zappy-carousel-btn {
    left: 4px !important;
    right: auto !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
    background: rgba(255,255,255,0.9) !important;
  }
  .zappy-carousel-js-init > .zappy-carousel-btn.zappy-carousel-right {
    left: auto !important;
    right: 4px !important;
  }
  
  /* ========== MAIN PADDING FIX ========== */
  /* Fix double-padding from old V2 mobile CSS that applied padding to both main and sections */
  /* Exclude ecommerce-page which needs its own horizontal padding for proper mobile layout */
  main:not(.ecommerce-page) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  /* Hero sections need flex-column on mobile for proper stacking */
  section[class*="hero"],
  .home-Hero-section {
    flex-direction: column !important;
  }
  
  /* Hero sections need extra padding-top to clear the sticky navbar */
  /* The navbar is ~70px tall, so hero needs at least 100px padding-top */
  /* IMPORTANT: Use section tag to avoid matching child elements like buttons that contain "-hero-section" in their BEM class */
  section[class*="-hero-section"]:first-of-type,
  main > section:first-child {
    padding-top: 100px !important;
  }
  
  /* ========== HERO CONTAINER FULL-WIDTH (FULLSCREEN HEROES ONLY) ========== */
  /* Only strip container padding/width for heroes with actual background images.
     Text-only and side-by-side hero sections on inner pages need normal padding. */
  .hero-container,
  /* V2 generation-time fullscreen heroes */
  section[data-hero-type="fullscreen-scrim"] > .container,
  section[data-hero-type="fullscreen-card"] > .container,
  /* Editor-applied background images on hero sections */
  section[class*="hero"][data-zappy-bg-type="image"] > .container,
  section[class*="hero"][data-zappy-bg-type="video"] > .container,
  /* V1 fallback: hero sections with known bg structures */
  section[class*="hero"]:has(.hero-bg-container) > .container,
  section[class*="hero"]:has([data-hero-bg]) > .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* ========== HERO WIDTH FIX ========== */
  /* Remove nested horizontal padding for fullscreen-type heroes only */
  .home-Hero-section .hero-container,
  .home-Hero-section .hero-content,
  .home-Hero-section .hero-metrics,
  .home-Hero-section .hero-image-column,
  .home-Hero-section .hero-image-frame,
  .home-Hero-section .container,
  .home-Hero-section .wrapper,
  /* V2 fullscreen heroes */
  section[data-hero-type="fullscreen-scrim"] .hero-container,
  section[data-hero-type="fullscreen-scrim"] .hero-content,
  section[data-hero-type="fullscreen-scrim"] .container,
  section[data-hero-type="fullscreen-card"] .hero-container,
  section[data-hero-type="fullscreen-card"] .hero-content,
  section[data-hero-type="fullscreen-card"] .container,
  /* Editor-applied background images on hero sections */
  section[class*="hero"][data-zappy-bg-type="image"] .hero-container,
  section[class*="hero"][data-zappy-bg-type="image"] .hero-content,
  section[class*="hero"][data-zappy-bg-type="image"] .container,
  section[class*="hero"][data-zappy-bg-type="video"] .hero-container,
  section[class*="hero"][data-zappy-bg-type="video"] .hero-content,
  section[class*="hero"][data-zappy-bg-type="video"] .container,
  /* V1 fallback: hero sections with known bg structures */
  section[class*="hero"]:has(.hero-bg-container) .hero-container,
  section[class*="hero"]:has(.hero-bg-container) .hero-content,
  section[class*="hero"]:has(.hero-bg-container) .container,
  section[class*="hero"]:has([data-hero-bg]) .hero-container,
  section[class*="hero"]:has([data-hero-bg]) .hero-content,
  section[class*="hero"]:has([data-hero-bg]) .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
  }
  
  /* ========== HERO VERTICAL SPACING FIX ========== */
  .home-Hero-section .hero-content,
  .home-Hero-section .hero-container,
  .home-Hero-section .hero-image-column {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  
  .hero-cta-row {
    padding: 8px 0 !important;
    margin: 8px 0 12px !important;
  }
  
  .hero-content {
    gap: 12px !important;
  }
  
  .hero-metrics {
    gap: 10px !important;
  }
  
  .metric-card {
    padding: 12px !important;
  }
  
  .hero-container {
    gap: 16px !important;
  }

  /* ========== GRID OVERFLOW FIX ========== */
  /* CSS Grid items default to min-width:auto, preventing them from shrinking
     below their content's intrinsic size. Fixed-width zoom wrappers or large
     images inside grid items can force the column wider than the viewport. */
  .hero-container > * {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  /* Zappy-inserted image elements with fixed-width zoom wrappers must
     respect the parent container width on mobile */
  .zappy-inserted-element,
  [data-zappy-zoom-wrapper] {
    max-width: 100% !important;
  }

  /* ========== FULLSCREEN HERO OVERFLOW FIX ========== */

  section[data-hero-type*="fullscreen"] {
    height: auto !important;
    min-height: 100svh !important;
    padding: 0 0 90px 0 !important;
  }
  section[data-hero-type*="fullscreen"] > [class*="-container"]:not([class*="bg"]):not([class*="scrim"]):not([class*="divider"]),
  section[data-hero-type*="fullscreen"] > .container {
    padding-bottom: 100px !important;
    min-height: auto !important;
  }
}

/* ========== HERO SECTION WIDTH CONSTRAINT (ALL VIEWPORTS) ========== */
/* Prevent hero sections from exceeding viewport width.                */
/* Root cause: AI-generated CSS may use width:100vw or add horizontal  */
/* padding to the section, causing it to overflow the viewport.        */
/* NOTE: Do NOT add overflow:hidden here — it clips SVG bottom dividers */
/* that need overflow:visible to extend into the next section.          */
section[class*="hero" i],
section[class*="Hero"],
section[data-hero-type] {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* ========== SVG DIVIDER OVERLAY FIX ========== */
/* Many AI sections place .section-divider absolutely at the bottom of a section,
   which can overlap/cut off the last row of content. The safest CSS-only fix
   is to prevent overlay by forcing the divider into normal flow. */
.section-divider {
  position: relative !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: auto !important;
  margin-top: 16px !important;
}

.section-divider svg {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* Exclude small icon SVGs from full-width sizing - these are decorative icons, not wave dividers */
.section-divider svg.divider-icon,
.section-divider svg[width="32"],
.section-divider svg[width="24"],
.section-divider svg[width="48"],
.section-divider svg[viewBox="0 0 32 32"],
.section-divider svg[viewBox="0 0 24 24"],
.section-divider svg[viewBox="0 0 48 48"] {
  width: auto !important;
  height: auto !important;
  max-width: 64px !important;
  max-height: 64px !important;
}

/* ========== END SVG DIVIDER OVERLAY FIX ========== */

/* ========== HORIZONTAL-PAIR GRID MEDIA FIX ========== */
/* Ensures media in horizontal-pair grids fills columns correctly */

/* Image/video media cells: stretch to fill the grid cell */
.zappy-horizontal-grid[data-zappy-grid-kind="horizontal-pair"] [data-zappy-media-cell="true"]:not([data-element-type="icon"]) {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  min-height: 0 !important;
}

/* Icon media cells: use flex for centering but allow alignment to be controlled by the editor */
.zappy-horizontal-grid[data-zappy-grid-kind="horizontal-pair"] [data-zappy-media-cell="true"][data-element-type="icon"] {
  position: relative !important;
  display: flex !important;
  min-height: 0 !important;
}

/* Images/videos: preserve aspect ratio while filling column width */
.zappy-horizontal-grid[data-zappy-grid-kind="horizontal-pair"] [data-zappy-media-cell="true"] > img,
.zappy-horizontal-grid[data-zappy-grid-kind="horizontal-pair"] [data-zappy-media-cell="true"] > video {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  flex: 0 0 auto !important;
  min-height: 0 !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* Icons/SVG: respect their explicit pixel size from the editor */
/* Do NOT force width/height: 100% - icons should use their inline size */
.zappy-horizontal-grid[data-zappy-grid-kind="horizontal-pair"] [data-zappy-media-cell="true"] > svg,
.zappy-horizontal-grid[data-zappy-grid-kind="horizontal-pair"] [data-zappy-media-cell="true"] > .iconify,
.zappy-horizontal-grid[data-zappy-grid-kind="horizontal-pair"] [data-zappy-media-cell="true"] > .iconify svg {
  flex: 0 0 auto !important;
  min-height: 0 !important;
  display: inline-block !important;
}

/* Non-media grid items (buttons, text, etc.) should NOT stretch */
.zappy-horizontal-grid[data-zappy-grid-kind="horizontal-pair"] > .zappy-inserted-element:not([data-zappy-media-cell]) {
  align-self: start !important;
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
}

/* Buttons inside non-media grid items should NOT stretch horizontally */
.zappy-horizontal-grid[data-zappy-grid-kind="horizontal-pair"] > .zappy-inserted-element:not([data-zappy-media-cell]) .btn,
.zappy-horizontal-grid[data-zappy-grid-kind="horizontal-pair"] > .zappy-inserted-element:not([data-zappy-media-cell]) [data-element-type="button"] {
  width: auto !important;
  flex: 0 0 auto !important;
}

/* ========== END HORIZONTAL-PAIR GRID MEDIA FIX ========== */

/* ========== END GRID RESPONSIVE FIX ========== */


/* ZAPPY_CONTACT_FORM_LAYOUT_FIX */
form.contact-form, .contact-form { flex-direction: column !important; align-items: stretch !important; }
form.contact-form > .contact-form-field, .contact-form > .contact-form-field { width: 100% !important; align-self: stretch !important; }
form.contact-form .contact-input, form.contact-form .contact-textarea { width: 100% !important; box-sizing: border-box !important; }


/* ZAPPY_NAVBAR_CTA_ALIGNMENT_FIX */
.nav-cta-container .zappy-search-container,
.zappy-search-container { align-self: center; }
.nav-cta-container p { margin: 0 !important; }


/* ZAPPY_SECTION_BG_TYPE_FIX */
[data-zappy-bg-type="color"] { background-image: none !important; background-color: var(--zappy-bg-color, transparent) !important; }
[data-zappy-bg-type="image"] { background-image: linear-gradient(var(--zappy-bg-overlay, rgba(0,0,0,0)), var(--zappy-bg-overlay, rgba(0,0,0,0))), var(--zappy-bg-image, none) !important; background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; }
[data-zappy-bg-type="video"] { background-image: none !important; }


/* ZAPPY_IOS_NAVBAR_GAP_FIX */
/* iOS Safari does not clip overflow-x:hidden on <html>, so a page with any
   horizontal overflow ends up with visual viewport > layout viewport.
   position:fixed children anchored with right:0 (the mobile dropdown menu)
   then pin to the visual viewport right edge — off-screen past the navbar.
   Companion JS (ZAPPY_IOS_VIEWPORT_GAP_FIX in script.js) measures the gap
   and exposes it as --ios-viewport-gap; this rule uses it to shift the
   menu inward so it lands on the real layout-viewport right edge. On every
   other browser the gap is 0 and the rule is a no-op.

   The selector list below intentionally mirrors the RTL selectors used
   elsewhere in the stylesheet — we need equal-or-higher specificity to
   win the cascade (!important alone can't beat higher specificity). */
@media (max-width: 768px) {
  .navbar,
  nav.navbar {
    width: auto !important;
    max-width: none !important;
    left: 0 !important;
    right: 0 !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
  #navMenu,
  .nav-menu,
  html[dir="rtl"] .nav-menu,
  html[dir="rtl"] .navbar .nav-menu,
  html[dir="rtl"] nav .nav-menu,
  html[dir="rtl"] header .nav-menu,
  html[dir="rtl"] .nav-container .nav-menu,
  [dir="rtl"] .navbar .nav-menu,
  [dir="rtl"] nav .nav-menu,
  [dir="rtl"] header .nav-menu,
  [dir="rtl"] .nav-container .nav-menu,
  [dir="rtl"] .nav-menu,
  html[lang="he"] .nav-menu,
  html[lang="ar"] .nav-menu {
    /* Force position:fixed so the --ios-viewport-gap shift is measured
       against the (visual) viewport, not whatever container the menu may
       have been reparented into by earlier v1/v2 patches.
       --zappy-navbar-bottom is set by the runtime JS companion and
       defaults to 70px — this lets us override the v2 `top: 100%` (which
       with position:fixed would resolve to the full viewport height and
       push the menu off-screen). */
    position: fixed !important;
    top: var(--zappy-navbar-bottom, 70px) !important;
    right: var(--ios-viewport-gap, 0px) !important;
  }
}


/* ZAPPY_PRODUCTS_DROPDOWN_LTR_INDENT */
/* LTR mirror of the [dir="rtl"] indentation block. Equal-or-higher
   specificity than the shorthand .navbar .sub-menu li a override so the
   nested sub-category items keep their visual indent on every LTR page —
   English, Spanish, French, Russian, German, etc. The selectors target
   dir="ltr" (the source of truth set on <html> by per-language page
   generation), NOT a specific language code, so the rule stays generic
   across every site / language combination. */
[dir="ltr"] .sub-menu .zappy-nav-child > a,
[dir="ltr"] .zappy-products-dropdown .zappy-nav-child > a,
html[dir="ltr"] .sub-menu .zappy-nav-child > a,
html[dir="ltr"] .zappy-products-dropdown .zappy-nav-child > a {
  padding-left: 28px !important;
  padding-right: 16px !important;
  font-size: 0.9em !important;
  opacity: 0.85 !important;
}
@media (max-width: 768px) {
  [dir="ltr"] .navbar .zappy-products-dropdown > .sub-menu .zappy-nav-child > a,
  [dir="ltr"] nav.navbar .zappy-products-dropdown > .sub-menu .zappy-nav-child > a,
  html[dir="ltr"] .navbar .zappy-products-dropdown > .sub-menu .zappy-nav-child > a,
  html[dir="ltr"] nav.navbar .zappy-products-dropdown > .sub-menu .zappy-nav-child > a {
    padding-left: 36px !important;
    padding-right: 16px !important;
  }
}


/* ZAPPY_MOBILE_NAV_MENU_ITEM_PADDING */
@media (max-width: 768px) {
  .navbar .nav-menu.active > li > a,
  nav.navbar .nav-menu.active > li > a,
  #navMenu.active > li > a,
  .nav-menu.open > li > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 16px !important;
    height: auto !important;
    min-height: 44px !important;
    line-height: 1.4 !important;
  }
  .navbar .nav-menu.active > li,
  nav.navbar .nav-menu.active > li,
  #navMenu.active > li,
  .nav-menu.open > li {
    margin: 4px 0 !important;
  }
  .navbar .nav-menu.active > li.zappy-products-dropdown > a,
  nav.navbar .nav-menu.active > li.zappy-products-dropdown > a,
  #navMenu.active > li.zappy-products-dropdown > a,
  .nav-menu.open > li.zappy-products-dropdown > a {
    padding-right: 56px !important;
  }
  html[dir="rtl"] .navbar .nav-menu.active > li.zappy-products-dropdown > a,
  html[dir="rtl"] nav.navbar .nav-menu.active > li.zappy-products-dropdown > a,
  html[dir="rtl"] #navMenu.active > li.zappy-products-dropdown > a,
  html[dir="rtl"] .nav-menu.open > li.zappy-products-dropdown > a {
    padding-right: 16px !important;
    padding-left: 56px !important;
  }
}

/* Spec table BiDi fix: isolate cells so mixed LTR/RTL content renders correctly */
.specs-table th, .specs-table td { unicode-bidi: plaintext !important; }
