:root {
  color-scheme: light;
  --ink-900: #0f172a;
  --ink-700: #334155;
  --ink-600: #475569;
  --ink-400: #94a3b8;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-900: #0f172a;
  --slate-950: #020617;
  --accent: #14b8a6;
  --green: #22c55e;
  --radius: 20px;
  --shadow: 0 22px 50px -34px rgba(15, 23, 42, 0.42);
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--slate-50);
  color: var(--ink-900);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

img,
iframe {
  max-width: 100%;
}

img {
  display: block;
}

button,
input,
textarea {
  font: inherit;
}

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

section {
  position: relative;
  clear: both;
}

.font-body { font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif; }
.font-display { font-family: Sora, "Segoe UI", Arial, sans-serif; letter-spacing: 0; }
.font-semibold { font-weight: 600; }
.leading-tight { line-height: 1.16; }

.container-wide,
.container,
.container-fluid {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: 28px;
}

.container-fluid {
  max-width: none;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 16px;
  z-index: 50;
  border-radius: 999px;
  background: #fff;
  color: var(--ink-900);
  padding: 8px 16px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  left: 16px;
}

.relative { position: relative; }
.z-10 { z-index: 10; }
.hidden { display: none !important; }
.overflow-hidden { overflow: hidden; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }

.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }

.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mb-16 { margin-bottom: 4rem; }
.mr-2 { margin-right: 0.5rem; }

.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.px-4 { padding-inline: 1rem; }
.px-5 { padding-inline: 1.25rem; }
.px-6 { padding-inline: 1.5rem; }
.py-2 { padding-block: 0.5rem; }
.py-3 { padding-block: 0.75rem; }
.py-6 { padding-block: 1.5rem; }
.py-10 { padding-block: 2.5rem; }
.py-14 { padding-block: 3.5rem; }
.py-16 { padding-block: 4rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-10 { padding-top: 2.5rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-10 { padding-bottom: 2.5rem; }
.pb-12 { padding-bottom: 3rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-20 { padding-bottom: 5rem; }
.pb-24 { padding-bottom: 6rem; }
.pb-32 { padding-bottom: 8rem; }
.pl-5 { padding-left: 1.25rem; }

.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-12 { height: 3rem; }
.h-16 { height: 4rem; }
.h-28 { height: 7rem; }
.h-32 { height: 8rem; }
.h-full { height: 100%; }
.h-auto { height: auto; }
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-full { width: 100%; }
.w-auto { width: auto; }
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }

.rounded-full { border-radius: 999px; }
.rounded-2xl { border-radius: 16px; }
.rounded-3xl { border-radius: 24px; }
.border { border: 1px solid currentColor; }
.border-t { border-top: 1px solid currentColor; }
.border-slate-200 { border-color: var(--slate-200); }
.border-emerald-200 { border-color: #a7f3d0; }
.border-slate-700\/60 { border-color: rgba(51, 65, 85, 0.6); }
.border-slate-800\/80 { border-color: rgba(30, 41, 59, 0.8); }
.border-white\/15 { border-color: rgba(255, 255, 255, 0.15); }
.border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.border-white\/30 { border-color: rgba(255, 255, 255, 0.3); }
.border-white\/40 { border-color: rgba(255, 255, 255, 0.4); }

.bg-white { background: #fff; }
.bg-slate-50 { background: var(--slate-50); }
.bg-slate-900 { background: var(--slate-900); }
.bg-slate-950 { background: var(--slate-950); }
.bg-slate-900\/95 { background: rgba(15, 23, 42, 0.95); }
.bg-white\/10 { background: rgba(255, 255, 255, 0.1); }
.bg-ink-900 { background: var(--ink-900); }
.bg-accent-500 { background: var(--accent); }
.bg-emerald-50 { background: #ecfdf5; }

.text-white { color: #fff; }
.text-white\/70 { color: rgba(255, 255, 255, 0.7); }
.text-white\/80 { color: rgba(255, 255, 255, 0.8); }
.text-white\/85 { color: rgba(255, 255, 255, 0.85); }
.text-slate-200 { color: var(--slate-200); }
.text-slate-200\/70 { color: rgba(226, 232, 240, 0.7); }
.text-slate-200\/80 { color: rgba(226, 232, 240, 0.8); }
.text-slate-200\/90 { color: rgba(226, 232, 240, 0.9); }
.text-slate-300\/80 { color: rgba(203, 213, 225, 0.8); }
.text-slate-400 { color: var(--ink-400); }
.text-slate-500 { color: #64748b; }
.text-slate-700 { color: var(--ink-700); }
.text-slate-900 { color: var(--ink-900); }
.text-ink-400 { color: var(--ink-400); }
.text-ink-600 { color: var(--ink-600); }
.text-ink-700 { color: var(--ink-700); }
.text-ink-900 { color: var(--ink-900); }
.text-accent-400 { color: var(--green); }
.text-emerald-700 { color: #047857; }

.text-xs { font-size: 0.75rem; line-height: 1.1rem; }
.text-\[0\.7rem\] { font-size: 0.7rem; line-height: 1rem; }
.text-sm { font-size: 0.95rem; line-height: 1.55rem; }
.text-base { font-size: 1.05rem; line-height: 1.7rem; }
.text-lg { font-size: 1.2rem; line-height: 1.85rem; }
.text-xl { font-size: 1.25rem; line-height: 1.8rem; }
.text-2xl { font-size: 1.6rem; line-height: 2.1rem; }
.text-3xl { font-size: 2rem; line-height: 2.55rem; }
.text-4xl { font-size: 2.55rem; line-height: 3.05rem; }
.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-\[0\.22em\] { letter-spacing: 0.18em; }
.tracking-\[0\.24em\] { letter-spacing: 0.18em; }
.tracking-\[0\.25em\] { letter-spacing: 0.18em; }
.tracking-\[0\.3em\] { letter-spacing: 0.2em; }

.shadow-soft { box-shadow: var(--shadow); }
.drop-shadow-sm { filter: drop-shadow(0 1px 1px rgba(15, 23, 42, 0.18)); }
.transition { transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease; }
.hover\:-translate-y-0\.5:hover { transform: translateY(-2px); }
.hover\:border-white:hover { border-color: #fff; }
.list-disc { list-style-type: disc; }

.grid > *,
.flex > * {
  min-width: 0;
}

.hero-shell {
  background:
    radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.25), transparent 48%),
    linear-gradient(120deg, #0b111a, #111827 45%, #0f172a);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.35;
  pointer-events: none;
}

.top-strip {
  background: linear-gradient(90deg, rgba(8, 11, 18, 0.98), rgba(15, 23, 42, 0.85));
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  padding-block: 12px;
}

.nav-link {
  color: rgba(248, 250, 252, 0.9);
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
}

.hero-card,
.stat-card,
.service-card,
.product-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.25);
  padding: 32px;
  backdrop-filter: blur(14px);
  max-width: 100%;
  overflow: hidden;
}

.stat-card,
.service-card {
  padding: 28px;
}

.meter {
  height: 6px;
  background: rgba(148, 163, 184, 0.25);
  border-radius: 999px;
  overflow: hidden;
}

.meter span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--green), #16a34a);
}

.btn,
.btn-primary,
.btn-primary-light,
.btn-secondary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  padding: 12px 22px;
  text-align: center;
  white-space: normal;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover,
.btn-primary:hover,
.btn-primary-light:hover,
.btn-secondary:hover,
.btn-ghost:hover {
  transform: translateY(-2px);
}

.btn-primary,
.btn-danger {
  background: var(--ink-900);
  color: #fff;
  box-shadow: 0 18px 30px -22px rgba(15, 23, 42, 0.8);
}

.btn-primary-light {
  background: #fff;
  color: var(--ink-900);
  box-shadow: 0 18px 30px -22px rgba(255, 255, 255, 0.8);
}

.btn-secondary,
.btn-default {
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-900);
  background: #fff;
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  background: transparent;
}

.btn-block {
  display: flex;
  width: 100%;
}

.solution-card,
.contact-card,
.product-pill,
.client-tile,
.well {
  background: var(--slate-50);
  border-radius: 16px;
}

.solution-card,
.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
}

.product-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  padding: 14px 16px;
  font-size: 0.95rem;
}

.icon-badge,
.contact-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--ink-900);
  color: #fff;
}

.contact-card i {
  margin-top: 4px;
  color: var(--ink-900);
}

.client-tile {
  min-height: 180px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cta-panel {
  border-radius: 28px;
  background: linear-gradient(120deg, #0f172a, #1d4ed8);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 42px;
  box-shadow: 0 24px 60px -40px rgba(15, 23, 42, 0.8);
}

.page-content {
  padding-block: 64px 96px;
}

.page-hero {
  max-width: 760px;
}

.form-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: 6px;
}

.form-input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--slate-200);
  padding: 13px 14px;
  background: #fff;
  color: var(--ink-900);
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-input:focus {
  border-color: rgba(20, 184, 166, 0.75);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.16);
  outline: 0;
}

.radio-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-900);
}

.form-shell {
  align-items: start;
}

.form-panel {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 32px;
}

.form-panel-muted {
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.form-section + .form-section {
  border-top: 1px solid var(--slate-200);
  margin-top: 28px;
  padding-top: 28px;
}

.form-section-title {
  align-items: flex-start;
  display: flex;
  gap: 14px;
}

.form-step {
  align-items: center;
  background: var(--ink-900);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  margin-top: 3px;
  width: 30px;
}

.option-grid {
  display: grid;
  gap: 12px;
}

.option-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
}

.option-card {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  min-height: 52px;
  padding: 13px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.option-card:hover,
.option-card:focus-within {
  border-color: rgba(20, 184, 166, 0.6);
  box-shadow: 0 14px 30px -26px rgba(15, 23, 42, 0.75);
  transform: translateY(-1px);
}

.option-card.is-selected {
  background: #ecfdf5;
  border-color: rgba(20, 184, 166, 0.95);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.12);
}

.option-card input {
  accent-color: var(--accent);
  flex: 0 0 auto;
  margin-top: 4px;
}

.option-card span {
  color: var(--ink-900);
  font-size: 0.98rem;
  line-height: 1.45rem;
}

.form-submit-panel {
  align-items: center;
  background: var(--ink-900);
  border-radius: 20px;
  color: #fff;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 28px;
  padding: 18px;
}

.form-submit-panel p {
  color: rgba(255, 255, 255, 0.72);
  margin: 4px 0 0;
}

.footer-link {
  color: rgba(226, 232, 240, 0.95);
}

.footer-link:hover,
.footer-link:focus {
  color: #fff;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 40;
  padding: 16px 0;
  transform: translateY(140%);
  transition: transform 0.3s ease;
}

.cookie-banner.active {
  transform: translateY(0);
}

.cookie-banner .container-wide {
  background: var(--ink-900);
  border-radius: var(--radius);
  padding: 16px 24px;
  box-shadow: 0 20px 60px -40px rgba(15, 23, 42, 0.9);
}

.cookie-banner a {
  color: var(--green);
}

.cookie-btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 20px;
  background: var(--green);
  color: var(--ink-900);
  font-weight: 700;
  cursor: pointer;
}

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

.col-md-1 { grid-column: span 1; }
.col-md-2 { grid-column: span 2; }
.col-md-4 { grid-column: span 4; }
.col-md-5 { grid-column: span 5; }
.col-md-6 { grid-column: span 6; }
.col-md-9 { grid-column: span 9; }
.col-md-12 { grid-column: span 12; }
.img-responsive { width: 100%; height: auto; }
.hightext { color: var(--ink-700); }
.mainhead,
.h1bright {
  color: #8b0000;
}
.doc,
.well {
  padding: 24px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.thanks {
  color: var(--ink-600);
}

.fa-solid,
.fa-regular {
  display: inline-block;
  width: 1.15em;
  min-width: 1.15em;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.fa-bars::before { content: "\2630"; }
.fa-phone::before { content: "\260E"; }
.fa-envelope::before { content: "\2709"; }
.fa-shield-halved::before { content: "\25C8"; }
.fa-clock::before { content: "\25F7"; }
.fa-satellite-dish::before { content: "\25CC"; }
.fa-check::before { content: "\2713"; }
.fa-chart-line::before { content: "\2197"; }
.fa-lock::before { content: "\26BF"; }
.fa-screwdriver-wrench::before { content: "\2692"; }
.fa-tower-broadcast::before { content: "\25CE"; }
.fa-fingerprint::before { content: "\25CD"; }
.fa-gas-pump::before { content: "\26FD"; }
.fa-oil-can::before { content: "\25B0"; }
.fa-gauge-high::before { content: "\25D4"; }
.fa-arrows-to-eye::before { content: "\2194"; }
.fa-fire-flame-simple::before { content: "\25B2"; }
.fa-link::before { content: "\26D3"; }
.fa-bell::before { content: "\25D6"; }
.fa-toolbox::before { content: "\25A3"; }
.fa-location-dot::before { content: "\25C9"; }

@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .md\:hidden { display: none !important; }
  .md\:flex { display: flex !important; }
  .md\:flex-row { flex-direction: row; }
  .md\:items-center { align-items: center; }
  .md\:justify-between { justify-content: space-between; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:grid-cols-\[1\.1fr_0\.9fr\] { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
  .md\:mt-6 { margin-top: 1.5rem; }
  .md\:ml-auto { margin-left: auto; }
  .md\:px-6 { padding-inline: 1.5rem; }
  .md\:py-3 { padding-block: 0.75rem; }
  .md\:rounded-full { border-radius: 999px; }
  .md\:border-slate-700\/50 { border-color: rgba(51, 65, 85, 0.5); }
  .md\:bg-slate-900\/60 { background: rgba(15, 23, 42, 0.6); }
  .md\:text-lg { font-size: 1.2rem; line-height: 1.85rem; }
  .md\:text-5xl { font-size: 3.25rem; line-height: 1.08; }
  .md\:w-1\/2 { width: 50%; }
  .md\:max-w-md { max-width: 28rem; }
  .md\:self-center { align-self: center; }
}

@media (min-width: 1024px) {
  .lg\:flex-row { flex-direction: row; }
  .lg\:items-center { align-items: center; }
  .lg\:items-start { align-items: flex-start; }
  .lg\:justify-between { justify-content: space-between; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:grid-cols-\[1\.1fr_0\.9fr\] { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
  .lg\:grid-cols-\[1\.2fr_0\.8fr\] { grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); }
}

@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
  }

  header,
  main,
  footer {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .container-wide,
  .container,
  .container-fluid {
    width: 100%;
    max-width: 100%;
    padding-inline: 18px;
  }

  .container-wide > *,
  .container > *,
  .container-fluid > * {
    max-width: 100%;
  }

  .top-strip .container-wide > span:last-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .top-strip .container-wide {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-strip span {
    max-width: calc(100vw - 36px);
    letter-spacing: 0.12em;
  }

  .hero-shell nav > .flex {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    column-gap: 10px;
  }

  .hero-shell nav a:first-child {
    flex: 1 1 auto;
    max-width: 100%;
    gap: 0.5rem;
    align-items: center;
  }

  .hero-shell nav img {
    width: 112px;
    flex: 0 0 112px;
    height: auto;
    margin-right: 0;
  }

  .hero-shell nav a:first-child .leading-tight {
    flex: 1 1 auto;
    min-width: 0;
  }

  .hero-shell nav a:first-child .text-lg {
    font-size: 0.95rem;
    line-height: 1.25rem;
  }

  .hero-shell nav a:first-child .text-xs {
    font-size: 0.6rem;
    line-height: 0.9rem;
    letter-spacing: 0.12em;
  }

  .hero-shell nav [data-nav-toggle] {
    flex: 0 0 auto;
  }

  .page-content .container-wide,
  .page-content .container,
  .page-content .container-fluid {
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    padding-left: 0;
    padding-right: 0;
  }

  .page-hero {
    width: 100%;
    max-width: 100%;
  }

  .page-hero h1,
  .page-hero p {
    width: 100%;
    max-width: 100%;
  }

  .hero-card .flex {
    align-items: flex-start;
    gap: 0.75rem;
  }

  .hero-card .justify-between {
    justify-content: flex-start;
  }

  .hero-card > .flex,
  .hero-card .space-y-4 > .flex {
    flex-direction: column;
  }

  .hero-card .rounded-full {
    white-space: normal;
    text-align: center;
  }

  .hero-shell section.container-wide {
    display: block;
  }

  .hero-shell section.container-wide > * + * {
    margin-top: 2rem;
  }

  .hero-shell h1 {
    width: 100%;
    max-width: 20rem;
    font-size: 1.85rem;
    line-height: 1.22;
  }

  .hero-shell p,
  .hero-shell li {
    width: 100%;
    max-width: 20rem;
  }

  .hero-card {
    width: 100%;
    max-width: 100%;
  }

  .stat-card,
  .service-card,
  .product-card,
  .client-tile,
  .solution-card,
  .contact-card,
  .well {
    width: 100%;
    max-width: 100%;
  }

  .page-content .service-card,
  .page-content .product-card,
  .page-content .stat-card,
  .page-content .client-tile,
  .page-content .solution-card,
  .page-content .contact-card,
  .page-content .well,
  .page-content .rounded-3xl,
  .page-content .cta-panel {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
  }

  .stat-card p,
  .service-card p,
  .product-card p,
  .client-tile p,
  .solution-card p,
  .contact-card p,
  .well p {
    max-width: 100%;
  }

  h1,
  h2,
  h3,
  p,
  li,
  a {
    overflow-wrap: anywhere;
  }

  .page-content h1,
  .page-content h2,
  .page-content h3,
  .page-content p,
  .page-content li,
  .page-content label {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .page-content {
    overflow-x: hidden;
  }

  .page-content .grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .page-content .rounded-3xl,
  .cta-panel {
    width: 100%;
    max-width: 100%;
  }

  [data-nav-menu]:not(.hidden) {
    display: flex;
  }

  .hero-card,
  .stat-card,
  .service-card,
  .p-8,
  .p-10,
  .form-panel,
  .cta-panel {
    padding: 24px;
  }

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

  .text-4xl { font-size: 1.72rem; line-height: 2.18rem; }
  .text-3xl { font-size: 1.5rem; line-height: 1.95rem; }
  .row { grid-template-columns: 1fr; }
  [class*="col-md-"] { grid-column: 1 / -1; }
}
