:root {
--main-font: 'Assistant', sans-serif;
--white: #ffffff;
--luxury-black: #1a1a1a;
--accent-gold: #c5a059;
--glass: rgba(255, 255, 255, 0.05);
}

body { 
font-family: var(--main-font); 
background-color: var(--bg-light); 
color: var(--text-dark);
font-weight: 400;
line-height: 1.6;
}

nav,main,header,footer,section{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.top-nav { background: var(--luxury-black); color: white; padding: 8px 0; font-size: 0.8rem; letter-spacing: 0.5px; }
.main-nav { background: white; border-bottom: 1px solid #e0e0e0; padding: 20px 0; }
.nav-link { font-weight: 800; color: var(--luxury-black) !important; text-transform: uppercase; font-size: 0.95rem; margin: 0 12px; }
.nav-link:hover { color: var(--accent-gold) !important; }
.text-luxury-black{ color: var(--luxury-black) !important; }

.btn-luxury-black {
display: inline-block;
background-color: #111111;
color: #ffffff !important;
text-transform: uppercase;
font-weight: 700;
text-decoration: none;
border: 1px solid #111111;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 0;
cursor: pointer;
text-align: center;
}

.btn-luxury-black:hover {
background-color: #2c2c2c;
border-color: #2c2c2c;
transform: translateY(-1px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
color: #ffffff !important;
}

.btn-luxury-black:active {
transform: translateY(0);
background-color: #000000;
}

.premium-hero-swiper {
    height: 100vh;
    background: #000;
    position: relative;
    direction: rtl;
}

.mainHeroSwiper {
    height: 100%;
    width: 100%;
}

.slide-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6) contrast(1.1);
    transition: transform 8s ease;
}

.swiper-slide-active .hero-img {
    transform: scale(1.1);
}

.slide-bg-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, transparent 100%),
                linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 40%);
    z-index: 2;
}

.hero-container {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-text-content {
    max-width: 1000px;
    text-align: right;
}

.hero-label {
    display: inline-block;
    color: #d4af37;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 20px;
    border-right: 3px solid #d4af37;
    padding-right: 15px;
}

.hero-title {
    font-size: clamp(2.5rem, 8vw, 6rem);
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 200;
}

.hero-desc {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 550px;
    font-weight: 300;
}


.swiper-v-controls {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.swiper-pagination-v .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.3;
}

.swiper-pagination-v .swiper-pagination-bullet-active {
    background: #d4af37;
    opacity: 1;
    height: 30px;
    border-radius: 5px;
}



.swiper-v-controls {
position: absolute;
right: 50px;
top: 50%;
transform: translateY(-50%);
z-index: 10;
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
}

.swiper-pagination-v .swiper-pagination-bullet {
background: white !important;
width: 2px !important;
height: 20px !important;
border-radius: 0 !important;
margin: 10px 0 !important;
opacity: 0.3 !important;
transition: 0.5s;
}

.swiper-pagination-v .swiper-pagination-bullet-active {
height: 40px !important;
opacity: 1 !important;
}

.destination-card-v2 {
width: auto;
padding: 20px 0;
}

.dest-link {
text-decoration: none;
color: inherit;
display: block;
}

.dest-img-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #eee;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 992px) {
    .dest-img-circle {
        width: 180px;
        height: 180px;
    }
}

.dest-img-circle img:not(.mini-flag) {
width: 100%;
height: 100%;
object-fit: cover;
filter: grayscale(100%);
transition: all 0.6s ease;
}

.dest-overlay-icon {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.2);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.4s ease;
}

.mini-flag {
width: 40px !important;
height: auto;
border-radius: 4px;
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.destination-card-v2:hover .dest-img-circle {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0,0,0,0.1);
border-color: var(--accent-gold);
}

.destination-card-v2:hover .dest-img-circle img:not(.mini-flag) {
filter: grayscale(0%);
transform: scale(1.1);
}

.destination-card-v2:hover .dest-overlay-icon {
opacity: 1;
}

.destination-card-v2:hover h4 {
color: var(--accent-gold);
}

.dest-info h4 {
transition: color 0.3s ease;
}

.ad-magazine-wrapper { 
background: #fdfdfd; border: 1px solid #eee; padding: 40px; 
margin: 60px 0; border-radius: 12px; text-align: center;
}


.mobile-nav-list .list-group-item {
border: none;
padding: 20px 25px;
font-size: 1.1rem;
font-weight: 700;
}

.mobile-nav-list .list-group-item a {
text-decoration: none;
color: var(--text-dark);
display: block;
}

.offcanvas-header .btn-close {
opacity: 1;
}

.main-nav .nav-link {
position: relative;
padding: 10px 15px !important;
}

.main-nav .nav-link::after {
content: '';
position: absolute;
bottom: 5px;
left: 15px;
right: 15px;
height: 2px;
background: var(--primary);
transform: scaleX(0);
transition: transform 0.3s ease;
}

.main-nav .nav-link:hover::after {
transform: scaleX(1);
}


.py-10 { padding-top: 100px; padding-bottom: 100px; }
.mb-10 { margin-bottom: 80px; }
.tracking-widest { letter-spacing: 0.3em; }
.fw-900 { font-weight: 900; }

.luxury-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 עמודות שוות */
    grid-template-rows: repeat(3, 300px); /* 3 שורות (אפשר לשנות גובה) */
    grid-gap: 30px;
    /* הגדרת המיקומים: */
    grid-template-areas: 
        "post1 post1 post2"
        "post1 post1 post3"
        "post4 post5 post6";
}

/* שיוך כל פריט לאזור שלו לפי האינדקס שלו */
.item-1 { grid-area: post1; }
.item-2 { grid-area: post2; }
.item-3 { grid-area: post3; }
.item-4 { grid-area: post4; }
.item-5 { grid-area: post5; }
.item-6 { grid-area: post6; }

.luxury-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: 100%; /* חשוב כדי שימלא את כל שטח הריבוע */
}

/* התאמה למובייל - שיהיה טור אחד */
@media (max-width: 768px) {
    .luxury-grid {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .luxury-item {
        height: 400px;
        margin-bottom: 20px;
    }
    .mb-10{
        margin-bottom: 40px;
    }
}
.luxury-item.vertical { grid-column: span 4; grid-row: span 1; }
.luxury-item.square { grid-column: span 4; grid-row: span 1; }

.luxury-card {
position: relative;
width: 100%;
height: 100%;
background: var(--luxury-black);
}

.luxury-card img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.85;
transition: all 1.2s cubic-bezier(0.2, 1, 0.3, 1);
}

.luxury-item:hover img {
transform: scale(1.1) rotate(1deg);
opacity: 0.6;
}

.luxury-content {
position: absolute;
bottom: 0;
right: 0;
left: 0;
padding: 50px;
z-index: 2;
color: white;
background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
transform: translateY(20px);
transition: transform 0.6s ease;
}

.luxury-item:hover .luxury-content {
transform: translateY(0);
}

.tag {
font-size: 0.7rem;
font-weight: 800;
letter-spacing: 2px;
color: var(--accent-gold);
display: block;
margin-bottom: 15px;
}

.luxury-title {
font-size: 2.5rem;
font-weight: 900;
line-height: 1.1;
margin-bottom: 20px;
}

.large .luxury-title { font-size: 3.5rem; }

.luxury-desc {
font-size: 1.1rem;
opacity: 0;
transform: translateY(20px);
transition: all 0.6s 0.2s ease;
}

.luxury-item:hover .luxury-desc {
opacity: 0.8;
transform: translateY(0);
}

.explore-link {
display: inline-block;
margin-top: 30px;
color: white;
text-decoration: none;
font-weight: 800;
font-size: 0.8rem;
letter-spacing: 2px;
border-bottom: 2px solid var(--accent-gold);
padding-bottom: 5px;
transition: all 0.3s;
}

.explore-link:hover {
color: var(--accent-gold);
letter-spacing: 4px;
}

@media (max-width: 992px) {
.luxury-grid { display: flex; flex-direction: column; height: auto; }
.luxury-item { height: 450px; margin-bottom: 20px; }
.large .luxury-title { font-size: 2rem; }
}


.signature-experience {
background-color: #ffffff;
position: relative;
}

.main-image-wrapper {
position: relative;
z-index: 1;
}

.luxury-img {
width: 100%;
height: 700px;
object-fit: cover;
filter: grayscale(20%);
transition: filter 0.5s ease;
}

.signature-experience:hover .luxury-img {
filter: grayscale(0%);
}

.floating-badge {
position: absolute;
bottom: -30px;
right: -30px;
background: var(--luxury-black);
color: var(--accent-gold);
padding: 30px;
text-align: center;
z-index: 10;
min-width: 150px;
}

.text-content-wrapper {
z-index: 2;
margin-right: -100px;
}

.experience-card {
background: white;
border: 1px solid #f0f0f0;
}

.gold-line {
display: block;
width: 60px;
height: 4px;
background: var(--accent-gold);
}

.feature-icon {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #f8f9fa;
border-radius: 50%;
color: var(--accent-gold);
}

.signature-btn {
display: inline-flex;
align-items: center;
gap: 20px;
color: var(--luxury-black);
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 0.9rem;
transition: all 0.3s ease;
}

.signature-btn svg {
transition: transform 0.3s ease;
}

.signature-btn:hover {
color: var(--accent-gold);
}

.signature-btn:hover svg {
transform: translateX(-10px);
}

@media (max-width: 992px) {
.text-content-wrapper {
    margin-right: 0;
    margin-top: -50px;
    padding: 0 15px;
}

.luxury-img {
    height: 400px;
}

.floating-badge {
    right: 20px;
    bottom: 20px;
    padding: 15px;
    min-width: 100px;
}
}

.bg-soft-white { background-color: #fafafa; }
.text-gold { color: #c5a059; }

.moment-img-frame {
position: relative;
padding: 20px;
background: white;
box-shadow: 0 30px 60px rgba(0,0,0,0.05);
overflow: visible;
}

.moment-img-frame img {
width: 100%;
height: 500px;
object-fit: cover;
transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.moment-img-frame:hover img {
transform: scale(1.02);
}

.moment-number {
position: absolute;
top: -40px;
left: -20px;
font-size: 8rem;
font-weight: 900;
color: rgba(0,0,0,0.03);
line-height: 1;
z-index: 0;
}

.premium-link-underlined {
display: inline-block;
color: #1a1a1a;
text-decoration: none;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 2px;
border-bottom: 1px solid #c5a059;
padding-bottom: 5px;
margin-top: 20px;
transition: all 0.3s ease;
}

.premium-link-underlined:hover {
color: #c5a059;
padding-inline-start: 10px;
}

@media (max-width: 991px) {
.moment-img-frame img { height: 350px; }
.moment-number { font-size: 5rem; top: -20px; }
}


.archive-page {
background-color: #ffffff;
}

.filter-item {
text-decoration: none;
color: #888;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
padding-bottom: 5px;
border-bottom: 1px solid transparent;
transition: all 0.3s ease;
}

.filter-item:hover, .filter-item.active {
color: #1a1a1a;
border-color: #c5a059;
}

.mag-img-wrapper {
overflow: hidden;
background: #f8f8f8;
position: relative;
}

.mag-img-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.magazine-item:hover img {
transform: scale(1.05);
}

.featured-item .mag-img-wrapper { aspect-ratio: 16/9; }
.mag-img-wrapper.tall { aspect-ratio: 3/4; }
.mag-img-wrapper.square { aspect-ratio: 1/1; }
.mag-img-wrapper.landscape { aspect-ratio: 3/2; }

.mag-content .premium-label {
font-size: 0.65rem;
letter-spacing: 3px;
color: #bbb;
}

.mag-content .premium-label.gold {
color: #c5a059;
}

.mag-content h2, .mag-content h3 {
line-height: 1.2;
transition: color 0.3s;
}

.magazine-item:hover h3 {
color: #c5a059;
}

@media (min-width: 992px) {
.mt-lg-10 { margin-top: 10rem; }
.featured-item { margin-bottom: 8rem; }
}

@media (max-width: 991px) {
.archive-header { padding: 4rem 0; }
.display-1 { font-size: 3.5rem; }
}

.mag-img-wrapper.tall {
aspect-ratio: 4/5;
overflow: hidden;
}

.magazine-item h3 {
font-size: 1.15rem;
line-height: 1.4;
margin-bottom: 0.5rem;
}

.magazine-item p {
font-size: 0.85rem;
line-height: 1.6;
}

.magazine-item {
transition: transform 0.3s ease;
}

.magazine-item:hover {
transform: translateY(-5px);
}

.error-404-page {
    position: relative;
    min-height: 100vh;
}

.error-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.3) grayscale(0.5) blur(2px);
    animation: slowPan 30s infinite alternate;
}

@keyframes slowPan {
    from { transform: scale(1.1) translateX(-2%); }
    to { transform: scale(1.1) translateX(2%); }
}

.search-404-wrapper .search-premium-input-group {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 100px;
    padding: 5px;
    display: flex;
}

.search-404-wrapper .form-control {
    background: transparent;
    border: none;
    color: white;
    padding-right: 25px;
}

.search-404-wrapper .form-control::placeholder {
    color: rgba(255,255,255,0.3);
}

.error-404-page .display-1 {
    letter-spacing: -2px;
}


.btn-premium {
    background: #1a1a1a;
    color: white;
    padding: 18px 45px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    display: inline-block;
}

.btn-premium:hover {
    background: #c5a059;
    color: white;
    transform: translateY(-3px);
}

.btn-link-premium {
    background: #ffffff;
    color: #1a1a1a;
    padding: 18px 45px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #1a1a1a;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-link-premium:hover {
    background: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
    .error-code { font-size: 10rem; }
    .error-content h1 { margin-top: -20px; font-size: 2.5rem; }
}

.contact-page {
    background-color: #fff;
}

.contact-hero {
    background-color: #fafafa;
    margin-bottom: 5rem;
}

.contact-info-box h2 {
    line-height: 1.2;
}

.info-item p {
    letter-spacing: 1px;
}

.social-link {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.social-link:hover {
    color: #c5a059;
    border-color: #c5a059;
}

.form-control-premium {
    background: transparent;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 15px 0;
    font-size: 1rem;
    color: #1a1a1a;
    transition: border-color 0.4s ease;
    width: 100%;
}

.form-control-premium:focus {
    outline: none;
    border-bottom-color: #1a1a1a;
}

.form-label {
    color: #bbb;
    margin-bottom: 0;
}

.form-select-premium {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M0 2l4 4 4-4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
}


@media (max-width: 991px) {
    .contact-info-box {
        margin-bottom: 4rem;
    }
}

.wpcf7-form-control-wrap {
    display: block;
}

.form-control-premium {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0;
    font-weight: 300;
    transition: border-color 0.4s ease;
    border-radius: 0;
}

.form-control-premium:focus {
    outline: none;
    border-bottom-color: #000;
}

.wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 15px !important;
    border: 1px solid #eee !important;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
}

.wpcf7-not-valid-tip {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.article-page {
    background-color: #fcfcfc;
    color: #1a1a1a;
}

.article-hero {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg-img-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.article-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    transform: scale(1.05);
    transition: transform 3s ease;
}

.article-hero:hover .article-hero-img {
    transform: scale(1);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
}

.article-hero-content {
    position: relative;
    z-index: 1;
    color: white;
}

.article-body {
    padding-top: 5rem;
}

.lead-paragraph {
    font-size: clamp(1.5rem, 2.5vw, 1.8rem);
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.article-content-wrapper img[class*="wp-image-"] {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 2 / 1;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    height: auto;
    margin: 60px 0;
}
@media(max-width: 768px){
    .article-content-wrapper img[class*="wp-image-"] {
        aspect-ratio: 1.5 / 1;
    }
}
.article-text-area {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #333;
}

.article-h2 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    line-height: 1.3;
}

.article-h3 {
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    line-height: 1.4;
}

.article-figure {
    margin: 3rem 0;
    text-align: center;
}

.article-figure img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.article-list {
    list-style: none;
    padding-left: 0;
    margin-top: 2rem;
}

.article-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.article-list li::before {
    content: '';
    position: absolute;
    left: 0;
    color: #c5a059;
    font-weight: bold;
}

.premium-blockquote {
    border-left: 4px solid #c5a059;
    padding-left: 2rem;
    margin: 4rem 0;
    font-style: italic;
    font-size: 1.6rem;
    color: #555;
    line-height: 1.5;
}

.premium-blockquote footer {
    display: block;
    margin-top: 1.5rem;
    font-size: 1rem;
    color: #888;
    font-style: normal;
}

.social-icon {
    color: #1a1a1a;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #c5a059;
}

@media (max-width: 991px) {
    .article-hero { height: 70vh; }
    .display-1 { font-size: 2.5rem; }
    .lead-paragraph { font-size: 1.3rem; }
    .article-text-area { font-size: 1rem; }
    .premium-blockquote { font-size: 1.3rem; margin: 3rem 0; }
}

.about-page {
    background-color: #fff;
    color: #1a1a1a;
}

.about-hero-img-wrapper {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    margin: 0 auto;
    clip-path: inset(0 5% 0 5%);
    transition: clip-path 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-hero-img-wrapper:hover {
    clip-path: inset(0 0% 0 0%);
}

.hero-full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 2s ease;
}

.about-page .premium-label {
    letter-spacing: 0.6em;
    font-size: 0.7rem;
}

/* Team Cards */
.team-img-wrapper {
    aspect-ratio: 3/4;
    overflow: hidden;
    background: #f0f0f0;
}

.team-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.6s ease;
}

.team-card:hover .team-img-wrapper img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.leading-relaxed {
    line-height: 1.8;
}

.about-values .display-3 {
    letter-spacing: -2px;
}

.search-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 3rem;
}

.search-header span.fw-700 {
    color: #c5a059;
}

.featured-item {
    background: #fff;
    border: 1px solid #f0f0f0;
}

.featured-item .mag-img-wrapper {
    aspect-ratio: 16/9;
}

.mag-img-wrapper.tall {
    aspect-ratio: 4/5;
    background: #f9f9f9;
}

.magazine-item:hover .mag-img-wrapper img {
    transform: scale(1.05);
}

.legal-page {
    line-height: 1.8;
}

.legal-header {
    background-color: #fcfcfc;
}

.legal-section p {
    color: #555;
    font-size: 1.1rem;
}

.legal-page .article-list li::before {
    content: "â€¢";
    color: #c5a059;
}

.legal-footer {
    transition: all 0.3s ease;
}

.legal-footer:hover {
    background-color: #f0f0f0 !important;
}

.legal-page .article-h3 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    letter-spacing: -0.02em;
}

@media (max-width: 768px) {
    .display-3 { font-size: 2.5rem; }
}


.advertise-hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1600');/
    background-size: cover;
    background-position: center;
}

.hero-overlay-dark {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85); 
    z-index: 1;
}

.z-index-2 { position: relative; z-index: 2; }

.stats-border .display-4 {
    letter-spacing: -2px;
    color: #1a1a1a;
}

.advertise-page .process-step {
    border: 1px solid #eee;
    padding: 3.5rem 2.5rem;
    background: #fff;
    transition: all 0.4s ease;
}

.advertise-page .process-step:hover {
    border-color: #c5a059;
    box-shadow: 0 15px 45px rgba(0,0,0,0.05);
}

.mb-6 { margin-bottom: 3.5rem; }

@media (max-width: 991px) {
    .advertise-hero {min-height: 70vh;padding: 50px 0;}
    .display-2 { font-size: 3rem; }
}

.premium-faq {
    max-width: 100%;
}

.faq-item {
    border-color: #f0f0f0 !important;
}

.faq-question {
    color: #1a1a1a;
    letter-spacing: -0.5px;
    position: relative;
}

.faq-answer {
    line-height: 1.8;
    font-size: 0.95rem;
}

.faq-question::before {
    content: "Q.";
    position: absolute;
    right: -30px;
    color: #d1d1d1;
    font-style: italic;
    font-weight: 300;
}

@media (max-width: 768px) {
    .faq-question::before {
        display: none;
    }
}

.mag-img-wrapper.tall {
    height: 400px;
    overflow: hidden;
    width: 100%;
}
.mag-img-wrapper.tall img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    object-fit: cover;
}
.magazine-item:hover img {
    transform: scale(1.05);
}

.premium-breadcrumbs {
    font-size: 0.75rem;
}

.premium-breadcrumbs a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: opacity 0.3s;
}

.premium-breadcrumbs a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.archive .premium-breadcrumbs,
.blog .premium-breadcrumbs {
    color: color: var(--luxury-black);
}

.archive .premium-breadcrumbs a,
.blog .premium-breadcrumbs a {
    color: color: var(--luxury-black);
}

.premium-breadcrumbs span {
    margin: 0 8px;
}



.text-outline-dark {
    color: transparent;
    -webkit-text-stroke: 1px #222;
}

.forecast-2026 {
    background-color: #fcfcfc;
}

.tracking-wider {
    letter-spacing: 2px;
}

.dest-img-circle {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.destination-card-v2 .dest-info h4 {
    font-size: 1.1rem;
    letter-spacing: -0.5px;
}



.newsletter-wrapper {
    position: relative;
    max-width: 400px;
    margin: 0;
    direction: rtl
}

.newsletter-wrapper .form-control {
    width: 100% !important;
    height: 55px !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 50px !important;
    padding: 0 25px 0 120px !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    direction: rtl !important;
}

.newsletter-wrapper .form-control:focus {
    border-color: var(--accent-gold) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important;
    outline: none;
}

.newsletter-wrapper .btn-submit {
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0 25px;
    font-weight: 800;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
}

.newsletter-wrapper .btn-submit:hover {
    background: var(--accent-gold);
    color: #000;
}

/* × ×™×§×•×™ ×ª×’×™×•×ª ×”-span ×©×œ CF7 */
.newsletter-wrapper .wpcf7-form-control-wrap {
    display: block !important;
    width: 100%;
}

/* ×˜×™×¤×•×œ ×‘×”×•×“×¢×•×ª ×©×’×™××”/×”×¦×œ×—×” */
.newsletter-form .wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 0.8rem;
    color: #666;
    text-align: center;
}

/* ×”×¡×ª×¨×ª ×”×¡×¤×™× ×¨ ×©×œ× ×™×¤×¨×™×¢ ×œ×¢×™×¦×•×‘ */
.newsletter-form .wpcf7-spinner {
    display: none !important;
}




/* Search Hero Specific Styles */
.search-premium-input-group {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.search-premium-input-group .form-control {
    background: transparent;
    border: none;
    color: white;
    padding: 12px 30px;
    font-size: 1.1rem;
}

.search-premium-input-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-premium-input-group .form-control:focus {
    box-shadow: none;
    color: white;
}

.btn-gold-submit {
    background: #d4af37;
    color: black;
    border: none;
    border-radius: 100px;
    padding: 10px 40px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-gold-submit:hover {
    background: white;
    transform: scale(1.02);
}

/* Pagination Styling */
.pagination-wrapper ul {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
}

.pagination-wrapper ul li a, 
.pagination-wrapper ul li span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #eee;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}

.pagination-wrapper ul li span.current {
    background: #000;
    color: #fff;
    border-color: #000;
}

.text-gold {
    /* color: var(--accent-gold) !important; */
}

/* Filters Navigation inside Hero */
.archive-filters-nav {
    position: relative;
    z-index: 5;
}

.filter-btn {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(5px);
}

.filter-btn:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.filter-btn.active {
    background: #d4af37; /* ×–×”×‘ */
    border-color: #d4af37;
    color: #000;
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

/* ×”×ª××ž×” ×œ×œ×—× ×¢×‘×•×“×” (Breadcrumbs) ×‘×ª×•×š Hero ×›×”×” */
.breadcrumb-item, .breadcrumb-item a {
    color: rgba(255,255,255,0.5) !important;
    font-size: 0.7rem;
    text-transform: uppercase;
}


/* Coming Soon Specifics */
.coming-soon-page {
    position: relative;
    min-height: 100vh;
}

.coming-soon-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.4);
    animation: slowZoom 20s infinite alternate; /* אנימציית זום עדינה מאוד */
}

@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}

.hero-overlay-darker {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
}

.divider-line {
    width: 80px;
    height: 1px;
    background: #d4af37;
}

/* Newsletter Input Style */
.newsletter-simple input::placeholder {
    color: rgba(255,255,255,0.4);
    font-weight: 200;
}

.btn-text-only {
    background: none;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.btn-text-only.gold {
    color: #d4af37;
}

.btn-text-only:hover {
    color: white;
    letter-spacing: 4px;
}

.btn-link-premium.white {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.btn-link-premium.white:hover {
    color: #d4af37;
    border-color: #d4af37;
}

/* AOS Custom Animation */
[data-aos="stretch-width"] {
    width: 0;
    transition-property: width;
}
[data-aos="stretch-width"].aos-animate {
    width: 80px;
}

/* Bear Test Hero Section */
.bear-test-hero {
    position: relative;
    background: #1a1a1a;
    color: #ffffff;
    padding: 100px 20px;
    margin: 60px 0 0;
    overflow: hidden;
    direction: rtl; /* מבטיח כיווניות נכונה לעברית */
}

.bear-test-bg-icon {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30rem;
    opacity: 0.03;
    pointer-events: none;
    font-family: serif;
    z-index: 1;
}

.bear-test-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.bear-test-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.bear-test-content {
    flex: 1;
    min-width: 320px;
}

.bear-test-label {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 0.9rem;
    display: block;
}

.bear-test-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 200;
}

.bear-test-title span {
    font-weight: 800;
    color: #d4af37;
}

.bear-test-lead {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #ccc;
    font-weight: 300;
    max-width: 500px;
}

.bear-test-strategy {
    flex: 1;
    min-width: 320px;
    background: rgba(255,255,255,0.03);
    padding: 40px;
    border-right: 1px solid rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(10px);
}

.strategy-item {
    margin-bottom: 40px;
}

.strategy-item:last-child {
    margin-bottom: 0;
}

.strategy-item h3 {
    font-size: 1.6rem;
    color: #d4af37;
    margin-bottom: 15px;
}

.strategy-item p {
    color: #aaa;
    line-height: 1.8;
    font-size: 1.05rem;
}

.bear-test-footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.bear-test-quote {
    font-style: italic;
    font-size: 1.2rem;
    color: #888;
    margin: 0;
}

.bear-test-badge {
    color: #d4af37;
    font-weight: 800;
    border: 1px solid #d4af37;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .bear-test-strategy {
        border-right: none;
        border-top: 1px solid rgba(212, 175, 55, 0.3);
    }
    .bear-test-footer {
        flex-direction: column;
        text-align: center;
    }
}

/* Flight Hunting Hero Section */
.flight-hunter-hero {
    position: relative;
    background: #111111; /* שחור מעט עמוק יותר ליצירת הפרדה */
    color: #ffffff;
    padding: 100px 20px;
    margin: 60px 0 0;
    overflow: hidden;
    direction: rtl;
}

.flight-hunter-bg-icon {
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
    font-size: 30rem;
    opacity: 0.03;
    pointer-events: none;
    z-index: 1;
}

.flight-hunter-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.flight-hunter-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.flight-hunter-content {
    flex: 1;
    min-width: 320px;
}

.flight-hunter-label {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 0.9rem;
    display: block;
}

.flight-hunter-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 200;
}

.flight-hunter-title span {
    font-weight: 800;
    color: #d4af37;
}

.flight-hunter-lead {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #ccc;
    font-weight: 300;
    max-width: 500px;
}

.flight-hunter-strategy {
    flex: 1;
    min-width: 320px;
    background: rgba(255,255,255,0.03);
    padding: 40px;
    border-right: 1px solid rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(10px);
}

.hunt-item {
    margin-bottom: 40px;
}

.hunt-item:last-child {
    margin-bottom: 0;
}

.hunt-item h3 {
    font-size: 1.6rem;
    color: #d4af37;
    margin-bottom: 15px;
}

.hunt-item p {
    color: #bbb;
    line-height: 1.8;
    font-size: 1.05rem;
}

.flight-hunter-footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.flight-hunter-quote {
    font-style: italic;
    font-size: 1.2rem;
    color: #888;
    margin: 0;
}

.flight-hunter-badge {
    color: #d4af37;
    font-weight: 800;
    border: 1px solid #d4af37;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
}

@media (max-width: 768px) {
    .flight-hunter-strategy {
        border-right: none;
        border-top: 1px solid rgba(212, 175, 55, 0.3);
    }
}

/* Triple Destination Hero Section */
.triple-dest-hero {
    position: relative;
    background: #1a1a1a;
    color: #ffffff;
    padding: 100px 20px;
    margin: 60px 0 0;
    overflow: hidden;
    direction: rtl;
}

.triple-dest-bg-icon {
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25rem;
    opacity: 0.04;
    pointer-events: none;
    z-index: 1;
}

.triple-dest-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.triple-dest-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.triple-dest-content {
    flex: 1;
    min-width: 320px;
}

.triple-dest-label {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 0.9rem;
    display: block;
}

.triple-dest-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 200;
}

.triple-dest-title span {
    font-weight: 800;
    color: #d4af37;
}

.triple-dest-lead {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #ccc;
    font-weight: 300;
    max-width: 500px;
}

.triple-dest-strategy {
    flex: 1;
    min-width: 320px;
    background: rgba(255,255,255,0.03);
    padding: 40px;
    border-right: 1px solid rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(10px);
}

.triple-item {
    margin-bottom: 40px;
}

.triple-item h3 {
    font-size: 1.6rem;
    color: #d4af37;
    margin-bottom: 15px;
}

.triple-item p {
    color: #bbb;
    line-height: 1.8;
    font-size: 1.05rem;
}

.triple-dest-footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* Wizz Club Hero Section */
.wizz-club-hero {
    position: relative;
    background: #1a1a1a;
    color: #ffffff;
    padding: 100px 0px;
    margin: 0;
    overflow: hidden;
    direction: rtl;
}

.wizz-club-bg-icon {
    position: absolute;
    left: -2%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25rem;
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
    color: #d4af37;
}

.wizz-club-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.wizz-club-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.wizz-club-content {
    flex: 1;
    min-width: 320px;
}

.wizz-club-label {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 0.9rem;
    display: block;
}

.wizz-club-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 200;
}

.wizz-club-title span {
    font-weight: 800;
    color: #d4af37;
}

.wizz-club-lead {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #ccc;
    font-weight: 300;
    max-width: 500px;
}

.wizz-club-strategy {
    flex: 1;
    min-width: 320px;
    background: rgba(212, 175, 55, 0.05); /* רקע עם נגיעת זהב */
    padding: 40px;
    border-right: 2px solid #d4af37;
    backdrop-filter: blur(10px);
}

.club-item {
    margin-bottom: 40px;
}

.club-item h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
}

.club-item p {
    color: #bbb;
    line-height: 1.8;
    font-size: 1.05rem;
}

.wizz-club-footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.wizz-club-badge {
    background: #d4af37;
    color: #1a1a1a;
    font-weight: 900;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
}

@media(max-width: 768px){
    .wizz-club-footer {
        justify-content: center;
        align-items: center;
    }
}

/* Related Posts - Journey Curation Section */
.related-journey-section {
    background: #111111;
    padding: 80px 20px;
    margin-top: 60px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    direction: rtl;
}

.related-journey-container {
    max-width: 1100px;
    margin: 0 auto;
}

.related-journey-header {
    text-align: center;
    margin-bottom: 50px;
}

.related-journey-label {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
}

.related-journey-title {
    font-size: 2.5rem;
    color: #ffffff;
    margin: 0;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.journey-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}

.journey-card:hover {
    transform: translateY(-10px);
    border-color: #d4af37;
    background: rgba(212, 175, 55, 0.05);
}

.journey-card-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    filter: grayscale(40%);
    transition: 0.4s;
}

.journey-card:hover .journey-card-image {
    filter: grayscale(0%);
}

.journey-card-content {
    padding: 25px;
}

.journey-card-meta {
    color: #d4af37;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.journey-card-title {
    font-size: 1.4rem;
    color: #ffffff;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.journey-card-excerpt {
    color: #888;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.journey-card-link {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.journey-card-link::after {
    content: '←';
    transition: 0.3s;
}

.journey-card:hover .journey-card-link::after {
    transform: translateX(-5px);
}


/* Deals Hero Strategy Section */
.deals-hero {
    position: relative;
    background: #1a1a1a;
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
    direction: rtl;
}

.deals-hero-bg-icon {
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25rem;
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
    color: #d4af37;
}

.deals-hero-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.deals-hero-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 60px;
}

/* הצד הימני - רשימת הדילים הדינאמית */
.deals-hero-list {
    flex: 1.5;
    min-width: 320px;
}

.deals-hero-label {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 0.9rem;
    display: block;
}

.deals-hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
    margin-bottom: 40px;
    font-weight: 200;
}

.deals-hero-title span {
    font-weight: 800;
    color: #d4af37;
}

/* כרטיסיית דיל בתוך המבנה */
.deal-item-row {
    background: rgba(255, 255, 255, 0.03);
    border-right: 2px solid #d4af37;
    padding: 25px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.deal-item-row:hover {
    background: rgba(212, 175, 55, 0.08);
    transform: translateX(-5px);
}

.deal-item-city {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
}

.deal-item-price {
    font-size: 2.2rem;
    color: #d4af37;
    font-weight: 900;
}

/* הצד השמאלי - המדריך (Strategy) */
.deals-hero-strategy {
    flex: 1;
    min-width: 320px;
    background: rgba(212, 175, 55, 0.05);
    padding: 40px;
    border-right: 2px solid #d4af37;
    backdrop-filter: blur(10px);
}

.strategy-step {
}

.strategy-step h3 {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.strategy-step .num {
    color: #d4af37;
    font-weight: 900;
}

.strategy-step p {
}

@media(max-width: 768px){
    .deal-item-row{
        flex-flow: column;
    }
    .deal-item-row-actions{
        width: 100%;
        margin-top: 20px;
    }
    .strategy-step{
        flex-flow: column;
        gap: 0px;
    }
}

.masterclass-feed {
    margin: 60px 0;
    padding: 60px 0;
    background: #f9f9f9;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.strategy-feed-title {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.strategy-feed-subtitle {
    color: #666;
    font-size: 1.1rem;
}

.masterclass-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.masterclass-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.masterclass-card:hover {
    transform: translateY(-10px);
}

.card-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e11c7d; /* הצבע הסגול/וורוד של וויז */
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.card-content {
    padding: 25px;
    flex-grow: 1;
}

.card-category {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.card-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
    line-height: 1.3;
}

.card-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.card-excerpt {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.card-footer {
    margin-top: auto;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.read-strategy {
    color: #e11c7d;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.read-strategy:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .strategy-feed-title { font-size: 1.8rem; }
}

.masterclass-actions {
    margin-top: 50px;
    padding-top: 30px;
}

.btn-strategy-archive {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: transparent;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #1a1a1a;
    padding: 15px 40px;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.btn-strategy-archive:hover {
    background: #1a1a1a;
    color: #fff;
    transform: translateY(-3px);
}

.btn-icon {
    transition: transform 0.3s ease;
}

.btn-strategy-archive:hover .btn-icon {
    transform: translateX(5px);
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .btn-strategy-archive {
        width: 100%;
        justify-content: center;
    }
}


.triple-cookie-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background: #1a1a1a; /* צבע הרקע מה-Hero */
    border-right: 2px solid #d4af37; /* אלמנט ה-Border מהסטרטגיה */
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    padding: 30px;
    overflow: hidden;
    direction: rtl;
    margin: 0 auto;
    backdrop-filter: blur(15px);
    width: 100%;
    padding-bottom: 60px;
}

.triple-cookie-bg-icon {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8rem;
    color: #ffffff;
    opacity: 0.03; /* האייקון השקוף מה-Hero */
    pointer-events: none;
    font-weight: 800;
}

.triple-cookie-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.triple-cookie-label {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    font-size: 0.75rem;
    display: block;
    margin-bottom: 8px;
}

.triple-cookie-text {
    color: #ccc;
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
}

.triple-cookie-text span {
    color: #ffffff;
    font-weight: 600;
}

.triple-cookie-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.triple-btn-accept {
    background: transparent;
    color: #d4af37;
    border: 1px solid rgba(212, 175, 55, 0.5);
    padding: 12px 30px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    letter-spacing: 1px;
    white-space: nowrap;
}

.triple-btn-accept:hover {
    background: #d4af37;
    color: #1a1a1a;
    transform: translateY(-3px);
}

.triple-btn-close {
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: color 0.3s;
}

.triple-btn-close:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .triple-cookie-banner {
        padding: 20px;
    }
    .triple-cookie-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .triple-btn-accept {
        width: 100%;
    }
}


.whatsapp-community-banner {
    position: relative;
    background: #1a1a1a;
    color: #ffffff;
    padding: 80px 40px;
    overflow: hidden;
    direction: rtl;
     /* החתימה העיצובית שלך */
}

/* האייקון הגדול ברקע */
.whatsapp-community-banner .triple-dest-bg-icon {
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20rem;
    opacity: 0.03;
    color: #ffffff;
    pointer-events: none;
    z-index: 1;
    font-weight: 800;
}

.whatsapp-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.whatsapp-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.whatsapp-content {
    flex: 1;
    min-width: 300px;
}

.whatsapp-label {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 15px;
}

.whatsapp-title {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 200; /* דק כמו ב-Hero */
}

.whatsapp-title span {
    font-weight: 800;
    color: #d4af37;
}

.whatsapp-lead {
    font-size: 1.15rem;
    color: #ccc;
    font-weight: 300;
    max-width: 450px;
    line-height: 1.6;
}

/* כפתור ההנעה לפעולה */
.btn-whatsapp-join {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: transparent;
    color: #d4af37;
    text-decoration: none;
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(212, 175, 55, 0.4);
    padding: 18px 45px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-whatsapp-join:hover {
    background: #d4af37;
    color: #1a1a1a;
    transform: translateY(-5px);
}

.btn-arrow {
    transition: transform 0.3s ease;
}

.btn-whatsapp-join:hover .btn-arrow {
    transform: translateX(-5px);
}

.whatsapp-note {
    font-size: 0.8rem;
    color: #bbb;
    margin-top: 15px;
    text-align: center;
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .whatsapp-community-banner {
        padding: 60px 25px;
        text-align: center;
        border-right: none;
        border-top: 4px solid #d4af37;
    }
    .whatsapp-flex {
        flex-direction: column;
    }
    .whatsapp-lead {
        margin: 0 auto;
    }
    .btn-whatsapp-join {
        width: 100%;
        justify-content: center;
    }
}


.option-method-banner {
    position: relative;
    background: #ffffff;
    color: #1a1a1a;
    padding: 80px 40px;
    overflow: hidden;
    direction: rtl;
    box-shadow: 0 15px 45px rgba(0,0,0,0.04);
}

.option-method-banner .light-dest-bg-icon {
    position: absolute;
    left: -2%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18rem;
    opacity: 0.04;
    color: #1a1a1a;
    pointer-events: none;
    z-index: 1;
    font-weight: 900;
}

.light-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.light-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.light-content {
    flex: 1.5;
    min-width: 320px;
}

.light-intro-text{
    max-width: 600px;
}


.light-lead {
    font-size: 1.25rem;
    color: #444;
    font-weight: 300;
    max-width: 550px;
    line-height: 1.6;
}

.btn-light-action {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 45px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-light-action:hover {
    background: #d4af37;
    color: #1a1a1a;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.light-note {
    font-size: 0.8rem;
    color: #999;
    margin-top: 15px;
    text-align: center;
}

/* --- Light Option Banner: Power Up --- */

.light-action-card {
    flex: 1;
    min-width: 350px;
    background: #ffffff;
    border-right: 4px solid #d4af37;
    padding: 35px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.light-action-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.1);
    border-right-color: #1a1a1a;
}

.light-badge {
    position: absolute;
    top: -12px;
    right: 25px;
    background: #d4af37;
    color: #1a1a1a;
    font-size: 0.7rem;
    font-weight: 900;
    padding: 5px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.light-card-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.light-card-text {
    font-size: 1rem;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

.light-btn-prime {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #1a1a1a;
    color: #ffffff !important;
    width: 100%;
    padding: 20px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.light-btn-prime:hover {
    background: #d4af37;
    color: #1a1a1a !important;
}

.light-secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    color: #1a1a1a;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s;
}

.light-secondary-link:hover {
    color: #d4af37;
    padding-right: 5px;
}

.light-footer-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #d4af37;
}


@media (max-width: 768px) {
    .option-method-banner {padding: 50px 0;text-align: center;border-right: none;border-top: 4px solid #d4af37;margin: 0;}
    .light-flex { flex-direction: column; }
    .btn-light-action {width: 100%;justify-content: center;max-width: max-content;}
    .light-action-card { min-width: 100%; margin-top: 30px; }
    .light-content {
        text-align: center;
    }
}


.hunter-footer {
    background-color: #ffffff;
    border-top: 1px solid #eee;
    color: #1a1a1a;
    direction: rtl;
    padding-top: 50px;
}

.footer-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 300;
}

.footer-heading {
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: #1a1a1a;
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 20px;
    height: 2px;
    background-color: #d4af37;
}

.footer-menu-list li a {
    color: #444;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-menu-list li a:hover {
    color: #d4af37;
}

/* סושיאל */
.social-icon-btn {
    width: 35px;
    height: 35px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #1a1a1a;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon-btn:hover {
    background: #1a1a1a;
    color: #d4af37;
    border-color: #1a1a1a;
}

/* ניוזלטר */
.newsletter-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}

/* התאמת Contact Form 7 לסטייל היוקרתי */
.footer-newsletter-form input[type="email"] {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.footer-newsletter-form input[type="submit"] {
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    transition: background 0.3s;
}

.footer-newsletter-form input[type="submit"]:hover {
    background: #d4af37;
    color: #1a1a1a;
}

/* תחתית הפוטר */
.footer-bottom {
    background-color: #fcfcfc;
    border-top: 1px solid #eee;
}

.copyright {
    font-size: 0.8rem;
    color: #999;
}

.legal-menu li a {
    color: #999;
    text-decoration: none;
    font-size: 0.8rem;
}

.legal-menu li a:hover {
    color: #d4af37;
}


/* --- Blueprint to Light Mode Refinement --- */

/* כרטיס הסליידר במראה נקי ללא צללים כבדים */
.hunter-card-clean {
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 25px;
    transition: all 0.3s ease;
}

.hunter-card-clean:hover {
    border-color: #d4af37;
    background: #fff;
}

.card-date {
    font-size: 0.75rem;
    color: #999;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-divider {
    height: 1px;
    background: #eee;
    margin: 20px 0;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-row span {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    color: #d4af37;
}

.stat-row strong {
    font-size: 1.4rem;
    font-weight: 800;
}

/* Sidebar Methodology */
.strategy-sidebar-light {
    padding: 40px;
    background: #f9f9f9;
    border-right: 1px solid #eee;
}

.strategy-title-sm {
    font-size: 1.8rem;
    font-weight: 200;
    margin-bottom: 30px;
}

.strategy-title-sm span {
    font-weight: 800;
}

.strategy-steps-minimal .step {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.strategy-steps-minimal .num {
    color: #d4af37;
    font-weight: 800;
    font-size: 1.1rem;
}

.strategy-steps-minimal p {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
    line-height: 1.5;
}


/* --- Blueprint Ledger Details - Light Language --- */

.hunter-ledger-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 35px;
    border-right: 2px solid #1a1a1a; /* קונטרה לבורדר זהב של הסקשן */
}

.ledger-dest-title {
    font-weight: 800;
    font-size: 1.5rem;
    margin: 0;
    letter-spacing: -0.5px;
}

.ledger-sub {
    font-size: 0.85rem;
    color: #999;
    font-weight: 300;
}

.ledger-date-badge {
    font-size: 0.7rem;
    font-weight: 800;
    color: #d4af37;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ledger-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}

.ledger-item.no-border { border-bottom: none; }

.item-info strong { display: block; font-size: 0.95rem; font-weight: 800; }
.item-info small { color: #888; font-weight: 300; font-size: 0.8rem; }
.item-cost { font-weight: 800; font-size: 1.1rem; }

.ledger-footer-total {
    background: #fdfaf2;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.total-label-xs { display: block; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: #d4af37; }
.total-note { font-size: 0.7rem; color: #999; font-weight: 300; }
.total-price-tag { font-size: 2.2rem; font-weight: 900; color: #1a1a1a; }

/* Sidebar Adjustments */
.strategy-sidebar-box {
    background: #f9f9f9;
    padding: 50px;
    height: 100%;
}

.strategy-step {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.step-idx { color: #d4af37; font-weight: 800; font-size: 1.1rem; }
.strategy-step p {font-size: 0.9rem;line-height: 1.6;margin: 0;}

@media(max-width: 768px){
    .strategy-sidebar-box{
        padding: 50px 15px;
        text-align: start;
    }
}

/* --- Hunter Premium Article Cards --- */

/* התאמות לסוויפר הכתבות */
.articles-swiper-section {
    padding-bottom: 100px;
}

.hunterArticlesSwiper {
    padding: 10px 0 40px 0 !important; /* רווח בשביל ה-shadow ב-hover */
}

/* כפתורי הניווט */
.articles-prev, .articles-next {
    width: 50px;
    height: 50px;
    border: 1px solid #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.articles-prev:hover, .articles-next:hover {
    background: #d4af37;
    border-color: #d4af37;
    color: #fff;
}

/* הגדרות כרטיס בתוך סליידר */
.swiper-slide {
    height: auto; /* מאפשר לכל הכרטיסים להיות באותו גובה */
}

.hunter-article-card {
    border-right: 1px solid #f2f2f2; /* בורדר דק בין פריטים */
    background: #fff;
}

.hunter-article-card {
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    border: 1px solid #f2f2f2; /* בורדר כמעט בלתי נראה */
}

/* אפקט Hover יוקרתי - הכרטיס לא זז, אבל מקבל עומק עדין ובורדר זהב */
.hunter-article-card:hover {
    border-color: #d4af37;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

/* טיפול בתמונה */
.article-img-box {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10; /* פרופורציה סינמטית */
}

.article-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%); /* מראה מעט יותר אחיד ויוקרתי */
    transition: all 0.8s ease;
}

.hunter-article-card:hover .article-img-box img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

/* תגית קטגוריה - צפה על התמונה */
.article-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(26, 26, 26, 0.9);
    color: #d4af37;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 12px;
    z-index: 2;
}

/* גוף הכרטיס */
.article-body-new {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.article-date-meta {
    font-size: 0.7rem;
    color: #d4af37; /* התאריך בזהב */
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    display: block;
}

.article-card-title {
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 15px;
    transition: color 0.3s;
}

.article-card-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.article-excerpt-new {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 25px;
    /* הגבלה ל-3 שורות */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* לינק תחתון */
.article-footer-link {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #f5f5f5;
}

.btn-read-more {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-read-more i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.hunter-article-card:hover .btn-read-more i {
    transform: translateX(-8px); /* תנועה לכיוון הקריאה בעברית */
}

@media(max-width: 768px){
    .article-body-new {
        padding: 30px 15px;
        text-align: start;
    }
}


/* --- Forecast Circles - Light Mode Integration --- */

.forecast-section {
    background: #ffffff;
    padding: 100px 0;
}

/* עיצוב העיגול המקורי שלך עם שדרוג יוקרתי */
.dest-img-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 3px solid transparent;
    outline: 1px solid #eee; /* מסגרת דקה ויוקרתית */
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dest-img-circle img:not(.mini-flag) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%); /* מתחיל בשחור לבן בשביל השפה הנקייה */
    transition: all 0.5s ease;
}

/* Overlay של הדגל */
.dest-overlay-icon {
    position: absolute;
    bottom: 5px;
    left: 50%;
    /* transform: translateX(-50%); */
    width: 25px;
    height: 18px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 2;
}

/* Hover Effect */
.destination-card-v2:hover .dest-img-circle {
    border-color: #d4af37;
    outline: none;
    transform: translateY(-5px);
}

.destination-card-v2:hover .dest-img-circle img:not(.mini-flag) {
    filter: grayscale(0%);
    transform: scale(1.1);
}

/* טיפוגרפיה בשפת ה-LIGHT */
.dest-city-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.dest-country-label {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d4af37;
    margin: 0;
}

.dest-link {
    text-decoration: none;
    display: block;
}


/* --- Masterclass Feed - Light Mode --- */

/* כרטיס אסטרטגיה */
.master-strategy-card {
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}

.master-strategy-card:hover {
    border-color: #eee;
}

/* תמונה עם אוברליי עדין */
.master-img-box {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.master-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.master-strategy-card:hover .master-img-box img {
    transform: scale(1.05);
}

/* מספר השיעור - תגית נקייה */
.master-number {
    position: absolute;
    top: 0;
    left: 0;
    background: #1a1a1a;
    color: #fff;
    padding: 8px 15px;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* תוכן הכרטיס */
.master-category-label {
    display: block;
    color: #d4af37;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.master-card-title {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 15px;
}

.master-card-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.master-excerpt {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 25px;
}

/* כפתור קריאה פנימי */
.master-footer {
    margin-top: auto;
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
}

.btn-read-strategy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-read-strategy i {
    color: #d4af37;
    transition: transform 0.3s ease;
}

.master-strategy-card:hover .btn-read-strategy i {
    transform: translateX(-5px);
}


/* --- Destinations Swiper - LIGHT Integration --- */

.destinations-swiper-section {
    background: #fff;
    padding: 60px 0;
}

/* רמז הגרירה המינימליסטי */
.nav-hint-premium {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-hint-premium span {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 3px;
    color: #999;
}

.hint-line {
    width: 60px;
    height: 1px;
    background: #d4af37;
}

/* מבנה העיגול - שדרוג לשפת המותג */
.dest-img-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f2f2; /* בורדר דק במקום צל */
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dest-img-circle img:not(.mini-flag) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.6s ease;
}

/* דגל מינימליסטי */
.dest-overlay-icon {
    position: absolute;
    bottom: 12px;
    left: 50%;
    /* transform: translateX(-50%); */
    width: 28px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}

/* Hover Effect */
.destination-card-v2:hover .dest-img-circle {
    border-color: #d4af37;
    transform: scale(1.05);
}

.destination-card-v2:hover .dest-img-circle img:not(.mini-flag) {
    filter: grayscale(0%);
    transform: scale(1.1);
}

/* טיפוגרפיה */
.dest-city-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.dest-count-label {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d4af37;
}

.dest-link-premium {
    text-decoration: none;
    display: block;
}


/* --- Premium Destinations - LIGHT Style --- */

.premium-destinations-section {
    background: #fff;
    padding: 120px 0 60PX;
}

/* הגדרות הגריד */
.luxury-grid {
    display: grid;
    grid-template-columns: repeat(12, 1);
    grid-template-rows: repeat(2, 350px);
    gap: 30px;
}

/* התאמת גדלים חכמה */
.luxury-item.large { grid-column: span 8; grid-row: span 2; }
.luxury-item.vertical { grid-column: span 4; grid-row: span 1; }
.luxury-item.square { grid-column: span 4; grid-row: span 1; }

.luxury-card-new {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1a1a1a;
}

.luxury-img-wrapper {
    width: 100%;
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.luxury-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    filter: grayscale(20%);
    transition: all 0.8s ease;
}

/* אוברליי טקסטואלי */
.luxury-info-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 40px;
    z-index: 2;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    color: #fff;
}

.luxury-tag {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: 15px;
    display: block;
}

.luxury-card-title {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.2;
}

.large .luxury-card-title { font-size: 2.8rem; }

.luxury-card-excerpt {
    font-size: 1rem;
    font-weight: 300;
    opacity: 0.8;
    max-width: 400px;
    margin-bottom: 20px;
}

.luxury-discover-btn {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: gap 0.3s;
}

/* Hover Effects */
.luxury-card-new:hover .luxury-img-wrapper {
    transform: scale(1.05);
}

.luxury-card-new:hover .luxury-img-wrapper img {
    opacity: 1;
    filter: grayscale(0%);
}

.luxury-card-new:hover .luxury-discover-btn {
    gap: 20px;
    color: #d4af37;
}

/* מובייל */
@media (max-width: 992px) {
    .luxury-grid { display: block; }
    .luxury-item {margin-bottom: 20px;height: 300px;}
    .large .luxury-card-title { font-size: 1.8rem; }
    .luxury-info-box {
        padding: 40px 15px 20px;
        text-align: start;
    }
    .premium-destinations-section{
        padding: 60px 0 60px;
    }
}

/* --- Light Navbar Core --- */
.light-navbar {
    background: #ffffff;
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.4s ease;
}

/* לוגו 200/800 */
.light-brand { text-decoration: none; }
.light-brand .brand-thin { font-weight: 200; color: #1a1a1a; font-size: 1.8rem; letter-spacing: 1px; }
.light-brand .brand-bold { font-weight: 800; color: #d4af37; font-size: 1.8rem; margin-right: 5px; }

/* פריטי תפריט */
.light-navbar .nav-link {
    color: #1a1a1a !important;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 10px 18px !important;
    transition: color 0.3s;
}

.light-navbar .nav-link:hover {
    color: #d4af37 !important;
}

/* Mega Menu עיצוב LIGHT */
.mega-menu-container {
    width: 100%;
    background: #ffffff;
    top: 100%;
    margin-top: 0;
    padding: 30px 0;
}

.mega-title {
    font-weight: 800;
    font-size: 0.9rem;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.mega-list li a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 8px 0;
    display: block;
    transition: all 0.3s;
}

.mega-list li a:hover {
    color: #d4af37;
    padding-right: 5px;
}

.mega-list li i {
    font-size: 0.7rem;
    margin-left: 8px;
    color: #d4af37;
}

/* כפתור חיפוש LIGHT */
.light-nav-search-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #1a1a1a;
    color: #fff;
    padding: 12px 25px;
    border-radius: 0; /* שומר על המראה החד של LIGHT */
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 15px;
    transition: all 0.3s;
}

.light-nav-search-btn:hover {
    background: #d4af37;
    color: #fff;
    transform: translateY(-2px);
}

/* פס זהב דקורטיבי */
.nav-accent-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    opacity: 0.4;
}

/* מובייל המבורגר */
.light-toggler .toggler-icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #1a1a1a;
    margin: 5px 0;
}


/* --- About Page - LIGHT Implementation --- */

/* Hero */
.light-about-hero {
    height: 70vh;
    overflow: hidden;
    background: #1a1a1a;
}

.hero-bg-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    transform: scale(1.1);
}

.light-hero-title-large {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 200;
    line-height: 1.1;
    margin-bottom: 30px;
}

.light-hero-divider {
    width: 80px;
    height: 1px;
    background: #d4af37;
    margin: 30px 0;
}

.light-hero-lead-text {
    font-size: 1.25rem;
    font-weight: 300;
    max-width: 600px;
    opacity: 0.9;
}

/* Values */
.light-value-card {
    padding: 60px 40px;
    text-align: center;
}

.value-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1a1a1a;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}

.value-title {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #d4af37;
    margin-bottom: 15px;
}

.value-desc {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

.border-x {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

/* Founder Section */
.founder-image-container {
    position: relative;
    padding: 20px;
}

.founder-img {
    position: relative;
    z-index: 2;
    filter: grayscale(10%);
    transition: filter 0.5s;
}

.founder-gold-frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 80%;
    border: 2px solid #d4af37;
    z-index: 1;
}

.light-quote-box {
    border-right: 3px solid #d4af37;
    padding: 20px 30px;
    background: #fcfcfc;
    font-style: italic;
    font-size: 1.2rem;
    color: #1a1a1a;
    font-weight: 300;
}

/* כפתורים בשפה החדשה */
.btn-light-action {
    background: #1a1a1a;
    color: #d4af37;
    padding: 15px 35px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.3s;
    border: 1px #d4af37 solid;
}

.btn-light-outline {
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    padding: 15px 35px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.3s;
}

.btn-light-action:hover { background: #d4af37; color: #fff; }
.btn-light-outline:hover { background: #1a1a1a; color: #fff; }

.light-founder{
    position: relative;
    padding: 60px 0;
}

@media(max-width: 768px){
    .btn-light-action{
        padding: 15px 20px;
    }
}

/* --- Advertise Page - LIGHT Style --- */

/* Stats Box */

.light-cta-section{
    position: relative;
    padding: 60px 0;
}
.light-stat-box {
    padding: 60px 20px;
    text-align: center;
    position: relative;
}

.stat-number {
    font-size: 4rem;
    font-weight: 800;
    color: #1a1a1a;
    display: block;
    letter-spacing: -2px;
}

.stat-label {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d4af37;
    margin-top: 10px;
}

.stat-line {
    width: 30px;
    height: 2px;
    background: #1a1a1a;
    margin: 20px auto 0;
}

/* Collab Cards */
.light-collab-card {
    padding: 40px;
    background: #fff;
    height: 100%;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    position: relative;
}

.light-collab-card:hover {
    border-color: #d4af37;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.03);
}

.collab-num {
    font-size: 0.8rem;
    font-weight: 800;
    color: #d4af37;
    margin-bottom: 20px;
}

.collab-title {
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.collab-text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
}

/* Borders */
.border-x {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

@media (max-width: 991px) {
    .border-x {
        border-left: none;
        border-right: none;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
}

/* --- Contact Section LIGHT --- */
.contact-content-light {
    background-color: #ffffff;
    position: relative;
}

/* עיצוב פרטי הקשר */
.info-item-light .info-link {
    font-size: 1.4rem;
    font-weight: 200;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s;
    letter-spacing: -0.5px;
}

.info-item-light .info-link:hover {
    color: #d4af37;
}

.social-link-item {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a1a1a;
    text-decoration: none;
    position: relative;
}

.social-link-item::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: #d4af37;
    transition: width 0.3s;
}

.social-link-item:hover::after {
    width: 100%;
}

/* עיצוב הטופס (Contact Form 7) */
.light-form-wrapper {
    padding: 20px 0;
}

.light-form-wrapper .wpcf7-form-control-wrap {
    margin-bottom: 25px;
    display: block;
}

/* עיצוב השדות - קו תחתון בלבד */
.light-form-wrapper input:not([type="submit"]),
.light-form-wrapper textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    background: transparent;
    padding: 15px 0;
    font-weight: 300;
    font-size: 1.1rem;
    border-radius: 0;
    transition: border-color 0.4s;
}

.light-form-wrapper input:focus,
.light-form-wrapper textarea:focus {
    outline: none;
    border-bottom-color: #d4af37;
}

/* עיצוב כפתור השליחה */
.light-form-wrapper .wpcf7-submit {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 18px 45px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.light-form-wrapper .wpcf7-submit:hover {
    background: #d4af37;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* התאמות מובייל */
@media (max-width: 991px) {
    .light-contact-info {
        text-align: center;
        margin-bottom: 60px;
    }
    .light-social-links {
        justify-content: center;
    }
}


/* --- Archive Grid LIGHT --- */

/* הכתבה המרכזית */
.light-featured-post .light-post-img-frame {
    position: relative;
    border: 1px solid #d4af37;
}

.featured-img-zoom {
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.light-featured-post:hover .featured-img-zoom {
    transform: scale(1.05);
}

.img-accent-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    border: 1px solid #d4af37;
    z-index: -1;
}

.light-hero-title-small {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
}

.light-hero-title-small a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s;
}

.light-post-excerpt {
    font-weight: 300;
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* הגריד המשני */
.light-grid-img-wrapper {
    overflow: hidden;
    position: relative;
    aspect-ratio: 3/4; /* מראה של שער מגזין */
}

.light-grid-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.light-grid-item:hover img {
    transform: scale(1.08);
}

.light-grid-label {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d4af37;
}

.light-grid-title {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.3;
}

.light-grid-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.light-grid-excerpt {
    font-size: 0.9rem;
    color: #888;
    font-weight: 300;
    margin-top: 10px;
}

/* כפתור Full Story */
.btn-light-outline-sm {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    font-weight: 800;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-light-outline-sm:hover {
    background: #1a1a1a;
    color: #fff;
}

/* המיכל הראשי עם מרווח למסגרת */
.light-post-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.light-post-img-frame {
    position: relative;
    z-index: 2;
    height: 400px; /* הגובה שביקשת */
    width: 100%;
}

.light-post-img-frame a {
    display: block;
    width: 100%;
    height: 100%; /* ממלא את ה-200px */
    overflow: hidden;
    line-height: 0;
}

.featured-img-zoom {
    width: 100%;
    height: 100%; /* הכרחי בשילוב עם object-fit */
    object-fit: cover; /* חותך את התמונה במקום למעוך אותה */
    object-position: top; /* שומר על מרכז התמונה */
    transition: transform 0.8s ease;
}

/* המסגרת - נצמדת לגובה הקבוע של 200px */
.img-accent-border {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; /* מקבלת אוטומטית 200px מההורה */
    border: 1px solid #d4af37;
    z-index: -1;
    pointer-events: none;
    transition: all 0.4s ease;
}

/* אפקטים ב-Hover */
.light-featured-post:hover .img-accent-border {
    top: 0;
    right: 0;
    border-color: #1a1a1a;
}

.light-featured-post:hover .featured-img-zoom {
    transform: scale(1.08);
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .light-post-img-frame {
        height: 180px; /* קצת יותר נמוך במובייל שייראה פרופורציונלי */
    }
}

/* רקע התפריט - לבן בוהק */
.light-premium-menu {
    background-color: #ffffff !important;
    width: 85% !important;
    max-width: 350px;
    box-shadow: 15px 0 50px rgba(0,0,0,0.05) !important;
}

.border-bottom-light {
    border-bottom: 1px solid #f8f8f8;
}

/* כפתור סגירה דק */
.btn-close-light {
    background: none;
    border: none;
    color: #1a1a1a;
    font-size: 1.2rem;
    font-weight: 200;
}

/* כותרת הזהב */
.light-gold-label {
    color: #d4af37;
    font-size: 0.6rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

/* רשימת הניווט - Light Style */
.mobile-light-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-light-nav li {
    border-bottom: 1px solid #f9f9f9;
}

.mobile-light-nav li a {
    display: block;
    padding: 20px 30px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mobile-light-nav li a:hover {
    color: #d4af37;
    background-color: #fcfcfc;
    padding-right: 35px;
}

/* חיפוש מעוצב */
.search-input-wrapper {
    position: relative;
}

.light-menu-input {
    width: 100%;
    background: #fbfbfb;
    border: 1px solid #f0f0f0;
    padding: 14px 20px;
    font-size: 0.9rem;
    font-weight: 300;
    border-radius: 4px;
    color: #1a1a1a;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 0.8rem;
}

/* Divider ופוטר */
.light-divider {
    height: 1px;
    width: 30px;
    background: #d4af37;
}

.social-links-light a {
    color: #1a1a1a;
    margin-left: 20px;
    font-size: 1rem;
    transition: color 0.3s;
}

.social-links-light a:hover {
    color: #d4af37;
}

.small-tracking {
    letter-spacing: 2px;
    font-size: 0.65rem;
    font-weight: 700;
}


.btn-premium-gold {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 18px 45px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #1a1a1a;
    display: inline-block;
}

.btn-premium-gold:hover {
    background-color: #d4af37;
    border-color: #d4af37;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}

.btn-minimal-link {
    background-color: #ffffff;
    color: #1a1a1a;
    padding: 18px 45px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #e0e0e0;
    display: inline-block;
}

.btn-minimal-link:hover {
    background-color: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .cta-actions {
        width: 100%;
    }
    .btn-premium-gold, .btn-minimal-link {
        width: 100%;
        text-align: center;
    }
}

.flight-hunter-cta {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background-color: #ffffff;
}

.gold-badge {
    display: inline-block;
    color: #d4af37;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-bottom: 1px solid #d4af37;
    padding-bottom: 5px;
}

.cta-title {
    font-size: 3.5rem;
    font-weight: 200;
    color: #1a1a1a;
    letter-spacing: -1px;
}

.text-gold {
    color: #d4af37;
    font-weight: 400;
}

.cta-lead {
    font-size: 1.15rem;
    font-weight: 300;
    color: #666;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.btn-premium-gold {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 18px 45px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #1a1a1a;
    display: inline-block;
}

.btn-premium-gold:hover {
    background-color: #d4af37;
    border-color: #d4af37;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}

.btn-minimal-link {
    background-color: #ffffff;
    color: #1a1a1a;
    padding: 18px 45px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #e0e0e0;
    display: inline-block;
}

.btn-minimal-link:hover {
    background-color: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .cta-actions {
        width: 100%;
    }
    .btn-premium-gold, .btn-minimal-link {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .cta-title {
        font-size: 2.2rem;
    }
}

.light-intel-banner {
    position: relative;
    background-color: #fdfdfd;
    overflow: hidden;
}

.light-dest-bg-icon {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 25rem;
    font-weight: 900;
    color: rgba(0,0,0,0.02);
    line-height: 1;
    z-index: 1;
    pointer-events: none;
}

.intel-grid {
    display: flex;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 2rem 0;
}

.intel-col {
    flex: 1;
    text-align: center;
    border-left: 1px solid #f0f0f0;
}

.intel-col:last-child { border-left: none; }

.intel-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    font-weight: 700;
    margin-bottom: 10px;
}

.intel-value {
    font-size: 1.8rem;
    font-weight: 300;
    color: #1a1a1a;
}

.intel-value span {
    font-size: 1rem;
    color: #d4af37;
    margin-right: 4px;
}

.gold-text { color: #d4af37 !important; font-weight: 500; }

.master-strategy-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
}

.master-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.master-number {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #d4af37;
    color: #fff;
    padding: 5px 15px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.light-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 200;
    letter-spacing: -1.5px;
}

.light-title span {
    font-weight: 700;
    color: #d4af37;
}

.light-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #1a1a1a;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .intel-floating-map {
        position: sticky;
        top: 100px; 
        width: 100%;
        max-width: 280px;
        background: #fff;
        border: 1px solid #f0f0f0;
        padding: 2rem;
        z-index: 100;
        margin-right: -320px;
        float: right;
    }
}

@media (max-width: 991px) {
    .intel-floating-map {
        position: fixed;
        bottom: -100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 9999;
        padding: 2rem;
        border-radius: 20px 20px 0 0;
        transition: bottom 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: 0 -15px 40px rgba(0,0,0,0.08);
    }
    
    .intel-floating-map.active {
        bottom: 0;
    }

    .intel-map-trigger {
        position: fixed;
        bottom: 30px;
        left: 30px;
        z-index: 999;
        background: #1a1a1a;
        color: #fff;
        border: none;
        padding: 12px 25px;
        border-radius: 50px;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

.intel-map-header {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intel-map-list { list-style: none; padding: 0; margin: 0; }
.intel-map-list li a {
    display: flex;
    padding: 12px 0;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 300;
    transition: 0.3s;
}

.intel-map-list li a span {
    color: #d4af37;
    font-weight: 800;
    font-size: 0.7rem;
    margin-left: 12px;
}

.intel-map-list li a:hover { color: #d4af37; padding-right: 10px; }

.intel-map-footer {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.verdict-link {
    font-size: 0.75rem;
    font-weight: 800;
    color: #d4af37;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

.verdict-card {
    border: 1px solid #f0f0f0;
}

.verdict-score {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.score-num {
    font-size: 4rem;
    font-weight: 200;
    line-height: 1;
    color: #1a1a1a;
}

.score-label {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d4af37;
    margin-top: 10px;
}

.index-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a1a1a;
    width: 120px;
}

.index-bar {
    flex-grow: 1;
    height: 4px;
    background: #f0f0f0;
    position: relative;
    border-radius: 2px;
}

.index-fill {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #d4af37;
    border-radius: 2px;
}

@media (min-width: 768px) {
    .border-left-md {
        border-left: 1px solid #f0f0f0;
    }
}

@media (max-width: 767px) {
    .index-name { margin-bottom: 5px; }
    .index-row { flex-direction: column; align-items: flex-start; }
    .index-bar { width: 100%; }
}


.article-hero-dark {
    height: 85vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-color: #0a0a0a;
}

.hero-bg-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-dark-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    filter: grayscale(30%) contrast(110%);
}

.hero-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(10,10,10,0.4) 0%, rgba(10,10,10,0.95) 100%);
}

.article-hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.hero-dark-title {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 200;
    letter-spacing: -2px;
    line-height: 1.1;
    color: #ffffff;
}

.dark-premium-label {
    color: #d4af37;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 8px;
}

.meta-label {
    display: block;
    font-size: 0.6rem;
    color: #d4af37;
    letter-spacing: 3px;
    margin-bottom: 5px;
    font-weight: 700;
}

.meta-text {
    font-size: 0.9rem;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
}

.border-start-dark {
}

.hero-breadcrumbs a {
    text-decoration: none;
    font-size: 0.8rem;
    transition: color 0.3s;
}

.hero-breadcrumbs a:hover {
    color: #d4af37 !important;
}

.article-share-minimal {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    padding-top: 40px;
}

.share-minimal-title {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #b5b5b5;
    margin-bottom: 25px;
}

.share-icons-row {
    display: flex;
    gap: 30px;
    align-items: center;
}

.share-link-item {
    background: none;
    border: none;
    padding: 0;
    color: #1a1a1a;
    font-size: 1.3rem;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
}

/* אפקט הזהב במעבר עכבר */
.share-link-item:hover {
    color: #d4af37;
    transform: translateY(-3px);
}

.native-trigger {
    color: #d4af37;
}

.native-trigger:hover {
    color: #1a1a1a;
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .share-icons-row {
        gap: 25px;
        width: 100%;
        justify-content: center;
    }
    .share-link-item {
        font-size: 1.5rem;
    }
}

.journalSwiper {
    padding-bottom: 50px !important;
}

.swiper-navigation-wrapper {
    gap: 15px;
}

.swiper-button-prev-custom, 
.swiper-button-next-custom {
    width: 45px;
    height: 45px;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    color: #1a1a1a;
}

.swiper-button-prev-custom:hover, 
.swiper-button-next-custom:hover {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

.swiper-pagination-bullet-active {
    background: #d4af37 !important;
}

.hunter-article-card {
    height: 100%;
    background: #fff;
    transition: transform 0.3s ease;
}

.swiper-slide {
    height: auto;
}

@media(max-width: 768px){
    .journalSwiper,
    .masterSwiper {
        overflow: visible !important;
    }
}

/* --- Option Engine Unified Styles - Strategic Master Version --- */

.option-engine-banner {
    position: relative;
    background: #0a0a0a; /* רקע כהה עמוק */
    color: #ffffff;
    padding: 100px 40px;
    overflow: hidden;
    direction: rtl;
    border-bottom: 1px solid #1a1a1a;
}

/* האייקון הענק ברקע */
.option-engine-banner .triple-dest-bg-icon {
    position: absolute;
    left: -2%;
    top: 30%;
    transform: translateY(-50%);
    font-size: 25rem;
    opacity: 0.04;
    color: #ffffff;
    pointer-events: none;
    z-index: 1;
    font-weight: 900;
}

.option-container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* כותרות וטקסט מוביל */
.option-content {
    margin-bottom: 50px;
}

.option-label {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 800;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 15px;
}

.option-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 200;
}

.option-title span {
    font-weight: 800;
    color: #d4af37;
}

.option-lead {
    font-size: 1.25rem;
    color: #ccc;
    font-weight: 300;
    max-width: 800px;
    line-height: 1.6;
    margin: 0 auto;
}

/* --- גריד הזנת נתונים - שורה אחת מלאה (6 עמודות) --- */
.option-input-grid {
    display: grid;
    /* חלוקה: עיר(1.2), טיסה(1), מלון(1), לילות(0.6), סוג מלון(1.2), כפתור(1) */
    grid-template-columns: 1.2fr 1fr 1fr 0.6fr 1.2fr 1fr;
    gap: 12px;
    align-items: flex-end;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    margin-top: 40px;
    border-radius: 4px;
}

.opt-field label {
    display: block;
    font-size: 0.65rem;
    color: #d4af37;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.opt-field input, 
.opt-field select {
    width: 100%;
    background-color: #111;
    border: 1px solid #333;
    color: #fff;
    padding: 12px 10px;
    font-size: 0.9rem;
    outline: none;
    transition: all 0.3s ease;
    border-radius: 2px;
    height: 45px; /* גובה אחיד לכל השדות */
    direction: rtl;
}

.opt-field input:focus, 
.opt-field select:focus {
    border-color: #d4af37;
    background: #151515;
}

/* כפתור הגשת הניתוח - מותאם לשורה */
.btn-option-analyze {
    width: 100%;
    background: #d4af37;
    color: #000;
    border: none;
    font-weight: 900;
    padding: 0 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 45px; /* גובה זהה לשדות */
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-option-analyze:hover {
    background: #ffffff;
    transform: translateY(-3px);
}

/* --- אזור התוצאות --- */
.option-results-wrapper {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid #222;
    animation: fadeIn 0.8s ease forwards;
}

.bonus-highlight-box {
    background: #000;
    border: 2px solid #d4af37;
    padding: 60px 40px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    border-radius: 4px;
}

.bonus-meta {
    font-size: 1.2rem;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
}

.bonus-value {
    font-size: clamp(3.5rem, 8vw, 7rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    margin: 15px 0;
}

.bonus-note {
    color: #ccc;
    font-size: 1rem;
    margin-bottom: 25px;
    font-weight: 300;
}

/* כפתור שיתוף */
.btn-share-result {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 1px solid rgba(212, 175, 55, 0.5);
    color: #d4af37;
    padding: 14px 35px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-share-result:hover {
    background: #d4af37;
    color: #000;
}

/* גריד התוצאות המפורט */
.results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.res-block.card-style {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid #1a1a1a;
    padding: 40px 20px;
    border-radius: 4px;
}

.res-subtitle {
    color: #d4af37;
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 800;
}

/* עיצוב שורות נתונים */
.item-row, .comp-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #ccc;
    font-size: 0.95rem;
}

.item-row span:last-child, .comp-row span:last-child {
    font-weight: 700;
    /* color: #fff; */
}

.bag-card {
    background: rgba(212, 175, 55, 0.05);
    padding: 18px;
    border-right: 4px solid #d4af37;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

/* --- התאמות רספונסיביות --- */

/* טאבלטים ומסכים בינוניים - 2 שורות */
@media (max-width: 1100px) {
    .option-input-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
}

/* מובייל - שדה אחד בשורה */
@media (max-width: 768px) {
    .option-engine-banner {padding: 60px 20px;}
    
    .option-input-grid { 
        grid-template-columns: 1fr; 
        padding: 20px;
    }
    
    .opt-field label { font-size: 0.75rem; }
    
    .results-grid { grid-template-columns: 1fr; }
    
    .bonus-value { font-size: 3.5rem; }

    .option-title { font-size: 2.2rem; }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
.option-disclaimer-area {
    margin-top: 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: auto;
    margin-right: auto;
}

.disclaimer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    opacity: 0.7; /* גורם לזה להיראות משני למחשבון */
}

.disclaimer-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.disclaimer-item i {
    color: #d4af37; /* צבע זהב של המדד */
    font-size: 1.1rem;
    margin-top: 2px;
}

.disclaimer-item p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #eee;
    margin: 0;
    text-align: start;
}

.disclaimer-item strong {
    color: #fff;
    display: block;
    margin-bottom: 3px;
}

.last-update-tag {
    text-align: center;
    font-size: 0.75rem;
    color: #ccc;
    margin-top: 30px;
    letter-spacing: 0.5px;
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .disclaimer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* עיצוב כללי של המיכל */
.popover {
    border: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
    background-color: #ffffff !important;
    max-width: 280px !important;
    border-radius: 12px !important;
}

/* כותרת הטולטיפ */
.popover-header {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #eee !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #2c3e50 !important;
    padding: 12px 15px !important;
    border-radius: 12px 12px 0 0 !important;
    text-align: right !important;
}

/* גוף הטולטיפ - כאן קורה הקסם */
.popover-body {
    padding: 15px !important;
    color: #444 !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    text-align: right !important;
    direction: rtl !important;
    font-family: inherit !important;
}

/* שיפור החץ */
.bs-popover-top > .popover-arrow::after, 
.bs-popover-auto[data-poppe-placement^="top"] > .popover-arrow::after {
    border-top-color: #ffffff !important;
}

/* הוספת אנימציה קטנה לפתיחה */
.popover.fade.show {
    animation: popIn 0.2s ease-out;
}

@keyframes popIn {
    from { opacity: 0; transform: scale(0.95) translateY(10px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

/* --- Last Mile Engine - Unified Strategic Styles (Updated 2026) --- */

.lmc-engine-page .option-engine-banner {
    position: relative;
    background: #0a0a0a;
    color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
    direction: rtl;
}

/* הגדרת הקונטיינר המרכזי ששומר על גבולות הדף */
.lmc-engine-page .container {
    width: 100%;
    max-width: 1200px; /* רוחב הבלוק המרכזי של האתר */
    margin: 0 auto;
}

/* Background Icon */
.lmc-engine-page .triple-dest-bg-icon {
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: clamp(15rem, 40vw, 25rem);
    opacity: 0.03;
    color: #ffffff;
    pointer-events: none;
    z-index: 1;
    font-weight: 900;
}

/* --- Input Grid: 100% WIDTH OPTIMIZATION --- */
.lmc-engine-page .option-input-grid {
     /* מעבר ל-Flexbox כדי לשלוט ברוחב יחסי */
    
    
     /* רוחב מקסימלי כללי למסכי דסקטופ רחבים */
    
    
     /* מיישר את הכפתור והאינפוט לתחתית (בגלל הלייבל) */
    display: flex;
}

/* ה-Wrapper של שדה הבחירה - מקבל רוחב אוטומטי מקסימלי */
.lmc-engine-page .opt-field:has(#LMC_dest_select) {
    flex: 1; /* זה הקסם: הוא לוקח את כל ה-100% פחות מה שהכפתור תופס */
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* ה-Wrapper של הכפתור - מקבל רוחב קבוע */
.lmc-engine-page .opt-field:has(#LMC_calc_btn) {
    flex: 0 0 auto; /* לא גדל, לא קטן, נשאר ברוחב התוכן שלו */
}

.lmc-engine-page .opt-field label {
    /* display: block; */
    /* color: #d4af37; */
    /* margin-bottom: 8px; */
    /* font-size: 0.9rem; */
    /* font-weight: 700; */
    /* text-transform: uppercase; */
}






/* --- Results Cards (ללא שינוי, ברוחב מלא) --- */
.LMC_result_card {
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 12px;
}


.lmc-engine-page .option-input-grid select:focus {
    border-color: #d4af37;
    outline: none;
}


/* --- Results Area --- */
.lmc-engine-page #LMC_results_output {
    width: 100%;
    margin-top: 50px;
    animation: fadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.LMC_results_title {
    color: #d4af37;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    margin-bottom: 40px;
}

/* Result Cards - Boarding Pass Style */
.LMC_result_card {
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 16px;
    position: relative;
    transition: all 0.3s ease;
}

.LMC_result_card:hover {
    border-color: rgba(212, 175, 55, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

/* Winner/Best Value Highlight */
.LMC_best_card {
    border: 2px solid #d4af37;
    background: rgba(212, 175, 55, 0.05);
}

.LMC_best_value_badge {
    display: inline-block;
    background: #d4af37;
    color: #000;
    padding: 5px 15px;
    font-size: 0.75rem;
    font-weight: 900;
    border-radius: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-right: 15px;
}

/* Card Header */
.LMC_card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
    gap: 20px;
}

.LMC_card_header h4 {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.LMC_price_tag {
    text-align: left;
    white-space: nowrap;
}

.LMC_price_label {
    display: block;
    font-size: 0.7rem;
    color: #d4af37;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.LMC_price_tag {
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.LMC_curr {font-size: 1.2rem;margin-left: 4px;color: #d4af37;}

/* Description Area */
.LMC_full_description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #ccc;
    margin-bottom: 30px;
    border-right: 4px solid #d4af37;
    padding-right: 20px;
}

/* Card Footer Stats */
.LMC_card_footer {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    justify-content: space-between;
}

.LMC_stat {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: #aaa;
}

.LMC_stat i { color: #d4af37; font-size: 1.1rem; }

.LMC_total_summary {
    grid-column: span 2;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    padding: 12px;
    border-radius: 8px;
    font-size: 1rem;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Share Section */
.LMC_share_container {
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
    padding: 40px 10px;
    background: linear-gradient(to bottom, rgba(212, 175, 55, 0.05), transparent);
    border: 1px dashed rgba(212, 175, 55, 0.3);
    border-radius: 20px;
    text-align: center;
}


/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 768px) {

    /* ה-Wrapper של הכפתור - מקבל רוחב קבוע */
    .lmc-engine-page .opt-field:has(#LMC_calc_btn) {
        width: 100%;
    }
    
    .lmc-engine-page .option-input-grid {
        flex-direction: column;
        /* padding: 15px; */
        gap: 0;
    }

    .lmc-engine-page .option-input-grid select,
    .lmc-engine-page .option-input-grid button {
        /* width: 100%; */
        /* flex: none; */
        /* height: 60px; */
    }

    .LMC_card_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .LMC_price_tag {
        text-align: right;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        padding-top: 15px;
    }

    .LMC_card_footer {
        grid-template-columns: 1fr;
        display: grid;
    }

    .LMC_total_summary {
        grid-column: span 1;
    }
    .LMC_result_card{
        padding: 30px 15px;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}


/* ==========================================================================
   TIME SEGMENTS PICKER UI
   ========================================================================== */

.f24-time-segments {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.time-segment-item {
    cursor: pointer;
    position: relative;
}

.time-segment-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.segment-content {
    border: 1px solid #ffffff;
    border-radius: 15px;
    padding: 20px 10px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.segment-content i {
    font-size: 1.5rem;
    color: #666;
}

.segment-content span {
    font-weight: 800;
    font-size: 0.9rem;
    display: block;
}

.segment-content small {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
}

/* Hover & Active States */
.time-segment-item:hover .segment-content {
    border-color: #d4af37;
    transform: translateY(-3px);
}

.time-segment-item input:checked + .segment-content {
    background: #1a1a1a;
    border-color: #d4af37;
    color: #fff;
}

.time-segment-item input:checked + .segment-content i,
.time-segment-item input:checked + .segment-content small {
    color: #d4af37;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 768px) {
    .f24-time-segments {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ==========================================================================
   F24 ENGINE - CORE SETTINGS & CARD UI
   ========================================================================== */

.form-select-lg.custom-select-arrow:focus {
    border-color: #d4af37;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1);
}

/* --- TIME SEGMENTS PICKER --- */
.f24-time-segments {
    width: 100%;
}

.time-segment-item {
    cursor: pointer;
    position: relative;
    min-width: 120px;
}

.time-segment-item input {
    position: absolute;
    opacity: 0;
}

.segment-content {
    border-radius: 15px;
    padding: 20px 10px;
    text-align: center;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.time-segment-item:hover .segment-content {
    border-color: #d4af37;
    background: #fff;
    transform: translateY(-3px);
}

/* Active State */
.time-segment-item input:checked + .segment-content {
    background: #1a1a1a;
    border-color: #d4af37;
    color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.time-segment-item input:checked + .segment-content i {
    color: #d4af37;
}

.time-segment-item input:checked + .segment-content small {
    color: #d4af37;
    opacity: 1;
}

/* ==========================================================================
   F24 RESULTS - THEMES (DAY/NIGHT)
   ========================================================================== */

.f24-results-wrapper {
    animation: fadeInUp 0.6s ease-out forwards;
}

.F24_timeline_wrapper {
    padding: 40px;
    /* border-radius: 24px; */
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

/* Theme: Night (Dark) */
.F24_timeline_wrapper.dark {
    background: linear-gradient(145deg, #121212 0%, #2a2a2a 100%);
    color: #ffffff;
    border: 1px solid #333;
}

/* Theme: Day (Light) */
.F24_timeline_wrapper.light {
    background: linear-gradient(145deg, #ffffff 0%, #fdfbf4 100%);
    color: #1a1a1a;
    border: 1px solid #f1e9d3;
}

/* Status Indicator */
.F24_status_bar {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.dark .F24_status_bar { background: #d4af37; color: #000; }
.light .F24_status_bar { background: #1a1a1a; color: #fff; }

.F24_main_title { font-weight: 900; margin-bottom: 10px; }
.F24_vibe_box h3 { color: #d4af37; font-weight: 800; margin-bottom: 15px; }

/* ==========================================================================
   STRATEGY GRID & CARDS
   ========================================================================== */

.F24_strategies_grid {
    display: flex;
    flex-flow: column;
    margin: 3rem 0;
    gap: 3rem;
}

.F24_strategy_card {
    padding: 30px;
    border-radius: 18px;
    position: relative;
    transition: all 0.3s ease;
}

.dark .F24_strategy_card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212,175,55,0.15);
}

.light .F24_strategy_card {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.F24_strategy_card:hover { 
    transform: translateY(-5px);
    border-color: #d4af37;
}

.F24_badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #d4af37;
    color: #000;
    font-size: 0.65rem;
    font-weight: 900;
    padding: 4px 14px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(212,175,55,0.3);
}

.F24_value_tag {
    margin-top: 15px;
    font-size: 0.9rem;
    padding-top: 12px;
    border-top: 1px solid rgba(212,175,55,0.1);
}

/* ==========================================================================
   DEEP DIVE, EMERGENCY & BUTTONS
   ========================================================================== */

.F24_deep_dive {
    padding: 35px;
    border-radius: 18px;
    background: rgba(212,175,55,0.06);
    border-right: 5px solid #d4af37;
}

.F24_emergency_hub {
    margin-top: 35px;
    padding: 30px;
    border-radius: 18px;
    background: rgba(255, 77, 77, 0.05);
    border: 1px dashed rgba(255, 77, 77, 0.3);
}

/* --- ANIMATIONS & RESPONSIVE --- */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .f24-time-segments {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .segment-content { padding: 15px 5px; }
    .F24_timeline_wrapper { padding: 30px 20px; }
    .F24_strategies_grid { grid-template-columns: 1fr; }
    .F24_main_title { font-size: 1.75rem; }
}