عرض خاص: التوصيل بالمجان، و الدفع عند الاستلام، اسرع واطلب الآن

عرض خاص: التوصيل بالمجان و الدفع عند الاستلام

اسرع واطلب الآن

massage +cream

<link href="https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&family=Cairo:wght@300;400;600;700;900&display=swap" rel="stylesheet">

<style>

  :root {

    --gold: #C9A86C;

    --gold-light: #E8D5A3;

    --gold-dark: #8B6914;

    --rose: #D4587A;

    --rose-light: #F5C6D4;

    --cream: #FDF6EE;

    --dark: #1A0F0A;

    --text: #2D1F17;

    --text-muted: #7A5C4A;

    --white: #FFFFFF;

  }


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


  html { scroll-behavior: smooth; }


  body {

    font-family: 'Tajawal', sans-serif;

    background: var(--cream);

    color: var(--text);

    overflow-x: hidden;

  }


  /* ===== HERO ===== */

  .hero {

    min-height: 100vh;

    background: linear-gradient(135deg, #1A0F0A 0%, #2D1810 40%, #4A2010 70%, #1A0F0A 100%);

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    padding: 40px 20px;

  }


  .hero::before {

    content: '';

    position: absolute;

    inset: 0;

    background: 

      radial-gradient(ellipse 80% 60% at 20% 50%, rgba(201,168,108,0.15) 0%, transparent 60%),

      radial-gradient(ellipse 60% 80% at 80% 30%, rgba(212,88,122,0.1) 0%, transparent 50%);

    pointer-events: none;

  }


  .hero-particles {

    position: absolute;

    inset: 0;

    overflow: hidden;

    pointer-events: none;

  }


  .particle {

    position: absolute;

    width: 2px;

    height: 2px;

    background: var(--gold);

    border-radius: 50%;

    opacity: 0;

    animation: float-particle linear infinite;

  }


  @keyframes float-particle {

    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }

    10% { opacity: 0.6; }

    90% { opacity: 0.6; }

    100% { transform: translateY(-20px) rotate(360deg); opacity: 0; }

  }


  .hero-content {

    text-align: center;

    max-width: 780px;

    position: relative;

    z-index: 2;

    animation: fadeInUp 1s ease forwards;

  }


  @keyframes fadeInUp {

    from { opacity: 0; transform: translateY(40px); }

    to { opacity: 1; transform: translateY(0); }

  }


  .hero-badge {

    display: inline-block;

    background: linear-gradient(135deg, var(--gold), var(--gold-dark));

    color: var(--cream);

    padding: 8px 24px;

    border-radius: 50px;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1px;

    margin-bottom: 28px;

    text-transform: uppercase;

    box-shadow: 0 4px 20px rgba(201,168,108,0.4);

    animation: pulse-badge 2s ease infinite;

  }


  @keyframes pulse-badge {

    0%, 100% { box-shadow: 0 4px 20px rgba(201,168,108,0.4); }

    50% { box-shadow: 0 4px 40px rgba(201,168,108,0.7); }

  }


  .hero h1 {

    font-family: 'Cairo', sans-serif;

    font-size: clamp(28px, 5vw, 56px);

    font-weight: 900;

    color: var(--white);

    line-height: 1.3;

    margin-bottom: 20px;

  }


  .hero h1 span {

    background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--rose));

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    background-clip: text;

  }


  .hero-subtitle {

    font-size: clamp(15px, 2.5vw, 19px);

    color: rgba(255,255,255,0.75);

    line-height: 1.8;

    margin-bottom: 40px;

    max-width: 600px;

    margin-inline: auto;

  }


  .hero-cta {

    display: inline-block;

    background: linear-gradient(135deg, var(--rose), #B03060, var(--rose));

    background-size: 200%;

    color: white;

    padding: 20px 50px;

    border-radius: 60px;

    font-size: 20px;

    font-weight: 800;

    text-decoration: none;

    box-shadow: 0 8px 40px rgba(212,88,122,0.5);

    transition: all 0.3s ease;

    animation: pulse-cta 2.5s ease infinite;

    cursor: pointer;

    border: none;

    font-family: 'Tajawal', sans-serif;

  }


  @keyframes pulse-cta {

    0%, 100% { transform: scale(1); box-shadow: 0 8px 40px rgba(212,88,122,0.5); }

    50% { transform: scale(1.03); box-shadow: 0 12px 60px rgba(212,88,122,0.7); }

  }


  .hero-cta:hover {

    background-position: right center;

    transform: scale(1.05);

  }


  .hero-trust {

    display: flex;

    justify-content: center;

    gap: 30px;

    margin-top: 40px;

    flex-wrap: wrap;

  }


  .trust-item {

    color: rgba(255,255,255,0.6);

    font-size: 13px;

    display: flex;

    align-items: center;

    gap: 6px;

  }


  .trust-item span { color: var(--gold); font-size: 16px; }


  /* ===== PROBLEM SECTION ===== */

  .problem {

    padding: 80px 20px;

    background: var(--white);

    text-align: center;

  }


  .section-eyebrow {

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: var(--gold-dark);

    margin-bottom: 12px;

  }


  .section-title {

    font-family: 'Cairo', sans-serif;

    font-size: clamp(24px, 4vw, 42px);

    font-weight: 900;

    color: var(--dark);

    line-height: 1.3;

    margin-bottom: 20px;

  }


  .section-title span { color: var(--rose); }


  .problem-text {

    max-width: 680px;

    margin: 0 auto 50px;

    font-size: 17px;

    line-height: 2;

    color: var(--text-muted);

  }


  .problem-cards {

    display: flex;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;

    max-width: 900px;

    margin: 0 auto;

  }


  .problem-card {

    background: linear-gradient(135deg, #FFF5F8, #FDF6EE);

    border: 1px solid var(--rose-light);

    border-radius: 20px;

    padding: 28px 24px;

    flex: 1;

    min-width: 200px;

    max-width: 240px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

  }


  .problem-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 20px 40px rgba(212,88,122,0.12);

  }


  .problem-icon {

    font-size: 40px;

    margin-bottom: 14px;

    display: block;

  }


  .problem-card h3 {

    font-size: 15px;

    font-weight: 700;

    color: var(--dark);

    margin-bottom: 8px;

  }


  .problem-card p {

    font-size: 13px;

    color: var(--text-muted);

    line-height: 1.7;

  }


  /* ===== BENEFITS ===== */

  .benefits {

    padding: 80px 20px;

    background: linear-gradient(135deg, var(--dark) 0%, #2D1810 100%);

    position: relative;

    overflow: hidden;

  }


  .benefits::before {

    content: '';

    position: absolute;

    top: -50%;

    right: -20%;

    width: 600px;

    height: 600px;

    background: radial-gradient(circle, rgba(201,168,108,0.08) 0%, transparent 70%);

    pointer-events: none;

  }


  .benefits-inner {

    max-width: 1100px;

    margin: 0 auto;

  }


  .benefits .section-eyebrow { color: var(--gold-light); }

  .benefits .section-title { color: var(--white); }


  .benefits-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

    gap: 24px;

    margin-top: 50px;

  }


  .benefit-card {

    background: rgba(255,255,255,0.05);

    border: 1px solid rgba(201,168,108,0.2);

    border-radius: 24px;

    padding: 36px 28px;

    transition: all 0.4s ease;

    position: relative;

    overflow: hidden;

  }


  .benefit-card::after {

    content: '';

    position: absolute;

    bottom: 0;

    right: 0;

    width: 100px;

    height: 100px;

    background: radial-gradient(circle, rgba(201,168,108,0.1) 0%, transparent 70%);

    pointer-events: none;

  }


  .benefit-card:hover {

    background: rgba(201,168,108,0.1);

    border-color: var(--gold);

    transform: translateY(-8px);

    box-shadow: 0 20px 60px rgba(201,168,108,0.15);

  }


  .benefit-num {

    font-family: 'Cairo', sans-serif;

    font-size: 48px;

    font-weight: 900;

    color: rgba(201,168,108,0.2);

    line-height: 1;

    margin-bottom: 8px;

  }


  .benefit-icon { font-size: 36px; margin-bottom: 16px; display: block; }


  .benefit-card h3 {

    font-size: 18px;

    font-weight: 800;

    color: var(--gold-light);

    margin-bottom: 10px;

  }


  .benefit-card p {

    font-size: 14px;

    color: rgba(255,255,255,0.6);

    line-height: 1.8;

  }


  /* ===== HOW TO USE ===== */

  .how-to {

    padding: 80px 20px;

    background: var(--cream);

    text-align: center;

  }


  .steps {

    display: flex;

    justify-content: center;

    gap: 0;

    max-width: 900px;

    margin: 50px auto 0;

    position: relative;

    flex-wrap: wrap;

  }


  .steps::before {

    content: '';

    position: absolute;

    top: 36px;

    right: 15%;

    left: 15%;

    height: 2px;

    background: linear-gradient(90deg, var(--gold-light), var(--gold), var(--gold-light));

    z-index: 0;

  }


  .step {

    flex: 1;

    min-width: 150px;

    max-width: 200px;

    text-align: center;

    position: relative;

    z-index: 1;

    padding: 0 10px;

  }


  .step-circle {

    width: 72px;

    height: 72px;

    border-radius: 50%;

    background: linear-gradient(135deg, var(--gold), var(--gold-dark));

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 16px;

    font-size: 28px;

    box-shadow: 0 8px 24px rgba(201,168,108,0.35);

    transition: transform 0.3s ease;

  }


  .step:hover .step-circle { transform: scale(1.1); }


  .step h3 {

    font-size: 15px;

    font-weight: 800;

    color: var(--dark);

    margin-bottom: 8px;

  }


  .step p {

    font-size: 13px;

    color: var(--text-muted);

    line-height: 1.7;

  }


  /* ===== BEFORE/AFTER ===== */

  .before-after {

    padding: 80px 20px;

    background: var(--white);

    text-align: center;

  }


  .ba-container {

    max-width: 800px;

    margin: 50px auto 0;

    position: relative;

    border-radius: 30px;

    overflow: hidden;

    box-shadow: 0 30px 80px rgba(0,0,0,0.15);

  }


  .ba-visual {

    display: grid;

    grid-template-columns: 1fr 1fr;

    height: 340px;

    position: relative;

  }


  .ba-side {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    position: relative;

    overflow: hidden;

  }


  .ba-before {

    background: linear-gradient(135deg, #C9A48B, #A07055);

  }


  .ba-after {

    background: linear-gradient(135deg, #F5D9C8, #EEB89A);

  }


  .ba-label {

    position: absolute;

    top: 16px;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2px;

    padding: 6px 18px;

    border-radius: 20px;

    text-transform: uppercase;

  }


  .ba-before .ba-label {

    background: rgba(0,0,0,0.4);

    color: rgba(255,255,255,0.8);

    right: 16px;

  }


  .ba-after .ba-label {

    background: rgba(201,168,108,0.9);

    color: var(--dark);

    left: 16px;

  }


  .ba-face {

    font-size: 80px;

    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));

    transition: transform 0.3s ease;

  }


  .ba-container:hover .ba-face { transform: scale(1.05); }


  .ba-before .ba-text {

    font-size: 12px;

    color: rgba(255,255,255,0.7);

    margin-top: 12px;

    font-weight: 600;

  }


  .ba-after .ba-text {

    font-size: 12px;

    color: var(--gold-dark);

    margin-top: 12px;

    font-weight: 700;

  }


  .ba-divider {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 50%;

    width: 4px;

    background: linear-gradient(180deg, var(--gold), var(--gold-dark));

    transform: translateX(-50%);

    z-index: 3;

  }


  .ba-divider-circle {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 44px;

    height: 44px;

    border-radius: 50%;

    background: var(--gold);

    display: flex;

    align-items: center;

    justify-content: center;

    color: white;

    font-size: 18px;

    font-weight: 900;

    box-shadow: 0 4px 16px rgba(201,168,108,0.5);

    z-index: 4;

  }


  .ba-results {

    display: flex;

    justify-content: center;

    gap: 40px;

    padding: 30px;

    background: linear-gradient(135deg, var(--dark), #2D1810);

    flex-wrap: wrap;

  }


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


  .ba-stat-num {

    font-family: 'Cairo', sans-serif;

    font-size: 36px;

    font-weight: 900;

    color: var(--gold);

    line-height: 1;

  }


  .ba-stat-label {

    font-size: 12px;

    color: rgba(255,255,255,0.6);

    margin-top: 4px;

  }


  /* ===== TESTIMONIALS ===== */

  .testimonials {

    padding: 80px 20px;

    background: linear-gradient(135deg, #FDF6EE, #FFF0F5);

  }


  .testimonials-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

    gap: 24px;

    max-width: 1100px;

    margin: 50px auto 0;

  }


  .testimonial-card {

    background: var(--white);

    border-radius: 24px;

    padding: 32px 28px;

    box-shadow: 0 8px 32px rgba(0,0,0,0.06);

    transition: all 0.3s ease;

    position: relative;

    overflow: hidden;

  }


  .testimonial-card::before {

    content: '"';

    position: absolute;

    top: -10px;

    right: 20px;

    font-size: 120px;

    color: rgba(201,168,108,0.08);

    font-family: Georgia, serif;

    line-height: 1;

    pointer-events: none;

  }


  .testimonial-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 20px 50px rgba(0,0,0,0.1);

  }


  .stars {

    color: var(--gold);

    font-size: 18px;

    margin-bottom: 14px;

    letter-spacing: 2px;

  }


  .testimonial-text {

    font-size: 15px;

    line-height: 1.9;

    color: var(--text);

    margin-bottom: 20px;

    font-style: italic;

  }


  .testimonial-author {

    display: flex;

    align-items: center;

    gap: 12px;

  }


  .author-avatar {

    width: 48px;

    height: 48px;

    border-radius: 50%;

    background: linear-gradient(135deg, var(--gold), var(--rose));

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 22px;

  }


  .author-info h4 {

    font-size: 14px;

    font-weight: 800;

    color: var(--dark);

  }


  .author-info p {

    font-size: 12px;

    color: var(--text-muted);

  }


  .verified-badge {

    display: inline-flex;

    align-items: center;

    gap: 4px;

    background: #EFFFEE;

    color: #2A7A2A;

    font-size: 11px;

    font-weight: 700;

    padding: 3px 10px;

    border-radius: 10px;

    margin-top: 6px;

  }


  /* ===== GUARANTEE ===== */

  .guarantee {

    padding: 60px 20px;

    background: var(--white);

    text-align: center;

  }


  .guarantee-box {

    max-width: 700px;

    margin: 0 auto;

    background: linear-gradient(135deg, #FFFBF2, #FFF5E0);

    border: 2px solid var(--gold-light);

    border-radius: 30px;

    padding: 50px 40px;

    position: relative;

    overflow: hidden;

  }


  .guarantee-box::before {

    content: '';

    position: absolute;

    top: -30px;

    left: -30px;

    width: 150px;

    height: 150px;

    background: radial-gradient(circle, rgba(201,168,108,0.15) 0%, transparent 70%);

    pointer-events: none;

  }


  .guarantee-seal {

    font-size: 80px;

    margin-bottom: 20px;

    display: block;

    animation: rotate-seal 10s linear infinite;

  }


  @keyframes rotate-seal {

    0%, 100% { transform: rotate(-3deg); }

    50% { transform: rotate(3deg); }

  }


  .guarantee-box h3 {

    font-family: 'Cairo', sans-serif;

    font-size: 28px;

    font-weight: 900;

    color: var(--dark);

    margin-bottom: 14px;

  }


  .guarantee-box p {

    font-size: 16px;

    line-height: 1.9;

    color: var(--text-muted);

  }


  /* ===== OFFER ===== */

  .offer {

    padding: 80px 20px;

    background: linear-gradient(135deg, #1A0F0A 0%, #2D1810 50%, #1A0F0A 100%);

    text-align: center;

    position: relative;

    overflow: hidden;

  }


  .offer::before {

    content: '';

    position: absolute;

    inset: 0;

    background: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(201,168,108,0.08) 0%, transparent 70%);

    pointer-events: none;

  }


  .offer-badge {

    display: inline-block;

    background: var(--rose);

    color: white;

    padding: 10px 28px;

    border-radius: 50px;

    font-size: 14px;

    font-weight: 800;

    margin-bottom: 28px;

    animation: bounce-badge 1.5s ease infinite;

  }


  @keyframes bounce-badge {

    0%, 100% { transform: translateY(0); }

    50% { transform: translateY(-5px); }

  }


  .offer .section-title { color: var(--white); }


  .price-box {

    display: inline-flex;

    align-items: center;

    gap: 20px;

    background: rgba(255,255,255,0.05);

    border: 1px solid rgba(201,168,108,0.3);

    border-radius: 24px;

    padding: 28px 50px;

    margin: 30px 0;

    flex-wrap: wrap;

    justify-content: center;

  }


  .price-old {

    font-size: 28px;

    color: rgba(255,255,255,0.3);

    text-decoration: line-through;

    font-weight: 700;

  }


  .price-new {

    font-family: 'Cairo', sans-serif;

    font-size: 60px;

    font-weight: 900;

    color: var(--gold);

    line-height: 1;

  }


  .price-currency {

    font-size: 20px;

    color: var(--gold-light);

    font-weight: 600;

    margin-top: 8px;

  }


  .offer-features {

    display: flex;

    justify-content: center;

    gap: 30px;

    margin: 28px 0;

    flex-wrap: wrap;

  }


  .offer-feature {

    color: rgba(255,255,255,0.7);

    font-size: 14px;

    display: flex;

    align-items: center;

    gap: 8px;

  }


  .offer-feature span { color: var(--gold); font-size: 18px; }


  .offer-cta {

    display: inline-block;

    background: linear-gradient(135deg, #E8451A, #C23010);

    color: white;

    padding: 22px 60px;

    border-radius: 60px;

    font-size: 22px;

    font-weight: 900;

    text-decoration: none;

    box-shadow: 0 8px 40px rgba(232,69,26,0.5);

    transition: all 0.3s ease;

    cursor: pointer;

    border: none;

    font-family: 'Tajawal', sans-serif;

    animation: pulse-offer 2s ease infinite;

  }


  @keyframes pulse-offer {

    0%, 100% { box-shadow: 0 8px 40px rgba(232,69,26,0.5); transform: scale(1); }

    50% { box-shadow: 0 12px 60px rgba(232,69,26,0.7); transform: scale(1.03); }

  }


  .offer-cta:hover { transform: scale(1.06); }


  .offer-subtitle {

    margin-top: 16px;

    color: rgba(255,255,255,0.5);

    font-size: 13px;

  }


  .countdown {

    display: flex;

    justify-content: center;

    gap: 16px;

    margin: 30px 0;

    flex-wrap: wrap;

  }


  .countdown-unit {

    text-align: center;

    background: rgba(255,255,255,0.07);

    border: 1px solid rgba(201,168,108,0.25);

    border-radius: 12px;

    padding: 14px 20px;

    min-width: 70px;

  }


  .countdown-num {

    font-family: 'Cairo', sans-serif;

    font-size: 32px;

    font-weight: 900;

    color: var(--gold);

    line-height: 1;

  }


  .countdown-label {

    font-size: 11px;

    color: rgba(255,255,255,0.5);

    margin-top: 4px;

  }


  /* ===== FAQ ===== */

  .faq {

    padding: 80px 20px;

    background: var(--cream);

  }


  .faq-inner {

    max-width: 750px;

    margin: 0 auto;

  }


  .faq-list {

    margin-top: 50px;

    display: flex;

    flex-direction: column;

    gap: 16px;

  }


  .faq-item {

    background: var(--white);

    border-radius: 16px;

    overflow: hidden;

    box-shadow: 0 2px 12px rgba(0,0,0,0.06);

    transition: all 0.3s ease;

  }


  .faq-item:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.1); }


  .faq-question {

    padding: 22px 28px;

    font-size: 16px;

    font-weight: 700;

    color: var(--dark);

    cursor: pointer;

    display: flex;

    justify-content: space-between;

    align-items: center;

    user-select: none;

  }


  .faq-icon {

    width: 32px;

    height: 32px;

    border-radius: 50%;

    background: linear-gradient(135deg, var(--gold), var(--gold-dark));

    display: flex;

    align-items: center;

    justify-content: center;

    color: white;

    font-size: 18px;

    font-weight: 900;

    flex-shrink: 0;

    transition: transform 0.3s ease;

  }


  .faq-item.open .faq-icon { transform: rotate(45deg); }


  .faq-answer {

    max-height: 0;

    overflow: hidden;

    transition: max-height 0.4s ease, padding 0.3s ease;

  }


  .faq-item.open .faq-answer {

    max-height: 200px;

    padding-bottom: 22px;

  }


  .faq-answer p {

    padding: 0 28px;

    font-size: 15px;

    line-height: 1.9;

    color: var(--text-muted);

  }


  /* ===== FOOTER ===== */

  .footer {

    background: var(--dark);

    padding: 40px 20px;

    text-align: center;

  }


  .footer-logo {

    font-family: 'Cairo', sans-serif;

    font-size: 26px;

    font-weight: 900;

    color: var(--gold);

    margin-bottom: 12px;

    letter-spacing: 1px;

  }


  .footer p {

    color: rgba(255,255,255,0.4);

    font-size: 12px;

    line-height: 1.8;

  }


  /* ===== STICKY CTA BAR ===== */

  .sticky-bar {

    position: fixed;

    bottom: 0;

    right: 0;

    left: 0;

    background: linear-gradient(135deg, #1A0F0A, #2D1810);

    border-top: 2px solid rgba(201,168,108,0.3);

    padding: 14px 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    z-index: 1000;

    box-shadow: 0 -8px 30px rgba(0,0,0,0.3);

    flex-wrap: wrap;

    gap: 12px;

  }


  .sticky-text {

    color: rgba(255,255,255,0.8);

    font-size: 14px;

  }


  .sticky-text strong { color: var(--gold); }


  .sticky-btn {

    background: linear-gradient(135deg, var(--rose), #B03060);

    color: white;

    padding: 12px 30px;

    border-radius: 40px;

    font-size: 15px;

    font-weight: 800;

    border: none;

    cursor: pointer;

    font-family: 'Tajawal', sans-serif;

    transition: transform 0.2s;

    white-space: nowrap;

  }


  .sticky-btn:hover { transform: scale(1.05); }


  body { padding-bottom: 80px; }


  @media (max-width: 600px) {

    .steps::before { display: none; }

    .step { min-width: 130px; }

    .price-new { font-size: 44px; }

    .ba-visual { height: 240px; }

    .ba-face { font-size: 55px; }

    .guarantee-box { padding: 36px 20px; }

  }

</style>


<!-- HERO -->

<section class="hero">

  <div class="hero-particles" id="particles"></div>

  <div class="hero-content">

    <div class="hero-badge">✨ العرض الحصري – خصم 50%</div>

    <h1>وداعاً للتجاعيد<br>في <span>أسابيع قليلة</span> فقط!<br>استعيدي شباب بشرتك اليوم</h1>

    <p class="hero-subtitle">سيرام الذهب الملكي – التركيبة العلمية المتطورة التي تستعيد نضارة بشرتك وتمحو آثار الزمن بفاعلية مثبتة</p>

    <button class="hero-cta" onclick="scrollToOffer()">🛒 اطلبي الآن – الدفع عند الاستلام</button>

    <div class="hero-trust">

      <div class="trust-item"><span>⭐</span> تقييم 4.9 من 5</div>

      <div class="trust-item"><span>✅</span> أكثر من 12,000 عميلة راضية</div>

      <div class="trust-item"><span>🔒</span> ضمان استرجاع 14 يوم</div>

    </div>

  </div>

</section>


<!-- PROBLEM -->

<section class="problem">

  <p class="section-eyebrow">هل تعانين من هذه المشكلة؟</p>

  <h2 class="section-title">التجاعيد... <span>الهاجس الذي لا تريدينه</span></h2>

  <p class="problem-text">

    مع مرور الوقت، تبدأ البشرة تفقد إشراقها وحيويتها. تظهر خطوط دقيقة حول العيون والفم، وتُصبح البشرة أقل مرونة وجمالاً. لستِ وحدكِ في هذا – ملايين النساء في السعودية والإمارات والوطن العربي يبحثن كل يوم عن الحل الأمثل.

  </p>

  <div class="problem-cards">

    <div class="problem-card">

      <span class="problem-icon">😔</span>

      <h3>خطوط التعبير</h3>

      <p>تظهر حول العيون والجبهة وتُشيخ ملامح وجهك</p>

    </div>

    <div class="problem-card">

      <span class="problem-icon">💧</span>

      <h3>جفاف البشرة</h3>

      <p>بشرة متشققة ومجهدة تفقد نضارتها وبريقها الطبيعي</p>

    </div>

    <div class="problem-card">

      <span class="problem-icon">🔽</span>

      <h3>ترهل الجلد</h3>

      <p>فقدان المرونة والشد مما يُبرز آثار التقدم في العمر</p>

    </div>

    <div class="problem-card">

      <span class="problem-icon">🚫</span>

      <h3>منتجات بلا نتيجة</h3>

      <p>كريمات مكلفة بوعود كثيرة لكن بدون نتائج حقيقية</p>

    </div>

  </div>

</section>


<!-- BENEFITS -->

<section class="benefits">

  <div class="benefits-inner">

    <p class="section-eyebrow" style="text-align:center;">لماذا سيرام الذهب؟</p>

    <h2 class="section-title" style="text-align:center;">4 فوائد تغيّر بشرتك<br>من الأسبوع الأول</h2>

    <div class="benefits-grid">

      <div class="benefit-card">

        <span class="benefit-num">01</span>

        <span class="benefit-icon">✨</span>

        <h3>تقليل التجاعيد والخطوط</h3>

        <p>تركيبة بالريتينول والببتيدات تستهدف التجاعيد بعمق وتمحو الخطوط الدقيقة بشكل ملحوظ خلال أسابيع قليلة</p>

      </div>

      <div class="benefit-card">

        <span class="benefit-num">02</span>

        <span class="benefit-icon">💪</span>

        <h3>شد وتحسين المرونة</h3>

        <p>الكولاجين المتطور يعزز بنية الجلد ويعيد إليه صلابته وشبابه، فتستعيدين قسمات وجهك المشدودة الجميلة</p>

      </div>

      <div class="benefit-card">

        <span class="benefit-num">03</span>

        <span class="benefit-icon">🌊</span>

        <h3>ترطيب عميق ومستدام</h3>

        <p>حمض الهيالورونيك يغذي البشرة لـ24 ساعة كاملة، ويمنحها نعومة فائقة وبريقاً طبيعياً يلفت الأنظار</p>

      </div>

      <div class="benefit-card">

        <span class="benefit-num">04</span>

        <span class="benefit-icon">⚡</span>

        <h3>نتائج ملحوظة في أسابيع</h3>

        <p>90٪ من مستخدماتنا لاحظن تحسناً واضحاً خلال 3 أسابيع فقط. بشرة أنعم، أصغر، وأكثر إشراقاً</p>

      </div>

    </div>

  </div>

</section>


<!-- HOW TO USE -->

<section class="how-to">

  <p class="section-eyebrow">طريقة الاستخدام</p>

  <h2 class="section-title">ثلاث خطوات بسيطة<br><span>للحصول على بشرة مثالية</span></h2>

  <div class="steps">

    <div class="step">

      <div class="step-circle">🧼</div>

      <h3>الخطوة الأولى</h3>

      <p>نظفي وجهك جيداً ورطبيه بماء فاتر لتهيئة المسام</p>

    </div>

    <div class="step">

      <div class="step-circle">💆</div>

      <h3>الخطوة الثانية</h3>

      <p>ضعي 3-4 قطرات من السيرام ودلكيها بلطف بحركات دائرية صاعدة</p>

    </div>

    <div class="step">

      <div class="step-circle">🌙</div>

      <h3>الخطوة الثالثة</h3>

      <p>استخدميه مرتين يومياً – صباحاً وقبل النوم للحصول على أفضل النتائج</p>

    </div>

  </div>

</section>


<!-- BEFORE/AFTER -->

<section class="before-after">

  <p class="section-eyebrow">نتائج حقيقية</p>

  <h2 class="section-title">قبل وبعد<br><span>الفرق واضح وملموس</span></h2>

  <div class="ba-container">

    <div class="ba-visual">

      <div class="ba-side ba-before">

        <div class="ba-label">قبل</div>

        <div class="ba-face">😟</div>

        <div class="ba-text">تجاعيد وجفاف وإرهاق</div>

      </div>

      <div class="ba-side ba-after">

        <div class="ba-label">بعد 3 أسابيع ✨</div>

        <div class="ba-face">😍</div>

        <div class="ba-text">بشرة مشدودة ومتألقة!</div>

      </div>

      <div class="ba-divider">

        <div class="ba-divider-circle">↔</div>

      </div>

    </div>

    <div class="ba-results">

      <div class="ba-stat">

        <div class="ba-stat-num">90٪</div>

        <div class="ba-stat-label">تقليل التجاعيد</div>

      </div>

      <div class="ba-stat">

        <div class="ba-stat-num">3×</div>

        <div class="ba-stat-label">ترطيب أعمق</div>

      </div>

      <div class="ba-stat">

        <div class="ba-stat-num">21</div>

        <div class="ba-stat-label">يوماً للنتيجة</div>

      </div>

      <div class="ba-stat">

        <div class="ba-stat-num">97٪</div>

        <div class="ba-stat-label">رضا العميلات</div>

      </div>

    </div>

  </div>

</section>


<!-- TESTIMONIALS -->

<section class="testimonials">

  <p class="section-eyebrow" style="text-align:center;">آراء العملاء</p>

  <h2 class="section-title" style="text-align:center;">ماذا قالت عنه<br><span>عميلاتنا؟</span></h2>

  <div class="testimonials-grid">

    <div class="testimonial-card">

      <div class="stars">★★★★★</div>

      <p class="testimonial-text">"لم أتوقع نتائج بهذه السرعة! بعد أسبوعين فقط لاحظت أن خطوط عيني بدأت تختفي. حتى زوجي قال لي 'كأنك تصغرين كل يوم!' 😍 لن أتوقف عن استخدامه أبداً."</p>

      <div class="testimonial-author">

        <div class="author-avatar">👩</div>

        <div class="author-info">

          <h4>نورة العتيبي</h4>

          <p>الرياض، المملكة العربية السعودية</p>

          <div class="verified-badge">✓ عميلة موثقة</div>

        </div>

      </div>

    </div>

    <div class="testimonial-card">

      <div class="stars">★★★★★</div>

      <p class="testimonial-text">"جربت عشرات الكريمات والمنتجات التي صرفت عليها آلاف الدراهم، لكن سيرام الذهب هو الوحيد الذي حقق وعوده فعلاً. بشرتي أصبحت أنعم وأكثر إشراقاً من أي وقت مضى."</p>

      <div class="testimonial-author">

        <div class="author-avatar">👩‍🦰</div>

        <div class="author-info">

          <h4>فاطمة المنصوري</h4>

          <p>دبي، الإمارات العربية المتحدة</p>

          <div class="verified-badge">✓ عميلة موثقة</div>

        </div>

      </div>

    </div>

    <div class="testimonial-card">

      <div class="stars">★★★★★</div>

      <p class="testimonial-text">"أنا في الخامسة والأربعين وكنت أعاني من ترهل ملحوظ. الآن بعد 3 أسابيع وجهي أكثر شباباً وصديقاتي يسألنني عن سري! الإجابة دائماً: سيرام الذهب 💛"</p>

      <div class="testimonial-author">

        <div class="author-avatar">👩‍🦳</div>

        <div class="author-info">

          <h4>سلمى القحطاني</h4>

          <p>جدة، المملكة العربية السعودية</p>

          <div class="verified-badge">✓ عميلة موثقة</div>

        </div>

      </div>

    </div>

    <div class="testimonial-card">

      <div class="stars">★★★★★</div>

      <p class="testimonial-text">"شحن سريع جداً وصل خلال يومين. المنتج أصلي ومغلف بشكل احترافي. ما يدهشني أن ملمس بشرتي تغير بعد الاستخدام الأول مباشرة. أنصح به كل صديقاتي!"</p>

      <div class="testimonial-author">

        <div class="author-avatar">🧕</div>

        <div class="author-info">

          <h4>مريم الظاهري</h4>

          <p>أبوظبي، الإمارات العربية المتحدة</p>

          <div class="verified-badge">✓ عميلة موثقة</div>

        </div>

      </div>

    </div>

  </div>

</section>


<!-- GUARANTEE -->

<section class="guarantee">

  <p class="section-eyebrow">ثقتك أهم شيء</p>

  <h2 class="section-title">نحن نضمن لكِ<br><span>أو نعيد أموالكِ</span></h2>

  <div class="guarantee-box">

    <span class="guarantee-seal">🛡️</span>

    <h3>ضمان استرجاع الأموال – 14 يوم</h3>

    <p>

      نثق تماماً في فاعلية سيرام الذهب. لهذا نمنحك ضماناً كاملاً لمدة <strong>14 يوماً</strong> من تاريخ الاستلام.<br><br>

      إذا لم تلاحظي أي تحسن في بشرتك، نعيد إليكِ ثمن المنتج بالكامل دون أي أسئلة أو شروط.

      لأن رضاكِ هو أولويتنا القصوى.

    </p>

  </div>

</section>


<!-- OFFER -->

<section class="offer" id="offer">

  <div class="offer-badge">🔥 عرض لفترة محدودة – ينتهي قريباً!</div>

  <h2 class="section-title">اطلبي الآن واستفيدي<br>من خصم 50٪</h2>


  <div class="countdown" id="countdown">

    <div class="countdown-unit"><div class="countdown-num" id="hours">11</div><div class="countdown-label">ساعة</div></div>

    <div class="countdown-unit"><div class="countdown-num" id="minutes">47</div><div class="countdown-label">دقيقة</div></div>

    <div class="countdown-unit"><div class="countdown-num" id="seconds">23</div><div class="countdown-label">ثانية</div></div>

  </div>


  <div class="price-box">

    <div>

      <div class="price-old">299 ريال</div>

      <div style="color:rgba(255,255,255,0.4);font-size:12px;">السعر الأصلي</div>

    </div>

    <div>

      <div class="price-new">149</div>

      <div class="price-currency">ريال سعودي فقط</div>

    </div>

  </div>


  <div class="offer-features">

    <div class="offer-feature"><span>🚀</span> شحن سريع 2-3 أيام</div>

    <div class="offer-feature"><span>💳</span> الدفع عند الاستلام</div>

    <div class="offer-feature"><span>📦</span> تغليف مميز وآمن</div>

    <div class="offer-feature"><span>🎁</span> هدية مجانية مع كل طلب</div>

  </div>


  <a class="offer-cta" href="https://hafaoua.store/products/rosemary">

    🛒 اطلب الآن – الدفع عند الاستلام

  </a>

  <p class="offer-subtitle">⚠️ الكميات محدودة – لا تتركي الفرصة تفوتك!</p>

</section>


<!-- FAQ -->

<section class="faq">

  <div class="faq-inner">

    <p class="section-eyebrow" style="text-align:center;">أسئلة شائعة</p>

    <h2 class="section-title" style="text-align:center;">كل ما تريدين<br><span>معرفته</span></h2>

    <div class="faq-list">

      <div class="faq-item" onclick="toggleFaq(this)">

        <div class="faq-question">

          متى سأرى نتائج واضحة في بشرتي؟

          <div class="faq-icon">+</div>

        </div>

        <div class="faq-answer">

          <p>معظم العميلات يلاحظن تحسناً ملموساً خلال 7-10 أيام من الاستخدام المنتظم، وتظهر نتائج أكثر وضوحاً بعد 3 أسابيع. الترطيب العميق يُحس به من أول استخدام. للحصول على أفضل النتائج، استخدمي المنتج مرتين يومياً صباحاً ومساءً.</p>

        </div>

      </div>

      <div class="faq-item" onclick="toggleFaq(this)">

        <div class="faq-question">

          هل المنتج مناسب لجميع أنواع البشرة؟

          <div class="faq-icon">+</div>

        </div>

        <div class="faq-answer">

          <p>نعم، سيرام الذهب مصمم خصيصاً ليناسب جميع أنواع البشرة: الجافة، الدهنية، المختلطة، والحساسة. التركيبة خالية من البارابين والكحول والعطور المضافة. إذا كانت بشرتك حساسة جداً، ننصح بتجربته على منطقة صغيرة أولاً.</p>

        </div>

      </div>

      <div class="faq-item" onclick="toggleFaq(this)">

        <div class="faq-question">

          كيف يتم التوصيل؟ وكم تستغرق مدة الشحن؟

          <div class="faq-icon">+</div>

        </div>

        <div class="faq-answer">

          <p>نوصل لجميع مناطق المملكة العربية السعودية والإمارات والدول العربية. مدة التوصيل من 2 إلى 4 أيام عمل. ستصلك رسالة SMS برقم التتبع فور شحن طلبك. الدفع يتم عند الاستلام بشكل كامل ومريح.</p>

        </div>

      </div>

      <div class="faq-item" onclick="toggleFaq(this)">

        <div class="faq-question">

          ماذا أفعل إذا لم يناسبني المنتج؟

          <div class="faq-icon">+</div>

        </div>

        <div class="faq-answer">

          <p>نقدم ضمان استرجاع كامل لمدة 14 يوماً من تاريخ الاستلام. فقط تواصلي مع فريق دعم العملاء عبر الواتساب، وسنرتب لك استرجاع المنتج وإعادة المبلغ كاملاً دون أي تعقيدات أو شروط. رضاكِ هو الأهم.</p>

        </div>

      </div>

    </div>

  </div>

</section>


<!-- FOOTER -->

<footer class="footer">

  <div class="footer-logo">✨ سيرام الذهب الملكي</div>

  <p>© 2025 جميع الحقوق محفوظة | متوفر في السعودية والإمارات وجميع الدول العربية<br>

  للتواصل والاستفسار: WhatsApp | البريد الإلكتروني</p>

</footer>


<!-- STICKY BAR -->

<div class="sticky-bar">

  <div class="sticky-text">

    🔥 خصم <strong>50٪</strong> – الكميات محدودة! الدفع عند الاستلام

  </div>

  <a class="sticky-btn" href="https://hafaoua.store/products/rosemary">🛒 اطلبي الآن</a>

</div>


<script>

  // Particles

  function createParticles() {

    const container = document.getElementById('particles');

    for (let i = 0; i < 30; i++) {

      const p = document.createElement('div');

      p.className = 'particle';

      p.style.cssText = `

        left: ${Math.random() * 100}%;

        width: ${Math.random() * 3 + 1}px;

        height: ${Math.random() * 3 + 1}px;

        animation-duration: ${Math.random() * 10 + 8}s;

        animation-delay: ${Math.random() * 8}s;

        opacity: ${Math.random() * 0.5 + 0.1};

      `;

      container.appendChild(p);

    }

  }

  createParticles();


  // Countdown Timer

  let totalSeconds = 11 * 3600 + 47 * 60 + 23;

  function updateCountdown() {

    const h = Math.floor(totalSeconds / 3600);

    const m = Math.floor((totalSeconds % 3600) / 60);

    const s = totalSeconds % 60;

    document.getElementById('hours').textContent = String(h).padStart(2,'0');

    document.getElementById('minutes').textContent = String(m).padStart(2,'0');

    document.getElementById('seconds').textContent = String(s).padStart(2,'0');

    if (totalSeconds > 0) totalSeconds--;

  }

  updateCountdown();

  setInterval(updateCountdown, 1000);


  // Scroll to offer

  function scrollToOffer() {

    window.location.href = 'https://hafaoua.store/products/rosemary';

  }


  // FAQ Toggle

  function toggleFaq(item) {

    const allItems = document.querySelectorAll('.faq-item');

    allItems.forEach(i => { if (i !== item) i.classList.remove('open'); });

    item.classList.toggle('open');

  }


  // Scroll reveal

  const observer = new IntersectionObserver((entries) => {

    entries.forEach(e => {

      if (e.isIntersecting) {

        e.target.style.opacity = '1';

        e.target.style.transform = 'translateY(0)';

      }

    });

  }, { threshold: 0.1 });


  document.querySelectorAll('.benefit-card, .testimonial-card, .problem-card, .step').forEach(el => {

    el.style.opacity = '0';

    el.style.transform = 'translateY(30px)';

    el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';

    observer.observe(el);

  });

</script>