*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
    --background: hsl(42, 15%, 97%);
    --foreground: hsl(30, 15%, 15%);
    --card: #be976c21;
    --primary: hsl(140, 35%, 25%);
    --primary-foreground: hsl(45, 25%, 95%);
    --primary-glow: hsl(140, 45%, 35%);
    --secondary: hsl(25, 35%, 35%);
    --muted: hsl(40, 20%, 88%);
    --muted-foreground: hsl(30, 15%, 45%);
    --accent: hsl(45, 85%, 55%);
    --accent-glow: hsl(42, 90%, 60%);
    --accent-foreground: hsl(30, 15%, 15%);
    --adventure: hsl(25, 85%, 55%);
    --adventure-foreground: hsl(45, 25%, 95%);
    --border: hsl(40, 20%, 85%);
    --magic: hsl(128, 28%, 38%);
    --radius: 0.75rem;
}
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: var(--background); color: var(--foreground); min-height: 100vh; }
.nav { position: sticky; top: 0; z-index: 50; background: hsla(42, 15%, 97%, 0.97); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); height: 64px; }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 100%; }
.nav-logo { font-size: 1.35rem; font-weight: 700; background: linear-gradient(135deg, var(--primary-glow), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-decoration: none; white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 0.15rem; }
.nav-link { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.45rem 0.75rem; border-radius: 999px; font-size: 0.8125rem; font-weight: 500; color: var(--foreground); text-decoration: none; border: 1px solid transparent; transition: all 0.2s; white-space: nowrap; }
.nav-link:hover, .nav-link.active { border-color: var(--border); background: var(--card); }
.nav-link svg { width: 14px; height: 14px; opacity: 0.7; }
.btn-login { display: inline-flex; align-items: center; padding: 0.4rem 1rem; border: 1px solid var(--foreground); border-radius: 6px; background: transparent; color: var(--foreground); font-size: 0.8125rem; font-weight: 500; cursor: pointer; text-decoration: none; transition: all 0.2s; }
.btn-login:hover { background: var(--foreground); color: var(--background); }
.nav-cart { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; color: var(--foreground); text-decoration: none; border-radius: 6px; transition: background 0.2s; }
.nav-cart:hover { background: var(--card); }
.nav-cart svg { width: 18px; height: 18px; }
.nav-mobile-toggle { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; border: none; background: none; cursor: pointer; color: var(--foreground); }
.nav-mobile-toggle svg { width: 24px; height: 24px; }
.nav-mobile-menu { display: none; background: var(--background); border-bottom: 1px solid var(--border); padding: 1rem 1.5rem; }
.nav-mobile-menu.open { display: flex; flex-direction: column; gap: 0.25rem; }
.nav-mobile-menu .nav-link { width: 100%; padding: 0.65rem 1rem; border-radius: 8px; }
.nav-mobile-menu .mobile-actions { display: flex; gap: 0.5rem; margin-top: 0.5rem; padding-top: 0.75rem; border-top: 1px solid var(--border); }
.hero-breadcrumb { background: linear-gradient(to right, hsla(140, 35%, 25%, 0.85), hsla(25, 35%, 35%, 0.7)), linear-gradient(180deg, hsl(140, 35%, 25%), hsl(25, 35%, 35%)); padding: 4rem 2rem; text-align: center; }
.hero-breadcrumb h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; color: var(--primary-foreground); margin-bottom: 0.75rem; }
.hero-breadcrumb p { font-size: clamp(0.9375rem, 2vw, 1.125rem); color: hsla(45, 25%, 95%, 0.85); max-width: 600px; margin: 0 auto; line-height: 1.6; }
.hero-breadcrumb .breadcrumb { display: flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 0.875rem; color: hsla(45, 25%, 95%, 0.7); }
.hero-breadcrumb .breadcrumb a { color: hsla(45, 25%, 95%, 0.85); text-decoration: none; transition: color 0.2s; }
.hero-breadcrumb .breadcrumb a:hover { color: var(--accent); }
/* FOOTER */
.footer { background: var(--primary); color: var(--primary-foreground); padding: 3rem 0 0; }
.footer-main { max-width: 1200px; margin: 0 auto; padding: 0 2rem 2.5rem; display: grid; grid-template-columns: 1.2fr 0.8fr 1fr; gap: 3rem; }
.footer-brand-title { font-size: 1.35rem; font-weight: 700; color: var(--accent); margin-bottom: 0.75rem; }
.footer-brand-desc { font-size: 0.875rem; color: hsla(45, 25%, 95%, 0.75); line-height: 1.6; margin-bottom: 1.25rem; }
.footer-socials { display: flex; gap: 0.5rem; margin-bottom: 1.5rem; }
.footer-social { width: 36px; height: 36px; border-radius: 50%; background: var(--adventure); display: flex; align-items: center; justify-content: center; color: var(--adventure-foreground); text-decoration: none; transition: opacity 0.2s; }
.footer-social:hover { opacity: 0.8; }
.footer-social svg { width: 16px; height: 16px; }
.footer-col-title { font-size: 1rem; font-weight: 700; color: var(--accent); margin-bottom: 1rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links a { font-size: 0.875rem; color: hsla(45, 25%, 95%, 0.75); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--accent); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 0.5rem; margin-bottom: 0.75rem; font-size: 0.875rem; color: hsla(45, 25%, 95%, 0.75); }
.footer-contact-item svg { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; color: var(--accent); }
.footer-bottom { border-top: 1px solid hsla(45, 25%, 95%, 0.15); padding: 1.25rem 2rem; max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem; }
.footer-copyright { font-size: 0.8125rem; color: hsla(45, 25%, 95%, 0.5); }
.footer-copyright a { color: hsla(45, 25%, 95%, 0.4); text-decoration: none; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-legal a { font-size: 0.8125rem; color: hsla(45, 25%, 95%, 0.6); text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: var(--accent); text-decoration: underline; }
@media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-mobile-toggle { display: flex; }
    .footer-main { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .footer-legal { justify-content: center; }
    .cta-card { padding: 2rem 1.5rem; }
}
/* ===== CONTENT ===== */
.content-section { max-width: 900px; margin: 3rem auto; background: hsl(40, 15%, 93%); border-radius: calc(var(--radius) + 4px); padding: 2rem; }
.content-card { background: hsl(42, 15%, 97%); border: none; border-radius: var(--radius); padding: 2.5rem 3rem; box-shadow: 0 1px 3px hsla(30, 15%, 15%, 0.04); }
.content-card h2 { font-size: 1.75rem; font-weight: 700; color: var(--foreground); margin-bottom: 1.25rem; }
.content-card h3 { font-size: 1.25rem; font-weight: 700; color: var(--foreground); margin-top: 2rem; margin-bottom: 0.75rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.content-card p, .content-card li { font-size: 0.9375rem; color: var(--muted-foreground); line-height: 1.7; margin-bottom: 0.75rem; }
.content-card p:last-child { margin-bottom: 0; }
.content-card ul { padding-left: 1.5rem; margin-bottom: 1rem; }
.content-card li { margin-bottom: 0.4rem; }
.content-card .last-updated { font-size: 0.8125rem; color: var(--muted-foreground); font-style: italic; margin-bottom: 1.5rem; }
/* ===== TERMS CONTENT ===== */
.terms-content { padding: 3rem 0; }
.terms-content .container { max-width: 900px; margin: 0 auto; padding: 0 2rem; }
.terms-wrapper { display: flex; flex-direction: column; gap: 1.5rem; }
/* Custom terms content from DB */
.custom-terms-content { background: var(--card); border-radius: var(--radius); padding: 2.5rem 3rem; box-shadow: 0 1px 3px hsla(30, 15%, 15%, 0.04); font-size: 0.9375rem; color: var(--muted-foreground); line-height: 1.7; }
/* Not published message */
.not-published-message { background: var(--card); border-radius: var(--radius); padding: 2.5rem 3rem; box-shadow: 0 1px 3px hsla(30, 15%, 15%, 0.04); text-align: center; }
.message-header { display: flex; flex-direction: column; align-items: center; gap: 1rem; margin-bottom: 1.25rem; }
.message-header .message-icon { color: var(--accent); }
.message-header h3 { font-size: 1.25rem; font-weight: 700; color: var(--foreground); }
.message-content p { font-size: 0.9375rem; color: var(--muted-foreground); line-height: 1.7; margin-bottom: 0.5rem; }
/* Contact section */
.contact-section.always-visible { background: var(--card); border-radius: var(--radius); padding: 2rem 2.5rem; box-shadow: 0 1px 3px hsla(30, 15%, 15%, 0.04); }
.contact-section h4 { font-size: 1.05rem; font-weight: 700; color: var(--foreground); margin-bottom: 1rem; line-height: 1.5; }
.merchant-contact { display: flex; flex-direction: column; gap: 0.4rem; }
.merchant-contact p { font-size: 0.9375rem; color: var(--muted-foreground); line-height: 1.6; }
.merchant-contact a { color: var(--primary); text-decoration: underline; transition: color 0.2s; }
.merchant-contact a:hover { color: var(--primary-glow); }
/* Support section */
.support-section.always-visible { background: var(--card); border-radius: var(--radius); padding: 2rem 2.5rem; box-shadow: 0 1px 3px hsla(30, 15%, 15%, 0.04); }
.support-section h4 { font-size: 1.05rem; font-weight: 700; color: var(--foreground); margin-bottom: 0.75rem; }
.support-section > p { font-size: 0.9375rem; color: var(--muted-foreground); line-height: 1.6; margin-bottom: 1rem; }
.support-links { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.support-link { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.65rem 1.25rem; border-radius: 8px; background: var(--primary); color: var(--primary-foreground); font-size: 0.875rem; font-weight: 500; text-decoration: none; transition: all 0.2s; }
.support-link:hover { background: var(--primary-glow); }
.support-link svg { flex-shrink: 0; }
/* Platform terms section */
.platform-terms-section.always-visible { background: var(--card); border-radius: var(--radius); padding: 2rem 2.5rem; box-shadow: 0 1px 3px hsla(30, 15%, 15%, 0.04); }
.platform-terms-section h4 { font-size: 1.05rem; font-weight: 700; color: var(--foreground); margin-bottom: 0.75rem; }
.platform-terms-section > p { font-size: 0.9375rem; color: var(--muted-foreground); line-height: 1.6; margin-bottom: 1rem; }
@media (max-width: 768px) {
    .terms-content .container { padding: 0 1rem; }
    .custom-terms-content, .not-published-message, .contact-section.always-visible, .support-section.always-visible, .platform-terms-section.always-visible { padding: 1.5rem 1.25rem; }
    .support-links { flex-direction: column; }
    .support-link { justify-content: center; }
}
/* ===== CTA SECTION ===== */
.cta-section {
    padding: 3rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}
.cta-card {
    background: linear-gradient(to right, hsla(140, 35%, 25%, 0.9), hsla(25, 35%, 35%, 0.75));
    border-radius: var(--radius);
    padding: 3rem 2rem;
    text-align: center;
}
.cta-card h3 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    color: var(--primary-foreground);
    margin-bottom: 0.75rem;
}
.cta-card p {
    font-size: 1rem;
    color: hsla(45, 25%, 95%, 0.9);
    margin-bottom: 1.75rem;
    line-height: 1.6;
}
.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: 48px;
    padding: 0 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, hsl(25, 85%, 55%), hsl(45, 85%, 55%));
    color: hsl(45, 25%, 95%);
    box-shadow: 0 8px 24px hsla(35, 75%, 45%, 0.3);
    transition: all 0.3s;
    text-decoration: none;
}
.btn-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 32px hsla(35, 75%, 45%, 0.4);
}
.btn-cta svg { width: 18px; height: 18px; }
/* ===== HERO ===== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    inset: -30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('hero-bg.jpg');
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, hsla(140, 35%, 25%, 0.8), hsla(25, 35%, 35%, 0.6));
}
.hero-content {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
    animation: fadeIn 0.6s ease-out;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.hero-title {
    font-size: clamp(3rem, 7vw, 4.5rem);
    font-weight: 700;
    color: var(--primary-foreground);
    margin-bottom: 1.5rem;
    line-height: 1.1;
}
.hero-title-accent {
    display: block;
    background: linear-gradient(to right, var(--accent), var(--accent-glow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: float 3s ease-in-out infinite;
}
.hero-desc {
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    color: hsla(45, 25%, 95%, 0.9);
    margin-bottom: 2rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}
.btn-adventure {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: 56px;
    padding: 0 3rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, var(--adventure) 0%, var(--accent) 100%);
    color: var(--adventure-foreground);
    box-shadow: 0 10px 30px -10px hsla(35, 75%, 45%, 0.3);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    text-decoration: none;
}
.btn-adventure:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px -10px hsla(35, 75%, 45%, 0.5);
}
.btn-adventure svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
}
.btn-adventure:hover svg {
    transform: rotate(12deg);
}
.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: 56px;
    padding: 0 3rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: var(--primary-foreground);
    box-shadow: 0 0 40px hsla(42, 90%, 60%, 0.3);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    text-decoration: none;
}
.btn-hero:hover {
    transform: scale(1.05);
    box-shadow: 0 0 60px hsla(42, 90%, 60%, 0.5);
}
.btn-hero svg {
    width: 20px;
    height: 20px;
}
.hero-info {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    color: hsla(45, 25%, 95%, 0.8);
    font-size: 0.9375rem;
}
.hero-info-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.hero-info-item svg {
    width: 20px;
    height: 20px;
}
/* ===== GALLERY ===== */
.gallery-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 3rem;
}
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.filter-btn {
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--foreground);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}
.filter-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
}
.filter-btn.active {
    background: var(--foreground);
    color: var(--background);
    border-color: var(--foreground);
}
.gallery-count {
    text-align: center;
    font-size: 0.875rem;
    color: var(--muted-foreground);
    margin-bottom: 1.5rem;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}
.gallery-item {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.gallery-item:hover img {
    transform: scale(1.05);
}
.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, hsla(0,0%,0%,0.4) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s;
}
.gallery-item:hover::after {
    opacity: 1;
}
.gallery-item-title {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    color: white;
    font-size: 0.8125rem;
    font-weight: 600;
    z-index: 1;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s;
}
.gallery-item:hover .gallery-item-title {
    opacity: 1;
    transform: translateY(0);
}
/* ===== LIGHTBOX ===== */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100;
    background: hsla(0, 0%, 0%, 0.9);
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.lightbox.open {
    display: flex;
}
.lightbox-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: hsla(0, 0%, 100%, 0.15);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 101;
}
.lightbox-close:hover {
    background: hsla(0, 0%, 100%, 0.3);
}
.lightbox-close svg { width: 24px; height: 24px; }
.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: hsla(0, 0%, 100%, 0.15);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 101;
}
.lightbox-nav:hover {
    background: hsla(0, 0%, 100%, 0.3);
}
.lightbox-nav svg { width: 28px; height: 28px; }
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }
@media (max-width: 768px) {
    .lightbox-nav { width: 40px; height: 40px; }
    .lightbox-nav svg { width: 22px; height: 22px; }
    .lightbox-prev { left: 0.5rem; }
    .lightbox-next { right: 0.5rem; }
}
.lightbox-content {
    max-width: 90vw;
    max-height: 85vh;
    position: relative;
    text-align: center;
}
.lightbox-content img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: var(--radius);
}
.lightbox-title {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
}
/* BLOG GRID */
.blog-section { max-width: 1200px; margin: 0 auto; padding: 3rem 1.5rem; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.blog-card { background: var(--card); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px hsla(30, 15%, 15%, 0.08); }
.blog-card-img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.blog-card-body { padding: 1.25rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-card-meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; font-size: 0.75rem; color: var(--muted-foreground); }
.blog-card-tag { display: inline-block; padding: 0.2rem 0.6rem; border-radius: 999px; background: var(--primary); color: var(--primary-foreground); font-size: 0.6875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; }
.blog-card-title { font-size: 1.125rem; font-weight: 700; color: var(--foreground); margin-bottom: 0.5rem; line-height: 1.4; }
.blog-card-excerpt { font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.6; flex: 1; }
.blog-card-footer { padding: 0 1.5rem 1.25rem; display: flex; align-items: center; justify-content: space-between; }
.blog-read-more { font-size: 0.8125rem; font-weight: 600; color: var(--primary); text-decoration: none; display: inline-flex; align-items: center; gap: 0.3rem; transition: gap 0.2s; }
.blog-read-more:hover { gap: 0.6rem; }
.blog-read-more svg { width: 14px; height: 14px; }
.blog-empty { grid-column: 1 / -1; text-align: center; padding: 4rem 2rem; background: var(--card); border-radius: var(--radius); border: 1px solid var(--border); }
.blog-empty svg { color: var(--muted-foreground); opacity: 0.5; margin-bottom: 1.25rem; }
.blog-empty h3 { font-size: 1.25rem; font-weight: 700; color: var(--foreground); margin-bottom: 0.5rem; }
.blog-empty p { font-size: 0.9375rem; color: var(--muted-foreground); line-height: 1.6; max-width: 400px; margin: 0 auto; }
/* CONTACT LAYOUT */
.contact-section { max-width: 1100px; margin: 3rem auto; padding: 0 1.5rem; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 1.5rem; }
.contact-card { background: hsl(40, 15%, 93%); border-radius: calc(var(--radius) + 4px); padding: 2rem; }
.contact-inner { background: hsl(42, 15%, 97%); border-radius: var(--radius); padding: 2.5rem 3rem; box-shadow: 0 1px 3px hsla(30, 15%, 15%, 0.04); }
.contact-inner h2 { font-size: 1.5rem; font-weight: 700; color: var(--foreground); margin-bottom: 0.5rem; }
.contact-inner .subtitle { font-size: 0.875rem; color: var(--muted-foreground); margin-bottom: 2rem; line-height: 1.6; }
/* FORM */
.form-group { margin-bottom: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-label { display: block; font-size: 0.8125rem; font-weight: 600; color: var(--foreground); margin-bottom: 0.4rem; }
.form-input, .form-textarea {
    width: 100%;
    padding: 0.65rem 0.9rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--background);
    color: var(--foreground);
    font-size: 0.875rem;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}
.form-input:focus, .form-textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px hsla(140, 35%, 25%, 0.1);
}
.form-input.error, .form-textarea.error {
    border-color: var(--destructive);
}
.form-error { font-size: 0.75rem; color: var(--destructive); margin-top: 0.3rem; display: none; }
.form-error.visible { display: block; }
.form-textarea { resize: vertical; min-height: 120px; }
.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: 44px;
    padding: 0 1.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: var(--primary);
    color: var(--primary-foreground);
    transition: opacity 0.2s;
    width: 100%;
    justify-content: center;
}
.btn-submit:hover { opacity: 0.9; }
.btn-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.btn-submit svg { width: 16px; height: 16px; }
.form-success { display: none; text-align: center; padding: 2rem 1rem; }
.form-success.visible { display: block; }
.form-success svg { width: 48px; height: 48px; color: var(--primary); margin-bottom: 1rem; }
.form-success h3 { font-size: 1.25rem; font-weight: 700; color: var(--foreground); margin-bottom: 0.5rem; }
.form-success p { font-size: 0.875rem; color: var(--muted-foreground); }
/* INFO CARD */
.info-inner { background: linear-gradient(135deg, var(--primary), var(--secondary)); border-radius: var(--radius); padding: 2.5rem 2rem; color: var(--primary-foreground); height: 100%; display: flex; flex-direction: column; }
.info-inner h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }
.info-inner .subtitle { font-size: 0.875rem; color: hsla(45, 25%, 95%, 0.8); margin-bottom: 2rem; line-height: 1.6; }
.info-item { display: flex; gap: 1rem; margin-bottom: 1.75rem; align-items: flex-start; }
.info-icon { width: 40px; height: 40px; border-radius: 50%; background: hsla(45, 25%, 95%, 0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-icon svg { width: 18px; height: 18px; }
.info-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: hsla(45, 25%, 95%, 0.65); margin-bottom: 0.25rem; font-weight: 600; }
.info-value { font-size: 0.9375rem; line-height: 1.5; }
.info-divider { border: none; border-top: 1px solid hsla(45, 25%, 95%, 0.15); margin: 0.5rem 0 1.5rem; }
.info-schedule { margin-top: auto; }
.info-schedule h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.75rem; }
.schedule-row { display: flex; justify-content: space-between; font-size: 0.8125rem; margin-bottom: 0.4rem; }
.schedule-row .day { color: hsla(45, 25%, 95%, 0.7); }
.schedule-row .hours { font-weight: 600; }
 /* TICKETS */
.tickets-section { max-width: 800px; margin: 3rem auto; padding: 0 1.5rem; }
.tickets-wrapper { background: hsl(40, 15%, 93%); border-radius: calc(var(--radius) + 4px); padding: 2rem; }
.tickets-inner { background: hsl(42, 15%, 97%); border-radius: var(--radius); padding: 2rem 2.5rem; box-shadow: 0 1px 3px hsla(30, 15%, 15%, 0.04); }
.tickets-title { font-size: 1.5rem; font-weight: 700; color: var(--foreground); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.5rem; }
.tickets-title svg { width: 24px; height: 24px; color: var(--primary); }
.ticket-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ticket-card { border: 2px solid var(--primary); border-radius: var(--radius); padding: 1.25rem; background: var(--background); position: relative; transition: box-shadow 0.2s; }
.ticket-card:hover { box-shadow: 0 4px 16px hsla(140, 35%, 25%, 0.12); }
.ticket-badge { position: absolute; top: -10px; left: 12px; background: var(--primary); color: var(--primary-foreground); font-size: 0.7rem; font-weight: 600; padding: 2px 10px; border-radius: 999px; display: none; }
.ticket-card.popular .ticket-badge { display: block; }
.ticket-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.ticket-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ticket-icon svg { width: 20px; height: 20px; color: white; }
.ticket-name { font-weight: 700; font-size: 0.9rem; text-transform: uppercase; color: var(--foreground); }
.ticket-price { font-weight: 700; font-size: 1.25rem; color: var(--foreground); }
.ticket-desc { font-size: 0.8rem; color: var(--muted-foreground); text-transform: uppercase; margin-bottom: 1rem; letter-spacing: 0.02em; }
.ticket-card-footer { display: flex; align-items: center; justify-content: space-between; }
.ticket-qty { display: flex; align-items: center; }
.ticket-qty button { width: 36px; height: 36px; border: 1px solid var(--border); background: var(--background); cursor: pointer; font-size: 1.125rem; color: var(--foreground); display: flex; align-items: center; justify-content: center; transition: background 0.15s; }
.ticket-qty button:first-child { border-radius: 6px 0 0 6px; }
.ticket-qty button:last-child { border-radius: 0 6px 6px 0; }
.ticket-qty button:hover { background: var(--muted); }
.ticket-qty button:disabled { opacity: 0.4; cursor: not-allowed; }
.ticket-qty-value { width: 40px; height: 36px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; background: var(--background); }
.ticket-subtotal { text-align: right; display: none; }
.ticket-subtotal.visible { display: block; }
.ticket-subtotal-label { font-size: 0.7rem; color: var(--muted-foreground); }
.ticket-subtotal-value { font-weight: 700; color: var(--primary); }
/* Summary */
.ticket-summary { display: none; margin-top: 1.5rem; background: linear-gradient(135deg, var(--primary), var(--secondary)); border-radius: var(--radius); padding: 1.25rem; color: var(--primary-foreground); }
.ticket-summary.visible { display: block; }
.ticket-summary-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.ticket-summary-title { font-size: 1.125rem; font-weight: 700; }
.ticket-summary-count { font-size: 0.875rem; opacity: 0.9; }
.ticket-summary-total { font-size: 1.5rem; font-weight: 700; }
.ticket-summary-total-label { font-size: 0.8rem; opacity: 0.9; }
.ticket-error { display: none; align-items: center; gap: 0.5rem; padding: 0.65rem 1rem; border-radius: 8px; background: hsla(0, 70%, 55%, 0.15); border: 1px solid hsla(0, 70%, 65%, 0.4); color: hsl(0, 85%, 90%); font-size: 0.8125rem; font-weight: 500; margin-bottom: 0.75rem; animation: errorShake 0.35s ease; }
.ticket-error.visible { display: flex; }
.ticket-error svg { width: 16px; height: 16px; flex-shrink: 0; }
@keyframes errorShake { 0%, 100% { transform: translateX(0); } 20% { transform: translateX(-6px); } 40% { transform: translateX(6px); } 60% { transform: translateX(-4px); } 80% { transform: translateX(4px); } }
.ticket-datetime { margin-bottom: 1rem; }
.ticket-datetime label { display: block; font-size: 0.875rem; font-weight: 600; margin-bottom: 0.4rem; opacity: 0.9; }
.datetime-picker-row { display: flex; gap: 0.5rem; }
.datetime-picker-field { flex: 1; position: relative; display: flex; align-items: center; }
.datetime-picker-icon { position: absolute; left: 0.75rem; font-size: 1rem; pointer-events: none; z-index: 1; }
.datetime-picker-field input,
.datetime-picker-field select { width: 100%; padding: 0.65rem 0.85rem 0.65rem 2.25rem; border: none; border-radius: 8px; background: hsla(45, 25%, 95%, 0.15); color: var(--primary-foreground); font-size: 0.9375rem; font-family: inherit; outline: none; transition: background 0.2s; cursor: pointer; appearance: none; -webkit-appearance: none; }
.datetime-picker-field input:focus,
.datetime-picker-field select:focus { background: hsla(45, 25%, 95%, 0.25); }
.datetime-picker-field input::-webkit-calendar-picker-indicator { filter: invert(1); cursor: pointer; }
.datetime-picker-field select option { background: #1a3a18; color: #fff; }
.btn-continue { width: 100%; height: 48px; border: none; border-radius: 8px; background: linear-gradient(135deg, var(--adventure), var(--accent)); color: var(--adventure-foreground); font-size: 1rem; font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 0.5rem; transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; }
.btn-continue:hover { transform: scale(1.02); box-shadow: 0 8px 24px hsla(35, 75%, 45%, 0.3); }
.btn-continue svg { width: 20px; height: 20px; }
.ticket-notes { margin-top: 1.5rem; }
.ticket-notes p { font-size: 0.8125rem; color: var(--muted-foreground); margin-bottom: 0.3rem; }
/* INFO CARDS */
.info-grid { max-width: 800px; margin: 0 auto 3rem; padding: 0 1.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.info-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; text-align: center; }
.info-card-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; margin: 0 auto 0.75rem; }
.info-card-icon svg { width: 22px; height: 22px; color: var(--primary-foreground); }
.info-card h3 { font-size: 0.9375rem; font-weight: 700; color: var(--foreground); margin-bottom: 0.35rem; }
.info-card p { font-size: 0.8125rem; color: var(--muted-foreground); line-height: 1.5; }
/* ARTICLE */
.article-section { max-width: 900px; margin: 3rem auto; background: hsl(40, 15%, 93%); border-radius: calc(var(--radius) + 4px); padding: 2rem; }
.article-card { background: hsl(42, 15%, 97%); border: none; border-radius: var(--radius); padding: 2.5rem 3rem; box-shadow: 0 1px 3px hsla(30, 15%, 15%, 0.04); }
.article-meta { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.article-tag { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 999px; background: var(--primary); color: var(--primary-foreground); font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; }
.article-date { font-size: 0.8125rem; color: var(--muted-foreground); }
.article-card .article-hero-img { width: 100%; border-radius: var(--radius); margin-bottom: 2rem; aspect-ratio: 16/9; object-fit: cover; }
.article-card h1 { font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 700; color: var(--foreground); margin-bottom: 1.5rem; line-height: 1.3; }
.article-card p { font-size: 0.9375rem; color: var(--muted-foreground); line-height: 1.8; margin-bottom: 1.25rem; }
.article-card h2 { font-size: 1.375rem; font-weight: 700; color: var(--foreground); margin-top: 2rem; margin-bottom: 0.75rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.article-card blockquote { border-left: 4px solid var(--accent); padding: 1rem 1.5rem; margin: 1.5rem 0; background: var(--card); border-radius: 0 var(--radius) var(--radius) 0; font-style: italic; color: var(--muted-foreground); }
.article-card ul { padding-left: 1.5rem; margin-bottom: 1.25rem; }
.article-card li { font-size: 0.9375rem; color: var(--muted-foreground); line-height: 1.7; margin-bottom: 0.4rem; }
.article-back { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 2rem; padding: 0.6rem 1.25rem; border-radius: 999px; background: var(--primary); color: var(--primary-foreground); text-decoration: none; font-size: 0.875rem; font-weight: 600; transition: opacity 0.2s; }
.article-back:hover { opacity: 0.85; }
.article-back svg { width: 16px; height: 16px; }
