.gp-page { padding-bottom: 80px; }
.gp-orange { color: #e87722; }
.main-banner { position: relative; z-index: 80; }
.gp-page { margin-top: 0; }
@media (max-width: 768px) { .gp-page { margin-top: 0; } }

/* PAGE HERO */
.gp-hero { padding: 28px 16px 18px 16px; }
.gp-hero__title {
    font-size: clamp(22px, 3.5vw, 36px);
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.15;
}
.gp-hero__stats { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.gp-stat { font-size: 13px; color: #6b6b67; }
.gp-stat strong { font-weight: 700; color: #1a1a18; }

/* FILTER BAR */
.gp-filter-bar {
    background: #fff;
    border-bottom: 1px solid #e8e8e4;
    position: sticky;
    top: 52px;
    z-index: 85;
}
@media (min-width: 769px) { .gp-filter-bar { position: static; } }

.gp-filter-bar .container { padding-top: 10px; padding-bottom: 4px; }

.gp-filter-toprow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
}

.gp-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border: 1.5px solid #e87722;
    border-radius: 20px;
    background: #fff3ea;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    color: #e87722;
    cursor: pointer;
    transition: background .15s, border-color .15s;
    white-space: nowrap;
}
.gp-filter-toggle:hover { background: #ffe8d2; }
.gp-filter-toggle.is-open {
    background: #e87722;
    color: #fff;
    border-color: #e87722;
}
.gp-filter-toggle.is-open svg path { stroke: #fff; }
.gp-filter-toggle__arrow { transition: transform .2s; margin-left: 2px; }
.gp-filter-toggle.is-open .gp-filter-toggle__arrow { transform: rotate(180deg); }

.gp-toggle-badges {
    display: inline-flex;
    gap: 6px;
    flex-wrap: nowrap;
    margin-left: 8px;
}

.gp-toggle-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #ffefe0;
    color: #e87722;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 999px;
    white-space: nowrap;
    line-height: 1.2;
    border: 1px solid #ffd4aa;
}

.gp-filter-toggle.is-open .gp-toggle-badges { display: none; }

.gp-filter-rows {
    display: none;
    padding-bottom: 6px;
}
.gp-filter-rows.is-open { display: block; }

.gp-filter-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    flex-wrap: nowrap;
}
.gp-filter-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #9b9b96;
    white-space: nowrap;
    min-width: 62px;
    flex-shrink: 0;
}
.gp-chips {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    flex-wrap: nowrap;
    padding-bottom: 2px;
}
.gp-chips::-webkit-scrollbar { display: none; }
.gp-chip {
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid #e0e0db;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: inherit;
    color: #4a4a46;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: border-color .15s, background .15s, color .15s;
}
.gp-chip:hover  { border-color: #e87722; color: #e87722; }
.gp-chip.active { background: #e87722; border-color: #e87722; color: #fff; font-weight: 700; }
.gp-chip.gp-chip-hidden { display: none; }

.gp-filter-count {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 0 8px;
    font-size: 12px;
    color: #9b9b96;
    border-top: 1px solid #f0f0ec;
    margin-top: 4px;
}
.gp-filter-count strong { color: #1a1a18; font-weight: 700; }

/* SECTIONS */
.gp-main { padding-top: 24px; }
.gp-section { margin-bottom: 52px; scroll-margin-top: 100px; }
.gp-section.is-hidden { display: none; }

.gp-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e8e8e4;
}
.gp-section-title { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.gp-section-title h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em;
    margin: 0;
}
.gp-section-count {
    font-size: 11px; color: #fff; font-weight: 700;
    background: #e87722; padding: 2px 8px; border-radius: 20px;
}
.gp-section-airport { font-size: 11px; color: #9b9b96; font-weight: 600; letter-spacing: .04em; }

.gp-book-btn {
    color: #fff !important;
    background: #ff7f00;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .15s, transform .12s;
    display: inline-block;
}
.gp-book-btn:hover { background: #d96b00; transform: translateY(-1px); color: #fff !important; }

/* SHOWCASE */
.gp-showcase { display: flex; flex-direction: column; gap: 8px; }

.gp-hero-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 16/7;
    background: #e8e8e4;
    flex-shrink: 0;
}
.gp-hero-card img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    display: block;
    transition: transform .5s cubic-bezier(.25,.46,.45,.94);
}
.gp-hero-card:hover img { transform: scale(1.03); }

.gp-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.05) 55%, transparent 100%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 22px;
    opacity: 0;
    transition: opacity .25s;
}
.gp-hero-card:hover .gp-hero-overlay { opacity: 1; }
.gp-hero-meta { display: flex; flex-direction: column; gap: 3px; }
.gp-hero-name  { color: #fff; font-size: 14px; font-weight: 700; line-height: 1.2; }
.gp-hero-airport { font-size: 11px; color: rgba(255,255,255,.6); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.gp-hero-book {
    pointer-events: none;
    transform: translateY(8px);
    transition: background .15s, transform .22s;
}
.gp-hero-card:hover .gp-hero-book { pointer-events: auto; transform: translateY(0); }

/* Type grid */
.gp-type-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
@media (min-width: 540px) {
    .gp-type-grid { grid-template-columns: repeat(4, 1fr); }
}
.gp-type-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/3;
    background: #e8e8e4;
}
.gp-type-card.is-hidden { display: none; }
.gp-type-card img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform .4s cubic-bezier(.25,.46,.45,.94);
}
.gp-type-card:hover img { transform: scale(1.06); }
.gp-type-badge {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 22px 10px 8px;
    background: linear-gradient(to top, rgba(0,0,0,.62), transparent);
    color: #fff; font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .07em;
    pointer-events: none;
}
.gp-type-hover {
    position: absolute; inset: 0;
    background: rgba(232,119,34,.15);
    opacity: 0;
    display: flex; align-items: center; justify-content: center;
    transition: opacity .2s;
    color: #fff; font-size: 12px; font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.gp-type-card:hover .gp-type-hover { opacity: 1; }

@keyframes gpFadeUp {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: none; }
}
.gp-hero-card { animation: gpFadeUp .3s ease both; }
.gp-type-card  { animation: gpFadeUp .3s ease both; }
.gp-type-card:nth-child(1) { animation-delay: .05s; }
.gp-type-card:nth-child(2) { animation-delay: .09s; }
.gp-type-card:nth-child(3) { animation-delay: .13s; }
.gp-type-card:nth-child(4) { animation-delay: .17s; }

/* LIGHTBOX */
#gp-lightbox {
    position: fixed; inset: 0; z-index: 1000;
    background: rgba(10,10,8,.94);
    display: flex; align-items: center; justify-content: center;
    padding: 20px; opacity: 0; transition: opacity .22s;
}
#gp-lightbox.gp-lb-open { opacity: 1; }
.gp-lb-wrap {
    position: relative; max-width: 1000px; width: 100%;
    display: flex; flex-direction: column; align-items: center;
    transform: scale(.96); transition: transform .22s;
}
#gp-lightbox.gp-lb-open .gp-lb-wrap { transform: scale(1); }
.gp-lb-img-wrap {
    width: 100%; max-height: 74vh;
    border-radius: 10px; overflow: hidden;
    background: #111;
    display: flex; align-items: center; justify-content: center;
}
.gp-lb-img-wrap img { max-width: 100%; max-height: 74vh; object-fit: contain; display: block; }
.gp-lb-nav {
    position: absolute; top: 38%; transform: translateY(-50%);
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(255,255,255,.1);
    border: 1.5px solid rgba(255,255,255,.18);
    color: #fff; font-size: 18px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .15s; z-index: 2; font-family: inherit;
}
.gp-lb-nav:hover { background: rgba(232,119,34,.65); border-color: #e87722; }
.gp-lb-prev { left: -56px; }
.gp-lb-next { right: -56px; }
.gp-lb-close {
    position: absolute; top: -48px; right: 0;
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,.1);
    border: 1.5px solid rgba(255,255,255,.18);
    color: #fff; font-size: 20px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .15s; font-family: inherit; line-height: 1;
}
.gp-lb-close:hover { background: rgba(232,119,34,.65); border-color: #e87722; }
.gp-lb-info { margin-top: 12px; text-align: center; color: #fff; display: flex; flex-direction: column; gap: 4px; }
.gp-lb-caption { font-size: 13px; font-weight: 500; }
.gp-lb-counter  { font-size: 11px; color: rgba(255,255,255,.4); }

/* STICKY BAR */
.gp-sticky-bar {
    position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 200;
    transform: translateY(110%);
    transition: transform .38s cubic-bezier(.34,1.3,.64,1);
    pointer-events: none;
    display: none;
}
@media (max-width: 768px) {
    .gp-sticky-bar { display: block; }
}
.gp-sticky-bar.gp-sticky-visible { transform: translateY(0); pointer-events: all; }
.gp-sticky-inner { max-width: 860px; margin: 0 auto 14px; padding: 0 16px; }
.gp-sticky-card {
    background: #1a1a18;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.09);
    padding: 12px 16px;
    display: flex; align-items: center; gap: 12px;
    box-shadow: 0 8px 40px rgba(0,0,0,.32);
}
.gp-sticky-icon {
    width: 36px; height: 36px;
    border-radius: 9px; background: #e87722;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.gp-sticky-icon svg { width: 17px; height: 17px; color: #fff; }
.gp-sticky-text { flex: 1; min-width: 0; }
.gp-sticky-title { font-size: 13px; font-weight: 700; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gp-sticky-sub   { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 1px; }
.gp-sticky-actions { display: flex; align-items: center; gap: 7px; flex-shrink: 0; }
.gp-sticky-dismiss {
    width: 28px; height: 28px; border-radius: 50%;
    background: rgba(255,255,255,.07); border: none;
    cursor: pointer; color: rgba(255,255,255,.38);
    font-size: 16px;
    display: flex; align-items: center; justify-content: center;
    transition: background .15s, color .15s;
    font-family: inherit; flex-shrink: 0; line-height: 1;
}
.gp-sticky-dismiss:hover { background: rgba(255,255,255,.14); color: #fff; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .gp-filter-rows.is-open .gp-filter-row { flex-wrap: wrap; gap: 6px; }
    .gp-filter-rows.is-open .gp-filter-label { min-width: 100%; padding-top: 4px; }
    .gp-filter-rows.is-open .gp-chips { flex-wrap: wrap; overflow-x: visible; }
    .gp-filter-rows.is-open .gp-chip { flex-shrink: 1; }
    .gp-page { padding-bottom: 100px; }
}
@media (max-width: 600px) {
    .gp-hero { padding: 18px 16px 12px; }
    .gp-hero-card { aspect-ratio: 16/9; border-radius: 10px; }
    .gp-type-grid { gap: 6px; }
    .gp-showcase { gap: 6px; }
}
@media (max-width: 860px) {
    .gp-lb-prev { left: 4px; }
    .gp-lb-next { right: 4px; }
}
