:root {
  color-scheme: light;
  --bg: #ffffff;
  --bg-subtle: #f7f7f7;
  --bg-band: #f0f1f2;
  --surface: #ffffff;
  --surface-muted: #f8f8f8;
  --ink: #111416;
  --ink-soft: #45494f;
  --ink-muted: #74787f;
  --line: rgba(17, 20, 22, 0.12);
  --line-strong: rgba(215, 25, 32, 0.34);
  --brand-red: #d71920;
  --brand-red-dark: #a8121d;
  --brand-black: #111416;
  --teal: var(--brand-red);
  --teal-dark: var(--brand-red-dark);
  --teal-soft: rgba(215, 25, 32, 0.09);
  --coral: #111416;
  --amber: #a86416;
  --shadow: 0 18px 48px rgba(17, 20, 22, 0.12);
  --shadow-soft: 0 10px 30px rgba(17, 20, 22, 0.08);
  --radius: 8px;
  --radius-sm: 6px;
  --max: 1180px;
  --px: 64px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

.inner {
  width: min(100% - (var(--px) * 2), var(--max));
  margin: 0 auto;
}

.narrow {
  max-width: 900px;
}

.section-pad {
  padding: 104px 0;
}

section[id] {
  scroll-margin-top: 92px;
}

.section-head {
  max-width: 760px;
  margin: 0 0 42px;
}

.section-head.compact {
  margin-bottom: 28px;
}

.section-head h2,
.partner-section h2,
.contact-copy h2 {
  margin: 0 0 16px;
  font-size: 2.45rem;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}

.section-head p,
.partner-section p,
.contact-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.75;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 var(--px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 286px;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 174px;
  height: auto;
  max-height: 38px;
  object-fit: contain;
}

.brand-product {
  padding-left: 14px;
  border-left: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.18;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav a {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--teal);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.header-cta {
  min-height: 40px;
  padding: 0 18px;
  color: #ffffff;
  background: var(--teal);
  font-size: 0.86rem;
  font-weight: 800;
}

.header-cta:hover,
.btn-primary:hover {
  background: var(--teal-dark);
  box-shadow: 0 10px 26px rgba(215, 25, 32, 0.22);
}

.hero {
  isolation: isolate;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 58px;
  align-items: center;
  min-height: 100svh;
  padding: 116px var(--px) 112px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 72px 0 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.74) 34%, rgba(255, 255, 255, 0.36) 68%, rgba(255, 255, 255, 0.46) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(247, 247, 247, 0.74) 100%),
    url("/assets/generated/office-it-service.webp") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 220px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(247, 247, 247, 0.92) 100%);
}

.hero-copy,
.hero-product {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 650px;
}

.hero-copy h1 {
  margin: 0 0 22px;
  font-size: 3.72rem;
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-copy p {
  max-width: 570px;
  margin: 0;
  color: #252a30;
  font-size: 1.12rem;
  line-height: 1.75;
}

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

.btn {
  min-height: 48px;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 0.94rem;
  font-weight: 850;
}

.btn svg {
  width: 18px;
  height: 18px;
}

.btn-primary {
  color: #ffffff;
  background: var(--teal);
}

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

.btn-secondary {
  color: var(--ink);
  background: #ffffff;
  border-color: var(--line);
}

.btn-secondary:hover {
  border-color: var(--line-strong);
  color: var(--teal-dark);
}

.audio-sample {
  cursor: pointer;
}

.audio-sample.is-playing {
  border-color: var(--line-strong);
  color: var(--teal-dark);
  background: var(--teal-soft);
}

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

.hero-proof div {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-proof dt {
  color: var(--teal-dark);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.15;
}

.hero-proof dd {
  margin: 4px 0 0;
  color: var(--ink-muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.hero-product {
  min-width: 0;
}

.product-shell {
  position: relative;
  z-index: 1;
  padding: 18px;
  border: 1px solid rgba(22, 39, 35, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
}

.product-topbar,
.summary-head,
.handoff-row,
.caller-row {
  display: flex;
  align-items: center;
}

.product-topbar {
  justify-content: space-between;
  margin-bottom: 14px;
  color: var(--ink-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-topbar > div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 5px var(--teal-soft);
}

.call-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
  gap: 14px;
}

.call-panel,
.summary-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-muted);
}

.call-panel {
  padding: 18px;
}

.summary-panel {
  padding: 16px;
  background: #ffffff;
}

.caller-row {
  gap: 12px;
}

.caller-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: var(--radius);
  color: #ffffff;
  background: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
}

.caller-row strong,
.caller-row span {
  display: block;
}

.caller-row strong {
  font-size: 0.96rem;
  line-height: 1.2;
}

.caller-row span {
  color: var(--ink-muted);
  font-size: 0.82rem;
}

.waveform {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 76px;
  margin: 18px 0;
  padding: 0 4px;
}

.waveform span {
  display: block;
  width: 100%;
  max-width: 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--teal), #f0a0a6);
}

.waveform span:nth-child(1) { height: 24px; }
.waveform span:nth-child(2) { height: 46px; }
.waveform span:nth-child(3) { height: 62px; }
.waveform span:nth-child(4) { height: 34px; background: var(--coral); }
.waveform span:nth-child(5) { height: 56px; }
.waveform span:nth-child(6) { height: 40px; }
.waveform span:nth-child(7) { height: 28px; }

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

.transcript p {
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #ffffff;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.5;
}

.transcript strong {
  color: var(--ink);
}

.summary-head {
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.summary-head strong {
  font-size: 0.92rem;
}

.priority {
  flex: 0 0 auto;
  color: var(--teal-dark);
  background: var(--teal-soft);
  border-radius: var(--radius-sm);
  padding: 4px 7px;
  font-size: 0.68rem;
  font-weight: 900;
}

.task-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.task-list li {
  display: grid;
  gap: 2px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-muted);
}

.task-list span {
  color: var(--ink-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.task-list strong {
  font-size: 0.86rem;
}

.handoff-row {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.handoff-row span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink-soft);
  background: var(--surface-muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  padding: 13px 2px 0;
  border-top: 1px solid var(--line);
  color: var(--ink-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.dashboard-stats strong {
  color: var(--teal-dark);
  font-size: 0.94rem;
}

.tanja-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 16% 18%, rgba(215, 25, 32, 0.28), transparent 28%),
    linear-gradient(115deg, rgba(38, 38, 40, 0.98), rgba(17, 18, 20, 0.98) 58%, #070809),
    #111416;
}

.tanja-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 36px 36px;
}

.tanja-section::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.55) 1px, transparent 1px);
  background-size: 42px 42px;
}

.tanja-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 70px;
  align-items: center;
}

.tanja-copy {
  max-width: 690px;
}

.tanja-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 26px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(215, 25, 32, 0.22);
  font-size: 0.92rem;
  font-weight: 850;
}

.tanja-section .section-head h2 {
  max-width: 640px;
  color: #ffffff;
  font-size: 4.25rem;
  line-height: 1.02;
}

.tanja-section .section-head p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.16rem;
  line-height: 1.75;
}

.tanja-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.tanja-section .btn-primary {
  color: var(--teal-dark);
  background: #ffffff;
}

.tanja-section .btn-primary:hover {
  color: var(--teal-dark);
  background: #fff4f4;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.tanja-section .btn-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.34);
}

.tanja-section .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.64);
  color: #ffffff;
  background: rgba(215, 25, 32, 0.28);
}

.tanja-section .audio-sample.is-playing {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(215, 25, 32, 0.28);
}

.tanja-profile {
  justify-self: center;
  width: min(100%, 430px);
}

.tanja-flip {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  perspective: 1200px;
  outline: none;
}

.tanja-flip-card {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.tanja-flip:hover .tanja-flip-card,
.tanja-flip.is-flipped .tanja-flip-card {
  transform: rotateY(180deg);
}

.tanja-flip:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: 6px;
  border-radius: 26px;
}

.tanja-flip-toggle {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(17, 20, 22, 0.44);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.tanja-flip-toggle:hover,
.tanja-flip-toggle:focus-visible {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(215, 25, 32, 0.82);
  transform: translateY(-1px);
}

.tanja-flip-toggle svg {
  width: 21px;
  height: 21px;
}

.tanja-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.58);
  border-radius: 24px;
  backface-visibility: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.tanja-front {
  background: #dfe6e6;
}

.tanja-front img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.tanja-front figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 7px;
  padding: 118px 28px 28px;
  color: #ffffff;
  background: linear-gradient(180deg, transparent, rgba(8, 17, 25, 0.82));
}

.tanja-front small {
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.tanja-front strong {
  font-size: 1.78rem;
  line-height: 1.1;
}

.tanja-front span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
}

.tanja-back {
  display: grid;
  place-items: center;
  padding: 24px;
  transform: rotateY(180deg);
  background:
    linear-gradient(180deg, rgba(17, 20, 22, 0.22), rgba(17, 20, 22, 0.76)),
    url("/assets/tanja/tanja.webp") center 24% / cover no-repeat;
}

.tanja-back-card {
  width: 100%;
  padding: 26px;
  border-radius: 22px;
  color: #101827;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.tanja-back-head {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.tanja-back-head > span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: rgba(215, 25, 32, 0.12);
}

.tanja-back-head svg {
  width: 30px;
  height: 30px;
}

.tanja-back-head strong,
.tanja-back-head em {
  display: block;
}

.tanja-back-head strong {
  color: #111827;
  font-size: 1.62rem;
  line-height: 1.08;
}

.tanja-back-head em {
  margin-top: 6px;
  color: #4b5563;
  font-style: normal;
  line-height: 1.35;
}

.tanja-checks {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #111827;
  list-style: none;
}

.tanja-checks li {
  position: relative;
  padding-left: 24px;
  font-size: 0.96rem;
  line-height: 1.45;
}

.tanja-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36em;
  width: 11px;
  height: 7px;
  border: solid var(--teal-dark);
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.workflow-section {
  background: var(--bg-subtle);
}

.workflow-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.workflow-rail::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 37px;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--teal-soft));
}

.workflow-step {
  position: relative;
  z-index: 1;
  min-height: 240px;
  padding: 26px;
  border-right: 1px solid var(--line);
}

.workflow-step:last-child {
  border-right: 0;
}

.workflow-step span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 50px;
  border-radius: var(--radius-sm);
  color: #ffffff;
  background: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
}

.workflow-step h3,
.feature-stack h3,
.privacy-panel h3 {
  margin: 0 0 8px;
  font-size: 1.03rem;
  line-height: 1.25;
  font-weight: 850;
}

.workflow-step p,
.feature-stack p,
.privacy-panel p,
.privacy-panel li {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.65;
}

.solution-section {
  background: #ffffff;
}

.solution-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 54px;
  align-items: start;
}

.use-case-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.table-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(120px, 0.75fr) minmax(110px, 0.65fr);
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.table-row:last-child {
  border-bottom: 0;
}

.table-row strong {
  color: var(--ink);
}

.table-head {
  min-height: 44px;
  color: var(--ink-muted);
  background: var(--surface-muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-stack {
  display: grid;
  gap: 12px;
}

.feature-stack article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-muted);
}

.feature-stack svg {
  width: 40px;
  height: 40px;
  padding: 9px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--teal-dark);
  background: #ffffff;
}

.integrations-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, var(--bg-subtle) 0%, #ffffff 100%);
}

.integrations-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 24px 58px;
  align-items: stretch;
}

.integration-copy {
  align-self: center;
}

.integration-copy h2 {
  max-width: 620px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 2.62rem;
  line-height: 1.06;
  font-weight: 900;
}

.integration-copy p {
  max-width: 590px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.75;
}

.integration-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.integration-tags span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink-soft);
  background: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
}

.integration-console {
  padding: 18px;
  border: 1px solid rgba(17, 20, 22, 0.14);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.integration-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  color: var(--ink-muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.integration-console-head > div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
}

.integration-source {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-muted);
}

.integration-source span,
.integration-targets small {
  color: var(--ink-muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.integration-source strong {
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.45;
}

.integration-targets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.integration-targets article {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.integration-targets small,
.integration-targets strong,
.integration-targets span,
.integration-note strong,
.integration-note span {
  display: block;
}

.integration-targets strong {
  margin-top: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.28;
}

.integration-targets span {
  margin-top: 7px;
  color: var(--ink-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.integration-note {
  display: grid;
  gap: 4px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--teal-soft);
}

.integration-note strong {
  color: var(--teal-dark);
  font-size: 0.82rem;
}

.integration-note span {
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

.integration-flow {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.integration-flow div {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.integration-flow small,
.integration-flow strong,
.integration-flow span {
  display: block;
}

.integration-flow small {
  margin-bottom: 10px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.integration-flow strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.2;
}

.integration-flow span {
  margin-top: 6px;
  color: var(--ink-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.ops-section {
  background: var(--bg-band);
}

.ops-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.ops-board,
.privacy-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.ops-board {
  overflow: hidden;
}

.ops-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px 18px;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.ops-row:last-child {
  border-bottom: 0;
}

.ops-row span {
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.ops-row strong,
.ops-row em {
  grid-column: 2;
}

.ops-row strong {
  font-size: 1rem;
}

.ops-row em {
  color: var(--ink-muted);
  font-size: 0.9rem;
  font-style: normal;
}

.privacy-panel {
  padding: 26px;
}

.privacy-panel ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-panel li {
  position: relative;
  padding-left: 18px;
}

.privacy-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--teal);
}

.partner-section {
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.partner-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 50px;
  align-items: start;
}

.partner-section h2,
.contact-copy h2 {
  max-width: 580px;
}

.trust-strip,
.contact-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-strip span,
.contact-notes span {
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink-soft);
  background: var(--surface-muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.faq-section {
  background: var(--bg-subtle);
}

.faq-list {
  display: grid;
  gap: 8px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 62px;
  padding: 18px 20px;
  border: 0;
  color: var(--ink);
  background: #ffffff;
  font-size: 0.98rem;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease;
}

.faq-q:hover {
  background: var(--surface-muted);
}

.faq-chevron {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  margin-left: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink-muted);
  font-size: 1rem;
  line-height: 1;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.faq-item.open .faq-chevron {
  color: var(--teal-dark);
  border-color: var(--line-strong);
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.28s ease;
}

.faq-item.open .faq-a {
  max-height: 220px;
}

.faq-a p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.contact-section {
  background: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 60px;
  align-items: start;
}

.direct-contact {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.direct-contact a {
  width: fit-content;
  color: var(--teal-dark);
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
}

.direct-contact a:hover {
  color: var(--teal);
}

.contact-link-panel {
  align-self: start;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.08), transparent 42%),
    var(--surface-muted);
  box-shadow: var(--shadow-soft);
}

.contact-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  color: var(--teal-dark);
  background: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
}

.contact-link-panel h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.62rem;
  line-height: 1.12;
}

.contact-link-panel p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.contact-link-cta {
  width: fit-content;
  margin-top: 24px;
}

.contact-link-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--ink-soft);
  list-style: none;
}

.contact-link-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.94rem;
  line-height: 1.45;
}

.contact-link-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--teal);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px var(--px);
  border-top: 1px solid var(--line);
  color: var(--ink-muted);
  background: var(--surface-muted);
  font-size: 0.84rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-brand img {
  display: block;
  width: 154px;
  height: auto;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.site-footer a {
  font-weight: 850;
  text-decoration: none;
  transition: color 0.2s ease;
}

.service-popup {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 90;
  width: min(430px, calc(100vw - 32px));
  transform: translateY(18px);
  opacity: 0;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.service-popup.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.service-popup-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(17, 20, 22, 0.14);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(17, 20, 22, 0.18);
  text-decoration: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.service-popup-kicker {
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.2;
}

.service-popup-card strong {
  max-width: 340px;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.18;
}

.service-popup-card > span:not(.service-popup-kicker):not(.service-popup-tags):not(.service-popup-cta) {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.service-popup-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 3px;
}

.service-popup-tags span {
  padding: 6px 8px;
  border: 1px solid rgba(215, 25, 32, 0.16);
  border-radius: var(--radius-sm);
  color: var(--ink-soft);
  background: rgba(215, 25, 32, 0.06);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.service-popup-cta {
  justify-self: start;
  margin-top: 5px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  color: #ffffff;
  background: var(--teal);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  transition: background 0.2s ease;
}

.service-popup-card:hover .service-popup-cta {
  background: var(--teal-dark);
}

.service-popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(17, 20, 22, 0.12);
  border-radius: 999px;
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(17, 20, 22, 0.14);
  cursor: pointer;
  font: inherit;
  font-size: 1.2rem;
  line-height: 1;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.service-popup-close:hover {
  color: #ffffff;
  background: var(--teal);
}

.service-popup-subcta {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(17, 20, 22, 0.12);
  border-radius: var(--radius-sm);
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(17, 20, 22, 0.12);
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.service-popup-subcta:hover {
  color: #ffffff;
  border-color: var(--teal);
  background: var(--teal);
}

.reiner-page {
  background: #ffffff;
}

.reiner-page .site-header {
  position: sticky;
}

.reiner-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: 58px;
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: 116px var(--px) 112px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.reiner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.86) 42%, rgba(255, 255, 255, 0.56) 100%),
    url("/assets/generated/office-it-service.webp") center / cover no-repeat;
}

.reiner-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 220px;
  background: linear-gradient(180deg, transparent, rgba(247, 247, 247, 0.96));
  pointer-events: none;
}

.reiner-hero-copy {
  max-width: 680px;
}

.reiner-partner-line {
  margin: 0 0 18px;
  color: var(--teal-dark);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.3;
}

.reiner-hero-copy h1 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 3.74rem;
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: 0;
}

.reiner-hero-copy > p:not(.reiner-partner-line) {
  max-width: 590px;
  margin: 0;
  color: #252a30;
  font-size: 1.12rem;
  line-height: 1.75;
}

.reiner-proof {
  max-width: 640px;
}

.timecard-preview {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(17, 20, 22, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.timecard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.timecard-top span {
  color: var(--ink-muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.timecard-top strong {
  color: var(--teal-dark);
  font-size: 0.92rem;
}

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

.timecard-grid article {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-muted);
}

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

.timecard-grid small {
  color: var(--ink-muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.timecard-grid strong {
  margin-top: 9px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.25;
}

.timecard-grid span {
  margin-top: 7px;
  color: var(--ink-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.timecard-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.timecard-flow span {
  display: block;
  height: 76px;
  border: 1px solid rgba(215, 25, 32, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(215, 25, 32, 0.16), rgba(215, 25, 32, 0.02)),
    #ffffff;
}

.timecard-flow span:nth-child(2) {
  height: 108px;
}

.timecard-flow span:nth-child(3) {
  height: 92px;
}

.timecard-flow span:nth-child(4) {
  height: 122px;
  background:
    linear-gradient(180deg, rgba(17, 20, 22, 0.12), rgba(17, 20, 22, 0.02)),
    #ffffff;
}

.timecard-checklist {
  display: grid;
  gap: 8px;
}

.timecard-checklist span {
  position: relative;
  padding: 12px 12px 12px 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink-soft);
  background: #ffffff;
  font-size: 0.88rem;
  font-weight: 850;
}

.timecard-checklist span::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 11px;
  height: 7px;
  border: solid var(--teal-dark);
  border-width: 0 0 2px 2px;
  transform: translateY(-65%) rotate(-45deg);
}

.reiner-intro {
  background: var(--bg-subtle);
}

.reiner-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: 56px;
  align-items: start;
}

.reiner-value-list {
  display: grid;
  gap: 12px;
}

.reiner-value-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 4px 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.reiner-value-list span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  color: #ffffff;
  background: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
}

.reiner-value-list h3,
.module-grid h3,
.reiner-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.06rem;
  line-height: 1.25;
  font-weight: 900;
}

.reiner-value-list p,
.module-grid p,
.reiner-cta p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.65;
}

.reiner-modules {
  background: #ffffff;
}

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

.module-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.06), transparent 42%),
    var(--surface-muted);
}

.module-grid p {
  margin-top: 10px;
}

.reiner-process {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-band);
}

.reiner-rail {
  box-shadow: none;
}

.reiner-cta-section {
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.09), transparent 46%),
    #ffffff;
}

.reiner-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.reiner-cta h2 {
  max-width: 620px;
  font-size: 2.18rem;
  line-height: 1.08;
}

.reiner-cta p {
  max-width: 690px;
  margin-top: 12px;
  font-size: 1rem;
}

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (max-width: 1120px) {
  :root {
    --px: 36px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 112px;
  }

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

  .hero-copy h1 {
    font-size: 3.1rem;
  }

  .workflow-rail,
  .solution-grid,
  .integrations-shell,
  .ops-grid,
  .partner-grid,
  .tanja-grid,
  .contact-grid,
  .reiner-hero,
  .reiner-two-col,
  .reiner-cta {
    grid-template-columns: 1fr;
  }

  .reiner-hero {
    min-height: auto;
    padding-top: 96px;
  }

  .reiner-hero-copy h1 {
    font-size: 3.1rem;
  }

  .reiner-cta-actions {
    justify-content: flex-start;
  }

  .tanja-section .section-head h2 {
    font-size: 3.35rem;
  }

  .workflow-rail::before {
    left: 36px;
    right: auto;
    top: 36px;
    bottom: 36px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--teal), var(--teal-soft));
  }

  .workflow-step {
    min-height: auto;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 0 18px;
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .workflow-step:last-child {
    border-bottom: 0;
  }

  .workflow-step span {
    grid-row: span 2;
    margin-bottom: 0;
  }
}

@media (max-width: 980px) and (min-width: 761px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 98px;
    gap: 8px 18px;
    padding: 10px var(--px);
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 166px;
  }

  .brand-product {
    font-size: 0.72rem;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    min-height: 38px;
    padding: 0 16px;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    gap: 22px;
    min-width: 0;
  }

  .nav a {
    font-size: 0.84rem;
    line-height: 1.15;
  }

  .hero {
    padding-top: 136px;
  }

  .hero::before {
    inset: 98px 0 0;
  }
}

@media (max-width: 760px) {
  :root {
    --px: 20px;
  }

  .site-header {
    position: sticky;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: auto;
    gap: 9px 12px;
    padding: 10px var(--px);
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 164px;
  }

  .brand-product {
    display: none;
  }

  .header-cta {
    margin-left: auto;
    min-height: 36px;
    padding: 0 14px;
  }

  .nav {
    order: 3;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 6px;
    overflow: visible;
    padding-bottom: 0;
  }

  .nav a:nth-child(1),
  .nav a:nth-child(5),
  .nav a:nth-child(6) {
    display: none;
  }

  .nav a {
    display: flex;
    justify-content: center;
    min-width: 0;
    padding: 7px 6px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    line-height: 1.1;
  }

  section[id] {
    scroll-margin-top: 112px;
  }

  .hero {
    gap: 28px;
    padding: 36px var(--px) 58px;
  }

  .hero-copy h1 {
    font-size: 2.22rem;
    line-height: 1.04;
  }

  .hero-actions {
    margin: 26px 0 18px;
  }

  .hero-copy p,
  .section-head p,
  .partner-section p,
  .contact-copy p {
    font-size: 1rem;
  }

  .section-head h2,
  .partner-section h2,
  .contact-copy h2 {
    font-size: 2rem;
  }

  .section-pad {
    padding: 76px 0;
  }

  .call-layout,
  .integration-targets,
  .integration-flow,
  .timecard-grid,
  .module-grid {
    grid-template-columns: 1fr;
  }

  .reiner-hero {
    gap: 28px;
    padding: 42px var(--px) 58px;
  }

  .reiner-hero-copy h1 {
    font-size: 2.28rem;
    line-height: 1.04;
  }

  .reiner-hero-copy > p:not(.reiner-partner-line) {
    font-size: 1rem;
  }

  .reiner-partner-line {
    font-size: 0.84rem;
  }

  .timecard-preview {
    padding: 14px;
  }

  .timecard-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .timecard-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .timecard-flow span,
  .timecard-flow span:nth-child(2),
  .timecard-flow span:nth-child(3),
  .timecard-flow span:nth-child(4) {
    height: 70px;
  }

  .reiner-value-list article {
    grid-template-columns: 40px 1fr;
    padding: 16px;
  }

  .reiner-value-list span {
    width: 36px;
    height: 36px;
  }

  .reiner-cta {
    padding: 24px;
  }

  .reiner-cta h2 {
    font-size: 1.9rem;
  }

  .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-proof div {
    padding: 10px 8px;
  }

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

  .hero-proof dd {
    font-size: 0.7rem;
    line-height: 1.28;
  }

  .waveform {
    height: 58px;
    margin: 12px 0;
  }

  .summary-panel {
    padding: 12px;
  }

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

  .task-list strong {
    font-size: 0.8rem;
  }

  .integration-copy h2 {
    font-size: 2.08rem;
  }

  .integration-console {
    padding: 14px;
  }

  .integration-targets article {
    display: grid;
    grid-template-columns: minmax(86px, 0.42fr) minmax(0, 1fr);
    gap: 4px 12px;
    padding: 12px;
  }

  .integration-targets small {
    grid-row: 1 / span 2;
    align-self: start;
  }

  .integration-targets strong,
  .integration-targets span {
    margin-top: 0;
  }

  .integration-flow {
    overflow: hidden;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
  }

  .integration-flow div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 2px 12px;
    padding: 13px 14px;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
  }

  .integration-flow div:last-child {
    border-bottom: 0;
  }

  .integration-flow small {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .integration-flow span {
    margin-top: 0;
  }

  .tanja-section .section-head h2 {
    font-size: 2.55rem;
  }

  .tanja-badge {
    margin-bottom: 22px;
  }

  .tanja-actions {
    display: grid;
  }

  .tanja-profile {
    justify-self: stretch;
    width: 100%;
  }

  .tanja-flip {
    max-width: 430px;
    margin: 0 auto;
  }

  .product-shell {
    padding: 12px;
  }

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

  .dashboard-stats {
    grid-template-columns: 1fr 1fr;
    font-size: 0.82rem;
  }

  .contact-link-panel {
    order: -1;
    padding: 24px;
  }

  .contact-link-cta {
    width: 100%;
  }

  .table-row {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: auto;
    padding: 14px;
  }

  .table-head {
    display: none;
  }

  .ops-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ops-row strong,
  .ops-row em {
    grid-column: auto;
  }

  .feature-stack article {
    grid-template-columns: 36px 1fr;
    padding: 16px;
  }

  .feature-stack svg {
    width: 36px;
    height: 36px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .service-popup {
    right: 16px;
    left: 16px;
    bottom: 16px;
    width: auto;
  }

  .service-popup-card {
    padding: 16px;
  }

  .service-popup-card strong {
    font-size: 1.06rem;
  }

  .service-popup-card > span:not(.service-popup-kicker):not(.service-popup-tags):not(.service-popup-cta) {
    font-size: 0.84rem;
  }

  .service-popup-tags {
    flex-wrap: nowrap;
    gap: 5px;
    margin-right: -2px;
    padding-bottom: 2px;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .service-popup-tags span {
    flex: 0 0 auto;
    padding: 5px 6px;
    font-size: 0.66rem;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: 2.18rem;
  }

  .hero-actions {
    display: grid;
  }

  .btn,
  .header-cta {
    width: 100%;
  }

  .header-cta {
    width: auto;
  }

  .brand-logo {
    width: 150px;
  }

  .workflow-step {
    grid-template-columns: 1fr;
  }

  .workflow-rail::before {
    display: none;
  }

  .workflow-step span {
    grid-row: auto;
    margin-bottom: 22px;
  }
}
