body {
            margin: 0;
            font-family: 'Rubik', sans-serif;
            direction: rtl;
            background: #FFF9F4;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            color: #1a1a1a;
        }

        main {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        header {
            background: #fff;
            padding: 1rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #FFE0C2;
        }

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Rubik', sans-serif; /* הפונט מהאתר שלך */
    font-weight: 800; /* משקל מודגש */
    font-size: 1.2rem;
    color: #1a1a1a;
}

        nav a {
            margin: 0 1rem;
            text-decoration: none;
            color: #1a1a1a;
            font-weight: 500;
        }

.btn-header {
    background: #FF7A18;
    color: #fff;
    border: 0;
    padding: .7rem 1.4rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.15s ease;
}

.btn-header:hover {
    background-color: #e96c15; /* צבע קצת כהה יותר מהמקורי */
    transform: scale(1.03); /* הגדלה עדינה בלבד */
}

.btn-header:active {
    transform: scale(0.98);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) inset;
}
.logo {
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    background-color: #FF7A18;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* בנייד – מציג רק את הקישורים */
@media (max-width: 768px){
    header { display: none; }
}
.hero {
            text-align: center;
            padding: 5rem 2rem;
        }

        .hero h1 {
            font-size: 4rem;
            margin: 0 0 1rem;
            color: #1a1a1a;
        }

        .hero h2 {
            font-size: 3rem;
            font-weight: 400;
            margin: 0 0 2rem;
            color: #1a1a1a;
        }

        .hero p {
            font-size: 1.2rem;
            color: #444;
            max-width: 700px;
            margin: 0 auto 3rem;
        }
        .hero p#sday{
            font-weight: bold;
            font-size: 1.35rem;
        }
#timer {
    position: fixed;       /* צמוד למסך */
    bottom: 0;             /* בתחתית */
    left: 0;
    width: 100%;           /* לכל הרוחב */
    background: #FF7A18;      /* רקע כהה */
    color: #fff;           /* טקסט בהיר */
    text-align: center;    /* ממורכז */
    padding: 10px 0;       /* רווח פנימי */
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 9999;         /* תמיד מעל הכל */
}


.btn-main {
            background: #FF7A18;
            color: #fff;
            padding: 1rem 2rem;
            border: 0;
            border-radius: 999px;
            font-size: 1.1rem;
            cursor: pointer;
        }
.testimonials {
    background: #FFEAD4;
    padding: 4rem 2rem;
}

.testimonials-title {
    font-size: 3rem;
    text-align: center;
    margin: 0 0 3rem; /* ריווח בין הכותרת לטסטמוניאלס */
}

.testimonials-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
}

.testimonial {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 12px rgba(0,0,0,.05);
    width: 300px;
    max-width: 100%;
}

.testimonial img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial h3 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.testimonial .title {
    color: #FF7A18;
    font-weight: 500;
    font-size: .9rem;
}

.testimonial p {
    font-size: 1rem;
    color: #1a1a1a;
    margin-top: 1rem;
}

.steps-section {
            background: #fff;
            padding: 4rem 0;
            text-align: center;
        }

        .steps-section h2 {
            font-size: 3rem;
            margin: 0 auto 1.5rem;
            max-width: 900px;
            line-height: 1.3;
            color: #1a1a1a;
        }

        .steps-section .highlight {
            color: #FF7A18;
        }

        .steps-section .lead {
            max-width: 900px;
            margin: 0 auto 4rem;
            font-size: 1.15rem;
            color: #444;
            line-height: 1.7;
        }

        .step {
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            align-items: center;
            gap: 6rem;
            flex-wrap: wrap;
            margin-top: 4rem;
        }

        .step img {
            width: 320px;
            max-width: 100%;
        }

        .step-content {
            max-width: 480px;
            text-align: right;
        }

        .step-number {
            font-size: 2.8rem;
            font-weight: 900;
            color: #FFB347;
            margin-bottom: .5rem;
        }

        .step-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: #1a1a1a;
        }

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

        .step-content ul li {
            position: relative;
            padding-right: 1.2rem;
            margin-bottom: 1rem;
            font-size: 1.1rem;
            color: #1a1a1a;
        }

        .step-content ul li::before {
            content: "•";
            position: absolute;
            right: 0;
            top: 0;
            color: #FF7A18;
            font-size: 1.3rem;
            line-height: 1;
        }

        .tags-wrapper {
            display: flex;
            flex-direction: column;
            gap: 1.2rem;
            align-items: center;
        }

        .tag {
            display: inline-block;
            padding: .4rem 1.4rem;
            border: 2px solid #000;
            border-radius: 999px;
            font-weight: 700;
            font-size: 1rem;
            box-shadow: 4px 4px 0 #000;
            background: #fff;
            white-space: nowrap;
        }

        .tag.active {
            background: #FF7A18;
            color: #fff;
        }

        .step02 {
            background: #FFEAD4;
            padding: 4rem 0;
            border-radius: 1rem;
            flex-direction: row-reverse;
        }

        .step02 .step-number {
            color: #FF7A18;
        }

        .step-btn-wrapper {
            width: 100%;
            text-align: center;
            margin-top: 4rem;
        }

        .pricing {
            padding: 6rem 2rem;
            text-align: center;
            background: #FFF9F4;
        }

        .pricing h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: #1a1a1a;
        }

        .pricing p {
            max-width: 700px;
            margin: 0 auto 3rem;
            color: #444;
            font-size: 1.1rem;
        }

        .pricing-toggle {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0;
            border: 2px solid #FF7A18;
            border-radius: 50px;
            padding: 4px;
            width: max-content;
            margin: 0 auto 3rem;
            background: #fff;
        }

        .toggle-btn {
            min-width: 130px;
            padding: .55rem 1.4rem;
            font-size: 1rem;
            font-weight: 700;
            background: transparent;
            border: none;
            border-radius: 40px;
            cursor: pointer;
            transition: background .25s, color .25s;
            color: #1a1a1a;
        }

        .toggle-btn.active {
            background: #FF7A18;
            color: #fff;
        }

        .pricing-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2rem;
        }

        .card {
            background: #fff;
            padding: 2rem;
            border-radius: 1rem;
            box-shadow: 0 0 16px rgba(0,0,0,.08);
            width: 300px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .card.featured {
            border: 3px solid #FF7A18;
        }

        .card h3 {
            font-size: 1.6rem;
            margin-bottom: .2rem;
        }

        .price {
            font-size: 2rem;
            color: #FF7A18;
            margin: 1rem 0;
            font-weight: 700;
        }

        .card ul {
            list-style: none;
            padding: 0;
            text-align: right;
            margin-top: 1.5rem;
        }

        .card ul li {
            position: relative;
            padding-right: 1.2rem;
            margin-bottom: .8rem;
            font-size: 1rem;
            color: #1a1a1a;
        }

        .card ul li::before {
            content: "✔";
            position: absolute;
            right: 0;
            color: #FF7A18;
            font-weight: 700;
        }

        .btn-card {
            margin-top: 2rem;
            background: #FF7A18;
            color: #fff;
            padding: .75rem 1.4rem;
            border: none;
            border-radius: 999px;
            font-weight: 700;
            cursor: pointer;
            font-size: 1rem;
            width: 100%;
        }

        @media(max-width:768px) {
            .hero h1 { font-size: 2.8rem; }
            .hero h2 { font-size: 2.2rem; }
            .steps-section h2 { font-size: 2.2rem; }
            .step-number { font-size: 2.2rem; }
            .step-title { font-size: 1.6rem; }
            .step, .step02 { flex-direction: column!important; }
            .pricing h2 { font-size: 2rem; }
            .toggle-btn { min-width: 110px; font-size: .9rem; }
        }

/* FOOTER — match page palette */
.site-footer{
    background:#fff;
    border-top:1px solid #FFE0C2;
    padding:2rem 1rem;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:1rem;
    text-align:center;
}

/* לוגו מימין לטקסט (מתאים לעברית). להחלפה — החלף order */
.site-footer .brand{
    display:inline-flex;
    flex-direction:row-reverse; /* לוגו מימין, טקסט משמאל */
    align-items:center;
    gap:.6rem;
}

/* לוגו */
.site-footer .brand-logo{
    height:40px;
    width:auto;
    display:block;
}

/* שם המותג – גרדיאנט + טיפוגרפיה מותגית */
.site-footer .brand-name{
    font-family:'Rubik',sans-serif;
    font-weight:800;
    font-size:1.25rem;
    letter-spacing:.2px;
    background: linear-gradient(to right, #FF8C42, #FF5F6D);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    text-shadow:0 1px 0 rgba(0,0,0,0.06);
}

/* קישורי פוטר */
/* מבנה הפוטר */
.site-footer .footer-links {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* סגנון ואפקט hover ללינקים בהדר ובפוטר */
nav a,
.site-footer .footer-links a {
    text-decoration: none;
    font-weight: 600;
    color: #FF7A18;
    position: relative;
}

nav a::after,
.site-footer .footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease;
}

nav a:hover::after,
.site-footer .footer-links a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* מובייל */
@media (max-width:768px){
    .site-footer{ padding:1.5rem .75rem; }
    .site-footer .brand-name{ font-size:1.1rem; }
    .site-footer .brand-logo{ height:22px; }
}
        /*FAQ*/
        .faq-section {
            padding: 4rem 2rem;
            text-align: center;
            background-color: #FFF9F4;
        }

        .faq-title {
            font-family: 'Rubik', sans-serif;
            font-weight: 800;
            font-size: 3rem;
            line-height: 1.3;
            color: #1a1a1a;
            margin-bottom: 2.5rem;
        }

        .faq-container {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
        }
        .faq-item:hover {
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
            transform: scale(1.05);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
        }

        .faq-item[open] {
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            transform: scale(1.01);
        }

        .faq-question {
            padding: 1.2rem 2rem;
            font-size: 1.3rem;
            font-weight: 600;
            color: #1a1a1a;
            cursor: pointer;
            list-style: none;
            text-align: right;
            position: relative;
            transition: background 0.3s ease, color 0.3s ease;
        }
        .faq-question:hover {
            background-color: #FFF2E6;
            color: #FF7A18;
        }


        details[open] .faq-question::after {
            transform: translateY(-50%) rotate(90deg);
        }

        .faq-answer{
            overflow: hidden;
            font-size: 1.05rem;
            color: #444;
            background-color: #fffaf4;
            border-top: 1px solid #FFB347;
            text-align: right;
            line-height: 1.7;
            padding: 0 2rem;
            /* הסר max-height */
        }
        details[open] .faq-answer{
            padding: 1.2rem 2rem;
        }

        /* שההובר לא ישבור את התחתית */
        .faq-item { transform-origin: center; }
        .faq-item:hover { transform: translateY(-2px) scale(1.02); } /* פחות ניפוח */

/* =========================
   Unified CTA Buttons (gentle hover, single color)
   Applies to: header/main/card buttons
   ========================= */
.btn-header,
.btn-main,
.btn-card {
  background-color: #FF7A18; /* brand */
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  padding: .7rem 1.4rem;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,.12);
}

.btn-header:hover,
.btn-main:hover,
.btn-card:hover {
  background-color: #FF8C3A; /* subtle change */
  transform: scale(1.02);
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.btn-header:active,
.btn-main:active,
.btn-card:active {
  transform: scale(0.98);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2) inset;
}

.btn-header:focus-visible,
.btn-main:focus-visible,
.btn-card:focus-visible {
  outline: 2px solid #FFB347;   /* accessible focus */
  outline-offset: 2px;
}

/* Toggle buttons – keep look, add gentle hover */
.toggle-btn {
  transition: background-color .2s ease, color .2s ease;
}
.toggle-btn:hover {
  background-color: rgba(255, 122, 24, 0.08);
}
.toggle-btn.active {
  background-color: #FF7A18;
  color: #fff;
}

/* Unified link underline animation (header + footer) */
nav a,
.site-footer .footer-links a {
  text-decoration: none;
  font-weight: 600;
  color: #FF7A18;
  position: relative;
}
nav a::after,
.site-footer .footer-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -3px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}
nav a:hover::after,
.site-footer .footer-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
/* וידיאו-כרטיס */
.video-card{
    position:relative;
    width:480px; max-width:90%;
    border-radius:16px; overflow:hidden;
    background:#000; box-shadow:0 8px 20px rgba(0,0,0,.08);
    cursor:pointer;
}
.step-video{ display:block; width:100%; height:auto; }

/* שכבת Play ל״קליק בכל מקום״ */
.play-overlay{
    position:absolute; inset:0; display:grid; place-items:center;
    background:radial-gradient(ellipse at center, rgba(0,0,0,.25), rgba(0,0,0,.05) 60%, transparent 70%);
    transition:opacity .2s ease; pointer-events:none;
}
.play-overlay::before{
    content:"";
    width:64px; height:64px; border-radius:50%;
    background:rgba(255,255,255,.9);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="40,30 40,70 70,50" fill="black"/></svg>') center/50% no-repeat;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="40,30 40,70 70,50" fill="black"/></svg>') center/50% no-repeat;
}
.video-card.is-playing .play-overlay{ opacity:0; }

.cta-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: right;
    padding: 3rem 1rem;
    gap: 2rem;
    background-color:#f9f9fb;

}

.text-area {
    max-width: 700px;
    color: #1a1a1a;
    text-align: center;

}

.text-area h2 {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 1rem;

}

.text-area .highlight {
    color: #FF7A18;
}

.text-area p {
    font-size: 1.4rem;
    line-height: 1.6;
}

.bold {
    font-weight: bold;
    color: #1a1a1a;
}

.form-box {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.form-box h3 {
    margin-top: 0;
    font-weight: 300;
    color: #1a1a1a;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    text-align: center;

}

.form-box p {
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.35rem;
    font-weight: bold;


}

form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

label {
    font-size: 1rem;
    color: #1a1a1a;
}

input {
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 16px;
    font-size: 1rem;
}
button {
    padding: 1rem 2rem; /* 1rem למעלה/למטה, 2rem לימין/שמאל */
    border: none;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: bold;
    background:#FF7A18;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;

}

button:hover {
    transform: scale(1.05);
    background: #FF6B00;
}
.form-button{
    margin-top:1rem;
}
/* מונע גלילה אופקית שמטה את הדף ב-RTL */
@media (max-width:768px){
    html, body { overflow-x:hidden; }

    /* מגביל את רוחב הטוגל ומרכז אותו */
    .pricing-toggle{
        max-width:100%;
        flex-wrap:wrap;
        justify-content:center;
    }
}

/* מומלץ כללי */
*{ box-sizing:border-box; }





