:root {
  --bg-main: #040b14;
  --bg-soft: rgba(10, 18, 31, 0.78);
  --panel: rgba(9, 17, 28, 0.84);
  --panel-2: rgba(12, 20, 34, 0.78);
  --border: rgba(92, 170, 255, 0.22);
  --text-main: #f7fbff;
  --text-soft: #aac0d9;
  --blue: #2aa5ff;
  --blue-strong: #1291ff;
  --orange: #ff9d2f;
  --orange-soft: #ffc062;
  --container-max: 1320px;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --shadow-blue: 0 0 30px rgba(42, 165, 255, 0.18);
  --shadow-orange: 0 0 36px rgba(255, 157, 47, 0.2);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background:
    radial-gradient(circle at 78% 18%, rgba(37, 118, 206, 0.22), transparent 18%),
    radial-gradient(circle at 12% 12%, rgba(255, 157, 47, 0.08), transparent 18%),
    linear-gradient(180deg, #07111c 0%, #040b14 55%, #02060c 100%);
  color: var(--text-main);
  min-height: 100vh;
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.14;
}

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 85% 30%, rgba(42, 165, 255, 0.11), transparent 24%),
    radial-gradient(circle at 70% 35%, rgba(42, 165, 255, 0.08), transparent 30%);
}

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

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

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

main,
section,
.container,
.hero-grid,
.service-grid,
.clients-grid,
.contact-grid,
.why-panel,
.footer-content,
.navbar,
.hero-copy,
.hero-visual,
.client-card,
.contact-form {
  min-width: 0;
}

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

.header-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 16px 0 8px;
  backdrop-filter: blur(8px);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
  padding: 14px 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(32, 44, 61, 0.76), rgba(18, 27, 40, 0.76));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 10px 40px rgba(0, 0, 0, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 800;
  color: #101622;
  background: linear-gradient(135deg, var(--orange-soft), var(--orange));
  box-shadow: var(--shadow-orange);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--orange);
}

.brand-sub {
  margin-top: 4px;
  font-size: 0.73rem;
  letter-spacing: 0.2em;
  color: #e5eefb;
  opacity: 0.8;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 30px);
  list-style: none;
  flex: 1;
  padding: 0;
  margin: 0;
}

.nav-links a {
  font-size: 0.95rem;
  color: #eaf2fd;
  opacity: 0.92;
  transition: 0.25s ease;
  white-space: nowrap;
}

.nav-links a:hover {
  color: #73d0ff;
  text-shadow: 0 0 12px rgba(42, 165, 255, 0.4);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #ffffff;
  border: 0;
  background: linear-gradient(135deg, var(--blue), var(--blue-strong));
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset, 0 0 26px rgba(42, 165, 255, 0.38);
}

.btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.02);
}

.btn-secondary:hover {
  border-color: rgba(42, 165, 255, 0.62);
  box-shadow: 0 0 20px rgba(42, 165, 255, 0.16);
}

.nav-cta {
  white-space: nowrap;
  flex-shrink: 0;
}

.menu-toggle {
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  padding: clamp(36px, 5vw, 72px) 0 44px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
}

.eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 16px;
  font-size: clamp(0.76rem, 1vw, 0.9rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  text-wrap: balance;
}

.hero-copy p {
  max-width: 640px;
  margin-top: 22px;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.7;
  color: var(--text-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.stat-card {
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(18, 29, 45, 0.72), rgba(7, 14, 24, 0.92));
  border: 1px solid rgba(90, 170, 255, 0.16);
  box-shadow: var(--shadow-blue);
  backdrop-filter: blur(6px);
}

.stat-card strong {
  display: block;
  font-size: 1.15rem;
}

.stat-card span {
  display: block;
  margin-top: 6px;
  font-size: 0.92rem;
  color: var(--text-soft);
}

.hero-visual {
  position: relative;
  width: min(100%, 620px);
  min-height: clamp(360px, 42vw, 660px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: clip;
  isolation: isolate;
}

.hero-glow {
  position: absolute;
  width: min(100%, 540px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29, 121, 220, 0.18), rgba(4, 11, 20, 0) 68%);
  filter: blur(8px);
}

.orbital-ring {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(85, 181, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(42, 165, 255, 0.16);
  animation: spin 20s linear infinite;
}

.ring-1 { width: min(82vw, 450px); aspect-ratio: 1; }
.ring-2 { width: min(96vw, 530px); aspect-ratio: 1; border-style: dashed; opacity: 0.7; animation-duration: 26s; }
.ring-3 { width: min(64vw, 350px); aspect-ratio: 1; opacity: 0.7; animation-direction: reverse; }

.globe-grid {
  position: absolute;
  width: min(70vw, 390px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(105, 190, 255, 0.18);
  background:
    linear-gradient(rgba(83, 171, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 171, 255, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  box-shadow: inset 0 0 40px rgba(42, 165, 255, 0.08), 0 0 30px rgba(42, 165, 255, 0.18);
}

.logo-core {
  position: relative;
  z-index: 2;
  width: min(40vw, 220px);
  min-width: 150px;
  aspect-ratio: 1;
  border-radius: 32px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 20%, rgba(255, 192, 98, 0.2), rgba(255, 157, 47, 0.08) 30%, rgba(12, 18, 27, 0.45) 75%);
  border: 1px solid rgba(255, 192, 98, 0.22);
  box-shadow: var(--shadow-orange), inset 0 0 45px rgba(255, 157, 47, 0.14);
}

.logo-core span {
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 800;
  line-height: 1;
  color: var(--orange);
  text-shadow: 0 0 22px rgba(255, 157, 47, 0.55);
}

.floating-tag {
  position: absolute;
  z-index: 3;
  max-width: 34%;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  color: #dcf3ff;
  background: rgba(15, 31, 47, 0.9);
  border: 1px solid rgba(89, 173, 255, 0.2);
  box-shadow: 0 0 18px rgba(42, 165, 255, 0.12);
  animation: float 5s ease-in-out infinite;
  text-align: center;
}

.tag-1 { top: 9%; right: 3%; }
.tag-2 { top: 30%; left: 4%; animation-delay: 1.1s; }
.tag-3 { bottom: 18%; right: 2%; animation-delay: 0.5s; }
.tag-4 { bottom: 10%; left: 8%; animation-delay: 1.5s; }

.services,
.clients,
.why,
.contact-section {
  padding: clamp(28px, 4vw, 64px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2,
.why-panel h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.section-heading p,
.why-copy p,
.contact-copy p {
  margin-top: 14px;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.75;
  color: var(--text-soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  position: relative;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(17, 30, 46, 0.8), rgba(8, 14, 24, 0.94));
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 0 28px rgba(42, 165, 255, 0.12);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  overflow: clip;
}

.service-card:hover,
.client-card:hover,
.contact-form:hover {
  transform: translateY(-6px);
  border-color: rgba(91, 182, 255, 0.42);
  box-shadow: 0 0 34px rgba(42, 165, 255, 0.18);
}

.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  font-weight: 700;
  color: var(--blue);
  background: rgba(20, 38, 60, 0.9);
  border: 1px solid rgba(84, 176, 255, 0.22);
}

.service-card h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.08;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card p {
  margin-top: 16px;
  color: var(--text-soft);
  line-height: 1.75;
}

.service-card a {
  display: inline-block;
  margin-top: 22px;
  color: var(--blue);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.client-card {
  position: relative;
  min-height: clamp(220px, 24vw, 290px);
  overflow: clip;
  border-radius: 24px;
  border: 1px solid rgba(92, 170, 255, 0.18);
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.client-card.wide {
  grid-column: 1 / -1;
  min-height: clamp(220px, 22vw, 260px);
}

.client-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 13, 22, 0.18), rgba(5, 13, 22, 0.75)),
    linear-gradient(90deg, rgba(6, 21, 39, 0.64), rgba(6, 21, 39, 0.22));
}

.client-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: clamp(20px, 3vw, 30px);
}

.client-content h3 {
  margin: 0;
  max-width: 14ch;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.small-businesses {
  background-image: url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1600&q=80');
}
.large-corporations {
  background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=80');
}
.educational {
  background-image: url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?auto=format&fit=crop&w=1600&q=80');
}
.medical {
  background-image: url('https://images.unsplash.com/photo-1516549655169-df83a0774514?auto=format&fit=crop&w=1600&q=80');
}
.financial {
  background-image: url('https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?auto=format&fit=crop&w=1600&q=80');
}

.why-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(15, 26, 40, 0.76), rgba(7, 13, 22, 0.9));
  border: 1px solid rgba(90, 170, 255, 0.14);
  box-shadow: var(--shadow-blue);
}

.why-list {
  display: grid;
  gap: 14px;
}

.why-item {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255,255,255,0.06);
  color: #edf5ff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(22px, 3vw, 40px);
  align-items: start;
}

.contact-copy {
  padding-top: 12px;
}

.contact-points {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.contact-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255,255,255,0.06);
}

.contact-point-icon,
.footer-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.contact-point span,
.footer-text span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.contact-point a,
.contact-point p,
.footer-text a,
.footer-text p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(220, 228, 239, 0.75);
}

.contact-form {
  padding: clamp(22px, 3vw, 32px);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(17, 30, 46, 0.8), rgba(8, 14, 24, 0.94));
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 0 28px rgba(42, 165, 255, 0.12);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

label {
  display: grid;
  gap: 10px;
}

label span {
  font-size: 0.95rem;
  font-weight: 600;
  color: #e7f1ff;
}

.full-width {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  appearance: none;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  color: var(--text-main);
  padding: 15px 16px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

select {
  cursor: pointer;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(220, 228, 239, 0.48);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(91, 182, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(42, 165, 255, 0.12);
  background: rgba(255,255,255,0.05);
}

.form-submit {
  margin-top: 22px;
}

.footer {
  padding: 10px 0 56px;
}

.footer-content {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 34px;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.footer-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.footer-copy {
  margin-top: 34px;
  font-size: 0.98rem;
  color: rgba(220, 228, 239, 0.55);
}

/* reveal animations */
.reveal {
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--delay, 0s);
  will-change: opacity, transform;
}

.reveal-up {
  transform: translate3d(0, 32px, 0);
}

.reveal-left {
  transform: translate3d(-32px, 0, 0);
}

.reveal-right {
  transform: translate3d(32px, 0, 0);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* breakpoints */
@media (min-width: 1600px) {
  :root {
    --container-max: 1480px;
  }

  .container {
    width: min(var(--container-max), calc(100% - 72px));
  }

  .hero-visual {
    width: min(100%, 680px);
  }
}

@media (min-width: 2200px) {
  :root {
    --container-max: 1680px;
  }
}

@media (max-width: 1180px) {
  .nav-links,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-menu {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(18, 27, 40, 0.94);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 10px 30px rgba(0,0,0,0.22);
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease;
  }

  .mobile-menu.is-open {
    max-height: 420px;
    opacity: 1;
    padding: 14px;
  }

  .mobile-menu a {
    padding: 14px 16px;
    border-radius: 14px;
    color: #eaf2fd;
    background: rgba(255,255,255,0.02);
  }

  .mobile-cta {
    margin-top: 8px;
  }

  .hero-grid,
  .contact-grid,
  .why-panel {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 9ch;
  }

  .hero-visual {
    order: -1;
    min-height: 480px;
  }

  .contact-copy {
    padding-top: 0;
  }
}

@media (max-width: 900px) {
  .service-grid,
  .clients-grid {
    grid-template-columns: 1fr;
  }

  .client-card.wide {
    grid-column: auto;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

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

  .full-width {
    grid-column: auto;
  }

  .footer-info {
    flex-direction: column;
    gap: 22px;
  }
}

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

  .navbar {
    min-height: 74px;
    padding: 12px 14px;
    gap: 12px;
    border-radius: 20px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }

  .brand-name {
    font-size: 0.95rem;
  }

  .brand-sub {
    font-size: 0.64rem;
  }

  .hero {
    padding-top: 24px;
  }

  .hero-visual {
    min-height: 360px;
  }

  .ring-1 { width: min(82vw, 290px); }
  .ring-2 { width: min(96vw, 340px); }
  .ring-3 { width: min(64vw, 220px); }
  .globe-grid { width: min(70vw, 250px); }

  .logo-core {
    min-width: 130px;
    border-radius: 26px;
  }

  .floating-tag {
    max-width: 40%;
    padding: 8px 10px;
    font-size: 0.72rem;
  }

  .tag-1 { top: 6%; right: 2%; }
  .tag-2 { top: 28%; left: 0; }
  .tag-3 { bottom: 16%; right: 1%; }
  .tag-4 { bottom: 8%; left: 4%; }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .form-submit,
  .mobile-cta {
    width: 100%;
  }

  .service-card,
  .contact-form,
  .why-panel {
    padding: 20px;
  }

  .client-card,
  .client-card.wide {
    min-height: 190px;
  }

  .client-content h3 {
    max-width: 12ch;
    font-size: clamp(1.4rem, 6vw, 2rem);
  }

  .contact-point-icon,
  .footer-icon {
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
  }

  .contact-point a,
  .contact-point p,
  .footer-text a,
  .footer-text p {
    font-size: 0.98rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

.form-status {
  min-height: 1.4em;
  margin: 14px 0 0;
  font-size: 0.95rem;
  color: var(--text-soft);
}

.form-status.is-success {
  color: #8df0c1;
}

.form-status.is-error {
  color: #ffb2b2;
}

.form-submit.is-loading,
.full-submit.is-loading {
  pointer-events: none;
  opacity: 0.75;
}

