.vday-cruise .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 (max-width:900px){.vday-cruise .card{flex:0 0 320px}}@media (max-width:520px){.vday-cruise .card{flex:0 0 90vw}}.vday-cruise .media{position:relative;padding:12px;flex-shrink:0}.vday-cruise .media-inner{position:relative;border-radius:12px;overflow:hidden;height:180px;background:#e2e8f0}.vday-cruise .media-inner img{width:100%;height:100%;object-fit:cover;display:block}.vday-cruise .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}.vday-cruise .heart:hover{transform:scale(1.05)}.vday-cruise .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)}.vday-cruise .dot{width:6px;height:6px;border-radius:50%;background:rgba(15,23,42,.3);transition:all .3s ease}.vday-cruise .dot.active{background:rgba(15,23,42,.8);width:18px}.vday-cruise .content{padding:0 16px 16px;display:flex;flex-direction:column;gap:14px;flex:1;overflow:hidden}.vday-cruise .card h3{margin:6px 0 0;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}.vday-cruise .features{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding-bottom:12px;border-bottom:1px solid var(--line)}.vday-cruise .feat{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.vday-cruise .section{padding-bottom:12px;border-bottom:1px solid var(--line)}.vday-cruise .label{display:flex;align-items:center;gap:6px;font-weight:600;font-size:13px;margin-bottom:8px}.vday-cruise .departure-row{display:flex;gap:12px;flex-wrap:wrap}.vday-cruise .month-group{flex:1;min-width:150px}.vday-cruise .month{color:var(--muted);font-size:12px;margin-bottom:6px}.vday-cruise .dates{display:flex;flex-wrap:wrap;gap:6px}.vday-cruise .date-pill{min-width:36px;height:36px;padding:0 8px;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)}.vday-cruise .chips{display:flex;flex-wrap:wrap;gap:6px}.vday-cruise .chip{font-size:11px;color:#475569;background:var(--chip);border:1px solid #e2e8f0;padding:4px 10px;border-radius:20px;white-space:nowrap}.vday-cruise .chip.more{background:0 0;border-style:dashed;color:var(--muted);cursor:pointer}.vday-cruise .price{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto}.vday-cruise .from{color:var(--muted);font-size:11px}.vday-cruise .amount{font-weight:800;font-size:22px;letter-spacing:-.02em}