/* ============================================================
   BLOOM HEALTHCARE — Dış Ticaret Ltd.
   Brand-true design system (petrol · amber · cyan)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');

:root {
  /* brand core (sampled from logo) */
  --petrol:      #0C3D4B;
  --petrol-700:  #0f4a5b;
  --petrol-600:  #13596d;
  --petrol-500:  #1c6c80;
  --amber:       #F8AD0C;
  --amber-600:   #e89e05;
  --amber-soft:  #ffc547;
  --cyan:        #5EC0C9;
  --cyan-600:    #43a7b1;
  --cyan-soft:   #9bd9df;
  --cyan-tint:   #E9F5F6;

  --cream:       #F7F5EF;
  --cream-2:     #efeadf;
  --white:       #ffffff;
  --ink:         #234049;   /* body text — deep petrol-slate */
  --ink-soft:    #4f6a72;
  --muted:       #6f878d;

  --line:        rgba(12, 61, 75, 0.10);
  --line-warm:   rgba(248, 173, 12, 0.30);
  --line-dark:   rgba(255, 255, 255, 0.12);

  --ff-display: 'Quicksand', system-ui, sans-serif;
  --ff-body:    'Mulish', system-ui, -apple-system, sans-serif;

  --maxw: 1240px;
  --pad: clamp(20px, 5vw, 64px);

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-pill: 999px;

  --shadow-sm: 0 2px 12px rgba(12, 61, 75, 0.06);
  --shadow-md: 0 16px 40px rgba(12, 61, 75, 0.12);
  --shadow-lg: 0 30px 70px rgba(12, 61, 75, 0.20);
  --shadow-amber: 0 12px 28px rgba(248, 173, 12, 0.32);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--ff-display);
  color: var(--petrol);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: clamp(64px, 9vw, 124px); }
.center { text-align: center; }

/* ---------- Typographic utilities ---------- */
.eyebrow {
  font-family: var(--ff-body);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cyan-600);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--amber); border-radius: 2px; display: inline-block; }
.eyebrow.on-dark { color: var(--cyan); }
.eyebrow.centered { justify-content: center; }
.eyebrow.centered::after { content: ""; width: 26px; height: 2px; background: var(--amber); border-radius: 2px; display: inline-block; }

.display { font-size: clamp(40px, 6.2vw, 82px); line-height: 1.04; font-weight: 700; }
.h-section { font-size: clamp(32px, 4.6vw, 56px); font-weight: 700; }
.lead { font-size: clamp(17px, 1.5vw, 21px); color: var(--ink-soft); max-width: 62ch; line-height: 1.62; }
.on-dark, .on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4 { color: var(--white); }
.on-dark .lead, .text-muted-d { color: rgba(247, 245, 239, 0.78); }

.amber-text { color: var(--amber); }
.cyan-text { color: var(--cyan); }
.italic-accent { font-style: italic; font-weight: 600; color: var(--amber); }

.rule-amber { width: 64px; height: 3px; background: var(--amber); border: 0; border-radius: 3px; }

/* infinity brand motif */
.infinity {
  width: 46px; height: 22px; display: inline-block;
  color: var(--cyan);
}
.infinity svg { width: 100%; height: 100%; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-body); font-weight: 700; font-size: 14.5px; letter-spacing: 0.01em;
  padding: 15px 30px; border-radius: var(--r-pill);
  border: 2px solid transparent; cursor: pointer;
  transition: all .35s var(--ease); white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; }
.btn-amber { background: var(--amber); color: var(--petrol); box-shadow: var(--shadow-amber); }
.btn-amber:hover { background: var(--amber-soft); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(248,173,12,0.4); }
.btn-cyan { background: var(--cyan); color: var(--petrol); }
.btn-cyan:hover { background: var(--cyan-soft); transform: translateY(-2px); }
.btn-petrol { background: var(--petrol); color: var(--white); }
.btn-petrol:hover { background: var(--petrol-600); transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.4); }
.btn-outline-light:hover { border-color: var(--cyan); color: var(--cyan); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--petrol); border-color: rgba(12,61,75,0.22); }
.btn-outline:hover { border-color: var(--petrol); background: var(--petrol); color: var(--white); transform: translateY(-2px); }
.btn-sm { padding: 11px 22px; font-size: 13px; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 13.5px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--cyan-600); transition: gap .3s var(--ease);
}
.link-arrow svg { width: 16px; height: 16px; }
.link-arrow:hover { gap: 14px; }
.link-arrow.amber { color: var(--amber-600); }

/* ---------- Texture ---------- */
.grain::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* ---------- Navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .4s var(--ease), border-color .4s var(--ease), padding .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(12, 61, 75, 0.88);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line-dark);
}
.nav-inner {
  max-width: var(--maxw); margin-inline: auto; padding: 16px var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand-logo { display: flex; align-items: center; flex: none; }
.brand-logo img { height: 42px; width: auto; max-width: none; object-fit: contain; display: block; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-link {
  font-size: 14.5px; font-weight: 600; color: rgba(247, 245, 239, 0.82);
  position: relative; padding: 6px 0; transition: color .3s var(--ease);
}
.nav-link::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--amber); border-radius: 2px; transition: width .3s var(--ease); }
.nav-link:hover, .nav-link.active { color: var(--white); }
.nav-link.active::after, .nav-link:hover::after { width: 100%; }
.nav-burger { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.nav-burger span { width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: .3s var(--ease); }

.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(86vw, 380px);
  background: var(--petrol); z-index: 120; transform: translateX(100%);
  transition: transform .45s var(--ease); padding: 100px 40px 40px;
  display: flex; flex-direction: column; gap: 2px; border-left: 1px solid var(--line-dark);
}
.drawer.open { transform: translateX(0); }
.drawer a {
  font-family: var(--ff-display); font-weight: 600; font-size: 24px; color: var(--white);
  padding: 13px 0; border-bottom: 1px solid var(--line-dark);
}
.drawer a.active { color: var(--amber); }
.drawer .btn { margin-top: 24px; justify-content: center; }
.drawer-close { position: absolute; top: 26px; right: 30px; background: none; border: 0; color: var(--white); cursor: pointer; width: 40px; height: 40px; font-size: 30px; line-height: 1; }
.scrim { position: fixed; inset: 0; background: rgba(6,30,38,0.6); z-index: 110; opacity: 0; pointer-events: none; transition: opacity .4s var(--ease); backdrop-filter: blur(2px); }
.scrim.open { opacity: 1; pointer-events: auto; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  position: relative; background: var(--petrol); color: var(--white);
  padding: clamp(150px, 18vh, 210px) 0 clamp(60px, 8vw, 100px); overflow: hidden;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero-bg { position: absolute; inset: 0; z-index: 0; object-fit: cover; width: 100%; height: 100%; opacity: 0.22; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(12,61,75,0.55), rgba(12,61,75,0.9) 72%, var(--petrol)); }
.page-hero .breadcrumb { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); font-weight: 700; margin-bottom: 22px; }
.page-hero .breadcrumb a { color: rgba(247,245,239,0.6); }
.page-hero .breadcrumb a:hover { color: var(--white); }

/* ---------- Cards ---------- */
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }

/* category card (image-forward) */
.cat-card {
  position: relative; display: block; overflow: hidden; min-height: 380px;
  background: var(--petrol); border-radius: var(--r-md);
}
.cat-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.cat-card:hover img { transform: scale(1.07); }
.cat-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,61,75,0.12) 0%, rgba(12,61,75,0.5) 48%, rgba(12,61,75,0.93) 100%); }
.cat-card .cat-body { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 32px; }
.cat-card .cat-num { font-family: var(--ff-body); font-size: 12px; letter-spacing: 0.26em; color: var(--amber); font-weight: 700; }
.cat-card h3 { color: var(--white); font-size: 29px; margin: 12px 0 8px; }
.cat-card p { color: rgba(247,245,239,0.82); font-size: 14.5px; max-width: 34ch; }
.cat-card .cat-link { margin-top: 16px; display: inline-flex; align-items: center; gap: 8px; color: var(--amber); font-weight: 700; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; transition: gap .3s var(--ease); }
.cat-card:hover .cat-link { gap: 14px; }

/* feature (icon + copy) */
.feature { padding: 34px 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature .ic { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; background: var(--cyan-tint); color: var(--cyan-600); margin-bottom: 22px; }
.feature .ic svg { width: 26px; height: 26px; }
.feature.amber-ic .ic { background: #fdf1d6; color: var(--amber-600); }
.feature h3 { font-size: 23px; margin-bottom: 10px; }
.feature p { font-size: 15px; color: var(--ink-soft); }

/* product card */
.prod-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.prod-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.prod-figure { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--cyan-tint); }
.prod-figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.prod-card:hover .prod-figure img { transform: scale(1.06); }
.prod-tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: rgba(12,61,75,0.82); color: var(--amber); font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 7px 13px; border-radius: var(--r-pill); backdrop-filter: blur(4px); }
.prod-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.prod-body h3 { font-size: 23px; margin-bottom: 12px; }
.prod-list { list-style: none; margin: 2px 0 20px; }
.prod-list li { font-size: 14.5px; color: var(--ink-soft); padding: 7px 0 7px 22px; position: relative; border-bottom: 1px solid var(--line); }
.prod-list li:last-child { border-bottom: 0; }
.prod-list li::before { content: ""; position: absolute; left: 2px; top: 14px; width: 8px; height: 8px; border-radius: 50%; border: 2px solid var(--cyan); }
.prod-foot { margin-top: auto; }

/* image fallback (graceful) */
.img-fallback {
  background: radial-gradient(120% 80% at 30% 12%, rgba(94,192,201,0.28), transparent 60%), linear-gradient(150deg, var(--petrol-600), var(--petrol));
  display: grid; place-items: center; position: relative;
}
.img-fallback::after { content: attr(data-label); font-family: var(--ff-body); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(155,217,223,0.7); padding: 0 18px; text-align: center; }

/* ---------- Stat cards ---------- */
.stat { background: rgba(255,255,255,0.06); border: 1px solid var(--line-dark); border-radius: var(--r-md); padding: 24px 26px; backdrop-filter: blur(6px); }
.stat .num { font-family: var(--ff-display); font-size: 42px; font-weight: 700; color: var(--amber); line-height: 1; }
.stat .lab { font-size: 13px; letter-spacing: 0.02em; color: rgba(247,245,239,0.82); margin-top: 10px; font-weight: 500; }

/* ---------- Certifications strip ---------- */
.cert-strip { background: var(--petrol-700); }
.cert-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 56px); padding: 28px var(--pad); max-width: var(--maxw); margin-inline: auto; }
.cert-item { display: flex; align-items: center; gap: 11px; color: rgba(247,245,239,0.9); font-size: 14px; font-weight: 600; }
.cert-item svg { width: 22px; height: 22px; color: var(--cyan); flex: none; }

/* ---------- Forms ---------- */
.field { display: flex; flex-direction: column; gap: 9px; }
.field label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  font-family: var(--ff-body); font-size: 15.5px; color: var(--petrol); background: var(--white);
  border: 1.5px solid rgba(12,61,75,0.16); border-radius: var(--r-sm); padding: 14px 16px;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease); width: 100%;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(94,192,201,0.18); }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23234049' stroke-width='2'%3E%3Cpath d='M3 5l4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid .full { grid-column: 1 / -1; }

.chip-group { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 9px; border: 1.5px solid rgba(12,61,75,0.18); border-radius: var(--r-pill); padding: 10px 18px; cursor: pointer; font-size: 14px; font-weight: 600; transition: all .25s var(--ease); user-select: none; }
.chip input { display: none; }
.chip .dot { width: 14px; height: 14px; border: 2px solid var(--muted); border-radius: 50%; transition: .2s; }
.chip:has(input:checked) { border-color: var(--cyan); background: var(--cyan-tint); color: var(--cyan-600); }
.chip:has(input:checked) .dot { background: var(--cyan); border-color: var(--cyan); box-shadow: inset 0 0 0 3px var(--cyan-tint); }

/* ---------- Footer ---------- */
.footer { background: var(--petrol); color: rgba(247,245,239,0.72); position: relative; overflow: hidden; }
.footer-top { max-width: var(--maxw); margin-inline: auto; padding: clamp(56px,7vw,88px) var(--pad) 48px; display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 44px; }
.footer h4 { color: var(--white); font-family: var(--ff-body); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 22px; font-weight: 700; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: 14.5px; color: rgba(247,245,239,0.68); transition: color .3s var(--ease); }
.footer-links a:hover { color: var(--amber); }
.footer-brand img { height: 76px; width: auto; margin-bottom: 20px; }
.footer-tagline { font-style: italic; font-family: var(--ff-display); font-weight: 500; font-size: 19px; color: var(--cyan-soft); max-width: 32ch; }
.footer-certs { border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); max-width: var(--maxw); margin-inline: auto; padding: 22px var(--pad); display: flex; flex-wrap: wrap; gap: 14px 30px; align-items: center; justify-content: center; }
.footer-certs span { font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(247,245,239,0.64); display: inline-flex; align-items: center; gap: 9px; font-weight: 600; }
.footer-certs span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }
.footer-bottom { max-width: var(--maxw); margin-inline: auto; padding: 26px var(--pad); display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; font-size: 13px; color: rgba(247,245,239,0.52); }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-dark); display: grid; place-items: center; color: rgba(247,245,239,0.72); transition: all .3s var(--ease); }
.footer-social a:hover { border-color: var(--amber); color: var(--amber); }
.footer-social svg { width: 17px; height: 17px; }

/* ---------- WhatsApp float ---------- */
.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 90; display: flex; align-items: center; }
.wa-btn { width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(37,211,102,0.4); transition: transform .3s var(--ease); }
.wa-btn:hover { transform: scale(1.08); }
.wa-btn svg { width: 30px; height: 30px; color: #fff; }
.wa-tip { position: absolute; right: 72px; white-space: nowrap; background: var(--petrol); color: var(--white); font-size: 13px; font-weight: 600; padding: 9px 15px; border-radius: var(--r-sm); opacity: 0; transform: translateX(8px); pointer-events: none; transition: all .3s var(--ease); box-shadow: var(--shadow-md); }
.wa-float:hover .wa-tip { opacity: 1; transform: translateX(0); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } * { scroll-behavior: auto; } }

/* ---------- Grids ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-auto { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

.sec-head { max-width: 64ch; }
.sec-head.center { margin-inline: auto; }
.sec-head .eyebrow { margin-bottom: 20px; }
.sec-head h2 { margin-bottom: 18px; }

.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }

.bg-cream { background: var(--cream); }
.bg-white { background: var(--white); }
.bg-petrol { background: var(--petrol); }
.bg-cyan-tint { background: var(--cyan-tint); }
.bg-petrol-grad { background: linear-gradient(160deg, var(--petrol) 0%, var(--petrol-700) 100%); }

/* ---------- Interior page shared utilities ---------- */
.container.center { text-align: center; }
.container.center .lead,
.container.center .h-section { max-width: 60ch; margin-inline: auto; }
.container.center .eyebrow { justify-content: center; }

.note-card {
  display: flex; gap: 18px; align-items: flex-start;
  background: var(--cyan-tint); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 28px 32px;
}
.note-card svg { width: 26px; height: 26px; color: var(--petrol); flex: none; margin-top: 2px; }
.note-card strong { display: block; font-family: var(--ff-display); font-size: 18px; color: var(--petrol); margin-bottom: 6px; }
.note-card p { font-size: 15px; color: var(--ink-soft); line-height: 1.6; max-width: 86ch; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .grid-2, .grid-3, .grid-4, .grid-auto { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .cat-card { min-height: 320px; }
  .wa-tip { display: none; }
}
