*,*:before,*:after{box-sizing:border-box}:root{--primary: #5a6d7c;--bg: #ede6d3;--accent: #ffb624;--text-main: #2b2b2b;--text-muted: rgba(0, 0, 0, .6);--card-bg: #f4ead2;--radius-lg: 16px;--shadow-soft: 0 18px 40px rgba(0, 0, 0, .16);--shadow-subtle: 0 10px 25px rgba(0, 0, 0, .12)}html,body{margin:0;padding:0;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text-main)}body{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.page-content{flex:1 0 auto}.section{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 3.5rem}.section-header h2,.section-header h1{margin:0}.section-header.center{text-align:center}.section-subtitle{margin-top:.4rem;color:var(--text-muted)}.site-header{position:sticky;top:0;z-index:40;background:var(--bg)}.top-bar{display:flex;justify-content:space-between;align-items:center;padding:.4rem 1.8rem;font-size:.8rem;border-bottom:1px solid rgba(0,0,0,.05);background-color:#ffb624}.top-brand span{font-weight:600}.top-lang{display:flex;gap:.25rem}.lang-btn{border-radius:999px;border:1px solid rgba(20,25,30,.25);background:transparent;font-size:.75rem;padding:.15rem .7rem;cursor:pointer}.lang-btn.active{background:var(--primary);color:var(--bg)}.main-nav{background:var(--primary);color:#ede6d3}.nav-inner{max-width:1100px;margin:0 auto;padding:.8rem 1.8rem;display:flex;align-items:center;justify-content:space-between}.logo-wrap{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#ede6d3}.logo-wrap img{height:4.2rem;width:11rem;object-fit:contain;margin-left:-.5rem}.logo-text{font-weight:600}.nav-menu{list-style:none;display:flex;gap:1.3rem;margin:0;padding:0}.nav-link{color:#ede6d3;text-decoration:none;font-size:.95rem;position:relative}.nav-link:after{content:"";position:absolute;left:0;bottom:-.2rem;width:0;height:2px;background:var(--accent);border-radius:999px;transition:width .14s ease-out}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-cta .join-btn{background:var(--accent);color:#3b2a00;border-radius:999px;padding:.4rem 1rem;font-size:.9rem;text-decoration:none;font-weight:600}.hero{max-width:1100px;margin:0 auto;padding:2.4rem 1.5rem 1.5rem}.hero-large{padding-top:2.6rem}.hero-media{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-soft);background:#333}.hero-media img{width:100%;height:260px;object-fit:cover;display:block}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:2rem 2.4rem;display:flex;flex-direction:column;justify-content:center;color:#ede6d3}.hero-overlay.left{align-items:flex-start}.hero-overlay h1{margin:0 0 .6rem;font-size:2.4rem}.hero-overlay p{margin:0 0 1rem;max-width:30rem}.primary-btn{background:var(--accent);color:#3b2a00;border-radius:999px;border:none;padding:.6rem 1.4rem;font-weight:600;cursor:pointer}.primary-btn.small{padding:.4rem 1rem;font-size:.85rem}.primary-btn.full{width:100%}.card-grid{display:grid;gap:1.4rem}.card-grid.two,.card-grid.three{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card-grid.four{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:var(--card-bg);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-subtle);display:flex;flex-direction:column}.card-media{height:160px;background:#ccc}.card-media.gradient{background:linear-gradient(135deg,#c8d1d8,#5a6d7c)}.card-body{padding:1rem 1.2rem 1.2rem}.card-body h3{margin:0 0 .4rem}.muted{color:var(--text-muted);font-size:.9rem}.tag{font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;color:var(--accent)}.filter-row{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;margin-bottom:1.6rem}.filter-label{font-weight:500}.pill-row{display:flex;flex-wrap:wrap;gap:.5rem}.pill{border-radius:999px;border:none;background:#0000000f;padding:.35rem .9rem;font-size:.85rem;cursor:pointer}.pill-active{background:var(--primary);color:#ede6d3}.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.4rem;margin-top:2rem}.price-card{background:var(--card-bg);border-radius:var(--radius-lg);padding:1.6rem 1.4rem;box-shadow:var(--shadow-subtle);position:relative}.price-card.highlight{border:2px solid var(--accent)}.price-main{display:flex;align-items:baseline;gap:.4rem;margin:.6rem 0 .8rem}.price-amount{font-size:2rem;font-weight:700}.price-unit{font-size:.9rem;color:var(--text-muted)}.price-list{list-style:none;margin:.6rem 0 0;padding:0;font-size:.9rem;color:var(--text-muted)}.price-list li{margin-bottom:.25rem}.badge{position:absolute;top:.9rem;right:1rem;border-radius:999px;background:var(--accent);color:#3b2a00;padding:.18rem .7rem;font-size:.75rem;font-weight:600}.faq-section{margin-top:3rem}.faq-list{margin-top:1rem;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.faq-item{background:#f8f0dd;padding:.9rem 1rem;cursor:pointer}.faq-item+.faq-item{border-top:1px solid rgba(0,0,0,.06)}.faq-header{display:flex;justify-content:space-between;align-items:center}.faq-body{margin:.6rem 0 0;color:var(--text-muted);font-size:.9rem}.price-small{font-weight:600}.contact-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:2.4rem}.contact-info h1{margin-top:0}.contact-list{margin-top:1.8rem;display:grid;gap:1rem}.contact-item{display:flex;gap:.9rem;align-items:flex-start}.icon-circle{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:var(--card-bg)}.map-block{margin-top:1.6rem}.map-block img{width:100%;border-radius:16px;box-shadow:var(--shadow-subtle)}.hours-block{margin-top:1.6rem}.hours-grid{display:grid;grid-template-columns:1fr 1fr;gap:.3rem 1rem;font-size:.9rem}.contact-form-wrapper{display:flex;justify-content:flex-end}.contact-form{background:#f7eedc;border-radius:18px;padding:1.8rem 1.6rem;box-shadow:var(--shadow-subtle);width:100%;max-width:380px}.contact-form h2{margin-top:0}.contact-form label{display:block;margin-bottom:.9rem;font-size:.9rem}.contact-form span{display:block;margin-bottom:.2rem}.contact-form input,.contact-form textarea{width:100%;border-radius:8px;border:1px solid rgba(0,0,0,.08);padding:.5rem .7rem;font-family:inherit}.pagination{margin-top:2rem;display:flex;gap:.4rem;align-items:center}.pagination.center{justify-content:center}.icon-btn,.page-dot{border-radius:999px;border:1px solid rgba(0,0,0,.15);background:#00000005;padding:.3rem .6rem;font-size:.8rem;cursor:pointer}.page-dot.active{background:var(--primary);color:#ede6d3}.site-footer{background:var(--primary);color:#ede6d3;margin-top:2rem}.footer-inner{max-width:1100px;margin:0 auto;padding:2.4rem 1.8rem 1.6rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.8rem}.footer-col h4{margin-top:0}.footer-col p{margin:.4rem 0 0}.footer-col ul{list-style:none;padding:0;margin:.3rem 0 0;font-size:.9rem}.footer-col li+li{margin-top:.2rem}.footer-col a{color:#ede6d3;text-decoration:none}.footer-bottom{border-top:1px solid rgba(237,230,211,.25);padding:.8rem 1.8rem 1rem;font-size:.8rem;text-align:center}@media (max-width: 900px){.nav-inner{flex-wrap:wrap;gap:.8rem}.nav-menu{flex-wrap:wrap;justify-content:center}.hero-media img{height:220px}.contact-layout{grid-template-columns:minmax(0,1fr)}.contact-form-wrapper{justify-content:flex-start}}@media (max-width: 600px){.top-bar,.nav-inner{padding-inline:1rem}.hero-overlay{padding:1.4rem 1.5rem}.hero-overlay h1{font-size:1.9rem}.section{padding-inline:1.2rem}}
