/* ===========================================
   דף נחיתה - רישיון נהיגה לנכים
   RTL Hebrew Landing Page Styles
   =========================================== */

/* ---------- CSS Reset & Base ---------- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Assistant', 'Heebo', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #fafafa;
    direction: rtl;
    text-align: right;
}

/* ---------- Typography ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1a252f;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.5rem;
}

p {
    margin-bottom: 1rem;
}

a {
    color: #2980b9;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a5276;
}

ul,
ol {
    padding-right: 1.5rem;
    margin-bottom: 1rem;
}

li {
    margin-bottom: 0.5rem;
}

/* ---------- Layout ---------- */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

section {
    padding: 4rem 0;
}

section:nth-child(even) {
    background-color: #ffffff;
}

section:nth-child(odd) {
    background-color: #f7f9fa;
}

/* ---------- Top Bar (Section 1) ---------- */
#top-bar {
    background-color: #4aa1eb;
    color: #ffffff;
    padding: 0.75rem 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}

#top-bar p {
    margin: 0;
}

/* ---------- Hero Section (Sections 2-3) ---------- */
#hero {
    background-color: #F2F6FA;
    padding: 1.5rem 0 2rem;
    text-align: center;
}

#hero .hero-content {
    max-width: 950px;
    margin: 0 auto;
}

#hero h1 {
    font-size: 2.8rem;
    color: #1a252f;
    margin-bottom: 1.5rem;
}

#hero .subtitle {
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    color: #2c3e50;
    margin-bottom: 0.5rem;
    margin-top: clamp(1.5rem, 4vw, 2rem);
    line-height: 1.6;
    font-weight: 600;
}

#hero .tagline {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    color: #5d6d7e;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-style: italic;
}

.hero-line {
    font-size: clamp(1.8rem, 8vw, 2.8rem);
    font-weight: 700;
    color: #1a252f;
    line-height: 1.4;
    margin: 0.12rem 0;
    text-align: center;
}

.highlight {
    color: #2980b9;
}

.hero-image {
    margin-top: clamp(1.5rem, 5vw, 2.5rem);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    width: clamp(180px, 70vw, 280px);
    aspect-ratio: 1 / 1;
    margin-left: auto;
    margin-right: auto;
}

.hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    transform: scale(1.7) translateX(-18%) translateY(12%);
}

/* ---------- Contact Form (Section 4) ---------- */
#contact-form {
    background-color: #eaf2f8;
    padding: 3rem 0;
}

.form-wrapper {
    max-width: 500px;
    margin: 0 auto;
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-wrapper h2 {
    text-align: center;
    margin-bottom: 0.5rem;
}

.form-wrapper .form-intro {
    text-align: center;
    color: #5d6d7e;
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.form-group input {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 2px solid #d5dbdb;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
    direction: rtl;
}

.form-group input:focus {
    outline: none;
    border-color: #2980b9;
}

.form-group .optional {
    font-weight: 400;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.btn-primary {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: inherit;
}

.btn-primary:hover {
    background-color: #219a52;
    transform: translateY(-2px);
}

.btn-primary:active {
    transform: translateY(0);
}

.section-cta {
    margin-top: 1.5rem;
    text-align: center;
}

.section-cta .btn-primary {
    display: inline-block;
    width: auto;
    padding: 1rem 3rem;
}

/* ---------- Video Section (Section 5) ---------- */
#video-section {
    text-align: center;
    padding: 4rem 0;
}

#video-section h2 {
    margin-bottom: 2rem;
}

.video-placeholder {
    max-width: 700px;
    margin: 0 auto;
    background: #2c3e50;
    border-radius: 12px;
    padding: 4rem 2rem;
    color: #ffffff;
}

.video-placeholder p {
    margin: 0;
    font-size: 1.1rem;
}

/* ---------- Problem Section (Section 6) ---------- */
#problem {
    padding: 4rem 0;
}

#problem h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.problem-intro {
    text-align: center;
    font-size: 1.2rem;
    color: #5d6d7e;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.pain-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.pain-point {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    border-right: 4px solid #e74c3c;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.pain-point p {
    margin: 0;
    color: #2c3e50;
}

.trap-box {
    background: #fef9e7;
    border: 2px solid #f4d03f;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.trap-box h3 {
    color: #d35400;
    margin-bottom: 0.75rem;
}

.trap-box p {
    margin: 0;
    color: #7d6608;
}

/* ---------- Method Section (Section 7) ---------- */
#method {
    padding: 2.5rem 0;
}

#method h2 {
    text-align: center;
    margin-bottom: 0.5rem;
}

.method-subtitle {
    text-align: center;
    color: #5d6d7e;
    margin-bottom: 3rem;
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.step {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2980b9;
    color: #ffffff;
    border-radius: 50%;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.step h3 {
    margin-bottom: 0.75rem;
}

.step p {
    margin: 0;
    color: #5d6d7e;
}

/* ---------- Vision Section (Section 8) ---------- */
#vision {
    background: linear-gradient(135deg, #2980b9 0%, #1a5276 100%);
    color: #ffffff;
    padding: 4rem 0;
    text-align: center;
}

#vision h2 {
    color: #ffffff;
    margin-bottom: 2rem;
}

.vision-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.vision-item {
    background: rgba(255, 255, 255, 0.15);
    padding: 1.5rem;
    border-radius: 10px;
}

.vision-item p {
    margin: 0;
    font-size: 1.1rem;
}

/* ---------- Numbers Section (Section 9) ---------- */
#numbers {
    padding: 4rem 0;
    text-align: center;
}

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.stat {
    padding: 1.5rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #2980b9;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #5d6d7e;
    font-size: 1.1rem;
}

/* ---------- Process Section (Section 10) ---------- */
#process {
    padding: 4rem 0;
}

#process h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 700px;
    margin: 0 auto;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.process-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #27ae60;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.process-step h3 {
    margin-bottom: 0.25rem;
    font-size: 1.2rem;
}

.process-step p {
    margin: 0;
    color: #5d6d7e;
}

/* ---------- Story Section (Section 11) ---------- */
#story {
    padding: 4rem 0;
}

#story .container {
    max-width: 800px;
}

#story h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.story-content {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-right: 4px solid #2980b9;
}

.story-content p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #2c3e50;
}

/* ---------- What's Included Section (Section 12) ---------- */
#included {
    padding: 4rem 0;
}

#included h2 {
    text-align: center;
    margin-bottom: 2.5rem;
}

.included-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.included-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.included-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: #27ae60;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.included-item p {
    margin: 0;
    font-weight: 500;
}

/* ---------- Is This For You Section (Section 13) ---------- */
#for-you {
    padding: 4rem 0;
}

#for-you h2 {
    text-align: center;
    margin-bottom: 2.5rem;
}

.for-you-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.for-you-yes,
.for-you-no {
    padding: 2rem;
    border-radius: 12px;
}

.for-you-yes {
    background: #e8f8f0;
    border: 2px solid #27ae60;
}

.for-you-no {
    background: #fdf2f2;
    border: 2px solid #e74c3c;
}

.for-you-yes h3 {
    color: #27ae60;
    margin-bottom: 1rem;
}

.for-you-no h3 {
    color: #e74c3c;
    margin-bottom: 1rem;
}

.for-you-yes ul,
.for-you-no ul {
    list-style: none;
    padding: 0;
}

.for-you-yes li::before {
    content: "✅ ";
}

.for-you-no li::before {
    content: "❌ ";
}

/* ---------- FAQ Section (Section 14) ---------- */
#faq {
    padding: 4rem 0;
}

#faq h2 {
    text-align: center;
    margin-bottom: 2.5rem;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #ffffff;
    margin-bottom: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #2c3e50;
}

.faq-question:hover {
    background: #f7f9fa;
}

.faq-toggle {
    font-size: 1.5rem;
    color: #2980b9;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 1.5rem 1.5rem;
}

.faq-answer p {
    margin: 0;
    color: #5d6d7e;
    line-height: 1.8;
}

/* ---------- Promise Section (Section 15) ---------- */
#promise {
    background: #1a252f;
    color: #ffffff;
    padding: 4rem 0;
    text-align: center;
}

#promise h2 {
    color: #ffffff;
    margin-bottom: 1.5rem;
}

#promise p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 1.9;
    color: #bdc3c7;
}

/* ---------- Final CTA Section (Section 16) ---------- */
#cta-final {
    padding: 5rem 0;
    text-align: center;
    background: #eaf2f8;
}

#cta-final h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

#cta-final p {
    font-size: 1.2rem;
    color: #5d6d7e;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-phone {
    background: #2980b9;
    color: #ffffff;
}

.btn-whatsapp {
    background: #25d366;
    color: #ffffff;
}

/* ---------- Footer (Section 17) ---------- */
#footer {
    background: #2c3e50;
    color: #bdc3c7;
    padding: 2rem 0;
    text-align: center;
}

#footer p {
    margin: 0 0 1rem;
}

.whatsapp-float {
    position: fixed;
    bottom: 0.7rem;
    left: 1rem;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
}

/* ---------- Responsive Design ---------- */
@media (max-width: 1024px) {
    .container {
        max-width: 900px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    #hero h1 {
        font-size: clamp(1.8rem, 6vw, 2.2rem);
    }

    section {
        padding: 3rem 0;
    }

    .form-wrapper {
        padding: 2rem;
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .for-you-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-cta {
        width: 100%;
        max-width: 350px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    .container {
        padding: 0 1rem;
    }

    .pain-points {
        grid-template-columns: 1fr;
    }

    .steps {
        grid-template-columns: 1fr;
    }

    .stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .included-list {
        grid-template-columns: 1fr;
    }
}