/* AutoRig storefront — dark professional CG-industrial theme */
:root {
  --bg: #07111e;
  --bg-2: #0b1b2b;
  --panel: #0e2033;
  --panel-2: #12283f;
  --line: #1c3a57;
  --line-soft: #16304a;
  --ink: #eaf4ff;
  --ink-soft: #a9c2da;
  --ink-dim: #6f8aa6;
  --accent: #38c9ff;
  --accent-2: #2b8cff;
  --accent-ink: #04121d;
  --good: #34d399;
  --warn: #fbbf24;
  --bad: #f87171;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.85);
  --maxw: 1200px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  background-image:
    radial-gradient(1200px 600px at 80% -10%, rgba(56, 201, 255, 0.14), transparent 60%),
    radial-gradient(900px 500px at 0% 0%, rgba(43, 140, 255, 0.10), transparent 55%),
    linear-gradient(180deg, #07111e 0%, #060d17 100%);
  background-attachment: fixed;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { width: min(100% - 40px, var(--maxw)); margin-inline: auto; }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(7, 17, 30, 0.72);
  border-bottom: 1px solid var(--line-soft);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 66px;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: .3px; }
.brand img { height: 30px; width: auto; }
.brand span { font-size: 17px; }
.nav { display: flex; gap: 26px; margin-left: 12px; }
.nav a { color: var(--ink-soft); font-size: 14px; transition: color .2s; }
.nav a:hover { color: var(--ink); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }

/* ---------- buttons ---------- */
.btn {
  --pad: 11px 20px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: var(--pad);
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 14px; font-weight: 600;
  cursor: pointer;
  transition: transform .15s, background .2s, border-color .2s, box-shadow .2s;
  background: var(--panel-2);
  color: var(--ink);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  color: var(--accent-ink);
  box-shadow: 0 10px 30px -12px rgba(56, 201, 255, 0.7);
}
.btn-ghost { background: transparent; border-color: var(--line); color: var(--ink-soft); }
.btn-ghost:hover { border-color: var(--accent); color: var(--ink); }
.btn-block { width: 100%; }
.btn-lg { --pad: 15px 30px; font-size: 15px; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(760px, calc(100svh - 66px));
  padding: 104px 0 82px;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(980px, 90vw);
  height: 540px;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(43, 140, 255, 0.16) 0%, rgba(56, 201, 255, 0.07) 38%, transparent 72%);
  filter: blur(10px);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 0;
  width: min(960px, 86vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(56, 201, 255, 0.4), transparent);
}
.hero-grid {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(56, 201, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 201, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(900px 520px at 50% 34%, #000 0%, transparent 76%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero-copy { max-width: 980px; margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--accent); font-weight: 700;
  padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(56, 201, 255, 0.06);
}
.hero .eyebrow { margin-inline: auto; padding: 7px 15px; background: rgba(10, 29, 47, 0.7); backdrop-filter: blur(10px); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 2px; background: var(--accent); box-shadow: 0 0 14px rgba(56, 201, 255, 0.85); }
.hero h1 { font-size: clamp(44px, 6.7vw, 78px); line-height: 1.05; margin: 24px 0 22px; letter-spacing: -2px; text-wrap: balance; }
.hero h1 .grad { background: linear-gradient(120deg, var(--accent), #9be8ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { font-size: 17px; color: var(--ink-soft); max-width: 710px; margin: 0 auto 34px; text-wrap: balance; }
.hero-cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.hero-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(760px, 100%);
  margin: 58px auto 0;
  border: 1px solid rgba(56, 201, 255, 0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(17, 40, 63, 0.58), rgba(8, 24, 40, 0.52));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 24px 60px -42px rgba(56, 201, 255, 0.75);
  backdrop-filter: blur(14px);
  overflow: hidden;
}
.hero-stats .stat { position: relative; padding: 20px 24px 19px; }
.hero-stats .stat + .stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22%;
  width: 1px;
  height: 56%;
  background: linear-gradient(transparent, rgba(56, 201, 255, 0.3), transparent);
}
.hero-stats .stat b { display: block; font-size: 27px; line-height: 1.25; color: var(--ink); letter-spacing: -.5px; }
.hero-stats .stat span { display: block; margin-top: 3px; font-size: 13px; color: var(--ink-dim); }

/* ---------- sections ---------- */
section { padding: 70px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 46px; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head h2 { font-size: clamp(26px, 3.4vw, 38px); margin: 0 0 12px; letter-spacing: -.3px; }
.section-head p { color: var(--ink-soft); margin: 0; }

/* ---------- storefront grid ---------- */
.grid-products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.card {
  position: relative;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--panel), var(--bg-2));
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: var(--shadow); }
.card-cover { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-2); }
.card-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.card-cover img.cover-autoalign { object-fit: contain; background: #05080a; }
.card:hover .card-cover img { transform: scale(1.04); }
.badge {
  position: absolute; top: 12px; left: 12px;
  font-size: 12px; font-weight: 700; letter-spacing: .5px;
  padding: 5px 10px; border-radius: 8px;
  background: rgba(4, 18, 29, 0.7); color: var(--accent);
  border: 1px solid var(--line); backdrop-filter: blur(6px);
}
.badge.soon { color: var(--warn); }
.badge.free {
  color: var(--good);
  border-color: rgba(52, 211, 153, .28);
  background: rgba(4, 31, 32, .76);
}
.card-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { margin: 0 0 6px; font-size: 19px; }
.card-body .desc { color: var(--ink-soft); font-size: 14px; margin: 0 0 14px; flex: 1; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.chip { font-size: 12px; color: var(--ink-soft); padding: 4px 10px; border-radius: 999px; border: 1px solid var(--line-soft); background: rgba(255, 255, 255, 0.02); }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price { display: flex; align-items: baseline; gap: 2px; }
.price .cur { font-size: 15px; color: var(--accent); }
.price .num { font-size: 28px; font-weight: 800; color: var(--ink); }
.price .note { font-size: 12px; color: var(--ink-dim); margin-left: 6px; }
.price.free .num { color: var(--good); font-size: 24px; }
.price.campaign-price {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 4px 8px;
  min-width: 190px;
}
.campaign-label {
  grid-column: 1 / -1;
  width: max-content;
  padding: 3px 7px;
  border: 1px solid rgba(56, 201, 255, .25);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(56, 201, 255, .1);
  font-size: 10px;
  font-weight: 800;
}
.campaign-current { display: inline-flex; align-items: baseline; }
.campaign-original { color: var(--ink-dim); font-size: 12px; }
.campaign-restore {
  grid-column: 1 / -1;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
}
.campaign-price .note { grid-column: 1 / -1; margin-left: 0; }
.card-foot .actions { display: flex; gap: 8px; }

/* ---------- feature strip ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature {
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  background: linear-gradient(180deg, var(--panel), var(--bg-2));
  padding: 26px 22px;
}
.feature .ico {
  width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center;
  background: rgba(56, 201, 255, 0.1); border: 1px solid var(--line); color: var(--accent);
  margin-bottom: 16px; font-size: 20px;
}
.feature h4 { margin: 0 0 8px; font-size: 17px; }
.feature p { margin: 0; color: var(--ink-soft); font-size: 14px; }

/* ---------- trust ---------- */
.trust { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: rgba(11, 27, 43, 0.4); }
.trust .row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.trust .t b { display: block; font-size: 30px; background: linear-gradient(120deg, var(--accent), #9be8ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.trust .t span { color: var(--ink-dim); font-size: 13px; }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin-inline: auto; display: grid; gap: 12px; }
.faq details {
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  background: var(--panel); padding: 4px 20px;
}
.faq summary { cursor: pointer; padding: 16px 0; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-size: 20px; }
.faq details[open] summary::after { content: "\2212"; }
.faq p { margin: 0 0 16px; color: var(--ink-soft); font-size: 14px; }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line-soft); padding: 40px 0; color: var(--ink-dim); font-size: 13px; }
.site-footer .wrap { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.site-footer a { color: var(--ink-soft); }
.site-footer a:hover { color: var(--accent); }

/* ---------- modal ---------- */
.modal-mask { position: fixed; inset: 0; z-index: 90; background: rgba(3, 9, 16, 0.72); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-mask.open { display: flex; }
.modal {
  width: min(100%, 440px); background: linear-gradient(180deg, var(--panel), var(--bg-2));
  border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow);
  padding: 28px; position: relative; max-height: 92vh; overflow: auto;
}
.modal h3 { margin: 0 0 6px; font-size: 20px; }
.modal .sub { color: var(--ink-dim); font-size: 13px; margin: 0 0 20px; }
.modal .close { position: absolute; top: 16px; right: 16px; background: none; border: none; color: var(--ink-dim); font-size: 22px; cursor: pointer; }
.modal .close:hover { color: var(--ink); }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; color: var(--ink-soft); margin-bottom: 6px; }
.field input {
  width: 100%; padding: 11px 13px; border-radius: 10px; font-size: 14px;
  background: var(--bg-2); border: 1px solid var(--line); color: var(--ink);
  font-family: var(--font);
}
.field input:focus { outline: none; border-color: var(--accent); }
.tabs { display: flex; gap: 6px; background: var(--bg-2); border: 1px solid var(--line-soft); border-radius: 10px; padding: 4px; margin-bottom: 20px; }
.tabs button { flex: 1; padding: 9px; border: none; background: none; color: var(--ink-soft); border-radius: 7px; cursor: pointer; font-size: 14px; font-weight: 600; }
.tabs button.active { background: var(--panel-2); color: var(--ink); }
.msg { font-size: 13px; margin-top: 10px; min-height: 18px; }
.msg.err { color: var(--bad); }
.msg.ok { color: var(--good); }

/* ---------- utility ---------- */
.hidden { display: none !important; }
.mono { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.pill { font-size: 12px; padding: 3px 10px; border-radius: 999px; border: 1px solid var(--line); color: var(--ink-soft); }
.pill.good { color: var(--good); border-color: rgba(52, 211, 153, .4); }
.pill.warn { color: var(--warn); border-color: rgba(251, 191, 36, .4); }
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--panel-2); border: 1px solid var(--line); color: var(--ink);
  padding: 12px 20px; border-radius: 10px; box-shadow: var(--shadow);
  opacity: 0; transition: opacity .25s, transform .25s; z-index: 120; font-size: 14px;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- product detail ---------- */
.crumbs { padding: 24px 0 0; color: var(--ink-dim); font-size: 13px; }
.crumbs a:hover { color: var(--accent); }
.detail { padding: 30px 0 70px; }
.detail-top { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: start; }
.media {
  border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
  background: var(--bg-2); box-shadow: var(--shadow);
}
.media .frame { aspect-ratio: 16 / 9; background: #000; }
.media .frame img, .media .frame iframe, .media .frame video { display: block; width: 100%; height: 100%; border: 0; object-fit: cover; }
.thumbs { display: flex; gap: 10px; padding: 12px; flex-wrap: wrap; }
.thumbs img { width: 76px; height: 48px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line-soft); cursor: pointer; opacity: .7; }
.thumbs img.active, .thumbs img:hover { opacity: 1; border-color: var(--accent); }

.buybox { border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, var(--panel), var(--bg-2)); padding: 26px; position: sticky; top: 86px; }
.buybox .eyebrow { margin-bottom: 12px; }
.buybox h1 { font-size: 26px; margin: 0 0 10px; }
.buybox .lead { color: var(--ink-soft); font-size: 14px; margin: 0 0 20px; }
.download-first { margin: 0 0 22px; padding: 16px; border: 1px solid rgba(56,201,255,.38); border-radius: var(--radius); background: linear-gradient(135deg, rgba(56,201,255,.12), rgba(82,120,255,.08)); }
.download-first .btn { margin: 10px 0 8px; }
.download-first p { margin: 0; color: var(--ink-soft); font-size: 12.5px; line-height: 1.65; }
.flow-label { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.purchase-label { margin: 0 0 8px; }
.buybox .priceline { display: flex; align-items: baseline; gap: 4px; margin-bottom: 4px; }
.buybox .priceline .cur { font-size: 18px; color: var(--accent); }
.buybox .priceline .num { font-size: 38px; font-weight: 800; }
.buybox .pricenote { color: var(--ink-dim); font-size: 13px; margin-bottom: 20px; }
.plan-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 0 14px; }
.plan-card {
  display: grid;
  gap: 3px;
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
  color: var(--ink-soft);
  text-align: center;
  cursor: pointer;
  transition: border-color .18s, box-shadow .18s, background .18s, color .18s, transform .18s;
}
.plan-card:hover { transform: translateY(-1px); border-color: rgba(56,201,255,.62); color: var(--ink); }
.plan-card.active {
  border-color: var(--accent);
  background: linear-gradient(180deg, rgba(56,201,255,.16), rgba(43,140,255,.08));
  box-shadow: 0 0 0 1px rgba(56,201,255,.12), 0 14px 34px -26px rgba(56,201,255,.9);
  color: var(--ink);
}
.plan-name { font-size: 13px; font-weight: 800; }
.plan-price { font-size: 20px; line-height: 1.25; font-weight: 900; color: var(--accent); }
.plan-note { font-size: 11.5px; color: var(--ink-dim); }
.buybox .btn { margin-bottom: 10px; }
.feature-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 10px; }
.feature-list li { display: flex; gap: 10px; font-size: 14px; color: var(--ink-soft); }
.feature-list li::before { content: "✓"; color: var(--accent); font-weight: 700; }

.detail-body { margin-top: 56px; display: grid; grid-template-columns: 1fr; gap: 40px; }
.panel { border: 1px solid var(--line-soft); border-radius: var(--radius); background: linear-gradient(180deg, var(--panel), var(--bg-2)); padding: 28px; }
.panel h2 { margin: 0 0 18px; font-size: 22px; }
.panel .prose { color: var(--ink-soft); font-size: 15px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step { border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 22px; background: rgba(255,255,255,.02); position: relative; }
.step .n { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: rgba(56,201,255,.12); border: 1px solid var(--line); color: var(--accent); font-weight: 800; margin-bottom: 14px; }
.step h4 { margin: 0 0 6px; font-size: 16px; }
.step p { margin: 0; color: var(--ink-soft); font-size: 13.5px; }

.hl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hl { border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 22px; background: rgba(255,255,255,.02); }
.hl h4 { margin: 0 0 8px; font-size: 16px; color: var(--accent); }
.hl p { margin: 0; color: var(--ink-soft); font-size: 14px; }

/* orders table */
.orders { width: 100%; }
.order-row { border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 16px 18px; margin-bottom: 12px; }
.order-row .head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.order-row .head .no { font-size: 13px; color: var(--ink-dim); }
.order-row .kv { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 13px; color: var(--ink-soft); margin-bottom: 12px; }
.order-row .kv b { color: var(--ink); font-weight: 600; }
.order-row .code { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.order-row .code input { flex: 1; min-width: 180px; background: var(--bg-2); border: 1px solid var(--line); color: var(--ink); border-radius: 8px; padding: 8px 10px; font-size: 13px; }
.order-row .row-actions { display: flex; gap: 8px; flex-wrap: wrap; }

/* payment / activation modal extras */
.qr-box { text-align: center; margin: 6px 0 16px; }
.qr-box img { width: 200px; height: 200px; margin: 0 auto 8px; border-radius: 12px; border: 1px solid var(--line); background: #fff; }
.qr-box .amt { font-size: 22px; font-weight: 800; color: var(--accent); }
.qr-hint { color: var(--ink-dim); font-size: 13px; }
.result-box { background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; margin: 10px 0; }
.result-box .label { font-size: 12px; color: var(--ink-dim); margin-bottom: 4px; }
.result-box .val { font-family: "SFMono-Regular", Consolas, monospace; font-size: 14px; word-break: break-all; color: var(--ink); }
.divider { height: 1px; background: var(--line-soft); margin: 18px 0; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .detail-top { grid-template-columns: 1fr; }
  .buybox { position: static; }
  .steps, .hl-grid { grid-template-columns: 1fr; }
  .features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .nav { display: none; }
  .grid-products { grid-template-columns: 1fr; }
  .trust .row { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}
@media (max-width: 620px) {
  section { padding: 50px 0; }
  .hero { min-height: auto; padding: 76px 0 56px; }
  .hero h1 { font-size: clamp(38px, 12vw, 52px); margin-top: 20px; letter-spacing: -1.2px; }
  .hero p.lead { font-size: 15.5px; margin-bottom: 28px; }
  .features { grid-template-columns: 1fr; }
  .hero-cta { width: min(100%, 360px); margin-inline: auto; }
  .hero-cta .btn { flex: 1 1 150px; }
  .hero-stats { margin-top: 42px; border-radius: 15px; }
  .hero-stats .stat { padding: 16px 7px 15px; }
  .hero-stats .stat b { font-size: 21px; }
  .hero-stats .stat span { font-size: 11.5px; }
}
@media (max-width: 520px) {
  .header-actions .btn-ghost { display: none; }
  .plan-picker { grid-template-columns: 1fr; }
  .card-foot { flex-direction: column; align-items: stretch; }
  .price.campaign-price { width: 100%; }
  .card-foot .actions { width: 100%; }
  .card-foot .actions .btn { flex: 1; }
}
