:root {
  --bc-bg: #0f172a;
  --bc-panel: #1e293b;
  --bc-panel-strong: #0b1222;
  --bc-line: #24324a;
  --bc-line-soft: #34435d;
  --bc-text: #f8fafc;
  --bc-muted: #a6bdd6;
  --bc-link: #93c5fd;
  --bc-accent: #38bdf8;
  --bc-main: #6366f1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 0;
  background: rgba(30, 41, 59, .97);
  border-bottom: 1px solid #162033;
}

.site-header .nav {
  width: min(1180px, calc(100% - 28px));
  min-height: 62px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bc-text);
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

.site-header .brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: var(--bc-panel-strong);
  border: 1px solid var(--bc-line-soft);
  color: var(--bc-accent);
  font-size: 13px;
  line-height: 1;
}

.site-header .top-links,
.site-header .nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
}

.site-header .nav-item,
.site-header .nav-trigger {
  color: var(--bc-muted);
  text-decoration: none;
  font-weight: 700;
}

.site-header .top-links a,
.site-header .nav-links a {
  color: var(--bc-muted);
  text-decoration: none;
  font-weight: 700;
}

.site-header .nav-dropdown {
  position: relative;
}

.site-header .nav-trigger {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.site-header .nav-trigger::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.site-header .tool-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 60;
  width: 220px;
  display: none;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 10px;
  background: #101a2d;
  border: 1px solid #2d3e58;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
}

.site-header .tool-menu a {
  font-size: 14px;
}

.site-header .nav-dropdown:hover .tool-menu,
.site-header .nav-dropdown:focus-within .tool-menu {
  display: grid;
}

.site-header .tool-menu::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -10px;
  width: 18px;
  height: 18px;
  background: #101a2d;
  border-left: 1px solid #2d3e58;
  border-top: 1px solid #2d3e58;
  transform: rotate(45deg);
}

.site-header .tool-group-title {
  margin: 0;
  color: var(--bc-text);
  font-size: 13px;
  font-weight: 900;
}

.site-header .tool-menu-item {
  position: relative;
}

.site-header .tool-category-link {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  color: var(--bc-text);
  background: #172238;
  border: 1px solid #2d3e58;
  text-decoration: none;
  font-weight: 900;
}

.site-header .tool-category-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  flex: 0 0 auto;
}

.site-header .tool-submenu {
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
  width: 250px;
  display: none;
  padding: 10px;
  background: #101a2d;
  border: 1px solid #2d3e58;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
}

.site-header .tool-menu-item:hover .tool-submenu,
.site-header .tool-menu-item:focus-within .tool-submenu {
  display: grid;
  gap: 4px;
}

.site-header .tool-submenu a {
  display: block;
  padding: 8px 9px;
  color: var(--bc-muted);
  text-decoration: none;
}

.site-header .tool-category-link:hover,
.site-header .tool-submenu a:hover {
  color: var(--bc-link);
}

.site-header .service-menu {
  width: 230px;
  gap: 4px;
}

.site-header .service-menu a {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  color: var(--bc-muted);
  background: #172238;
  border: 1px solid #2d3e58;
  text-decoration: none;
  font-weight: 900;
}

.site-header .service-menu a:hover {
  color: var(--bc-link);
}

.site-header .top-links a:hover,
.site-header .nav-links a:hover,
.site-header .nav-item:hover,
.site-header .nav-trigger:hover,
.site-header .nav-item[aria-current="page"],
.site-header .nav-trigger[aria-current="page"],
.site-header .top-links a[aria-current="page"],
.site-header .nav-links a[aria-current="page"] {
  color: var(--bc-text);
}

.site-header .site-auth {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.site-header .auth-link,
.site-header .auth-button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border: 1px solid #3a4d68;
  color: var(--bc-text);
  background: #26364d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.site-header .auth-button {
  background: var(--bc-main);
  border-color: var(--bc-main);
  color: #fff;
}

.site-header .auth-link:hover,
.site-header .auth-button:hover {
  color: #fff;
  border-color: #5c6f8b;
}

.site-login-required-panel {
  width: min(1180px, calc(100% - 28px));
  margin: 14px auto 18px;
  padding: 20px;
  background: #101a2d;
  border: 1px solid #2d3e58;
  border-left: 4px solid var(--bc-main);
  color: var(--bc-text);
}

.site-login-required-panel h2 {
  margin: 0 0 8px;
  color: var(--bc-text);
  font-size: 22px;
  line-height: 1.25;
}

.site-login-required-panel p {
  margin: 0;
  color: var(--bc-muted);
}

.site-login-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.site-login-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border: 1px solid #3a4d68;
  background: #26364d;
  color: var(--bc-text);
  text-decoration: none;
  font-weight: 900;
}

.site-login-actions a:first-child {
  background: var(--bc-main);
  border-color: var(--bc-main);
  color: #fff;
}

body.site-tool-locked .site-member-only {
  display: none !important;
}

.site-footer {
  border-top: 1px solid #1d2a40;
  background: var(--bc-panel-strong);
  color: var(--bc-muted);
  padding: 28px 0;
  font-size: 13px;
}

.site-footer .footer-inner {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(230px, 1.4fr) repeat(3, minmax(140px, .8fr));
  gap: 22px;
  align-items: start;
}

.site-footer .footer-brand {
  display: grid;
  gap: 8px;
}

.site-footer .footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bc-text);
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
}

.site-footer .footer-mark {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: #101a2d;
  border: 1px solid var(--bc-line-soft);
  color: var(--bc-accent);
  font-size: 12px;
}

.site-footer p {
  margin: 0;
  color: var(--bc-muted);
}

.site-footer .footer-title {
  margin: 0 0 8px;
  color: var(--bc-text);
  font-weight: 900;
}

.site-footer .footer-links {
  display: grid;
  gap: 7px;
}

.site-footer .footer-links a {
  margin: 0;
  color: var(--bc-muted);
  text-decoration: none;
}

.site-footer .footer-links a:hover {
  color: var(--bc-link);
}

.site-footer .footer-bottom {
  width: min(1180px, calc(100% - 28px));
  margin: 22px auto 0;
  padding-top: 14px;
  border-top: 1px solid #1c2a42;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: #7f93ad;
}

.admin-intro {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 14px;
  padding: 18px 0 0;
}

.admin-intro h1 {
  margin: 0 0 4px;
  font-size: 24px;
}

@media (max-width: 920px) {
  .site-header .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
  }

  .site-header .top-links,
  .site-header .nav-links {
    margin-left: 0;
    justify-content: flex-start;
  }

  .site-header .tool-menu {
    position: static;
    width: 100%;
    display: none;
    box-shadow: none;
    margin-top: 6px;
  }

  .site-header .nav-dropdown:hover .tool-menu,
  .site-header .nav-dropdown:focus-within .tool-menu {
    display: grid;
  }

  .site-header .tool-submenu {
    position: static;
    width: 100%;
    display: none;
    gap: 4px;
    margin-top: 6px;
    box-shadow: none;
  }

  .site-header .tool-menu-item:hover .tool-submenu,
  .site-header .tool-menu-item:focus-within .tool-submenu {
    display: grid;
  }

  .site-header .tool-category-link::after {
    transform: rotate(45deg) translateY(-2px);
  }

  .site-header .tool-menu::before {
    display: none;
  }

  .site-footer .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .site-footer .footer-inner {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-bottom {
    display: grid;
  }
}

/* Production visual refresh: service-commerce UI for web design and SEO. */
:root {
  --bc-bg: #080c14;
  --bc-bg-2: #0d1422;
  --bc-panel: #121b2b;
  --bc-panel-strong: #0a101b;
  --bc-panel-soft: #182235;
  --bc-line: #263348;
  --bc-line-soft: #33435c;
  --bc-text: #f8fafc;
  --bc-muted: #b5c4d8;
  --bc-subtle: #7f91aa;
  --bc-link: #67e8f9;
  --bc-accent: #22d3ee;
  --bc-main: #4f46e5;
  --bc-emerald: #10b981;
  --bc-amber: #f59e0b;
  --bc-danger: #fb7185;
  --bc-shadow: 0 18px 48px rgba(0, 0, 0, .34);
  --bc-shadow-soft: 0 12px 30px rgba(0, 0, 0, .22);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bc-bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 0%, rgba(34, 211, 238, .14), transparent 34rem),
    radial-gradient(circle at 82% 8%, rgba(16, 185, 129, .10), transparent 30rem),
    linear-gradient(180deg, #080c14 0%, #0d1422 42%, #090d16 100%) !important;
  color: var(--bc-text) !important;
  font-family: Inter, Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif !important;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .72), transparent 78%);
}

a {
  color: var(--bc-link);
  text-underline-offset: 3px;
}

img,
svg,
canvas,
video {
  max-width: 100%;
}

main,
.wrap {
  width: min(1180px, calc(100% - 32px)) !important;
}

.wrap {
  padding-top: 42px !important;
}

.site-header {
  background: rgba(8, 12, 20, .86) !important;
  border-bottom: 1px solid rgba(103, 232, 249, .16) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .26);
  backdrop-filter: blur(18px);
}

.site-header .nav {
  min-height: 70px;
  width: min(1180px, calc(100% - 32px));
}

.site-header .brand {
  gap: 12px;
  font-size: 20px;
  letter-spacing: .01em;
}

.site-header .brand-mark,
.site-footer .footer-mark {
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, .22), rgba(16, 185, 129, .18)),
    #0b1220;
  border-color: rgba(103, 232, 249, .36);
  color: #e0fbff;
  box-shadow: inset 0 0 18px rgba(34, 211, 238, .12);
}

.site-header .top-links,
.site-header .nav-links {
  gap: 8px;
}

.site-header .nav-item,
.site-header .nav-trigger,
.site-header .top-links a,
.site-header .nav-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 8px;
  color: #c7d4e6;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.site-header .nav-item:hover,
.site-header .nav-trigger:hover,
.site-header .top-links a:hover,
.site-header .nav-links a:hover,
.site-header .nav-item[aria-current="page"],
.site-header .nav-trigger[aria-current="page"],
.site-header .top-links a[aria-current="page"],
.site-header .nav-links a[aria-current="page"] {
  background: rgba(103, 232, 249, .10);
  color: #ffffff;
}

.site-header .tool-menu,
.site-header .tool-submenu {
  border-radius: 8px;
  padding: 8px;
  background: rgba(12, 18, 30, .98);
  border-color: rgba(103, 232, 249, .18);
  box-shadow: var(--bc-shadow);
  backdrop-filter: blur(16px);
}

.site-header .tool-menu {
  width: 236px;
  gap: 8px;
}

.site-header .tool-menu-item {
  width: 100%;
}

.site-header .tool-menu::before {
  background: #0c121e;
  border-color: rgba(103, 232, 249, .18);
}

.site-header .tool-category-link,
.site-header .service-menu a,
.site-header .tool-submenu a {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  border-radius: 7px;
  background: transparent;
  border-color: transparent;
  color: #c7d4e6;
}

.site-header .top-links .tool-category-link,
.site-header .top-links .service-menu a,
.site-header .top-links .tool-submenu a,
.site-header .nav-links .tool-category-link,
.site-header .nav-links .service-menu a,
.site-header .nav-links .tool-submenu a {
  width: 100%;
  display: flex;
}

.site-header .tool-category-link {
  justify-content: space-between;
  padding: 9px 11px;
  background: rgba(24, 34, 53, .72);
  border-color: rgba(255, 255, 255, .06);
  color: #f8fafc;
}

.site-header .tool-submenu {
  left: calc(100% + 10px);
  width: 256px;
  gap: 5px;
}

.site-header .tool-submenu a,
.site-header .service-menu a {
  justify-content: flex-start;
  padding: 9px 12px;
}

.site-header .tool-category-link:hover,
.site-header .service-menu a:hover,
.site-header .tool-submenu a:hover {
  background: rgba(34, 211, 238, .10);
  color: #ffffff;
}

.site-header .tool-category-link:hover {
  border-color: rgba(103, 232, 249, .24);
  box-shadow: inset 0 0 0 1px rgba(103, 232, 249, .08);
}

.site-header .service-menu {
  width: 236px;
}

.site-header .auth-link,
.site-header .auth-button {
  min-height: 38px;
  border-radius: 8px;
  border-color: rgba(103, 232, 249, .20);
  background: rgba(24, 34, 53, .92);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.site-header .auth-button {
  background: linear-gradient(135deg, #4f46e5, #0891b2);
  border-color: rgba(103, 232, 249, .32);
}

.hero {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(103, 232, 249, .16) !important;
  box-shadow: var(--bc-shadow);
  background-color: var(--bc-panel-strong) !important;
}

body > .hero {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 0;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(8, 12, 20, .88), rgba(8, 12, 20, .58) 52%, rgba(8, 12, 20, .78)) !important;
}

.hero-copy,
.status-board,
.consult,
.card,
.panel,
.tool-card,
.mini-card,
.item,
.step,
.profile-card {
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(24, 34, 53, .96), rgba(15, 23, 42, .98)) !important;
  border: 1px solid rgba(103, 232, 249, .14) !important;
  box-shadow: var(--bc-shadow-soft);
}

.hero-copy {
  position: relative;
}

.hero-copy::after,
.status-board::after,
.panel::after,
.tool-card::after,
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(103, 232, 249, .08), transparent 38%, rgba(16, 185, 129, .06));
  opacity: .75;
}

.hero-copy,
.status-board,
.panel,
.tool-card,
.card {
  position: relative;
}

.hero-copy > *,
.status-board > *,
.panel > *,
.tool-card > *,
.card > * {
  position: relative;
  z-index: 1;
}

.hero-inner {
  gap: 34px !important;
}

.hero-visual {
  border-radius: 8px;
  border-color: rgba(103, 232, 249, .18) !important;
  box-shadow: var(--bc-shadow);
}

.hero-visual::before {
  background:
    linear-gradient(135deg, rgba(8, 12, 20, .26), rgba(8, 12, 20, .76)),
    linear-gradient(180deg, transparent, rgba(8, 12, 20, .32)) !important;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 12px !important;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(34, 211, 238, .10);
  border: 1px solid rgba(103, 232, 249, .18);
  color: #8cf4ff !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: #ffffff;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
}

h2 {
  font-size: clamp(24px, 2.4vw, 34px) !important;
}

h3 {
  font-size: 20px !important;
}

.lead,
.muted,
.card p,
.tool-card p {
  color: var(--bc-muted) !important;
}

.lead {
  font-size: 18px !important;
}

.section-head {
  margin-top: 42px !important;
  margin-bottom: 18px !important;
}

.section-head h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bc-accent), var(--bc-emerald), var(--bc-amber));
}

.grid,
.tools,
.tool-grid,
.split,
.items,
.flow,
.dashboard-grid {
  gap: 16px !important;
}

.card,
.tool-card,
.panel,
.mini-card,
.item,
.step {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.card:hover,
.tool-card:hover,
.panel:hover,
.mini-card:hover,
.item:hover,
.step:hover {
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, .30) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .30);
}

.pay-card.locked,
.pay-card.locked:hover {
  transform: none;
  border-color: rgba(245, 158, 11, .22) !important;
  box-shadow: var(--bc-shadow-soft);
}

.pay-card.locked .pay-body {
  display: none !important;
}

.tool-card,
.card {
  min-height: 100%;
}

.button,
.btn,
button,
input[type="submit"],
input[type="button"] {
  border-radius: 8px !important;
  border: 1px solid rgba(103, 232, 249, .20) !important;
  background: rgba(24, 34, 53, .94) !important;
  color: #f8fafc !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.button:not(.secondary),
.btn.primary,
button.primary,
input[type="submit"] {
  background: linear-gradient(135deg, #4f46e5 0%, #0891b2 56%, #10b981 100%) !important;
  border-color: rgba(103, 232, 249, .34) !important;
}

.button.secondary,
.btn.secondary {
  background: rgba(24, 34, 53, .86) !important;
}

.button:hover,
.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, .28) !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .30);
}

.tag,
.tag-list span,
.tag-row span {
  border-radius: 999px !important;
  background: rgba(34, 211, 238, .09) !important;
  border: 1px solid rgba(103, 232, 249, .18) !important;
  color: #dffbff !important;
}

.tag-row .tag:nth-child(2n),
.tag-list .tag:nth-child(2n) {
  background: rgba(16, 185, 129, .10) !important;
  border-color: rgba(16, 185, 129, .22) !important;
}

.tag-row .tag:nth-child(3n),
.tag-list .tag:nth-child(3n) {
  background: rgba(245, 158, 11, .10) !important;
  border-color: rgba(245, 158, 11, .22) !important;
}

.mini-card strong {
  color: #ffffff;
}

.live-dot,
.consult {
  color: var(--bc-emerald);
}

.consult {
  border-left: 0 !important;
  border-top: 3px solid var(--bc-emerald) !important;
  align-items: center;
}

input,
textarea,
select {
  border-radius: 8px !important;
  border: 1px solid rgba(103, 232, 249, .16) !important;
  background: rgba(8, 12, 20, .62) !important;
  color: var(--bc-text) !important;
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(103, 232, 249, .46) !important;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, .10);
}

table {
  border-color: rgba(103, 232, 249, .14) !important;
}

th {
  background: rgba(24, 34, 53, .86) !important;
  color: #ffffff !important;
}

td {
  border-color: rgba(103, 232, 249, .10) !important;
}

.site-login-required-panel {
  border-radius: 8px;
  border-left: 0;
  border-top: 3px solid var(--bc-amber);
  background:
    linear-gradient(180deg, rgba(24, 34, 53, .96), rgba(15, 23, 42, .98));
  box-shadow: var(--bc-shadow-soft);
}

.site-footer {
  margin-top: 24px;
  padding: 38px 0 28px;
  background:
    linear-gradient(180deg, rgba(8, 12, 20, .98), #060912) !important;
  border-top-color: rgba(103, 232, 249, .15) !important;
}

.site-footer .footer-inner {
  gap: 28px;
}

.site-footer .footer-logo {
  font-size: 19px;
}

.site-footer .footer-title {
  color: #ffffff;
}

.site-footer .footer-links a {
  width: fit-content;
  color: #aebdd2;
}

.site-footer .footer-links a:hover {
  color: var(--bc-link);
}

.site-footer .footer-bottom {
  border-top-color: rgba(103, 232, 249, .12);
  color: var(--bc-subtle);
}

@media (max-width: 920px) {
  main,
  .wrap,
  body > .hero {
    width: min(100% - 24px, 1180px) !important;
  }

  .site-header .nav {
    width: min(100% - 24px, 1180px);
  }

  .site-header .nav-item,
  .site-header .nav-trigger,
  .site-header .top-links a,
  .site-header .nav-links a {
    padding-left: 9px;
    padding-right: 9px;
  }

  .hero {
    border-radius: 8px;
  }

  .hero-inner {
    padding-top: 42px !important;
    padding-bottom: 46px !important;
  }
}

@media (max-width: 560px) {
  body {
    background:
      radial-gradient(circle at 20% 0%, rgba(34, 211, 238, .12), transparent 24rem),
      linear-gradient(180deg, #080c14 0%, #0d1422 46%, #090d16 100%) !important;
  }

  h1 {
    font-size: 36px !important;
  }

  .button,
  .btn,
  .actions a,
  .hero-actions a {
    width: 100%;
  }
}
