:root {
  --bg: #02050b;
  --bg-deep: #07101f;
  --panel: rgba(7, 12, 21, 0.84);
  --panel-strong: rgba(4, 8, 15, 0.92);
  --panel-border: rgba(125, 176, 255, 0.16);
  --chrome: #eff5ff;
  --chrome-dim: #a8b4c7;
  --text: #edf4ff;
  --muted: #91a4bf;
  --accent: #1b6cff;
  --accent-bright: #4ac2ff;
  --accent-soft: rgba(34, 117, 255, 0.22);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --content-width: min(1180px, calc(100% - 2rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Exo 2", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 12%, rgba(31, 111, 255, 0.32), transparent 22%),
    radial-gradient(circle at 88% 18%, rgba(60, 194, 255, 0.14), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(17, 69, 152, 0.2), transparent 26%),
    linear-gradient(180deg, #010307 0%, #040811 34%, #08101b 68%, #02050b 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(81, 154, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(81, 154, 255, 0.05) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 85%);
}

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

.site-shell {
  position: relative;
  overflow: clip;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(55px);
  pointer-events: none;
}

.site-shell::before {
  inset: 8rem auto auto -6rem;
  width: 18rem;
  height: 18rem;
  background: rgba(29, 102, 255, 0.26);
}

.site-shell::after {
  inset: auto -7rem 18rem auto;
  width: 22rem;
  height: 22rem;
  background: rgba(61, 193, 255, 0.14);
}

.site-header,
.section,
.site-footer {
  width: var(--content-width);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  margin-top: 1rem;
  border: 1px solid var(--panel-border);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(11, 20, 36, 0.88), rgba(4, 8, 15, 0.9)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 40%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0 0.65rem;
  border: 1px solid rgba(98, 164, 255, 0.32);
  border-radius: 16px;
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--chrome);
  background:
    linear-gradient(145deg, rgba(14, 66, 171, 0.95), rgba(16, 133, 255, 0.55)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 24px rgba(27, 108, 255, 0.24);
}

.brand-lockup {
  display: grid;
  gap: 0;
}

.brand-name {
  font-family: "Orbitron", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--chrome);
}

.brand-subtitle {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
  color: var(--muted);
  font-family: "Orbitron", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  transition:
    color 180ms ease,
    text-shadow 180ms ease,
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
  text-shadow: 0 0 12px rgba(74, 194, 255, 0.45);
}

.section {
  padding: 5rem 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.15fr);
  gap: 1.35rem;
  align-items: stretch;
  padding-top: 4rem;
}

.hero-copy,
.hero-stage,
.signal-card,
.info-card,
.service-card,
.contact-card,
.contact-form {
  border: 1px solid var(--panel-border);
  background:
    linear-gradient(180deg, rgba(9, 16, 29, 0.92), rgba(5, 9, 16, 0.9)),
    linear-gradient(135deg, rgba(60, 194, 255, 0.06), transparent 42%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(2rem, 4vw, 4rem);
  border-radius: var(--radius-lg);
  animation: rise 700ms ease-out both;
  position: relative;
  overflow: hidden;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 24%),
    radial-gradient(circle at 12% 14%, rgba(72, 188, 255, 0.2), transparent 34%);
  pointer-events: none;
}

.hero-copy > *,
.signal-card > *,
.info-card > *,
.service-card > *,
.contact-card > *,
.contact-form > * {
  position: relative;
  z-index: 1;
}

.hero h1,
.section-heading h2,
.service-card h3,
.info-card h3,
.contact-card h3 {
  font-family: "Orbitron", sans-serif;
  margin: 0;
  text-wrap: balance;
}

.hero h1 {
  max-width: 10.5ch;
  font-size: clamp(1.7rem, 2.8vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--chrome);
  text-shadow: 0 0 22px rgba(27, 108, 255, 0.16);
}

.hero-text,
.about-copy p,
.service-card p,
.signal-card p,
.contact-card p,
.form-status,
label,
.site-footer,
.site-nav,
.eyebrow {
  color: var(--muted);
}

.hero-text {
  max-width: 58ch;
  margin: 1.3rem 0 0;
  font-size: 1.05rem;
  line-height: 1.75;
}

.eyebrow,
.panel-label,
.service-number {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
}

.eyebrow {
  color: var(--accent-bright);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

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

.button-primary {
  border: 1px solid rgba(94, 160, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(82, 196, 255, 0.85), rgba(19, 100, 255, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent);
  color: #eaf4ff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 8px 28px rgba(27, 108, 255, 0.28);
}

.button-secondary {
  border: 1px solid rgba(130, 184, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.hero-stage {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: var(--radius-lg);
  animation: rise 850ms ease-out both;
}

.hero-stage-frame {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 1.2rem;
  border: 1px solid rgba(92, 164, 255, 0.14);
  border-radius: calc(var(--radius-lg) - 8px);
  background:
    radial-gradient(circle at 50% 30%, rgba(25, 101, 255, 0.28), transparent 34%),
    radial-gradient(circle at 80% 20%, rgba(74, 194, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #010307 0%, #04070d 62%, #02050b 100%);
}

.hero-stage-frame::before {
  content: "";
  position: absolute;
  inset: auto -14% -28% auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 111, 255, 0.24), transparent 68%);
  filter: blur(12px);
}

.hero-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 92%;
  margin-inline: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(31, 111, 255, 0.22));
}

.hero-stage-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.signal-card {
  padding: 1.15rem 1.2rem;
  border-radius: var(--radius-md);
}

.signal-card p:last-child {
  margin: 0.55rem 0 0;
  line-height: 1.65;
}

.section-heading {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.section-heading h2 {
  max-width: 14ch;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--chrome);
}

#contact .section-heading h2 {
  max-width: 23ch;
}

.service-card h3,
.info-card h3,
.contact-card h3 {
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 1.35rem;
  align-items: start;
}

.about-copy {
  font-size: 1.02rem;
  line-height: 1.85;
}

.about-copy p {
  margin: 0 0 1rem;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-highlights,
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.info-card,
.service-card,
.contact-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.7rem;
  padding: 1.5rem;
  border-radius: var(--radius-md);
}

.info-card p,
.service-card p,
.contact-card p {
  margin-bottom: 0;
  line-height: 1.7;
}

.services-grid {
  margin-top: 2rem;
}

.info-card::before,
.service-card::before,
.contact-card::before,
.contact-form::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(78, 198, 255, 0.75), transparent 45%);
  opacity: 0.75;
}

.service-card::before {
  z-index: 0;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -24% -48% auto;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-soft), transparent 68%);
}

.service-number {
  display: inline-block;
  color: var(--accent);
  margin-bottom: 1rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 1.35rem;
  align-items: stretch;
}

.contact-copy {
  display: grid;
  align-self: stretch;
}

.contact-copy .contact-card {
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: 1.85rem;
}

.contact-form {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
  padding: 1.7rem;
  border-radius: var(--radius-lg);
}

.form-intro,
.form-submit-area,
.message-field,
.submit-button,
.form-status {
  grid-column: 1 / -1;
}

.form-intro {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(110, 165, 255, 0.12);
}

.form-kicker {
  margin: 0;
  color: var(--accent-bright);
  font-family: "Orbitron", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.form-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

label {
  display: grid;
  gap: 0.5rem;
  color: var(--chrome-dim);
  font-family: "Orbitron", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(117, 174, 255, 0.16);
  border-radius: var(--radius-sm);
  padding: 1rem 1rem;
  font-family: "Exo 2", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(8, 14, 25, 0.9), rgba(5, 10, 18, 0.84)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 36%);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(74, 194, 255, 0.4);
  outline-offset: 1px;
  border-color: rgba(74, 194, 255, 0.6);
  box-shadow: 0 0 0 4px rgba(31, 111, 255, 0.12);
}

textarea {
  resize: vertical;
  min-height: 11rem;
}

.form-submit-area {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(110, 165, 255, 0.12);
}

.submit-button {
  cursor: pointer;
  font: inherit;
  width: 100%;
  justify-self: stretch;
  min-height: 3.5rem;
}

.submit-button:disabled {
  cursor: progress;
  opacity: 0.82;
}

.form-status {
  min-height: 1.5rem;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.form-status[data-state="success"] {
  color: #7dd3a6;
}

.form-status[data-state="error"] {
  color: #fca5a5;
}

.site-footer {
  padding: 0 0 3rem;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-family: "Orbitron", sans-serif;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 961px) {
  .site-header {
    padding: 1.15rem 1.55rem;
  }

  .site-nav {
    gap: 1.55rem;
  }

  .section {
    padding: 5.25rem 0;
  }

  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 1.6rem;
    padding-top: 4.25rem;
  }

  .hero-copy {
    padding: 2.45rem 2.5rem 2.35rem;
  }

  .hero h1 {
    max-width: 11.6ch;
    font-size: clamp(2rem, 3vw, 2.95rem);
    line-height: 1.04;
  }

  .hero-text {
    max-width: 34ch;
    font-size: 1.06rem;
  }

  .hero-stage {
    gap: 1.1rem;
    padding: 1.25rem;
  }

  .hero-stage-frame {
    min-height: 455px;
    padding: 1.35rem;
  }

  .hero-logo {
    max-width: 88%;
  }

  .signal-card {
    min-height: 100%;
    padding: 1.2rem 1.25rem;
  }

  .section-heading {
    margin-bottom: 2.35rem;
  }

  .section-heading h2 {
    max-width: 16.5ch;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
  }

  #services .section-heading h2 {
    max-width: 18ch;
  }

  #contact .section-heading h2 {
    max-width: 20ch;
  }

  .about-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.18fr);
    gap: 1.6rem;
  }

  .about-copy {
    max-width: 43ch;
    font-size: 1.04rem;
  }

  .about-highlights,
  .services-grid {
    gap: 1.1rem;
  }

  .info-card,
  .service-card {
    min-height: 100%;
    padding: 1.6rem;
  }

  .info-card h3,
  .service-card h3,
  .contact-card h3 {
    font-size: 1.12rem;
  }

  .services-grid {
    margin-top: 2.25rem;
  }

  .service-card {
    gap: 0.8rem;
  }

  .service-number {
    margin-bottom: 0.55rem;
  }

  .contact-layout {
    grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
    gap: 1.5rem;
  }

  .contact-copy .contact-card {
    align-content: center;
    padding: 2rem;
  }

  .contact-form {
    gap: 1rem 1.1rem;
    padding: 1.9rem;
  }

  .form-intro {
    gap: 0.5rem;
    padding-bottom: 1.1rem;
  }

  .form-submit-area {
    padding-top: 1.1rem;
  }
}

@media (max-width: 960px) {
  .hero,
  .about-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-stage-notes,
  .about-highlights,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .hero-stage-frame {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  body::before {
    background-size: 70px 70px;
  }

  .site-header {
    padding: 0.95rem 1rem;
    border-radius: 26px;
  }

  .site-nav {
    gap: 0.8rem;
    font-size: 0.78rem;
  }

  .hero {
    gap: 1rem;
    padding-top: 1.9rem;
  }

  .section {
    padding: 3rem 0;
  }

  .hero-copy,
  .hero-stage,
  .contact-form,
  .contact-copy .contact-card {
    padding: 1.35rem;
  }

  .hero-stage-frame {
    min-height: 280px;
  }

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

@media (max-width: 560px) {
  .site-header {
    position: static;
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
    margin-top: 0.8rem;
    padding: 0.8rem;
    border-radius: 24px;
  }

  .brand {
    width: 100%;
    gap: 0.7rem;
    align-items: center;
  }

  .brand-mark {
    min-width: 2.65rem;
    min-height: 2.65rem;
    padding: 0 0.55rem;
    font-size: 0.92rem;
  }

  .brand-name {
    font-size: 0.78rem;
    line-height: 1.15;
    letter-spacing: 0.06em;
  }

  .brand-lockup {
    gap: 0.12rem;
  }

  .site-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0.36rem;
    border: 1px solid rgba(124, 176, 255, 0.14);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(10, 17, 31, 0.82), rgba(6, 10, 18, 0.88)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 45%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    font-size: 0.68rem;
    letter-spacing: 0.07em;
  }

  .site-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.3rem 0.35rem;
    border: 1px solid rgba(123, 175, 255, 0.08);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    border-color: rgba(90, 170, 255, 0.24);
    background:
      linear-gradient(180deg, rgba(33, 86, 182, 0.28), rgba(12, 23, 43, 0.1)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 45%);
    box-shadow: 0 0 18px rgba(27, 108, 255, 0.12);
  }

  .hero h1,
  .section-heading h2 {
    max-width: none;
  }

  .hero {
    gap: 0.85rem;
    padding-top: 1.3rem;
  }

  .hero h1 {
    max-width: 13.6ch;
    font-size: clamp(1.02rem, 6.6vw, 1.52rem);
    line-height: 1.02;
    letter-spacing: 0.01em;
  }

  .hero-copy {
    padding: 1.1rem 1rem 1.2rem;
    animation: none;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .hero-text {
    max-width: 28ch;
    margin-top: 0.85rem;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    margin-top: 1.15rem;
  }

  .button {
    width: 100%;
    min-height: 3.05rem;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
  }

  .hero-stage {
    padding: 0.8rem;
    gap: 0.7rem;
    animation: none;
  }

  .hero-stage-frame {
    min-height: 0;
    aspect-ratio: 1.18 / 1;
    padding: 0.7rem;
  }

  .hero-logo {
    max-width: 94%;
    max-height: 190px;
  }

  .hero-stage-notes {
    gap: 0.7rem;
  }

  .signal-card {
    padding: 0.95rem;
  }

  .signal-card p:last-child {
    margin-top: 0.45rem;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .section {
    padding: 2.35rem 0;
  }

  .section-heading {
    gap: 0.7rem;
    margin-bottom: 1.2rem;
  }

  .section-heading h2 {
    font-size: clamp(1.08rem, 5.8vw, 1.42rem);
    line-height: 1.14;
  }

  #about .section-heading,
  #contact .section-heading {
    margin-bottom: 1rem;
  }

  #contact .section-heading h2 {
    max-width: 17ch;
    font-size: clamp(1rem, 5.2vw, 1.28rem);
  }

  .about-grid {
    gap: 0.9rem;
  }

  .about-copy,
  .contact-card p,
  .service-card p,
  .info-card p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .info-card,
  .service-card,
  .contact-card {
    padding: 1.2rem;
  }

  .about-highlights {
    gap: 0.7rem;
  }

  .info-card {
    gap: 0.45rem;
    padding: 1rem;
    border-radius: 18px;
  }

  .info-card h3 {
    font-size: 0.9rem;
    line-height: 1.12;
  }

  .services-grid {
    gap: 0.8rem;
    margin-top: 1.35rem;
  }

  .service-card {
    gap: 0.55rem;
    padding: 1.15rem 1rem 1.05rem;
    border-radius: 20px;
  }

  .service-card::after {
    inset: auto -30% -58% auto;
    width: 8.5rem;
    height: 8.5rem;
  }

  .service-number {
    margin-bottom: 0.15rem;
    padding: 0.28rem 0.55rem;
    border: 1px solid rgba(104, 169, 255, 0.16);
    border-radius: 999px;
    background: rgba(19, 38, 67, 0.5);
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  .service-card h3 {
    font-size: 0.92rem;
    line-height: 1.12;
  }

  .contact-layout {
    gap: 0.8rem;
  }

  .contact-form {
    order: 1;
    gap: 0.78rem;
    padding: 1rem 0.95rem;
    border-radius: 22px;
  }

  .contact-copy {
    order: 2;
  }

  .contact-copy .contact-card,
  .contact-form {
    padding: 1.05rem 0.95rem;
  }

  .contact-copy .contact-card {
    align-content: start;
    min-height: 0;
    padding: 0.95rem 0.95rem 1rem;
    border-radius: 18px;
    gap: 0.45rem;
  }

  .contact-card h3 {
    font-size: 0.88rem;
    line-height: 1.12;
  }

  .form-intro {
    gap: 0.35rem;
    margin-bottom: 0.05rem;
    padding-bottom: 0.75rem;
  }

  .form-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .form-copy,
  .form-status {
    font-size: 0.92rem;
  }

  label {
    gap: 0.42rem;
    font-size: 0.72rem;
  }

  input,
  textarea {
    padding: 0.85rem 0.9rem;
    font-size: 0.96rem;
  }

  .form-submit-area {
    gap: 0.6rem;
    padding-top: 0.85rem;
  }

  textarea {
    min-height: 8.5rem;
  }

  .submit-button {
    min-height: 3.2rem;
  }

  .site-footer {
    padding-bottom: 2.2rem;
    font-size: 0.72rem;
  }
}
