:root{--bg: #ffffff;--text: #111827;--muted: #6b7280;--border: #e5e7eb;--primary: #111827;--primaryText: #ffffff;--radius: 12px;--space-1: .5rem;--space-2: .75rem;--space-3: 1rem;--space-4: 1.5rem;--space-6: 2rem;--maxWidth: 1100px;--shadow: 0 1px 2px rgba(0, 0, 0, .06);--skeleton-base: #eceff3;--skeleton-shine: #f8fafc}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;overflow-x:hidden}body{min-width:320px}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}input,select,textarea,button{font:inherit}button{cursor:pointer}button.nav-link{background:transparent;border:none;padding:0;color:inherit;cursor:pointer}button.nav-link:hover{text-decoration:underline}.skeleton{position:relative;overflow:hidden;border-radius:10px;background:var(--skeleton-base)}.skeleton:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent 0%,var(--skeleton-shine) 50%,transparent 100%);animation:skeleton-shimmer 1.4s ease-in-out infinite}.skeleton-text{height:12px;margin-top:10px}.skeleton-text.short{width:36%}.skeleton-text.medium{width:56%}.skeleton-text.long{width:82%}.skeleton-title{height:20px;width:48%;margin-top:0}.skeleton-chip{height:28px;width:110px;border-radius:999px}.skeleton-button{height:42px;width:150px;border-radius:10px}.skeleton-image{width:100%;min-height:160px;border-radius:12px 12px 0 0}.skeleton-avatar{width:44px;height:44px;border-radius:999px}.page-fade-in{animation:page-fade-in .28s ease-out}@keyframes page-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.ui-state-card{margin-top:20px;padding:20px}.ui-state-text{margin:0;color:var(--muted)}@media(prefers-reduced-motion:reduce){.skeleton:after,.page-fade-in{animation:none}}.navbar{border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:20}.navbar-inner{max-width:var(--maxWidth);margin:0 auto;padding:var(--space-3);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-3)}.brand{display:flex;align-items:center;gap:.6rem}.brand-badge{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:#0ea35a;color:#fff;font-weight:800}.brand-name{font-weight:800;letter-spacing:.6px}.nav-links{display:flex;justify-content:center;gap:var(--space-4);align-items:center}.nav-link{color:var(--text);text-decoration:none}.nav-link:hover{text-decoration:underline}.nav-actions{display:flex;gap:var(--space-2);align-items:center}@media(max-width:980px){.navbar-inner{grid-template-columns:auto auto;grid-template-rows:auto auto}.nav-links{grid-column:1 / -1;justify-content:flex-start;overflow:auto;padding-bottom:.25rem}}.container{max-width:var(--maxWidth);margin:0 auto;padding:var(--space-6) var(--space-3)}.navbar{border-bottom:1px solid var(--border);background:var(--bg)}.navbar-inner{max-width:var(--maxWidth);margin:0 auto;padding:var(--space-3);display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.nav-links{display:flex;gap:var(--space-3);align-items:center}.main{max-width:var(--maxWidth);margin:0 auto;padding:var(--space-6) var(--space-3)}.card{border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-3);background:var(--bg);box-shadow:var(--shadow)}.grid{display:grid;gap:var(--space-4)}.grid-1{grid-template-columns:1fr}.grid-2{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}@media(max-width:980px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr}}.muted{color:var(--muted)}.field{display:grid;gap:.35rem}.input,.select,.textarea{border:1px solid var(--border);border-radius:10px;padding:.6rem .7rem;background:#fff}.select-compact{padding:.45rem .6rem}.textarea{resize:vertical}.button{border:1px solid var(--primary);background:var(--primary);color:var(--primaryText);border-radius:10px;padding:.6rem .9rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.button:hover{filter:brightness(.95);text-decoration:none}.button-secondary{border:1px solid var(--border);background:transparent;color:var(--text);border-radius:10px;padding:.6rem .9rem}.button:disabled{opacity:.6;cursor:not-allowed}.section-title{margin:0 0 var(--space-4) 0;text-align:center;font-size:1.1rem;letter-spacing:.2px}.section-header{display:flex;align-items:center;justify-content:flex-start}.hero{position:relative;min-height:520px;display:grid;place-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-image:linear-gradient(to bottom,#00000059,#0000008c),url(https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=2400&q=80);background-size:cover;background-position:center;transform:scale(1.02)}.hero-inner{position:relative;width:min(900px,92vw);text-align:center;padding:120px 0 90px}.hero-kicker{color:#ffffffe6;margin:0 0 var(--space-4) 0;font-size:1rem}.hero-search{width:100%;display:grid;grid-template-columns:48px 1fr auto;align-items:center;background:#fff;border-radius:999px;overflow:hidden;box-shadow:0 8px 24px #0000002e}.hero-search-icon{display:grid;place-items:center;color:#111}.hero-search-input{border:0;outline:0;padding:1rem .25rem}.hero-search-button{border:0;background:#0ea35a;color:#fff;padding:.95rem 1.4rem;border-radius:999px;margin:.35rem}.chip-row{margin-top:var(--space-4);display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}.chip{border:0;background:#ffffff2e;color:#ffffffeb;padding:.55rem .85rem;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.chip:hover{background:#ffffff47}.category-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:1.25rem 1rem;box-shadow:var(--shadow);display:grid;gap:.75rem;justify-items:center;cursor:pointer}.category-icon{width:56px;height:56px;border-radius:999px;display:grid;place-items:center;background:#f3f4f6;font-size:1.4rem}.category-title{font-weight:700}.category-text{text-align:center}.destination-card{border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:var(--shadow);overflow:hidden;cursor:pointer;padding:0;text-align:left}.destination-image{height:190px;background-size:cover;background-position:center}.destination-body{padding:var(--space-3)}.destination-top{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.destination-name{font-weight:800}.rating-pill{background:#fff;border:1px solid var(--border);border-radius:999px;padding:.25rem .6rem;font-size:.9rem}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px}.toast{min-width:240px;padding:12px 16px;border-radius:10px;color:#fff;font-size:14px;box-shadow:0 8px 20px #00000026;animation:fadeIn .2s ease}.toast-success{background:#2e7d32}.toast-error{background:#c62828}.toast-info{background:#1565c0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.navbar{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(15,23,42,.08);background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.navbar-inner{width:min(var(--maxWidth),92vw);margin:0 auto;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}.brand-badge{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(180deg,#0b1f44,#12306a);color:#fff;font-weight:800;font-size:18px;box-shadow:0 12px 24px #0b1f442e}.brand-name{font-size:20px;font-weight:800;letter-spacing:.02em;color:#0b1f44}.nav-links{display:flex;align-items:center;gap:8px}.nav-actions{display:flex;align-items:center;gap:10px}.nav-link{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:none;background:transparent;text-decoration:none;color:#475569;font-size:15px;font-weight:600;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.nav-link:hover{background:#f8fafc;color:#0b1f44}.nav-link--active{color:#0b1f44;background:#eef4ff}.nav-link--active:after{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:2px;border-radius:999px;background:#0b1f44}.nav-welcome{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border-radius:999px;background:#f8fafc;color:#0f172a;font-size:14px;font-weight:600;white-space:nowrap}.select.select-compact{min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:999px;background:#fff;color:#334155;font-size:14px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:none;border-radius:999px;background:linear-gradient(180deg,#0b1f44,#12306a);color:#fff;font-weight:700;text-decoration:none;cursor:pointer;box-shadow:0 12px 24px #0b1f4429;transition:transform .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-1px);box-shadow:0 16px 28px #0b1f4433}@media(max-width:1180px){.navbar-inner{flex-wrap:wrap;padding:14px 0}.nav-links{order:3;width:100%;flex-wrap:wrap}.nav-actions{margin-left:auto;flex-wrap:wrap;justify-content:flex-end}}@media(max-width:720px){.navbar-inner{gap:14px}.brand-name{font-size:18px}.nav-links,.nav-actions{width:100%}.nav-links{gap:6px}.nav-link,.nav-welcome,.button,.select.select-compact{width:100%;justify-content:center}.nav-actions{gap:8px}}.footer{background:radial-gradient(circle at top left,rgba(14,163,90,.12),transparent 24%),radial-gradient(circle at top right,rgba(59,130,246,.14),transparent 28%),linear-gradient(180deg,#08162d,#0b1d3a);color:#fff;padding:34px 0 30px;margin-top:0}.footer-shell{max-width:var(--maxWidth);margin:0 auto;padding:0 20px}.footer-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px;margin-bottom:30px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:linear-gradient(180deg,#ffffff14,#ffffff0a);box-shadow:0 20px 40px #0000002e}.footer-cta-content{max-width:720px}.footer-cta-eyebrow{display:inline-block;margin-bottom:10px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#86efac}.footer-cta-title{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.08;color:#fff}.footer-cta-text{margin:14px 0 0;max-width:620px;color:#cbd5e1;font-size:16px;line-height:1.75}.footer-cta-actions{display:flex;flex-wrap:wrap;gap:12px;flex-shrink:0}.footer-cta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;text-decoration:none;font-weight:700;transition:.2s ease}.footer-cta-btn--primary{background:#fff;color:#0b1d3a}.footer-cta-btn--primary:hover{transform:translateY(-1px)}.footer-cta-btn--secondary{border:1px solid rgba(255,255,255,.16);background:#ffffff0d;color:#fff}.footer-cta-btn--secondary:hover{background:#ffffff1a}.footer-container{display:grid;grid-template-columns:1.2fr .9fr .9fr .9fr;gap:28px;padding:18px 0 0}.footer-col{display:flex;flex-direction:column;gap:16px;min-width:0}.footer-brand{display:flex;align-items:center;gap:12px}.footer-logo{width:42px;height:42px;border-radius:14px;background:linear-gradient(180deg,#0ea35a,#0b8c4d);display:grid;place-items:center;font-weight:900;font-size:17px;box-shadow:0 12px 24px #0ea35a40}.footer-title{font-weight:800;font-size:20px;letter-spacing:.02em}.footer-text{color:#cbd5e1;font-size:15px;line-height:1.75;max-width:320px;margin:0}.footer-heading{font-weight:800;font-size:15px;color:#fff;margin:0}.footer-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.footer-link,.footer-list a{color:#cbd5e1;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s ease,transform .2s ease}.footer-link:hover,.footer-list a:hover{color:#fff;transform:translate(2px)}.footer-contact{color:#cbd5e1;font-size:14px;display:grid;gap:8px;line-height:1.7}.footer-socials{display:flex;gap:12px;margin-top:8px}.footer-social{width:40px;height:40px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.08);display:grid;place-items:center;color:#fff;transition:transform .2s ease,background .2s ease,border-color .2s ease}.footer-social:hover{background:#ffffff29;border-color:#ffffff24;transform:translateY(-2px)}.footer-bottom{margin-top:34px;text-align:center;font-size:13px;color:#94a3b8;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;line-height:1.6}@media(max-width:1080px){.footer-cta{flex-direction:column;align-items:flex-start}.footer-container{grid-template-columns:1fr 1fr}}@media(max-width:640px){.footer{padding-top:24px}.footer-cta{padding:22px}.footer-container{grid-template-columns:1fr;gap:24px}.footer-cta-actions,.footer-cta-btn{width:100%}.footer-text{max-width:none}}.auth-overlay{position:fixed;inset:0;background:#0f172a73;display:grid;place-items:center;padding:24px;z-index:9999}.auth-modal{width:min(92vw,560px);max-width:560px;background:#fff;border-radius:18px;box-shadow:0 22px 60px #0000002e;padding:22px 22px 18px;position:relative}.auth-close{position:absolute;top:12px;right:14px;width:36px;height:36px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:22px;line-height:1}.auth-title{margin:4px 0 14px;font-size:22px}.auth-subtitle{font-size:13px;color:#64748b;margin-bottom:10px}.auth-toggle{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.auth-toggle-btn{border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:12px;cursor:pointer;font-weight:600;transition:all .15s ease}.auth-toggle-btn.active{border-color:#10b981;box-shadow:inset 0 0 0 1px #10b981}.auth-toggle-btn:disabled{opacity:.6;cursor:not-allowed}.auth-form{display:grid;gap:14px}.auth-field{display:grid;gap:8px}.auth-label{font-size:13px;color:#334155}.auth-input-wrap{display:flex;align-items:center;gap:10px;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;width:100%}.auth-icon{opacity:.7;flex:0 0 auto}.auth-input{border:none;outline:none;font-size:14px;width:100%;flex:1 1 auto;min-width:0;background:transparent;padding:2px 0}.auth-submit{margin-top:4px;background:#10b981;border:1px solid #10b981;color:#fff;border-radius:12px;padding:12px 14px;font-weight:700;cursor:pointer;transition:all .15s ease}.auth-submit:hover{filter:brightness(.98)}.auth-switch{text-align:center;font-size:13px;color:#64748b;padding-top:4px}.auth-link{border:none;background:transparent;color:#10b981;font-weight:700;cursor:pointer;padding:0}.auth-required-note{margin:10px 0 0;color:#64748b;font-size:14px;line-height:1.4;white-space:normal;word-break:break-word}.home-page{display:flex;flex-direction:column;margin-bottom:0;padding-bottom:0}.container{width:min(var(--maxWidth),92vw);margin:0 auto}.home-hero{position:relative;min-height:500px;display:flex;align-items:stretch;justify-content:center;overflow:hidden;isolation:isolate}.home-hero-fullbleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.home-hero-bg-wrap{position:absolute;inset:0;width:100%;height:100%;z-index:0}.home-hero-bg-wrap.lazy-image-wrapper{position:absolute;inset:0;width:100%;height:100%}.home-hero-img{width:100%;height:100%;display:block}.home-hero-overlay{position:absolute;inset:0;background:#07172b38;z-index:1}.home-hero-content{position:relative;z-index:2;width:min(920px,92vw);min-height:500px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-search{width:100%;max-width:640px;display:grid;grid-template-columns:52px 1fr auto;align-items:center;background:#fff;border-radius:999px;padding:10px;box-shadow:0 20px 50px #0000002e;border:1px solid #e5e7eb;transition:all .2s ease}.hero-search:hover{box-shadow:0 24px 60px #00000038}.hero-search--centered{margin:0 auto}.hero-search-icon{display:grid;place-items:center;color:#94a3b8}.search-svg{width:22px;height:22px}.hero-search-input{border:none;outline:none;background:transparent;font-size:16px;color:#334155;min-width:0}.hero-search-input::placeholder{color:#94a3b8}.hero-search-button{height:44px;padding:0 22px;border:none;border-radius:999px;background:#10b981;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:.2s ease}.hero-search-button:hover{background:#0f9c6d}.chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.chip-row--centered{justify-content:center}.chip{height:34px;padding:0 16px;border:none;border-radius:999px;background:#ffffff38;color:#fff;font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;transition:background .2s ease}.chip:hover{background:#ffffff4d}.home-section{padding:72px 0 0}.home-section--featured{padding-top:40px}.section-title{margin:0}.home-section-title{text-align:center;margin-bottom:40px;font-size:30px;font-weight:700;color:#0b1f44}.section-title-left{color:#0b1f44;font-size:28px;font-weight:700}.section-header{margin-bottom:24px}.featured-categories-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.featured-category-card{border:1px solid #e5e7eb;border-radius:20px;background:#fff;padding:32px 24px;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;cursor:pointer;box-shadow:0 6px 18px #0f172a0d;transition:all .25s ease}.featured-category-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0f172a1f;border-color:#d1d5db}.featured-category-icon{width:68px;height:68px;border-radius:999px;display:grid;place-items:center}.featured-category-icon--hiking{background:#f5e6b3;color:#d97706}.featured-category-icon--ecotourism{background:#cdeedb;color:#059669}.featured-category-icon--culture{background:#ead8fb;color:#7c3aed}.featured-category-icon--water{background:#dbeafe;color:#2563eb}.category-svg{width:28px;height:28px}.featured-category-title{text-align:center;font-size:18px;font-weight:600;color:#0f172a}.grid{display:grid;gap:22px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.destination-card{border:1px solid #e5e7eb;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 8px 24px #0f172a0d;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.destination-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px #0f172a1f}.destination-image-wrap{width:100%}.destination-image-img{width:100%;height:100%;display:block}.destination-body{padding:18px;text-align:left}.destination-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.destination-name{font-size:20px;font-weight:700;color:#0f172a}.rating-pill{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border-radius:999px;background:#eef6ff;color:#0b1f44;font-size:14px;font-weight:700}.muted{color:#64748b;line-height:1.6}.mt-sm{margin-top:8px}.sustainability-section{background:#dfeee6;padding:120px 20px 82px;margin-top:60px;margin-bottom:-1px}.sustainability-section-fullbleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.sustainability-container{max-width:900px;margin:0 auto;text-align:center}.sustainability-icon{display:flex;justify-content:center;margin-bottom:16px;color:#059669}.sustainability-svg{width:40px;height:40px}.sustainability-title{font-size:28px;font-weight:700;color:#0b1f44;margin:0 0 18px}.sustainability-text{max-width:860px;margin:0 auto;font-size:16px;line-height:1.8;color:#475569}@media(max-width:980px){.home-hero,.home-hero-content{min-height:440px}.featured-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:1fr 1fr}}@media(max-width:640px){.home-hero{min-height:360px}.home-hero-content{min-height:360px;width:min(94vw,560px)}.hero-search{grid-template-columns:42px 1fr;gap:8px}.hero-search-button{grid-column:1 / -1;width:100%}.featured-categories-grid,.grid-3{grid-template-columns:1fr}.home-section{padding-top:56px;padding-bottom:0}.home-section--featured{padding-top:42px}.home-section-title{font-size:26px;margin-bottom:30px}.section-title-left{font-size:26px}.sustainability-section{padding:100px 20px 64px;margin-top:48px;margin-bottom:-1px}.sustainability-title{font-size:24px}.sustainability-text{font-size:15px}}.exp-head{padding:28px 0 14px}.exp-title{margin:0 0 18px;font-size:28px;line-height:1.15}.exp-subtitle{margin:8px 0 0;color:var(--muted);line-height:1.6;max-width:760px}.exp-toolbar{display:grid;grid-template-columns:1fr 170px 170px;gap:14px;align-items:center;padding:14px;border-radius:18px;margin-bottom:22px}.exp-search{display:block;width:100%;border:1px solid var(--border);border-radius:14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.exp-search-input{width:100%;height:56px;border:none;outline:none;background:transparent;padding:0 18px;font-size:16px;text-align:left;color:inherit}.exp-search-input::placeholder{color:var(--muted);text-align:left}.exp-search:focus-within{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.exp-region-select{height:56px;border-radius:14px;border:1px solid var(--border);background:#fff;padding:0 14px;font:inherit;color:inherit;outline:none}.exp-region-select:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.exp-count{margin:18px 0 14px;color:var(--muted);font-weight:600}.exp-grid{margin-bottom:40px}.exp-card-link{display:block;text-decoration:none;color:inherit;height:100%}.exp-card-link:hover{text-decoration:none}.destination-card{overflow:hidden;border-radius:22px;background:#fff;border:1px solid var(--border);box-shadow:0 10px 30px #0f172a0f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.destination-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0f172a1a;border-color:#10b98138}.exp-card-media-wrap{width:100%;overflow:hidden;background:#f3f4f6}.exp-card-media-image{width:100%;height:100%;display:block}.destination-body{padding:18px 18px 16px}.exp-loc{margin-bottom:6px}.exp-card-title{margin:0 0 8px;font-size:1.05rem;font-weight:800;line-height:1.3;letter-spacing:-.01em;color:var(--foreground);display:-webkit-box;display:box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.exp-desc{margin:0;font-size:.92rem;line-height:1.5;color:var(--muted);display:-webkit-box;display:box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.exp-divider{height:1px;background:var(--border);margin:14px 0}.exp-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.exp-price{color:#0ea35a;font-weight:900;font-size:.98rem;letter-spacing:-.01em}.exp-tag{margin-top:12px;display:inline-flex;align-items:center;background:#0ea35a1f;color:#0ea35a;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;line-height:1}.destination-meta{display:inline-flex;align-items:center;font-size:.92rem;color:var(--muted);font-weight:600}.destination-footer{margin-top:14px;display:flex;align-items:center;justify-content:flex-end}.destination-link{font-size:.92rem;font-weight:700;color:var(--foreground)}.ui-state-card{margin-top:20px;padding:24px}.ui-state-title{margin:0 0 8px;font-size:1.1rem}.ui-state-text{margin:0;color:var(--muted);line-height:1.5}.skeleton-image{height:190px;width:100%;border-radius:0}.skeleton-title{height:22px;width:80%;border-radius:8px;margin-bottom:10px}.skeleton-text.medium{width:55%}.skeleton-text.long{width:100%}@media(max-width:980px){.exp-toolbar{grid-template-columns:1fr}}@media(max-width:720px){.exp-title{font-size:24px}.destination-body{padding:16px}.exp-search-input{height:52px;font-size:15px}.exp-region-select{height:52px}.skeleton-image{height:200px}.ui-state-card{padding:20px}}@media(max-width:560px){.exp-head{padding:22px 0 12px}.exp-title{font-size:22px;margin-bottom:16px}.exp-subtitle{font-size:.95rem}.exp-toolbar{padding:12px;gap:12px;border-radius:16px}.exp-search-input{padding:0 14px}.skeleton-image{height:180px}.exp-desc{min-height:unset}.exp-bottom{align-items:flex-start;flex-direction:column}.destination-footer{justify-content:flex-start}}.detail{padding-bottom:40px}.detail-hero{position:relative;height:520px;overflow:hidden;width:100vw;margin-left:calc(50% - 50vw)}.detail-hero-media-wrap{position:absolute;inset:0;width:100%;height:100%}.detail-hero-media{width:100%;height:100%;display:block;transform:scale(1.02)}.detail-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000059,#0009);z-index:1}.detail-hero-inner{position:relative;z-index:2;height:100%;display:grid;align-content:end;padding:0 0 46px;width:min(var(--maxWidth),92vw);margin:0 auto;color:#fff}.detail-hero-loc{font-size:14px;opacity:.95;margin-bottom:10px}.detail-hero-title{margin:0;font-size:36px;font-weight:900}.detail-hero-subtitle{margin:10px 0 0;opacity:.92;max-width:720px}.detail-grid{display:grid;grid-template-columns:1fr 380px;gap:24px;margin-top:20px}@media(max-width:980px){.detail-grid{grid-template-columns:1fr}}.detail-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat-label{font-size:12px;color:var(--muted);margin-bottom:6px}.stat-value{font-weight:800}.detail-card{margin-top:18px}.detail-paragraph{margin:10px 0 0;line-height:1.6}.detail-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px 28px;margin-top:16px}.detail-bullet{display:flex;gap:12px}.check{color:#10b981;font-weight:900}.steps{display:grid;gap:18px;margin-top:16px}.step{display:grid;grid-template-columns:58px 1fr;gap:16px}.step-badge{width:46px;height:46px;border-radius:999px;background:#10b98124;display:grid;place-items:center;font-weight:900}.include-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:16px}.include-title{font-weight:900;margin-bottom:12px}.include-title.included{color:#0ea35a}.detail-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.booking{position:sticky;top:90px;padding:22px;border-radius:20px;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a14;background:#fff;display:flex;flex-direction:column;gap:16px}.booking-header{display:flex;justify-content:space-between;align-items:center}.booking-price-main{font-size:1.6rem;font-weight:900;color:#0f172a}.booking-price-sub{font-size:.9rem;color:#64748b}.booking-rating{font-weight:700}.booking-trust{display:inline-flex;padding:8px 12px;border-radius:999px;background:#ecfeff;color:#0f766e;font-weight:800;font-size:.8rem;width:fit-content}.booking-fields{display:flex;flex-direction:column;gap:12px}.booking-label{font-size:12px;font-weight:700;color:#64748b;margin-bottom:6px}.booking-primary{width:100%;background:#0f766e;border:none;color:#fff;border-radius:14px;padding:14px;font-weight:900}.booking-secondary{width:100%;border-radius:14px;padding:14px;font-weight:900}.booking-saved{border-color:#0f766e;color:#0f766e}.booking-divider{height:1px;background:var(--border)}.booking-info-title{font-weight:900}.booking-info{padding-left:18px;color:var(--muted);display:grid;gap:8px}@media(max-width:980px){.detail-gallery,.include-grid,.detail-two-col{grid-template-columns:1fr}.booking{position:static}}.gallery-main{position:relative;border-radius:16px;overflow:hidden;margin-bottom:12px}.gallery-main-wrap{width:100%;cursor:pointer}.gallery-main-image{width:100%;height:420px;object-fit:cover;display:block}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:none;background:#00000080;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer}.gallery-nav.left{left:10px}.gallery-nav.right{right:10px}.gallery-thumbs{display:flex;gap:8px;overflow-x:auto}.gallery-thumb{width:70px;height:70px;border-radius:10px;overflow:hidden;cursor:pointer;opacity:.6}.gallery-thumb.active{opacity:1;border:2px solid #0c7a52}.gallery-thumb-img{width:100%;height:100%;object-fit:cover}.gallery-modal{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:999}.gallery-modal-img{max-width:90%;max-height:80%}.gallery-close{position:absolute;top:20px;right:20px;background:none;color:#fff;font-size:24px;border:none;cursor:pointer}.gallery-modal-nav{position:absolute;top:50%;transform:translateY(-50%);font-size:40px;color:#fff;background:none;border:none;cursor:pointer}.gallery-modal-nav.left{left:40px}.gallery-modal-nav.right{right:40px}.gallery-main-button{display:block;width:100%;padding:0;border:none;background:transparent;cursor:pointer}.detail-gallery-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.detail-gallery-subtitle{margin-top:6px}.detail-gallery-counter{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border-radius:999px;background:#f1f5f9;color:#334155;font-size:.9rem;font-weight:800;white-space:nowrap}.gallery-main{position:relative;border-radius:18px;overflow:hidden;margin-bottom:14px;background:#0f172a}.gallery-main-button{display:block;width:100%;padding:0;border:none;background:transparent;cursor:zoom-in}.gallery-main-wrap{width:100%}.gallery-main-image{width:100%;height:100%;object-fit:cover;display:block}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border:none;border-radius:999px;background:#0f172aad;color:#fff;font-size:28px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.gallery-nav:hover{background:#0f172adb}.gallery-nav.left{left:12px}.gallery-nav.right{right:12px}.gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.gallery-thumb{flex:0 0 84px;width:84px;padding:0;border:2px solid transparent;border-radius:14px;overflow:hidden;background:#fff;cursor:pointer;opacity:.72;transition:opacity .2s ease,border-color .2s ease,transform .2s ease}.gallery-thumb:hover{opacity:1;transform:translateY(-1px)}.gallery-thumb.active{opacity:1;border-color:#0f766e}.gallery-thumb-wrap{width:100%}.gallery-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.gallery-modal{position:fixed;inset:0;z-index:999;background:#020617eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px}.gallery-modal-content{position:relative;width:min(1100px,100%);max-height:100%;display:flex;flex-direction:column;gap:14px}.gallery-close{position:absolute;top:-2px;right:0;z-index:5;width:44px;height:44px;border:none;border-radius:999px;background:#ffffff24;color:#fff;font-size:22px;display:grid;place-items:center;cursor:pointer}.gallery-modal-topbar{display:flex;justify-content:center}.gallery-modal-counter{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;background:#ffffff1f;color:#fff;font-size:.92rem;font-weight:800}.gallery-modal-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:0}.gallery-modal-img{display:block;max-width:100%;max-height:72vh;border-radius:18px;object-fit:contain;background:#0f172a}.gallery-modal-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:46px;height:46px;border:none;border-radius:999px;background:#ffffff24;color:#fff;font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer}.gallery-modal-nav.left{left:14px}.gallery-modal-nav.right{right:14px}.gallery-modal-thumbs{display:flex;gap:10px;overflow-x:auto;padding:4px 2px 2px;scrollbar-width:thin}.gallery-modal-thumb{flex:0 0 84px;width:84px;height:84px;padding:0;border:2px solid transparent;border-radius:14px;overflow:hidden;background:transparent;opacity:.72;cursor:pointer}.gallery-modal-thumb.active{opacity:1;border-color:#14b8a6}.gallery-modal-thumb-img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:980px){.detail-gallery-header{flex-direction:column;align-items:flex-start}.gallery-main-image{max-height:420px}}@media(max-width:640px){.gallery-nav{width:38px;height:38px;font-size:24px}.gallery-nav.left{left:8px}.gallery-nav.right{right:8px}.gallery-thumb{flex:0 0 72px;width:72px}.gallery-modal{padding:12px}.gallery-modal-content{gap:12px}.gallery-close{top:-4px;right:-2px;width:40px;height:40px;font-size:20px}.gallery-modal-img{max-height:56vh;border-radius:14px}.gallery-modal-nav{width:40px;height:40px;font-size:24px;background:#0f172ab8}.gallery-modal-nav.left{left:6px}.gallery-modal-nav.right{right:6px}.gallery-modal-thumb{flex:0 0 68px;width:68px;height:68px}}.reviews{border-radius:24px}.reviews-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.reviews-heading{min-width:0}.reviews-subtitle{margin:10px 0 0;color:#64748b;line-height:1.7}.reviews-summary-card{flex-shrink:0;display:flex;align-items:center;gap:14px;min-width:220px;padding:14px 16px;border-radius:18px;background:#f8fafc;border:1px solid rgba(15,23,42,.06)}.reviews-summary-score{font-size:2rem;font-weight:900;line-height:1;color:#0f172a}.reviews-summary-meta{display:flex;flex-direction:column;gap:4px}.reviews-summary-stars{color:#0f172a;font-weight:800;letter-spacing:.04em}.reviews-summary-count{font-size:.9rem;color:#64748b}.reviews-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,1fr);gap:20px}@media(max-width:980px){.reviews-top{flex-direction:column;align-items:flex-start}.reviews-summary-card{width:100%}.reviews-grid{grid-template-columns:1fr}}.reviews-panel,.reviews-form-card{border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:18px;background:#fff;box-shadow:0 10px 24px #0f172a0a}.reviews-empty{display:flex;flex-direction:column;gap:8px;min-height:180px;justify-content:center}.reviews-empty-title{font-size:1.1rem;font-weight:900;color:#0f172a}.reviews-list{display:flex;flex-direction:column;gap:14px}.review{border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:16px;background:#fff;box-shadow:0 6px 18px #0f172a0a}.review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.review-user-block{display:flex;align-items:center;gap:12px;min-width:0}.review-avatar{width:44px;height:44px;border-radius:999px;background:#ecfeff;color:#0f766e;display:grid;place-items:center;font-size:1rem;font-weight:900;flex-shrink:0}.review-author{font-weight:900;color:#0f172a}.review-date{margin-top:4px;color:#64748b;font-size:.85rem}.review-stars{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:#0f172a;letter-spacing:.08em;font-size:.92rem;white-space:nowrap}.review-comment{margin:14px 0 0;color:#475569;line-height:1.75}.reviews-form-title{font-size:1.2rem;font-weight:900;color:#0f172a}.reviews-form-subtitle{margin-top:8px;color:#64748b;line-height:1.7}.reviews-form{display:flex;flex-direction:column;gap:14px;margin-top:18px}.field{display:flex;flex-direction:column;gap:6px}.label{font-size:12px;font-weight:800;color:#64748b}.select,.textarea,.input{border:1px solid rgba(15,23,42,.1);border-radius:14px;padding:12px 14px;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.select:focus,.textarea:focus,.input:focus{border-color:#0f766e;box-shadow:0 0 0 4px #0f766e14}.textarea{resize:vertical;min-height:130px}.reviews-login{margin-top:18px;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:16px;background:#f8fafc}.reviews-form-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.reviews-char-count{font-size:.85rem;color:#64748b}.reviews-hint{margin-top:8px}@media(max-width:640px){.review-head{flex-direction:column;align-items:flex-start}.reviews-form-footer{flex-direction:column;align-items:stretch}.reviews-form-footer .button{width:100%}}.search-results-page{padding:32px 0 72px}.search-results-shell{width:min(var(--maxWidth),92vw);margin:0 auto}.search-results-header{margin-bottom:28px}.search-results-kicker{margin:0 0 8px;color:var(--primary, #0f2d69);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:12px}.search-results-title{margin:0;font-size:clamp(32px,5vw,48px);line-height:1.1}.search-results-subtitle{margin:14px 0 0;color:var(--muted, #667085);font-size:18px}.search-results-state,.search-results-empty{border:1px solid var(--border, #e5e7eb);border-radius:24px;background:#fff;box-shadow:var(--shadow, 0 16px 40px rgba(15, 23, 42, .08));padding:28px}.search-results-state-error{color:#b42318}.search-results-empty h2{margin:0 0 10px}.search-results-empty p{margin:0 0 18px;color:var(--muted, #667085)}.search-results-primary-link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;text-decoration:none;color:#fff;background:var(--primary, #0f2d69);font-weight:700}.search-results-grid{display:grid;gap:24px}.search-card{display:grid;grid-template-columns:minmax(260px,320px) 1fr;overflow:hidden;border:1px solid var(--border, #e5e7eb);border-radius:28px;background:#fff;box-shadow:var(--shadow, 0 16px 40px rgba(15, 23, 42, .08))}.search-card-media{position:relative;background:#f4f6f8}.search-card-media img{width:100%;height:100%;min-height:280px;object-fit:cover;display:block}.search-card-badge{position:absolute;top:18px;left:18px;display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:#0f2d69eb;color:#fff;font-size:13px;font-weight:700}.search-card-body{display:flex;flex-direction:column;padding:24px}.search-card-body h2{margin:0;font-size:26px;line-height:1.2}.search-card-body p{margin:10px 0 0;color:#344054;line-height:1.6;font-size:15px}.search-card-meta{margin:12px 0 0;color:var(--muted, #667085);font-size:15px}.search-card-price{margin-top:14px;font-size:20px;font-weight:800;color:var(--primary, #0f2d69)}.search-card-actions{display:flex;flex-direction:column;gap:10px;margin-top:20px;max-width:240px}.search-card-action{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:14px;text-decoration:none;font-weight:700;font-size:14px;transition:all .18s ease}.search-card-action:hover{transform:translateY(-1px)}.search-card-action-primary{background:#169c53;color:#fff;box-shadow:0 8px 20px #169c5340}.search-card-action-secondary{background:#169c531a;color:#127342;border:1px solid rgba(22,156,83,.25)}@media(max-width:980px){.search-card{grid-template-columns:1fr}.search-card-price{font-size:18px}}@media(max-width:640px){.search-results-page{padding:24px 0 56px}.search-card-body{padding:18px}.search-card-body h2{font-size:22px}}.search-card-content{display:flex;flex-direction:column;gap:10px;flex-grow:1}.rf{padding-top:2.25rem;padding-bottom:3rem}.rf-head{text-align:center;margin-bottom:1.25rem}.rf-title{margin:0;font-size:1.9rem;letter-spacing:-.02em}.rf-subtitle{margin:.55rem auto 0;color:var(--muted);max-width:760px}.rf-card{max-width:820px;margin:1.5rem auto;padding:1.5rem;border-radius:18px}.rf-meta{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border);margin-bottom:1.25rem}.rf-meta-label{font-size:.85rem;color:var(--muted)}.rf-meta-value{font-weight:600;margin-top:.25rem}.rf-form{display:grid;gap:1rem}.rf-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.rf-textarea{min-height:120px}.rf-note{border:1px solid #cfe0ff;background:#eef5ff;color:#173b8a;padding:.9rem 1rem;border-radius:12px;font-size:.95rem;line-height:1.35}.rf-actions{display:grid;grid-template-columns:1fr auto;gap:.9rem;align-items:center;margin-top:.5rem}.rf-cancel{display:inline-flex;justify-content:center;align-items:center;height:42px}.input-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441f}.field-error{color:#b91c1c;font-size:.85rem}.rf-next{max-width:820px;margin:0 auto;padding:1.25rem 1.5rem;border-radius:18px}.rf-steps{margin:.75rem 0 0;padding-left:1.25rem;color:var(--text)}.rf-steps li{margin:.5rem 0;color:var(--text)}@media(max-width:820px){.rf-card,.rf-next{padding:1.1rem}.rf-meta,.rf-row-2,.rf-actions{grid-template-columns:1fr}}.chat-page{padding-top:16px;padding-bottom:60px}.chat-head{margin-bottom:16px}.chat-title{margin:0 0 8px}.chat-meta{display:flex;flex-direction:column;gap:4px}.chat-thread{max-width:760px;padding:16px;display:flex;flex-direction:column;gap:12px;min-height:320px}.chat-empty{color:var(--muted)}.chat-msg{display:flex}.chat-msg.them{justify-content:flex-start}.chat-msg.me{justify-content:flex-end}.chat-bubble{max-width:85%;border:1px solid var(--border);background:#fff;border-radius:14px;padding:10px 12px}.chat-msg.me .chat-bubble{background:#0f172a0a}.chat-who{font-size:12px;font-weight:900;color:var(--muted);margin-bottom:6px}.chat-text{white-space:pre-wrap;word-break:break-word}.chat-time{margin-top:8px;font-size:12px;color:var(--muted)}.chat-composer{margin-top:12px;display:flex;gap:10px;max-width:760px}.chat-composer .input{flex:1}.chat-error{max-width:760px;margin-top:12px;color:#b42318;font-weight:600}.chat-back{margin-top:16px}@media(max-width:768px){.chat-bubble{max-width:100%}.chat-composer{flex-direction:column}}.ed-exp-card{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:16px;background:#fff;box-shadow:0 10px 28px #0f172a0d;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.ed-exp-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px #0f172a14;border-color:#0f172a1f}.ed-exp-thumb-wrap{width:100%;border-radius:18px;overflow:hidden;background:#e9eef2}.ed-exp-thumb{width:100%;height:100%;display:block;object-fit:cover}.ed-exp-body{display:flex;flex-direction:column;gap:14px;min-width:0}.ed-exp-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.ed-exp-title-wrap{min-width:0;flex:1}.ed-exp-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.ed-exp-tag{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);color:#334155;font-size:12px;font-weight:800}.ed-exp-tag-primary{background:#ecfeff;color:#0f766e;border-color:#0f766e1f}.ed-exp-title{margin:0;font-size:1.2rem;line-height:1.35;font-weight:800;color:#0f172a;letter-spacing:-.02em}.ed-exp-location{margin-top:8px;display:flex;gap:8px;align-items:center;color:#64748b;font-size:.92rem;line-height:1.5}.ed-exp-status{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap;border:1px solid transparent}.ed-exp-status.active{background:#dcfce7;color:#166534;border-color:#bbf7d0}.ed-exp-status.inactive{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}.ed-exp-description{margin:0;color:#475569;line-height:1.7}.ed-exp-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ed-exp-price-block,.ed-exp-duration-block{display:flex;flex-direction:column;gap:4px;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid rgba(15,23,42,.06)}.ed-exp-summary-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.ed-exp-summary-value{font-size:1.05rem;font-weight:800;color:#0f172a;line-height:1.2}.ed-exp-summary-subtext{font-size:.86rem;color:#64748b}.ed-exp-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ed-exp-kpi{padding:12px 14px;border-radius:16px;border:1px solid rgba(15,23,42,.06);background:#fff}.ed-exp-kpi-label{font-size:12px;color:#64748b;margin-bottom:6px;font-weight:700}.ed-exp-kpi-value{font-weight:800;color:#0f172a}.ed-exp-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:2px}.ed-exp-btn,.ed-exp-btn-primary,.ed-exp-btn-danger{min-height:42px;border-radius:12px;padding:10px 14px;cursor:pointer;font-weight:800;transition:all .2s ease}.ed-exp-btn{border:1px solid #d7dde3;background:#fff;color:#0f172a}.ed-exp-btn:hover{background:#f8fafc}.ed-exp-btn-primary{background:#0f766e;color:#fff;border:1px solid #0f766e}.ed-exp-btn-primary:hover{filter:brightness(.98)}.ed-exp-btn-danger{background:#fff;color:#b42318;border:1px solid #f3c0bb}.ed-exp-btn-danger:hover{background:#fef2f2}.ed-exp-btn:disabled,.ed-exp-btn-primary:disabled,.ed-exp-btn-danger:disabled{opacity:.6;cursor:not-allowed}.ed-exp-link{text-decoration:none}@media(max-width:920px){.ed-exp-card{grid-template-columns:1fr}}@media(max-width:720px){.ed-exp-top{flex-direction:column;align-items:flex-start}.ed-exp-summary,.ed-exp-kpis{grid-template-columns:1fr}.ed-exp-actions{flex-direction:column}.ed-exp-link,.ed-exp-link .ed-exp-btn,.ed-exp-btn-primary,.ed-exp-btn-danger{width:100%}}.destinations-page{padding-top:28px;padding-bottom:64px}.destinations-header{margin-bottom:28px}.destinations-eyebrow{display:inline-block;margin-bottom:10px;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#0f766e}.destinations-title{margin:0;font-size:clamp(2.1rem,4vw,3rem);line-height:1.05;letter-spacing:-.03em;color:#0f172a}.destinations-subtitle{margin:14px 0 0;max-width:820px;font-size:1.05rem;line-height:1.75;color:#64748b}.destinations-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}@media(max-width:980px){.destinations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.destinations-grid{grid-template-columns:1fr}}.dest-card{display:block;text-decoration:none;color:inherit;overflow:hidden;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#fff;box-shadow:0 12px 32px #0f172a0f;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.dest-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #0f172a1a;border-color:#0f172a1f}.dest-card-cover-wrap{width:100%;overflow:hidden;background:#e5e7eb}.dest-card-cover-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.dest-card:hover .dest-card-cover-image{transform:scale(1.03)}.dest-card-body{padding:18px 18px 20px}.dest-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.dest-card-name{font-size:1.45rem;font-weight:900;line-height:1.15;letter-spacing:-.02em;color:#0f172a}.dest-card-pill{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;background:#f1f5f9;color:#334155;font-size:.92rem;font-weight:800;white-space:nowrap}.dest-card-province{margin-top:12px;font-size:1rem;font-weight:600;color:#475569}.dest-card-description{margin-top:14px;color:#64748b;line-height:1.75;min-height:86px}.dest-card-footer{margin-top:18px;padding-top:14px;border-top:1px solid rgba(15,23,42,.08)}.dest-card-link{font-size:.95rem;font-weight:800;color:#0f766e}@media(max-width:640px){.destinations-page{padding-top:22px;padding-bottom:48px}.dest-card-description{min-height:auto}}.destination-page{padding-bottom:64px;background:#fcfcfb}.destination-hero{position:relative;min-height:460px;overflow:hidden;width:100vw;margin-left:calc(50% - 50vw)}.destination-hero-media-wrap{position:absolute;inset:0}.destination-hero-media{width:100%;height:100%;object-fit:cover;transform:scale(1.03)}.destination-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000002e,#0009)}.destination-hero-content{position:relative;z-index:2;min-height:460px;display:grid;align-content:end;width:min(var(--maxWidth),92vw);margin:0 auto;padding-bottom:46px;color:#fff}.destination-badge{display:inline-flex;padding:7px 12px;border-radius:999px;background:#ffffff29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.82rem;font-weight:700}.destination-title{margin:14px 0 0;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:900}.destination-subtitle{margin:14px 0 0;max-width:760px;line-height:1.7;color:#ffffffeb}.destination-layout{display:grid;grid-template-columns:1fr 320px;gap:28px;margin-top:28px}@media(max-width:980px){.destination-layout{grid-template-columns:1fr}}.destination-intro-card,.destination-highlights-card,.destination-side-card,.destination-empty-state{border-radius:24px;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 30px #0f172a0d}.destination-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.destination-section-eyebrow{font-size:.8rem;font-weight:800;color:#0f766e;letter-spacing:.08em}.destination-count{background:#f1f5f9;padding:8px 14px;border-radius:999px;font-weight:700}.destination-highlights{display:grid;grid-template-columns:1fr 1fr;gap:14px}.destination-highlight-item{display:flex;gap:10px}.destination-highlight-dot{color:#10b981;font-weight:900}.destination-experience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.destination-experience-card{display:flex;flex-direction:column;border-radius:24px;overflow:hidden;background:#fff;border:1px solid rgba(15,23,42,.08);transition:all .25s ease}.destination-experience-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px #00000014}.destination-experience-image-wrap{overflow:hidden}.destination-experience-image{width:100%;height:100%;transition:transform .4s ease}.destination-experience-card:hover .destination-experience-image{transform:scale(1.05)}.destination-experience-body{padding:18px;display:flex;flex-direction:column;gap:14px}.destination-experience-tags{display:flex;gap:8px}.destination-tag{padding:5px 10px;border-radius:999px;font-size:.75rem;font-weight:700;background:#f1f5f9}.destination-tag-primary{background:#ecfeff;color:#0f766e}.destination-experience-title{font-size:1.2rem;font-weight:900}.destination-experience-title a{color:#0f172a;text-decoration:none}.destination-experience-title a:hover{color:#0f766e}.destination-experience-description{color:#475569;font-size:.95rem;line-height:1.6}.destination-experience-meta{display:grid;grid-template-columns:1fr 1fr;gap:12px}.destination-price-block,.destination-duration-block{background:#f8fafc;padding:14px;border-radius:16px;border:1px solid rgba(15,23,42,.06)}.destination-meta-label{font-size:.7rem;text-transform:uppercase;color:#64748b;font-weight:700}.destination-price-value{font-size:1.2rem;font-weight:900;color:#0f172a}.destination-duration-value{font-size:1.1rem;font-weight:800}.destination-meta-subtext{font-size:.8rem;color:#64748b}.destination-details-button{width:100%;border-radius:14px}@media(max-width:980px){.destination-experience-grid{grid-template-columns:1fr}}.info-page{display:flex;flex-direction:column;gap:28px}.info-hero{padding:8px 0 0}.info-eyebrow{display:inline-block;margin-bottom:10px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0ea35a}.info-title{margin:0;font-size:clamp(32px,5vw,52px);line-height:1.08;color:#0b1f44}.info-lead{max-width:760px;margin:16px 0 0;font-size:18px;line-height:1.7;color:var(--muted)}.info-section{display:flex;flex-direction:column;gap:18px}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.info-card{border:1px solid var(--border);border-radius:18px;background:#fff;padding:24px;box-shadow:var(--shadow)}.info-card h2{margin:0 0 14px;font-size:24px;color:#0b1f44}.info-card h3{margin:0 0 10px;font-size:18px;color:#0b1f44}.info-card p{margin:0 0 14px;line-height:1.75;color:#334155}.info-card p:last-child{margin-bottom:0}.info-card ul{margin:0 0 14px 20px;padding:0;color:#334155}.info-card li{margin-bottom:8px;line-height:1.6}.info-list{display:grid;gap:16px}.info-list-item{padding:16px 0;border-top:1px solid var(--border)}.info-list-item:first-child{border-top:none;padding-top:0}.policy-meta{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:8px 12px;border-radius:999px;background:#eef6ff;color:#0b1f44;font-size:14px;font-weight:600}@media(max-width:860px){.info-grid{grid-template-columns:1fr}.info-card{padding:20px}.info-title{font-size:34px}.info-lead{font-size:16px}}.about-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:24px;align-items:stretch;padding:8px 0 0}.about-hero__content,.about-hero__panel{border:1px solid var(--border);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.about-hero__content{padding:32px}.about-hero__title{margin:0;font-size:clamp(38px,5vw,60px);line-height:1.02;color:#0b1f44;max-width:12ch}.about-hero__lead{max-width:720px;margin:18px 0 0;font-size:18px;line-height:1.75;color:#475569}.about-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.about-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;text-decoration:none;font-weight:700;transition:.2s ease}.about-btn--primary{background:#0b1f44;color:#fff}.about-btn--primary:hover{transform:translateY(-1px)}.about-btn--secondary{border:1px solid var(--border);background:#fff;color:#0b1f44}.about-btn--secondary:hover{background:#f8fafc}.about-hero__panel{display:flex;flex-direction:column;gap:18px;padding:24px;background:linear-gradient(180deg,#0b1f44,#12306a);color:#fff}.about-highlight-card{padding:18px;border-radius:18px;background:#ffffff14}.about-highlight-card__label{display:inline-block;margin-bottom:10px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.85}.about-highlight-card strong{display:block;font-size:24px;line-height:1.15}.about-highlight-card p{margin:10px 0 0;color:#ffffffe6;line-height:1.6}.about-stats{display:grid;gap:14px}.about-stat{padding:16px 18px;border-radius:18px;background:#ffffff14}.about-stat strong{display:block;font-size:24px;line-height:1.1}.about-stat span{display:block;margin-top:6px;color:#ffffffe6;line-height:1.5}.about-section{display:flex;flex-direction:column;gap:18px}.about-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.about-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.about-feature{padding:18px;border:1px solid var(--border);border-radius:18px;background:#f8fafc}.about-feature h3{margin:0 0 10px;font-size:18px;color:#0b1f44}.about-feature p{margin:0;color:#475569;line-height:1.65}.about-cta{border:1px solid var(--border);border-radius:24px;padding:32px;background:linear-gradient(180deg,#f8fbff,#eef6ff);box-shadow:var(--shadow)}.about-cta__content{max-width:760px}.about-cta h2{margin:0;font-size:clamp(28px,4vw,40px);line-height:1.1;color:#0b1f44}.about-cta p{margin:14px 0 0;color:#475569;line-height:1.75;font-size:17px}@media(max-width:980px){.about-hero,.about-split,.about-feature-grid{grid-template-columns:1fr}.about-hero__title{max-width:none}}@media(max-width:860px){.about-hero__content,.about-hero__panel,.about-cta{padding:22px}.about-hero__lead{font-size:16px}}.ed-page{padding:32px 0}.ed-container{max-width:1000px;margin:0 auto;padding:0 16px}.ed-title{margin:0;font-size:32px;line-height:1.2}.ed-subtitle{margin:8px 0 24px;color:#556}.ed-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.ed-stat{background:#fff;border:1px solid #eef0f3;border-radius:14px;padding:16px;box-shadow:0 1px 2px #1018280a}.ed-stat-label{font-size:14px;color:#667}.ed-stat-value{font-size:24px;margin-top:10px;font-weight:700;color:#111827}.ed-stat-meta{margin-top:8px;color:#0c7a52;font-size:13px}.ed-card{background:#fff;border:1px solid #eef0f3;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px #1018280a}.ed-tabs{display:flex;gap:24px;padding:16px 16px 0;border-bottom:1px solid #eef0f3}.ed-tab{background:transparent;border:none;padding:12px 6px;cursor:pointer;color:#334;font-weight:600}.ed-tab.active{color:#0c7a52;border-bottom:2px solid #0c7a52}.ed-dot{display:inline-block;width:8px;height:8px;background:#d11;border-radius:50%;margin-left:8px;vertical-align:middle}.ed-content{padding:16px}.ed-top-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.ed-top-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.ed-h2{margin:0;font-size:18px}.ed-section-title{font-weight:700;font-size:18px}.ed-muted{color:#667}.ed-stack{display:flex;flex-direction:column;gap:14px}.ed-btn,.ed-btn-primary,.ed-btn-danger{border-radius:10px;padding:10px 12px;cursor:pointer;border:1px solid #d7dde3;background:#fff;font-weight:600}.ed-btn-primary{background:#0c7a52;color:#fff;border-color:#0c7a52}.ed-btn-danger{background:#fff;color:#b42318;border-color:#f3c0bb}.ed-select{border-radius:10px;padding:10px 12px;border:1px solid #d7dde3;background:#fff}.ed-req-list{display:flex;flex-direction:column;gap:14px}.ed-req-card{border:1px solid #eef0f3;border-radius:14px;padding:14px}.ed-req-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.ed-req-name{font-weight:800;color:#111827}.ed-req-exp{color:#667;margin-top:4px}.ed-req-right{text-align:right}.ed-req-time{color:#667;font-size:12px;margin-top:6px}.ed-pill{padding:6px 10px;border-radius:999px;font-size:12px;display:inline-block;font-weight:700}.ed-pill.pending{background:#fff4cc;color:#7a5a00}.ed-pill.confirmed{background:#dff7ea;color:#0c7a52}.ed-pill.declined{background:#fde3e3;color:#8a1a1a}.ed-req-meta{display:flex;gap:18px;margin-top:12px;color:#445;flex-wrap:wrap}.ed-req-msg{margin-top:12px;background:#f7f9fb;padding:12px;border-radius:12px}.ed-req-actions{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.ed-empty{padding:24px;text-align:center}.ed-empty-title{font-weight:800;margin-bottom:6px;color:#111827}.ed-empty-sub{color:#667}.ed-form-wrap{border:1px solid #eef0f3;border-radius:14px;padding:14px;background:#fff}@media(max-width:950px){.ed-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.ed-stats{grid-template-columns:1fr}.ed-tabs{gap:10px;flex-wrap:wrap}.ed-top-row{flex-direction:column;align-items:stretch}.ed-top-actions{justify-content:space-between}}.ed-uploader{border:2px dashed #cfd8e3;border-radius:14px;padding:22px 14px;text-align:center;cursor:pointer;background:#fff;transition:border-color .15s ease,background .15s ease}.ed-uploader.drag{border-color:#0c7a52;background:#f2fbf6}.ed-uploader-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#f2f4f7;color:#344054;font-weight:900;margin-bottom:10px}.ed-uploader-title{font-weight:800;color:#111827}.ed-uploader-sub{margin-top:6px;color:#667;font-size:13px}.ed-photo-grid{margin-top:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ed-photo{position:relative;border-radius:12px;overflow:hidden;border:1px solid #eef0f3;background:#f7f9fb;height:110px}.ed-photo-img{width:100%;height:100%;object-fit:cover;display:block}.ed-photo-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.7);background:#00000073;color:#fff;cursor:pointer;font-size:18px;line-height:26px}.ed-photo-warn{margin-top:10px;color:#b54708;font-size:13px;font-weight:700}@media(max-width:720px){.ed-photo-grid{grid-template-columns:repeat(2,1fr)}}.ed-level{display:grid;grid-template-columns:1fr 320px;gap:16px;padding:16px;margin:14px 0 18px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:var(--shadow)}@media(max-width:980px){.ed-level{grid-template-columns:1fr}}.ed-level-kicker{font-size:12px;color:var(--muted);font-weight:800;letter-spacing:.2px;text-transform:uppercase;margin-bottom:6px}.ed-level-title{font-size:16px;font-weight:900;margin-bottom:8px}.ed-level-desc{color:var(--muted);line-height:1.55}.ed-level-right{display:grid;align-content:start;gap:12px}.ed-level-badge{display:inline-flex;justify-content:center;align-items:center;height:44px;border-radius:12px;font-weight:900;border:1px solid var(--border);background:#10b9811a;color:#0ea35a}.ed-level-checklist{border:1px solid var(--border);border-radius:12px;padding:12px}.ed-level-check-title{font-weight:900;margin-bottom:10px}.ed-level-check-item{display:flex;gap:10px;align-items:flex-start;color:var(--muted);padding:6px 0}.ed-check{font-weight:900;line-height:1}.ed-level-check-item .ed-check{color:#0ea35a}.ed-level-check-item:nth-child(n+4) .ed-check{color:var(--muted)}.partner-hero{height:420px;display:grid;place-items:center;text-align:center;background:linear-gradient(to bottom,#00000080,#0009),url(https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=2400&q=80);background-size:cover;background-position:center;color:#fff}.partner-hero-inner{max-width:700px}.partner-sub{margin:16px 0 24px;opacity:.9}.partner-section{padding:60px 0}.partner-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:30px}.partner-card{border:1px solid var(--border);padding:20px;border-radius:16px}.partner-benefits{margin-top:20px;padding-left:20px;display:grid;gap:10px}.skeleton{background:linear-gradient(90deg,#eee 25%,#ddd 37%,#eee 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:8px}.skeleton-text{height:12px;margin-top:8px}.skeleton-text.short{width:40%}.skeleton-text.long{width:80%}.exp-card-media.skeleton{height:160px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.mr-page{padding-top:32px;padding-bottom:56px}.mr-header{margin-bottom:24px}.mr-title{margin:0 0 10px;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.mr-subtitle{margin:0;color:var(--muted);font-size:1.05rem}.mr-state-card{margin-top:20px;padding:24px}.mr-list{margin-top:20px;display:grid;gap:16px}.mr-card{overflow:hidden;padding:16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.mr-card:hover{transform:translateY(-2px)}.mr-card-grid{display:grid;grid-template-columns:220px 1fr;gap:18px;align-items:start}.mr-cover{min-height:160px;border-radius:16px;border:1px solid var(--border);background-color:#f5f7fb;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:600;text-align:center;padding:12px;overflow:hidden}.mr-content{min-width:0;display:flex;flex-direction:column;justify-content:flex-start}.mr-top{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:flex-start}.mr-card-title{margin:0;font-size:1.35rem;line-height:1.2}.mr-meta{margin:8px 0 0;color:var(--muted);line-height:1.45}.mr-status{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin-top:14px;padding:8px 12px;border-radius:999px;border:1px solid var(--border);font-weight:700;font-size:.92rem;white-space:nowrap}.mr-status--pending{background:#fff8e6;border-color:#f0d27a;color:#8a6700}.mr-status--accepted{background:#ecfdf3;border-color:#9ed8b5;color:#166534}.mr-status--declined{background:#fef2f2;border-color:#f0b7b7;color:#b42318}.mr-status--completed{background:#eff6ff;border-color:#b7cdf7;color:#1d4ed8}.mr-extra{display:grid;gap:8px;margin-top:14px;color:var(--text)}.mr-extra-label{color:var(--muted);font-weight:700}.mr-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.mr-actions .button,.mr-actions .button-secondary{min-width:150px;justify-content:center}.skeleton{position:relative;overflow:hidden;background:#eef2f7}.skeleton:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#ffffffa6,#fff0);animation:mr-shimmer 1.2s infinite}.skeleton-text{height:14px;border-radius:8px;margin-bottom:10px}.skeleton-text.short{width:120px}.skeleton-text.long{width:min(440px,90%)}@keyframes mr-shimmer{to{transform:translate(100%)}}@media(max-width:820px){.mr-card{padding:14px}.mr-card-grid{grid-template-columns:1fr}.mr-cover{min-height:190px}.mr-actions{flex-direction:column}.mr-actions .button,.mr-actions .button-secondary{width:100%;min-width:0}}@media(max-width:560px){.mr-page{padding-top:24px;padding-bottom:44px}.mr-title{font-size:2rem}.mr-card-title{font-size:1.2rem}.mr-cover{min-height:170px;border-radius:14px}.mr-state-card{padding:20px}}.bp-page{padding:28px 0 60px;background:#f7f8fb;min-height:100vh}.bp-container{width:min(1180px,92vw);margin:0 auto}.bp-hero{border:1px solid #e7eaf0;border-radius:24px;padding:28px;background:#fff;box-shadow:0 12px 34px #0f172a0f;margin-bottom:22px}.bp-badge{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#eef5ff;color:#1d4ed8;font-size:13px;font-weight:700;margin-bottom:14px}.bp-title{margin:0;font-size:clamp(30px,4vw,46px);line-height:1.06;color:#0f172a}.bp-subtitle{margin:14px 0 0;max-width:760px;color:#475569;font-size:16px;line-height:1.65}.bp-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.bp-primary,.bp-secondary{border-radius:14px;padding:13px 18px;font-size:15px;font-weight:700;cursor:pointer;transition:.2s ease}.bp-primary{border:none;background:#0f9f61;color:#fff;box-shadow:0 10px 24px #0f9f6133}.bp-primary:hover{transform:translateY(-1px);filter:brightness(.98)}.bp-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.bp-secondary{border:1px solid #d7dde8;background:#fff;color:#0f172a}.bp-secondary:hover{background:#f8fafc}.bp-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.bp-card{border:1px solid #e7eaf0;border-radius:24px;padding:24px;background:#fff;box-shadow:0 12px 34px #0f172a0f}.bp-h2{margin:0 0 14px;font-size:24px;color:#0f172a}.bp-list{display:grid;gap:14px}.bp-item{padding:16px;border:1px solid #ebeff5;border-radius:18px;background:#fbfcfe}.bp-item-title{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:6px}.bp-muted{color:#64748b;line-height:1.6}.bp-ul,.bp-ol{margin:0;padding-left:20px;color:#334155;line-height:1.7}.bp-divider{height:1px;background:#e9edf3;margin:18px 0}.bp-footer-cta{margin-top:18px}.bp-warning,.bp-status-box,.bp-error-box,.bp-success-box{border-radius:16px;padding:14px 16px;line-height:1.55}.bp-warning,.bp-status-box{background:#fff7ed;border:1px solid #fdba74;color:#9a3412}.bp-error-box{background:#fef2f2;border:1px solid #fca5a5;color:#b91c1c}.bp-success-box{background:#ecfdf5;border:1px solid #86efac;color:#166534}.bp-verify-card{margin-top:24px}.bp-verify-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.bp-status-chip{display:inline-flex;align-items:center;justify-content:center;min-width:100px;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:800}.bp-status-chip.pending{background:#fff7ed;color:#c2410c}.bp-status-chip.approved{background:#ecfdf5;color:#166534}.bp-status-chip.rejected{background:#fef2f2;color:#b91c1c}.bp-form{display:grid;gap:20px;margin-top:18px}.bp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bp-field{display:grid;gap:8px}.bp-label{font-size:14px;font-weight:700;color:#0f172a}.bp-required{color:#dc2626;font-weight:800}.bp-input,.bp-textarea{width:100%;border:1px solid #d9e0ea;border-radius:14px;background:#fff;padding:13px 14px;font-size:15px;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.bp-input:focus,.bp-textarea:focus{outline:none;border-color:#0f9f61;box-shadow:0 0 0 4px #0f9f611f}.bp-textarea{resize:vertical;min-height:120px}.bp-upload-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.bp-upload-card{border:1px solid #e6ebf2;border-radius:20px;background:#fbfcfe;padding:16px;display:grid;gap:12px}.bp-upload-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.bp-upload-top h3{margin:0;font-size:16px;color:#0f172a}.bp-upload-preview,.bp-upload-placeholder{width:100%;aspect-ratio:4 / 3;border-radius:16px}.bp-upload-preview{object-fit:cover;border:1px solid #dbe3ee;background:#fff}.bp-upload-placeholder{display:flex;align-items:center;justify-content:center;border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;font-size:14px;text-align:center;padding:12px}.bp-upload-actions{display:flex;gap:10px;flex-wrap:wrap}.bp-upload-btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:12px;background:#0f172a;color:#fff;padding:10px 14px;font-size:13px;font-weight:700;cursor:pointer}.bp-upload-btn-ghost{background:#fff;border:1px solid #d9e0ea;color:#0f172a}.bp-file-name{font-size:13px;color:#64748b;min-height:18px}.bp-submit-row{display:flex;flex-wrap:wrap;gap:12px;padding-top:4px}@media(max-width:980px){.bp-grid,.bp-upload-grid,.bp-form-grid{grid-template-columns:1fr}.bp-verify-head{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.bp-page{padding:18px 0 40px}.bp-card,.bp-hero{padding:18px;border-radius:20px}.bp-primary,.bp-secondary,.bp-upload-btn{width:100%}.bp-cta-row,.bp-submit-row,.bp-upload-actions{flex-direction:column}}.ep-page{padding-top:32px;padding-bottom:48px}.ep-breadcrumb{margin-bottom:20px;color:#6b7a90;font-size:.95rem}.ep-breadcrumb a{color:inherit;text-decoration:none}.ep-breadcrumb a:hover{text-decoration:underline}.ep-hero{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr);gap:20px;align-items:stretch}.ep-hero-main,.ep-card,.ep-state-card,.ep-empty-card{background:#fff;border:1px solid #dfe7f1;border-radius:24px;box-shadow:0 12px 30px #1018280f}.ep-hero-main{padding:28px}.ep-card{padding:24px}.ep-hero-left{display:flex;align-items:center;gap:24px;min-height:220px}.ep-avatar-shell{width:138px;min-width:138px;height:138px;border-radius:28px;background:linear-gradient(180deg,#f5f9ff,#edf5ff);border:1px solid #d8e6f7;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 1px #ffffffe6}.ep-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.ep-avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#12326b,#1c7f5d);color:#fff;font-size:2rem;font-weight:800;letter-spacing:.04em}.ep-identity{flex:1;min-width:0}.ep-hero-kicker,.ep-section-kicker{font-size:.85rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#08a64f;margin-bottom:8px}.ep-title{margin:0 0 12px;font-size:clamp(2rem,3vw,2.6rem);line-height:1.05;color:#0b1f44}.ep-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 14px;border-radius:999px;font-size:.95rem;font-weight:700}.ep-pill-primary{background:#0bb157;color:#fff}.pill-soft{background:#eef4fa;color:#3c526f}.ep-bio{margin:0 0 14px;max-width:720px;font-size:1.04rem;line-height:1.75}.ep-level-note{display:inline-flex;align-items:center;min-height:38px;padding:10px 14px;border-radius:14px;background:#f7fafc;border:1px solid #e4edf5;color:#58708d;font-size:.95rem;line-height:1.5}.ep-card-title{margin-bottom:12px;font-size:1.4rem;font-weight:800;color:#0b1f44}.ep-contact-card{display:flex;flex-direction:column;justify-content:center}.ep-contact-value{line-height:1.7}.ep-actions{display:flex;gap:10px;flex-wrap:wrap}.ep-note{line-height:1.65}.ep-section{margin-top:28px}.ep-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.ep-section-title{margin:0;font-size:2rem;color:#0b1f44}.ep-total{font-weight:700;color:#5a6f8d}.ep-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ep-exp-card{background:#fff;border:1px solid #dfe7f1;border-radius:22px;overflow:hidden;box-shadow:0 10px 24px #1018280f;display:flex;flex-direction:column}.ep-exp-cover-wrap{position:relative;height:190px;overflow:hidden;background:#f4f7fb}.ep-exp-cover-image{width:100%;height:100%;object-fit:cover;display:block}.ep-exp-level-badge{position:absolute;top:14px;left:14px;background:#12326b;color:#fff;border-radius:999px;padding:8px 12px;font-size:.82rem;font-weight:800;line-height:1;box-shadow:0 10px 20px #12326b38}.ep-exp-body{padding:18px 16px 20px;display:flex;flex-direction:column;gap:12px}.ep-exp-title-row{display:flex;align-items:start;justify-content:space-between;gap:12px}.ep-exp-title{font-size:1.05rem;font-weight:800;line-height:1.35;color:#0b1f44}.ep-exp-price{font-size:1rem;font-weight:800;white-space:nowrap;color:#0b1f44}.ep-exp-destination,.ep-exp-sub{line-height:1.65}.ep-exp-meta{display:flex;gap:8px;flex-wrap:wrap}.ep-exp-actions{margin-top:auto}.ep-exp-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:14px;background:#eef9f2;border:1px solid #bfe6cc;color:#0b8f46;text-decoration:none;font-weight:800}.ep-exp-link:hover{background:#e4f6ea}.ep-state-card,.ep-empty-card{padding:28px}.row-between{display:flex;justify-content:space-between;align-items:center}.muted{color:#60738f}.mt-md{margin-top:16px}.mt-xl{margin-top:28px}@media(max-width:1100px){.ep-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ep-hero{grid-template-columns:1fr}}@media(max-width:760px){.ep-page{padding-top:20px}.ep-hero-main,.ep-card,.ep-state-card,.ep-empty-card{border-radius:20px}.ep-hero-main{padding:22px}.ep-hero-left{flex-direction:column;align-items:flex-start;min-height:auto}.ep-avatar-shell{width:112px;min-width:112px;height:112px;border-radius:24px}.ep-title{font-size:2rem}.ep-grid{grid-template-columns:1fr}.ep-section-head,.row-between{flex-direction:column;align-items:flex-start}}.nf-page{padding-top:30px;padding-bottom:70px;display:flex;justify-content:center}.nf-card{width:min(860px,100%);border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:var(--shadow);padding:22px}.nf-code{font-size:64px;font-weight:900;letter-spacing:-1px;line-height:1}.nf-title{margin:10px 0 8px}.nf-sub{margin:0}.nf-path{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:#0f172a0f;border:1px solid var(--border);padding:2px 8px;border-radius:999px}.nf-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.nf-tip{margin-top:20px;border-top:1px solid var(--border);padding-top:14px}.nf-tip-title{font-weight:900;margin-bottom:6px}.rp-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:48px 16px;background:linear-gradient(180deg,#f8fafceb,#f1f5f9fa)}.rp-card{width:100%;max-width:520px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:32px 28px;box-shadow:0 20px 50px #0f172a14}.rp-header{margin-bottom:20px}.rp-badge{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:6px 12px;border-radius:999px;background:#0f172a0f;color:#0f172a;font-size:.8rem;font-weight:700;letter-spacing:.04em;margin-bottom:14px}.rp-title{margin:0 0 10px;font-size:clamp(1.8rem,3vw,2.3rem);line-height:1.1;color:#0f172a}.rp-subtitle{margin:0;font-size:.98rem;line-height:1.6;color:#475569}.rp-form{display:flex;flex-direction:column;gap:16px}.rp-field{display:flex;flex-direction:column;gap:8px}.rp-label{font-size:.95rem;font-weight:600;color:#0f172a}.rp-input{width:100%;min-height:48px;padding:12px 14px;border:1px solid #d0d5dd;border-radius:14px;outline:none;font-size:.96rem;background:#fff;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.rp-input:focus{border-color:#0f172a;box-shadow:0 0 0 4px #0f172a14}.rp-input:disabled{background:#f8fafc;cursor:not-allowed}.rp-hint{margin:-4px 0 0;font-size:.88rem;line-height:1.5;color:#64748b}.rp-submit{width:100%;min-height:48px;margin-top:4px;border:none;border-radius:14px;background:#0f172a;color:#fff;font-size:.98rem;font-weight:700;cursor:pointer;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease}.rp-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #0f172a29}.rp-submit:disabled{opacity:.7;cursor:not-allowed}.rp-message{margin-bottom:16px;padding:12px 14px;border-radius:14px;font-size:.93rem;line-height:1.5}.rp-message-error{background:#fef2f2;border:1px solid #fecaca;color:#b42318}.rp-message-success{background:#ecfdf3;border:1px solid #abefc6;color:#027a48}.rp-footer{margin-top:18px;display:flex;justify-content:center}.rp-link{color:#0f172a;font-size:.95rem;font-weight:600;text-decoration:none}.rp-link:hover{text-decoration:underline}@media(max-width:640px){.rp-page{padding:28px 14px;align-items:flex-start}.rp-card{padding:24px 18px;border-radius:20px}.rp-title{font-size:1.65rem}.rp-subtitle{font-size:.94rem}}
