@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;900&display=swap);

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background-color: transparent;
  color: #f5c842;
}

:focus {
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Cairo", sans-serif;
  background-color: #f5f5f5;
  direction: ltr;
}

body.loading {
  overflow: hidden;
}

.preloader,
.split-overlay,
.tags-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}

.preloader,
.split-overlay {
  background-color: #fff;
  color: #000;
}

.preloader,
.tags-overlay {
  z-index: 100;
}

.split-overlay {
  z-index: 99;
  clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
}

.tags-overlay {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.intro-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.intro-title h1 {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: clamp(3.5rem, 12vw, 10rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -3px;
  white-space: nowrap;
}

.exclamation {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Inter", sans-serif;
  font-size: clamp(3.5rem, 12vw, 10rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -3px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.anim-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(300px, 50vw);
  height: auto;
  object-fit: contain;
  opacity: 0;
}

.tag {
  position: absolute;
  width: max-content;
  color: #5a5a5a;
  overflow: hidden;
  z-index: 101;
}

.tag p {
  text-transform: uppercase;
  font-family: "Cairo", sans-serif;
  font-size: clamp(11px, 2vw, 13px);
  font-weight: 500;
}

.tag-1 {
  top: 15%;
  left: 15%;
}

.tag-2 {
  bottom: 15%;
  left: 25%;
}

.tag-3 {
  bottom: 30%;
  right: 15%;
}

.char {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 5px 15px;
  margin: -5px -15px;
}

.char span {
  position: relative;
  display: inline-block;
  transform: translateY(100%);
  will-change: transform;
}

.word {
  display: inline-block;
  white-space: nowrap;
}

.page-wrapper {
  position: relative;
  width: 100%;
  z-index: 10;
  clip-path: polygon(0 48%, 0 48%, 0 52%, 0 52%);
}

.page-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 80px 60px;
  gap: 40px;
  position: relative;
}

#products-section {
  position: relative;
  z-index: 2;
  background-color: #f5f5f5;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}

#about-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 1;
  overflow: hidden;
  justify-content: center;
  gap: 120px;
}

.about-spacer {
  height: 100vh;
  width: 100%;
}

.hero-title-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
}

#about-section .hero-title-side,
#about-section .about-card-wrapper {
  transform: translateY(-50px);
}

.hero-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Cairo", sans-serif;
  color: #aaa;
  margin-bottom: 20px;
  opacity: 0;
}

.hero-title {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 1.3;
  color: #111;
  text-transform: uppercase;
}

.hero-title .line {
  display: block;
  overflow: hidden;
  padding: 10px 15px 20px;
  margin: -10px -15px -20px;
}

.hero-title .line span {
  display: block;
  transform: translateY(110%);
}

.hero-subtitle {
  margin-top: 28px;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-family: "Cairo", sans-serif;
  color: #777;
  font-weight: 400;
  line-height: 1.7;
  max-width: 400px;
  opacity: 0;
}

.hero-divider {
  width: 60px;
  height: 3px;
  background: #111;
  margin-top: 36px;
  border-radius: 2px;
  transform-origin: left center;
  transform: scaleX(0);
}

.hero-dot-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  opacity: 0;
}

.hero-dot-line .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #111;
}

.hero-dot-line .progress-track {
  width: 100px;
  height: 2px;
  background: #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.hero-dot-line .progress-fill {
  height: 100%;
  width: 0%;
  background: #111;
  border-radius: 2px;
  transition: width 0.4s ease;
}

.hero-dot-line .count-text {
  font-size: 0.8rem;
  font-family: "Cairo", sans-serif;
  color: #aaa;
  letter-spacing: 2px;
}

#hero-section {
  position: relative;
  z-index: 3;
  background: #f8f9fa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
  height: 100vh;
  min-height: 800px;
}

.hero-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.hero-nav-logo {
  opacity: 0;
  margin-left: -30px;
}

.hero-nav-logo img {
  height: 150px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

.hero-nav-socials {
  display: flex;
  gap: 25px;
}

.hero-social-link {
  color: #111;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-decoration: none;
}

.hero-social-link:hover {
  transform: translateY(-5px);
  color: #f5c842;
}

.lang-switch {
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
  text-decoration: none;
  font-family: inherit;
}

.lang-switch:hover {
  background: #f5c842;
  color: #fff !important;
  border-color: #f5c842;
}

.hero-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40vw;
  font-weight: 950;
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.03);
  z-index: 0;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  opacity: 0;
}

.main-hero-text {
  flex: 1;
  max-width: 600px;
  z-index: 10;
}

.hero-tag-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 8px 20px;
  border-radius: 100px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 32px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  opacity: 0;
}

.hero-tag-dot {
  width: 8px;
  height: 8px;
  background: #f5c842;
  border-radius: 50%;
  box-shadow: 0 0 10px #f5c842;
}

.hero-tag {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.main-hero-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(3.5rem, 12vw, 10rem);
  font-weight: 900;
  line-height: 1;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: -3px;
}

.main-hero-title .line {
  display: block;
  overflow: hidden;
  padding: 5px 15px;
  margin: 0 -15px;
}

.main-hero-title .line span {
  display: block;
  transform: translateY(110%);
}

.main-hero-subtitle {
  font-family: "Cairo", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  color: #666;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 1px;
  opacity: 0;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.hero-btn {
  font-family: "Cairo", sans-serif;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 18px 38px;
  border-radius: 16px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
}

.hero-btn.primary-btn {
  background: #111;
  color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.hero-btn.primary-btn:hover {
  transform: scale(1.05) translateY(-2px);
  background: #f5c842;
  color: #111;
  box-shadow: 0 20px 40px rgba(245, 200, 66, 0.25);
}

.main-hero-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.hero-glow-sphere {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle,
      rgba(203, 127, 24, 0.5) 0%,
      transparent 75%);
  z-index: 1;
  filter: blur(50px);
  opacity: 0;
}

.hero-glass-card {
  position: relative;
  z-index: 5;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  padding: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.hero-main-img {
  width: 100%;
  max-width: 550px;
  object-fit: contain;
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.35));
  transition: transform 0.5s ease;
}

.product-card-wrapper {
  flex-shrink: 0;
  width: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.product-card {
  background: #8b0000;
  border-radius: 36px;
  width: 100%;
  box-shadow: 0 60px 120px rgba(0, 0, 0, 0.2),
    0 20px 40px rgba(0, 0, 0, 0.12);
  transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: white;
  position: relative;
}

.product-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 520px;
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product-image img {
  max-width: 85%;
  width: 360px;
  height: auto;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.55));
  object-fit: contain;
  transition: transform 0.1s ease;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: white;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.nav-arrow.arrow-left {
  left: 18px;
}

.nav-arrow.arrow-right {
  right: 18px;
}

.nav-arrow:hover {
  transform: translateY(-50%) scale(1.15);
}

.nav-arrow:active {
  transform: translateY(-50%) scale(0.93);
}

.section-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-44%, -40%);
  min-width: 100%;
  min-height: 100%;
  scale: 1.2;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: -2;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

#about-section .hero-label {
  color: #f5c842;
}

#about-section .hero-title {
  color: #fff;
}

#about-section .hero-subtitle {
  color: rgba(255, 255, 255, 0.85);
}

#about-section .hero-divider {
  background: #f5c842;
}

.about-card-wrapper {
  flex-shrink: 0;
  width: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.about-card {
  background: rgba(17, 17, 17, 0.35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 36px;
  width: 100%;
  box-shadow: 0 60px 120px rgba(0, 0, 0, 0.4),
    0 20px 40px rgba(0, 0, 0, 0.2);
  color: white;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

.about-card-inner {
  padding: 52px 44px;
  position: relative;
  z-index: 2;
}

.about-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 32px;
  font-size: 1.8rem;
  opacity: 0;
  transform: scale(0.6) rotate(-15deg);
}

.about-stats {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.stat-pill {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 14px 20px;
  min-width: 90px;
  opacity: 0;
}

.stat-number {
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Cairo", sans-serif;
  color: #f5c842;
  line-height: 1;
}

.stat-label {
  font-size: 0.68rem;
  font-weight: 500;
  font-family: "Cairo", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 5px;
}

.about-body {
  font-size: 0.95rem;
  line-height: 1.85;
  font-family: "Cairo", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
  opacity: 0;
}

.about-body strong {
  font-family: "Cairo", sans-serif;
}

.about-tagline {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Cairo", sans-serif;
  color: #f5c842;
  letter-spacing: 0.5px;
  opacity: 0;
}

.card-sep {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 28px 0;
  transform-origin: left;
  transform: scaleX(0);
}

#recipe-section {
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding: 100px 80px 100px;
  gap: 0;
  min-height: 100vh;
  overflow: hidden;
}

#recipe-section ::selection {
  background-color: transparent;
  color: #bf8f00;
}

.recipe-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-color: #f5c842;
  z-index: -1;
  border-top-left-radius: 48px;
}

.recipe-header {
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recipe-badge {
  position: relative;
  padding: 10px 0;
  margin-bottom: 12px;
}

.recipe-badge h2 {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.badge-circle {
  border: 4px solid #111;
  padding: 8px 18px;
  border-radius: 100px;
  display: block;
  transform: rotate(-10deg);
}

[dir="rtl"] .promise-list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
}

[dir="rtl"] .promise-list li svg {
  order: 2;
}

[dir="rtl"] .promise-list li span {
  order: 1;
}

.recipe-sub {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  color: #000000;
  max-width: 600px;
}

.recipe-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex: 1;
}

.recipe-image-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.recipe-image-side img {
  width: 100%;
  max-width: 550px;
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.35));
  transform: rotate(-10deg) translateX(-40px);
  position: relative;
  z-index: 10;
}

.recipe-text-side {
  flex: 1;
  padding-left: 80px;
  max-width: 600px;
}

.recipe-tag {
  font-family: "Cairo", sans-serif;
  font-size: 1.8rem;
  color: #000000;
  font-weight: 600;
  display: block;
}

.recipe-divider {
  width: 45px;
  height: 4px;
  background-color: #111;
  margin: 15px 0 25px;
}

.recipe-title {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #111;
  line-height: 1.4;
  margin-bottom: 40px;
  max-width: 500px;
}

.recipe-desc {
  font-family: "Cairo", sans-serif;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 50px;
  max-width: 550px;
}

.site-footer {
  position: relative;
  z-index: 4;
  background-color: #111;
  color: #fff;
  padding: 80px 80px 40px;
  overflow: hidden;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 60px;
}

.footer-col {
  flex: 1;
}

.footer-brand {
  max-width: 400px;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 24px;
  flex-wrap: nowrap;
}

.footer-logo-text {
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -1px;
  white-space: nowrap;
}

.footer-logo img {
  height: 120px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 15px rgba(245, 200, 66, 0.3));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-logo img:hover {
  transform: scale(1.05) rotate(-2deg);
  filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 20px rgba(245, 200, 66, 0.5));
}

.footer-desc {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  color: #aaa;
  line-height: 1.8;
  margin-bottom: 30px;
}

.footer-socials {
  display: flex;
  gap: 16px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.social-link:hover {
  background: #f5c842;
  color: #111;
  transform: translateY(-5px);
  border-color: #f5c842;
}

.footer-links {
  max-width: 250px;
}

.footer-title {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-promise {
  max-width: 250px;
}

.promise-desc {
  font-family: "Cairo", sans-serif;
  font-size: 0.95rem;
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 20px;
}

.promise-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.promise-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Cairo", sans-serif;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
}

.promise-list li svg {
  flex-shrink: 0;
}

.footer-newsletter {
  max-width: 400px;
}

.footer-newsletter p {
  font-family: "Cairo", sans-serif;
  color: #aaa;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  position: relative;
}

.newsletter-form input {
  flex: 1;
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.newsletter-form input:focus {
  border-color: #f5c842;
}

.newsletter-form button {
  padding: 0 24px;
  border-radius: 12px;
  background: #f5c842;
  color: #111;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background: #fff;
  transform: translateY(-2px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 30px auto 0;
  padding: 0;
}

.footer-bottom p {
  font-family: "Cairo", sans-serif;
  color: #777;
  font-size: 0.9rem;
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
}

.footer-bottom-links a {
  font-family: "Cairo", sans-serif;
  color: #777;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #fff;
}

.footer-social-links {
  justify-content: center;
}

@media (max-width: 1200px) {
  #hero-section {
    padding: 0 5%;
  }
}

@media (max-width: 1100px) {
  #recipe-section {
    padding: 100px 40px 60px;
  }

  .recipe-text-side {
    padding-left: 40px;
  }

  .recipe-bg-shape {
    width: 40%;
  }

  .page-section {
    padding: 100px 40px 60px;
  }

  .product-card-wrapper,
  .about-card-wrapper {
    width: 420px;
  }

  .hero-title {
    font-size: clamp(2.6rem, 6vw, 5rem);
  }

  .site-footer {
    padding: 80px 40px 40px;
  }

  .footer-container {
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer-brand {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 1024px) {
  .hero-glass-card {
    padding: 40px;
  }

  .hero-main-img {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .hero-nav {
    padding: 20px 24px;
  }

  .hero-nav-logo img {
    height: 100px;
  }

  .hero-nav-socials {
    gap: 15px;
  }

  .tag-1 {
    top: 10%;
    left: 10%;
  }

  .tag-2 {
    bottom: 10%;
    left: 15%;
  }

  .tag-3 {
    bottom: 20%;
    right: 10%;
  }

  #hero-section {
    flex-direction: column-reverse;
    text-align: center;
    padding: 120px 24px 60px;
    height: auto;
    gap: 60px;
  }

  .main-hero-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-hero-title {
    font-size: clamp(3.2rem, 15vw, 4.5rem);
    letter-spacing: -2px;
    line-height: 1.05;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
  }

  .main-hero-visual {
    width: 100%;
    height: 450px;
  }

  .hero-glow-sphere {
    width: 300px;
    height: 300px;
  }

  .hero-bg-text {
    font-size: 60vw;
    opacity: 0.05;
  }

  #recipe-section {
    padding: 90px 24px 60px;
  }

  .recipe-content {
    flex-direction: column;
    text-align: center;
  }

  .recipe-bg-shape {
    width: 100%;
    height: 380px;
    border-top-right-radius: 48px;
  }

  .recipe-text-side {
    padding-left: 0;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .recipe-divider {
    margin: 16px auto 24px;
  }

  .recipe-image-side img {
    max-width: 320px;
    transform: rotate(-10deg) translateX(0);
  }

  .page-section {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 90px 24px 40px;
  }

  #about-section.page-section {
    flex-direction: column;
    gap: 20px;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  #about-section .hero-title {
    font-size: clamp(2.4rem, 10vw, 3rem);
  }

  #about-section .hero-subtitle {
    margin-top: 15px;
    font-size: 0.85rem;
    line-height: 1.4;
  }

  .hero-title-side {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .hero-subtitle {
    max-width: 100%;
  }

  .hero-dot-line {
    justify-content: center;
  }

  .hero-divider {
    margin: 36px auto 0;
  }

  #about-section .hero-divider {
    margin: 15px auto 0;
  }

  .product-card-wrapper,
  .about-card-wrapper {
    width: 100%;
    max-width: 440px;
    align-items: center;
  }

  .about-card-wrapper {
    margin-top: -50px;
  }

  .product-content {
    min-height: 380px;
  }

  .product-image img {
    width: 280px;
  }

  .nav-arrow {
    width: 42px;
    height: 42px;
    font-size: 1rem;
    background: transparent;
  }

  .nav-arrow.arrow-left {
    left: 12px;
  }

  .nav-arrow.arrow-right {
    right: 12px;
  }

  .about-card-inner {
    padding: 24px 20px;
  }

  .about-stats {
    justify-content: center;
    margin-bottom: 32px;
  }

  .card-sep {
    margin: 15px 0;
  }

  .about-body {
    margin-bottom: 20px;
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .about-tagline {
    font-size: 0.85rem;
  }

  .stat-pill {
    padding: 10px 14px;
    min-width: 70px;
  }

  .stat-number {
    font-size: 1.3rem;
  }

  .site-footer {
    padding: 60px 24px 30px;
  }

  .footer-container {
    flex-direction: column;
    gap: 40px;
  }

  .footer-col {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-brand {
    align-items: center;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer-socials {
    justify-content: center;
    width: 100%;
  }

  .promise-list li {
    justify-content: center;
  }

  .newsletter-form {
    flex-direction: column;
    width: 100%;
  }

  .newsletter-form button {
    padding: 16px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .intro-title h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
    letter-spacing: -2px;
  }

  .exclamation {
    font-size: clamp(2.8rem, 14vw, 4rem);
    letter-spacing: -2px;
  }

  .anim-logo {
    width: min(200px, 40vw);
  }
}

@media (max-width: 480px) {
  .page-section {
    padding: 80px 16px 30px;
    gap: 30px;
  }

  #about-section.page-section {
    gap: 15px;
    padding-top: 60px;
    padding-bottom: 15px;
  }

  .about-spacer {
    height: 135vh;
  }

  .product-card-wrapper,
  .about-card-wrapper {
    max-width: 100%;
  }

  .product-content {
    min-height: 320px;
  }

  .product-image img {
    width: 220px;
  }

  .nav-arrow {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }

  .about-card-inner {
    padding: 20px 16px;
  }

  .about-stats {
    gap: 10px;
    margin-bottom: 32px;
  }

  .stat-pill {
    padding: 8px 12px;
    min-width: 60px;
  }

  .stat-number {
    font-size: 1.1rem;
  }
}

@media (min-width: 1400px) {
  .page-section {
    padding: 110px 120px 60px;
  }

  .product-card-wrapper,
  .about-card-wrapper {
    width: 540px;
  }

  .product-content {
    min-height: 580px;
  }

  .product-image img {
    width: 420px;
  }
}

html[dir="rtl"],
body[dir="rtl"] {
  direction: rtl;
  text-align: right;
  font-family: "Cairo", sans-serif;
}

[dir="rtl"] .hero-nav {
  direction: ltr;
  padding-top: 5px;
}

[dir="rtl"] #hero-section {
  flex-direction: row-reverse;
}

[dir="rtl"] .hero-buttons {
  justify-content: center;
  width: 100%;
}

[dir="rtl"] .lang-switch {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
}

[dir="rtl"] .main-hero-text {
  text-align: center;
}

[dir="rtl"] .main-hero-title {
  text-align: center;
  letter-spacing: 0;
}

[dir="rtl"] .main-hero-subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

[dir="rtl"] .hero-btn {
  flex-direction: row-reverse;
}

[dir="rtl"] .hero-btn svg {
  transform: scaleX(-1);
}

[dir="rtl"] #products-section,
[dir="rtl"] #about-section {
  flex-direction: row-reverse;
}

[dir="rtl"] #products-section .hero-subtitle,
[dir="rtl"] #products-section .hero-dot-line,
[dir="rtl"] #about-section .hero-subtitle,
[dir="rtl"] #about-section .hero-divider {
  align-self: flex-end;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
}

[dir="rtl"] .product-card-wrapper,
[dir="rtl"] .about-card-wrapper {
  align-items: flex-start;
}

[dir="rtl"] .nav-arrow.arrow-left {
  right: 18px;
  left: auto;
}

[dir="rtl"] .nav-arrow.arrow-right {
  left: 18px;
  right: auto;
}

@media (max-width: 768px) {
  [dir="rtl"] .nav-arrow.arrow-left {
    right: 12px;
  }

  [dir="rtl"] .nav-arrow.arrow-right {
    left: 12px;
  }

  [dir="rtl"] .product-card-wrapper,
  [dir="rtl"] .about-card-wrapper {
    align-items: center;
  }
}

[dir="rtl"] .card-sep {
  transform-origin: center;
}

[dir="rtl"] .about-card-inner {
  text-align: center;
}

[dir="rtl"] .about-body,
[dir="rtl"] .about-tagline {
  text-align: center;
}

[dir="rtl"] .recipe-bg-shape {
  left: auto;
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 48px;
}

[dir="rtl"] .recipe-badge h2 {
  flex-direction: row-reverse;
}

[dir="rtl"] .recipe-divider {
  margin: 15px 0 25px auto;
}

[dir="rtl"] .footer-logo {
  justify-content: flex-start;
}

[dir="rtl"] .promise-list li {
  padding-right: 0;
}

[dir="rtl"] .newsletter-form input {
  padding-right: 20px;
  padding-left: 120px;
}

[dir="rtl"] .newsletter-form button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  [dir="rtl"] #hero-section {
    flex-direction: column-reverse;
  }

  [dir="rtl"] #products-section,
  [dir="rtl"] #about-section {
    flex-direction: column-reverse;
  }

  [dir="rtl"] #about-section.page-section {
    flex-direction: column;
  }

  [dir="rtl"] #products-section .hero-subtitle,
  [dir="rtl"] #products-section .hero-dot-line,
  [dir="rtl"] #about-section .hero-subtitle,
  [dir="rtl"] #about-section .hero-divider {
    align-self: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  [dir="rtl"] .hero-buttons {
    justify-content: center;
  }

  [dir="rtl"] .recipe-divider {
    margin: 16px auto 24px auto;
  }

  [dir="rtl"] .recipe-bg-shape {
    border-top-right-radius: 48px;
    border-top-left-radius: 48px;
  }
}