:root {
  --ukst-bg: #020916;
  --ukst-bg-2: #07162a;
  --ukst-panel: rgba(9, 26, 49, 0.84);
  --ukst-panel-2: rgba(12, 34, 63, 0.78);
  --ukst-border: rgba(64, 130, 220, 0.32);
  --ukst-border-strong: rgba(49, 125, 255, 0.72);
  --ukst-text: #f6f8ff;
  --ukst-muted: #aeb9cf;
  --ukst-blue: #126dff;
  --ukst-blue-2: #5aa4ff;
  --ukst-cyan: #21d4ff;
  --ukst-green: #17d69b;
  --ukst-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --ukst-radius: 8px;
  --ukst-header: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.ukst-body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 18% 8%, rgba(18, 109, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 74% 16%, rgba(33, 212, 255, 0.13), transparent 34rem),
    linear-gradient(180deg, #020916 0%, #030a16 42%, #020710 100%);
  color: var(--ukst-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.ukst-nav-open {
  overflow: hidden;
}

body.admin-bar .ukst-header {
  top: 32px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text,
.ukst-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ukst-skip-link:focus {
  z-index: 9999;
  top: 14px;
  left: 14px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  clip: auto;
  color: #001025;
  background: #ffffff;
  border-radius: 6px;
}

.ukst-shell {
  width: min(1500px, calc(100% - 56px));
  margin-inline: auto;
}

.ukst-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--ukst-header);
  background: rgba(2, 9, 22, 0.88);
  border-bottom: 1px solid rgba(56, 119, 214, 0.2);
  backdrop-filter: blur(18px);
}

.ukst-header-inner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: var(--ukst-header);
}

.ukst-brand {
  display: inline-flex;
  align-items: center;
  width: 178px;
}

.ukst-brand img,
.ukst-footer-brand img {
  width: 100%;
  height: auto;
}

.ukst-nav {
  justify-self: center;
}

.ukst-nav-list {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ukst-nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 6px;
  color: rgba(246, 248, 255, 0.88);
  font-size: 0.96rem;
  font-weight: 700;
}

.ukst-nav-list a:hover,
.ukst-nav-list a:focus-visible,
.ukst-nav-list .current-menu-item > a {
  color: #ffffff;
  background: rgba(18, 109, 255, 0.13);
  outline: none;
  box-shadow: inset 0 -2px 0 var(--ukst-blue);
}

.ukst-header-cta,
.ukst-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}

.ukst-header-cta,
.ukst-button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0869ff, #147dff);
  border-color: rgba(91, 166, 255, 0.72);
  box-shadow: 0 14px 34px rgba(18, 109, 255, 0.24);
}

.ukst-button-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.28);
}

.ukst-header-cta:hover,
.ukst-button:hover,
.ukst-header-cta:focus-visible,
.ukst-button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.ukst-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--ukst-border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
}

.ukst-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: #ffffff;
}

.ukst-main {
  min-height: 70vh;
}

.ukst-hero,
.ukst-page-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 18px;
}

.ukst-hero {
  min-height: auto;
}

.ukst-page-hero {
  min-height: 520px;
}

.ukst-wave {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.84;
  background:
    radial-gradient(circle at 82% 44%, rgba(18, 109, 255, 0.34), transparent 23rem),
    linear-gradient(115deg, transparent 0 36%, rgba(18, 109, 255, 0.07) 36% 37%, transparent 37% 100%),
    repeating-radial-gradient(ellipse at 82% 50%, rgba(33, 212, 255, 0.18) 0 1px, transparent 2px 22px);
  mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
}

.ukst-hero-grid,
.ukst-page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1fr);
  gap: 54px;
  align-items: center;
}

.ukst-hero-copy,
.ukst-page-hero-grid > div:first-child {
  max-width: 610px;
}

.ukst-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 18px;
  padding: 0 22px;
  border: 1px solid rgba(18, 109, 255, 0.74);
  border-radius: 999px;
  color: var(--ukst-blue-2);
  background: rgba(4, 17, 37, 0.78);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.ukst-hero h1,
.ukst-page-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 4.1rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.ukst-page-hero h1 {
  font-size: 4rem;
}

.ukst-hero h1 span,
.ukst-page-hero h1 span {
  display: block;
  color: var(--ukst-blue);
}

.ukst-hero p:not(.ukst-pill),
.ukst-page-hero p:not(.ukst-pill) {
  max-width: 650px;
  margin-bottom: 24px;
  color: rgba(246, 248, 255, 0.84);
  font-size: 1.08rem;
}

.ukst-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.ukst-device-scene,
.ukst-floating-ui,
.ukst-workflow-preview,
.ukst-about-visual,
.ukst-contact-visual {
  position: relative;
  min-height: 330px;
}

.ukst-laptop {
  position: absolute;
  right: 100px;
  top: 22px;
  width: min(760px, 76%);
  padding: 18px 18px 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: linear-gradient(145deg, #0b1323, #111b2c);
  box-shadow: var(--ukst-shadow);
  transform: perspective(1100px) rotateX(2deg) rotateY(-8deg);
}

.ukst-laptop::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -18px;
  height: 18px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, #222b39, #0b111c);
}

.ukst-screen {
  display: grid;
  grid-template-columns: 110px 1fr;
  min-height: 250px;
  overflow: hidden;
  border-radius: 6px;
  background: #071528;
  border: 1px solid rgba(64, 130, 220, 0.28);
}

.ukst-app-sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px 14px;
  background: rgba(0, 0, 0, 0.2);
}

.ukst-app-sidebar span,
.ukst-app-main span,
.ukst-ui-window span {
  display: block;
  height: 14px;
  border-radius: 4px;
  background: rgba(90, 164, 255, 0.15);
}

.ukst-app-sidebar span:first-child {
  background: rgba(18, 109, 255, 0.58);
}

.ukst-app-main {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.ukst-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ukst-stat-row strong {
  display: block;
  min-height: 58px;
  padding: 14px 12px;
  border: 1px solid rgba(64, 130, 220, 0.26);
  border-radius: 7px;
  background: rgba(18, 109, 255, 0.12);
  color: #ffffff;
}

.ukst-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  max-width: 370px;
}

.ukst-calendar span {
  display: grid;
  place-items: center;
  min-height: 28px;
  border-radius: 4px;
  color: var(--ukst-muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.78rem;
}

.ukst-calendar .is-active {
  color: #ffffff;
  background: var(--ukst-blue);
}

.ukst-phone {
  position: absolute;
  right: 0;
  top: 52px;
  width: 158px;
  min-height: 280px;
  padding: 26px 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: linear-gradient(180deg, #101928, #050b14);
  box-shadow: var(--ukst-shadow);
}

.ukst-phone-bar {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 48px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.ukst-phone-card {
  margin-top: 12px;
  padding: 13px 12px;
  border: 1px solid rgba(64, 130, 220, 0.32);
  border-radius: 7px;
  color: #ffffff;
  background: rgba(18, 109, 255, 0.16);
  font-size: 0.82rem;
  font-weight: 700;
}

.ukst-trust-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.ukst-trust-row div,
.ukst-value-strip div,
.ukst-mini-card,
.ukst-card,
.ukst-panel,
.ukst-ui-window,
.ukst-process-cards div,
.ukst-form {
  border: 1px solid var(--ukst-border);
  border-radius: var(--ukst-radius);
  background:
    linear-gradient(145deg, rgba(17, 50, 92, 0.62), rgba(5, 18, 36, 0.84)),
    rgba(5, 15, 31, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ukst-trust-row div {
  min-height: 74px;
  padding: 16px 18px;
}

.ukst-trust-row strong,
.ukst-value-strip strong {
  display: block;
  color: #ffffff;
  font-size: 0.96rem;
}

.ukst-trust-row span,
.ukst-value-strip span {
  display: block;
  color: var(--ukst-muted);
  font-size: 0.86rem;
}

.ukst-section {
  padding: 46px 0;
}

.ukst-section.compact {
  padding: 18px 0;
}

.ukst-section-heading {
  margin-bottom: 24px;
}

.ukst-section-heading.centered {
  text-align: center;
}

.ukst-section h2,
.ukst-panel h2,
.ukst-form h2,
.ukst-content-panel h1 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.ukst-card-grid {
  display: grid;
  gap: 16px;
}

.ukst-card-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ukst-card-grid.six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ukst-card,
.ukst-mini-card,
.ukst-panel {
  padding: 24px;
}

.ukst-card {
  min-height: 178px;
}

.ukst-card-icon {
  display: inline-grid;
  place-items: center;
  min-width: 52px;
  height: 52px;
  margin-bottom: 16px;
  padding: 0 10px;
  border: 1px solid rgba(90, 164, 255, 0.58);
  border-radius: 8px;
  color: var(--ukst-blue-2);
  background: rgba(18, 109, 255, 0.16);
  font-weight: 900;
}

.ukst-card h3,
.ukst-mini-card h3,
.ukst-process-cards h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.25;
}

.ukst-card p,
.ukst-mini-card p,
.ukst-panel p,
.ukst-process-cards p,
.ukst-form p,
.ukst-content-panel,
.ukst-entry-content {
  color: var(--ukst-muted);
}

.ukst-card a,
.ukst-mini-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--ukst-blue-2);
  font-weight: 800;
}

.ukst-value-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--ukst-border);
  border-radius: var(--ukst-radius);
  background: rgba(6, 20, 39, 0.86);
}

.ukst-value-strip.five {
  grid-template-columns: repeat(5, 1fr);
}

.ukst-value-strip div {
  min-height: 82px;
  padding: 20px 24px;
  border: 0;
  border-radius: 0;
  border-right: 1px solid rgba(64, 130, 220, 0.28);
  background: transparent;
}

.ukst-value-strip div:last-child {
  border-right: 0;
}

.ukst-panels,
.ukst-two-col,
.ukst-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ukst-check-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ukst-check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(246, 248, 255, 0.86);
}

.ukst-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.33em;
  width: 15px;
  height: 15px;
  border: 1px solid var(--ukst-blue-2);
  border-radius: 50%;
  background: radial-gradient(circle, var(--ukst-blue) 0 35%, transparent 38%);
}

.ukst-process-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ukst-process-row div {
  min-width: 0;
}

.ukst-process-row span,
.ukst-process-cards span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--ukst-blue);
  font-weight: 900;
}

.ukst-process-row strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 1.05rem;
}

.ukst-cta-band {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  min-height: 118px;
  padding: 24px 34px;
  border: 1px solid var(--ukst-border-strong);
  border-radius: var(--ukst-radius);
  background:
    radial-gradient(circle at 10% 50%, rgba(18, 109, 255, 0.3), transparent 12rem),
    radial-gradient(circle at 90% 50%, rgba(33, 212, 255, 0.22), transparent 14rem),
    rgba(8, 24, 48, 0.9);
}

.ukst-cta-band h2 {
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1.6rem;
}

.ukst-cta-band p {
  margin-bottom: 0;
  color: var(--ukst-muted);
}

.ukst-floating-ui {
  min-height: 420px;
}

.ukst-ui-window {
  position: absolute;
  padding: 24px;
}

.ukst-ui-window.large {
  left: 10%;
  top: 30px;
  width: 58%;
  min-height: 320px;
  transform: perspective(900px) rotateY(-7deg);
}

.ukst-ui-window.large h2 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 1.45rem;
}

.ukst-ui-window.large span {
  margin-bottom: 12px;
}

.ukst-ui-window.large button {
  width: 100%;
  min-height: 40px;
  margin-top: 18px;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  background: var(--ukst-blue);
}

.ukst-ui-window.small {
  right: 6%;
  width: 230px;
  min-height: 84px;
  color: #ffffff;
  font-weight: 800;
}

.ukst-ui-window.small.top {
  top: 55px;
}

.ukst-ui-window.small.bottom {
  top: 180px;
}

.ukst-workflow-preview {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
}

.ukst-node {
  position: relative;
  width: min(360px, 80%);
  padding: 16px 18px;
  border: 1px solid var(--ukst-border);
  border-radius: 7px;
  color: #ffffff;
  background: rgba(8, 24, 48, 0.94);
  text-align: center;
  font-weight: 800;
}

.ukst-node::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 1px;
  height: 13px;
  background: var(--ukst-border-strong);
}

.ukst-node:last-child::after {
  display: none;
}

.ukst-process-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ukst-process-cards div {
  min-height: 160px;
  padding: 24px;
}

.ukst-about-visual,
.ukst-contact-visual {
  display: grid;
  place-items: center;
}

.ukst-dashboard-lines {
  width: min(620px, 90%);
  height: 330px;
  border: 1px solid var(--ukst-border);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(90, 164, 255, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(90, 164, 255, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(18, 109, 255, 0.24), transparent 17rem),
    rgba(6, 18, 35, 0.9);
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.ukst-people-card {
  position: absolute;
  min-width: 150px;
  padding: 18px 20px;
  border: 1px solid var(--ukst-border);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(7, 21, 40, 0.94);
  font-weight: 900;
  text-align: center;
}

.ukst-people-card:nth-of-type(2) {
  top: 70px;
  left: 12%;
}

.ukst-people-card:nth-of-type(3) {
  top: 170px;
  left: 42%;
}

.ukst-people-card:nth-of-type(4) {
  top: 92px;
  right: 10%;
}

.ukst-mission-grid {
  display: grid;
  grid-template-columns: 0.85fr repeat(3, 1fr);
  gap: 16px;
}

.ukst-panel.mission {
  display: grid;
  align-content: center;
}

.ukst-contact-visual {
  min-height: 380px;
}

.ukst-message-bubble {
  position: absolute;
  left: 18%;
  top: 64px;
  width: 280px;
  min-height: 170px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ukst-border);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(8, 24, 48, 0.94);
  box-shadow: var(--ukst-shadow);
  font-size: 1.4rem;
  font-weight: 900;
}

.contact-phone {
  right: 12%;
  top: 34px;
}

.ukst-form {
  padding: 30px;
}

.ukst-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ukst-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: #ffffff;
  font-weight: 800;
}

.ukst-form label span {
  color: var(--ukst-blue-2);
}

.ukst-form input,
.ukst-form select,
.ukst-form textarea {
  width: 100%;
  border: 1px solid rgba(87, 139, 219, 0.34);
  border-radius: 6px;
  color: #ffffff;
  background: rgba(2, 10, 21, 0.68);
  padding: 13px 14px;
}

.ukst-form input:focus,
.ukst-form select:focus,
.ukst-form textarea:focus {
  border-color: var(--ukst-blue-2);
  outline: 3px solid rgba(18, 109, 255, 0.18);
}

.ukst-form textarea {
  min-height: 138px;
  resize: vertical;
}

.ukst-form-note {
  margin: 12px 0 0;
  text-align: center;
  font-size: 0.92rem;
}

.ukst-contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-content: start;
}

.ukst-contact-cards .ukst-mini-card:first-child {
  grid-column: span 2;
}

.ukst-faq {
  display: grid;
  gap: 10px;
}

.ukst-faq button {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(64, 130, 220, 0.32);
  border-radius: 7px;
  color: #ffffff;
  background: rgba(5, 18, 36, 0.78);
  padding: 0 18px;
  text-align: left;
  cursor: pointer;
  font-weight: 800;
}

.ukst-faq button::after {
  content: "+";
  color: var(--ukst-blue-2);
  font-size: 1.3rem;
}

.ukst-faq button.is-open::after {
  content: "-";
}

.ukst-faq div {
  display: none;
  margin: -4px 0 8px;
  padding: 0 18px 12px;
  color: var(--ukst-muted);
}

.ukst-faq div.is-open {
  display: block;
}

.ukst-default-page {
  padding-top: 84px;
}

.ukst-content-panel {
  max-width: 920px;
  padding: 34px;
  border: 1px solid var(--ukst-border);
  border-radius: var(--ukst-radius);
  background: rgba(5, 18, 36, 0.88);
}

.ukst-footer {
  margin-top: 46px;
  border-top: 1px solid rgba(64, 130, 220, 0.24);
  background: rgba(1, 6, 14, 0.96);
}

.ukst-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  gap: 70px;
  padding: 42px 0 30px;
}

.ukst-footer-brand {
  display: inline-flex;
  width: 190px;
  margin-bottom: 16px;
}

.ukst-footer p {
  max-width: 460px;
  color: var(--ukst-muted);
}

.ukst-footer h2 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 1rem;
}

.ukst-footer a,
.ukst-footer span {
  display: block;
  margin-bottom: 8px;
  color: var(--ukst-muted);
}

.ukst-footer a:hover {
  color: #ffffff;
}

.ukst-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 26px;
  border-top: 1px solid rgba(64, 130, 220, 0.18);
  color: rgba(246, 248, 255, 0.64);
  font-size: 0.92rem;
}

@media (max-width: 1240px) {
  .ukst-shell {
    width: min(1120px, calc(100% - 42px));
  }

  .ukst-hero-grid,
  .ukst-page-hero-grid {
    grid-template-columns: 1fr;
  }

  .ukst-hero {
    min-height: auto;
  }

  .ukst-device-scene,
  .ukst-floating-ui,
  .ukst-workflow-preview,
  .ukst-about-visual,
  .ukst-contact-visual {
    min-height: 360px;
  }

  .ukst-card-grid.five,
  .ukst-card-grid.six {
    grid-template-columns: repeat(3, 1fr);
  }

  .ukst-mission-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 960px) {
  body.admin-bar .ukst-header {
    top: 46px;
  }

  .ukst-header-inner {
    grid-template-columns: auto 44px;
  }

  .ukst-brand {
    width: 164px;
  }

  .ukst-menu-toggle {
    display: block;
    justify-self: end;
  }

  .ukst-header-cta {
    display: none;
  }

  .ukst-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--ukst-header);
    display: none;
    justify-self: stretch;
    padding: 18px 21px;
    border-bottom: 1px solid var(--ukst-border);
    background: rgba(2, 9, 22, 0.98);
  }

  body.admin-bar .ukst-nav {
    top: calc(var(--ukst-header) + 46px);
  }

  .ukst-nav-open .ukst-nav {
    display: block;
  }

  .ukst-nav-list {
    display: grid;
    gap: 4px;
  }

  .ukst-nav-list a {
    width: 100%;
    justify-content: flex-start;
  }

  .ukst-hero,
  .ukst-page-hero {
    padding-top: 44px;
  }

  .ukst-hero h1,
  .ukst-page-hero h1 {
    font-size: 3.25rem;
  }

  .ukst-laptop {
    right: 70px;
    width: 80%;
  }

  .ukst-trust-row,
  .ukst-value-strip,
  .ukst-value-strip.five,
  .ukst-panels,
  .ukst-two-col,
  .ukst-contact-grid,
  .ukst-process-cards,
  .ukst-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ukst-value-strip {
    gap: 1px;
    background: transparent;
    border: 0;
  }

  .ukst-value-strip div {
    border: 1px solid var(--ukst-border);
    border-radius: var(--ukst-radius);
    background: rgba(6, 20, 39, 0.86);
  }

  .ukst-process-row {
    grid-template-columns: 1fr;
  }

  .ukst-contact-cards {
    grid-template-columns: 1fr;
  }

  .ukst-contact-cards .ukst-mini-card:first-child {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .ukst-shell {
    width: calc(100% - 32px);
  }

  .ukst-hero,
  .ukst-page-hero {
    padding-top: 34px;
  }

  .ukst-hero h1,
  .ukst-page-hero h1 {
    font-size: 2.55rem;
  }

  .ukst-hero p:not(.ukst-pill),
  .ukst-page-hero p:not(.ukst-pill) {
    font-size: 1rem;
  }

  .ukst-pill {
    max-width: 100%;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .ukst-actions {
    display: grid;
  }

  .ukst-button {
    width: 100%;
  }

  .ukst-device-scene,
  .ukst-floating-ui,
  .ukst-workflow-preview,
  .ukst-about-visual,
  .ukst-contact-visual {
    min-height: 260px;
  }

  .ukst-laptop {
    left: 0;
    right: auto;
    top: 18px;
    width: 78%;
    padding: 12px 12px 20px;
  }

  .ukst-screen {
    grid-template-columns: 70px 1fr;
    min-height: 230px;
  }

  .ukst-app-main {
    padding: 14px;
  }

  .ukst-stat-row {
    grid-template-columns: 1fr;
  }

  .ukst-calendar {
    display: none;
  }

  .ukst-phone {
    right: 0;
    width: 128px;
    min-height: 220px;
    border-radius: 22px;
  }

  .ukst-trust-row {
    display: none;
  }

  .ukst-trust-row,
  .ukst-card-grid.five,
  .ukst-card-grid.six,
  .ukst-value-strip,
  .ukst-value-strip.five,
  .ukst-panels,
  .ukst-two-col,
  .ukst-contact-grid,
  .ukst-process-cards,
  .ukst-mission-grid,
  .ukst-form-row,
  .ukst-footer-grid {
    grid-template-columns: 1fr;
  }

  .ukst-section {
    padding: 34px 0;
  }

  .ukst-section.compact {
    padding: 14px 0;
  }

  .ukst-section h2,
  .ukst-panel h2,
  .ukst-form h2,
  .ukst-content-panel h1 {
    font-size: 1.65rem;
  }

  .ukst-card,
  .ukst-mini-card,
  .ukst-panel,
  .ukst-form,
  .ukst-content-panel {
    padding: 20px;
  }

  .ukst-cta-band {
    display: grid;
    padding: 22px;
  }

  .ukst-ui-window.large {
    left: 0;
    width: 76%;
    min-height: 260px;
  }

  .ukst-ui-window.small {
    right: 0;
    width: 176px;
  }

  .ukst-message-bubble {
    left: 0;
    width: 210px;
  }

  .ukst-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .ukst-brand {
    width: 144px;
  }

  .ukst-hero h1,
  .ukst-page-hero h1 {
    font-size: 2.25rem;
  }

  .ukst-device-scene,
  .ukst-floating-ui,
  .ukst-workflow-preview,
  .ukst-about-visual,
  .ukst-contact-visual {
    min-height: 250px;
  }
}
