:root {
  --ink: #07111f;
  --ink-soft: #13243b;
  --navy: #0b2a50;
  --blue: #0878c9;
  --cyan: #20c6ef;
  --cyan-light: #dff8ff;
  --paper: #f5f8fb;
  --white: #ffffff;
  --muted: #607086;
  --line: #dce5ee;
  --shadow: 0 24px 70px rgba(2, 19, 39, 0.14);
  --radius: 22px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(7, 17, 31, 0.78);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 46%),
    linear-gradient(135deg, var(--navy), var(--cyan));
  box-shadow: 0 0 24px rgba(32, 198, 239, 0.24);
  font-size: 0.78rem;
  letter-spacing: -0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.nav-contact {
  position: relative;
}

.nav-contact summary {
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  list-style: none;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.nav-contact summary::-webkit-details-marker {
  display: none;
}

.nav-contact summary:hover,
.nav-contact summary:focus-visible,
.nav-contact[open] summary {
  border-color: var(--cyan);
  background: rgba(32, 198, 239, 0.1);
}

.nav-contact-menu {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  display: grid;
  width: 300px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: #0b192a;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.nav-contact-menu::before {
  position: absolute;
  top: -9px;
  right: 27px;
  width: 16px;
  height: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  content: "";
  background: #0b192a;
  transform: rotate(45deg);
}

.site-nav .nav-contact-menu a {
  position: relative;
  display: grid;
  gap: 1px;
  padding: 11px 12px;
  border-radius: 11px;
}

.site-nav .nav-contact-menu a:hover,
.site-nav .nav-contact-menu a:focus-visible {
  background: rgba(255, 255, 255, 0.06);
}

.nav-contact-menu span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  font-weight: 650;
  text-transform: uppercase;
}

.nav-contact-menu strong {
  overflow-wrap: anywhere;
  color: var(--white);
  font-size: 0.83rem;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: var(--white);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 168px 0 108px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 79% 20%, rgba(18, 111, 173, 0.28), transparent 34%),
    linear-gradient(145deg, #050c16 0%, #09192b 54%, #07111f 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(32, 198, 239, 0.4), transparent);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
  pointer-events: none;
}

.hero-glow-one {
  top: 120px;
  right: -180px;
  width: 520px;
  height: 520px;
  background: rgba(20, 123, 190, 0.12);
}

.hero-glow-two {
  bottom: -250px;
  left: 30%;
  width: 500px;
  height: 500px;
  background: rgba(32, 198, 239, 0.07);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 72px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero .eyebrow,
.contact-panel .eyebrow {
  color: var(--cyan);
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.1rem, 6.2vw, 5.8rem);
  font-weight: 750;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  font-weight: 740;
  letter-spacing: -0.052em;
  line-height: 1.05;
}

h3 {
  margin: 0;
  font-size: 1.22rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.hero-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 1.13rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #031522;
  background: linear-gradient(135deg, #4cddff, var(--cyan));
  box-shadow: 0 12px 34px rgba(32, 198, 239, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 16px 42px rgba(32, 198, 239, 0.35);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.035);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 23px;
  margin: 35px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 15px;
}

.hero-points li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.hero-visual {
  position: relative;
}

.logo-window {
  position: relative;
  aspect-ratio: 1.16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 32px;
  background: #101820;
  box-shadow: var(--shadow);
}

.logo-window::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 42%);
  pointer-events: none;
}

.logo-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.status-card {
  position: absolute;
  display: flex;
  min-width: 218px;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  color: var(--white);
  background: rgba(10, 27, 46, 0.88);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.status-card-top {
  top: -22px;
  right: -24px;
}

.status-card-bottom {
  bottom: -22px;
  left: -26px;
}

.status-card strong,
.status-card small {
  display: block;
}

.status-card strong {
  font-size: 0.83rem;
}

.status-card small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.67rem;
}

.status-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: #07151c;
  background: var(--cyan);
  font-size: 0.9rem;
  font-weight: 900;
}

.pulse-dot {
  position: relative;
  width: 11px;
  height: 11px;
  margin: 0 11px;
  border-radius: 50%;
  background: #4ce6a8;
  box-shadow: 0 0 0 7px rgba(76, 230, 168, 0.12);
}

.section {
  padding: 112px 0;
}

.section-heading {
  display: grid;
  align-items: end;
  grid-template-columns: 1.1fr 0.7fr;
  gap: 100px;
  margin-bottom: 55px;
}

.section-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 320px;
  padding: 31px 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #b7d7e7;
  box-shadow: 0 20px 48px rgba(7, 38, 67, 0.1);
}

.featured-card {
  color: var(--white);
  border-color: var(--navy);
  background:
    radial-gradient(circle at 90% 5%, rgba(32, 198, 239, 0.17), transparent 40%),
    var(--ink-soft);
}

.service-number {
  position: absolute;
  top: 25px;
  right: 27px;
  color: #aebac7;
  font-size: 0.72rem;
  font-weight: 750;
}

.featured-card .service-number {
  color: rgba(255, 255, 255, 0.42);
}

.service-icon {
  display: grid;
  width: 49px;
  height: 49px;
  margin-bottom: 61px;
  place-items: center;
  border-radius: 13px;
  color: var(--blue);
  background: #e9f7fc;
}

.featured-card .service-icon {
  color: var(--cyan);
  background: rgba(32, 198, 239, 0.11);
}

.service-icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.service-card p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.featured-card p {
  color: rgba(255, 255, 255, 0.61);
}

.product-section {
  color: var(--white);
  background:
    radial-gradient(circle at 13% 45%, rgba(15, 129, 196, 0.14), transparent 30%),
    var(--ink);
}

.product-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 95px;
}

.product-demo {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 25px;
  background: #0c1a2a;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.25);
  transform: perspective(900px) rotateY(2deg);
}

.demo-toolbar {
  display: flex;
  height: 54px;
  align-items: center;
  gap: 7px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.demo-toolbar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.21);
}

.demo-toolbar strong {
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.7rem;
}

.demo-body {
  display: grid;
  min-height: 390px;
  grid-template-columns: 132px 1fr;
}

.demo-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 21px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.02);
}

.demo-line {
  width: 70%;
  height: 7px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.09);
}

.demo-line.wide {
  width: 90%;
}

.demo-line.short {
  width: 52%;
}

.demo-map {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(32, 198, 239, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 198, 239, 0.035) 1px, transparent 1px),
    #0d2134;
  background-size: 25px 25px;
}

.map-road {
  position: absolute;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #172f44;
}

.road-one {
  top: 46%;
  right: -30px;
  left: -20px;
  transform: rotate(-16deg);
}

.road-two {
  top: -25px;
  bottom: -25px;
  left: 58%;
  height: auto;
  width: 23px;
  transform: rotate(10deg);
}

.map-block {
  position: absolute;
  display: grid;
  width: 76px;
  height: 49px;
  place-items: center;
  border: 1px solid rgba(32, 198, 239, 0.35);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(12, 107, 158, 0.42);
  font-size: 0.7rem;
  font-weight: 800;
}

.block-one {
  top: 17%;
  left: 13%;
  transform: rotate(7deg);
}

.block-two {
  right: 16%;
  bottom: 16%;
  width: 92px;
  transform: rotate(-8deg);
}

.block-three {
  right: 10%;
  top: 15%;
  width: 57px;
  height: 64px;
}

.map-point {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 3px solid var(--cyan);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 7px rgba(32, 198, 239, 0.13);
}

.point-one {
  top: 26%;
  left: 49%;
}

.point-two {
  right: 28%;
  bottom: 37%;
}

.point-three {
  bottom: 12%;
  left: 19%;
}

.product-copy h2 {
  max-width: 520px;
}

.product-intro {
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.63);
}

.feature-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 32px;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.91rem;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 11px;
}

.feature-list span {
  display: grid;
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(32, 198, 239, 0.1);
  font-size: 0.65rem;
}

.quote-card {
  margin-top: 31px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.035);
}

.quote-card span,
.quote-card strong {
  display: block;
}

.quote-card span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-card strong {
  margin-top: 4px;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.quote-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
}

.text-link {
  display: inline-flex;
  gap: 9px;
  margin-top: 27px;
  color: var(--cyan);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(4px);
}

.text-link span {
  transition: transform 180ms ease;
}

.about-section {
  background: var(--paper);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
}

.about-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.about-copy p {
  margin: 0;
  color: var(--muted);
}

.contact-section {
  padding: 0 0 70px;
  background: var(--paper);
}

.contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 59px 62px;
  border-radius: 27px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 20%, rgba(32, 198, 239, 0.23), transparent 34%),
    linear-gradient(130deg, #0d2f57, #0a1b30);
  box-shadow: 0 24px 60px rgba(7, 25, 44, 0.14);
}

.contact-panel h2 {
  max-width: 680px;
  font-size: clamp(2rem, 3.7vw, 3.25rem);
}

.contact-panel p:not(.eyebrow) {
  max-width: 660px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.button-light {
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.contact-actions {
  display: flex;
  min-width: 250px;
  align-items: stretch;
  flex-direction: column;
  gap: 9px;
}

.contact-detail {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 650;
  text-align: center;
  text-decoration: none;
}

.contact-detail:hover,
.contact-detail:focus-visible {
  color: var(--white);
}

.contact-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 15px;
  margin-top: 5px;
}

.site-footer {
  padding: 45px 0;
  color: rgba(255, 255, 255, 0.58);
  background: #050c16;
  font-size: 0.75rem;
}

.footer-grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.footer-details {
  display: grid;
  justify-items: start;
  gap: 7px;
}

.footer-brand {
  margin-bottom: 6px;
  font-size: 0.85rem;
}

.footer-brand .brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  font-size: 0.65rem;
}

.site-footer p,
.footer-details a {
  margin: 0;
}

.footer-details > a:not(.footer-brand) {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

.footer-details > a:not(.footer-brand):hover,
.footer-details > a:not(.footer-brand):focus-visible {
  color: var(--white);
}

.site-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
}

.site-footer nav a {
  text-decoration: none;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--white);
}

.legal-page {
  min-height: 100vh;
  background: var(--paper);
}

.legal-header {
  padding: 31px 0;
  background: var(--ink);
}

.legal-main {
  padding: 80px 0 110px;
}

.legal-content {
  max-width: 820px;
}

.legal-content h1 {
  color: var(--ink);
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.legal-updated {
  margin: 17px 0 48px;
  color: var(--muted);
  font-size: 0.84rem;
}

.legal-content section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  margin-bottom: 16px;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

.legal-content p,
.legal-content li {
  color: #506176;
}

.legal-content ul {
  padding-left: 20px;
}

.legal-content a {
  color: #006eae;
}

@media (max-width: 1040px) {
  .hero-grid {
    gap: 45px;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-grid {
    gap: 50px;
  }

  .about-grid {
    gap: 65px;
  }

  .contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-actions {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    position: relative;
    z-index: 2;
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    width: 100vw;
    height: 100dvh;
    padding: 120px 28px 40px;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    background: #050c16;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 15px 8px;
    font-size: 1.2rem;
  }

  .nav-contact {
    margin-top: 15px;
  }

  .nav-contact summary {
    padding: 15px 8px;
    text-align: center;
  }

  .nav-contact-menu {
    position: static;
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
  }

  .nav-contact-menu::before {
    display: none;
  }

  .site-nav .nav-contact-menu a {
    padding: 13px 15px;
    font-size: 1rem;
  }

  .hero {
    padding-top: 140px;
  }

  .hero-grid,
  .section-heading,
  .product-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 78px;
  }

  .hero-copy {
    max-width: 670px;
  }

  .hero-visual {
    width: min(620px, 94%);
    margin: 0 auto;
  }

  .section-heading,
  .about-grid {
    gap: 30px;
  }

  .section-heading > p {
    max-width: 620px;
  }

  .product-demo {
    order: 2;
  }

  .product-copy {
    order: 1;
  }

  .product-grid {
    gap: 65px;
  }

}

@media (max-width: 600px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .nav-wrap {
    min-height: 70px;
  }

  .brand {
    font-size: 0.85rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: auto;
    padding: 126px 0 92px;
  }

  h1 {
    font-size: clamp(2.85rem, 15vw, 4.5rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-points {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    width: calc(100% - 12px);
  }

  .logo-window {
    aspect-ratio: 1 / 1;
  }

  .status-card {
    min-width: 190px;
    padding: 12px 13px;
  }

  .status-card-top {
    top: -27px;
    right: -8px;
  }

  .status-card-bottom {
    bottom: -31px;
    left: -8px;
  }

  .section {
    padding: 82px 0;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 285px;
  }

  .demo-body {
    min-height: 310px;
    grid-template-columns: 82px 1fr;
  }

  .demo-sidebar {
    padding: 24px 14px;
  }

  .about-copy {
    grid-template-columns: 1fr;
  }

  .contact-section {
    padding-bottom: 40px;
  }

  .contact-panel {
    gap: 38px;
    padding: 39px 25px;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .legal-main {
    padding: 60px 0 85px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
