:root {
  --ink: #1f2933;
  --muted: #627184;
  --line: #d8e0e8;
  --panel: #ffffff;
  --soft: #f4f7f9;
  --dark: #111923;
  --orange: #f4a12d;
  --teal: #1a9aa5;
  --green: #496d46;
  --violet: #7567ff;
  --cyan: #7ff4ff;
  --night: #05070d;
  --shadow: 0 18px 45px rgba(29, 40, 52, 0.14);
}

* {
  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", sans-serif;
  background: var(--night);
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(127, 244, 255, 0.13);
  background: rgba(5, 7, 13, 0.72);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

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

.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  background: #0c121d;
  box-shadow: 0 0 24px rgba(127, 244, 255, 0.18);
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
}

.brand strong {
  color: #fff;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
}

nav a:hover {
  color: #fff;
}

.language-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(127, 244, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.lang-button {
  min-width: 44px;
  height: 34px;
  border: 0;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.62);
  background: transparent;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 850;
}

.lang-button.active {
  color: #061016;
  background: var(--cyan);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(42px, 7vw, 92px) clamp(18px, 4vw, 56px) 36px;
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.98) 0%, rgba(6, 11, 22, 0.94) 45%, rgba(5, 7, 13, 0.9) 100%),
    radial-gradient(circle at 76% 26%, rgba(117, 103, 255, 0.28), transparent 28%),
    radial-gradient(circle at 64% 76%, rgba(244, 161, 45, 0.18), transparent 26%),
    url("assets/business-card.jpg") center right / cover;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.hero::before {
  inset: 0;
  background:
    linear-gradient(rgba(127, 244, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 244, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 82%);
}

.hero::after {
  right: clamp(24px, 6vw, 92px);
  bottom: 8%;
  width: min(46vw, 620px);
  height: min(46vw, 620px);
  border: 1px solid rgba(127, 244, 255, 0.16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(127, 244, 255, 0.08), transparent 62%);
  filter: blur(0.2px);
  animation: pulseGlow 7s ease-in-out infinite;
}

.hero-content {
  max-width: 720px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 5.4vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions,
.tabs,
.form-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mobile-contact-strip {
  display: none;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 640px;
  margin-top: 24px;
}

.hero-proof div {
  padding: 14px;
  border: 1px solid rgba(127, 244, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: #fff;
  font-size: 1.05rem;
}

.hero-proof span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.45;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.button.primary {
  color: #071018;
  background: linear-gradient(135deg, var(--cyan), #ffffff 48%, var(--orange));
  box-shadow: 0 18px 45px rgba(127, 244, 255, 0.18);
}

.button.secondary {
  color: #fff;
  border-color: rgba(127, 244, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.button.full {
  width: 100%;
}

.contact-panel,
.app-panel {
  border: 1px solid rgba(216, 224, 232, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.contact-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: min(62vh, 650px);
  padding: 0;
  border-color: rgba(127, 244, 255, 0.18);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.012)),
    rgba(3, 6, 12, 0.9);
  backdrop-filter: blur(26px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.contact-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  pointer-events: none;
}

.visual-kicker {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.visual-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
  animation: statusPulse 1.8s ease-in-out infinite;
}

.sourcing-scene {
  position: relative;
  min-height: 390px;
  margin: 48px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(117, 103, 255, 0.16), transparent 42%),
    linear-gradient(rgba(127, 244, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 244, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
}

#sourcing-canvas {
  display: block;
  width: 100%;
  height: 390px;
  cursor: crosshair;
}

.scene-status {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 6px;
}

.scene-status span {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  background: rgba(5, 7, 13, 0.76);
}

.scene-caption {
  position: relative;
  z-index: 2;
  padding: 20px 24px;
  border-top: 1px solid rgba(127, 244, 255, 0.14);
  background: rgba(4, 7, 13, 0.76);
}

.scene-caption span,
.scene-caption strong {
  display: block;
}

.scene-caption span {
  color: var(--cyan);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.scene-caption strong {
  margin-top: 5px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.visual-card-stack {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.visual-card-stack span {
  display: grid;
  min-height: 70px;
  place-items: end start;
  padding: 12px;
  border: 1px solid rgba(127, 244, 255, 0.13);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(160deg, rgba(127, 244, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1.2;
}

.visual-card-stack span:nth-child(2) {
  transform: translateY(-16px);
  border-color: rgba(244, 161, 45, 0.18);
}

.visual-card-stack span:nth-child(3) {
  transform: translateY(8px);
}

.contact-lines {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(127, 244, 255, 0.14);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
}

.contact-lines a,
address a {
  color: var(--teal);
  font-weight: 750;
}

.contact-lines a {
  color: #fff;
}

.contact-lines a:last-child {
  color: var(--cyan);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-top: 1px solid rgba(127, 244, 255, 0.12);
  border-bottom: 1px solid rgba(127, 244, 255, 0.12);
  background: rgba(127, 244, 255, 0.12);
}

.trust-band div {
  padding: 24px clamp(18px, 4vw, 56px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    #080d16;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.55;
}

.trust-band strong {
  color: #fff;
}

.section {
  padding: clamp(56px, 8vw, 104px) clamp(18px, 4vw, 56px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

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

.service-grid article {
  min-height: 235px;
  padding: 24px;
  border: 1px solid rgba(127, 244, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    #0a101a;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.service-grid p,
.steps span {
  color: var(--muted);
  line-height: 1.6;
}

#services {
  color: #fff;
  background:
    radial-gradient(circle at 14% 20%, rgba(127, 244, 255, 0.08), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(244, 161, 45, 0.09), transparent 24%),
    #05070d;
}

#services .section-heading p:not(.eyebrow),
#services .service-grid p {
  color: rgba(255, 255, 255, 0.62);
}

.icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 8px;
  color: #fff;
  color: #061016;
  background: var(--cyan);
  font-weight: 900;
}

.process-section {
  color: #fff;
  background: var(--dark);
}

.brief-section {
  background: #fff;
}

.brief-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 16px;
  align-items: stretch;
}

.brief-card,
.brief-note {
  min-height: 248px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.brief-card {
  background: var(--soft);
}

.brief-card strong,
.brief-note span {
  display: block;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.brief-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.brief-card li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  line-height: 1.5;
}

.brief-card li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(26, 154, 165, 0.12);
}

.brief-note {
  display: grid;
  align-content: center;
  background:
    linear-gradient(135deg, rgba(244, 161, 45, 0.2), rgba(26, 154, 165, 0.08)),
    #fff;
}

.brief-note p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.categories-section {
  background: #fff;
}

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

.category-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.category-grid strong {
  color: var(--ink);
  font-size: 1.02rem;
}

.category-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.assurance-section {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(23, 32, 38, 0.96), rgba(47, 58, 61, 0.94)),
    radial-gradient(circle at 84% 20%, rgba(242, 161, 46, 0.28), transparent 32%);
}

.assurance-section .section-heading .eyebrow {
  color: var(--orange);
}

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

.assurance-grid div {
  min-height: 156px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.assurance-grid strong,
.assurance-grid span {
  display: block;
}

.assurance-grid strong {
  color: #fff;
  font-size: 1.08rem;
}

.assurance-grid span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.process-section .section-heading .eyebrow {
  color: var(--orange);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  min-height: 210px;
  padding: 62px 22px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  counter-increment: step;
}

.steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 20px;
  left: 22px;
  color: var(--orange);
  font-weight: 900;
}

.steps strong,
.steps span {
  display: block;
}

.steps span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.64fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  background: #fff;
}

.app-panel {
  padding: 18px;
}

.tabs {
  margin-bottom: 16px;
}

.tab {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  cursor: pointer;
  font-weight: 800;
}

.tab.active {
  color: #fff;
  border-color: var(--dark);
  background: var(--dark);
}

.account-form,
.contact-form {
  display: none;
  gap: 14px;
}

.account-form.active,
.contact-form {
  display: grid;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 760;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(26, 154, 165, 0.13);
}

textarea {
  resize: vertical;
}

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

.status-box {
  margin-top: 16px;
  padding: 14px;
  border-radius: 8px;
  color: var(--muted);
  background: var(--soft);
  line-height: 1.55;
}

.contact-status {
  display: none;
  padding: 14px;
  border-radius: 8px;
  color: #285a33;
  background: #eaf6ed;
  line-height: 1.55;
}

.contact-status.active {
  display: block;
}

.faq-section {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.faq-grid details {
  min-height: 132px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.faq-grid summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 850;
  line-height: 1.35;
}

.faq-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.contact-section {
  background: #eef3f6;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.42fr);
  gap: 26px;
}

.contact-form,
address,
.messaging-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.contact-side {
  display: grid;
  gap: 16px;
}

address {
  display: grid;
  align-content: start;
  gap: 12px;
  font-style: normal;
}

address strong {
  font-size: 1.3rem;
}

.messaging-card {
  display: grid;
  gap: 18px;
}

.messaging-card-heading {
  display: grid;
  gap: 6px;
}

.messaging-card-heading strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.messaging-card-heading span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

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

.messaging-qr {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.messaging-qr img {
  width: min(100%, 128px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  background: #fff;
}

.messaging-qr span {
  color: var(--dark);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.7);
  background: #172026;
}

@keyframes pulseGlow {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes statusPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

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

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(5, 7, 13, 0.96), rgba(5, 7, 13, 0.82)),
      radial-gradient(circle at 76% 24%, rgba(117, 103, 255, 0.24), transparent 32%),
      url("assets/business-card.jpg") center / cover;
  }

  .service-grid,
  .steps,
  .trust-band,
  .category-grid,
  .assurance-grid,
  .faq-grid,
  .brief-layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .brief-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  :root {
    --shadow: 0 12px 28px rgba(29, 40, 52, 0.12);
  }

  body {
    background: #eef3f6;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    min-height: auto;
    padding: 10px 12px 11px;
    border-bottom: 1px solid rgba(127, 244, 255, 0.13);
    background: rgba(5, 7, 13, 0.88);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  }

  .brand {
    min-width: 0;
    gap: 10px;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
    box-shadow: 0 8px 24px rgba(127, 244, 255, 0.18);
  }

  .brand span {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.98rem;
    line-height: 1.05;
  }

  .brand small {
    max-width: 116px;
    font-size: 0.68rem;
    line-height: 1.25;
  }

  nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    overflow-x: auto;
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(216, 224, 232, 0.8);
    border-radius: 8px;
    background: #172026;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav a {
    flex: 0 0 auto;
    min-width: max-content;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.8rem;
    font-weight: 850;
    scroll-snap-align: start;
  }

  nav a:first-child,
  nav a:hover {
    color: #172026;
    border-color: var(--orange);
    background: var(--orange);
  }

  .language-switch {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    justify-content: flex-end;
    padding: 3px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  }

  .lang-button {
    min-width: 40px;
    height: 34px;
    padding: 0 9px;
  }

  .hero {
    min-height: auto;
    padding: 30px 16px 18px;
    background:
      linear-gradient(180deg, rgba(5, 7, 13, 0.98), rgba(8, 13, 22, 0.9)),
      radial-gradient(circle at 78% 22%, rgba(117, 103, 255, 0.26), transparent 32%),
      radial-gradient(circle at 18% 74%, rgba(127, 244, 255, 0.14), transparent 28%),
      url("assets/business-card.jpg") 62% center / cover;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: clamp(2rem, 10.4vw, 3rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
    line-height: 1.08;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.68rem;
    line-height: 1.45;
  }

  .hero-copy {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 48px;
    padding: 0 12px;
  }

  .mobile-contact-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
  }

  .mobile-contact-strip a {
    display: grid;
    min-width: 0;
    min-height: 42px;
    place-items: center;
    padding: 0 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 7px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 850;
    text-align: center;
  }

  .mobile-contact-strip a:first-child {
    color: #172026;
    border-color: var(--orange);
    background: var(--orange);
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
  }

  .hero-proof div {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    padding: 12px;
  }

  .hero-proof strong {
    font-size: 0.98rem;
  }

  .hero-proof span {
    margin-top: 0;
    font-size: 0.8rem;
  }

  .contact-panel {
    display: flex;
    min-height: 460px;
    margin-top: 4px;
  }

  .sourcing-scene {
    min-height: 300px;
  }

  #sourcing-canvas {
    height: 300px;
  }

  .contact-lines {
    display: none;
  }

  .trust-band {
    gap: 10px;
    padding: 12px 12px 0;
    background: transparent;
  }

  .trust-band div {
    padding: 18px;
    border: 1px solid rgba(127, 244, 255, 0.12);
    border-radius: 8px;
  }

  .trust-band strong {
    font-size: 0.96rem;
  }

  .service-grid,
  .steps,
  .trust-band,
  .category-grid,
  .assurance-grid,
  .faq-grid,
  .brief-layout,
  .form-row {
    grid-template-columns: 1fr;
  }

  .section,
  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .section-heading p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .service-grid,
  .category-grid,
  .assurance-grid,
  .faq-grid {
    gap: 12px;
  }

  .service-grid article,
  .assurance-grid div,
  .faq-grid details,
  .brief-card,
  .brief-note {
    min-height: auto;
    padding: 18px;
  }

  .brief-note {
    grid-column: auto;
  }

  .categories-section {
    background:
      linear-gradient(180deg, #fff 0%, #f4f7f9 100%);
  }

  .categories-section .section-heading {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(29, 40, 52, 0.08);
  }

  .category-grid {
    counter-reset: category;
  }

  .category-grid article {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 6px 14px;
    min-height: auto;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(216, 224, 232, 0.92);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(29, 40, 52, 0.08);
    counter-increment: category;
  }

  .category-grid article::before {
    content: counter(category, decimal-leading-zero);
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 8px;
    color: #172026;
    background: var(--orange);
    font-size: 0.82rem;
    font-weight: 950;
    grid-row: 1 / span 2;
  }

  .category-grid article::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--teal);
  }

  .category-grid article:nth-child(even)::before {
    color: #fff;
    background: var(--teal);
  }

  .category-grid article:nth-child(even)::after {
    background: var(--orange);
  }

  .category-grid strong {
    align-self: end;
    font-size: 1rem;
    line-height: 1.25;
  }

  .category-grid span {
    font-size: 0.93rem;
    line-height: 1.5;
  }

  .steps {
    gap: 10px;
  }

  .steps li {
    min-height: auto;
    padding: 52px 18px 18px;
  }

  .split-section {
    gap: 22px;
  }

  .app-panel,
  .contact-form,
  address,
  .messaging-card {
    padding: 18px;
  }

  .tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .tab {
    min-height: 42px;
    padding: 0 8px;
    font-size: 0.84rem;
  }

  input,
  textarea {
    min-height: 46px;
    font-size: 16px;
  }

  .contact-layout {
    gap: 14px;
  }

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

  .messaging-qr {
    padding: 10px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 16px;
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after,
  .visual-kicker i {
    animation: none;
  }
}
