body {
    margin: 0px !important;
}
    /* ========== RESET & BASE - ALL !important TO OVERRIDE WORDPRESS ========== */
    .sav-wrap, .sav-wrap * {
      box-sizing: border-box !important;
      margin: 0 !important;
      padding: 0 !important;
      font-family: "Plus Jakarta Sans", sans-serif;
    }

    .sav-wrap {
      width: 100% !important;
      background-color: #fcf8f6 !important;
      color: #5c2a2a !important;
      line-height: 1.5 !important;
      font-size: 16px !important;
    }

    /* ========== NAVIGATION ========== */
    .sav-nav {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      z-index: 9999 !important;
      background-color: rgba(245, 230, 228, 0.95) !important;
      backdrop-filter: blur(8px) !important;
      -webkit-backdrop-filter: blur(8px) !important;
      border-bottom: 1px solid #ebe3de !important;
    }

    .sav-nav-inner {
      max-width: 1200px !important;
      margin: 0 auto !important;
      padding: 0px !important;
      display: flex !important;
      justify-content: space-between !important;
      align-items: center !important;
    }

    .sav-logo {
      font-size: 24px !important;
      font-weight: 700 !important;
      letter-spacing: 0.15em !important;
      color: #9e3a4c !important;
      text-decoration: none !important;
    }

    .sav-nav-menu {
      display: flex !important;
      align-items: center !important;
      gap: 32px !important;
      list-style: none !important;
    }

    .sav-nav-link {
      font-size: 14px !important;
      color: #5c2a2a !important;
      text-decoration: none !important;
      transition: color 0.3s ease !important;
    }

    .sav-nav-link:hover {
      color: #e88b8b !important;
    }

    .sav-nav-btn {
      background-color: #9e3a4c !important;
      color: #ffffff !important;
      padding: 8px 20px !important;
      border-radius: 8px !important;
      font-size: 14px !important;
      font-weight: 500 !important;
      text-decoration: none !important;
      display: inline-block !important;
      transition: background-color 0.3s ease !important;
    }

    .sav-nav-btn:hover {
      background-color: #7a2a3c !important;
    }

    /* ========== HERO SECTION ========== */
    .sav-hero {
      position: relative !important;
      min-height: 100vh !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      overflow: hidden !important;
    }

    .sav-hero-bg {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-image: url('/images/hero-background-Cy1fK54T.webp') !important;
    }

    .sav-hero-overlay {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      background-color: rgba(0, 0, 0, 0.4) !important;
    }

    .sav-hero-content {
      position: relative !important;
      z-index: 10 !important;
      text-align: center !important;
      max-width: 768px !important;
      padding: 80px 16px !important;
    }

    .sav-hero-title {
      font-size: 48px !important;
      font-weight: 600 !important;
      color: #ffffff !important;
      line-height: 1.1 !important;
      letter-spacing: -1.5px !important;
      margin-bottom: 16px !important;
    }

    .sav-hero-subtitle {
      font-size: 22px !important;
      font-weight: 500 !important;
      color: rgba(255, 255, 255, 0.9) !important;
      margin-bottom: 16px !important;
    }

    .sav-hero-desc {
      font-size: 16px !important;
      color: rgba(255, 255, 255, 0.8) !important;
      max-width: 576px !important;
      margin: 0 auto 24px auto !important;
      line-height: 1.6 !important;
    }

    .sav-hero-btn {
      display: inline-block !important;
      background-color: #ffffff !important;
      color: #5c2a2a !important;
      padding: 12px 32px !important;
      border-radius: 8px !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      text-decoration: none !important;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
      transition: all 0.3s ease !important;
    }

    .sav-hero-btn:hover {
      background-color: rgba(255, 255, 255, 0.9) !important;
    }

    /* ========== PRODUCT SECTION ========== */
    .sav-product {
      padding: 40px 16px !important;
      background-color: #fcf8f6 !important;
      position: relative !important;
      overflow: hidden !important;
    }

    .sav-product::before {
      content: '' !important;
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 256px !important;
      height: 256px !important;
      background: radial-gradient(circle, rgba(232, 139, 139, 0.05) 0%, transparent 70%) !important;
      border-radius: 50% !important;
    }

    .sav-product::after {
      content: '' !important;
      position: absolute !important;
      bottom: 0 !important;
      right: 0 !important;
      width: 384px !important;
      height: 384px !important;
      background: radial-gradient(circle, rgba(158, 58, 76, 0.05) 0%, transparent 70%) !important;
      border-radius: 50% !important;
    }

    .sav-container {
      max-width: 1200px !important;
      margin: 0 auto !important;
      position: relative !important;
      z-index: 10 !important;
    }

    .sav-section-header {
      text-align: center !important;
      margin-bottom: 35px !important;
    }

    .sav-section-title {
      font-size: 36px !important;
      color: #9e3a4c !important;
      margin-bottom: 16px !important;
      font-weight: 700 !important;
      line-height: 1.2 !important;
    }

    .sav-section-subtitle {
      font-size: 20px !important;
      color: #e88b8b !important;
      font-weight: 400 !important;
    }

    .sav-product-grid {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 48px !important;
      align-items: center !important;
    }

    @media (max-width: 767px) {
      .sav-product-grid,
      .sav-craft-grid {
        grid-template-columns: 1fr !important;
      }
      .sav-hero-title {
        font-size: 32px !important;
      }
      .sav-section-title {
        font-size: 28px !important;
      }
      .sav-testimonials-grid {
        grid-template-columns: 1fr !important;
      }
    }

    /* Product Images */
    .sav-product-images {
      display: flex !important;
      flex-direction: column !important;
      gap: 16px !important;
    }

    .sav-product-img {
      width: 100% !important;
      height: 450px !important;
      object-fit: cover !important;
      border-radius: 16px !important;
      box-shadow: 0 4px 20px rgba(232, 139, 139, 0.15) !important;
      display: block !important;
    }

    .sav-weight-badge {
      background-color: #f5e6e4 !important;
      padding: 32px !important;
      border-radius: 16px !important;
      text-align: center !important;
    }

    .sav-weight-num {
      font-size: 56px !important;
      color: #e88b8b !important;
      font-weight: 700 !important;
      margin-bottom: 4px !important;
      line-height: 1 !important;
    }

    .sav-weight-text {
      font-size: 16px !important;
      color: #9e7676 !important;
    }

    /* Product Info */
    .sav-product-info {
      display: flex !important;
      flex-direction: column !important;
      gap: 32px !important;
    }

    .sav-product-desc {
      font-size: 18px !important;
      color: #5c2a2a !important;
      line-height: 1.7 !important;
    }

    .sav-features-grid {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 16px !important;
    }

    .sav-feature-item {
      background-color: rgba(245, 230, 228, 0.5) !important;
      padding: 16px !important;
      border-radius: 12px !important;
      display: flex !important;
      align-items: flex-start !important;
      gap: 16px !important;
      transition: background-color 0.3s ease !important;
    }

    .sav-feature-item:hover {
      background-color: #f5e6e4 !important;
    }

    .sav-feature-icon {
      color: #e88b8b !important;
      flex-shrink: 0 !important;
      width: 24px !important;
      height: 24px !important;
    }

    .sav-feature-title {
      font-size: 15px !important;
      color: #5c2a2a !important;
      font-weight: 600 !important;
      margin-bottom: 4px !important;
    }

    .sav-feature-desc {
      font-size: 14px !important;
      color: #000 !important;
      line-height: 1.4 !important;
    }

    .sav-btn-primary {
      display: inline-block !important;
      background-color: #9e3a4c !important;
      color: #ffffff !important;
      padding: 14px 32px !important;
      border-radius: 8px !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      text-decoration: none !important;
      box-shadow: 0 4px 15px rgba(158, 58, 76, 0.3) !important;
      transition: all 0.3s ease !important;
      text-align: center !important;
    }

    .sav-btn-primary:hover {
      background-color: #7a2a3c !important;
    }

    /* ========== CRAFTSMANSHIP SECTION ========== */
    .sav-craft {
      padding: 80px 16px !important;
      background: linear-gradient(to bottom right, rgba(245, 230, 228, 0.3), #fcf8f6, rgba(245, 230, 228, 0.5)) !important;
      position: relative !important;
      overflow: hidden !important;
    }

    .sav-craft-grid {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 64px !important;
      align-items: center !important;
      max-width: 1200px !important;
      margin: 0 auto !important;
    }

    .sav-craft-content h2 {
      font-size: 36px !important;
      color: #9e3a4c !important;
      margin-bottom: 24px !important;
      line-height: 1.2 !important;
      font-weight: 700 !important;
    }

    .sav-craft-content > p {
      font-size: 18px !important;
      color: #5c2a2a !important;
      margin-bottom: 16px !important;
      line-height: 1.7 !important;
    }

    .sav-values-list {
      margin-top: 32px !important;
      display: flex !important;
      flex-direction: column !important;
      gap: 16px !important;
    }

    .sav-value-item {
      display: flex !important;
      align-items: flex-start !important;
      gap: 16px !important;
      padding: 16px !important;
      border-radius: 12px !important;
      transition: background-color 0.3s ease !important;
    }

    .sav-value-item:hover {
      background-color: rgba(245, 230, 228, 0.5) !important;
    }

    .sav-value-icon {
      color: #e88b8b !important;
      flex-shrink: 0 !important;
    }

    .sav-value-title {
      font-size: 18px !important;
      color: #9e3a4c !important;
      font-weight: 600 !important;
      margin-bottom: 8px !important;
    }

    .sav-value-desc {
      font-size: 15px !important;
      color: #000 !important;
    }

    .sav-craft-image {
      position: relative !important;
    }

    .sav-craft-image::before {
      content: '' !important;
      position: absolute !important;
      inset: -16px !important;
      background: linear-gradient(to bottom right, rgba(232, 139, 139, 0.2), rgba(158, 58, 76, 0.2)) !important;
      border-radius: 24px !important;
      filter: blur(32px) !important;
    }

    .sav-craft-img {
      position: relative !important;
      width: 100% !important;
      border-radius: 24px !important;
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
      display: block !important;
    }

    /* ========== TESTIMONIALS SECTION ========== */
    .sav-testimonials {
      padding: 40px 16px !important;
      background-color: #fcf8f6 !important;
      position: relative !important;
      overflow: hidden !important;
    }

    .sav-testimonials::before {
      content: '' !important;
      position: absolute !important;
      top: 80px !important;
      left: 40px !important;
      width: 288px !important;
      height: 288px !important;
      background: radial-gradient(circle, rgba(232, 139, 139, 0.05) 0%, transparent 70%) !important;
      border-radius: 50% !important;
    }

    .sav-testimonials::after {
      content: '' !important;
      position: absolute !important;
      bottom: 80px !important;
      right: 40px !important;
      width: 384px !important;
      height: 384px !important;
      background: radial-gradient(circle, rgba(158, 58, 76, 0.05) 0%, transparent 70%) !important;
      border-radius: 50% !important;
    }

    .sav-testimonials-header {
      text-align: center !important;
      margin-bottom: 48px !important;
      position: relative !important;
      z-index: 10 !important;
    }

    .sav-testimonials-header h2 {
      font-size: 36px !important;
      color: #9e3a4c !important;
      margin-bottom: 16px !important;
      font-weight: 700 !important;
    }

    .sav-stars {
      display: flex !important;
      justify-content: center !important;
      gap: 4px !important;
      margin-bottom: 8px !important;
    }

    .sav-star {
      width: 24px !important;
      height: 24px !important;
      color: #e88b8b !important;
      fill: #e88b8b !important;
    }

    .sav-rating-text {
      font-size: 14px !important;
      color: #000 !important;
    }

    .sav-testimonials-grid {
      display: grid !important;
      grid-template-columns: repeat(3, 1fr) !important;
      gap: 24px !important;
      max-width: 1200px !important;
      margin: 0 auto !important;
      position: relative !important;
      z-index: 10 !important;
    }

    .sav-testimonial-card {
      background-color: rgba(245, 230, 228, 0.5) !important;
      backdrop-filter: blur(4px) !important;
      border-radius: 12px !important;
      padding: 32px !important;
      border: 1px solid #ebe3de !important;
      transition: box-shadow 0.3s ease !important;
    }

    .sav-testimonial-card:hover {
      box-shadow: 0 10px 30px rgba(232, 139, 139, 0.15) !important;
    }

    .sav-quote-icon {
      display: flex !important;
      justify-content: center !important;
      margin-bottom: 16px !important;
    }

    .sav-quote-icon svg {
      width: 48px !important;
      height: 48px !important;
      color: rgba(232, 139, 139, 0.4) !important;
    }

    .sav-card-stars {
      display: flex !important;
      justify-content: center !important;
      gap: 4px !important;
      margin-bottom: 16px !important;
    }

    .sav-card-star {
      width: 20px !important;
      height: 20px !important;
      color: #e88b8b !important;
      fill: #e88b8b !important;
    }

    .sav-testimonial-text {
      font-size: 15px !important;
      color: #5c2a2a !important;
      text-align: center !important;
      margin-bottom: 24px !important;
      line-height: 1.6 !important;
    }

    .sav-testimonial-author {
      font-size: 15px !important;
      font-weight: 600 !important;
      color: #9e3a4c !important;
      text-align: center !important;
    }

    /* ========== CTA SECTION ========== */
    .sav-cta {
      position: relative !important;
      overflow: hidden !important;
      padding: 80px 16px !important;
      background-image: linear-gradient(
        to bottom right,
        hsl(0 65% 72% / 0.2),
        hsl(15 50% 90%),
        hsl(350 55% 45% / 0.2)
      ) !important;
      text-align: center !important;
    }

    .sav-cta-decor {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      opacity: 0.1 !important;
      color: hsl(0 65% 72%) !important;
      pointer-events: none !important;
    }

    .sav-cta-container {
      max-width: 1200px !important;
      margin: 0 auto !important;
      position: relative !important;
      z-index: 10 !important;
      padding: 0 16px !important;
    }

    .sav-cta-content {
      max-width: 768px !important;
      margin: 0 auto !important;
      text-align: center !important;
    }

    .sav-cta h2 {
      font-size: 36px !important;
      color: hsl(350 55% 45%) !important;
      margin-bottom: 16px !important;
      font-weight: 700 !important;
      line-height: 1.1 !important;
    }

    .sav-cta p {
      font-size: 20px !important;
      color: hsl(350 40% 25%) !important;
      margin-bottom: 0 !important;
      line-height: 1.5 !important;
    }

    @media (min-width: 768px) {
      .sav-cta h2 {
        font-size: 36px !important;
      }

      .sav-cta p {
        font-size: 18px !important;
      }
    }

    .sav-cta-buttons {
      display: flex !important;
      flex-direction: column !important;
      gap: 16px !important;
      justify-content: center !important;
      align-items: center !important;
      padding-top: 32px !important;
    }

    @media (min-width: 640px) {
      .sav-cta-buttons {
        flex-direction: row !important;
      }
    }

    .sav-btn-elegant {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      height: 44px !important;
      padding: 0 48px !important;
      border-radius: 6px !important;
      background-image: linear-gradient(to right, hsl(0 65% 72%), hsl(350 55% 45%)) !important;
      color: #ffffff !important;
      font-size: 18px !important;
      font-weight: 600 !important;
      text-decoration: none !important;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12) !important;
      transition: box-shadow 0.3s ease, transform 0.3s ease !important;
    }

    .sav-btn-elegant:hover {
      box-shadow: 0 18px 30px rgba(0, 0, 0, 0.16) !important;
      transform: translateY(-1px) !important;
    }

    .sav-btn-outline {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      height: 44px !important;
      padding: 0 32px !important;
      border-radius: 6px !important;
      border: 1px solid hsl(20 20% 88%) !important;
      background-color: hsl(20 30% 97%) !important;
      color: hsl(350 40% 25%) !important;
      font-size: 18px !important;
      font-weight: 600 !important;
      text-decoration: none !important;
      transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease !important;
    }

    .sav-btn-outline:hover {
      background-color: hsl(350 55% 45%) !important;
      border-color: hsl(350 55% 45%) !important;
      color: #ffffff !important;
    }

    /* ========== FOOTER (MATCHES LOVABLE CTASection.tsx) ========== */
    .sav-footer {
        padding: 25px 0 15px 0px !important;
        background-color: hsl(350 55% 45% / 0.95) !important;
        color: #ffffff !important;
    }

    .sav-footer-container {
      max-width: 1200px !important;
      margin: 0 auto !important;
      padding: 0 16px !important;
    }

    .sav-footer-grid {
      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: 32px !important;
      margin-bottom: 10px !important;
    }

    @media (min-width: 768px) {
      .sav-footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
      }
    }

    .sav-footer-brand {
      font-size: 24px !important;
      font-weight: 700 !important;
      margin-bottom: 16px !important;
      color: #ffffff !important;
    }

    .sav-footer-desc {
      font-size: 16px !important;
      color: #fff !important;
      line-height: 1.6 !important;
    }

    .sav-footer-title {
      font-size: 20px !important;
      font-weight: 600 !important;
      color: #ffffff !important;
      margin-bottom: 16px !important;
      text-transform: none !important;
      letter-spacing: normal !important;
    }

    .sav-footer-links {
      list-style: none !important;
    }

    .sav-footer-links li {
      margin-bottom: 8px !important;
    }

    .sav-footer-links a {
      font-size: 16px !important;
      color: #fff !important;
      text-decoration: none !important;
      transition: color 0.25s ease !important;
    }

    .sav-footer-links a:hover {
      color: #ffffff !important;
    }

    .sav-footer-contact {
      list-style: none !important;
    }

    .sav-footer-contact li {
      display: flex !important;
      align-items: center !important;
      gap: 8px !important;
      margin-bottom: 12px !important;
      font-size: 16px !important;
      color: #fff !important;
    }

    .sav-footer-contact svg {
      width: 20px !important;
      height: 20px !important;
      flex-shrink: 0 !important;
      color: #ffffff !important;
    }

    .sav-footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
      padding-top: 10px !important;
      text-align: center !important;
      color: #fff;
      font-size: 14px !important;
    }
    img.main-logo {
        width: 70%;
    }
    .my_w {
        width: 50% !important;
        padding: 15px 32px !important;
    }

    @media only screen and (max-width: 767px) {
        .sav-logo {
            width: 65% !important;
        }
        .sav-nav-menu {
            width: 33% !important;
        }
        .sav-nav-inner {
            padding: 0px 15px !important;
  
        }
        img.main-logo {
            width: 90% !important;
        }
        .sav-craft-grid {
            grid-template-columns: inherit !important;
        }
        .sav-craft-content h2 {
            font-size: 30px !important;
        }
        .sav-craft {
            padding: 30px 16px !important;
        }
        .sav-testimonials-header h2 {
            font-size: 22px !important;
        }
        .sav-cta h2 {
            font-size: 28px !important;
        }
        .sav-btn-elegant , .sav-btn-outline {
           width: 100% !important;
        }
        .sav-feature-item {
            margin-bottom: 15px !important;
        }
        .sav-features-grid {
          display: block !important;
        }
        .sav-testimonials-grid {
            grid-template-columns: repeat(1, 1fr) !important;
        }
        .my_w {
            width: 100% !important;
        }
    }
  