/* Modern Landing Page Design - World Class */

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* SEO: Focus on performance and accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Heebo", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.7;
  color: #2d3748;
  direction: rtl;
  text-align: right;
  background: rgba(240, 245, 254, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 82px 0 0 0;
  overflow-x: hidden;
  width: 100%;
}

/* Top section background wrapper */
.top-section-bg {
  background: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.4)
    ),
    url("images/background.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  z-index: 1;
  contain: none;
  isolation: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (min-width: 969px) {
  .hero .container {
    max-width: none;
    width: 100%;
    padding: 0 40px;
  }
}

/* Modern Header */
.header {
  padding: 6px 0;
  background: rgba(235, 242, 253, 0.4);
  backdrop-filter: blur(20px) saturate(180%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  border-bottom: 1px solid rgba(195, 207, 226, 0.3);
  box-shadow: 0 2px 20px rgba(195, 207, 226, 0.2);
  transition: all 0.3s ease;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  height: 70px;
  max-width: 170px;
  width: auto;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px;
}

.header-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
  background: rgba(255, 255, 255, 0.15);
}

.header-title {
  font-size: 28px;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
  background: linear-gradient(135deg, #2c5530 0%, #1a365d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
}

.header-btn {
  background: linear-gradient(135deg, #2c5530 0%, #1a365d 100%);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(44, 85, 48, 0.4);
  letter-spacing: 0.5px;
}

.header-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(44, 85, 48, 0.6);
}

/* Hero Section - Modern & Bold */
.hero {
  padding: 20px 0 20px;
  background: transparent;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}

.hero-title-section {
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 20px 20px 0px 20px;
  margin: 0 auto 0px auto;
  max-width: 1000px;
}

@media (max-width: 768px) {
  .hero-title-section {
    padding: 15px 15px 0px 15px;
  }
}

/* Desktop Layout */
@media (min-width: 769px) {
  .hero-content {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* הסתר את הטקסט הנפרד במחשב */
  .hero-features {
    display: none;
  }

  /* כרטיס הספר יהיה הכל */
  .book-features {
    width: 100%;
    max-width: 1000px;
  }

  /* חלקה את הכרטיס פנימית */
  .book-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }

  .book-text-section {
    padding-top: 40px;
  }

  /* הסתר את הטקסטים מתוך הכרטיס במובייל */
  .book-text-section {
    display: block;
  }

  .mobile-only {
    display: none;
  }
}

/* Mobile ו-Tablet */
.hero-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 2;
  padding: 20px 0;
  max-width: 1000px;
  margin: 0 auto;
}

/* Mobile Layout */
@media (max-width: 768px) {
  /* הציג את הטקסט הנפרד במובייל */
  .hero-features {
    display: block;
  }

  /* הסתר את wrapper הפנימי במובייל */
  .book-content-wrapper {
    display: block;
  }

  /* הסתר את הטקסטים מתוך הכרטיס במובייל */
  .book-text-section {
    display: none;
  }

  /* הסתר את badge מתוך hero-book-section במובייל */
  .hero-book-section .book-edition-container {
    display: none;
  }

  /* הציג את הרשימה הנפרדת במובייל */
  .mobile-only {
    display: block;
  }

  /* קטן רווח למובייל */
  .mobile-only.book-edition-container {
    margin-bottom: 25px;
  }

  /* הסתר את ה-subtitle של הדסקטופ במובייל */
  .hero-book-section .book-subtitle {
    display: none;
  }
}

.hero-features-inside {
  font-size: clamp(15px, 2.2vw, 17px);
  color: #2d3748;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  font-family: "Assistant", sans-serif;
  margin-bottom: 25px;
}

.hero-features-card {
  font-size: clamp(15px, 2.2vw, 17px);
  color: #2d3748;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  font-family: "Assistant", sans-serif;
  margin-bottom: 35px;
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 12px;
  border: 1px solid rgba(44, 85, 48, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.hero-book-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 350px;
  margin: 30px auto;
  position: relative;
}

@media (min-width: 969px) {
  .hero-book-section {
    margin: 40px auto;
    max-width: 280px;
  }
}

@media (max-width: 768px) {
  .hero-book-section {
    max-width: 300px;
    margin: 20px auto;
  }

  .book-actions {
    flex-direction: row;
    gap: 12px;
  }

  .book-price {
    font-size: 16px;
    padding: 8px 14px;
  }

  .book-order-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg) scale(0.8);
    opacity: 0.4;
  }
  33% {
    transform: translateY(-15px) rotate(120deg) scale(1);
    opacity: 0.7;
  }
  66% {
    transform: translateY(-8px) rotate(240deg) scale(0.9);
    opacity: 0.8;
  }
}

/* Enhanced Hero Title */
.hero-title {
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 800;
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1.2;
  margin-bottom: 12px;
  text-align: center;
  position: relative;
  background: linear-gradient(
    135deg,
    #1a365d 0%,
    #2c5530 30%,
    #d4af37 50%,
    #2c5530 70%,
    #1a365d 100%
  );
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: subtleFlow 12s ease-in-out infinite;
  text-shadow: none;
  letter-spacing: -0.5px;
  white-space: nowrap;
  overflow: hidden;
}

@keyframes subtleFlow {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.hero-description {
  font-size: clamp(16px, 2.5vw, 20px);
  color: #2d3748;
  margin-bottom: 15px;
  line-height: 1.6;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  opacity: 0.9;
}

.hero-subtitle {
  font-size: clamp(16px, 2.5vw, 21px);
  color: #2c5530;
  margin-bottom: 15px;
  line-height: 1.7;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-family: "Assistant", sans-serif;
  text-align: center;
  position: relative;
  padding: 0 20px;
}

.hero-subtitle::before,
.hero-subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  transform: translateY(-50%);
}

.hero-subtitle::before {
  left: -60px;
}
.hero-subtitle::after {
  right: -60px;
}

@media (max-width: 768px) {
  .hero-subtitle::before {
    left: -35px;
    width: 25px;
  }
  .hero-subtitle::after {
    right: -35px;
    width: 25px;
  }
}

.hero-edition {
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 600;
  color: #2c5530;
  background: rgba(44, 85, 48, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 0;
  border: 1px solid rgba(44, 85, 48, 0.2);
  font-family: "Rubik", sans-serif;
}

/* Book Edition Badge Container */
.book-edition-container {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 5px;
}

/* Book Edition Badge - Above Book Image */
.book-edition {
  font-size: 12px;
  font-weight: 600;
  color: #2c5530;
  background: rgba(44, 85, 48, 0.1);
  padding: 6px 12px;
  border-radius: 12px;
  display: inline-block;
  border: 1px solid rgba(44, 85, 48, 0.2);
  font-family: "Assistant", sans-serif;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(44, 85, 48, 0.1);
}

.hero-features {
  font-size: clamp(15px, 2.2vw, 17px);
  color: #2d3748;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.95),
    rgba(248, 250, 252, 0.9)
  );
  padding: 30px 25px;
  border-radius: 20px;
  border: 1px solid rgba(44, 85, 48, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 4px 15px rgba(44, 85, 48, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  position: relative;
  font-family: "Assistant", sans-serif;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.hero-features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(44, 85, 48, 0.3) 20%,
    rgba(212, 175, 55, 0.6) 50%,
    rgba(44, 85, 48, 0.3) 80%,
    transparent 100%
  );
  z-index: 1;
}

.hero-features::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.03),
    transparent
  );
  animation: shimmer 8s infinite linear;
  pointer-events: none;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

.underlined-text {
  text-decoration: underline;
  text-decoration-color: #d4af37;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}

/* Book Section - 3D Modern */
.hero-book-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
}

.hero-book-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(
    circle,
    rgba(44, 85, 48, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: -1;
}

.hero-book-section {
  position: relative;
}

.hero-book-section::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(200px, 30vw, 400px);
  height: clamp(20px, 3vw, 40px);
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: -1;
  filter: blur(8px);
  animation: shadowPulse 3s ease-in-out infinite alternate;
}

@keyframes shadowPulse {
  0% {
    transform: translateX(-50%) scale(0.9);
    opacity: 0.6;
  }
  100% {
    transform: translateX(-50%) scale(1.1);
    opacity: 0.8;
  }
}

.book-image {
  width: 150%;
  max-width: none;
  height: auto;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.25))
    drop-shadow(0 10px 20px rgba(44, 85, 48, 0.1));
  transform: scale(1.5);
  position: relative;
  z-index: 2;
}

.book-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
  z-index: 3;
  position: relative;
}

.book-price {
  font-size: 18px;
  font-weight: 600;
  color: #2d3748;
  font-family: "Rubik", sans-serif;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  padding: 10px 18px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.book-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #2c5530, #1a365d);
}

.book-order-btn {
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
  color: white;
  border: none;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Rubik", sans-serif;
  box-shadow: 0 3px 12px rgba(74, 85, 104, 0.3);
  position: relative;
  overflow: hidden;
}

.book-order-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.book-order-btn:hover::before {
  left: 100%;
}

.book-order-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(74, 85, 104, 0.4);
}

.cta-button {
  background: white;
  color: #2c5530;
  border: 1px solid #2c5530;
  padding: 18px 48px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 30px rgba(44, 85, 48, 0.3);
  width: 100%;
  max-width: 320px;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button:hover {
  transform: translateY(-3px) scale(1.05);
  background: #2c5530;
  color: white;
  box-shadow: 0 15px 40px rgba(44, 85, 48, 0.5);
}

/* Book Features */
.book-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  padding: 30px 25px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.95),
    rgba(248, 250, 252, 0.9)
  );
  border-radius: 20px;
  border: 1px solid rgba(44, 85, 48, 0.15);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 4px 15px rgba(44, 85, 48, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.book-features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(44, 85, 48, 0.3) 20%,
    rgba(212, 175, 55, 0.6) 50%,
    rgba(44, 85, 48, 0.3) 80%,
    transparent 100%
  );
  z-index: 1;
}

.book-features::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.03),
    transparent
  );
  animation: shimmer 8s infinite linear;
  pointer-events: none;
}

.book-features-title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Frank Ruhl Libre", serif;
  color: #4a5568;
  margin-bottom: 12px;
  text-align: center;
  position: relative;
}

.book-features-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #2c5530;
  border-radius: 1px;
}

.book-announcement {
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
  color: white;
  border: none;
  padding: 16px 22px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  font-family: "Assistant", sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(74, 85, 104, 0.3);
}

.book-announcement::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  animation: shimmer 3s infinite;
}

.book-announcement:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(74, 85, 104, 0.4);
}

.book-announcement:hover::before {
  left: 100%;
}

.book-announcement p {
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  font-family: "Assistant", sans-serif;
  position: relative;
  z-index: 1;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.book-subtitle {
  color: #2d3748;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 6px;
  margin-bottom: 35px;
  text-align: center;
  font-family: "Assistant", sans-serif;
}

.book-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  direction: rtl;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}

.book-features-list li {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 400;
  position: relative;
  padding-right: 20px;
  transition: color 0.2s ease;
  text-align: center;
  list-style: none;
  direction: rtl;
  display: block;
  font-family: "Assistant", sans-serif;
}

.book-features-list li:hover {
  color: #2c5530;
}

.book-features-list li::before {
  content: "• ";
  color: #2c5530;
  font-weight: bold;
  font-size: 16px;
  margin-left: 5px;
}

/* Samples Section - Elegant Book Preview */
.samples {
  padding: 80px 0 80px 0;
  background: linear-gradient(135deg, #374151 0%, #4b5563 50%, #374151 100%);
  position: static;
  contain: none;
  isolation: auto;
  min-height: 200px;
}

/* .samples::before removed to fix sticky header issue */

/* .samples::after removed to fix sticky header issue */

.samples-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.samples-header::before {
  content: "📖";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  opacity: 0.8;
}

.samples-header .section-title {
  font-size: clamp(32px, 5vw, 42px);
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}

.samples-header .section-description {
  font-size: clamp(16px, 3vw, 20px);
  max-width: 700px;
  margin: 0 auto;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  color: #e2e8f0;
  line-height: 1.6;
  padding: 0 20px;
}

.carousel-container {
  max-width: none;
  margin: 0;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  z-index: 1;
}

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: none;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  direction: ltr;
}

.carousel-item {
  min-width: 100%;
  flex-shrink: 0;
}

.sample-card {
  width: 100%;
  height: 700px;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sample-image {
  width: 120%;
  height: 120%;
  object-fit: contain;
  background: #f8f9fa;
  transition: transform 0.3s ease;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  color: #2c5530;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.carousel-btn:hover {
  background: #2c5530;
  color: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 25px rgba(44, 85, 48, 0.3);
}

.carousel-prev {
  right: 16px;
}

.carousel-next {
  left: 16px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 25px;
  padding-bottom: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #cbd5e0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #2c5530;
  transform: scale(1.2);
  box-shadow: 0 0 0 4px rgba(44, 85, 48, 0.2);
}

.dot:hover {
  background: #9ca3af;
}

/* Publication Info - Modern Gradient */
.publication-info {
  padding: 40px 0;
  background: linear-gradient(135deg, #2c5530 0%, #1a365d 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.publication-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.publication-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.publication-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  font-family: "Frank Ruhl Libre", serif;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.publication-description {
  font-size: 20px;
  margin-bottom: 48px;
  opacity: 0.9;
  line-height: 1.6;
}

.publication-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 25px;
}

.publication-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.publication-feature:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.feature-emoji {
  font-size: 24px;
}

/* Contact Section - Modern Unified Design */
.contact {
  background: linear-gradient(135deg, #2c5530 0%, #1a365d 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
}

.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><defs><pattern id='grain' width='100' height='100' patternUnits='userSpaceOnUse'><circle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.03)'/><circle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.03)'/><circle cx='50' cy='10' r='1' fill='rgba(255,255,255,0.02)'/></pattern></defs><rect width='100' height='100' fill='url(%23grain)'/></svg>");
  opacity: 0.5;
  pointer-events: none;
}

.contact-title {
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.contact-description {
  font-size: 20px;
  margin-bottom: 48px;
  color: #a0a0a0;
  line-height: 1.6;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.btn {
  padding: 18px 36px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 200px;
  letter-spacing: 0.5px;
}

.btn-primary {
  background: linear-gradient(135deg, #2c5530 0%, #1a365d 100%);
  color: white;
  box-shadow: 0 8px 30px rgba(44, 85, 48, 0.4);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(44, 85, 48, 0.6);
}

.btn-secondary {
  background: transparent;
  color: #2c5530;
  border: 2px solid #2c5530;
}

.btn-secondary:hover {
  background: #2c5530;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(44, 85, 48, 0.4);
}

.btn-tertiary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-tertiary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

/* Payment Info */
.payment-info {
  margin-top: 40px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.payment-title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}

.payment-number {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Courier New", monospace;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: all;
}

.bit-payment-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #00d4ff 0%, #009ac7 100%);
  color: white;
  font-size: 20px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  padding: 18px 32px;
  border-radius: 50px;
  text-decoration: none;
  margin: 20px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.bit-payment-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 212, 255, 0.6);
  background: linear-gradient(135deg, #00e1ff 0%, #00a5d6 100%);
}

.bit-icon {
  font-size: 22px;
}

.phone-display {
  font-size: 24px;
  color: #2d3748 !important;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  margin: 15px 0 10px 0;
  text-align: center;
  letter-spacing: 1px;
  user-select: all;
  cursor: pointer;
}

/* About Us Section */
.about-us {
  padding: 60px 0;
  background: linear-gradient(135deg, #f0f2f5 0%, #e1e7ed 50%, #d1dae4 100%);
  position: relative;
}

.about-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(44, 85, 48, 0.3),
    transparent
  );
}

.about-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.about-header {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.about-header .section-title {
  font-family: "Frank Ruhl Libre", serif;
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 600;
  color: #2c5530;
  margin: 0;
  padding: 15px 0;
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.about-header .section-title::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #f4d03f);
  border-radius: 2px;
}

.about-main {
  text-align: center;
}

.about-text {
  font-family: "Assistant", sans-serif;
  line-height: 1.8;
  color: #2d3748;
}

.about-intro {
  margin-bottom: 15px;
}

.about-lead {
  font-size: 15px;
  font-weight: 400;
  font-family: "Assistant", sans-serif;
  color: #2c5530;
  background: linear-gradient(135deg, #2c5530, #1a365d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  padding: 16px;
  border-right: 3px solid #d4af37;
  background-color: rgba(212, 175, 55, 0.03);
  border-radius: 8px;
  line-height: 1.5;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.about-expandable {
  margin-bottom: 20px;
}

.expandable-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0;
}

.expandable-content.expanded {
  max-height: 500px;
  opacity: 1;
  margin-bottom: 20px;
}

.about-details {
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  border: 1px solid rgba(44, 85, 48, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.about-details p {
  font-size: 14px;
  font-family: "Assistant", sans-serif;
  margin: 0 0 15px 0;
  color: #5a6572;
  line-height: 1.7;
  text-align: center;
}

.about-details p:last-child {
  margin-bottom: 0;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  color: #64748b;
  border: none;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 400;
  font-family: "Assistant", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 12px auto 20px;
  text-decoration: underline;
  text-decoration-color: rgba(212, 175, 55, 0.4);
  text-underline-offset: 3px;
}

.read-more-btn:hover {
  color: #2c5530;
  text-decoration-color: #d4af37;
}

.btn-icon {
  transition: transform 0.2s ease;
  font-size: 10px;
  opacity: 0.7;
}

.read-more-btn.expanded .btn-icon {
  transform: rotate(180deg);
}

#readMoreBtn2 {
  margin-bottom: 10px;
}

/* Professional About Section */
.about-section {
  padding: 80px 0;
  background: linear-gradient(
      rgba(255, 255, 255, 0.75),
      rgba(255, 255, 255, 0.75)
    ),
    url("images/about.webp");
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  contain: none;
  isolation: auto;
  position: relative;
  z-index: 0;
}

/* Medium desktop optimization (50%-75% zoom) */
@media (max-width: 1200px) and (min-width: 1025px) {
  .about-section {
    background-position: 30% center;
    background-size: cover;
  }
}

/* Tablet optimization */
@media (max-width: 1024px) {
  .about-section {
    background-position: center top;
    background-size: cover;
  }
}

/* Mobile optimization */
@media (max-width: 768px) {
  .about-section {
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
  }
}

/* Small mobile optimization */
@media (max-width: 480px) {
  .about-section {
    background-position: 65% 50%;
    background-size: cover;
    padding: 50px 0;
  }
}

.about-content {
  max-width: 900px;
  margin: 0 auto;
}

.about-block {
  margin-bottom: 60px;
}

.about-block:last-child {
  margin-bottom: 0;
}

.about-header {
  text-align: center;
  margin-bottom: 40px;
}

.about-title {
  font-family: "Frank Ruhl Libre", serif;
  font-size: clamp(30px, 4.5vw, 42px);
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 0;
  line-height: 1.2;
  position: relative;
}

.about-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #c49b61, #d4af37);
  margin: 20px auto;
  border-radius: 2px;
}

.about-text-content {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 50px 45px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(196, 155, 97, 0.1);
  border: 1px solid rgba(196, 155, 97, 0.2);
  position: relative;
  backdrop-filter: blur(8px);
}

.about-text-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c49b61, transparent);
  border-radius: 16px 16px 0 0;
}

.about-paragraph {
  font-family: "Assistant", sans-serif;
  font-size: 17px;
  line-height: 1.9;
  color: #2d3748;
  margin-bottom: 30px;
  text-align: justify;
  font-weight: 400;
  text-indent: 0;
}

.about-paragraph:first-child {
  font-size: 18px;
  font-weight: 500;
  color: #1a365d;
}

.about-paragraph:last-child {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-section {
    padding: 60px 0;
  }

  .about-content {
    max-width: 100%;
    padding: 0 20px;
  }

  .about-block {
    margin-bottom: 50px;
  }

  .about-text-content {
    padding: 35px 30px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
  }

  .about-paragraph {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }

  .about-paragraph:first-child {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .about-text-content {
    padding: 30px 0px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
  }

  .about-paragraph {
    font-size: 15px;
    line-height: 1.7;
  }

  .about-paragraph:first-child {
    font-size: 16px;
  }

  .about-title::after {
    width: 50px;
    height: 2px;
  }
}

/* FAQ Section */
.faq {
  padding: 60px 0;
  background: linear-gradient(
      rgba(248, 250, 252, 0.4),
      rgba(241, 245, 249, 0.4)
    ),
    url("images/25235.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  position: relative;
}

.faq-header {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  background: white;
  padding: 25px 30px;
  border-radius: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  max-width: 500px;
  margin: 0 auto 35px;
  border: 2px solid rgba(44, 85, 48, 0.18);
}

.faq-header::before {
  content: "❓";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(44, 85, 48, 0.1);
}

.faq-header .section-title {
  font-family: "Frank Ruhl Libre", serif;
  font-size: clamp(26px, 4vw, 32px);
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0;
  line-height: 1.3;
  position: relative;
  padding-bottom: 8px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.faq-header .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2c5530, #1a365d);
  border-radius: 2px;
}

.faq-header .section-description {
  font-size: clamp(15px, 2.5vw, 17px);
  color: #64748b;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.faq-grid {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 50px;
  border: 2px solid rgba(44, 85, 48, 0.12);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(135deg, #2c5530, #1a365d);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 25px rgba(44, 85, 48, 0.15);
  transform: translateY(-2px);
  border-color: rgba(44, 85, 48, 0.15);
}

.faq-item:hover::before {
  opacity: 1;
}

.faq-question {
  width: 100%;
  padding: 20px 25px;
  background: none;
  border: none;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2c3e50;
  transition: all 0.2s ease;
}

.faq-question:hover {
  background: rgba(44, 62, 80, 0.02);
}

.faq-question span:first-child {
  flex: 1;
  text-align: right;
}

.faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e2e8f0, #cbd5e1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  color: #64748b;
  transition: all 0.3s ease;
  margin-left: 15px;
}

.faq-item.active .faq-icon {
  background: linear-gradient(145deg, #2c3e50, #34495e);
  color: white;
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: rgba(248, 250, 252, 0.5);
  border-top: 1px solid rgba(44, 85, 48, 0.1);
}

.faq-answer.active {
  max-height: 200px;
  padding: 15px 25px 20px 25px;
}

.faq-answer p {
  font-family: "Assistant", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
  margin: 0;
  text-align: right;
}

/* Mobile line breaks for FAQ answers */
.mobile-break {
  display: none;
}

@media (max-width: 480px) {
  .mobile-break {
    display: block;
  }
}

@media (max-width: 768px) {
  .about-us {
    padding: 40px 0;
  }

  .about-lead {
    font-size: 14px;
    padding: 12px;
  }

  .about-header {
    margin-bottom: 20px;
  }

  .about-header .section-title {
    font-size: clamp(20px, 4vw, 26px);
    padding: 12px 0;
  }
}

/* Payment Section - Clean and Simple */
.payment-section {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 50%, #4a5568 100%);
}

.payment-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  margin-bottom: 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.payment-description {
  color: #e2e8f0;
  font-size: 18px;
  font-weight: 400;
  font-family: "Assistant", sans-serif;
  margin-bottom: 15px;
  line-height: 1.5;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.bit-label {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Assistant", sans-serif;
  margin-bottom: 24px;
}

.payment-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.phone-button,
.bit-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(145deg, #2a2a2a, #1e1e1e);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  padding: 18px 28px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  min-width: 180px;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.phone-button {
  user-select: all;
}

.phone-button:hover,
.bit-button:hover {
  background: linear-gradient(145deg, #3a3a3a, #2e2e2e);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.button-icon {
  font-size: 18px;
  opacity: 0.9;
}

.button-text {
  font-weight: 600;
  letter-spacing: 0.3px;
}

@media (max-width: 768px) {
  .payment-section {
    padding: 60px 15px;
  }

  .payment-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .payment-description {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .bit-label {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .payment-buttons {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .phone-button,
  .bit-button {
    font-size: 15px;
    padding: 16px 24px;
    min-width: 200px;
    max-width: 280px;
    width: 100%;
  }

  .button-icon {
    font-size: 16px;
  }
}

/* Payment section styles - make it inviting and accessible */
.payment-info .payment-title {
  font-family: "Rubik", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
  text-align: center;
}

/* Modal Bit Button */
.modal-bit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%);
  color: white;
  font-size: 16px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  margin: 15px auto;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.3), 0 2px 8px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  letter-spacing: 0.3px;
  text-align: center;
  width: fit-content;
}

.modal-bit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(30, 58, 138, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #1d4ed8 0%, #1e293b 100%);
}

/* Modal Styles */
.modal {
  font-family: "Heebo", -apple-system, BlinkMacSystemFont, sans-serif;
}

.modal h2 {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
}

.modal p {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}

.modal-btn {
  font-family: "Heebo", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
}

.modal-phone {
  font-family: "Heebo", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
}

.modal-footer {
  font-family: "Heebo", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}

/* Footer - Clean & Minimal */
.footer {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.9);
  padding: 30px 0 15px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  flex-wrap: wrap;
  gap: 20px;
}

.footer-main .footer-legal-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.footer-text h4 {
  color: #ffffff;
  font-size: 20px;
  margin: 0 0 5px 0;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
}

.footer-text p {
  font-size: 13px;
  opacity: 0.8;
  margin: 0;
  font-family: "Rubik", sans-serif;
}

.footer-contact {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d4af37;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 20px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.contact-link:hover {
  color: #ffffff;
  background: rgba(212, 175, 55, 0.2);
  border-color: rgba(212, 175, 55, 0.4);
  transform: translateY(-2px);
}

.contact-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.footer-bottom {
  text-align: center;
  padding-top: 15px;
}

.footer-legal-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.footer-link {
  color: #d4af37;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-copyright {
  font-size: 11px;
  opacity: 0.7;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .footer-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .footer-info {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-contact {
    justify-content: center;
    gap: 15px;
  }

  .footer-main .footer-legal-links {
    flex-direction: column;
    gap: 8px;
  }
}

/* Customer Form Section */
.customer-form-section {
  margin-top: 30px;
  padding: 25px;
  background: linear-gradient(145deg, #f8fafc, #e2e8f0);
  border-radius: 18px;
  border: 1px solid rgba(100, 116, 139, 0.12);
  box-shadow: 0 15px 35px rgba(100, 116, 139, 0.06),
    0 6px 20px rgba(0, 0, 0, 0.02);
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  backdrop-filter: blur(10px);
}

.form-title {
  font-size: 24px;
  color: #334155;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: -0.1px;
}

.form-description {
  font-size: 16px;
  color: #64748b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.6;
  font-weight: 400;
}

.customer-form {
  direction: rtl;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-size: 14px;
  color: #334155;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: right;
  letter-spacing: -0.1px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  background: rgba(255, 255, 255, 0.8);
  color: #334155;
  transition: all 0.3s ease;
  direction: rtl;
  text-align: right;
  font-weight: 400;
  box-shadow: 0 1px 4px rgba(100, 116, 139, 0.03);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #94a3b8;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1),
    0 4px 12px rgba(100, 116, 139, 0.1);
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-1px);
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.form-submit-btn {
  width: auto;
  min-width: 200px;
  padding: 14px 24px;
  background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 25px auto 0;
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.3), 0 2px 8px rgba(0, 0, 0, 0.1);
  letter-spacing: 0;
  position: relative;
}

.form-submit-btn:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e293b 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 58, 138, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
}

.form-submit-btn:active {
  transform: translateY(-1px);
  transition: all 0.1s ease;
}

.form-submit-btn .button-text {
  font-weight: 600;
}

.form-submit-btn .button-icon {
  font-size: 18px;
}

/* Payment Options Section */
.payment-options-section {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 30px;
  background: transparent;
  border-radius: 20px;
  box-shadow: none;
  border: none;
}

.payment-options-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c5530;
  margin-bottom: 15px;
  font-family: "Assistant", sans-serif;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.95),
    rgba(248, 250, 252, 0.9)
  );
  padding: 15px 30px;
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(44, 85, 48, 0.15);
  display: inline-block;
  backdrop-filter: blur(10px);
  letter-spacing: -0.5px;
}

.payment-options-description {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 30px;
  line-height: 1.6;
  font-family: "Assistant", sans-serif;
}

/* Payment Buttons Container */
.support-message {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  margin: 15px auto 8px auto;
  font-family: "Assistant", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.payment-buttons-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 20px auto 0;
  flex-wrap: wrap;
}

.payment-buttons-container .form-submit-btn {
  margin: 0;
}

.payment-note {
  font-size: 14px;
  color: #6b7280;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Assistant", sans-serif;
}

.note-icon {
  font-size: 16px;
}

/* Donation Button */
.donation-btn {
  width: auto;
  min-width: 200px;
  padding: 14px 24px;
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(5, 150, 105, 0.3), 0 2px 8px rgba(0, 0, 0, 0.1);
  letter-spacing: 0;
  position: relative;
}

.donation-btn:hover {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
}

.donation-btn:active {
  transform: translateY(-1px);
  transition: all 0.1s ease;
}

.donation-btn .button-text {
  font-weight: 600;
}

.donation-btn .button-icon {
  font-size: 18px;
}

/* Mobile responsive for payment section */
@media (max-width: 768px) {
  .payment-options-section {
    padding: 0px 20px;
    margin: 0 15px;
  }

  .payment-options-title {
    font-size: 20px;
    margin: 0;
    line-height: 1.2;
  }

  .payment-options-description {
    font-size: 15px;
    margin: 0;
    line-height: 1.2;
  }

  .payment-buttons-container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 15px auto 0;
    padding: 0;
  }
}

/* Extra specific for iPhone and small mobile devices */
@media screen and (max-width: 480px) {
  .payment-options-title {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.1 !important;
  }

  .payment-options-description {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.1 !important;
  }

  .payment-buttons-container {
    margin: 15px auto 0 !important;
    padding: 0 !important;
  }

  .form-submit-btn,
  .donation-btn {
    width: 100%;
    max-width: 280px;
    min-width: auto;
  }
}

/* Responsive Design - Mobile First */
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .hero {
    padding: 30px 0 30px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
    padding: 15px 0;
  }

  .hero-book-section {
    gap: 15px;
  }

  .hero-book-section::after {
    width: clamp(150px, 40vw, 250px);
    height: clamp(15px, 2.5vw, 25px);
    bottom: 8%;
  }

  .book-image {
    width: 140%;
    transform: scale(1.4);
  }

  .samples,
  .publication-info,
  .contact {
    padding: 30px 0;
  }

  .contact-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 300px;
  }

  .footer-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .footer-info {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-contact {
    justify-content: center;
    gap: 15px;
  }

  .publication-features {
    grid-template-columns: 1fr;
  }

  .carousel-container {
    max-width: none;
    margin: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .sample-card {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .samples {
    padding: 60px 0 60px 0;
  }

  .samples-header {
    margin-bottom: 35px;
  }

  .carousel-container {
    padding: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .sample-card {
    height: 550px;
  }

  .carousel-btn {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .carousel-dots {
    margin-top: 25px;
    gap: 10px;
  }

  .dot {
    width: 12px;
    height: 12px;
  }

  .sample-image {
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .samples {
    padding: 50px 0 50px 0;
  }

  .sample-card {
    height: 450px;
  }

  .sample-image {
    object-fit: contain;
  }

  .carousel-container {
    padding: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .carousel-btn {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .hero-title {
    white-space: nowrap;
    font-size: clamp(24px, 7vw, 42px);
    letter-spacing: -1px;
    line-height: 1.1;
  }

  .fire-emoji {
    font-size: 0.8em;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 20px 0 25px;
  }

  .samples,
  .publication-info,
  .contact {
    padding: 40px 0;
  }

  .container {
    padding: 0 12px;
  }
}

/* Performance & Accessibility */
@media (prefers-reduced-motion: reduce) {
  .fire-emoji {
    animation: none;
  }

  .book-image:hover {
    transform: none;
  }

  .feature-card:hover {
    transform: none;
  }

  * {
    transition: none !important;
  }
}

/* Loading Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeInUp 0.8s ease forwards;
}

/* Smooth Scrolling Behavior */
html {
  scroll-padding-top: 100px;
}

/* Accessibility Float Button */
.accessibility-float {
  position: fixed;
  bottom: 90px;
  left: 20px;
  z-index: 1001;
}

.accessibility-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(
    145deg,
    rgba(37, 99, 235, 0.3),
    rgba(29, 78, 216, 0.3)
  );
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accessibility-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.accessibility-btn:focus {
  outline: 3px solid #fbbf24;
  outline-offset: 2px;
}

.accessibility-icon {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

/* Accessibility Menu */
.accessibility-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  width: 90%;
  max-width: 400px;
  max-height: 80vh;
  overflow-y: auto;
  display: none;
  direction: rtl;
}

.accessibility-menu::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.accessibility-menu.show {
  display: block;
  animation: fadeInScale 0.3s ease;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.accessibility-content {
  padding: 0;
}

.accessibility-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid #e5e7eb;
  background: white;
  border-radius: 12px 12px 0 0;
}

.accessibility-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}

.accessibility-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #6b7280;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.accessibility-close:hover {
  background: #e5e7eb;
  color: #1f2937;
}

.accessibility-close:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.accessibility-options {
  padding: 20px 25px;
  background: white;
}

.accessibility-group {
  margin-bottom: 25px;
}

.accessibility-group:last-child {
  margin-bottom: 0;
}

.accessibility-group h4 {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.accessibility-controls {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.accessibility-control,
.accessibility-toggle {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #374151;
  transition: all 0.2s ease;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accessibility-control:hover,
.accessibility-toggle:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}

.accessibility-control:focus,
.accessibility-toggle:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.accessibility-toggle[aria-pressed="true"] {
  background: #2563eb;
  color: white;
  border-color: #2563eb;
}

.accessibility-reset {
  width: 100%;
  padding: 12px;
  background: #dc2626;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.accessibility-reset:hover {
  background: #b91c1c;
}

.accessibility-reset:focus {
  outline: 2px solid #fbbf24;
  outline-offset: 2px;
}

/* Accessibility States */
body.high-contrast {
  filter: contrast(150%);
}

body.inverted-colors {
  filter: invert(1) hue-rotate(180deg);
}

body.inverted-colors .accessibility-float,
body.inverted-colors .whatsapp-float {
  position: fixed !important;
}

body.high-contrast .accessibility-float,
body.high-contrast .whatsapp-float {
  position: fixed !important;
}

body.highlight-links .accessibility-float,
body.highlight-links .whatsapp-float {
  position: fixed !important;
}

body.stop-animations .accessibility-float,
body.stop-animations .whatsapp-float {
  position: fixed !important;
}

body.stop-animations * {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

body.highlight-links a {
  background: #fef3c7 !important;
  outline: 2px solid #f59e0b !important;
  outline-offset: 2px !important;
}

/* Font Size Classes - exclude fixed elements */
.main-content.font-size-small {
  font-size: 14px;
}

.main-content.font-size-large {
  font-size: 18px;
}

.main-content.font-size-xl {
  font-size: 22px;
}

/* Ensure float buttons stay fixed */
.accessibility-float,
.whatsapp-float {
  position: fixed !important;
}

.accessibility-btn,
.whatsapp-btn {
  font-size: 14px !important;
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
}

.whatsapp-icon {
  width: 28px;
  height: 28px;
}

@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.7),
      0 0 0 10px rgba(37, 211, 102, 0.2);
  }
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 15px;
    left: 15px;
  }

  .whatsapp-btn {
    width: 50px;
    height: 50px;
  }

  .whatsapp-icon {
    width: 24px;
    height: 24px;
  }

  .accessibility-float {
    bottom: 75px;
    left: 15px;
  }

  .accessibility-btn {
    width: 50px;
    height: 50px;
  }

  .accessibility-icon {
    width: 24px;
    height: 24px;
  }
}

/* Subtle Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Apply animations to elements */
.hero-title-section {
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-content {
  animation: scaleIn 0.8s ease-out 0.4s both;
}

/* Scroll-triggered animations */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Specific scroll animations for different elements */
.samples.animate-on-scroll {
  transform: translateY(50px);
  opacity: 0;
}

.samples.animate-in {
  transform: translateY(0);
  opacity: 1;
}

.samples-header.animate-on-scroll,
.carousel-container.animate-on-scroll {
  opacity: 1;
  transform: none;
}

.samples-header.animate-in,
.carousel-container.animate-in {
  opacity: 1;
  transform: none;
}

.contact.animate-on-scroll {
  transform: translateY(50px);
  opacity: 0;
}

.contact.animate-in {
  transform: translateY(0);
  opacity: 1;
}

.contact-content.animate-on-scroll {
  opacity: 1;
  transform: none;
}

.contact-content.animate-in {
  opacity: 1;
  transform: none;
}

.book-features.animate-on-scroll {
  transform: translateY(30px) scale(0.9);
  opacity: 0;
}

.book-features.animate-in {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.hero-features.animate-on-scroll {
  transform: translateY(40px);
  opacity: 0;
}

.hero-features.animate-in {
  transform: translateY(0);
  opacity: 1;
}

/* About section animations */
.about-section.animate-on-scroll {
  transform: translateY(50px);
  opacity: 0;
}

.about-section.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.about-title.animate-on-scroll {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.about-title.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.about-paragraph.animate-on-scroll {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-paragraph.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Contact buttons animation */
.contact-buttons .btn.animate-on-scroll {
  transform: translateY(30px) scale(0.8);
  opacity: 0;
}

.contact-buttons .btn.animate-in {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll,
  .animate-on-scroll.animate-in {
    transform: none !important;
    transition: opacity 0.3s ease !important;
  }

  .animate-on-scroll {
    opacity: 0;
  }

  .animate-on-scroll.animate-in {
    opacity: 1;
  }
}

/* Improved hover effects */
.header-logo {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-logo:hover {
  transform: scale(1.05) rotate(2deg);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

.cta-button {
  transform: perspective(1000px) rotateX(0deg);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-button:hover {
  transform: perspective(1000px) rotateX(-5deg) translateY(-3px);
  box-shadow: 0 15px 40px rgba(44, 85, 48, 0.6);
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Decorative Ornaments */
.ornament {
  position: relative;
}

.ornament::before,
.ornament::after {
  content: "";
  position: absolute;
  background-image: radial-gradient(
      circle at center,
      #2c5530 2px,
      transparent 2px
    ),
    radial-gradient(circle at center, #1a365d 1px, transparent 1px);
  background-size: 15px 15px, 8px 8px;
  background-position: 0 0, 7px 7px;
  opacity: 0.3;
}

/* Corner ornaments */
.corner-ornaments {
  position: relative;
}

.corner-ornaments::before,
.corner-ornaments::after {
  content: "❋";
  position: absolute;
  font-size: 20px;
  color: #2c5530;
  opacity: 0.6;
  font-family: serif;
}

.corner-ornaments::before {
  top: -10px;
  right: -10px;
}

.corner-ornaments::after {
  bottom: -10px;
  left: -10px;
}

/* Title ornaments */
.hero-title {
  position: relative;
}

.title-text {
  position: relative;
  margin: 0 10px;
  background: linear-gradient(135deg, #2d3748 0%, #2c5530 50%, #1a365d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.title-text::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #2c5530 50%,
    transparent 100%
  );
  border-radius: 2px;
}

@keyframes subtle-glow {
  0% {
    opacity: 0.8;
    transform: scale(1);
    filter: drop-shadow(0 0 5px rgba(255, 140, 0, 0.3));
  }
  100% {
    opacity: 1;
    transform: scale(1.05);
    filter: drop-shadow(0 0 10px rgba(255, 140, 0, 0.5));
  }
}

/* Section dividers */
.section-divider {
  text-align: center;
  margin: 30px 0;
  position: relative;
}

.section-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #2c5530, transparent);
}

.section-divider::after {
  content: "◆";
  background: #f5f7fa;
  color: #2c5530;
  padding: 0 20px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

/* Border ornaments */
.ornamental-border {
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(45deg, #2c5530, #1a365d, #2c5530) border-box;
  position: relative;
}

.ornamental-border::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px dashed rgba(44, 85, 48, 0.3);
  pointer-events: none;
}

/* Page corners */
body::before,
body::after {
  content: "";
  position: fixed;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at 20px 20px, #2c5530 2px, transparent 2px),
    radial-gradient(circle at 60px 60px, #1a365d 1px, transparent 1px);
  background-size: 40px 40px, 20px 20px;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}

body::before {
  top: 0;
  right: 0;
}

body::after {
  bottom: 0;
  left: 0;
}

/* Ornamental Lines and Flourishes */

/* Decorative line with flourishes */
.decorative-line {
  position: relative;
  text-align: center;
  margin: 40px 0;
}

.decorative-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent 0%,
    #2c5530 20%,
    #1a365d 50%,
    #2c5530 80%,
    transparent 100%
  );
  z-index: 1;
}

.decorative-line::after {
  content: "❦";
  background: #f5f7fa;
  color: #2c5530;
  padding: 0 20px;
  font-size: 24px;
  position: relative;
  z-index: 2;
  font-family: serif;
  text-shadow: 0 2px 4px rgba(44, 85, 48, 0.2);
}

/* Curved flourishes */
.flourish-corners {
  position: relative;
  padding: 20px;
}

.flourish-corners::before,
.flourish-corners::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #2c5530;
  opacity: 0.6;
}

.flourish-corners::before {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 20px;
}

.flourish-corners::after {
  bottom: 0;
  left: 0;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 20px;
}

/* Ornamental brackets */
.ornamental-brackets {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

.ornamental-brackets::before,
.ornamental-brackets::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  border: 2px solid #2c5530;
  border-radius: 10px;
  opacity: 0.7;
}

.ornamental-brackets::before {
  left: 0;
  border-right: none;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(44, 85, 48, 0.1) 50%,
    transparent 100%
  );
}

.ornamental-brackets::after {
  right: 0;
  border-left: none;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(44, 85, 48, 0.1) 50%,
    transparent 100%
  );
}

/* Swirl patterns */
.swirl-ornament {
  position: relative;
}

.swirl-ornament::before,
.swirl-ornament::after {
  content: "◉";
  position: absolute;
  font-size: 16px;
  color: #2c5530;
  opacity: 0.6;
  animation: rotate 6s linear infinite;
}

.swirl-ornament::before {
  top: -10px;
  right: -10px;
}

.swirl-ornament::after {
  bottom: -10px;
  left: -10px;
  animation-direction: reverse;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Vintage frame */
.vintage-frame {
  position: relative;
  border: 3px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(45deg, #2c5530, #1a365d, #2c5530, #1a365d) border-box;
  border-radius: 15px;
  padding: 20px;
}

.vintage-frame::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px dashed rgba(44, 85, 48, 0.4);
  border-radius: 10px;
  pointer-events: none;
}

.vintage-frame::after {
  content: "❈";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: #2c5530;
  padding: 0 10px;
  font-size: 18px;
}

/* Decorative borders with curves */
.curved-border {
  position: relative;
  padding: 25px 0px;
}

.curved-border::before,
.curved-border::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #2c5530;
  opacity: 0.6;
}

.curved-border::before {
  top: 0;
  border-radius: 50px 50px 0 0;
  background: linear-gradient(to right, transparent, #2c5530, transparent);
}

.curved-border::after {
  bottom: 0;
  border-radius: 0 0 50px 50px;
  background: linear-gradient(to right, transparent, #1a365d, transparent);
}

/* Wave ornament */
.wave-ornament {
  position: relative;
  text-align: center;
  margin: 30px 0;
}

.wave-ornament::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background: radial-gradient(circle at 25%, #2c5530 2px, transparent 2px),
    radial-gradient(circle at 75%, #1a365d 2px, transparent 2px);
  background-size: 20px 20px;
  animation: wave 3s ease-in-out infinite;
}

.wave-ornament::after {
  content: "♦";
  background: #f5f7fa;
  color: #2c5530;
  padding: 0 15px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

@keyframes wave {
  0%,
  100% {
    transform: scaleX(1);
    opacity: 0.6;
  }
  50% {
    transform: scaleX(1.1);
    opacity: 0.8;
  }
}

/* Welcome Modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-content {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 20px;
  max-width: 350px;
  width: 90%;
  position: relative;
  text-align: center;
  direction: rtl;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  animation: modalSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(-50px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.modal-close {
  position: absolute;
  top: 15px;
  left: 20px;
  background: none;
  border: none;
  font-size: 28px;
  color: #666;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s ease;
}

.modal-close:hover {
  color: #333;
}

/* Compact Modal Header */
.modal-header {
  margin-bottom: 20px;
}

.modal-title {
  font-family: "Assistant", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.modal-subtitle {
  font-size: 14px;
  color: #666;
  margin: 0;
  font-weight: 400;
  font-family: "Assistant", sans-serif;
}

/* Compact Payment Section */
.compact-payment {
  text-align: center;
}

.payment-label {
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
  margin: 0 0 16px 0;
}

.phone-display {
  font-size: 22px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  color: #2d3748;
  letter-spacing: 1px;
  margin: 12px 0 20px 0;
  padding: 14px 20px;
  background: #f7fafc;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  user-select: all;
  transition: all 0.2s ease;
  display: inline-block;
  position: relative;
}

/* Removed hover effects for phone display */

/* Compact Modal Bit Button */
.modal-bit-btn {
  display: inline-block;
  background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%);
  color: white;
  font-size: 15px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.3), 0 2px 8px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
}

.modal-bit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 58, 138, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #1d4ed8 0%, #1e293b 100%);
}

.modal-footer {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Float Modal Button */
.modal-float {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.modal-float-btn {
  background: rgba(44, 85, 48, 0.8);
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 10px rgba(44, 85, 48, 0.2);
  font-family: "Rubik", sans-serif;
  direction: rtl;
  text-align: center;
  min-width: 160px;
  height: 40px;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-float-btn:hover {
  opacity: 1;
}

.modal-float-text {
  display: block;
  line-height: 1.2;
  font-family: "Heebo", sans-serif;
}

/* Hero features in title section - always visible */
.hero-features-in-title {
  font-family: "Rubik", sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  color: #2d3748;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .modal-float {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .modal-float-btn {
    font-size: 11px;
    padding: 8px 15px;
    min-width: 140px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .modal-content {
    padding: 20px 16px;
    max-width: 95%;
  }

  .modal-title {
    font-size: 20px;
  }

  .modal-subtitle {
    font-size: 13px;
  }

  .payment-label {
    font-size: 15px;
  }

  .phone-display {
    font-size: 20px;
    padding: 12px 16px;
  }

  .modal-bit-btn {
    font-size: 14px;
    padding: 12px 24px;
  }

  .modal-float {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .modal-float-btn {
    font-size: 10px;
    padding: 6px 12px;
    min-width: 120px;
    height: 30px;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  /* Future dark mode styles can be added here */
}
