:root {
  --bg: #0a0d0c;
  --surface: #111514;
  --surface-2: #171c1a;
  --surface-3: #202622;
  --line: rgba(255,255,255,.08);
  --text: #f5f7f6;
  --muted: #929b96;
  --green: #62e6a5;
  --green-dark: #163b2b;
  --orange: #ff8b4a;
  --danger: #ff6b6b;
  --shadow: 0 24px 70px rgba(0,0,0,.34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button { cursor: pointer; position:relative; isolation:isolate; }
button > * { pointer-events:none; }
.ripple-wave { position:absolute; z-index:-1; width:12px; height:12px; margin:-6px; border-radius:50%; background:rgba(255,255,255,.32); pointer-events:none; animation:rippleWave .58s ease-out forwards; }
@keyframes rippleWave { to { transform:scale(28); opacity:0; } }
.app-shell { min-height: 100vh; padding-bottom: 86px; }
.topbar { height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; background: rgba(10,13,12,.88); backdrop-filter: blur(20px); }
.brand { display:flex; align-items:center; gap:10px; font: 800 20px/1 Manrope, sans-serif; letter-spacing:-.6px; color:white; border:0; background:none; }
.brand-mark { width:32px; height:32px; border-radius:10px; display:grid; place-items:center; color:#07110d; background:var(--green); transform:rotate(-5deg); }
.topnav { display:flex; gap:6px; }
.nav-link { border:0; background:transparent; color:var(--muted); padding:10px 14px; border-radius:12px; font-weight:600; transition:.2s; }
.nav-link:hover, .nav-link.active { color:white; background:var(--surface-2); }
.avatar { width:38px; height:38px; border-radius:50%; object-fit:cover; border:2px solid var(--surface-3); }
.mobile-nav { position:fixed; z-index:30; bottom:0; left:0; right:0; display:none; justify-content:space-around; padding:8px 8px max(8px, env(safe-area-inset-bottom)); background:rgba(13,16,15,.95); backdrop-filter:blur(18px); border-top:1px solid var(--line); }
.mobile-link { color:#79827d; border:0; background:none; display:grid; place-items:center; gap:4px; font-size:10px; min-width:55px; }
.mobile-link svg { width:21px; }
.mobile-link.active { color:var(--green); }
.page { width:min(1180px, 90vw); margin:0 auto; padding:42px 0 72px; animation:fade .25s ease; }
@keyframes fade { from { opacity:0; transform:translateY(5px) } }
.eyebrow { color:var(--green); text-transform:uppercase; letter-spacing:1.7px; font-size:12px; font-weight:800; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { font-family:Manrope, sans-serif; letter-spacing:-.035em; }
h1 { font-size:clamp(36px,5vw,68px); line-height:1.02; margin-bottom:18px; }
h2 { font-size:clamp(25px,3vw,36px); }
h3 { font-size:17px; }
.muted { color:var(--muted); }
.hero { min-height:calc(100vh - 72px); display:grid; grid-template-columns:1.08fr .92fr; align-items:center; gap:7vw; padding-top:34px; }
.hero-copy p { color:#adb5b1; font-size:18px; line-height:1.65; max-width:570px; }
.hero-actions { display:flex; gap:12px; margin:30px 0 42px; }
.btn { border:1px solid transparent; border-radius:14px; padding:13px 18px; font-weight:800; display:inline-flex; align-items:center; justify-content:center; gap:9px; color:#07110d; background:var(--green); transition:transform .2s, filter .2s; }
.btn:hover { transform:translateY(-2px); filter:brightness(1.05); }
.btn:active { transform:translateY(0) scale(.96); }
.btn.secondary { color:white; background:var(--surface-2); border-color:var(--line); }
.btn.orange { background:var(--orange); }
.btn.small { padding:10px 13px; border-radius:11px; font-size:13px; }
.social-proof { display:flex; align-items:center; gap:14px; color:var(--muted); font-size:13px; }
.proof-avatars { display:flex; }
.proof-avatars img { width:32px; height:32px; border-radius:50%; object-fit:cover; border:2px solid var(--bg); margin-left:-8px; }
.proof-avatars img:first-child { margin-left:0; }
.hero-visual { position:relative; min-height:590px; display:grid; place-items:center; }
.destination-card { width:min(100%,420px); height:535px; border-radius:32px; overflow:hidden; position:relative; box-shadow:var(--shadow); background:linear-gradient(180deg,transparent 45%,rgba(4,9,7,.92)), url('https://images.unsplash.com/photo-1528127269322-539801943592?w=1200&auto=format&fit=crop') center/cover; }
.destination-card::before { content:""; position:absolute; inset:0; border:1px solid rgba(255,255,255,.13); border-radius:inherit; }
.dest-top { position:absolute; inset:20px 20px auto; display:flex; justify-content:space-between; }
.pill { padding:8px 11px; border:1px solid rgba(255,255,255,.14); border-radius:999px; font-size:12px; font-weight:700; background:rgba(8,11,10,.62); backdrop-filter:blur(12px); }
.dest-bottom { position:absolute; inset:auto 25px 26px; }
.dest-bottom h2 { font-size:36px; margin-bottom:7px; }
.trip-meta { display:flex; gap:18px; color:#d2d7d4; font-size:13px; margin:18px 0; }
.budget-mini { background:rgba(16,22,19,.82); border:1px solid var(--line); border-radius:18px; padding:15px; backdrop-filter:blur(12px); }
.budget-row { display:flex; justify-content:space-between; font-size:12px; }
.progress { height:7px; background:rgba(255,255,255,.1); border-radius:999px; overflow:hidden; margin-top:10px; }
.progress > span { display:block; height:100%; border-radius:inherit; background:var(--green); }
.floating-card { position:absolute; border:1px solid var(--line); border-radius:18px; background:rgba(20,25,23,.9); backdrop-filter:blur(16px); box-shadow:0 15px 40px rgba(0,0,0,.3); padding:14px 16px; }
.floating-card.cost { left:-25px; top:96px; }
.floating-card.saved { right:-20px; bottom:95px; }
.floating-card strong { display:block; margin-top:4px; }
.floating-card .icon-bubble { width:34px; height:34px; background:var(--green-dark); color:var(--green); border-radius:11px; display:grid; place-items:center; float:left; margin-right:11px; }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:26px; }
.section-head h1,.section-head h2 { margin-bottom:6px; }
.grid { display:grid; gap:18px; }
.stats-grid { grid-template-columns:repeat(4,1fr); }
.card { background:var(--surface); border:1px solid var(--line); border-radius:20px; padding:20px; }
.stat-card { min-height:135px; }
.stat-label { display:flex; align-items:center; justify-content:space-between; color:var(--muted); font-size:13px; }
.stat-icon { width:34px; height:34px; border-radius:11px; display:grid; place-items:center; background:var(--surface-3); color:var(--green); }
.stat-card strong { font:700 28px Manrope; display:block; margin-top:18px; letter-spacing:-1px; }
.delta { font-size:12px; color:var(--green); }
.dashboard-grid { grid-template-columns:1.25fr .75fr; margin-top:18px; }
.budget-card { background:linear-gradient(145deg,#15221c,#101512 70%); }
.budget-main { display:flex; align-items:center; gap:30px; }
.donut { width:128px; height:128px; border-radius:50%; display:grid; place-items:center; background:conic-gradient(var(--green) 0 78%, #27302c 78%); flex:0 0 auto; }
.donut::after { content:""; width:92px; height:92px; background:#142019; border-radius:50%; position:absolute; }
.donut b { z-index:1; font:700 21px Manrope; }
.budget-details { flex:1; }
.budget-line { display:flex; justify-content:space-between; padding:10px 0; border-bottom:1px solid var(--line); font-size:13px; }
.budget-line:last-child { border:0; }
.budget-line span { color:var(--muted); }
.good-status { color:var(--green); background:rgba(98,230,165,.1); border:1px solid rgba(98,230,165,.2); border-radius:12px; padding:12px; font-size:13px; margin-top:15px; }
.step-list { display:grid; gap:10px; }
.step { width:100%; color:white; text-align:left; display:flex; align-items:center; gap:12px; padding:13px; border-radius:14px; background:var(--surface-2); border:1px solid transparent; cursor:pointer; }
.step:hover { border-color:var(--line); }
.step:active { transform:scale(.98); }
.step.is-complete { border-color:rgba(98,230,165,.16); background:linear-gradient(110deg,rgba(98,230,165,.09),var(--surface-2) 65%); }
.step.is-complete .step-icon { color:var(--green); background:var(--green-dark); }
.step-icon { width:36px; height:36px; border-radius:11px; display:grid; place-items:center; background:var(--surface-3); color:var(--muted); }
.step-info { flex:1; }
.step-info strong { display:block; font-size:14px; }
.status { font-size:11px; font-weight:700; }
.status.done { color:var(--green); }
.status.progressing { color:var(--orange); }
.status.pending { color:var(--muted); }
.form-layout { display:grid; grid-template-columns:1fr 350px; gap:22px; align-items:start; }
.destination-research { margin-bottom:30px; border:1px solid var(--line); border-radius:24px; overflow:hidden; background:var(--surface); }
.research-heading { display:grid; grid-template-columns:1fr minmax(330px,480px); gap:20px; align-items:center; padding:20px; }
.research-heading > div:first-child { display:flex; align-items:center; gap:12px; }
.research-heading h3,.research-heading p { margin:0; }
.research-heading p { margin-top:3px; color:var(--muted); font-size:12px; }
.research-icon { width:42px; height:42px; flex:0 0 auto; display:grid; place-items:center; color:var(--green); background:var(--green-dark); border-radius:13px; }
.destination-search { display:flex; gap:8px; }
.destination-search .input { min-width:0; }
.quick-destinations { grid-column:1/-1; display:flex; align-items:center; gap:7px; overflow-x:auto; }
.quick-destinations > span { color:var(--muted); font-size:11px; }
.quick-destinations button { white-space:nowrap; padding:7px 10px; border:1px solid var(--line); border-radius:999px; color:#bac2be; background:var(--surface-2); font-size:11px; transition:.2s; }
.quick-destinations button:hover,.quick-destinations button.selection-pop { color:var(--green); border-color:rgba(98,230,165,.5); background:rgba(98,230,165,.1); transform:translateY(-2px) scale(1.03); }
.guide-result { display:grid; grid-template-columns:.9fr 1.1fr; min-height:275px; border-top:1px solid var(--line); background:#0e1210; animation:fade .25s ease; }
.guide-photo { min-height:275px; padding:22px; background-size:cover; background-position:center; display:flex; flex-direction:column; justify-content:space-between; }
.guide-photo > div { max-width:330px; }
.guide-photo small { color:var(--green); font-weight:800; text-transform:uppercase; letter-spacing:1.4px; }
.guide-photo h2 { margin:5px 0 4px; font-size:31px; }
.guide-photo p { margin:0; color:#d5dbd7; font-size:13px; }
.guide-country { align-self:flex-start; padding:7px 10px; border-radius:999px; background:#0008; backdrop-filter:blur(8px); font-size:11px; font-weight:700; }
.guide-info { padding:20px; }
.guide-metrics { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.guide-metrics > div { display:flex; align-items:center; gap:9px; padding:10px; color:var(--green); background:var(--surface-2); border-radius:12px; }
.guide-metrics span,.guide-metrics small,.guide-metrics b { display:block; }
.guide-metrics small { color:var(--muted); font-size:9px; }
.guide-metrics b { color:white; font-size:11px; }
.guide-bottom { display:grid; grid-template-columns:1fr auto; align-items:end; gap:15px; margin-top:16px; }
.guide-bottom small { color:var(--muted); font-size:10px; }
.spot-list { display:flex; flex-wrap:wrap; gap:5px; margin:6px 0 10px; }
.spot-list span { padding:5px 8px; border:1px solid var(--line); border-radius:8px; color:#d6dcd8; font-size:10px; }
.guide-bottom p { display:flex; align-items:flex-start; gap:6px; margin:0; color:var(--muted); font-size:10px; line-height:1.4; }
.guide-bottom p svg { flex:0 0 auto; width:14px; color:var(--orange); }
.planning-divider { display:flex; align-items:center; gap:12px; margin:5px 0 20px; color:var(--muted); font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1.2px; }
.planning-divider::before,.planning-divider::after { content:""; height:1px; flex:1; background:var(--line); }
.form-card { padding:28px; }
.form-section { padding-bottom:27px; margin-bottom:27px; border-bottom:1px solid var(--line); }
.form-section:last-child { border:0; margin:0; padding:0; }
.form-section h3 { margin-bottom:18px; }
.fields { display:grid; grid-template-columns:repeat(2,1fr); gap:15px; }
.field.full { grid-column:1/-1; }
.field label { display:block; color:#b8c0bc; font-size:12px; font-weight:700; margin:0 0 8px 2px; }
.input { width:100%; border:1px solid var(--line); color:white; background:var(--surface-2); border-radius:13px; padding:13px 14px; outline:none; color-scheme:dark; }
.input { transition:border-color .2s,box-shadow .2s,transform .2s; }
.input:focus { border-color:rgba(98,230,165,.55); box-shadow:0 0 0 3px rgba(98,230,165,.08),0 8px 24px rgba(0,0,0,.16); transform:translateY(-1px); }
.choice-row { display:flex; flex-wrap:wrap; gap:9px; }
.choice { position:relative; }
.choice input { position:absolute; opacity:0; }
.choice span { display:block; padding:10px 13px; color:var(--muted); background:var(--surface-2); border:1px solid var(--line); border-radius:12px; font-size:13px; transition:.22s cubic-bezier(.2,.8,.2,1); }
.choice span::after { content:""; display:inline-block; width:0; height:6px; margin-left:0; opacity:0; border-left:2px solid currentColor; border-bottom:2px solid currentColor; transform:scale(0) rotate(-45deg); transition:.22s; }
.choice:hover span { color:white; border-color:rgba(255,255,255,.18); transform:translateY(-2px); }
.choice input:checked + span { color:var(--green); border-color:rgba(98,230,165,.5); background:rgba(98,230,165,.1); box-shadow:0 5px 16px rgba(40,180,120,.08); animation:choicePop .18s ease-out; }
.choice input:checked + span::after { width:9px; margin-left:8px; opacity:1; transform:scale(1) rotate(-45deg); }
@keyframes choicePop { 0% { transform:scale(.97); } 100% { transform:scale(1); } }
.trip-preview { position:sticky; top:92px; }
.preview-image { height:190px; margin:-20px -20px 18px; border-radius:20px 20px 0 0; background:linear-gradient(0deg,rgba(4,8,6,.7),transparent),url('https://images.unsplash.com/photo-1533105079780-92b9be482077?w=900&auto=format&fit=crop') center/cover; display:flex; align-items:end; padding:18px; }
.preview-image h3 { margin:0; font-size:24px; }
.mini-row { display:flex; justify-content:space-between; padding:11px 0; border-bottom:1px solid var(--line); font-size:13px; }
.mini-row span { color:var(--muted); }
.accommodation-grid { grid-template-columns:repeat(3,1fr); }
.hotel-card { position:relative; padding:0; overflow:hidden; transition:transform .28s,box-shadow .28s,border-color .28s; }
.hotel-card:hover { transform:translateY(-5px); box-shadow:0 18px 50px rgba(0,0,0,.25); }
.hotel-card.selected { border-color:rgba(98,230,165,.7); box-shadow:0 0 0 1px rgba(98,230,165,.16),0 12px 32px rgba(48,185,124,.1); animation:cardSelected .2s ease-out; }
.hotel-card.selected::after { content:"✓ Hospedagem escolhida"; position:absolute; top:12px; right:12px; padding:7px 10px; border-radius:999px; color:#062417; background:var(--green); font-size:10px; font-weight:900; box-shadow:0 8px 20px #0006; }
@keyframes cardSelected { 0% { transform:scale(.985); } 100% { transform:scale(1); } }
.hotel-image { height:220px; width:100%; object-fit:cover; display:block; }
.hotel-body { padding:18px; }
.hotel-title { display:flex; justify-content:space-between; gap:10px; }
.rating { color:#ffc66d; font-size:13px; white-space:nowrap; }
.hotel-place { color:var(--muted); font-size:13px; margin:7px 0 17px; }
.hotel-footer { display:flex; justify-content:space-between; align-items:end; }
.price small { color:var(--muted); display:block; }
.price strong { font:700 19px Manrope; }
.filter-chips { display:flex; gap:8px; overflow:auto; }
.filter-chip { white-space:nowrap; border:1px solid var(--line); color:var(--muted); background:var(--surface); border-radius:999px; padding:9px 13px; transition:.22s cubic-bezier(.2,.8,.2,1); }
.filter-chip:hover { color:white; transform:translateY(-2px); }
.filter-chip.active { background:var(--green); color:#07110d; border-color:var(--green); font-weight:800; box-shadow:0 5px 16px rgba(98,230,165,.13); animation:pillSelect .18s ease-out; }
@keyframes pillSelect { 0% { transform:scale(.96); } 100% { transform:scale(1); } }
.community-layout { display:grid; grid-template-columns:minmax(0,650px) 310px; gap:24px; justify-content:center; }
.community-page { max-width:1040px; }
.stories-card { margin:0 0 24px; padding:17px; border:1px solid var(--line); border-radius:20px; background:var(--surface); }
.stories-head { display:flex; align-items:center; justify-content:space-between; gap:15px; margin-bottom:15px; }
.stories-head strong,.stories-head span { display:block; }
.stories-head span { margin-top:2px; color:var(--muted); font-size:12px; }
.story-publish { border:0; border-radius:11px; padding:9px 12px; color:var(--green); background:rgba(98,230,165,.09); display:flex; align-items:center; gap:6px; font-weight:700; font-size:12px; }
.stories-scroll { display:flex; gap:15px; overflow-x:auto; padding:1px 2px 4px; scrollbar-width:none; }
.stories-scroll::-webkit-scrollbar { display:none; }
.story { min-width:68px; padding:0; border:0; color:white; background:none; text-align:center; }
.story-ring { width:64px; height:64px; padding:3px; border-radius:50%; display:block; position:relative; background:linear-gradient(135deg,var(--orange),#ff477e 48%,var(--green)); }
.story-ring img { width:100%; height:100%; display:block; object-fit:cover; border-radius:50%; border:3px solid var(--surface); }
.story small { display:block; max-width:68px; margin-top:6px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#cdd3d0; }
.story.add .story-ring { background:var(--surface-3); }
.story.add .story-ring b { position:absolute; right:0; bottom:0; width:21px; height:21px; display:grid; place-items:center; border-radius:50%; color:#07110d; background:var(--green); border:2px solid var(--surface); }
.verified-trip { display:flex; align-items:center; gap:5px; color:var(--green); font-size:11px; font-weight:700; }
.verified-trip svg { width:14px; }
.feed { display:grid; gap:18px; }
.post { padding:0; overflow:hidden; }
.post-head { display:flex; align-items:center; gap:11px; padding:16px; }
.post-head .avatar { width:42px; height:42px; }
.post-user { flex:1; }
.post-user strong { display:block; font-size:14px; }
.post-user span { color:var(--muted); font-size:12px; }
.post-media { height:390px; width:100%; object-fit:cover; display:block; }
.post-body { padding:16px; }
.post-stats { display:flex; gap:10px; margin-bottom:15px; }
.post-stat { flex:1; padding:10px; background:var(--surface-2); border-radius:12px; }
.post-stat small { color:var(--muted); display:block; }
.post-stat strong { font-size:13px; }
.post-caption { font-size:14px; line-height:1.55; }
.trip-details { margin-top:18px; padding-top:17px; border-top:1px solid var(--line); }
.trip-facts { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.trip-facts > div { display:flex; align-items:center; gap:10px; min-width:0; padding:11px; background:var(--surface-2); border-radius:12px; color:var(--green); }
.trip-facts span,.trip-facts small,.trip-facts b { display:block; min-width:0; }
.trip-facts small { color:var(--muted); font-size:10px; }
.trip-facts b { color:white; font-size:12px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.detail-title { display:flex; align-items:center; justify-content:space-between; margin:20px 0 11px; font-size:13px; }
.detail-title span { color:var(--muted); font-size:11px; }
.expense-list { display:grid; gap:9px; }
.expense { display:grid; grid-template-columns:80px 1fr 65px; align-items:center; gap:9px; font-size:11px; }
.expense > span { color:var(--muted); }
.expense > div { height:5px; border-radius:9px; background:var(--surface-3); overflow:hidden; }
.expense i { display:block; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--green),#42b981); }
.expense b { text-align:right; font-size:11px; }
.route-days { display:flex; gap:8px; overflow-x:auto; padding-bottom:5px; scrollbar-width:none; }
.route-day { min-width:145px; padding:11px; border:1px solid var(--line); border-radius:12px; background:var(--surface-2); display:flex; gap:8px; align-items:flex-start; }
.route-day b { width:22px; height:22px; flex:0 0 auto; display:grid; place-items:center; border-radius:7px; background:var(--green-dark); color:var(--green); font-size:10px; }
.route-day span { color:#d8ddda; font-size:11px; line-height:1.35; }
.copy-trip { width:100%; margin:18px 0 2px; padding:13px; border:1px solid rgba(98,230,165,.25); border-radius:14px; background:rgba(98,230,165,.08); color:var(--green); display:flex; align-items:center; gap:11px; text-align:left; }
.copy-trip span { flex:1; }
.copy-trip b,.copy-trip small { display:block; }
.copy-trip small { margin-top:2px; color:#9aa49f; }
.copy-trip:hover { background:rgba(98,230,165,.13); }
.post-actions { display:flex; gap:6px; padding-top:13px; border-top:1px solid var(--line); }
.story-viewer { position:fixed; z-index:100; inset:0; display:none; place-items:center; overflow:hidden; background:#050605; }
.story-viewer.open { display:grid; }
.story-photo { width:min(100%,470px); height:100%; object-fit:cover; }
.story-viewer::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(#0009,transparent 25%,transparent 70%,#000b); }
.story-progress { position:absolute; z-index:2; top:15px; left:50%; width:min(calc(100% - 30px),440px); height:3px; transform:translateX(-50%); border-radius:4px; background:#ffffff55; overflow:hidden; }
.story-progress i { display:block; width:70%; height:100%; background:white; }
.story-view-user { position:absolute; z-index:3; top:30px; left:50%; width:min(calc(100% - 35px),425px); transform:translateX(-50%); display:flex; align-items:center; gap:10px; }
.story-view-user img { width:38px; height:38px; border-radius:50%; object-fit:cover; border:2px solid white; }
.story-view-user span,.story-view-user b,.story-view-user small { display:block; }
.story-view-user small { color:#ddd; }
.story-close { position:absolute; z-index:4; top:28px; right:calc(50% - min(46vw,220px)); border:0; background:none; color:white; font-size:28px; }
.story-reply { position:absolute; z-index:3; bottom:25px; left:50%; width:min(calc(100% - 35px),425px); transform:translateX(-50%); padding:12px 16px; border:1px solid #fff7; border-radius:999px; display:flex; justify-content:space-between; color:#eee; font-size:13px; }
.action { flex:1; color:var(--muted); border:0; background:transparent; padding:8px; border-radius:9px; display:flex; justify-content:center; align-items:center; gap:6px; }
.action:hover,.action.liked { color:var(--green); background:var(--surface-2); }
.side-card { margin-bottom:18px; }
.trend { width:100%; color:white; text-align:left; display:flex; align-items:center; gap:12px; padding:11px 0; border:0; border-bottom:1px solid var(--line); background:transparent; }
.trend > svg { margin-left:auto; color:var(--muted); }
.trend:last-child { border:0; }
.trend-icon { width:42px; height:42px; border-radius:12px; display:grid; place-items:center; background:var(--green-dark); color:var(--green); font-weight:800; }
.trend strong,.trend span { display:block; }
.trend span { color:var(--muted); font-size:12px; }
.profile-cover { height:250px; border-radius:26px; background:linear-gradient(0deg,rgba(7,10,9,.9),transparent),url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1600&auto=format&fit=crop') center/cover; position:relative; margin-bottom:75px; }
.profile-main { position:absolute; left:30px; bottom:-55px; display:flex; align-items:end; gap:18px; }
.profile-avatar { width:112px; height:112px; object-fit:cover; border-radius:28px; border:5px solid var(--bg); }
.profile-main h1 { font-size:32px; margin:0 0 5px; }
.profile-main p { margin:0 0 12px; color:#c7ceca; }
.profile-grid { grid-template-columns:1fr 1fr; }
.achievements { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.achievement { display:flex; gap:11px; align-items:center; padding:13px; background:var(--surface-2); border-radius:13px; }
.badge { width:39px; height:39px; border-radius:12px; display:grid; place-items:center; background:rgba(255,139,74,.12); color:var(--orange); }
.achievement strong { display:block; font-size:13px; }
.achievement span { color:var(--muted); font-size:11px; }
.trip-row { width:100%; color:white; text-align:left; display:flex; align-items:center; gap:13px; padding:12px 0; border:0; border-bottom:1px solid var(--line); background:transparent; }
.trip-row img { width:62px; height:52px; border-radius:12px; object-fit:cover; }
.trip-row > span { flex:1; }
.trip-row strong,.trip-row small { display:block; }
.trip-row small { color:var(--muted); font-size:12px; }
.action-modal { position:fixed; z-index:90; inset:0; display:none; align-items:end; justify-content:center; }
.action-modal.open { display:flex; }
.modal-backdrop { position:absolute; inset:0; width:100%; border:0; background:#000b; backdrop-filter:blur(5px); }
.modal-panel { position:relative; z-index:1; width:min(520px,100%); max-height:88vh; overflow:auto; padding:24px; border:1px solid var(--line); border-radius:24px 24px 0 0; background:var(--surface); box-shadow:0 -25px 80px #0009; animation:modalUp .24s ease; }
@keyframes modalUp { from { transform:translateY(30px); opacity:0; } }
.modal-panel header { display:flex; justify-content:space-between; align-items:start; gap:20px; margin-bottom:20px; }
.modal-panel h2 { margin:5px 0 0; font-size:27px; }
.modal-close { border:0; color:var(--muted); background:var(--surface-2); width:36px; height:36px; border-radius:50%; font-size:23px; }
.modal-description { color:#c5ccc8; line-height:1.55; }
.modal-checklist { display:grid; gap:9px; margin:18px 0; }
.modal-checklist label { display:flex; align-items:center; gap:10px; padding:12px; border-radius:12px; background:var(--surface-2); color:#dce1de; }
.modal-checklist input { accent-color:var(--green); }
.modal-checklist label:has(input:checked) { color:var(--green); background:rgba(98,230,165,.09); box-shadow:inset 0 0 0 1px rgba(98,230,165,.16); animation:choicePop .3s ease; }
.modal-wide { width:100%; margin-top:9px; }
.comment { padding:12px 0; border-bottom:1px solid var(--line); }
.comment b { font-size:13px; }
.comment p { margin:4px 0 0; color:var(--muted); font-size:13px; line-height:1.45; }
.comment-box { min-height:90px; resize:vertical; margin-top:16px; }
.profile-trip-detail { display:grid; gap:10px; }
.profile-trip-detail > div { display:flex; gap:12px; align-items:center; padding:13px; border-radius:13px; color:var(--green); background:var(--surface-2); }
.profile-trip-detail span,.profile-trip-detail small,.profile-trip-detail b { display:block; }
.profile-trip-detail small { color:var(--muted); }
.profile-trip-detail b { color:white; font-size:13px; }
.empty { padding:70px 20px; text-align:center; color:var(--muted); }
.toast { position:fixed; z-index:99; left:50%; bottom:95px; transform:translate(-50%,20px); opacity:0; pointer-events:none; background:#edf9f3; color:#0f3022; padding:12px 17px; border-radius:12px; font-weight:700; box-shadow:0 15px 50px #0008; transition:.25s; }
.toast.show { opacity:1; transform:translate(-50%,0); }
svg.icon { width:18px; height:18px; stroke-width:2; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; }
.linktree-page { --uomo-black:#050505; --uomo-panel:#101010; --uomo-white:#f7f2e8; --uomo-muted:rgba(247,242,232,.64); --uomo-gold:#c9a84c; --uomo-gold-soft:rgba(201,168,76,.46); --uomo-serif:"Cormorant Garamond", Georgia, serif; --uomo-sans:"Outfit", Arial, sans-serif; min-height:100vh; display:grid; grid-template-columns:minmax(330px,430px) minmax(280px,420px); justify-content:center; align-items:center; gap:72px; padding:34px 6vw; overflow:hidden; position:relative; color:var(--uomo-white); font-family:var(--uomo-sans); background:radial-gradient(circle at 42% 42%, rgba(201,168,76,.14), transparent 28%), radial-gradient(circle at 58% 20%, rgba(247,242,232,.06), transparent 19%), #050505; }
.linktree-page::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(5,5,5,.96), rgba(5,5,5,.58) 42%, rgba(201,168,76,.06)); pointer-events:none; }
.linktree-phone { width:min(100%,350px); min-height:665px; justify-self:end; position:relative; z-index:1; padding:38px 22px 18px; border:8px solid #111; border-radius:34px; background:#050505; box-shadow:0 0 0 1px var(--uomo-gold), 0 0 42px rgba(201,168,76,.32), 0 34px 90px rgba(0,0,0,.82); overflow:hidden; }
.linktree-phone::before { content:""; position:absolute; inset:-18px; z-index:0; background:url('./assets/uomo-bg.jpg') center 35%/cover; filter:blur(10px) saturate(.9) contrast(1.04) brightness(.76); transform:scale(1.06); opacity:.92; pointer-events:none; }
.linktree-phone::after { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(180deg,rgba(5,5,5,.28),rgba(5,5,5,.86)), linear-gradient(90deg,rgba(247,242,232,.1),transparent 18%,transparent 72%,rgba(201,168,76,.08)); pointer-events:none; }
.phone-notch { position:absolute; z-index:3; top:12px; left:50%; width:122px; height:28px; transform:translateX(-50%); border-radius:0 0 18px 18px; background:#050505; }
.linktree-content { position:relative; z-index:2; min-height:590px; display:flex; flex-direction:column; align-items:center; text-align:center; }
.linktree-logo { margin-top:26px; font-family:var(--uomo-serif); line-height:.86; text-transform:uppercase; text-shadow:0 8px 22px rgba(0,0,0,.7); }
.linktree-logo span { display:block; color:var(--uomo-white); font-size:66px; font-weight:300; letter-spacing:.2em; transform:translateX(.08em); }
.linktree-logo strong { display:block; color:var(--uomo-gold); font-size:56px; font-weight:400; letter-spacing:.18em; }
.uomo-logo span { color:var(--uomo-white); -webkit-text-stroke:0; font-size:66px; }
.uomo-logo strong { font-size:52px; }
.linktree-tagline { max-width:270px; margin:14px 0 10px; color:var(--uomo-white); font-family:var(--uomo-serif); font-size:22px; font-weight:300; line-height:1.04; text-shadow:0 4px 16px #000; }
.linktree-proof { margin:0 0 16px; color:var(--uomo-white); font-size:9px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.linktree-proof span { color:var(--uomo-gold); }
.linktree-links { width:100%; display:grid; gap:9px; }
.linktree-card { width:100%; min-height:58px; display:grid; grid-template-columns:38px 1px 1fr 16px; align-items:center; gap:11px; padding:9px 12px; color:var(--uomo-white); text-align:left; text-decoration:none; border:1px solid rgba(201,168,76,.38); border-radius:0; background:rgba(5,5,5,.54); box-shadow:inset 0 1px 0 rgba(247,242,232,.06), 0 12px 34px rgba(0,0,0,.34); backdrop-filter:blur(14px); transition:transform .2s, border-color .2s, background .2s; }
.linktree-card:hover { transform:translateY(-3px); border-color:var(--uomo-gold); background:rgba(201,168,76,.12); }
.linktree-icon { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; color:var(--uomo-gold); background:rgba(247,242,232,.07); box-shadow:inset 0 0 0 1px rgba(201,168,76,.28); }
.linktree-icon .icon { width:19px; height:19px; }
.linktree-thumb { width:42px; height:42px; display:block; overflow:hidden; border:1px solid rgba(201,168,76,.55); border-radius:8px; background:#090909; box-shadow:0 8px 20px rgba(0,0,0,.24); }
.linktree-thumb img { width:100%; height:100%; display:block; object-fit:cover; object-position:center; filter:saturate(.96) contrast(1.03); }
.linktree-accent { height:30px; width:1px; border-radius:999px; background:var(--uomo-gold); box-shadow:0 0 18px rgba(201,168,76,.5); }
.linktree-card strong,.linktree-card small { display:block; min-width:0; }
.linktree-card strong { font-family:var(--uomo-sans); font-size:12px; font-weight:700; line-height:1.18; letter-spacing:.07em; text-transform:uppercase; }
.linktree-card small { margin-top:5px; color:var(--uomo-muted); font-size:10.5px; line-height:1.25; }
.linktree-whatsapp { margin-top:9px; }
.linktree-location { margin:auto 0 0; color:rgba(247,242,232,.78); font-size:12px; font-weight:700; letter-spacing:.08em; text-shadow:0 3px 12px #000; }
.linktree-side { position:relative; z-index:1; align-self:center; }
.linktree-side .eyebrow { color:var(--uomo-gold); font-family:var(--uomo-sans); letter-spacing:.42em; }
.linktree-side h1 { margin:12px 0 12px; color:var(--uomo-white); font-family:var(--uomo-serif); font-size:clamp(58px,9vw,118px); font-weight:300; letter-spacing:.2em; line-height:.82; text-transform:uppercase; }
.linktree-side p { max-width:430px; color:var(--uomo-muted); font-size:16px; line-height:1.75; }
.linktree-socials { display:flex; gap:12px; margin-top:26px; }
.linktree-socials button,.linktree-socials a { width:48px; height:48px; border:1px solid rgba(201,168,76,.42); border-radius:50%; color:var(--uomo-gold); background:rgba(5,5,5,.48); display:grid; place-items:center; backdrop-filter:blur(10px); text-decoration:none; }
.alison-panel { position:fixed; z-index:80; inset:0; display:none; align-items:center; justify-content:center; padding:24px; }
.alison-panel.open { display:flex; }
.alison-backdrop { position:absolute; inset:0; border:0; background:rgba(0,0,0,.72); backdrop-filter:blur(8px); }
.alison-sheet { position:relative; z-index:1; width:min(760px,100%); display:grid; grid-template-columns:260px 1fr; gap:26px; padding:22px; border:1px solid rgba(201,168,76,.48); background:#0b0b0b; color:var(--uomo-white); box-shadow:0 28px 90px rgba(0,0,0,.7); }
.alison-sheet img { width:100%; height:100%; min-height:360px; object-fit:cover; object-position:center top; border:1px solid rgba(201,168,76,.28); }
.alison-close { position:absolute; top:12px; right:12px; width:36px; height:36px; border:1px solid rgba(201,168,76,.38); border-radius:50%; color:var(--uomo-gold); background:rgba(5,5,5,.72); font-size:24px; line-height:1; }
.alison-sheet h2 { margin:10px 0 12px; font-family:var(--uomo-serif); font-size:44px; font-weight:400; letter-spacing:.04em; color:var(--uomo-white); }
.alison-sheet p { margin:0; color:var(--uomo-muted); line-height:1.7; }
.alison-sheet ul { margin:18px 0 22px; padding:0; list-style:none; display:grid; gap:10px; color:var(--uomo-white); font-size:13px; letter-spacing:.04em; }
.alison-sheet li::before { content:""; display:inline-block; width:7px; height:7px; margin-right:10px; border:1px solid var(--uomo-gold); transform:rotate(45deg); }
.alison-whatsapp { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 18px; border:1px solid var(--uomo-gold); background:var(--uomo-gold); color:#070707; font-size:12px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; text-decoration:none; }
.schedule-sheet { width:min(540px,100%); display:block; padding:20px; }
.schedule-head { display:grid; grid-template-columns:86px 1fr; gap:16px; align-items:center; padding-right:34px; }
.schedule-head img { width:86px; height:86px; min-height:0; border-radius:12px; object-fit:cover; object-position:center top; }
.schedule-head h2 { margin:5px 0 5px; font-size:31px; line-height:1; }
.schedule-head p { font-size:13px; line-height:1.45; }
.schedule-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:20px 0 14px; }
.schedule-grid a { min-height:50px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(201,168,76,.38); color:var(--uomo-white); background:rgba(255,255,255,.035); font-size:12px; font-weight:700; letter-spacing:.12em; text-align:center; text-decoration:none; text-transform:uppercase; transition:.2s; }
.schedule-grid a:hover { border-color:var(--uomo-gold); background:rgba(201,168,76,.13); transform:translateY(-2px); }
.schedule-sheet .alison-whatsapp { width:100%; }
@media (max-width:900px) {
  .linktree-page { grid-template-columns:1fr; gap:32px; padding:24px 5vw 80px; }
  .linktree-phone { justify-self:center; }
  .linktree-side { display:none; }
  .topnav { display:none; }
  .mobile-nav { display:flex; }
  .page { width:min(92vw,680px); padding-top:28px; }
  .hero { grid-template-columns:1fr; padding:45px 0 80px; }
  .hero-copy { text-align:center; }
  .hero-copy p { margin-inline:auto; }
  .hero-actions,.social-proof { justify-content:center; }
  .hero-visual { min-height:530px; }
  .destination-card { height:490px; }
  .floating-card.cost { left:-8px; }
  .floating-card.saved { right:-8px; }
  .stats-grid { grid-template-columns:1fr 1fr; }
  .dashboard-grid,.form-layout,.community-layout,.profile-grid { grid-template-columns:1fr; }
  .research-heading { grid-template-columns:1fr; }
  .quick-destinations { grid-column:auto; }
  .guide-result { grid-template-columns:1fr; }
  .guide-photo { min-height:245px; }
  .trip-preview { position:static; order:-1; }
  .accommodation-grid { grid-template-columns:1fr 1fr; }
  .community-sidebar { display:none; }
}
@media (max-width:560px) {
  .linktree-page { padding:18px 0 42px; }
  .linktree-phone { width:min(92vw,340px); min-height:615px; padding:36px 18px 18px; border-radius:34px; }
  .linktree-logo { margin-top:24px; }
  .linktree-logo span { font-size:54px; }
  .linktree-logo strong { font-size:42px; }
  .linktree-tagline { margin:12px 0 9px; font-size:20px; }
  .linktree-proof { margin-bottom:14px; font-size:8px; }
  .linktree-links { gap:8px; }
  .linktree-card { grid-template-columns:36px 1px 1fr 15px; min-height:56px; gap:10px; padding:8px 10px; }
  .linktree-icon { width:36px; height:36px; }
  .linktree-thumb { width:36px; height:36px; border-radius:7px; }
  .linktree-card strong { font-size:11px; letter-spacing:.05em; }
  .linktree-card small { font-size:9px; }
  .alison-panel { padding:14px; align-items:flex-end; }
  .alison-sheet { grid-template-columns:1fr; gap:16px; max-height:90vh; overflow:auto; padding:16px; }
  .alison-sheet img { height:240px; min-height:0; }
  .alison-sheet h2 { font-size:34px; }
  .alison-whatsapp { width:100%; text-align:center; }
  .schedule-sheet { padding:16px; }
  .schedule-head { grid-template-columns:72px 1fr; gap:12px; }
  .schedule-head img { width:72px; height:72px; }
  .schedule-head h2 { font-size:27px; }
  .schedule-grid { grid-template-columns:1fr; }
  .topbar { height:62px; padding:0 4vw; }
  .topbar > .avatar { display:none; }
  .app-shell { padding-bottom:72px; }
  h1 { font-size:40px; }
  .hero { min-height:auto; padding-top:34px; gap:28px; }
  .hero-copy p { font-size:16px; }
  .hero-actions { display:grid; }
  .hero-visual { min-height:465px; }
  .destination-card { height:445px; border-radius:25px; }
  .floating-card { font-size:11px; padding:10px; }
  .floating-card.cost { top:65px; }
  .floating-card.saved { bottom:60px; }
  .section-head { align-items:start; flex-direction:column; }
  .section-head .btn { width:100%; }
  .stats-grid { gap:10px; }
  .stat-card { padding:15px; min-height:118px; }
  .stat-card strong { font-size:21px; }
  .dashboard-grid { gap:12px; }
  .budget-main { align-items:stretch; flex-direction:column; }
  .donut { margin:auto; }
  .fields { grid-template-columns:1fr; }
  .destination-research { margin-left:-1vw; margin-right:-1vw; border-radius:18px; }
  .research-heading { padding:16px; }
  .destination-search { display:grid; grid-template-columns:1fr; }
  .guide-info { padding:15px; }
  .guide-bottom { grid-template-columns:1fr; }
  .guide-bottom .btn { width:100%; }
  .field.full { grid-column:auto; }
  .form-card { padding:19px; }
  .accommodation-grid { grid-template-columns:1fr; }
  .hotel-image { height:210px; }
  .post-media { height:330px; }
  .post-stats { display:grid; grid-template-columns:1fr 1fr; }
  .community-title .btn { display:none; }
  .stories-card { margin-left:-4vw; margin-right:-4vw; border-left:0; border-right:0; border-radius:0; padding-inline:4vw; }
  .stories-head > div { display:none; }
  .stories-head { justify-content:flex-end; margin-bottom:10px; }
  .story-publish { width:100%; justify-content:center; }
  .trip-facts { grid-template-columns:1fr; }
  .verified-trip { max-width:85px; text-align:right; }
  .expense { grid-template-columns:70px 1fr 61px; }
  .profile-cover { height:210px; margin-bottom:112px; }
  .profile-main { left:18px; bottom:-95px; display:block; }
  .profile-avatar { width:90px; height:90px; border-radius:24px; }
  .profile-main h1 { font-size:26px; margin-top:8px; }
  .achievements { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; transition-duration:.01ms !important; }
}
