/*!
Theme Name: Inspiro Child
Theme URI: http://multiwander.com/
Description: A child theme for Inspiro (merged + cleaned)
Author: Christian Hitzl
Template: inspiro
Version: 1.0.2
*/

/* ===== BASIS-STYLES ===== */
body {
    font-family: 'Jost', sans-serif;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.mw-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ===== CSS VARIABLES ===== */
:root {
    --text-dark: #1f2937;
    --text-darker: #111827;
    --orange-primary: #c2410c;
    --orange-hover: #9a3412;
    --bg-color: #E8F6F3;
    --header-color: #333333;
    --text-color: black;
    --border-color: #dddddd;
    --highlight-bg-color: white;
    --highlight-text-color: #000000;
    --white: #ffffff;
    
    --box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    --shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    --shadow-light: rgba(0, 0, 0, 0.1);
    --shadow-dark: rgba(0, 0, 0, 0.2);
    
    --cta-button-bg: #c2410c;
    --cta-button-hover: #9a3412;
    --cta-button-text: #ffffff;
    --cta-button-padding: 12px 24px;
    --cta-button-border-radius: 8px;
    
    --eigen-card-bg: var(--white);
    --eigen-card-shadow: var(--box-shadow);
    --img-width: 100%;
    --img-height: 200px;
    --destination-img-size: 150px;
    --padding: 20px;
    --max-width: 1280px;
    --font-size-lg: 1.5rem;
    --font-size-md: 1.125rem;
    --font-size-sm: 1rem;
    
    --overlay-color: rgba(0, 0, 0, 0.5);
    --hover-overlay-color: rgba(0, 0, 0, 0.3);
    
    --link-color: #0067ff;
    --link-hover-bg: #0067ff;
    --game-bg: #2a4b6e;
    --footer-bg: #000;
    
    --th-bg-dark: #1a2b3c;
    --th-text-light: #ffffff;
    --th-accent: rgba(255, 255, 255, 0.25);
    --th-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    --th-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* ===== EINHEITLICHE BUTTONS ===== */
/* Primärer Button (Orange CTA) */
.cta-button,
.mwm-btn,
.single-offer .cta-button,
.offer-slide .cta-button,
.offers-slider .cta-button,
.offer-item .cta-button {
    background: var(--cta-button-bg);
    color: var(--cta-button-text);
    padding: var(--cta-button-padding);
    border-radius: var(--cta-button-border-radius);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: auto;
}

.cta-button:hover,
.mwm-btn:hover {
    background: var(--cta-button-hover);
    transform: translateY(-2px);
}

/* Sekundärer Button (Outline) */
.link-button,
.containerhighlight a,
.destination-container a,
.destination a,
.destination-info a,
.eigen-container a,
.eigen-card a,
.top-activities-section a,
.standard-link a,
.card-btn {
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid var(--link-color);
    border-radius: 8px;
    text-decoration: none;
    color: var(--link-color) !important;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    margin: 5px 0;
    background: transparent;
}

.link-button:hover,
.containerhighlight a:hover,
.destination-container a:hover,
.destination a:hover,
.destination-info a:hover,
.eigen-container a:hover,
.eigen-card a:hover,
.top-activities-section a:hover,
.standard-link a:hover,
.card-btn:hover {
    background: var(--link-hover-bg);
    color: var(--white) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 103, 255, 0.3);
    text-decoration: none;
}

.link-button:focus,
.containerhighlight a:focus {
    outline: 3px solid rgba(0, 103, 255, 0.3);
    outline-offset: 2px;
}

/* Footer Buttons */
.footer-button {
    background: var(--game-bg) !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    text-align: center !important;
    display: inline-block !important;
    transition: all 0.3s !important;
    min-width: 160px !important;
}

.footer-button:hover {
    background: #3a6ca0 !important;
    transform: translateY(-2px) !important;
    color: white !important;
}

/* ===== EINHEITLICHE CONTAINER ===== */
.containerisland, 
.eigen-container,
.call-to-action-container, 
.containerhighlight,
.contentbook, 
.containerclimate,
.box, 
.combined-container, 
.review, 
.containerfaq {
    max-width: var(--max-width);
    margin: 20px auto;
    padding: var(--padding);
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: var(--box-shadow);
    text-align: center;
}

.containerclimate {
    max-width: 900px;
    font-family: 'Arial', sans-serif;
}

.contentbook {
    max-width: 600px;
    text-align: center;
}

/* ===== GRID SYSTEME ===== */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.grid-item, 
.eigen-card, 
.multiwander-service {
    background: var(--white);
    border-radius: 0.5rem;
    box-shadow: var(--box-shadow);
    text-align: center;
}

.grid-item { 
    border: 1px solid var(--border-color); 
    overflow: hidden; 
}

.eigen-card { 
    padding: var(--padding); 
    transition: transform 0.3s; 
}

.eigen-card:hover {
    transform: translateY(-5px);
}

.multiwander-service { 
    flex: 1; 
    min-width: 140px; 
    max-width: 220px; 
    margin: 10px; 
    padding: 15px; 
}

.grid-item img {
    width: var(--img-width);
    height: var(--img-height);
    object-fit: cover;
}

.grid-item h3 {
    margin: 0.625rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.grid-item p {
    margin: 0 0.9375rem 0.9375rem;
    font-size: 1rem;
}

.eigen-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    width: 100%;
    padding: var(--padding);
}

/* ===== USP TRUST COLORS ===== */
.usp-short {
    max-width: 1280px;
    margin: 5rem auto;
    padding: 0 1.5rem;
    font-family: 'Inter', 'Poppins', sans-serif;
}

.usp-short h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a2b3c;
    text-align: center;
    margin: 0 0 0.5rem;
}

.usp-short .subhead {
    font-size: 1.2rem;
    color: #64748b;
    text-align: center;
    margin: 0 0 4rem;
}

.usp-short-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.usp-card {
    background: #fff;
    border-radius: 2rem;
    padding: 2.5rem 2rem;
    box-shadow: 0 15px 30px -8px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
}

.usp-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8rem;
    font-size: 2rem;
}

.usp-card:nth-child(1) .icon { background: #fff4ed; color: #c2410c; }
.usp-card:nth-child(2) .icon { background: #edf2ff; color: #0571e6; }
.usp-card:nth-child(3) .icon { background: #e6f3f0; color: #0f766e; }

.usp-card h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a2b3c;
    margin: 0 0 1rem;
    line-height: 1.3;
}

.usp-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 1.5rem;
}

.usp-card strong {
    font-weight: 600;
}

.usp-card:nth-child(1) strong { color: #c2410c; }
.usp-card:nth-child(2) strong { color: #0571e6; }
.usp-card:nth-child(3) strong { color: #0f766e; }

.usp-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 40px;
    font-size: 0.85rem;
}

.usp-card:nth-child(1) .usp-badge { background: #fff4ed; color: #c2410c; }
.usp-card:nth-child(2) .usp-badge { background: #edf2ff; color: #0571e6; }
.usp-card:nth-child(3) .usp-badge { background: #e6f3f0; color: #0f766e; }

/* ===== CTA CONTAINER ===== */
.cta-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90%;
    margin: 20px auto;
    gap: 15px;
}

.cta-container .cta-item {
    position: relative;
    flex: 0 1 calc(25% - 15px);
    max-width: calc(25% - 15px);
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-color: #fff;
    height: 200px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-container .cta-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.cta-container .cta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
    opacity: 0.8;
}

.cta-container .cta-item h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    width: 90%;
}

.cta-container .cta-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.cta-container .cta-item:hover img {
    opacity: 1;
}

/* ===== DESTINATION SECTIONS ===== */
.destination-container {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.destination {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: transform 0.3s, box-shadow 0.3s;
    width: 100%;
    max-width: 1200px;
    margin: 10px;
}

.destination-info {
    flex: 1;
    padding: 1.25rem;
}

.destination img {
    width: var(--destination-img-size);
    height: var(--destination-img-size);
    object-fit: cover;
    border-radius: 15px;
}

/* ===== OFFER LAYOUTS ===== */
.single-offer {
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    margin: 15px auto;
}

.offers-row-container {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.offers-row {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
}

.offers-row .offer-link {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    color: inherit;
}

.offer-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.offer-link:hover .offer-item {
    transform: scale(1.05);
}

.offer-item {
    background-size: cover;
    background-position: center top;
    color: white;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 450px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.offer-item .text-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 8px;
}

.offer-item h3,
.offer-item p,
.offer-item .price {
    margin: 0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.offer-item h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
    color: white;
}

.offer-item p {
    font-size: 1rem;
    margin-bottom: 5px;
}

.offer-item .price {
    margin-top: 10px;
    font-size: 1.3rem;
    font-weight: bold;
}

.mwpl-offer-price span {
    all: unset;
    font-size: 1.1em;
    font-weight: bold;
    color: inherit;
}

.text-overlay {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    color: white;
    text-align: center;
    margin-bottom: 15px;
}

.offer-price-large {
    color: #FFFFFF !important;
    font-size: 2rem !important;
    font-weight: 900 !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 2px 4px rgba(0,0,0,0.8), 0 4px 8px rgba(0,0,0,0.5) !important;
    margin: 12px 0 6px 0 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.5px !important;
    font-family: "Poppins", sans-serif !important;
    display: block !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.offer-price-per-person {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7) !important;
    margin-top: 4px !important;
    opacity: 0.95 !important;
}

.offer-price-container {
    text-align: center !important;
    margin: 15px 0 !important;
    position: relative !important;
    z-index: 10 !important;
}

/* ===== SERVICES SIMPLE ===== */
.services-simple {
    max-width: 1100px;
    margin: 4rem auto;
    padding: 3rem 2rem;
    background: white;
    border-radius: 2.5rem;
    box-shadow: 0 20px 35px -8px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-family: 'Inter', 'Poppins', sans-serif;
}

.services-simple h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a2b3c;
    margin: 0 0 0.5rem;
}

.services-simple .subhead {
    font-size: 1.2rem;
    color: #64748b;
    margin: 0 0 3rem;
}

.services-simple-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
}

.service-simple-item {
    background: #f8fafc;
    border-radius: 60px;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #1e293b;
    border: 1px solid #e9eef2;
    transition: all 0.2s ease;
    min-width: 170px;
    justify-content: center;
}

.service-simple-item i {
    font-size: 1.3rem;
    color: #c2410c;
}

.service-simple-item:hover {
    background: #ffffff;
    border-color: #c2410c;
    box-shadow: 0 8px 20px -8px rgba(194, 65, 12, 0.15);
    transform: translateY(-2px);
}

/* ===== WEATHER ICONS ===== */
.sunshine-icon, 
.snowflake-icon, 
.flower-icon, 
.hippo-icon, 
.sunrain-icon, 
.cloud-sun-icon, 
.cloudsun-icon, 
.custom-icon, 
.umbrella-icon { 
    font-size: 24px; 
}

.sunshine-icon { color: #f1c40f; } 
.custom-icon { color: #064bc2; } 
.sunrain-icon { color: #e67e22; }
.snowflake-icon { color: #3498db; } 
.umbrella-icon { color: darkblue; } 
.flower-icon { color: #e74c3c; }
.cloud-sun-icon { color: #f39c12; } 
.hippo-icon { color: #895129; } 
.cloudsun-icon { color: #e5bd1a; }
.cloudsunrain-icon { color: #e67e22; font-size: 24px; }

.weatherwidget-io {
    display: block;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    box-sizing: border-box;
}

/* ===== KLIMATABELLE ===== */
.containerclimate h3,
.containerclimate h4,
.containerclimate p {
    text-align: center;
}

.klima-table {
    overflow-x: auto;
    margin-bottom: 20px;
}

.klima-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.klima-table th, 
.klima-table td {
    padding: 12px 15px;
    text-align: center;
    font-size: clamp(12px, 3vw, 16px);
}

.klima-table th {
    background: #2c3e50;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.klima-table td {
    border-bottom: 1px solid #e0e0e0;
}

/* ===== TEAM SECTION ===== */
.team-member {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #E8F6F3;
}

.team-member-img {
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
    margin-bottom: 10px;
}

.team-member-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 30%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-member-info {
    flex: 1;
    padding-left: 20px;
    text-align: left;
}

/* ===== FAQ SECTION ===== */
.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.faq-column {
    flex: 1;
    padding: 10px;
}

.faq-item {
    background-color: #D1ECF1;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    border-top: 1px solid #ccc;
}

.faq-question {
    font-size: 18px;
    color: #1A365D;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.faq-question::after {
    content: "\25BC";
    font-size: 16px;
    margin-left: auto;
    color: #1A365D;
}

.faq-answer {
    font-size: 16px;
    display: none;
    color: #2D3748;
}

/* ===== VIDEO COMPONENTS ===== */
.custom-video-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.video-wrapper:hover {
    transform: scale(1.02);
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.video-thumbnail img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    border-radius: 12px;
}

.play-button { 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    font-size: 60px; 
    color: #fff;
    background: rgba(0,0,0,0.6);
    padding: 10px 15px;
    border-radius: 50%;
    pointer-events: none;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.video-thumbnail:hover .play-button {
    background: rgba(0,0,0,0.8);
}

/* ===== MEMORY GAME ===== */
#multiwander-memory-game {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 15px;
    margin: 20px 0;
    width: 100%;
}

#multiwander-memory-game .game-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

#multiwander-memory-game .game-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
    width: fit-content;
    max-width: 100%;
}

#multiwander-memory-game h1 {
    font-size: clamp(1.5rem, 5vw, 2rem);
    color: var(--game-bg);
    margin: 0 0 20px 0;
}

#multiwander-memory-game .board {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 0 auto;
}

#multiwander-memory-game .card {
    height: clamp(70px, 16vw, 90px);
    width: clamp(70px, 16vw, 90px);
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    cursor: pointer;
}

#multiwander-memory-game .card.flipped {
    transform: rotateY(180deg);
}

#multiwander-memory-game .card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#multiwander-memory-game .card-front {
    background: var(--game-bg);
    color: white;
    font-size: clamp(20px, 5vw, 28px);
    transform: rotateY(180deg);
}

#multiwander-memory-game .card-back {
    background: linear-gradient(135deg, #3a7bd5 0%, #00d2ff 100%);
    color: white;
}

/* ===== FOOTER ===== */
.custom-footer {
    background: var(--footer-bg) !important;
    color: #fff !important;
    padding: 20px 0 !important;
    margin-top: 40px !important;
    width: 100% !important;
}

.custom-footer-section {
    margin: 15px 20px !important;
    text-align: center !important;
}

.games-title {
    display: block !important;
    margin-bottom: 10px !important;
    color: white !important;
    font-size: 16px !important;
}

.footer-buttons-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 10px !important;
}

.footer-contact {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 30px !important;
    align-items: center !important;
    margin: 20px 0 !important;
}

.footer-contact a {
    color: white !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-weight: 500 !important;
}

.footer-contact a:hover {
    color: #FF7B25 !important;
}

.footer-social {
    margin: 15px 20px !important;
    text-align: center !important;
}

.footer-social-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.footer-social-container a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background: white !important;
    border-radius: 50% !important;
    transition: transform 0.3s !important;
}

.footer-social-container a:hover {
    transform: translateY(-3px) !important;
}

.footer-social-container img {
    width: 20px !important;
    height: 20px !important;
    filter: invert(0) !important;
}

.footer-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: center !important;
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
}

.footer-links a {
    color: #ccc !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

.footer-links a:hover {
    color: white !important;
    text-decoration: underline !important;
}

/* ===== TRAVEL HIGHLIGHT GRID ===== */
.travel-highlight {
    max-width: 1400px;
    margin: 3rem auto;
    padding: 0 1.5rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.travel-highlight h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a2b3c;
    text-align: center;
    margin: 0 0 0.5rem;
    line-height: 1.2;
}

.travel-highlight .section-subhead {
    font-size: 1.2rem;
    color: #4a5e6e;
    text-align: center;
    margin: 0 0 3rem;
    font-weight: 300;
}

.travel-highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.8rem;
}

.travel-highlight-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--th-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    aspect-ratio: 4/5;
    background: #1a2b3c;
}

.travel-highlight-card a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff !important;
    text-decoration: none !important;
    background: transparent;
}

.travel-highlight-card a:link,
.travel-highlight-card a:visited,
.travel-highlight-card a:hover,
.travel-highlight-card a:active,
.travel-highlight-card a:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

.travel-highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--th-shadow-hover);
}

.travel-highlight-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    object-fit: cover;
    transition: transform 0.4s ease;
    z-index: 1;
    will-change: transform;
}

.travel-highlight-card:hover img {
    transform: scale(1.05);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, 
                rgba(0,0,0,0.15) 0%, 
                rgba(0,0,0,0.4) 40%,
                rgba(0,0,0,0.85) 100%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
}

.card-theme {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 0.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    color: #ffffff !important;
}

.card-examples {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 1.5rem;
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    color: #ffffff !important;
}

/* ===== JOURNEY HIGHLIGHT ===== */
.journey-highlight {
    max-width: 1100px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    background: #ffffff;
    padding: 2rem;
    color: #1e293b;
}

.highlight-header {
    margin-bottom: 2.5rem;
}

.category-tag {
    background: #f1f5f9;
    color: #0b3b5c;
    padding: 0.3rem 1rem;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: inline-block;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.page-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #0c1f2e;
    letter-spacing: -0.02em;
}

.page-subtitle {
    font-size: 1.2rem;
    color: #4a6f8c;
    font-weight: 400;
}

.description-box {
    background: linear-gradient(to right, #f8fafc, #ffffff);
    padding: 2rem 2rem 2rem 2.5rem;
    margin: 2rem 0 3rem 0;
    border-radius: 24px;
    border-left: 6px solid #2c5f8a;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    font-size: 1.15rem;
    line-height: 1.6;
    color: #1e3a5f;
}

.text-emphasis {
    background: #e9f2f9;
    padding: 0.2rem 0.4rem;
    border-radius: 6px;
    font-weight: 500;
}

.benefits-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.benefit-row {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.2rem 1.5rem;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.benefit-row:hover {
    border-color: #cbd5e1;
    background: #fafdff;
    transform: translateX(6px);
}

.benefit-marker {
    min-width: 12px;
    height: 12px;
    background: #2c5f8a;
    border-radius: 50%;
    margin-top: 0.6rem;
    box-shadow: 0 0 0 3px rgba(44, 95, 138, 0.1);
}

.benefit-content {
    flex: 1;
}

.benefit-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #0f2a40;
    letter-spacing: -0.01em;
}

.benefit-text {
    color: #3c5775;
    font-size: 0.98rem;
    line-height: 1.5;
}

.benefit-text strong {
    color: #1e4a76;
    font-weight: 600;
}

/* ===== TRAVEL STYLES COMPONENT ===== */
.travel-styles {
    max-width: 1200px;
    margin: 4rem auto 2rem;
    padding: 2rem 1.5rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

.styles-header {
    text-align: center;
    margin-bottom: 3rem;
}

.styles-tag {
    background: #f0f5fa;
    color: #2c5f8a;
    padding: 0.4rem 1.4rem;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: inline-block;
    margin-bottom: 1rem;
}

.styles-title {
    font-size: clamp(2rem, 5vw, 2.5rem);
    font-weight: 700;
    color: #0c1f2e;
    margin: 0 auto 0.5rem;
    max-width: 600px;
    line-height: 1.2;
}

.styles-subtitle {
    font-size: 1.2rem;
    color: #4a6f8c;
    margin: 0;
}

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

.style-card {
    background: white;
    border-radius: 32px;
    padding: 2rem 1.8rem 1.8rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    border: 1px solid #eef2f6;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
}

.style-card:hover {
    transform: translateY(-6px);
    border-color: #c9ddec;
    box-shadow: 0 25px 35px -15px rgba(44, 95, 138, 0.15);
}

.card-visual {
    width: 72px;
    height: 72px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.card-emoji {
    font-size: 2.4rem;
    line-height: 1;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0f2a40;
    margin: 0 0 0.8rem;
    letter-spacing: -0.01em;
}

.card-desc {
    color: #3c5775;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1.8rem;
    flex: 1;
}

.card-destinations {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: auto;
}

.dest-tag {
    background: #f8fafc;
    color: #1e4a76;
    padding: 0.3rem 1.1rem;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #dee9f2;
    transition: all 0.2s;
}

.dest-tag:hover {
    background: #e4eef9;
    border-color: #9fb9d3;
}

.styles-note {
    text-align: center;
    font-size: 0.95rem;
    color: #64748b;
    padding: 1.5rem 0 0;
    border-top: 1px dashed #d4e2ee;
    margin: 1rem 0 0;
}

/* ===== HILFSKLASSEN ===== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.centered-heading, 
.subheading-centered, 
.containerhighlight h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.egypt-hero {
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
    background-color: white;
    border-radius: 12px;
}

.column-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
}

.combined-column {
    flex: 1 1 60%;
    padding: var(--padding);
}

.column {
    flex: 1 1 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.column img {
    width: var(--img-width);
    height: auto;
    border-radius: 0.5rem;
    border: 1px solid var(--border-color);
    box-shadow: var(--box-shadow);
}

.highlights {
    margin: 0.9375rem;
}

.highlights h4 {
    margin: 0 0 0.625rem;
    font-size: 1.1rem;
    font-weight: bold;
}

.highlights ul {
    list-style: none;
    padding: 0;
    color: var(--highlight-text-color);
}

.highlights li {
    background: var(--highlight-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 0.25rem;
    padding: 0.625rem;
    margin-bottom: 0.625rem;
    text-align: center;
    color: var(--highlight-text-color);
}

.containertravel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.top-activities-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.top-activities-section ol,
.top-activities-section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style-type: none;
    padding: 0;
    text-align: left;
}

.top-activities-section li {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

/* ===== SPRACH-SPEZIFISCHE ANPASSUNGEN ===== */
[lang="pl"] .offer-item,
[lang="en"] .offer-item {
    min-height: 600px;
}

.site-info {
    display: none !important;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    .eigen-container { 
        grid-template-columns: repeat(2, 1fr); 
    }
    
    .cta-container .cta-item { 
        flex: 0 1 calc(33.33% - 15px); 
        max-width: calc(33.33% - 15px); 
        height: 180px; 
    }
}

@media (max-width: 992px) {
    .usp-short-grid { 
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 768px) {
    .mw-container {
        padding: 0 30px;
    }
    
    .eigen-container { 
        grid-template-columns: 1fr; 
        gap: 1rem; 
    }
    
    .destination { 
        flex-direction: column; 
    }
    
    .destination img { 
        width: 100%; 
        height: auto; 
    }
    
    .offer-item { 
        height: 450px;
        min-height: 600px; 
        width: 100%; 
        max-width: 400px;
        margin-left: auto; 
        margin-right: auto;
    }
    
    .offers-row { 
        flex-direction: column; 
        align-items: center; 
    }
    
    .offers-row .offer-link {
        flex: 0 1 100%; 
        max-width: 100%; 
    }
    
    .text-overlay {
        padding: 15px;
        background: rgba(0, 0, 0, 0.6);
    }
    
    .offer-item h3 { 
        font-size: 1.4rem; 
    }
    
    .offer-price-large { 
        font-size: 1.7rem !important; 
    }
    
    .top-activities-section ol,
    .top-activities-section ul {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .faq-container { 
        flex-direction: column; 
        gap: 0; 
    }
    
    .faq-column { 
        flex: none; 
        width: 100%; 
        padding: 5px; 
    }
    
    .faq-item { 
        padding: 15px; 
    }
    
    .faq-question { 
        font-size: 16px; 
    }
    
    .cta-container .cta-item { 
        flex: 0 1 calc(50% - 15px); 
        max-width: calc(50% - 15px); 
        height: 150px; 
    }
    
    .play-button {
        font-size: 40px;
    }
    
    .footer-buttons-container {
        flex-direction: row !important;
    }
    
    .footer-contact {
        flex-direction: row !important;
    }
    
    .footer-links {
        flex-direction: row !important;
        justify-content: center !important;
        gap: 20px !important;
    }
    
    #multiwander-memory-game .board {
        gap: 8px;
    }
    
    #multiwander-memory-game .card {
        height: clamp(65px, 18vw, 80px);
        width: clamp(65px, 18vw, 80px);
    }
}

@media (max-width: 600px) {
    .usp-short-grid { 
        grid-template-columns: 1fr; 
    }
    
    .usp-short h2 { 
        font-size: 2rem; 
    }
    
    .usp-short .subhead { 
        font-size: 1rem; 
        margin-bottom: 3rem; 
    }
    
    .usp-card { 
        padding: 2rem 1.5rem; 
    }
    
    .usp-card h3 { 
        font-size: 1.6rem; 
    }
    
    .services-simple {
        padding: 2rem 1rem;
        margin: 3rem auto;
    }
    
    .services-simple h2 {
        font-size: 2rem;
    }
    
    .services-simple .subhead {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .service-simple-item { 
        min-width: 100%; 
        padding: 0.9rem 1.5rem;
        justify-content: flex-start;
    }
    
    .travel-highlight h2 {
        font-size: 2rem;
    }
    
    .travel-highlight .section-subhead {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .travel-highlight-grid {
        gap: 1.2rem;
    }
    
    .card-theme {
        font-size: 1.8rem;
    }
    
    .card-examples {
        font-size: 0.9rem;
    }
    
    .card-overlay {
        padding: 1.5rem 1.2rem;
    }
    
    .journey-highlight {
        padding: 1.2rem;
    }
    
    .page-title {
        font-size: 1.8rem;
    }
    
    .description-box {
        padding: 1.5rem;
        margin: 1.5rem 0 2rem 0;
        font-size: 1rem;
    }
    
    .benefit-row {
        padding: 1rem 1.2rem;
        gap: 1rem;
    }
    
    .benefit-marker {
        min-width: 10px;
        height: 10px;
        margin-top: 0.5rem;
    }
    
    .benefit-title {
        font-size: 1rem;
    }
    
    .benefit-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .cta-container .cta-item { 
        flex: 0 1 100%; 
        max-width: 100%; 
        height: 120px; 
    }
    
    .footer-button {
        min-width: 140px !important;
        padding: 8px 16px !important;
    }
    
    .footer-contact {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .offer-price-large { 
        font-size: 1.5rem !important; 
    }
}

@media (max-width: 380px) {
    .benefit-row {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .benefit-marker {
        margin-top: 0;
        margin-bottom: 0.2rem;
    }
    
    .style-card {
        padding: 1.3rem;
    }
    
    .card-visual {
        width: 56px;
        height: 56px;
        border-radius: 22px;
    }
    
    .card-emoji {
        font-size: 2rem;
    }
    
    .dest-tag {
        padding: 0.2rem 0.9rem;
        font-size: 0.8rem;
    }
}


.custom-popup {
    display: none;
    /* or visibility: hidden; */
}