@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --color-primary:#1c2833;
  --color-secondary:#515a5a;
  --color-accent:#2e86c1;
  --color-accent-dark:#22689a;
  --color-text:#1a1f25;
  --color-muted:#5b6470;
  --color-bg:#f7f8fa;
  --color-surface:#eef1f5;
  --color-white:#ffffff;
  --color-border:#e2e6ec;
  --radius:12px;
  --shadow:0 6px 24px rgba(28,40,51,.08);
  --shadow-lg:0 16px 40px rgba(28,40,51,.18);
  --font-head:'Playfair Display',Georgia,serif;
  --font-body:'Inter',system-ui,sans-serif;
  --container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:var(--color-accent);text-decoration:none}
a:hover{color:var(--color-accent-dark)}
h1,h2,h3,h4{font-family:var(--font-head);color:var(--color-primary);line-height:1.2;margin:0 0 .6em}
h1{font-size:clamp(1.9rem,4vw,3rem);font-weight:700}
h2{font-size:clamp(1.5rem,2.8vw,2.2rem)}
h3{font-size:1.15rem;font-family:var(--font-body);font-weight:600}
p{margin:0 0 1em}

.gb-ayi-1lhk-page-inner{max-width:var(--container);margin:0 auto;padding:0 1.25rem}
.gb-ayi-1lhk-module{padding:4rem 0}
.gb-ayi-1lhk-module--alt{background:var(--color-surface)}
.gb-ayi-1lhk-secthead{text-align:center;max-width:780px;margin:0 auto 2.25rem}
.gb-ayi-1lhk-secthead p{color:var(--color-muted)}
.gb-ayi-1lhk-center{text-align:center;margin-top:1.5rem}

.gb-ayi-1lhk-push{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.6rem;border-radius:999px;font-weight:600;cursor:pointer;border:0;font-size:.95rem;transition:.2s;text-decoration:none}
.gb-ayi-1lhk-push--primary{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-dark));color:#fff}
.gb-ayi-1lhk-push--primary:hover{background:linear-gradient(135deg,var(--color-accent-dark),var(--color-primary));color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.gb-ayi-1lhk-push--secondary{background:var(--color-primary);color:#fff}
.gb-ayi-1lhk-push--outline{background:transparent;border:2px solid var(--color-white);color:#fff}

.gb-ayi-1lhk-feature{position:relative;padding:5rem 0 4rem;color:#fff;overflow:visible}
.gb-ayi-1lhk-feature__bg{position:absolute;inset:0;background:linear-gradient(135deg,rgba(28,40,51,.85),rgba(46,134,193,.55)),url('/resources/main-slider-stunning-aerial-ayia.webp') center/cover no-repeat;z-index:-1}
.gb-ayi-1lhk-feature__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.75rem;padding-top:9px;padding-bottom:6px}
.gb-ayi-1lhk-feature__copy{text-align:center;max-width:880px;margin:0 auto}
.gb-ayi-1lhk-feature__copy h1{color:#fff}
.gb-ayi-1lhk-feature__copy p{font-size:1.08rem;color:rgba(255,255,255,.92)}
.gb-ayi-1lhk-chip{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);padding:.4rem 1rem;border-radius:999px;font-size:.82rem;font-weight:600;backdrop-filter:blur(8px);margin-bottom:1rem}
.gb-ayi-1lhk-trustrow{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem;font-size:.88rem;margin-top:.5rem}
.gb-ayi-1lhk-trustrow span i{color:#7fd3a4;margin-right:.35rem}
.gb-ayi-1lhk-feature__widget{width:100%}
.gb-ayi-1lhk-feature__badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:.5rem}
.gb-ayi-1lhk-feature__badges>div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);padding:.75rem 1rem;border-radius:var(--radius);font-size:.9rem;backdrop-filter:blur(6px)}
.gb-ayi-1lhk-feature__badges i{margin-right:.5rem;color:#7fd3a4}

.gb-ayi-1lhk-routeband-1l{display:grid;grid-template-columns:2fr 3fr;gap:2.5rem;align-items:center}
.gb-ayi-1lhk-routeband-1l--reverse{grid-template-columns:3fr 2fr}
.gb-ayi-1lhk-routeband-1l--reverse .gb-ayi-1lhk-routeband-1l__media{order:-1}
.gb-ayi-1lhk-routeband-1l__media img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .4s}
.gb-ayi-1lhk-routeband-1l__media img:hover{transform:scale(1.03)}
.gb-ayi-1lhk-routeband-1l--wrap::after{content:"";display:block;clear:both}
.gb-ayi-1lhk-routeband-1l--wrap{display:block}
.gb-ayi-1lhk-routeband-1l--wrap .gb-ayi-1lhk-routeband-1l__media{float:right;width:45%;margin:0 0 1rem 1.5rem}
.gb-ayi-1lhk-routeband-1l--reverse.gb-ayi-1lhk-routeband-1l--wrap .gb-ayi-1lhk-routeband-1l__media{float:left;margin:0 1.5rem 1rem 0}

.gb-ayi-1lhk-row-set{display:grid;gap:1.25rem;grid-template-columns:1fr}
.gb-ayi-1lhk-row-set--3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.gb-ayi-1lhk-row-set--4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.gb-ayi-1lhk-entry{display:flex;gap:1rem;padding:1.25rem;background:var(--color-white);border-radius:var(--radius);box-shadow:var(--shadow);transition:.2s}
.gb-ayi-1lhk-entry:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.gb-ayi-1lhk-entry__icon{flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(46,134,193,.12),rgba(46,134,193,.22));color:var(--color-accent);font-size:1.15rem}
.gb-ayi-1lhk-entry h3{margin:0 0 .25rem;font-size:1rem}
.gb-ayi-1lhk-entry p{margin:0;color:var(--color-muted);font-size:.9rem}

.gb-ayi-1lhk-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}
.gb-ayi-1lhk-gallery figure{margin:0;border-radius:var(--radius);overflow:hidden;position:relative;box-shadow:var(--shadow)}
.gb-ayi-1lhk-gallery img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .5s}
.gb-ayi-1lhk-gallery figure:hover img{transform:scale(1.06)}
.gb-ayi-1lhk-gallery figcaption{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;background:linear-gradient(transparent,rgba(28,40,51,.85));color:#fff;font-size:.85rem;font-weight:600}

.gb-ayi-1lhk-compare {
    background: var(--color-white);
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(28, 40, 51, 0.05), 0 1px 3px rgba(28, 40, 51, 0.02);
    border: 1px solid var(--color-border);
    overflow: hidden;
    margin: 1.5rem 0;
    padding: 0;
}
.gb-ayi-1lhk-compare table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    min-width: 650px;
}
.gb-ayi-1lhk-compare th {
    background: var(--color-primary);
    color: var(--color-white);
    font-weight: 600;
    padding: 1.1rem 1.25rem;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: none;
}
.gb-ayi-1lhk-compare td {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-text);
    transition: all 0.2s ease;
    background: transparent;
}
.gb-ayi-1lhk-compare tbody tr:last-child td {
    border-bottom: none;
}
.gb-ayi-1lhk-compare tbody tr:not([style*="background"]):hover td {
    background-color: rgba(46, 134, 193, 0.05) !important;
    color: var(--color-accent);
    cursor: pointer;
}
.gb-ayi-1lhk-compare tr[style*="background:var(--color-surface)"] td,
.gb-ayi-1lhk-compare tr[style*="background: var(--color-surface)"] td,
.gb-ayi-1lhk-compare tr[style*="background:rgb"] td,
.gb-ayi-1lhk-compare tr[style*="background: rgb"] td {
    background: linear-gradient(90deg, var(--color-surface), rgba(238, 241, 245, 0.3)) !important;
    color: var(--color-primary) !important;
    font-weight: 700 !important;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-left: 4px solid var(--color-accent);
    padding: 0.85rem 1.25rem !important;
    border-bottom: 1px solid var(--color-border);
}
.gb-ayi-1lhk-compare > div {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(46, 134, 193, 0.3) var(--color-surface);
}
.gb-ayi-1lhk-compare > div::-webkit-scrollbar {
    height: 6px;
}
.gb-ayi-1lhk-compare > div::-webkit-scrollbar-track {
    background: var(--color-bg);
}
.gb-ayi-1lhk-compare > div::-webkit-scrollbar-thumb {
    background: rgba(46, 134, 193, 0.3);
    border-radius: 10px;
    transition: background-color 0.2s ease;
}
.gb-ayi-1lhk-compare > div::-webkit-scrollbar-thumb:hover {
    background: var(--color-accent);
}

.gb-ayi-1lhk-reviews{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;align-items:stretch}
.gb-ayi-1lhk-review{background:var(--color-white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow)}
.gb-ayi-1lhk-review--spot{padding:2rem;background:linear-gradient(135deg,var(--color-primary),var(--color-accent-dark));color:#fff}
.gb-ayi-1lhk-review--spot blockquote{font-size:1.15rem;font-style:italic;margin:1rem 0;font-family:var(--font-head)}
.gb-ayi-1lhk-review--spot footer{font-size:.9rem;opacity:.9}
.gb-ayi-1lhk-rating{color:#f5b301;font-size:.9rem;margin-bottom:.5rem}
.gb-ayi-1lhk-rating span{color:inherit;margin-left:.4rem;font-weight:600}
.gb-ayi-1lhk-reviews__side{display:grid;gap:1rem}
.gb-ayi-1lhk-reviews__side p{margin:.25rem 0;font-size:.92rem}
.gb-ayi-1lhk-reviews__side span{font-size:.82rem;color:var(--color-muted);font-weight:600}

.gb-ayi-1lhk-clarify-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;/*max-width:1000px;*/margin:0 auto}
.gb-ayi-1lhk-clarify{background:var(--color-white);border-radius:var(--radius);padding:1.5rem;box-shadow:0 4px 12px rgba(28,40,51,.03);border:1px solid var(--color-border);border-left:4px solid var(--color-border);transition:all .3s cubic-bezier(0.16,1,0.3,1);position:relative;display:flex;flex-direction:column;justify-content:flex-start}
.gb-ayi-1lhk-clarify:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(28,40,51,.08);border-color:rgba(46,134,193,.2);border-left-color:var(--color-accent)}
.gb-ayi-1lhk-clarify__question{font-size:1.05rem;color:var(--color-primary);margin:0 0 .6rem;font-weight:600;line-height:1.35;display:flex;align-items:flex-start;gap:.5rem}
.gb-ayi-1lhk-clarify__question::before{content:"?";color:var(--color-accent);font-weight:700;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:50%;background:rgba(46,134,193,.1);flex-shrink:0;margin-right:.25rem;transition:all .3s ease}
.gb-ayi-1lhk-clarify:hover .gb-ayi-1lhk-clarify__question::before{background:var(--color-accent);color:var(--color-white);transform:scale(1.1) rotate(15deg)}
.gb-ayi-1lhk-clarify__answer{margin:0;color:var(--color-muted);font-size:.92rem;line-height:1.5}

.gb-ayi-1lhk-cta {
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent-dark), var(--color-primary));
    background-size: 200% 200%;
    animation: ctaGlowTransition 8s ease infinite;
    color: #fff;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}
.gb-ayi-1lhk-cta::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -30%;
    width: 80%;
    height: 200%;
    background: radial-gradient(circle, rgba(46, 134, 193, 0.25) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
    animation: ctaOrbMove 12s ease-in-out infinite alternate;
}
@keyframes ctaGlowTransition {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}
@keyframes ctaOrbMove {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(15%, 10%) scale(1.1); }
}
.gb-ayi-1lhk-cta__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}
.gb-ayi-1lhk-cta h2 {
    color: #fff;
    margin-bottom: .4rem;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 700;
}
@keyframes ctaTextPulse {
    0%, 100% { color: rgba(255, 255, 255, 0.85); }
    50% { color: rgba(255, 255, 255, 1); text-shadow: 0 0 10px rgba(255,255,255,0.15); }
}
.gb-ayi-1lhk-cta p {
    margin: 0;
    font-weight: 500;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    animation: ctaTextPulse 4s ease-in-out infinite;
}
.gb-ayi-1lhk-cta .gb-ayi-1lhk-push--primary {
    background: #fff;
    color: var(--color-primary);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.gb-ayi-1lhk-cta .gb-ayi-1lhk-push--primary:hover {
    background: var(--color-surface);
    color: var(--color-accent-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Header */
.gb-ayi-1lhk-page-head{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.gb-ayi-1lhk-page-head__inner{max-width:fit-content;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.gb-ayi-1lhk-page-head__logo img{height:20px;width:auto}
.gb-ayi-1lhk-page-head__nav{display:flex;align-items:center;gap:0.75rem}
.gb-ayi-1lhk-page-head__nav a{color:var(--color-primary);font-weight:500;font-size:.92rem;padding:.45rem .85rem;border-radius:20px;position:relative;transition:all .25s ease}

/* Capsule Hover and Sibling Dimming Effect */
.gb-ayi-1lhk-page-head__nav:hover a{opacity:0.6}
.gb-ayi-1lhk-page-head__nav:hover a:hover,
.gb-ayi-1lhk-page-head__nav:hover .gb-ayi-1lhk-dropdown:hover > a{opacity:1;background-color:var(--color-surface);color:var(--color-accent)}

.gb-ayi-1lhk-page-head__right{display:flex;align-items:center;gap:1.25rem}

/* Dropdown */
.gb-ayi-1lhk-dropdown{position:relative}
.gb-ayi-1lhk-dropdown>a::after{content:"\f078";font-family:"Font Awesome 6 Free";font-weight:900;font-size:.65rem;margin-left:.35rem;display:inline-block;transition:transform .25s ease}
.gb-ayi-1lhk-dropdown:hover>a::after{transform:rotate(180deg)}

/* Dropdown Panel - Floating Card with Arrow */
.gb-ayi-1lhk-dropdown__panel{display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);background:rgba(255,255,255,0.95);backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.12),0 1px 3px rgba(0,0,0,0.05);min-width:260px;width:max-content;padding:.5rem;z-index:1001;border:1px solid rgba(0,0,0,0.06);white-space:nowrap}
.gb-ayi-1lhk-dropdown__panel::before{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border-width:6px;border-style:solid;border-color:transparent transparent #fff transparent;filter:drop-shadow(0 -1px 1px rgba(0,0,0,0.04))}

.gb-ayi-1lhk-dropdown::after{content:"";position:absolute;top:100%;left:-20px;right:-20px;height:15px;background:transparent;display:none}
.gb-ayi-1lhk-dropdown:hover::after{display:block}

@keyframes navDropdownFadeIn{
  from{opacity:0;transform:translateX(-50%) translateY(8px)}
  to{opacity:1;transform:translateX(-50%) translateY(0)}
}
.gb-ayi-1lhk-dropdown:hover .gb-ayi-1lhk-dropdown__panel,.gb-ayi-1lhk-dropdown:focus-within .gb-ayi-1lhk-dropdown__panel{display:block;animation:navDropdownFadeIn .25s cubic-bezier(0.16,1,0.3,1) forwards}

.gb-ayi-1lhk-dropdown__panel a{display:flex;align-items:center;gap:12px;padding:.6rem 1rem;border-radius:8px;color:var(--color-text);font-weight:500;font-size:.88rem;transition:all .25s ease;margin:3px 0;white-space:nowrap}
.gb-ayi-1lhk-dropdown__panel a i{color:var(--color-accent);font-size:.95rem;width:16px;text-align:center;transition:transform .25s ease}
.gb-ayi-1lhk-dropdown__panel a:hover{background:var(--color-surface);color:var(--color-accent);padding-left:1.25rem}
.gb-ayi-1lhk-dropdown__panel a:hover i{transform:scale(1.2)}

.gb-ayi-1lhk-page-head__menu-btn{display:none;background:none;border:0;font-size:1.5rem;color:var(--color-primary);cursor:pointer;transition:transform .2s ease}
.gb-ayi-1lhk-page-head__menu-btn:hover{transform:scale(1.1);color:var(--color-accent)}

/* Mobile Menu */
.gb-ayi-1lhk-mobile-overlay{position:fixed;top:0;right:-100%;width:85%;max-width:340px;height:100vh;background:#fff;box-shadow:var(--shadow-lg);padding:4.5rem 1.5rem 2rem;z-index:1100;transition:right .35s cubic-bezier(0.16,1,0.3,1);overflow-y:auto}
.gb-ayi-1lhk-mobile-overlay.is-open{right:0}
.gb-ayi-1lhk-mobile-overlay a{display:flex;align-items:center;gap:12px;padding:.85rem .5rem;color:var(--color-primary);font-weight:500;border-bottom:1px solid var(--color-border);transition:all .25s ease}
.gb-ayi-1lhk-mobile-overlay a i{color:var(--color-accent);font-size:.95rem;width:16px;text-align:center}
.gb-ayi-1lhk-mobile-overlay a:hover{color:var(--color-accent);padding-left:.85rem;background-color:rgba(46,134,193,.04)}
.gb-ayi-1lhk-mobile-overlay .gb-ayi-1lhk-mobile-sub a{padding-left:1.5rem;font-size:.92rem;color:var(--color-muted);font-weight:500}
.gb-ayi-1lhk-mobile-overlay .gb-ayi-1lhk-mobile-sub a:hover{padding-left:1.85rem}
.gb-ayi-1lhk-mobile-close{position:absolute;top:1rem;right:1rem;background:none;border:0;font-size:1.5rem;cursor:pointer;color:var(--color-primary);transition:transform .2s ease,color .2s ease}
.gb-ayi-1lhk-mobile-close:hover{transform:rotate(90deg);color:var(--color-accent)}

/* Footer */
.gb-ayi-1lhk-base{background:var(--color-primary);color:#cdd3da;padding:3rem 0 1.5rem;text-align:center}
.gb-ayi-1lhk-base a{color:#cdd3da}
.gb-ayi-1lhk-base a:hover{color:#fff}
.gb-ayi-1lhk-base__logo img{height:20px;width:auto;margin:0 auto 1.25rem}
.gb-ayi-1lhk-base__nav,.gb-ayi-1lhk-base__legal{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;margin:.75rem 0}
.gb-ayi-1lhk-base__legal a{font-size:.85rem;opacity:.85}
.gb-ayi-1lhk-base__contact{font-size:.88rem;margin:1rem 0;color:#cdd3da}
.gb-ayi-1lhk-base__contact i{margin-right:.4rem;color:var(--color-accent)}
.gb-ayi-1lhk-base__copy{border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;margin-top:1.5rem;font-size:.85rem;color:#9aa3ad}

/* Shared widgets */
.partner-wrapper,.partner-block{width:100%}
.language-selector{position:relative;display:inline-block}
.language-selector .current-lang{cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .6rem;border-radius:6px;font-size:.85rem;color:var(--color-primary)}
.language-dropdown{display:none;position:absolute;top:100%;right:0;background:#fff;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.05);min-width:170px;z-index:3000;padding:6px 0;margin-top:.4rem;border:1px solid rgba(0,0,0,0.06);max-height:320px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,0.15) transparent}

/* Custom scrollbar for dropdown */
.language-dropdown::-webkit-scrollbar{width:6px}
.language-dropdown::-webkit-scrollbar-track{background:transparent}
.language-dropdown::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.15);border-radius:10px}
.language-dropdown::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0.3)}

.language-selector::after{content:"";position:absolute;top:100%;right:0;width:180px;height:15px;background:transparent;display:none;z-index:2999}
.language-selector:hover::after{display:block}

@keyframes languageDropdownFadeIn{
  from{opacity:0;transform:translateY(6px)}
  to{opacity:1;transform:translateY(0)}
}

.language-selector:hover .language-dropdown{display:block;animation:languageDropdownFadeIn .2s cubic-bezier(0.16,1,0.3,1) forwards}
.language-dropdown a,.language-option{display:flex;align-items:center;gap:10px;padding:8px 14px;color:var(--color-text);font-size:.88rem;font-weight:500;transition:all .2s ease;border-radius:6px;margin:2px 6px}
.language-dropdown a:hover{background:var(--color-surface);color:var(--color-accent)}
.language-dropdown img{border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}

/* Cookie consent */
.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:rgba(28,40,51,.97);color:#fff;padding:1rem 1.25rem;display:none;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;z-index:9999;box-shadow:0 -4px 16px rgba(0,0,0,.2)}
.cookie-consent.is-visible{display:flex}
.cookie-consent__text{flex:1;min-width:260px;font-size:.9rem}
.cookie-consent__link{color:var(--color-accent);text-decoration:underline}
.cookie-consent__accept{background:var(--color-accent);color:#fff;border:0;padding:.6rem 1.4rem;border-radius:999px;font-weight:600;cursor:pointer}
.cookie-consent__decline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.6rem 1.2rem;border-radius:999px;cursor:pointer}

/* Reveal */
[data-anim="reveal"]{opacity:0;transform:translateY(20px);transition:opacity .7s,transform .7s}
[data-anim="reveal"].is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){[data-anim="reveal"]{opacity:1;transform:none;transition:none}}

/* Interactive SVG Chart */
.chart-svg {
    overflow: visible;
}
.chart-group {
    transition: opacity 0.25s ease;
    cursor: pointer;
}
.chart-group rect {
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.25s ease;
    transform-origin: bottom;
}
.chart-group .bar-label {
    transition: transform 0.25s ease, opacity 0.25s ease, font-weight 0.25s ease;
    opacity: 0.8;
}
.chart-svg:hover .chart-group:not(:hover) {
    opacity: 0.45;
}
.chart-group:hover rect {
    transform: scaleY(1.03);
    filter: brightness(1.08) drop-shadow(0 4px 10px rgba(0,0,0,0.15));
}
.chart-group:hover .bar-label {
    opacity: 1;
    font-weight: 700;
    transform: translateY(-10px);
}

:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}

.gb-ayi-1lhk-fleet-card{background:var(--color-white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--color-border);padding:2.5rem;margin-bottom:5.5rem;display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:start}
.gb-ayi-1lhk-fleet-card--reverse{grid-template-columns:1fr 1.1fr}
.gb-ayi-1lhk-fleet-card__media-col{display:flex;flex-direction:column;gap:1.25rem}
.gb-ayi-1lhk-fleet-card__media{background:linear-gradient(135deg,#f7f9fb,#eef2f5);border-radius:var(--radius);padding:2rem;display:flex;align-items:center;justify-content:center;aspect-ratio:16/10;overflow:hidden;border:1px solid rgba(0,0,0,.02)}
.gb-ayi-1lhk-fleet-card__media img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .4s ease}
.gb-ayi-1lhk-fleet-card:hover .gb-ayi-1lhk-fleet-card__media img{transform:scale(1.04) translateY(-2px)}
.gb-ayi-1lhk-fleet-card__specs{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.gb-ayi-1lhk-fleet-card .gb-ayi-1lhk-entry{background:var(--color-bg);box-shadow:none;border:1px solid var(--color-border);padding:1.25rem .75rem;gap:.5rem;display:flex;flex-direction:column;text-align:center;align-items:center;transition:background-color .2s,transform .2s}
.gb-ayi-1lhk-fleet-card .gb-ayi-1lhk-entry:hover{background:var(--color-surface);transform:translateY(-2px)}
.gb-ayi-1lhk-fleet-card .gb-ayi-1lhk-entry__icon{width:2.4rem;height:2.4rem;font-size:1.05rem;background:var(--color-white);box-shadow:0 2px 6px rgba(0,0,0,.03);border:1px solid var(--color-border)}
.gb-ayi-1lhk-fleet-card .gb-ayi-1lhk-entry h3{margin:0 0 .1rem;font-size:.92rem;font-weight:600}
.gb-ayi-1lhk-fleet-card .gb-ayi-1lhk-entry p{font-size:.8rem;margin:0}

@media (max-width:1199px){
  .gb-ayi-1lhk-page-head__logo{display:none}
}
@media (max-width:900px){
  .gb-ayi-1lhk-fleet-card{display:flex;flex-direction:column;gap:1.75rem;padding:1.75rem;margin-bottom:3.5rem}
  .gb-ayi-1lhk-fleet-card__media-col{order:-1}
  .gb-ayi-1lhk-fleet-card__media{padding:1.25rem}
  .gb-ayi-1lhk-fleet-card__specs{grid-template-columns:1fr;gap:.75rem}
  .gb-ayi-1lhk-reviews{grid-template-columns:1fr}
  .gb-ayi-1lhk-routeband-1l,.gb-ayi-1lhk-routeband-1l--reverse{grid-template-columns:1fr}
  .gb-ayi-1lhk-routeband-1l--wrap .gb-ayi-1lhk-routeband-1l__media{float:none;width:100%;margin:0 0 1rem}
}
@media (max-width:768px){
  .gb-ayi-1lhk-page-head__logo{display:block}
  .gb-ayi-1lhk-page-head__nav,.gb-ayi-1lhk-page-head__right .language-selector{display:none}
  .gb-ayi-1lhk-page-head__menu-btn{display:block}
  .gb-ayi-1lhk-module{padding:3rem 0}
  .gb-ayi-1lhk-cta__inner{flex-direction:column;text-align:center}
  .gb-ayi-1lhk-clarify-list{grid-template-columns:1fr}
}

/* Mobile Language Selector Fixes */
.gb-ayi-1lhk-mobile-overlay .language-selector .language-dropdown {
  left: 0;
  right: auto;
}
.gb-ayi-1lhk-mobile-overlay .language-selector::after {
  left: 0;
  right: auto;
}
.gb-ayi-1lhk-mobile-overlay .language-dropdown a.language-option {
  border-bottom: none;
  padding: 8px 14px;
  background: transparent;
}
.gb-ayi-1lhk-mobile-overlay .language-dropdown a.language-option:hover {
  background: var(--color-surface, #eef1f5);
  color: var(--color-accent, #2e86c1);
  padding-left: 14px;
}

@media print{.gb-ayi-1lhk-page-head,.gb-ayi-1lhk-base,.cookie-consent{display:none}}