/* ============================================================
   WIN v2 — layout & components
   ============================================================ */

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--grad);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  position: relative;
  z-index: 60;
}
.announce-in { display: flex; align-items: center; gap: 16px; height: 44px; }
.socials { display: flex; gap: 14px; }
.socials a { opacity: .92; transition: opacity .2s, transform .2s; }
.socials a:hover { opacity: 1; transform: translateY(-1px); }
.announce-msg { flex: 1; display: flex; align-items: center; justify-content: center; gap: 14px; }
.amini { font-size: 22px; line-height: 1; opacity: .8; padding: 0 4px; }
.amini:hover { opacity: 1; }
.amsg-track { overflow: hidden; }
.amsg-track span { display: inline-block; animation: amslide .5s cubic-bezier(.2,.8,.2,1); letter-spacing: .02em; }
@keyframes amslide { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.announce-right { font-weight: 700; letter-spacing: .06em; opacity: .9; }

/* ---------- Header ---------- */
.hdr {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10,10,14,.72);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, box-shadow .3s;
}
.hdr.on { background: rgba(10,10,14,.92); border-color: var(--line); box-shadow: 0 10px 30px -20px #000; }
.hdr-in { display: flex; align-items: center; gap: 18px; height: 78px; }
.burger { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: -8px; }
.burger span { width: 24px; height: 2.4px; background: var(--text); border-radius: 2px; transition: .25s; }

.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-badge { width: 52px; height: 52px; display: block; filter: drop-shadow(0 4px 12px rgba(168,85,247,.35)); }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text b { font-size: 26px; letter-spacing: .02em;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.logo-text i { font-style: normal; font-size: 10px; font-weight: 700; letter-spacing: .34em; color: var(--text-2); margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 6px; margin-left: 14px; }
.navlink {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 10px 14px; border-radius: 999px; font-weight: 600; font-size: 15.5px;
  color: var(--text-2); transition: color .2s, background .2s;
}
.navlink:hover { color: #fff; background: rgba(255,255,255,.05); }
.navlink.active { color: #fff; }
.navlink.active::after { content: ""; }
.chev { opacity: .7; }

.hdr-actions { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.iconbtn { position: relative; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--text-2); transition: color .2s, background .2s; }
.iconbtn:hover { color: #fff; background: rgba(255,255,255,.06); }
.cbadge { position: absolute; top: 4px; right: 2px; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px; background: var(--magenta); color: #fff; font-size: 11px; font-weight: 800; display: grid; place-items: center; box-shadow: 0 0 0 2px var(--bg); }

/* search bar */
.searchbar { max-height: 0; overflow: hidden; border-top: 1px solid transparent; transition: max-height .35s cubic-bezier(.2,.8,.2,1), border-color .3s; }
.searchbar.open { max-height: 80px; border-color: var(--line); }
.searchbar-in { display: flex; align-items: center; gap: 12px; height: 66px; color: var(--muted); }
.searchbar-in input { flex: 1; background: none; border: none; outline: none; color: var(--text); font-size: 17px; }
.searchbar-in input::placeholder { color: var(--faint); }
.searchbar-in button { font-size: 18px; color: var(--muted); }

/* mega menu */
.mega { position: absolute; left: 0; right: 0; top: 100%;
  background: rgba(14,14,20,.97); backdrop-filter: blur(20px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  max-height: 0; overflow: hidden; opacity: 0; transition: max-height .35s cubic-bezier(.2,.8,.2,1), opacity .25s; box-shadow: 0 30px 60px -30px #000; }
.mega.open { max-height: 460px; opacity: 1; }
.mega-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px; padding: 40px 0 46px; }
.mcol-h { font-family: 'Saira Condensed', sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: 18px; }
.mcol-bar { display: block; width: 100%; height: 2px; margin: 12px 0 16px; background: linear-gradient(90deg, var(--violet), transparent); opacity: .5; }
.mlink { display: block; padding: 7px 0; color: var(--text-2); font-size: 15px; transition: color .18s, transform .18s; }
.mlink:hover { color: #fff; transform: translateX(4px); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(40px, 6vw, 84px) 0 clamp(48px, 6vw, 88px); }
.hero-glow { position: absolute; top: -20%; right: -10%; width: 60vw; height: 60vw; max-width: 780px; max-height: 780px;
  background: radial-gradient(circle, rgba(168,85,247,.30), transparent 62%); filter: blur(20px); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; position: relative; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: 'Saira Condensed', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: 14px; color: var(--text-2); padding: 8px 16px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--surface); }
.hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(198,242,78,.18); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(198,242,78,.18);} 50% { box-shadow: 0 0 0 8px rgba(198,242,78,0);} }
.hero-h1 { font-size: clamp(44px, 6.4vw, 84px); margin: 6px 0 0; font-weight: 900; line-height: 1.04; }
.hero-lead { display: block; margin-top: 22px; font-family: 'Saira Condensed', sans-serif; font-weight: 600; font-size: clamp(22px, 2.4vw, 30px); letter-spacing: .01em; color: var(--text-2); text-transform: uppercase; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { font-size: clamp(16px, 1.5vw, 19px); color: var(--text-2); max-width: 30em; margin: 36px 0 0; line-height: 1.6; }
.hero-sub b { color: #fff; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-stats { display: flex; gap: clamp(20px, 4vw, 48px); margin-top: 42px; flex-wrap: wrap; }
.hero-stats div { display: flex; flex-direction: column; gap: 2px; }
.hero-stats b { font-size: 34px; font-weight: 800; }
.hero-stats span { font-size: 13.5px; color: var(--muted); }

.hero-media { position: relative; }
.hero-media image-slot { border-radius: 22px; box-shadow: var(--card-shadow); border: 1px solid var(--line); overflow: hidden; }
.hero-float { position: absolute; left: -14px; bottom: -18px; display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px; background: rgba(20,20,28,.86); backdrop-filter: blur(14px); border: 1px solid var(--line-2); border-radius: 16px; box-shadow: 0 24px 50px -24px #000; }
.hero-float span { font-size: 13px; font-weight: 600; color: var(--text-2); max-width: 9em; line-height: 1.2; }

/* ---------- Brand strip ---------- */
.brandstrip { overflow: hidden; border-block: 1px solid var(--line); padding: 22px 0; margin-top: 6px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.brand-track { display: flex; gap: 64px; width: max-content; animation: marquee 34s linear infinite; }
.brand-track span { font-size: 26px; font-weight: 800; letter-spacing: .04em; color: var(--faint); transition: color .3s; }
.brandstrip:hover .brand-track { animation-play-state: paused; }
.brand-track span:hover { color: var(--text); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Section blocks ---------- */
.block { padding: clamp(48px, 6vw, 86px) 0 0; }
.sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 44px; }
.sectitle { font-size: clamp(34px, 4.4vw, 58px); margin: 8px 0 0; line-height: 1.05; }
.seclink { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--text-2); padding: 10px 4px; transition: color .2s, gap .2s; flex-shrink: 0; }
.seclink:hover { color: #fff; gap: 12px; }
.center-cta { display: flex; justify-content: center; margin-top: 38px; }

/* ---------- Carousel ---------- */
.carousel { position: relative; }
.crail { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px var(--gut) 16px; scroll-padding-left: var(--gut); -ms-overflow-style: none; scrollbar-width: none; }
.crail::-webkit-scrollbar { display: none; }
.cslot { flex: 0 0 clamp(208px, 18vw, 244px); scroll-snap-align: start; }
.cbtn { position: absolute; top: calc(50% - 30px); transform: translateY(-50%); z-index: 5; width: 52px; height: 52px; border-radius: 50%; background: rgba(20,20,28,.9); backdrop-filter: blur(10px); border: 1px solid var(--line-2); color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px -12px #000; transition: opacity .25s, transform .2s, background .2s; }
.cbtn:hover { background: var(--surface-3); transform: translateY(-50%) scale(1.06); }
.cbtn.left { left: calc(var(--gut) - 26px); }
.cbtn.right { right: calc(var(--gut) - 26px); }
.cbtn.hide { opacity: 0; pointer-events: none; }

/* ---------- Product grid (multi-row gallery) ---------- */
.pgrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }

/* ---------- Product card ---------- */
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s, box-shadow .3s; animation: cardin .5s both; }
@keyframes cardin { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.card:hover { transform: translateY(-6px); border-color: var(--line-2); box-shadow: var(--card-shadow); }
.card-media { position: relative; padding: 18px 18px 12px; background: radial-gradient(120% 90% at 50% 0%, rgba(168,85,247,.10), transparent 60%); }
.disc-stage { aspect-ratio: 1; display: grid; place-items: center; transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.card:hover .disc-stage { transform: scale(1.05) rotate(-4deg); }
.tag { position: absolute; top: 12px; left: 12px; z-index: 3; font-family: 'Saira Condensed', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: 11px; padding: 4px 9px; border-radius: 999px; background: rgba(10,10,14,.7); border: 1px solid var(--line-2); color: var(--text); backdrop-filter: blur(6px); }
.fav { position: absolute; top: 11px; right: 11px; z-index: 3; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(10,10,14,.6); border: 1px solid var(--line); color: var(--text-2); backdrop-filter: blur(6px); transition: color .2s, transform .2s, background .2s; }
.fav:hover { color: #fff; transform: scale(1.08); }
.fav.on { color: var(--magenta); }
.quick { position: absolute; left: 14px; right: 14px; bottom: -4px; opacity: 0; transform: translateY(10px); display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 10px; border-radius: 999px; background: var(--grad); color: #fff; font-weight: 700; font-size: 13px; box-shadow: 0 14px 28px -10px rgba(217,70,183,.7); transition: opacity .28s, transform .28s; }
.card:hover .quick { opacity: 1; transform: translateY(-10px); }
.card-body { padding: 0 16px 16px; display: flex; flex-direction: column; gap: 10px; }
.card-title { font-family: 'Saira Condensed', sans-serif; font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: .005em; line-height: 1; margin: 2px 0 0; min-height: 2.0em; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.brand { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.price { font-family: 'Saira Condensed', sans-serif; font-weight: 800; font-size: 19px; color: #fff; white-space: nowrap; flex-shrink: 0; }

/* ---------- Category nav ---------- */
.catnav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: clamp(48px, 6vw, 86px); }
.catcard { position: relative; display: flex; align-items: center; gap: 16px; padding: 20px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--surface); overflow: hidden; transition: transform .3s, border-color .3s, background .3s; }
.catcard:hover { transform: translateY(-4px); border-color: var(--line-2); background: var(--surface-2); }
.catcard-disc { width: 62px; flex-shrink: 0; transition: transform .4s; }
.catcard:hover .catcard-disc { transform: rotate(12deg) scale(1.08); }
.catcard-txt .eyebrow { font-size: 12px; }
.catcard-txt h3 { font-size: 23px; margin: 4px 0 2px; }
.catcard-txt p { font-size: 13px; color: var(--muted); margin: 0; }
.catcard-arr { margin-left: auto; color: var(--muted); transition: color .2s, transform .2s; flex-shrink: 0; }
.catcard:hover .catcard-arr { color: var(--violet); transform: translateX(4px); }

/* ---------- Flight finder ---------- */
.finder { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; margin-top: clamp(56px, 7vw, 96px); padding: clamp(34px, 4vw, 56px); border-radius: var(--r-xl); border: 1px solid var(--line); background: linear-gradient(135deg, var(--surface) 0%, var(--bg-2) 100%); position: relative; overflow: hidden; }
.finder::before { content: ""; position: absolute; right: -10%; top: -30%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(236,72,153,.18), transparent 65%); }
.finder-left { position: relative; }
.finder-left h2 { font-size: clamp(34px, 4vw, 54px); margin: 10px 0 18px; }
.finder-left p { color: var(--text-2); max-width: 30em; line-height: 1.6; }
.finder-levels { display: flex; gap: 10px; flex-wrap: wrap; margin: 24px 0 28px; }
.lvl { padding: 11px 20px; border-radius: 999px; border: 1px solid var(--line-2); color: var(--text-2); font-weight: 600; transition: .2s; }
.lvl:hover { color: #fff; border-color: var(--violet); }
.lvl.on { background: var(--grad); border-color: transparent; color: #fff; box-shadow: 0 10px 24px -10px rgba(217,70,183,.6); }
.finder-right { position: relative; }
.finder-card { background: rgba(10,10,14,.5); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 30px; display: flex; flex-direction: column; gap: 22px; }
.finder-card > .muted { font-size: 13px; letter-spacing: .04em; }
.finder-meter { display: flex; flex-direction: column; gap: 16px; }
.meter span { font-size: 13px; color: var(--text-2); display: block; margin-bottom: 7px; }
.meter-bar { height: 8px; border-radius: 999px; background: var(--surface-3); overflow: hidden; }
.meter-bar i { display: block; height: 100%; border-radius: 999px; background: var(--grad); transition: width .5s cubic-bezier(.2,.8,.2,1); }

/* ---------- Feature band ---------- */
.featband { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: clamp(56px, 7vw, 92px); padding-bottom: clamp(56px, 7vw, 92px); }
.feat { display: flex; gap: 14px; align-items: flex-start; }
.feat-ic { flex-shrink: 0; width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: var(--violet); background: var(--grad-soft); border: 1px solid var(--line); }
.feat h4 { margin: 2px 0 5px; font-size: 16px; }
.feat p { margin: 0; font-size: 13.5px; color: var(--muted); line-height: 1.5; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); background: var(--bg-2); margin-top: 20px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr; gap: 36px; padding: clamp(48px, 6vw, 80px) 0 44px; }
.foot-brand p { color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 30em; margin: 18px 0 18px; }
.foot-social { display: flex; gap: 10px; }
.foot-social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-2); color: var(--text-2); transition: .2s; }
.foot-social a:hover { color: #fff; border-color: var(--violet); background: rgba(168,85,247,.1); }
.foot-col h4, .foot-news h4 { font-family: 'Saira Condensed', sans-serif; text-transform: uppercase; letter-spacing: .05em; font-size: 16px; margin: 0 0 16px; }
.foot-col a { display: block; padding: 6px 0; color: var(--muted); font-size: 14.5px; transition: color .2s; }
.foot-col a:hover { color: #fff; }
.foot-news p { color: var(--muted); font-size: 14px; margin: 0 0 16px; }
.news-form { display: flex; gap: 8px; }
.news-form input { flex: 1; min-width: 0; background: var(--surface); border: 1px solid var(--line-2); border-radius: 999px; padding: 13px 18px; color: var(--text); outline: none; }
.news-form input:focus { border-color: var(--violet); }
.news-form .btn { padding: 13px 22px; }
.foot-bottom { display: flex; justify-content: space-between; gap: 14px; padding: 22px 0 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; flex-wrap: wrap; }

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 120%); z-index: 90; display: flex; align-items: center; gap: 13px; padding: 14px 22px 14px 14px; background: rgba(20,20,28,.94); backdrop-filter: blur(16px); border: 1px solid var(--line-2); border-radius: 16px; box-shadow: 0 24px 50px -20px #000; transition: transform .4s cubic-bezier(.2,.9,.2,1); }
.toast.show { transform: translate(-50%, 0); }
.toast-ic { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--grad); color: #fff; flex-shrink: 0; }
.toast-txt { display: flex; flex-direction: column; line-height: 1.25; }
.toast-txt b { font-size: 14.5px; }
.toast-txt span { font-size: 13px; color: var(--text-2); }

/* ---------- Mobile drawer ---------- */
.drawer-scrim { position: fixed; inset: 0; z-index: 70; background: rgba(0,0,0,.6); opacity: 0; pointer-events: none; transition: opacity .3s; backdrop-filter: blur(2px); }
.drawer-scrim.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; left: 0; bottom: 0; width: min(86vw, 360px); z-index: 71; background: var(--bg-2); border-right: 1px solid var(--line); transform: translateX(-102%); transition: transform .35s cubic-bezier(.2,.8,.2,1); display: flex; flex-direction: column; overflow-y: auto; }
.drawer.open { transform: none; }
.drawer-top { display: flex; align-items: center; justify-content: space-between; padding: 18px 18px; border-bottom: 1px solid var(--line); }
.drawer-search { display: flex; align-items: center; gap: 10px; margin: 16px; padding: 12px 16px; border-radius: 12px; background: var(--surface); border: 1px solid var(--line); color: var(--muted); }
.drawer-search input { flex: 1; background: none; border: none; outline: none; color: var(--text); font-size: 15px; }
.drawer-nav { padding: 0 8px 16px; display: flex; flex-direction: column; }
.drawer-nav > a, .drawer-nav summary { display: flex; align-items: center; justify-content: space-between; padding: 15px 14px; font-weight: 600; font-size: 17px; border-radius: 12px; color: var(--text); list-style: none; cursor: pointer; }
.drawer-nav summary::-webkit-details-marker { display: none; }
.drawer-nav > a:hover, .drawer-nav summary:hover { background: var(--surface); }
.dchev { color: var(--violet); font-size: 20px; transition: transform .2s; }
details[open] .dchev { transform: rotate(45deg); }
.dsub { display: flex; flex-direction: column; padding: 2px 0 8px 14px; }
.dsub a { padding: 10px 14px; color: var(--text-2); font-size: 15px; border-radius: 10px; }
.dsub a:hover { color: #fff; background: var(--surface); }
.drawer-foot { margin-top: auto; display: flex; gap: 10px; padding: 18px; border-top: 1px solid var(--line); }

/* ---------- No-glow tweak ---------- */
.no-glow .hero-glow, .no-glow .finder::before { display: none; }
.no-glow .card-media { background: none; }
.no-glow .btn-primary { box-shadow: none; }
.no-glow .quick { box-shadow: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .nav { display: none; }
  .burger { display: flex; }
  .hdr-in { gap: 12px; }
  .mega { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
  .foot-news { grid-column: 1 / -1; }
  .catnav { grid-template-columns: repeat(2, 1fr); }
  .featband { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .pgrid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-media { order: -1; max-width: 520px; }
  .finder { grid-template-columns: 1fr; }
  .announce-right { display: none; }
  .pgrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  :root { --gut: 18px; }
  .hdr-in { height: 64px; }
  .logo-badge { width: 44px; height: 44px; }
  .logo-text b { font-size: 22px; }
  .iconbtn.dk { display: none; }
  .hero { padding-top: 26px; }
  .hero-h1 { font-size: clamp(40px, 12vw, 60px); }
  .hero-stats { gap: 22px; }
  .hero-stats b { font-size: 27px; }
  .hero-float { left: 0; padding: 9px 13px 9px 9px; }
  .hero-float span { font-size: 11.5px; }
  .sechead { align-items: center; }
  .seclink { display: none; }
  .catnav { grid-template-columns: 1fr; }
  .featband { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .cslot { flex-basis: 76vw; }
  .cbtn { display: none; }
  .brand-track span { font-size: 20px; }
  .news-form { flex-direction: column; }
  .news-form input { border-radius: 14px; }
  .pgrid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .card-media { padding: 14px 14px 8px; }
  .card-body { padding: 0 13px 14px; }
  .card-title { font-size: 15px; }
  .toast { left: 16px; right: 16px; bottom: 16px; transform: translateY(140%); }
  .toast.show { transform: none; }
}
