@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;600;700;800&display=swap');

:root {
    --navy: #0a192f;
    --gold: #d4af37;
    --gold-light: #e5c76b;
    --white: #ffffff;
    --gray-bg: #f8f9fa;
    --text-dark: #333333;
    --text-light: #666666;
}

body {
    font-family: 'Assistant', sans-serif;
    margin: 0;
    padding: 0;
    padding-top: 70px;
    color: var(--text-dark);
    background-color: var(--white);
    line-height: 1.65;
    font-size: 19px;
    font-weight: 400;
}

/* LTR Specific Styles */
html[dir="ltr"] .top-nav-inner {
    padding: 16px 10%;
}
html[dir="ltr"] .brand-phone {
    border-right: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 0;
    padding-left: 15px;
    margin-right: 0;
    margin-left: 10px;
}
html[dir="ltr"] .hero {
    padding-right: 0;
    padding-left: 10%;
}
html[dir="ltr"] .hero::before {
    background: linear-gradient(to left, rgba(10, 21, 38, 0) 0%, rgba(10, 21, 38, 0) 20%, rgba(10, 21, 38, 0.8) 50%, rgba(10, 21, 38, 0.98) 100%);
}
html[dir="ltr"] .section,
html[dir="ltr"] .specialist-intro,
html[dir="ltr"] .faq-container,
html[dir="ltr"] .testimonial-card {
    text-align: left;
}
html[dir="ltr"] .specialist-step p {
    padding-right: 0;
    padding-left: 42px;
}
html[dir="ltr"] .method-highlight {
    border-right: none;
    border-left: 5px solid var(--gold);
    border-radius: 0 12px 12px 0;
}
html[dir="ltr"] .testimonial-card {
    border-right: none;
    border-left: 6px solid var(--gold);
}
html[dir="ltr"] .step-arrow i {
    transform: scaleX(-1);
}
html[dir="ltr"] .form-container input,
html[dir="ltr"] .form-container textarea {
    text-align: left;
}
html[dir="ltr"] .accessibility-btn {
    left: auto;
    right: 20px;
}
html[dir="ltr"] .accessibility-menu {
    left: auto;
    right: 30px;
}
html[dir="ltr"] .whatsapp-float {
    right: auto;
    left: 20px;
}
@media (max-width: 991px) {
    html[dir="ltr"] .whatsapp-float {
        right: auto;
        left: 10px;
    }
    html[dir="ltr"] .accessibility-btn {
        left: auto;
        right: 10px;
    }
    html[dir="ltr"] .hero {
        padding: 60px 5%;
    }
    html[dir="ltr"] .brand-phone {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
}

/* Top Navigation */
.top-nav {
    background: var(--navy);
    color: var(--white);
    border-bottom: 2px solid var(--gold);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.top-nav-inner {
    padding: 16px 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    font-weight: 800;
    letter-spacing: 0.5px;
}

.brand-phone {
    color: var(--white);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 15px;
    margin-right: 10px;
    transition: color 0.3s;
}

.brand-phone:hover {
    color: var(--gold-light);
}

.brand-mark {
    width: 36px;
    height: 36px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 26px;
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}

.nav-links a:hover {
    color: var(--gold-light);
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    direction: ltr; /* כדי שהאנגלית תהיה משמאל והעברית מימין */
}

.lang-switcher a.active {
    color: var(--gold);
}

.lang-separator {
    color: rgba(255, 255, 255, 0.4);
}

.hamburger {
    display: none;
    background: none;
    border: none;
    color: var(--gold);
    font-size: 1.8rem;
    cursor: pointer;
    padding: 5px;
}

/* Hero Section */
.hero {
    background: #0a1526;
    color: white;
    padding: 0;
    padding-right: 10%;
    position: relative;
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    align-items: stretch;
    min-height: 520px;
    overflow: visible;
}

.hero-content {
    position: relative;
    z-index: 5;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(10, 21, 38, 0) 0%, rgba(10, 21, 38, 0) 20%, rgba(10, 21, 38, 0.8) 50%, rgba(10, 21, 38, 0.98) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-content {
    max-width: 800px;
    grid-column: 1;
    z-index: 3;
    padding: 100px 0;
    align-self: center;
}

.hero-media {
    grid-column: 2;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    background: url('1778091788711~2.jpg') center center / cover no-repeat;
}

.hero h1 {
    font-size: 3.8rem;
    font-weight: 800;
    margin: 0 0 25px 0;
    line-height: 1.05;
    letter-spacing: -1px;
}

.hero p {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 45px;
    max-width: 650px;
    opacity: 0.95;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: var(--gold);
    color: var(--navy);
    padding: 18px 35px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-phone {
    margin-top: 30px;
    font-size: 1.3rem;
}

.hero-phone strong {
    color: var(--gold-light);
    font-size: 1.6rem;
}

/* Features Section */
.section {
    padding: 80px 10%;
    text-align: center;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    letter-spacing: -0.5px;
}

.section-title::after {
    content: '';
    width: 80px;
    height: 3px;
    background: var(--gold);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.features-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.feature-box {
    background: white;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08), 0 0 0 4px #faf7ef;
    border: 2px solid #e2c98d;
    transition: 0.3s;
    position: relative;
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 0 0 4px #e5dcc5;
}

.feature-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
    color: #333;
}

.feature-icon i {
    color: #444;
    text-shadow: 2px 2px 0px #e2c98d;
}

.feature-box h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #111;
    font-weight: 800;
}

.feature-box p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.4;
    margin: 0;
}

/* Steps Section */
.steps-section {
    background-color: var(--white);
    padding: 80px 10%;
    text-align: center;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
    flex-wrap: nowrap;
    padding: 20px 0;
}

.step-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-item {
    width: 220px;
    height: 220px;
    background: white;
    border-radius: 50%;
    border: 6px solid var(--navy);
    box-shadow: 0 0 0 3px #e2c98d, 0 10px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 0 3px #e2c98d, 0 15px 30px rgba(0, 0, 0, 0.25);
}

.step-num {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    background: #e2c98d;
    color: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    z-index: 3;
    border: 3px solid white;
}

.step-item .feature-icon {
    font-size: 2.2rem;
    margin-bottom: 8px;
    color: #444;
    text-shadow: 1.5px 1.5px 0px #e2c98d;
}

.step-item h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--navy);
    margin: 0 0 5px 0;
    line-height: 1.1;
}

.step-item p {
    font-size: 1.05rem;
    color: #666;
    margin: 0;
    line-height: 1.3;
}

.step-arrow {
    color: #caa553;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 1;
    margin: 0 10px;
    transition: transform 0.3s;
    flex-shrink: 0;
}

/* Testimonials */
.testimonials-container {
    max-width: 850px;
    margin: 40px auto;
    position: relative;
    min-height: 280px;
}

.testimonial-card {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    text-align: right;
    border-right: 6px solid var(--gold);
    display: none;
    animation: testimonialFade 0.5s ease-in-out;
}

@keyframes testimonialFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

.dots-container {
    text-align: center;
    margin-top: 10px;
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: var(--gold);
    transform: scale(1.3);
}

.testimonial-text {
    font-style: italic;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.testimonial-author {
    font-weight: 700;
    color: var(--navy);
}

/* Footer Form */
.footer-cta {
    background-color: var(--navy);
    color: white;
    padding: 80px 10%;
    text-align: center;
}

.form-container {
    max-width: 800px;
    margin: 40px auto 0;
    background: var(--gold);
    padding: 40px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-container input {
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-family: inherit;
    font-size: 1.1rem;
}

.form-submit {
    grid-column: span 2;
    background: var(--navy);
    color: white;
    border: none;
    padding: 18px;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.form-success {
    display: none;
    grid-column: span 2;
    background: var(--navy);
    color: var(--gold);
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
    box-sizing: border-box;
    width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
    body { padding-top: 60px; }
    .section { padding: 50px 5%; }
    .top-nav-inner {
        padding: 10px 5%;
        flex-direction: row;
        justify-content: space-between;
    }
    .hamburger { display: block; }
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--navy);
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        border-bottom: 2px solid var(--gold);
        text-align: center;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    }
    .nav-links.active { display: flex; }
    .nav-links a {
        font-size: 1.2rem;
        display: block;
        padding: 10px 0;
    }
    .hero {
        grid-template-columns: 1fr;
        padding: 60px 5%;
        text-align: center;
        min-height: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .hero::before,
    html[dir="ltr"] .hero::before {
        display: none;
    }
    .hero-content { padding: 40px 0; }
    .hero h1 { font-size: 2.4rem; }
    .hero-media {
        height: 250px;
        width: 100%;
        border-radius: 15px;
        background-size: cover;
    }
    .specialist-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .specialist-image img {
        width: 220px;
        height: 220px;
    }
    .method-highlight {
        border-right: none;
        border-top: 5px solid var(--gold);
        border-radius: 0 0 12px 12px !important;
        padding: 20px !important;
        text-align: center;
        margin-top: 20px;
    }
    .form-container {
        grid-template-columns: 1fr;
        padding: 20px;
    }
        .form-container textarea { grid-column: span 1 !important; }
    .steps-container {
        flex-direction: column;
        gap: 40px;
    }
    .step-arrow { display: none; }
    .step-item {
        width: 180px;
        height: 180px;
    }
    .testimonial-card { padding: 20px; }
    .features-container { grid-template-columns: 1fr; }
        .form-submit { grid-column: span 1; }
    .features-container { grid-template-columns: repeat(2, 1fr); }
    .whatsapp-float,
    .accessibility-btn {
        bottom: 10px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        opacity: 0.5;
    }
    .whatsapp-float { right: 10px; }
    .accessibility-btn { left: 10px; }
    .brand span:last-child { display: none; }
    .brand-phone {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        font-size: 0.85rem;
    }
    .hero h1 {
        font-size: 2rem;
        line-height: 1.2;
    }
    .hero p { font-size: 1.2rem; }
    .lang-switcher {
        justify-content: center;
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 15px;
    }
}

@media (max-width: 768px) {
    .features-container { grid-template-columns: 1fr; }
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    z-index: 1000;
    animation: whatsapp-pulse 2s infinite;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
}

.whatsapp-float:hover,
.whatsapp-float:active {
    opacity: 1;
    transform: scale(1.1);
}

.whatsapp-float.visible {
    opacity: 0.9;
    visibility: visible;
    transform: scale(1);
}

@keyframes whatsapp-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.specialist-intro {
    background: var(--white);
    padding: 60px 10%;
    text-align: right;
    border-bottom: 1px solid #eee;
}

.accessibility-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #666;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1001;
    border: none;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.accessibility-btn:hover {
    opacity: 1;
    transform: scale(1.1);
    background-color: var(--navy);
}

.accessibility-menu {
    position: fixed;
    bottom: 85px;
    left: 30px;
    background: white;
    border: 2px solid var(--navy);
    border-radius: 12px;
    padding: 20px;
    display: none;
    flex-direction: column;
    gap: 12px;
    z-index: 1001;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 220px;
    text-align: center;
}

.accessibility-menu h3 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    color: var(--navy);
}

.accessibility-menu button {
    padding: 12px;
    cursor: pointer;
    background: var(--gray-bg);
    color: var(--navy);
    border: 1px solid var(--navy);
    border-radius: 6px;
    font-family: inherit;
    font-weight: 700;
}

.accessibility-menu button:hover {
    background: var(--navy);
    color: white;
}

body.high-contrast {
    filter: contrast(1.5) brightness(1.1);
}

body.readable-font {
    font-family: Arial, Helvetica, sans-serif !important;
    letter-spacing: 0.5px;
}

.specialist-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

.specialist-image { flex-shrink: 0; }

.specialist-image img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid var(--gold);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.specialist-text { flex: 1; }

.specialist-text p { color: #444; }

.specialist-text h2 {
    color: var(--navy);
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.specialist-text > p {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.steps-wrapper {
    margin: 35px 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.specialist-step h3 {
    color: var(--navy);
    font-size: 1.35rem;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.step-number {
    background-color: var(--gold);
    color: var(--navy);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: 800;
    flex-shrink: 0;
}

.specialist-step p {
    margin: 0;
    padding-right: 42px;
    color: #555;
    font-size: 1.15rem;
}

.method-highlight {
    background-color: var(--navy);
    color: white;
    border-right: 5px solid var(--gold);
    padding: 20px 25px;
    margin: 0;
    border-radius: 12px 0 0 12px;
    font-size: 1.25rem;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.method-highlight p {
    margin: 0;
    color: white !important;
}

.specialist-benefits {
    list-style: none;
    padding: 25px;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #fdfbf7;
    border-radius: 12px;
    border: 1px solid #f2e6c9;
}

.specialist-benefits li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.2rem;
    color: var(--navy);
}

.specialist-benefits i {
    color: var(--gold);
    font-size: 1.2rem;
    background: white;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    flex-shrink: 0;
}

/* FAQ Section */
.faq-section {
    background-color: var(--white);
    padding: 80px 10%;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: right;
}

.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-question {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--navy);
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
}

.faq-question::after {
    content: '\f067';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 1rem;
    color: var(--gold);
    transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
    content: '\f068';
}

.faq-answer {
    font-size: 1.15rem;
    color: var(--text-light);
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin: 0;
    line-height: 1.5;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-bottom: 20px;
}