.card{flex:0 0 360px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;height:580px}.media{position:relative;padding:12px;flex-shrink:0}.media-inner{position:relative;border-radius:12px;overflow:hidden;height:180px;background:#f1f5f9}.media-inner img{width:100%;height:100%;object-fit:cover}.heart{position:absolute;top:20px;right:20px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.9);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.heart:hover{transform:scale(1.05)}.heart[data-liked=true]{background:#fff}.dots{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);display:flex;gap:5px;padding:5px 9px;border-radius:20px;background:rgba(255,255,255,.85);backdrop-filter:blur(8px)}.dot{width:6px;height:6px;border-radius:50%;background:rgba(15,23,42,.3);transition:all .3s ease}.dot.active{background:rgba(15,23,42,.8);width:18px}.content{padding:0 16px 16px;display:flex;flex-direction:column;gap:14px;flex:1;overflow:hidden}.card h3{font-size:17px;font-weight:700;letter-spacing:-.01em;line-height:1.3;height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding-bottom:12px;border-bottom:1px solid var(--line)}.feat{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.section{padding-bottom:12px;border-bottom:1px solid var(--line)}.label{display:flex;align-items:center;gap:6px;font-weight:600;font-size:13px;margin-bottom:8px}.departure-row{display:flex;align-items:center;justify-content:space-between}.month{color:var(--muted);font-size:12px}.date-pill{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);background:#fff;font-weight:700;font-size:15px;box-shadow:0 2px 8px rgba(15,23,42,.06)}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{font-size:11px;color:#475569;background:var(--chip);border:1px solid #e2e8f0;padding:4px 10px;border-radius:20px;white-space:nowrap}.chip.more{background:0 0;border-style:dashed;color:var(--muted);cursor:pointer}.price{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto}.from{color:var(--muted);font-size:11px}.amount{font-weight:800;font-size:22px;letter-spacing:-.02em;color:#0f172a}@media (max-width:1024px){.card{flex:1 1 auto;width:100%;max-width:100%;height:auto;min-height:auto}}@media (max-width:520px){.card h3{font-size:16px}.media-inner{height:160px}}