/* ===== کهکشان قشم — Galaxy Qeshm ===== */
:root {
    --gq-coral: #ff6b4a;
    --gq-coral-dark: #e85a3a;
    --gq-coral-glow: rgba(255, 107, 74, 0.25);
    --gq-indigo: #1a2b4a;
    --gq-indigo-deep: #0f1a2e;
    --gq-indigo-mid: #243b5e;
    --gq-logo-navy: #0d1f3a;
    --gq-sky: #4facfe;
    --gq-gold: #f5c842;
    --gq-white: #ffffff;
    --gq-bg: #f4f6fa;
    --gq-bg-warm: #faf8f5;
    --gq-text: #1e293b;
    --gq-muted: #64748b;
    --gq-border: #e2e8f0;
    --gq-green: #10b981;
    --gq-red: #ef4444;
    --gq-radius: 16px;
    --gq-radius-sm: 12px;
    --gq-shadow: 0 4px 24px rgba(15, 26, 46, 0.08);
    --gq-shadow-lg: 0 20px 60px rgba(15, 26, 46, 0.12);
    --lp-surface-border: #c8c8c8;
    --lp-surface-border-width: 2px;
    --lp-shadow-card: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 14px rgba(0, 0, 0, 0.04);
    --lp-shadow-hover: 0 4px 8px rgba(0, 0, 0, 0.05), 0 12px 28px rgba(0, 0, 0, 0.08);
    --lp-accent-line: rgba(255, 107, 74, 0.28);
    --gq-header: 78px;
    --lp-nav-control-h: 40px;
    --lp-nav-control-radius: 10px;
    --gq-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --gq-primary: #1e56a0;
    --gq-primary-light: #3b82f6;
    --gq-gradient-main: linear-gradient(135deg, #1e56a0 0%, #0ea5e9 55%, #dc2626 100%);
    --gq-shadow-soft: 0 2px 8px rgba(15, 23, 42, 0.06);
    --gq-shadow-glow: 0 8px 24px rgba(30, 86, 160, 0.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

.lp-page {
    font-family: 'Vazir', Tahoma, sans-serif;
    background: var(--gq-bg);
    color: var(--gq-text);
    line-height: 1.75;
    overflow-x: hidden;
}

/* subtle bg pattern */
.lp-page::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(79,172,254,0.04) 0%, transparent 50%),
                      radial-gradient(circle at 80% 80%, rgba(255,107,74,0.04) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* ===== Header ===== */
.lp-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.lp-header.scrolled {
    box-shadow: 0 2px 20px rgba(15, 23, 42, 0.07);
    border-bottom-color: transparent;
}

.lp-header-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 14px 1.5rem;
    min-height: var(--gq-header);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.5rem;
}

.lp-header-brand {
    display: flex;
    align-items: center;
    min-width: 0;
    z-index: 2;
}

.lp-logo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: var(--gq-indigo-deep);
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.lp-logo:hover {
    opacity: 0.88;
}

.lp-logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gq-logo-navy);
    border-radius: 18px;
    padding: 4px;
    box-shadow: 0 4px 14px rgba(13, 31, 58, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-logo:hover .lp-logo-badge {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(13, 31, 58, 0.28);
}

.lp-logo-badge__inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gq-white);
    border-radius: 14px;
    padding: 6px 14px;
    min-height: 44px;
}

.lp-logo-badge--on-dark {
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.lp-logo-badge--on-dark .lp-logo-badge__inner {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.lp-logo-badge .lp-logo-img,
.lp-logo-badge .auth-modal-logo,
.lp-logo-badge .brand-logo {
    height: 36px;
    width: auto;
    max-width: min(160px, 26vw);
    display: block;
    object-fit: contain;
}

.lp-logo-badge .lp-footer-logo-img {
    height: 40px;
    max-width: min(170px, 30vw);
}

.auth-modal-brand .lp-logo-badge .auth-modal-logo {
    height: 42px;
    max-width: 180px;
}

.lp-logo-img {
    height: 44px;
    width: auto;
    max-width: min(180px, 28vw);
    display: block;
    object-fit: contain;
}

.lp-logo-icon {
    width: 42px; height: 42px;
    background: linear-gradient(135deg, var(--gq-indigo) 0%, var(--gq-indigo-mid) 100%);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: var(--gq-gold);
    font-size: 1.2rem;
    box-shadow: 0 4px 12px rgba(26,43,74,0.25);
    position: relative;
    overflow: hidden;
}

.lp-logo-icon::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.15));
}

.lp-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.lp-logo-text strong {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--gq-indigo-deep);
}

.lp-logo-text span {
    font-size: 0.7rem;
    color: var(--gq-muted);
    font-weight: 500;
    letter-spacing: 0.02em;
}

.lp-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 0;
    z-index: 1;
}

.lp-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--lp-nav-control-h);
    padding: 0 1.1rem;
    text-decoration: none;
    color: #475569;
    font-size: 0.92rem;
    font-weight: 500;
    white-space: nowrap;
    border-radius: var(--lp-nav-control-radius);
    transition: color 0.2s ease, background 0.2s ease;
}

.lp-nav-link::after {
    content: '';
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    bottom: 7px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--gq-coral), #ff8f6b);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.lp-nav-link:hover {
    color: var(--gq-indigo);
    background: rgba(26, 43, 74, 0.04);
}

.lp-nav-link.active {
    color: var(--gq-indigo-deep);
    font-weight: 700;
    background: rgba(255, 107, 74, 0.07);
}

.lp-nav-link.active::after {
    transform: scaleX(1);
}

.lp-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    z-index: 3;
    position: relative;
    background: #fff;
    padding-inline-start: 4px;
}

/* — header controls (GalaxyTrip style) — */
.nav-auth {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    direction: ltr;
    gap: 6px;
    height: auto;
    min-height: 0;
    padding: 4px 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #1f2937;
    font-family: inherit;
    font-size: 0.94rem;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none;
    transition: color 0.2s ease, opacity 0.2s ease;
    -webkit-font-smoothing: antialiased;
}

.nav-auth:hover,
.nav-user.open .nav-auth {
    background: transparent;
    color: #111827;
    opacity: 0.82;
    transform: none;
    box-shadow: none;
}

.nav-auth--guest,
.nav-auth--logged-in {
    padding-inline: 0;
    min-width: 0;
    flex-shrink: 0;
}

.nav-auth--guest,
.nav-auth--logged-in {
    gap: 2px;
}

.nav-auth__icon {
    width: 22px;
    height: 22px;
    color: currentColor;
    flex: 0 0 auto;
}

.nav-auth__label {
    flex: 0 0 auto;
    max-width: 9.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font: inherit;
    letter-spacing: 0;
}

.nav-auth__icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.nav-user {
    position: relative;
}

.nav-user-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    min-width: 160px;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 20;
}

.nav-user.open .nav-user-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-user-menu a {
    display: block;
    padding: 0.55rem 0.85rem;
    border-radius: 10px;
    text-decoration: none;
    color: var(--gq-text);
    font-size: 0.875rem;
    font-weight: 500;
    transition: background 0.15s ease, color 0.15s ease;
}

.nav-user-menu a:hover {
    background: rgba(255, 107, 74, 0.08);
    color: var(--gq-coral);
}

.nav-support {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: var(--lp-nav-control-h);
    padding: 0 18px;
    border: none;
    border-radius: 50px;
    background: var(--gq-gradient-main);
    color: #fff;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: var(--gq-shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-support:hover {
    transform: translateY(-1px);
    box-shadow: var(--gq-shadow-glow);
}

.nav-lang {
    position: relative;
    flex-shrink: 0;
}

.nav-lang-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    width: auto;
    min-width: var(--lp-nav-control-h);
    height: var(--lp-nav-control-h);
    padding: 0 10px;
    border: 1px solid rgba(30, 86, 160, 0.14);
    border-radius: 50px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    cursor: pointer;
    box-shadow: var(--gq-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.nav-lang-toggle-icons {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

.nav-lang-toggle .nav-lang-flag {
    width: 24px;
    height: 17px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

.nav-lang-toggle-label {
    display: none;
    font-size: 0.82rem;
    font-weight: 500;
    color: #334155;
    line-height: 1;
    white-space: nowrap;
}

.nav-lang-toggle:hover,
.nav-lang.open .nav-lang-toggle {
    border-color: rgba(30, 86, 160, 0.28);
    box-shadow: 0 4px 12px rgba(30, 86, 160, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transform: none;
}

.nav-lang-flag {
    display: block;
    width: 24px;
    height: 17px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    flex-shrink: 0;
    background: #fff;
}

.nav-lang-chevron {
    color: #64748b;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}

.nav-lang.open .nav-lang-chevron {
    transform: rotate(180deg);
}

.nav-lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    min-width: 180px;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 20;
}

.nav-lang.open .nav-lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-lang-menu li {
    margin: 0;
}

.nav-lang-option {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 0.7rem;
    border: none;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s ease;
}

.nav-lang-option:hover,
.nav-lang-option.active {
    background: rgba(255, 107, 74, 0.08);
}

.nav-lang-option-main {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.nav-lang-option-main img {
    width: 24px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    object-fit: cover;
}

.nav-lang-option-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--gq-text);
}

/* Support modal */
.support-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    pointer-events: none;
}

.support-modal.open {
    visibility: visible;
    pointer-events: auto;
}

.support-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    background: rgba(15, 23, 42, 0.62);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.support-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 420px);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(26, 43, 74, 0.22);
    transform: translateY(16px) scale(0.98);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.support-modal.open .support-modal-dialog {
    transform: translateY(0) scale(1);
}

.support-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    background: var(--gq-gradient-main);
    color: #fff;
}

.support-modal-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.support-modal-info {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    flex-shrink: 0;
}

.support-modal-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
}

.support-modal-close {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

.support-modal-close:hover {
    background: rgba(255, 255, 255, 0.32);
}

.support-modal-body {
    padding: 22px 20px 24px;
}

.support-modal-lead {
    margin: 0 0 18px;
    font-size: 0.9rem;
    color: var(--gq-muted);
    line-height: 1.7;
    text-align: center;
}

.support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.support-card-whatsapp { grid-row: 1; grid-column: 1; }
.support-card-telegram { grid-row: 1; grid-column: 2; }
.support-card-bale { grid-row: 2; grid-column: 1; }
.support-card-instagram { grid-row: 2; grid-column: 2; }

.support-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 88px;
    padding: 16px 12px;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    transition: transform 0.25s, box-shadow 0.25s;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
}

.support-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.15);
    color: #fff;
}

.support-card-icon {
    width: 28px;
    height: 28px;
}

.support-card-icon svg,
.support-card-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.support-card-icon img {
    object-fit: contain;
}

.support-card-whatsapp { background: linear-gradient(135deg, #128c7e, #25d366); }
.support-card-telegram { background: linear-gradient(135deg, #1e56a0, #0ea5e9); }
.support-card-bale { background: linear-gradient(135deg, #0cbc8d, #07a075); }
.support-card-instagram { background: linear-gradient(135deg, #e1306c, #f77737); }

body.support-modal-open,
body.auth-modal-open {
    overflow: hidden;
}

/* Auth modal — Homelino / GalaxyTrip style */
.auth-modal {
    position: fixed;
    inset: 0;
    z-index: 2100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    pointer-events: none;
}

.auth-modal.open {
    visibility: visible;
    pointer-events: auto;
}

.auth-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    background: rgba(15, 23, 42, 0.62);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.auth-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 420px);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(26, 43, 74, 0.22);
    transform: translateY(16px) scale(0.98);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 0 18px;
}

.auth-modal-dialog::before {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--gq-coral), #ff7f5c, var(--gq-coral-dark));
}

.auth-modal.open .auth-modal-dialog {
    transform: translateY(0) scale(1);
}

.auth-modal-close {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.06);
    color: #64748b;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.auth-modal-close:hover {
    background: rgba(15, 23, 42, 0.1);
}

.auth-modal-brand {
    display: flex;
    justify-content: center;
    padding: 22px 20px 8px;
}

.auth-modal-brand .lp-logo-badge {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.auth-modal-brand .lp-logo-badge__inner {
    background: transparent;
    padding: 0;
    min-height: 0;
    border-radius: 0;
    box-shadow: none;
}

.auth-modal-step {
    padding: 8px 24px 4px;
}

.auth-modal-title {
    margin: 0 0 8px;
    text-align: center;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gq-indigo-deep);
}

.auth-modal-lead {
    margin: 0 0 18px;
    text-align: center;
    font-size: 0.88rem;
    color: var(--gq-muted);
    line-height: 1.7;
}

.auth-modal-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.auth-modal-label {
    font-size: 0.84rem;
    font-weight: 600;
    color: #334155;
}

.auth-modal-input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(30, 86, 160, 0.18);
    border-radius: 12px;
    background: #fff;
    font-family: inherit;
    font-size: 0.95rem;
    color: var(--gq-text);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-modal-input:focus {
    outline: none;
    border-color: rgba(30, 86, 160, 0.45);
    box-shadow: 0 0 0 3px rgba(30, 86, 160, 0.1);
}

.auth-modal-input--otp {
    letter-spacing: 0.35em;
    text-align: center;
    font-weight: 700;
}

.auth-modal-terms {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #64748b;
    cursor: pointer;
}

.auth-modal-terms input {
    margin-top: 4px;
    flex-shrink: 0;
}

.auth-modal-error {
    margin: 0;
    font-size: 0.82rem;
    color: var(--gq-red);
    line-height: 1.5;
}

.auth-modal-debug {
    margin: 0;
    font-size: 0.78rem;
    color: #0f766e;
    background: #ecfdf5;
    border-radius: 8px;
    padding: 8px 10px;
}

.auth-modal-submit {
    width: 100%;
    height: 48px;
    margin-top: 4px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--gq-coral) 0%, #ff7f5c 55%, var(--gq-coral-dark) 100%);
    color: #fff;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 20px rgba(255, 107, 74, 0.28);
}

.auth-modal-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(255, 107, 74, 0.34);
}

.auth-modal-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}

.auth-modal-link {
    display: block;
    width: 100%;
    margin-top: 14px;
    padding-top: 14px;
    border: none;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: transparent;
    color: var(--gq-primary);
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

.auth-modal-link:hover {
    color: var(--gq-indigo-deep);
}

html[dir="ltr"] .nav-user-menu,
html[dir="ltr"] .nav-lang-menu {
    right: auto;
    left: 0;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.55rem 1.15rem;
    border-radius: 999px;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: var(--gq-transition);
    white-space: nowrap;
}

.lp-btn-primary {
    background: linear-gradient(135deg, var(--gq-coral), var(--gq-coral-dark));
    color: white;
    box-shadow: 0 4px 16px var(--gq-coral-glow);
}

.lp-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px var(--gq-coral-glow);
}

.lp-btn-outline {
    background: transparent;
    color: var(--gq-indigo);
    border: 1.5px solid var(--gq-border);
}

.lp-btn-outline:hover {
    border-color: var(--gq-coral);
    color: var(--gq-coral);
    background: rgba(255,107,74,0.05);
}

.lp-btn-gold {
    background: linear-gradient(135deg, var(--gq-coral), #ff8f6b);
    color: white;
    font-weight: 700;
    box-shadow: 0 4px 20px var(--gq-coral-glow);
}

.lp-btn-gold:hover { transform: translateY(-1px); box-shadow: 0 8px 28px var(--gq-coral-glow); }

.lp-btn-block { width: 100%; }
.lp-btn-lg { padding: 0.85rem 1.5rem; font-size: 0.95rem; }

.lp-menu-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: var(--lp-nav-control-h);
    height: var(--lp-nav-control-h);
    padding: 0;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: var(--lp-nav-control-radius);
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lp-menu-btn:hover {
    border-color: rgba(26, 43, 74, 0.18);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.lp-menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--gq-indigo);
    margin: 4px auto;
    border-radius: 2px;
    transition: var(--gq-transition);
}

/* ===== Hero ===== */
.lp-hero {
    --hero-gold: #f9d976;
    --hero-amber: #f4a261;
    --hero-coral: #e76f51;
    --hero-teal: #2ec4b6;
    --hero-night: #1b1033;
    position: relative;
    padding-top: calc(var(--gq-header) + 1.5rem);
    padding-bottom: 0.5rem;
    background:
        radial-gradient(ellipse 120% 80% at 50% 120%, rgba(244, 162, 97, 0.45), transparent 55%),
        linear-gradient(165deg, #120a24 0%, #2a1450 28%, #4a1f4a 52%, #8b3a2f 78%, #c45c3a 100%);
    color: white;
    overflow: hidden;
}

.lp-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, var(--gq-bg) 10%, transparent);
    pointer-events: none;
    z-index: 1;
}

.lp-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.lp-hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1px 1px at 12% 18%, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 78% 12%, rgba(255,255,255,0.55), transparent),
        radial-gradient(1.5px 1.5px at 34% 8%, rgba(249,217,118,0.8), transparent),
        radial-gradient(1px 1px at 88% 34%, rgba(255,255,255,0.45), transparent),
        radial-gradient(1px 1px at 56% 22%, rgba(255,255,255,0.35), transparent),
        radial-gradient(1px 1px at 22% 42%, rgba(255,255,255,0.3), transparent),
        radial-gradient(1.5px 1.5px at 66% 16%, rgba(249,217,118,0.65), transparent),
        radial-gradient(1px 1px at 92% 58%, rgba(255,255,255,0.25), transparent);
    opacity: 0.85;
}

.lp-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    animation: heroOrbFloat 12s ease-in-out infinite alternate;
}

.lp-hero-orb--sun {
    width: 420px;
    height: 420px;
    top: -120px;
    left: 8%;
    background: radial-gradient(circle, rgba(249, 217, 118, 0.35), rgba(231, 111, 81, 0.08) 70%, transparent);
}

.lp-hero-orb--sea {
    width: 360px;
    height: 360px;
    top: 10%;
    right: -80px;
    background: radial-gradient(circle, rgba(46, 196, 182, 0.22), transparent 70%);
    animation-delay: -4s;
}

.lp-hero-orb--glow {
    width: 500px;
    height: 280px;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(244, 162, 97, 0.28), transparent 70%);
    animation-name: heroOrbFloatCentered;
    animation-delay: -8s;
}

@keyframes heroOrbFloat {
    from { transform: translateY(0) scale(1); }
    to { transform: translateY(18px) scale(1.05); }
}

@keyframes heroOrbFloatCentered {
    from { transform: translateX(-50%) translateY(0) scale(1); }
    to { transform: translateX(-50%) translateY(18px) scale(1.05); }
}

.lp-hero-inner {
    position: relative;
    z-index: 2;
}

.lp-hero-top {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 0.5rem 1.25rem 1.75rem;
}

.lp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: linear-gradient(135deg, rgba(249, 217, 118, 0.22), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(12px);
    border: 1px solid rgba(249, 217, 118, 0.35);
    padding: 0.45rem 1.2rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--hero-gold);
    margin-bottom: 1rem;
    box-shadow: 0 8px 32px rgba(249, 217, 118, 0.15);
    letter-spacing: 0.01em;
}

.lp-hero h1 {
    font-size: clamp(1.75rem, 5vw, 2.85rem);
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    letter-spacing: -0.03em;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
    background: linear-gradient(180deg, #ffffff 0%, #fde8c8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lp-hero-location {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    font-weight: 400;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

/* SVG Icons */
.gq-icon {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.gq-icon-coral { color: var(--gq-coral); }
.gq-icon-white { color: #fff; }
.gq-icon-light { color: rgba(255,255,255,0.85); }
.gq-icon-footer { color: rgba(255,255,255,0.6); margin-left: 0.35rem; }
.gq-icon-offer { color: #9a3412; }
.gq-icon-chip { vertical-align: -2px; }

.gq-brand-icon {
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.lp-footer-contact p {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* ===== Hero Showcase (Gallery + Stats) ===== */
.lp-hero-showcase {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.25rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

/* ===== Gallery ===== */
.lp-gallery-wrap {
    min-width: 0;
}

.lp-gallery-frame {
    padding: 0.65rem;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 30px 80px rgba(10, 5, 20, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(16px);
}

.lp-gallery-main {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    cursor: zoom-in;
    background: rgba(0, 0, 0, 0.25);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.lp-gallery-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.lp-gallery-main img,
.lp-gallery-main-placeholder {
    position: absolute;
    inset: 0;
}

.lp-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-gallery-main:hover img { transform: scale(1.04); }

.lp-gallery-main-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
}

.lp-gallery-counter {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(15, 10, 30, 0.72);
    backdrop-filter: blur(10px);
    color: var(--hero-gold);
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    pointer-events: none;
    border: 1px solid rgba(249, 217, 118, 0.25);
    z-index: 2;
}

.lp-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(15, 10, 30, 0.72);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.lp-gallery-nav:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) scale(1.05);
}

.lp-gallery-nav:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.lp-gallery-prev { right: 12px; }
.lp-gallery-next { left: 12px; }

.lp-gallery-main:not(.has-nav) .lp-gallery-nav {
    display: none;
}

.lp-gallery-thumbs {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.85rem;
    overflow-x: auto;
    padding: 0.15rem 0.1rem 0.35rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(249, 217, 118, 0.45) transparent;
}

.lp-gallery-thumb {
    flex: 0 0 92px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.15);
    opacity: 0.6;
    transition: var(--gq-transition);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.lp-gallery-thumb.active,
.lp-gallery-thumb:hover {
    border-color: var(--hero-gold);
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(249, 217, 118, 0.25);
}

.lp-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-gallery-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.5);
}

/* Lightbox */
.lp-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(15,26,46,0.95);
    backdrop-filter: blur(12px);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lp-lightbox.open { display: flex; }

.lp-lightbox-close {
    position: absolute;
    top: 1.25rem; left: 1.25rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    color: white;
    width: 46px; height: 46px;
    border-radius: 50%;
    font-size: 1.4rem;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: var(--gq-transition);
}

.lp-lightbox-close:hover { background: rgba(255,255,255,0.2); }

.lp-lightbox-img-wrap {
    max-width: 92vw;
    max-height: 82vh;
    position: relative;
}

.lp-lightbox-img-wrap img {
    max-width: 92vw;
    max-height: 82vh;
    object-fit: contain;
    border-radius: var(--gq-radius);
    box-shadow: var(--gq-shadow-lg);
    user-select: none;
}

.lp-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    color: white;
    width: 50px; height: 50px;
    border-radius: 50%;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: var(--gq-transition);
}

.lp-lightbox-nav:hover { background: rgba(255,255,255,0.25); }
.lp-lightbox-prev { right: calc(100% + 16px); }
.lp-lightbox-next { left: calc(100% + 16px); }

.lp-lightbox-caption { color: rgba(255,255,255,0.85); font-size: 0.9rem; margin-top: 1.25rem; }
.lp-lightbox-counter { color: rgba(255,255,255,0.5); font-size: 0.82rem; margin-top: 0.4rem; }

/* ===== Stats ===== */
.lp-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
}

.lp-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    text-align: center;
    padding: 1rem 0.75rem;
    border-radius: 18px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    transition: var(--gq-transition);
}

.lp-stat:hover {
    transform: translateY(-4px);
    border-color: rgba(249, 217, 118, 0.35);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
}

.lp-stat-value {
    font-size: clamp(1.35rem, 3vw, 1.9rem);
    font-weight: 800;
    background: linear-gradient(135deg, var(--hero-gold), var(--hero-amber), #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.15;
    white-space: nowrap;
}

.lp-stat-label {
    font-size: clamp(0.72rem, 1.6vw, 0.82rem);
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
    white-space: nowrap;
}

/* ===== Cafe Page ===== */
.lp-cafe-intro {
    background: var(--gq-white);
    border: 1px solid var(--gq-border);
    border-radius: var(--gq-radius);
    padding: 1.75rem;
    font-size: 0.9rem;
    line-height: 1.85;
    color: var(--gq-muted);
    box-shadow: var(--gq-shadow);
}

.lp-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
}

.lp-menu-card {
    background: var(--gq-white);
    border: 1px solid var(--gq-border);
    border-radius: var(--gq-radius);
    padding: 1.15rem 1.25rem;
    transition: var(--gq-transition);
}

.lp-menu-card:hover {
    box-shadow: var(--gq-shadow);
    border-color: rgba(255,107,74,0.25);
}

.lp-menu-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.35rem;
}

.lp-menu-card h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--gq-indigo);
}

.lp-menu-price {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--gq-coral);
    white-space: nowrap;
}

.lp-menu-card p {
    font-size: 0.8rem;
    color: var(--gq-muted);
    line-height: 1.55;
}

.lp-hours-box {
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border: 1px solid #fed7aa;
    border-radius: var(--gq-radius);
    padding: 1.75rem;
    text-align: center;
}

.lp-hours-text {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #9a3412;
    margin-top: 0.75rem;
}

.lp-cafe-contact-note {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #9a3412;
    line-height: 1.7;
}

/* ===== Main ===== */
.lp-main {
    position: relative;
    z-index: 1;
    max-width: 1160px;
    margin: 0 auto;
    padding: clamp(1.5rem, 3vw, 2.25rem) 1.25rem 0;
}

.lp-section {
    padding: 0;
    scroll-margin-top: calc(var(--gq-header) + 56px);
}

.lp-section + .lp-section {
    margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

/* Section panel — like makeupstores testimonials panel */
.lp-panel {
    background: #fff;
    border: 1px solid var(--lp-surface-border);
    border-radius: 22px;
    padding: 1.75rem;
    box-shadow: var(--lp-shadow-card);
}

.lp-section .lp-panel + .lp-panel {
    margin-top: clamp(1rem, 2vw, 1.5rem);
}

.lp-panel .lp-section-header {
    margin-bottom: 1.25rem;
}

.lp-section-header {
    text-align: center;
    margin-bottom: 2rem;
}

.lp-section-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--gq-indigo-deep);
    display: inline-block;
    position: relative;
    padding-bottom: 0.5rem;
}

.lp-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, var(--gq-coral), var(--gq-gold));
    border-radius: 2px;
}

.lp-section-title.left {
    text-align: right;
    display: block;
}

.lp-section-title.left::after {
    left: auto;
    right: 0;
    transform: none;
}

/* Intro */
.lp-intro-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.85rem;
}

.lp-intro-card {
    background: var(--gq-white);
    border: var(--lp-surface-border-width) solid var(--lp-surface-border);
    border-radius: var(--gq-radius-sm);
    padding: 1.25rem 1rem;
    text-align: center;
    transition: background 0.15s, border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.lp-intro-card:hover {
    border-color: var(--lp-accent-line);
    box-shadow: var(--lp-shadow-hover);
    transform: translateY(-2px);
}

.lp-intro-icon {
    width: 48px; height: 48px;
    margin: 0 auto 0.6rem;
    background: linear-gradient(135deg, #fff5f0, #ffe8e0);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
}

.lp-intro-card h3 { font-size: 0.85rem; font-weight: 700; color: var(--gq-indigo); margin-bottom: 0.3rem; }
.lp-intro-card p { font-size: 0.78rem; font-weight: 700; color: var(--gq-muted); line-height: 1.55; }

/* Features */
.lp-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
}

.lp-feature-card {
    background: var(--gq-white);
    border: var(--lp-surface-border-width) solid var(--lp-surface-border);
    border-radius: var(--gq-radius-sm);
    padding: 1.35rem;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    transition: background 0.15s, border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.lp-feature-card:hover {
    border-color: var(--lp-accent-line);
    box-shadow: var(--lp-shadow-hover);
    transform: translateY(-2px);
}

.lp-feature-icon-wrap {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, var(--gq-indigo), var(--gq-indigo-mid));
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

.lp-feature-card h3 { font-size: 0.9rem; font-weight: 700; color: var(--gq-indigo); margin-bottom: 0.25rem; }
.lp-feature-card p { font-size: 0.8rem; color: var(--gq-muted); line-height: 1.55; }

.lp-check-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
}

.lp-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.65rem 0.75rem;
    font-size: 0.82rem;
    background: var(--gq-bg-warm);
    border: 1px solid var(--gq-border);
    border-radius: 10px;
    line-height: 1.6;
}

.lp-check-list li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.lp-check-icon {
    width: 20px; height: 20px;
    background: #ecfdf5;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.gq-icon-check { color: var(--gq-green); }

/* Distance */
.lp-distance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
}

.lp-distance-card {
    background: var(--gq-white);
    border: var(--lp-surface-border-width) solid var(--lp-surface-border);
    border-radius: var(--gq-radius-sm);
    padding: 1.35rem;
    transition: background 0.15s, border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.lp-distance-card:hover {
    border-color: var(--lp-accent-line);
    box-shadow: var(--lp-shadow-hover);
    transform: translateY(-2px);
}

.lp-distance-card .icon { margin-bottom: 0.4rem; display: flex; }
.lp-distance-card h4 { font-weight: 700; font-size: 0.9rem; color: var(--gq-indigo); margin-bottom: 0.65rem; }

.lp-distance-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
}

.lp-distance-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    min-height: 2.75rem;
    padding: 0.45rem 0.5rem;
    background: var(--gq-bg-warm);
    border: 1px solid var(--gq-border);
    border-radius: 10px;
    text-align: center;
    transition: border-color 0.15s, background 0.15s;
}

.lp-distance-card:hover .lp-distance-item {
    border-color: rgba(255, 107, 74, 0.22);
}

.lp-distance-item-label {
    font-size: 0.74rem;
    font-weight: 600;
    color: var(--gq-indigo);
    line-height: 1.35;
}

.lp-distance-item-time {
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--gq-coral-dark);
    background: rgba(255, 107, 74, 0.1);
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    white-space: nowrap;
}

.lp-distance-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

/* Tourism */
.lp-tourism-panel {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f1a2e 0%, #1a2b4a 55%, #243b5e 100%);
    border-color: rgba(79, 172, 254, 0.25);
    color: #fff;
    padding: 1.5rem;
}

.lp-tourism-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 107, 74, 0.22), transparent 45%),
        radial-gradient(circle at 10% 90%, rgba(79, 172, 254, 0.18), transparent 40%);
    pointer-events: none;
}

.lp-tourism-layout {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
}

.lp-tourism-icon-wrap {
    flex-shrink: 0;
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 107, 74, 0.25), rgba(245, 200, 66, 0.2));
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.lp-tourism-body {
    flex: 1;
    min-width: 0;
}

.lp-tourism-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.55rem;
    padding-bottom: 0.45rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.12);
    position: relative;
}

.lp-tourism-title::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 3.5rem;
    height: 2px;
    background: linear-gradient(90deg, var(--gq-gold), var(--gq-coral));
    border-radius: 2px;
}

.lp-tourism-desc {
    font-size: 0.88rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 0.85rem;
}

.lp-tourism-footnote {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.75rem 0.9rem;
    border-radius: 12px;
    background: rgba(245, 200, 66, 0.12);
    border: 1px solid rgba(245, 200, 66, 0.28);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.7;
    color: #fde68a;
}

.lp-tourism-footnote-icon {
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.gq-icon-gold { color: var(--gq-gold); }

@media (max-width: 640px) {
    .lp-tourism-layout {
        flex-direction: column;
        align-items: stretch;
    }

    .lp-tourism-icon-wrap {
        width: 2.75rem;
        height: 2.75rem;
    }
}

/* Legacy dark panel (cafe/other) */
.lp-panel--dark {
    background: linear-gradient(135deg, var(--gq-indigo-deep), var(--gq-indigo));
    border-color: var(--gq-indigo-mid);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.lp-panel--dark::before {
    content: '';
    position: absolute;
    top: -50%; right: -20%;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(255,107,74,0.2), transparent 70%);
    pointer-events: none;
}

.lp-panel--dark .lp-section-title {
    color: white;
    border-bottom: none;
}

.lp-panel--dark .lp-section-title::after {
    background: linear-gradient(90deg, var(--gq-gold), var(--gq-coral));
}

.lp-panel--dark p { font-size: 0.9rem; opacity: 0.9; line-height: 1.8; margin-bottom: 0.5rem; position: relative; }
.lp-tourism-note { font-size: 0.85rem; color: var(--gq-gold); font-weight: 600; position: relative; }

/* Rules */
.lp-rules-groups {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.lp-rules-group {
    padding: 1rem;
    border-radius: var(--gq-radius-sm);
    border: var(--lp-surface-border-width) solid transparent;
}

.lp-rules-group--forbidden {
    background: #fff5f5;
    border-color: #fecaca;
}

.lp-rules-group--allowed {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.lp-rules-group-title {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.lp-rules-group--forbidden .lp-rules-group-title {
    color: #b91c1c;
}

.lp-rules-group--forbidden .lp-rules-group-title .gq-icon {
    color: #dc2626;
}

.lp-rules-group--allowed .lp-rules-group-title {
    color: #047857;
}

.lp-rules-group--allowed .lp-rules-group-title .gq-icon {
    color: var(--gq-green);
}

.lp-rules-chips {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.lp-rules-group .lp-rules-chips {
    margin-bottom: 0;
}

.lp-rule-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    transition: var(--gq-transition);
}

.lp-rule-chip:hover { transform: translateY(-1px); }

.lp-rule-chip.forbidden { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.lp-rule-chip.allowed { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.lp-rule-chip.forbidden .gq-icon { color: #dc2626; }
.lp-rule-chip.allowed .gq-icon { color: var(--gq-green); }

.lp-rules-note {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: var(--lp-surface-border-width) solid #fde68a;
    border-radius: var(--gq-radius-sm);
    padding: 1.25rem;
    font-size: 0.85rem;
    line-height: 1.8;
    color: #78350f;
    margin-top: 0.5rem;
}

.lp-rules-note-line + .lp-rules-note-line {
    margin-top: 0.65rem;
}

/* Cancellation */
.lp-cancel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
    margin-bottom: 0.75rem;
}

.lp-cancel-card {
    background: var(--gq-white);
    border: var(--lp-surface-border-width) solid var(--lp-surface-border);
    border-radius: var(--gq-radius-sm);
    padding: 1.35rem;
    transition: background 0.15s, border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.lp-cancel-card:hover {
    border-color: var(--lp-accent-line);
    box-shadow: var(--lp-shadow-hover);
    transform: translateY(-2px);
}

.lp-cancel-card h4 {
    font-weight: 700;
    color: var(--gq-indigo);
    margin-bottom: 0.85rem;
    font-size: 0.95rem;
}

.lp-cancel-rule {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.82rem;
    gap: 0.75rem;
}

.lp-cancel-rule:last-child { border-bottom: none; }
.lp-cancel-penalty { font-weight: 700; color: var(--gq-red); white-space: nowrap; font-size: 0.78rem; }

.lp-cancel-note {
    background: var(--gq-bg);
    border: var(--lp-surface-border-width) solid var(--lp-surface-border);
    border-right: 4px solid var(--gq-coral);
    padding: 0.9rem 1.15rem;
    font-size: 0.82rem;
    color: var(--gq-muted);
    line-height: 1.7;
    margin-bottom: 0.75rem;
    border-radius: var(--gq-radius-sm);
}

.lp-cancel-note:last-child {
    margin-bottom: 0;
}

/* Booking */
.lp-booking-layout {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
}

.lp-offer-banner {
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border: var(--lp-surface-border-width) solid #fed7aa;
    color: #9a3412;
    border-radius: var(--gq-radius-sm);
    padding: 1rem 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.lp-booking-summary {
    border: var(--lp-surface-border-width) solid var(--lp-surface-border);
    border-radius: var(--gq-radius-sm);
    padding: 1.75rem;
    min-height: 360px;
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
    display: flex;
    flex-direction: column;
}

.lp-booking-summary-empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.85rem;
    color: var(--gq-muted);
    padding: 2rem 1rem;
}

.lp-booking-summary-empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff5f0, #ffe8e0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-booking-summary-empty p {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--gq-indigo);
    line-height: 1.8;
    max-width: 320px;
}

.lp-booking-summary-empty span {
    font-size: 0.82rem;
    line-height: 1.75;
    max-width: 360px;
}

.lp-booking-summary-content h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--gq-indigo-deep);
    margin-bottom: 1rem;
}

.lp-summary-meta-row {
    display: flex;
    align-items: stretch;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
}

.lp-summary-meta-row .lp-summary-meta-item {
    flex: 1;
    min-width: 108px;
}

.lp-summary-rooms-row {
    display: grid;
    grid-template-columns: repeat(var(--room-count, 1), minmax(0, 1fr));
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.lp-summary-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.lp-summary-meta.lp-summary-dates {
    grid-template-columns: repeat(2, 1fr);
}

.lp-summary-meta-item {
    background: var(--gq-white);
    border: 1px solid var(--gq-border);
    border-radius: var(--gq-radius-sm);
    padding: 0.75rem 0.65rem;
    text-align: center;
}

.lp-summary-meta-item span {
    display: block;
    font-size: 0.72rem;
    color: var(--gq-muted);
    margin-bottom: 0.2rem;
}

.lp-summary-meta-item strong {
    font-size: 0.88rem;
    color: var(--gq-indigo);
}

.lp-summary-rooms-row .lp-summary-room-card {
    background: var(--gq-white);
    border: 1px solid var(--gq-border);
    border-radius: var(--gq-radius-sm);
    padding: 0.8rem 0.75rem;
    min-width: 0;
}

.lp-summary-room-card {
    background: var(--gq-white);
    border: 1px solid var(--gq-border);
    border-radius: var(--gq-radius-sm);
    padding: 0.9rem 1rem;
}

.lp-summary-room-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--gq-indigo);
    margin-bottom: 0.35rem;
    line-height: 1.45;
}

.lp-summary-rooms-row .lp-summary-room-title {
    font-size: 0.78rem;
}

.lp-summary-room-price {
    font-size: 0.78rem;
    color: var(--gq-coral);
    font-weight: 700;
    line-height: 1.4;
}

.lp-summary-room-total {
    margin-top: 0.35rem;
    font-size: 0.74rem;
    color: var(--gq-muted);
    line-height: 1.4;
}

.lp-summary-preview {
    margin-top: 0.25rem;
    padding: 0.85rem 1rem;
    border-radius: var(--gq-radius-sm);
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border: 1px solid #fed7aa;
    color: #9a3412;
    font-size: 0.88rem;
    font-weight: 700;
    text-align: center;
}

.lp-booking-panel {
    background: var(--gq-white);
    border: var(--lp-surface-border-width) solid var(--lp-surface-border);
    border-radius: var(--gq-radius-sm);
    padding: 1.75rem;
    position: sticky;
    top: calc(var(--gq-header) + 60px);
    transition: border-color 0.15s, box-shadow 0.15s;
}

.lp-booking-panel:hover {
    border-color: var(--lp-accent-line);
    box-shadow: var(--lp-shadow-hover);
}

.lp-booking-panel h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--gq-indigo-deep);
    margin-bottom: 0.3rem;
}

.lp-booking-hint { font-size: 0.8rem; color: var(--gq-muted); margin-bottom: 1.15rem; line-height: 1.6; }

.lp-availability-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 1rem;
    padding: 0.7rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(201, 169, 98, 0.45);
    background: linear-gradient(135deg, rgba(255, 251, 242, 0.98), rgba(255, 255, 255, 0.98));
    box-shadow: 0 2px 10px rgba(15, 26, 46, 0.05);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--gq-indigo);
    line-height: 1.5;
    text-align: center;
}

.lp-availability-badge[hidden] {
    display: none !important;
}

.lp-availability-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gq-green);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.18);
    flex-shrink: 0;
}

.lp-availability-badge.is-empty {
    border-color: rgba(239, 68, 68, 0.35);
    background: linear-gradient(135deg, rgba(255, 247, 247, 0.98), rgba(255, 255, 255, 0.98));
    color: var(--gq-red);
}

.lp-availability-badge.is-empty::before {
    background: var(--gq-red);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

.lp-availability-note {
    margin: 0 0 1rem;
}

.lp-availability-note__text {
    margin: 0;
    font-size: 0.85rem;
    color: var(--gq-muted);
    line-height: 1.6;
}

.lp-availability-note__text.is-empty {
    color: var(--gq-red);
}

.lp-booking-step.is-disabled {
    opacity: 0.55;
    pointer-events: none;
    user-select: none;
}

.lp-booking-step.is-disabled .lp-form-control {
    cursor: not-allowed;
}

.lp-booking-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.lp-booking-contact-actions .lp-btn.is-disabled,
.lp-booking-contact-actions .lp-btn.is-disabled:hover {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.lp-form-group { margin-bottom: 0.9rem; }
.lp-form-group label { display: block; font-size: 0.8rem; font-weight: 600; margin-bottom: 0.3rem; color: var(--gq-indigo); }
.lp-form-group label .required { color: var(--gq-red); }

.lp-form-control {
    width: 100%;
    padding: 0.65rem 0.9rem;
    border: 1.5px solid var(--gq-border);
    border-radius: var(--gq-radius-sm);
    font-family: inherit;
    font-size: 0.9rem;
    background: var(--gq-white);
    transition: var(--gq-transition);
}

.lp-form-control:focus {
    outline: none;
    border-color: var(--gq-coral);
    box-shadow: 0 0 0 3px var(--gq-coral-glow);
}

.lp-date-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; }

.lp-room-type-fields {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.lp-jalali-date {
    cursor: pointer;
    padding: 0.58rem 0.85rem;
    padding-left: 2.45rem;
    font-size: 0.9rem;
    font-weight: 500;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ff6b4a' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 18px 18px;
}

.lp-jalali-date:focus {
    border-color: var(--gq-coral);
    box-shadow: 0 0 0 3px var(--gq-coral-glow);
}

/* ===== Persian Datepicker — کهکشان theme ===== */
.datepicker-container {
    z-index: 10050 !important;
}

.datepicker-plot-area {
    width: 350px !important;
    min-width: 350px !important;
    padding: 0 !important;
    border: 1px solid var(--gq-border) !important;
    border-radius: var(--gq-radius) !important;
    box-shadow: var(--gq-shadow-lg) !important;
    font-family: 'Vazir', Tahoma, sans-serif !important;
    overflow: hidden !important;
    background: var(--gq-white) !important;
    animation: gq-datepicker-in 0.12s ease-out;
}

@keyframes gq-datepicker-in {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.datepicker-plot-area .datepicker-navigator {
    background: linear-gradient(135deg, var(--gq-indigo) 0%, var(--gq-indigo-mid) 100%);
    padding: 1rem 0.75rem;
    margin: 0;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev,
.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
    font-size: 1.15rem !important;
    transition: var(--gq-transition);
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover {
    background: rgba(255, 255, 255, 0.28) !important;
    transform: scale(1.05);
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
    height: 42px !important;
    line-height: 42px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: transparent !important;
    letter-spacing: 0.02em;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: var(--gq-radius-sm);
}

.datepicker-plot-area .datepicker-day-view .month-grid-box {
    min-height: auto !important;
    margin: 0 !important;
    padding: 1rem 0.85rem 0.35rem !important;
    overflow: hidden;
    box-sizing: border-box;
}

.datepicker-plot-area .datepicker-day-view .table-days {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header {
    padding-bottom: 0.65rem !important;
    border-bottom: 1px solid var(--gq-border);
    margin-bottom: 0.5rem;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
    width: 14.285714% !important;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: var(--gq-muted) !important;
    box-sizing: border-box !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td {
    width: 14.285714% !important;
    height: auto !important;
    padding: 3px 2px !important;
    box-sizing: border-box !important;
    vertical-align: middle !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 40px !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    line-height: 1 !important;
    margin: 0 auto !important;
    border-radius: 12px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    transition: var(--gq-transition) !important;
    background: transparent !important;
    color: var(--gq-text) !important;
    text-shadow: none !important;
    box-sizing: border-box !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span {
    background: transparent !important;
    color: #cbd5e1 !important;
    opacity: 0.65;
    cursor: not-allowed !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td span.other-month {
    color: #cbd5e1 !important;
    background: transparent !important;
    font-weight: 500 !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td.today span {
    background: rgba(79, 172, 254, 0.14) !important;
    color: var(--gq-indigo) !important;
    box-shadow: inset 0 0 0 2px rgba(79, 172, 254, 0.55) !important;
    text-shadow: none !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.datepicker-plot-area .datepicker-month-view .month-item.selected,
.datepicker-plot-area .datepicker-year-view .year-item.selected {
    background: linear-gradient(135deg, var(--gq-coral), var(--gq-coral-dark)) !important;
    color: #fff !important;
    box-shadow: 0 4px 16px var(--gq-coral-glow) !important;
    text-shadow: none !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td span:hover,
.datepicker-plot-area .datepicker-month-view .month-item:hover,
.datepicker-plot-area .datepicker-year-view .year-item:hover {
    background: rgba(255, 107, 74, 0.14) !important;
    color: var(--gq-coral-dark) !important;
    text-shadow: none !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span:hover {
    background: linear-gradient(135deg, var(--gq-coral), var(--gq-coral-dark)) !important;
    color: #fff !important;
}

.datepicker-plot-area .toolbox {
    padding: 0.85rem 1.1rem 1.1rem !important;
    margin: 0 !important;
    border-top: 1px solid var(--gq-border);
    background: linear-gradient(180deg, var(--gq-bg) 0%, #fff 100%);
}

.datepicker-plot-area .toolbox .pwt-btn-today {
    background: linear-gradient(135deg, var(--gq-indigo), var(--gq-indigo-mid)) !important;
    color: #fff !important;
    border-radius: var(--gq-radius-sm) !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 1.35rem !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    min-width: 88px !important;
    font-family: inherit !important;
    box-shadow: 0 4px 12px rgba(26, 43, 74, 0.2);
    transition: var(--gq-transition);
}

.datepicker-plot-area .toolbox .pwt-btn-today:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(26, 43, 74, 0.28);
}

.datepicker-plot-area .datepicker-month-view,
.datepicker-plot-area .datepicker-year-view {
    padding: 1rem 1.1rem !important;
    min-height: 300px !important;
}

.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item {
    height: 58px !important;
    line-height: 58px !important;
    border-radius: var(--gq-radius-sm) !important;
    font-size: 1.02rem !important;
    font-weight: 600 !important;
    margin: 5px 0 !important;
    transition: var(--gq-transition);
}

.datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable {
    background: transparent !important;
    color: #cbd5e1 !important;
}

.datepicker-plot-area * {
    font-family: 'Vazir', Tahoma, sans-serif !important;
}

@media (max-width: 480px) {
    .datepicker-plot-area {
        width: min(340px, calc(100vw - 24px)) !important;
        min-width: min(340px, calc(100vw - 24px)) !important;
    }

    .datepicker-plot-area .datepicker-day-view .table-days td span {
        max-width: 36px !important;
        font-size: 0.9rem !important;
    }
}

.lp-room-info {
    display: none;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border: 1px solid #fed7aa;
    padding: 0.65rem 0.9rem;
    border-radius: var(--gq-radius-sm);
    font-size: 0.8rem;
    color: #9a3412;
    margin-bottom: 0.85rem;
    font-weight: 600;
}

.lp-price-result {
    background: var(--gq-white);
    border: 1px solid var(--gq-border);
    border-radius: var(--gq-radius-sm);
    padding: 1rem;
    display: none;
}

.lp-price-result.visible { display: block; }

.lp-price-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.82rem;
    padding: 0.25rem 0;
    color: var(--gq-muted);
}

.lp-price-total {
    display: flex;
    justify-content: space-between;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--gq-coral);
    padding-top: 0.65rem;
    margin-top: 0.4rem;
    border-top: 2px solid var(--gq-border);
}

.lp-offer-tag {
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border: 1px solid #fed7aa;
    color: #9a3412;
    padding: 0.5rem 0.75rem;
    border-radius: var(--gq-radius-sm);
    font-size: 0.78rem;
    font-weight: 600;
    margin-top: 0.6rem;
    display: none;
    align-items: center;
    gap: 0.4rem;
}

.lp-offer-tag.visible { display: flex; }

.lp-terms {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 0.9rem 0;
    font-size: 0.8rem;
    line-height: 1.6;
    color: var(--gq-muted);
}

.lp-terms input { margin-top: 3px; accent-color: var(--gq-coral); flex-shrink: 0; }

.lp-form-actions { display: flex; gap: 0.45rem; margin-bottom: 0.85rem; }
.lp-form-actions .lp-btn { flex: 1; }

/* Footer — GalaxyTrip style */
.lp-footer {
    position: relative;
    z-index: 1;
    margin-top: 2.5rem;
    padding: 3rem 1.25rem 0;
    color: #fff;
    background: linear-gradient(180deg, #0b1a33 0%, #0a1628 100%);
    overflow: hidden;
}

.lp-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(30, 86, 160, 0.15), transparent 70%);
    pointer-events: none;
}

.lp-footer-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.lp-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.85fr) minmax(0, 0.85fr) minmax(0, 1.1fr);
    gap: 2rem 2.25rem;
    align-items: start;
}

.lp-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.lp-footer-brand-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.lp-footer-logo {
    display: inline-block;
    width: fit-content;
    flex-shrink: 0;
}

.lp-footer-logo .lp-logo-badge__inner {
    padding: 7px 16px;
    min-height: 48px;
}

.lp-footer-brand-name {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.lp-footer-tagline {
    margin: 0;
    max-width: 260px;
    font-size: 0.82rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.55);
}

.lp-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.lp-footer-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: background var(--gq-transition), border-color var(--gq-transition), transform var(--gq-transition);
}

.lp-footer-social-btn svg,
.lp-footer-social-btn .gq-icon {
    width: 18px;
    height: 18px;
}

.lp-footer-social-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    color: #fff;
}

.lp-footer-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0;
}

.lp-footer-trust-embed img {
    max-height: 86px;
    width: auto;
    border-radius: 8px;
}

.lp-trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 72px;
    min-height: 78px;
    padding: 0.5rem 0.4rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: background var(--gq-transition), border-color var(--gq-transition);
}

.lp-trust-badge:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
}

.lp-trust-badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
}

.lp-trust-badge--enamad .lp-trust-badge-icon {
    background: linear-gradient(135deg, #1e56a0, #3b82f6);
    color: #fff;
}

.lp-trust-badge--zarinpal .lp-trust-badge-icon {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1e293b;
}

.lp-trust-badge-label {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 1.3;
}

.lp-footer-col {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.lp-footer-heading {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.lp-footer-heading-svg {
    width: 16px;
    height: 16px;
    color: var(--gq-gold);
    flex-shrink: 0;
}

.lp-footer-col a {
    display: block;
    padding: 0.22rem 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.84rem;
    text-decoration: none;
    transition: color var(--gq-transition), padding-right var(--gq-transition);
}

.lp-footer-col a:hover {
    color: #fff;
    padding-right: 4px;
}

.lp-footer-newsletter {
    position: relative;
    padding: 1.25rem 1.1rem 1.1rem;
    border-radius: 16px;
    border: 1px solid rgba(59, 130, 246, 0.28);
    background: rgba(8, 20, 42, 0.72);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}

.lp-footer-newsletter-badge {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #86efac;
    font-size: 0.65rem;
    font-weight: 700;
}

.lp-footer-newsletter-title {
    margin: 0 0 0.5rem;
    padding-inline-end: 5.5rem;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.55;
    color: #fff;
}

.lp-footer-newsletter-lead {
    margin: 0 0 1rem;
    font-size: 0.8rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.58);
}

.lp-footer-newsletter-form {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
}

.lp-footer-newsletter-input {
    flex: 1;
    min-width: 0;
    padding: 0.72rem 0.85rem;
    border: none;
    border-radius: 12px;
    background: #fff;
    color: #1e293b;
    font: inherit;
    font-size: 0.88rem;
    direction: ltr;
    text-align: left;
}

.lp-footer-newsletter-input:focus {
    outline: 2px solid rgba(16, 185, 129, 0.45);
}

.lp-footer-newsletter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0 1rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(34, 197, 94, 0.35);
    transition: transform var(--gq-transition), box-shadow var(--gq-transition);
}

.lp-footer-newsletter-btn svg {
    width: 16px;
    height: 16px;
}

.lp-footer-newsletter-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.45);
}

.lp-footer-bottom {
    position: relative;
    margin-top: 2.5rem;
    padding: 1rem 1.25rem 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.15);
}

.lp-footer-bottom-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.lp-footer-copy,
.lp-footer-meta {
    margin: 0;
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.6;
}

.lp-footer-meta-sep {
    margin: 0 0.45rem;
    opacity: 0.5;
}

/* Toast */
.lp-toast-wrap {
    position: fixed;
    top: calc(var(--gq-header) + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 90%;
    max-width: 420px;
}

.lp-toast {
    padding: 0.8rem 1.1rem;
    border-radius: var(--gq-radius-sm);
    margin-bottom: 0.4rem;
    font-size: 0.85rem;
    box-shadow: var(--gq-shadow-lg);
    backdrop-filter: blur(8px);
}

.lp-toast.success { background: rgba(236,253,245,0.95); color: #047857; border: 1px solid #a7f3d0; }
.lp-toast.error { background: rgba(254,242,242,0.95); color: #b91c1c; border: 1px solid #fecaca; }

/* Animations */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.lp-intro-card, .lp-feature-card, .lp-distance-card {
    animation: fadeUp 0.5s ease both;
}

.lp-intro-card:nth-child(2) { animation-delay: 0.05s; }
.lp-intro-card:nth-child(3) { animation-delay: 0.1s; }
.lp-intro-card:nth-child(4) { animation-delay: 0.15s; }
.lp-intro-card:nth-child(5) { animation-delay: 0.2s; }

/* Responsive */
@media (max-width: 1024px) {
    .lp-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .lp-intro-grid { grid-template-columns: repeat(3, 1fr); }
    .lp-features-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-booking-layout { grid-template-columns: 1fr; }
    .lp-booking-panel { position: static; }
    .lp-summary-meta-row { flex-direction: column; }
    .lp-summary-rooms-row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.25rem;
        scrollbar-width: thin;
    }
    .lp-summary-rooms-row .lp-summary-room-card {
        flex: 0 0 min(78vw, 220px);
    }
    .lp-summary-meta { grid-template-columns: 1fr; }
    .lp-cancel-grid { grid-template-columns: 1fr; }
    .lp-rules-chips { grid-template-columns: repeat(2, 1fr); }
    .lp-footer-grid { grid-template-columns: 1fr 1fr; }
    .lp-lightbox-prev { right: 0.5rem; top: auto; bottom: calc(100% + 10px); transform: none; }
    .lp-lightbox-next { left: 0.5rem; top: auto; bottom: calc(100% + 10px); transform: none; }
}

@media (max-width: 640px) {
    .lp-header-inner {
        grid-template-columns: 1fr auto 1fr;
        padding: 10px 1rem;
        gap: 0.75rem;
    }

    .lp-header-brand {
        grid-column: 2;
        justify-self: center;
    }

    .lp-nav { display: none; }

    .lp-header-actions {
        grid-column: 3;
        justify-self: end;
        gap: 0.45rem;
    }

    .lp-menu-btn { display: block; grid-column: 1; justify-self: start; }

    .nav-lang-toggle {
        min-width: var(--lp-nav-control-h);
        padding: 0 8px;
        gap: 1px;
    }

    .nav-lang-chevron {
        width: 12px;
        height: 12px;
    }

    .nav-support {
        padding: 0 12px;
        font-size: 0.8rem;
    }

    .nav-auth {
        padding: 2px 0;
        font-size: 0.8rem;
        gap: 4px;
    }

    .nav-auth__icon {
        width: 20px;
        height: 20px;
    }

    .nav-auth__label {
        max-width: 5.5rem;
    }

    :root {
        --lp-nav-control-h: 36px;
    }

    .lp-logo-badge {
        border-radius: 16px;
        padding: 3px;
    }

    .lp-logo-badge__inner {
        border-radius: 12px;
        padding: 5px 11px;
        min-height: 40px;
    }

    .lp-logo-badge .lp-logo-img,
    .lp-logo-badge .auth-modal-logo,
    .lp-logo-badge .brand-logo {
        height: 32px;
        max-width: min(140px, 42vw);
    }

    .lp-logo-badge .lp-footer-logo-img {
        height: 36px;
    }

    .lp-logo-img {
        height: 38px;
        max-width: min(150px, 42vw);
    }
    .lp-menu-grid { grid-template-columns: 1fr; }
    .lp-intro-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-features-grid { grid-template-columns: 1fr; }
    .lp-distance-grid { grid-template-columns: 1fr; }
    .lp-rules-chips { grid-template-columns: 1fr; }
    .lp-check-list { grid-template-columns: 1fr; }
    .lp-check-list li:last-child:nth-child(odd) { grid-column: auto; }
    .lp-hero-showcase { padding: 0 1rem 2.25rem; }
    .lp-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.55rem;
    }
    .lp-stat {
        padding: 0.8rem 0.35rem;
        border-radius: 14px;
    }
    .lp-gallery-frame {
        padding: 0.45rem;
        border-radius: 20px;
    }
    .lp-gallery-thumb {
        flex: 0 0 76px;
        height: 54px;
    }
    .lp-footer-grid { grid-template-columns: 1fr; }
    .lp-footer-newsletter-title { padding-inline-end: 0; padding-top: 1.6rem; }
    .lp-footer-bottom-inner { flex-direction: column; text-align: center; }
    .lp-gallery-main { aspect-ratio: 4/3; }
    .lp-logo-img { height: 38px; }
    .lp-panel { padding: 1.15rem 1rem; border-radius: 18px; }
}
