:root {
  --bg: #060914;
  --panel: #0d1324;
  --panel2: #111a30;
  --ink: #eef5ff;
  --muted: #9aa9c2;
  --soft: #c8d4ea;
  --line: rgba(255, 255, 255, 0.11);
  --brand: #70e2ff;
  --brand2: #2dd4bf;
  --brand3: #22d3a8;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  background:
    radial-gradient(circle at 12% 0%, rgba(112, 226, 255, 0.16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(34, 211, 168, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(6, 9, 20, 0.84), rgba(6, 9, 20, 0.98)),
    var(--bg);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 76%);
  pointer-events: none;
  z-index: -1;
}

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

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 24px;
}

.topbar-wrap {
  position: sticky;
  top: 16px;
  z-index: 50;
  padding-top: 14px;
}

.topbar {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  background: rgba(8, 12, 26, 0.84);
  border: 1px solid var(--line);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
  border-radius: 30px;
  padding: 10px 12px 10px 18px;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  max-width: none;
  flex-shrink: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

.brand::before {
  content: none;
}

.brand-symbol {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

/* Hard guards: keep each possible header logo variant inside its intended box */
.brand-logo {
  width: auto;
  height: 32px;
  max-width: 150px;
  max-height: 32px;
  object-fit: contain;
  display: block;
}

.topbar .brand img.brand-logo,
.topbar .brand-logo {
  width: auto !important;
  min-width: 0 !important;
  max-width: 150px !important;
  height: 32px !important;
  max-height: 32px !important;
  object-fit: contain !important;
}

.topbar .brand img.brand-symbol,
.topbar .brand-symbol {
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  height: 36px !important;
  max-height: 36px !important;
  object-fit: contain !important;
}

.brand-name {
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

.brand-fallback {
  display: none;
}

.nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 13px;
  color: var(--soft);
  transition: 0.2s;
}

.nav a:hover,
.nav a.active {
  background: rgba(112, 226, 255, 0.13);
  border-color: rgba(112, 226, 255, 0.42);
  transform: translateY(-1px);
}

.nav a.nav-cta {
  border-color: rgba(34, 211, 168, 0.4);
  background: rgba(34, 211, 168, 0.16);
  color: #eefffb;
}

main {
  padding-bottom: 40px;
}

.hero {
  padding: 34px 0 22px;
}

.hero-grid {
  display: block;
}

.page-hero {
  padding: 46px 0 14px;
}

.page-hero-copy {
  max-width: 820px;
  padding: clamp(24px, 4.5vw, 48px) 0 18px;
}

.page-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}

.page-hero-copy .hero-lead {
  max-width: 780px;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(10, 15, 29, 0.76);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  padding: 26px;
}

.card::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, rgba(112, 226, 255, 0.07), transparent 44%, rgba(34, 211, 168, 0.05));
  pointer-events: none;
  opacity: 0.12;
}

.card > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
}

h1 {
  margin: 0 0 14px;
  font-size: clamp(38px, 6.2vw, 74px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: -0.052em;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.03em;
}

h3 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.02em;
}

h4 {
  margin: 0 0 6px;
  font-size: 17px;
}

.hero-lead {
  font-size: 18px;
  color: var(--soft);
  max-width: 760px;
  margin: 0 0 24px;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 999px;
  padding: 10px 13px;
  color: var(--soft);
  font-size: 14px;
}

.section {
  margin-top: 24px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 34px 0 14px;
}

.section-head p {
  color: var(--muted);
  font-size: 14px;
  max-width: 520px;
  text-align: right;
}

.grid-3,
.grid-2 {
  display: grid;
  gap: 16px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.tag {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.card p {
  color: var(--soft);
}

.card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.card li {
  color: var(--muted);
  margin: 7px 0;
}

.steps {
  display: grid;
  gap: 10px;
}

.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
}

.step-index {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(112, 226, 255, 0.2), rgba(34, 211, 168, 0.13));
  border: 1px solid rgba(112, 226, 255, 0.32);
  font-weight: 950;
  color: #fff;
}

.step-body {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.052);
  border-radius: 22px;
  padding: 16px 18px;
}

.step-body p {
  color: var(--soft);
  margin: 0;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.chip {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--soft);
  font-size: 13px;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq-item h3 {
  font-size: 19px;
}

.faq-item p {
  color: var(--soft);
}

.cta-band {
  margin-top: 8px;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(112, 226, 255, 0.12), rgba(34, 211, 168, 0.09));
  border: 1px solid rgba(112, 226, 255, 0.28);
}

.cta-band h2 {
  font-size: clamp(28px, 4.6vw, 46px);
  margin-bottom: 8px;
}

.cta-band p {
  color: #dfeeff;
}

.cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: 0.2s;
}

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

.button:focus-visible,
.nav a:focus-visible,
.pill:focus-visible {
  outline: 3px solid rgba(112, 226, 255, 0.24);
  outline-offset: 3px;
}

.button.primary {
  background: rgba(255, 255, 255, 0.98);
  color: #0a1221;
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.055);
  color: var(--soft);
}

.button-large {
  padding: 13px 18px;
  min-height: 46px;
}

.corporate-hero {
  padding: 48px 0 20px;
}

.corporate-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
  gap: 34px;
  align-items: center;
}

.corporate-hero-copy {
  padding: clamp(26px, 5vw, 52px) 0;
}

.corporate-hero-copy h1 {
  max-width: 780px;
  font-size: clamp(40px, 5.2vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.048em;
}

.corporate-hero-copy .hero-lead {
  max-width: 780px;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0 20px;
}

.corporate-proofline {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  max-width: 790px;
  margin: 20px 0 0;
}

.hero-service-summary {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: 26px;
}

.hero-service-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-service-list li {
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.hero-service-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hero-service-list strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
  margin-bottom: 4px;
}

.hero-service-list span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.corporate-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 4px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.corporate-trust-strip span {
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
}

.corporate-trust-strip span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 9px;
  background: var(--brand3);
}

.section-corporate {
  margin-top: 38px;
}

.corporate-section-head {
  max-width: 780px;
  margin: 0 0 18px;
}

.corporate-section-head.compact {
  max-width: 860px;
}

.corporate-section-head h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4.1vw, 46px);
  line-height: 1.03;
}

.corporate-section-head p {
  color: var(--muted);
  max-width: 680px;
  margin: 0;
}

.service-lines {
  display: grid;
  gap: 12px;
}

.service-line {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(10, 15, 29, 0.72);
  padding: 20px 22px;
}

.service-line-index {
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.service-line h3 {
  font-size: 22px;
}

.service-line p {
  color: var(--soft);
  max-width: 760px;
  margin: 0;
}

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

.corporate-panel,
.corporate-statement,
.corporate-next-steps {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(10, 15, 29, 0.72);
  padding: 24px;
}

.corporate-panel p,
.corporate-statement p,
.corporate-next-steps p {
  color: var(--soft);
}

.sector-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.sector-row {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.sector-row h3 {
  margin: 0;
}

.sector-row p {
  color: var(--soft);
  margin: 0;
}

.text-link {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.text-link:hover {
  color: #dff8ff;
}

.corporate-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
  align-items: stretch;
}

.corporate-statement h3,
.corporate-next-steps h3 {
  font-size: clamp(26px, 3vw, 34px);
}

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

.trust-list li {
  color: var(--soft);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding-top: 10px;
}

.process-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.process-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
}

.process-item span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(112, 226, 255, 0.14);
  border: 1px solid rgba(112, 226, 255, 0.24);
  color: var(--brand);
  font-weight: 950;
}

.process-item p {
  margin: 3px 0 0;
}

.corporate-faq-item {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.corporate-faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.corporate-faq-item h3 {
  font-size: 19px;
}

.corporate-faq-item p {
  color: var(--soft);
  margin-bottom: 0;
}

.corporate-cta-band {
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(112, 226, 255, 0.11), rgba(34, 211, 168, 0.09), rgba(255, 255, 255, 0.035));
}

.contact-hero {
  padding-top: 46px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 22px;
  align-items: start;
}

.contact-main-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(10, 15, 29, 0.76);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.contact-form-card {
  max-width: none;
  padding: clamp(24px, 4vw, 40px);
}

.contact-form-card h1 {
  font-size: clamp(38px, 5vw, 58px);
  line-height: 0.98;
}

.contact-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 20px;
  padding: 12px 0 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-assurance span {
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
}

.contact-assurance span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 8px;
  background: var(--brand3);
}

.lead-form {
  margin-top: 6px;
}

.form-section-label {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-section-label.full {
  grid-column: 1 / -1;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  min-height: 46px;
  background: rgba(255, 255, 255, 0.052);
}

.contact-form-card textarea {
  min-height: 150px;
}

.form-actions {
  justify-content: flex-start;
  margin-top: 20px;
}

.contact-side-panel {
  position: sticky;
  top: 110px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(8, 13, 25, 0.76);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.contact-side-panel h2 {
  font-size: clamp(24px, 2.7vw, 32px);
  line-height: 1.05;
  margin-bottom: 12px;
}

.contact-process {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.contact-process-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-process-item span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #07111c;
  background: linear-gradient(135deg, var(--brand), var(--brand3));
  font-weight: 950;
}

.contact-process-item h3 {
  font-size: 16px;
}

.contact-process-item p {
  margin: 0;
  font-size: 13px;
}

.contact-projects {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 18px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-projects li {
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
}

.form-card {
  max-width: 850px;
}

.form-card.contact-form-card {
  max-width: none;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-group {
  display: grid;
  gap: 7px;
}

.form-group.full {
  grid-column: 1 / -1;
}

label {
  color: var(--soft);
  font-size: 13px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--ink);
  font: inherit;
}

select:required:invalid {
  color: var(--muted);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(112, 226, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(112, 226, 255, 0.14);
}

.form-errors {
  margin-bottom: 10px;
  border: 1px solid rgba(255, 112, 112, 0.4);
  background: rgba(194, 51, 51, 0.18);
  border-radius: 12px;
  padding: 10px 12px;
}

.errorlist {
  margin: 0;
  padding-left: 18px;
  color: #ffd2d2;
  font-size: 13px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 20px;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(112, 226, 255, 0.22);
  border-radius: 22px;
  background: rgba(8, 12, 26, 0.94);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
}

.cookie-banner p {
  color: var(--soft);
  margin: 0;
  font-size: 13px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.legal-page h1 {
  margin-bottom: 10px;
}

.legal-page h2 {
  font-size: 22px;
  margin: 20px 0 8px;
}

.legal-page p,
.legal-page li {
  color: var(--soft);
}

.site-footer {
  margin-top: 36px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 16px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  width: min(260px, 100%);
}

.footer-brand-logo {
  width: 100%;
  height: auto;
  max-height: 34px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

/* Hard guard: never allow footer brand image to explode */
.site-footer .footer-brand img,
.site-footer .footer-brand-logo {
  width: auto !important;
  max-width: 220px !important;
  height: 34px !important;
  max-height: 34px !important;
  object-fit: contain !important;
}

.footer-grid p,
.footer-grid li {
  color: var(--muted);
}

.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.copyright {
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  margin-top: 18px;
}

@media (max-width: 980px) {
  .topbar {
    border-radius: 22px;
    align-items: flex-start;
    flex-direction: column;
  }

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

  .brand {
    min-width: 0;
    max-width: none;
  }

  .brand-symbol {
    width: 30px;
    height: 30px;
  }

  .brand-logo {
    height: 28px;
    max-width: 132px;
    max-height: 28px;
  }

  .topbar .brand img.brand-logo,
  .topbar .brand-logo {
    width: auto !important;
    min-width: 0 !important;
    max-width: 132px !important;
    height: 28px !important;
    max-height: 28px !important;
  }

  .topbar .brand img.brand-symbol,
  .topbar .brand-symbol {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    max-height: 30px !important;
  }

  .brand-name {
    font-size: 13px;
  }

  .hero-grid,
  .corporate-hero-grid,
  .contact-layout,
  .corporate-panel-grid,
  .corporate-split,
  .grid-3,
  .grid-2,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .corporate-hero,
  .page-hero,
  .contact-hero {
    padding-top: 28px;
  }

  .corporate-trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .hero-service-summary {
    border-left: 0;
    padding-left: 0;
  }

  .sector-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .corporate-hero-copy {
    padding-bottom: 6px;
  }

  .contact-side-panel {
    position: relative;
    top: auto;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-head p {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .container {
    padding-inline: 18px;
  }

  .corporate-hero-copy h1,
  .page-hero-copy h1,
  .contact-form-card h1 {
    font-size: clamp(34px, 11vw, 48px);
    line-height: 1;
  }

  .hero-lead {
    font-size: 16px;
  }

  .contact-form-card,
  .contact-side-panel {
    padding: 22px;
  }

  .corporate-trust-strip,
  .service-line {
    grid-template-columns: 1fr;
  }

  .service-line {
    gap: 8px;
  }

  .hero-actions .button,
  .form-actions .button {
    width: 100%;
  }

  .contact-process-item {
    grid-template-columns: 42px 1fr;
  }

  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
  }

  .cookie-actions,
  .cookie-actions .button {
    width: 100%;
  }
}

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

  * {
    transition: none !important;
    animation: none !important;
  }
}
