:root {
  --souary-charcoal: #414141;
  --souary-orange: #ee9003;
  --souary-orange-dark: #aa6702;
  --souary-black: #111111;
  --souary-off-white: #fafafa;
  --souary-light-gray: #f3f4f6;
  --souary-blue: #1e40af;
  --souary-orange-tint: #fff4e5;
  --souary-blue-tint: #e9eeff;
  --souary-shadow: 0 8px 30px rgba(17, 17, 17, 0.12);
  --souary-radius: 12px;
  --charcoal: var(--souary-charcoal);
  --orange: var(--souary-orange);
  --orange-dark: var(--souary-orange-dark);
  --black: var(--souary-black);
  --off-white: var(--souary-off-white);
  --light-gray: var(--souary-light-gray);
  --studio-blue: var(--souary-blue);
  --orange-tint: var(--souary-orange-tint);
  --blue-tint: var(--souary-blue-tint);
  --font-heading: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-arabic: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 56px;
  --space-2xl: 72px;
  --space-3xl: 96px;
  --max-width: 1200px;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow-card: 0 2px 16px rgba(0, 0, 0, 0.06);
  --shadow-hover: 0 8px 32px rgba(0, 0, 0, 0.1);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
}

body.souary-eclat-site {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--souary-charcoal);
  background: #fff;
  overflow-x: clip;
}

body.rtl.souary-eclat-site {
  font-family: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
}

body.souary-eclat-site h1,
body.souary-eclat-site h2,
body.souary-eclat-site h3,
body.souary-eclat-site h4 {
  font-family: "Sora", "Inter", system-ui, sans-serif;
  color: var(--souary-black);
  line-height: 1.2;
}

body.rtl.souary-eclat-site h1,
body.rtl.souary-eclat-site h2,
body.rtl.souary-eclat-site h3,
body.rtl.souary-eclat-site h4 {
  font-family: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
}

body.souary-eclat-site a:not(.btn):not(.header-button):not(.mobile-header-button):not(.souary-lang-link) {
  color: var(--souary-orange-dark);
  text-decoration: none;
}

body.souary-eclat-site a:not(.btn):not(.header-button):not(.mobile-header-button):not(.souary-lang-link):hover {
  text-decoration: underline;
}

body.souary-eclat-site .site {
  background: #fff;
}

body.souary-eclat-site .entry-hero-container-inner,
body.souary-eclat-site .entry-hero {
  display: none;
}

body.souary-eclat-site .entry-content-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

body.souary-eclat-site .content-width-normal .content-container,
body.souary-eclat-site .content-width-narrow .content-container,
body.souary-eclat-site .content-width-fullwidth .content-container {
  max-width: 100%;
  padding-inline: 0;
}

body.souary-eclat-site .site-content {
  background: #fff;
}

body.souary-eclat-site #masthead {
  position: sticky;
  top: 0;
  z-index: 110;
  border-top: 4px solid var(--souary-blue);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  transition: box-shadow 0.25s ease;
}

body.admin-bar.souary-eclat-site #masthead {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar.souary-eclat-site #masthead {
    top: 46px;
  }
}

body.souary-eclat-site #masthead.is-scrolled {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

body.souary-eclat-site #masthead .site-top-header-wrap,
body.souary-eclat-site #masthead .site-bottom-header-wrap {
  display: none;
}

body.souary-eclat-site #masthead .site-main-header-wrap,
body.souary-eclat-site #mobile-header .site-main-header-wrap {
  background: transparent;
}

body.souary-eclat-site #masthead .site-container,
body.souary-eclat-site #mobile-header .site-container,
body.souary-eclat-site #colophon .site-container {
  max-width: 1440px;
  padding-inline: 22px;
}

body.souary-eclat-site #masthead .site-main-header-inner-wrap {
  min-height: 78px;
}

body.souary-eclat-site #masthead .site-main-header-inner-wrap .site-header-section-left,
body.souary-eclat-site #masthead .site-main-header-inner-wrap .site-header-section-center,
body.souary-eclat-site #masthead .site-main-header-inner-wrap .site-header-section-right {
  align-items: center;
}

body.souary-eclat-site #masthead .site-branding .brand {
  gap: 0;
}

body.souary-eclat-site #masthead .site-branding .custom-logo {
  max-height: 54px;
  width: auto;
}

body.souary-eclat-site #masthead .main-navigation .menu {
  gap: clamp(12px, 1.8vw, 24px);
}

body.souary-eclat-site #masthead .main-navigation .menu > li {
  margin: 0;
}

body.souary-eclat-site #masthead .main-navigation .menu > li > a {
  font-family: "Sora", "Inter", system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--souary-charcoal);
  padding: 10px 0;
  position: relative;
}

body.souary-eclat-site #masthead .main-navigation .menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--souary-orange);
  transition: width 0.2s ease;
}

body.rtl.souary-eclat-site #masthead .main-navigation .menu > li > a::after {
  left: auto;
  right: 0;
}

body.souary-eclat-site #masthead .main-navigation .menu > li:hover > a::after,
body.souary-eclat-site #masthead .main-navigation .menu > li.current-menu-item > a::after,
body.souary-eclat-site #masthead .main-navigation .menu > li.current-menu-ancestor > a::after {
  width: 100%;
}

body.souary-eclat-site #masthead .main-navigation .sub-menu {
  border: 1px solid #ededed;
  border-radius: 10px;
  box-shadow: var(--souary-shadow);
  background: #fff;
  min-width: 220px;
  padding: 10px;
}

body.souary-eclat-site #masthead .main-navigation .sub-menu a {
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--souary-charcoal);
}

body.souary-eclat-site #masthead .main-navigation .sub-menu a:hover {
  background: var(--souary-orange-tint);
}

body.souary-eclat-site #masthead .header-html-inner {
  display: flex;
  align-items: center;
}

body.souary-eclat-site .souary-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body.souary-eclat-site .souary-lang-switch .souary-lang-link {
  border: 0;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--souary-charcoal);
  opacity: 0.86;
  padding: 7px 4px;
  text-decoration: none;
}

body.souary-eclat-site .souary-lang-switch .souary-lang-link.is-current {
  background: var(--souary-orange);
  color: #111;
  opacity: 1;
  padding: 10px 11px;
}

body.souary-eclat-site #masthead .header-button-wrap .header-button {
  border-radius: 16px;
  font-family: "Sora", "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.1;
  padding: 12px 24px;
  box-shadow: 0 8px 24px rgba(238, 144, 3, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.souary-eclat-site #masthead .header-button-wrap .header-button::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='currentColor'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
}

body.souary-eclat-site #masthead .header-button-wrap .header-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(238, 144, 3, 0.35);
}

body.souary-eclat-site #masthead .mobile-toggle-open-container .menu-toggle-open {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(65, 65, 65, 0.18);
}

body.souary-eclat-site .popup-drawer .drawer-content {
  background: #fff;
}

body.souary-eclat-site .mobile-navigation a {
  font-family: "Sora", "Inter", system-ui, sans-serif;
  color: var(--souary-charcoal);
}

body.souary-eclat-site .mobile-navigation .sub-menu a {
  font-family: "Inter", system-ui, sans-serif;
}

body.souary-eclat-site .mobile-header-button-wrap {
  margin-top: 12px;
}

body.souary-eclat-site .mobile-header-button-wrap .mobile-header-button {
  width: 100%;
  justify-content: center;
  border-radius: 12px;
  font-weight: 700;
}

body.souary-eclat-site #colophon {
  background: #090b10;
  color: #c0c8d3;
}

body.souary-eclat-site #colophon .site-top-footer-wrap {
  background: #090b10;
}

body.souary-eclat-site #colophon .site-middle-footer-wrap {
  background: #090b10;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.souary-eclat-site #colophon .site-bottom-footer-wrap {
  display: none;
}

body.souary-eclat-site #colophon .widget {
  margin: 0;
}

body.souary-eclat-site #colophon .widget .widget-title {
  color: #fff;
}

body.souary-eclat-site #colophon .widget a {
  color: #c0c8d3;
}

body.souary-eclat-site #colophon .widget a:hover {
  color: #fff;
  text-decoration: none;
}

body.souary-eclat-site #colophon .textwidget p:last-child {
  margin-bottom: 0;
}

body.souary-eclat-site .souary-footer-brand-block p {
  margin-bottom: 12px;
  color: #c0c8d3;
}

body.souary-eclat-site .souary-footer-logo {
  max-height: 78px;
  max-width: 240px;
  width: auto;
  margin-bottom: 16px;
}

body.souary-eclat-site .souary-footer-col-block h4 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 1rem;
}

body.souary-eclat-site .souary-footer-col-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.souary-eclat-site .souary-footer-col-block li {
  margin-bottom: 8px;
}

body.souary-eclat-site .souary-footer-copy {
  font-size: 0.84rem;
  color: #c0c8d3;
}

body.souary-eclat-site .souary-footer-legal-links {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  font-size: 0.84rem;
}

body.rtl.souary-eclat-site .souary-footer-legal-links {
  justify-content: flex-start;
}

.container {
  width: 100%;
  max-width: 1290px;
  margin-inline: auto;
  padding-inline: 16px;
}

@media (min-width: 768px) {
  .container {
    padding-inline: 24px;
  }
}

.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: clip;
  background: #0f1114;
}

.hero.hero--small {
  min-height: 45vh;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(17, 17, 17, 0.75) 0%,
    rgba(17, 17, 17, 0.3) 60%,
    transparent 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  color: #fff;
  padding-top: clamp(52px, 10vw, 120px);
  padding-bottom: clamp(36px, 6vw, 74px);
}

.hero-content h1 {
  color: #fff;
  font-size: clamp(2rem, 6vw, 3.25rem);
  line-height: 1.1;
  margin-bottom: 14px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.hero-content .lead {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.125rem;
  max-width: 640px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.btn-primary {
  background: var(--souary-orange);
  color: #111;
  box-shadow: 0 10px 24px rgba(238, 144, 3, 0.3);
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.28);
}

.btn-secondary {
  background: #111;
  color: #fff;
}

.btn-studio {
  background: var(--souary-blue);
  color: #fff;
}

.btn-outline-white {
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

body.souary-eclat-site a.btn,
body.souary-eclat-site a.btn:visited {
  text-decoration: none;
}

body.souary-eclat-site a.btn-primary,
body.souary-eclat-site a.btn-primary:visited {
  background: var(--souary-orange);
  color: #111;
}

body.souary-eclat-site a.btn-primary:hover {
  background: #d98200;
  color: #111;
}

body.souary-eclat-site a.btn-secondary,
body.souary-eclat-site a.btn-secondary:visited {
  color: #fff;
}

body.souary-eclat-site a.btn-studio,
body.souary-eclat-site a.btn-studio:visited {
  color: #fff;
}

body.souary-eclat-site a.btn-outline-white,
body.souary-eclat-site a.btn-outline-white:visited {
  color: #fff;
}

body.souary-eclat-site .hero .hero-content h1 {
  color: #fff !important;
}

body.souary-eclat-site .hero .hero-content .lead {
  color: rgba(255, 255, 255, 0.92) !important;
}

.souary-breadcrumb-wrap {
  margin-top: var(--space-md);
}

.souary-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.9rem;
  color: #6b7280;
}

.souary-breadcrumbs a {
  color: var(--souary-charcoal);
  text-decoration: none;
}

.souary-breadcrumbs a:hover {
  color: var(--souary-orange-dark);
}

.souary-journal-section {
  padding-top: var(--space-md);
}

.souary-journal-shell {
  display: grid;
  gap: clamp(22px, 3vw, 42px);
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
}

.souary-articles-list {
  display: grid;
  gap: clamp(18px, 2.6vw, 28px);
}

.souary-post-card {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.05);
}

.souary-post-card--featured {
  grid-template-columns: minmax(0, 1fr);
}

.souary-post-card-image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.souary-post-card-body {
  padding: clamp(18px, 2.4vw, 28px);
}

.souary-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-size: 0.86rem;
  color: #6b7280;
  margin-bottom: 10px;
}

.souary-post-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(238, 144, 3, 0.16);
  color: #9a5d00;
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.souary-post-title {
  font-size: clamp(1.26rem, 2vw, 1.7rem);
  margin: 0 0 10px;
}

.souary-post-title a {
  color: #111;
  text-decoration: none;
}

.souary-post-title a:hover {
  color: var(--souary-orange-dark);
}

.souary-post-excerpt {
  margin: 0;
  color: #4b5563;
  line-height: 1.7;
}

.souary-post-footer {
  margin-top: 16px;
}

.souary-post-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--souary-orange-dark);
  font-weight: 700;
  text-decoration: none;
}

.souary-post-readmore:hover {
  text-decoration: underline;
}

.souary-share-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.souary-share-label {
  font-size: 0.86rem;
  font-weight: 700;
  color: #4b5563;
}

.souary-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

a.souary-share-link,
a.souary-share-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 12px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111 !important;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1;
}

a.souary-share-link:hover {
  border-color: #9ca3af;
  color: #111 !important;
  text-decoration: none !important;
}

a.souary-share-link--whatsapp,
a.souary-share-link--whatsapp:visited {
  background: #25d366;
  border-color: #25d366;
  color: #fff !important;
}

a.souary-share-link--whatsapp:hover {
  background: #1fb157;
  border-color: #1fb157;
  color: #fff !important;
}

.souary-share--card {
  margin-top: 10px;
}

.souary-share--card .souary-share-link {
  padding: 6px 10px;
  font-size: 0.76rem;
}

.souary-share--journal {
  margin-top: 0;
}

.souary-article-share {
  margin-top: 22px;
}

.souary-journal-sidebar {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 110px;
}

.souary-sidebar-widget {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px;
}

.souary-sidebar-widget h3 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.souary-sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.souary-sidebar-list a {
  color: var(--souary-charcoal);
  text-decoration: none;
}

.souary-sidebar-list a:hover {
  color: var(--souary-orange-dark);
}

.souary-search-form {
  display: grid;
  gap: 10px;
}

.souary-search-form input[type="search"] {
  width: 100%;
  border: 1px solid #ced6df;
  border-radius: 10px;
  min-height: 42px;
  padding: 10px 12px;
}

.souary-sidebar-cta {
  background: linear-gradient(120deg, #131820, #1f2937);
  color: #f7fafc;
  border: 0;
}

.souary-sidebar-cta h3,
.souary-sidebar-cta p {
  color: #f7fafc;
}

.souary-journal-pagination ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.souary-journal-pagination a,
.souary-journal-pagination span {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  text-decoration: none;
  color: #374151;
  font-weight: 600;
}

.souary-journal-pagination .current {
  background: var(--souary-orange);
  border-color: var(--souary-orange);
  color: #111;
}

.souary-article-shell {
  padding-top: var(--space-md);
}

.souary-article-wrap {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: clamp(20px, 3vw, 36px);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.05);
}

.souary-article-header h1 {
  margin: 12px 0;
  font-size: clamp(1.8rem, 4.4vw, 2.7rem);
}

.souary-article-featured {
  margin: 24px 0;
}

.souary-article-featured img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
}

.souary-article-content {
  color: #1f2937;
  font-size: 1.06rem;
  line-height: 1.8;
}

.souary-article-content h2,
.souary-article-content h3 {
  margin-top: 26px;
}

.souary-article-content p {
  margin: 0 0 14px;
}

.souary-article-content ul,
.souary-article-content ol {
  margin: 0 0 14px 22px;
}

.souary-article-content blockquote {
  margin: 18px 0;
  padding: 14px 18px;
  border-left: 4px solid var(--souary-orange);
  background: #f9fafb;
  border-radius: 8px;
}

body.rtl .souary-article-content blockquote {
  border-left: 0;
  border-right: 4px solid var(--souary-orange);
}

.souary-article-cta {
  margin-top: 24px;
  background: #f7f8fa;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: clamp(18px, 2.4vw, 28px);
}

.souary-article-cta h3 {
  margin: 0 0 8px;
}

.souary-related {
  margin-top: 34px;
}

.souary-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.souary-related-grid .souary-post-card {
  grid-template-columns: minmax(0, 1fr);
}

.souary-article-back-link {
  margin-top: 20px;
}

.souary-article-back-link a {
  color: var(--souary-orange-dark);
  font-weight: 700;
  text-decoration: none;
}

.souary-article-back-link a:hover {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .souary-journal-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .souary-journal-sidebar {
    position: static;
  }

  .souary-post-card {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .souary-related-grid {
    grid-template-columns: 1fr;
  }
}

body.souary-eclat-site .hero a.btn-primary,
body.souary-eclat-site .hero a.btn-primary:visited {
  background: #ee9003 !important;
  border-color: #ee9003 !important;
  color: #111 !important;
}

body.souary-eclat-site .hero a.btn-primary:hover {
  background: #d98200 !important;
  border-color: #d98200 !important;
  color: #111 !important;
}

body.souary-eclat-site .hero a.btn-outline-white,
body.souary-eclat-site .hero a.btn-outline-white:visited {
  border: 2px solid rgba(255, 255, 255, 0.76) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.wa-icon {
  width: 20px;
  height: 20px;
}

.section {
  padding: clamp(44px, 8vw, 92px) 0;
}

.section .container {
  width: 100%;
  max-width: 1290px;
  margin-inline: auto;
  padding-inline: 16px;
}

@media (min-width: 768px) {
  .section .container {
    padding-inline: 24px;
  }
}

.section--offwhite {
  background: var(--souary-off-white);
}

.section--gray {
  background: var(--souary-light-gray);
}

.section--orange-tint {
  background: var(--souary-orange-tint);
}

.section--blue-tint {
  background: var(--souary-blue-tint);
}

.section--dark {
  background: linear-gradient(120deg, #111315, #1a1e24);
  color: #eef1f8;
}

.section--dark h2,
.section--dark h3,
.section--dark p {
  color: #f5f7fb;
}

.section-header {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-header p {
  margin-bottom: 0;
}

.overline {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 700;
  font-size: 0.74rem;
  color: var(--souary-orange-dark);
  margin-bottom: 8px;
}

.cards-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cards-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cards-grid--3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 900px) {
  .cards-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.card,
.pack-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: var(--souary-radius);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  overflow: clip;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover,
.pack-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--souary-shadow);
}

.card-img img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.card-body {
  padding: 16px;
}

.card-body h3 {
  margin-bottom: 8px;
}

.card-body p {
  margin-bottom: 12px;
}

.pack-card {
  padding: 20px;
}

.pack-card .price {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--souary-black);
}

.pack-card ul {
  list-style: none;
  margin: 16px 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.pack-card li {
  padding-inline-start: 20px;
  position: relative;
}

.pack-card li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  color: var(--souary-orange);
  font-weight: 800;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: center;
}

.two-col.two-col--reverse .two-col-media {
  order: 2;
}

.two-col-media img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.feature-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.feature-list li {
  padding-inline-start: 20px;
  position: relative;
}

.feature-list li::before {
  content: "•";
  position: absolute;
  inset-inline-start: 5px;
  color: var(--souary-orange);
  font-weight: 900;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.trust-item {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 14px;
}

.trust-item h4 {
  margin-bottom: 6px;
}

.trust-item p {
  margin: 0;
  font-size: 0.92rem;
  color: #616b75;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.step {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 18px;
}

.step h3 {
  margin-bottom: 8px;
}

.step p {
  margin: 0;
}

.cta-band {
  background: #f2ede5;
  color: #111;
  padding: clamp(36px, 6vw, 66px) 0;
  text-align: center;
}

.cta-band h2 {
  color: #111;
  margin-bottom: 10px;
}

.cta-band p {
  color: rgba(17, 17, 17, 0.86);
  margin-inline: auto;
  max-width: 680px;
}

.cta-band .btn-whatsapp {
  margin-top: 16px;
}

.cta-band.cta-band--studio {
  background: linear-gradient(135deg, #1e40af 0%, #182b66 100%);
  color: #fff;
}

.cta-band.cta-band--studio h2,
.cta-band.cta-band--studio p {
  color: #fff;
}

.trust-item {
  padding: 16px;
  text-align: center;
}

.trust-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  color: var(--souary-orange);
}

.trust-item h4 {
  font-size: 0.92rem;
  margin-bottom: 4px;
}

.trust-item p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(65, 65, 65, 0.84);
}

.feature-list {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.feature-list li {
  padding-inline-start: 24px;
  position: relative;
}

.feature-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--souary-orange);
}

.gallery-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery-item {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.pricing-table th,
.pricing-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #eceff3;
  text-align: start;
}

.pricing-table th {
  font-family: "Sora", "Inter", system-ui, sans-serif;
  font-size: 0.9rem;
  color: #111;
  background: #f7f9fb;
}

.pricing-table tr:last-child td {
  border-bottom: 0;
}

.pricing-table .price-cell {
  font-weight: 800;
  color: var(--souary-orange-dark);
}

.service-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-list li {
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid #e8edf2;
  position: relative;
}

.service-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 0.72rem;
  color: var(--souary-blue);
}

.service-list li strong {
  display: block;
  color: #111;
}

.contact-grid {
  display: grid;
  gap: 24px;
}

.contact-card {
  background: #fff;
  border-radius: 12px;
  padding: 26px;
  border-top: 4px solid var(--souary-orange);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.contact-card .text-blue {
  color: var(--souary-blue);
}

.contact-info p {
  margin: 0 0 8px;
}

.contact-info a {
  font-weight: 600;
}

.contact-form {
  max-width: 760px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  gap: 14px;
}

.form-group {
  margin-bottom: 14px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-family: "Sora", "Inter", system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #111;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 2px solid #e8ecf1;
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--souary-orange);
  box-shadow: 0 0 0 3px rgba(238, 144, 3, 0.18);
}

.legal-content {
  max-width: 900px;
  margin: 0 auto;
}

.legal-content h2 {
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--souary-orange);
}

.legal-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.legal-content li {
  padding: 4px 0 4px 18px;
  position: relative;
}

.legal-content li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--souary-orange);
}

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  background: #25d366;
  color: transparent;
  border-radius: 999px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 1;
  padding: 0;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.wa-float:hover {
  transform: scale(1.07);
  text-decoration: none;
}

.wa-float::before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
}

.souary-page-wrapper {
  display: block;
}

.souary-content-shell {
  background: #fff;
  border: 1px solid #ebedf0;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: clamp(14px, 2.2vw, 28px);
}

.souary-content-prose ul {
  padding-inline-start: 1.1em;
}

.souary-content-prose li,
.souary-content-prose p {
  line-height: 1.7;
}

.souary-offer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  background: #fff;
  padding: 14px;
  color: var(--souary-charcoal);
}

.souary-offer-link-arrow {
  color: var(--souary-orange);
  font-size: 20px;
  font-weight: 700;
}

.souary-slider {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #e8ebef;
  box-shadow: var(--souary-shadow);
  background: #0f1114;
}

.souary-slider-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.souary-slide {
  min-width: 100%;
  margin: 0;
  position: relative;
}

.souary-slide img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.souary-slide figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(17, 17, 17, 0.58);
  color: #fff;
  border-radius: 8px;
  padding: 6px 9px;
  font-size: 12px;
}

body.rtl .souary-slide figcaption {
  left: auto;
  right: 10px;
}

.souary-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  background: rgba(17, 17, 17, 0.62);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.souary-slider-prev {
  left: 10px;
}

.souary-slider-next {
  right: 10px;
}

.souary-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 6px;
}

.souary-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.souary-slider-dot.is-active {
  background: var(--souary-orange);
}

.souary-form-card {
  border: 1px solid #e8ecf1;
  border-radius: 14px;
  padding: clamp(14px, 2.2vw, 22px);
  background: linear-gradient(180deg, #fff, #fbfcfd);
}

.souary-contact-forms-grid {
  display: grid;
  gap: 24px;
}

.souary-form-pane {
  border: 1px solid #e5e8ee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.08);
  padding: clamp(16px, 2.5vw, 28px);
}

.souary-form-pane__title {
  margin: 0;
  color: var(--souary-orange);
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  line-height: 1.2;
}

.souary-form-pane__lead {
  margin: 10px 0 18px;
  color: #545c65;
  font-size: 1.02rem;
}

.souary-form-pane__contact {
  margin: 0 0 14px;
  font-size: 0.95rem;
  color: #3d4650;
}

.souary-form-pane__contact a {
  font-weight: 700;
  color: var(--souary-orange-dark);
}

.souary-form-pane .ff-el-form-control,
.souary-form-pane input[type="text"],
.souary-form-pane input[type="email"],
.souary-form-pane input[type="tel"],
.souary-form-pane input[type="file"],
.souary-form-pane textarea {
  border: 1px solid #ccd5df !important;
  border-radius: 10px !important;
  min-height: 44px;
}

.souary-form-pane .ff-el-form-check-label,
.souary-form-pane .ff-t-cell,
.souary-form-pane .ff-el-input--label label {
  color: #3d4650;
}

.souary-form-pane .ff-el-input--label label,
.souary-form-pane .ff-el-section-title h3 {
  font-family: "Sora", "Inter", system-ui, sans-serif;
  color: #111;
  font-weight: 700;
}

.souary-form-pane .ff-btn-submit,
.souary-form-pane .ff-btn {
  background: var(--souary-orange) !important;
  border-color: var(--souary-orange) !important;
  color: #111 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  min-width: 180px;
  min-height: 44px;
}

.souary-form-pane .ff-btn-submit:hover,
.souary-form-pane .ff-btn:hover {
  background: var(--souary-black) !important;
  border-color: var(--souary-black) !important;
  color: #fff !important;
}

.souary-form-pane .ff-message-success {
  border-radius: 10px;
}

@media (min-width: 992px) {
  .souary-contact-forms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

.souary-form-card input,
.souary-form-card textarea,
.souary-form-card select,
.souary-form-card .ff-el-form-control {
  border-radius: 10px !important;
  border: 1px solid #ced6df !important;
  min-height: 42px;
}

.souary-contact-form {
  display: grid;
  gap: 14px;
}

.souary-contact-form-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--souary-black);
}

.souary-contact-field {
  display: grid;
  gap: 6px;
}

.souary-contact-field label {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--souary-charcoal);
}

.souary-contact-field input,
.souary-contact-field textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ced6df;
  background: #fff;
  min-height: 42px;
  padding: 10px 12px;
  font-size: 0.95rem;
}

.souary-contact-field textarea {
  min-height: 120px;
  resize: vertical;
}

.fade-up,
.souary-animate {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible,
.souary-animate.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1200px) {
  body.souary-eclat-site #masthead .site-container,
  body.souary-eclat-site #mobile-header .site-container,
  body.souary-eclat-site #colophon .site-container,
  .section .container {
    padding-inline: 20px;
  }
}

@media (max-width: 1024px) {
  body.souary-eclat-site #masthead .header-html {
    display: none;
  }
}

@media (max-width: 900px) {
  .trust-bar,
  .steps,
  .two-col {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: clamp(380px, 70vh, 600px);
  }

  body.souary-eclat-site .souary-footer-legal-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .hero-ctas .btn {
    width: 100%;
  }

  .wa-float {
    right: 10px;
    bottom: 10px;
  }
}

/* ---------- Template Parity (piste-1-eclat) ---------- */
body.souary-eclat-site {
  font-family: var(--font-body);
}

body.rtl.souary-eclat-site {
  font-family: var(--font-arabic);
}

body.souary-eclat-site h1,
body.souary-eclat-site h2,
body.souary-eclat-site h3,
body.souary-eclat-site h4 {
  font-family: var(--font-heading);
  color: var(--souary-black);
  line-height: 1.2;
  font-weight: 700;
}

body.rtl.souary-eclat-site h1,
body.rtl.souary-eclat-site h2,
body.rtl.souary-eclat-site h3,
body.rtl.souary-eclat-site h4 {
  font-family: var(--font-arabic);
}

body.souary-eclat-site h1 {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  margin-bottom: var(--space-md);
}

body.souary-eclat-site h2 {
  font-size: clamp(1.375rem, 3.5vw, 1.75rem);
  margin-bottom: var(--space-sm);
}

body.souary-eclat-site h3 {
  font-size: clamp(1.125rem, 2.5vw, 1.25rem);
  margin-bottom: var(--space-xs);
}

body.souary-eclat-site p {
  margin-bottom: var(--space-sm);
}

.container,
.section .container {
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--space-sm);
}

@media (min-width: 768px) {
  .container,
  .section .container {
    padding-inline: var(--space-md);
  }
}

.section {
  padding: var(--space-xl) 0;
}

@media (min-width: 768px) {
  .section {
    padding: var(--space-2xl) 0;
  }
}

@media (min-width: 1024px) {
  .section {
    padding: var(--space-3xl) 0;
  }
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto var(--space-lg);
}

.section-header .overline,
.overline {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--souary-orange);
  margin-bottom: var(--space-xs);
  display: block;
}

.section--dark {
  background: var(--souary-charcoal);
  color: #fff;
}

.section--dark h2,
.section--dark h3 {
  color: #fff !important;
}

.section--dark p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 14px 28px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  line-height: 1;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background: var(--souary-orange);
  color: var(--souary-black);
  border-color: var(--souary-orange);
  box-shadow: none;
}

.btn-primary:hover {
  background: #d98200;
  border-color: #d98200;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(238, 144, 3, 0.3);
}

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

.btn-secondary:hover {
  background: var(--souary-charcoal);
  color: #fff;
  transform: translateY(-2px);
}

.btn-studio {
  background: var(--souary-blue);
  color: #fff;
  border-color: var(--souary-blue);
}

.btn-studio:hover {
  background: #1a37a0;
  border-color: #1a37a0;
  transform: translateY(-2px);
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}

.btn-outline-white:hover {
  background: #fff;
  color: var(--souary-black);
  transform: translateY(-2px);
}

body.souary-eclat-site a.btn-secondary,
body.souary-eclat-site a.btn-secondary:visited {
  color: var(--souary-charcoal);
}

body.souary-eclat-site a.btn-secondary:hover {
  color: #fff;
}

body.souary-eclat-site .hero .hero-content h1 {
  color: #fff !important;
}

body.souary-eclat-site .hero .hero-content .lead {
  color: rgba(255, 255, 255, 0.92) !important;
}

body.souary-eclat-site .hero a.btn-primary,
body.souary-eclat-site .hero a.btn-primary:visited {
  background: #ee9003 !important;
  border-color: #ee9003 !important;
  color: #111 !important;
}

body.souary-eclat-site .hero a.btn-primary:hover {
  background: #d98200 !important;
  border-color: #d98200 !important;
  color: #111 !important;
}

body.souary-eclat-site .hero a.btn-outline-white,
body.souary-eclat-site .hero a.btn-outline-white:visited {
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
  background: transparent !important;
  color: #fff !important;
}

body.souary-eclat-site .hero a.btn-outline-white:hover {
  background: #fff !important;
  color: #111 !important;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-md);
  text-align: center;
}

@media (min-width: 768px) {
  .trust-bar {
    grid-template-columns: repeat(4, 1fr);
  }
}

.trust-item {
  padding: var(--space-md);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cards-grid {
  display: grid;
  gap: var(--space-md);
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .cards-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid #ececec;
  transition: var(--transition);
}

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

.card-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card:hover .card-img img {
  transform: scale(1.05);
}

.card-body {
  padding: var(--space-md);
}

.card-body h3 {
  font-size: 1.125rem;
  margin-bottom: var(--space-xs);
}

.card-body p {
  font-size: 0.9375rem;
  color: var(--souary-charcoal);
  margin-bottom: var(--space-sm);
}

.two-col {
  display: grid;
  gap: var(--space-lg);
  align-items: center;
}

@media (min-width: 768px) {
  .two-col {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-xl);
  }
}

.two-col--reverse .two-col-media {
  order: -1;
}

@media (min-width: 768px) {
  .two-col--reverse .two-col-media {
    order: 1;
  }
}

.two-col-media img {
  border-radius: var(--radius);
  width: 100%;
}

.steps {
  display: grid;
  gap: var(--space-md);
  counter-reset: step;
}

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

.step {
  text-align: center;
  padding: var(--space-md);
  counter-increment: step;
  background: transparent;
  border: 0;
}

.step::before {
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto var(--space-sm);
  background: var(--souary-orange);
  color: var(--souary-black);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 50%;
}

.cta-band {
  background: linear-gradient(135deg, var(--souary-orange-tint) 0%, #fff 100%);
  padding: var(--space-xl) 0;
  text-align: center;
}

.cta-band h2 {
  margin-bottom: var(--space-sm);
}

.cta-band p {
  max-width: 480px;
  margin: 0 auto var(--space-md);
}

.cta-band .btn {
  margin: 0 auto;
}

.cta-band.cta-band--studio {
  background: linear-gradient(135deg, var(--souary-blue-tint) 0%, #fff 100%);
}

.pack-card {
  background: #fff;
  border-radius: var(--radius);
  padding: var(--space-lg);
  box-shadow: var(--shadow-card);
  border-top: 4px solid var(--souary-orange);
  text-align: center;
  transition: var(--transition);
}

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

.pack-card h3 {
  font-size: 1.25rem;
  margin-bottom: var(--space-sm);
}

.pack-card .price {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--souary-orange);
  margin-bottom: var(--space-sm);
}

.pack-card .price small {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--souary-charcoal);
}

.pack-card ul {
  text-align: left;
  margin-bottom: var(--space-md);
}

body.rtl.souary-eclat-site .pack-card ul {
  text-align: right;
}

.pack-card ul li {
  padding: 6px 0 6px 24px;
  position: relative;
  font-size: 0.9375rem;
}

body.rtl.souary-eclat-site .pack-card ul li {
  padding-left: 0;
  padding-right: 24px;
}

.pack-card ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--souary-orange);
  font-weight: 700;
}

body.rtl.souary-eclat-site .pack-card ul li::before {
  left: auto;
  right: 0;
}

.feature-list li {
  padding: var(--space-xs) 0  var(--space-xs) 28px;
  position: relative;
  font-size: 0.9375rem;
}

body.rtl.souary-eclat-site .feature-list li {
  padding-left: 0;
  padding-right: 28px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--souary-orange);
}

body.rtl.souary-eclat-site .feature-list li::before {
  left: auto;
  right: 0;
}

.service-list li::before {
  content: "\25B6";
}

body.rtl.souary-eclat-site .service-list li::before {
  content: "\25C0";
}

.legal-content li::before {
  content: "\2013";
}

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

.text-orange {
  color: var(--souary-orange);
}

.text-blue {
  color: var(--souary-blue);
}

.bg-orange-tint {
  background: var(--souary-orange-tint);
}

.bg-blue-tint {
  background: var(--souary-blue-tint);
}

.mt-0 {
  margin-top: 0;
}

.mt-md {
  margin-top: var(--space-md);
}

.mt-lg {
  margin-top: var(--space-lg);
}

.mb-0 {
  margin-bottom: 0;
}

.mb-md {
  margin-bottom: var(--space-md);
}

.mb-lg {
  margin-bottom: var(--space-lg);
}
