/* time technology next design */
:root {
  --next-ink: #111517;
  --next-panel: #181d20;
  --next-red: #d31620;
  --next-red-dark: #a90f15;
  --next-teal: #0d7e86;
  --next-line: rgba(17, 21, 23, 0.12);
  --next-shell: min(1180px, calc(100% - 44px));
  --next-sticky-offset: 88px;
  --next-font-body: "Segoe UI", Arial, Helvetica, sans-serif;
  --next-font-heading: "Segoe UI Variable Display", "Segoe UI", Arial, Helvetica, sans-serif;
}

body {
  padding-top: var(--next-sticky-offset);
  background: #f6f7f7;
  font-family: var(--next-font-body);
  overflow-x: hidden;
}

.next-section,
.onepage-topics,
.next-proof,
.next-suva,
.next-final-cta,
.next-machine-grid article,
.next-robot-copy,
.next-video-card {
  box-sizing: border-box;
}

.next-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(211, 22, 32, 0.13), transparent 30%, rgba(13, 126, 134, 0.1)),
    rgba(17, 21, 23, 0.94);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.next-header-inner {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.next-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 18px;
  color: white;
  text-decoration: none;
}

.next-brand img {
  width: 150px;
  height: 65px;
  object-fit: contain;
}

.next-brand span {
  display: inline-flex;
  padding: 8px 12px;
  border-left: 2px solid rgba(211, 22, 32, 0.92);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.next-nav > ul {
  display: flex;
  align-items: center;
  gap: 6px;
}

.next-nav .nav-item-row > a {
  min-height: 46px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 850;
}

.next-nav .nav-item-row > a:hover,
.next-nav .nav-item-row > a:focus-visible,
.next-nav .nav-item-row > a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
}

.next-nav .nav-item-row > a.nav-cta {
  padding-inline: 24px;
  color: #fff;
  background: var(--next-red);
  box-shadow: 0 12px 28px rgba(211, 22, 32, 0.25);
}

.next-nav .submenu-toggle {
  color: rgba(255, 255, 255, 0.78);
}

.next-nav .submenu {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(17, 21, 23, 0.96);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.next-nav .submenu a,
.next-nav .submenu .submenu-toggle {
  color: rgba(255, 255, 255, 0.9);
}

.next-nav .submenu a:hover,
.next-nav .submenu a:focus-visible {
  color: #fff;
  background: rgba(211, 22, 32, 0.22);
}

.page-home .site-hero {
  min-height: clamp(650px, 82vh, 860px);
  background: #111517;
}

.page-home .hero-media::after {
  background:
    radial-gradient(circle at 68% 52%, rgba(211, 22, 32, 0.16), transparent 30%),
    linear-gradient(90deg, rgba(13, 16, 18, 0.9) 0%, rgba(13, 16, 18, 0.68) 42%, rgba(13, 16, 18, 0.24) 76%),
    linear-gradient(0deg, rgba(13, 16, 18, 0.72), transparent 44%);
}

.page-home .home-hero-slide--product-render img {
  object-position: 58% center;
}

.page-home .home-hero-slide--feed img {
  object-position: 48% center;
}

.page-home .hero-grid {
  min-height: inherit;
  align-items: center;
  padding-block: clamp(70px, 8vw, 118px);
}

.page-home .hero-content {
  max-width: 980px;
}

.page-home .hero-content .eyebrow {
  color: #ff5b62;
}

.page-home .hero-content h1 {
  max-width: 12.5ch;
  color: #fff;
  font-size: clamp(3rem, 5.4vw, 5.75rem);
  letter-spacing: -0.06em;
  text-shadow: 0 20px 56px rgba(0, 0, 0, 0.42);
}

.page-home .hero-content > p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.12rem, 1.65vw, 1.38rem);
}

.home-slide-message {
  border-left-color: #ff343d;
  background: rgba(17, 21, 23, 0.72);
}

.legacy-content .onepage-topics,
.onepage-topics {
  display: grid;
  width: min(1220px, calc(100% - 44px));
  margin: -20px auto clamp(70px, 7vw, 104px) !important;
  position: relative;
  z-index: 10;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  padding: 5px;
  overflow: visible;
  border: 0px solid rgba(17, 21, 23, 0.08);
  /*backdrop-filter: blur(14px);*/
}

.page-home .legacy-content .onepage-topics,
.page-home .onepage-topics {
  position: relative;
  z-index: 1700;
}

.page-home .onepage-topics.is-fixed {
  position: fixed;
  top: var(--next-sticky-offset);
  left: 50%;
  z-index: 1950;
  width: min(1220px, calc(100% - 44px));
  margin: 0 !important;
  transform: translateX(-50%);
}

.onepage-topics-spacer {
  display: none;
}

.onepage-topics-spacer.is-active {
  display: block;
}

.onepage-topics a {
  position: relative;
  display: flex;
  min-height: 168px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 32px 10px 24px;
  overflow: hidden;
  border: 1px solid rgba(17, 21, 23, 0.1);
  border-radius: 10px;
  color: var(--next-ink);
  font-family: Poppins, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.18;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.68);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.onepage-topics a::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: 15px;
  border-radius: 10px 10px 0 0;
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.2), transparent 34%),
    var(--next-teal);
  content: "";
  transition: height 260ms ease;
}

.onepage-topics a > * {
  position: relative;
  z-index: 1;
}

.onepage-topics a span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  align-self: center;
  border-radius: 999px;
  color: #fff;
  background: var(--next-red);
  box-shadow: 0 12px 28px rgba(211, 22, 32, 0.22);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.onepage-topics a span svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
  transition: transform 180ms ease;
}

.onepage-topics a strong {
  display: block;
  font-size: clamp(0.98rem, 1.15vw, 1.18rem);
  line-height: 1.08;
}

.onepage-topics a em {
  display: block;
  color: #667176;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.45;
}

.onepage-topics a:hover,
.onepage-topics a:focus-visible,
.onepage-topics a.is-active {
  color: #fff;
  box-shadow: 0 18px 45px rgba(13, 126, 134, 0.22);
  transform: translateY(-2px);
}

.onepage-topics a:hover::before,
.onepage-topics a:focus-visible::before,
.onepage-topics a.is-active::before {
  height: 100%;
}

.onepage-topics a:hover em,
.onepage-topics a:focus-visible em,
.onepage-topics a.is-active em {
  color: rgba(255, 255, 255, 0.82);
}

.onepage-topics a:hover span,
.onepage-topics a:focus-visible span,
.onepage-topics a.is-active span {
  color: var(--next-teal);
  background: #fff;
}

.onepage-topics a:hover span svg,
.onepage-topics a:focus-visible span svg,
.onepage-topics a.is-active span svg {
  transform: translateY(4px);
}

.onepage-mobile-toggle {
  display: none;
}

#garantie,
#engineering,
#komponenten,
#suva,
#lager,
#videos,
#support {
  scroll-margin-top: 286px;
}

.back-to-top {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(22px, 4vw, 40px);
  z-index: 1800;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 34%),
    var(--next-red);
  box-shadow: 0 18px 46px rgba(211, 22, 32, 0.28);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--next-panel);
}

.back-to-top svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.legacy-content {
  background:
    radial-gradient(circle at 18% 0%, rgba(211, 22, 32, 0.08), transparent 28%),
    linear-gradient(180deg, #f7f8f8 0%, #fff 38%, #f4f6f6 100%);
  overflow: visible !important;
}

.legacy-content .next-section,
.next-section {
  width: var(--next-shell);
  margin-inline: auto !important;
  padding: clamp(58px, 6.6vw, 86px) 0 !important;
}

.next-section + .next-section {
  border-top: 1px solid rgba(17, 21, 23, 0.08);
}

.next-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
}

.page-home .next-intro {
  display: block;
  max-width: 980px;
  text-align: center;
}

.page-home .next-intro h2 {
  max-width: 17ch;
  margin-inline: auto;
}

.page-home .next-intro p {
  max-width: 860px;
  margin: 28px auto 0;
}

.next-intro h2,
.next-proof h2,
.next-split h2,
.next-components h2,
.next-support h2 {
  max-width: 15ch;
  font-size: clamp(2rem, 3.6vw, 3.85rem);
  line-height: 1.08;
}

.next-intro p,
.next-split p,
.next-components p,
.next-support p {
  color: #3c454a;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
}

.next-section-heading {
  max-width: 880px;
  margin: 0 auto clamp(34px, 5vw, 62px);
  text-align: center;
}

.next-section-heading h2,
.next-faq h2 {
  max-width: 18ch;
  margin-inline: auto;
  font-size: clamp(2rem, 3.5vw, 3.75rem);
  line-height: 1.08;
}

.next-section-heading p {
  max-width: 820px;
  margin: 24px auto 0;
  color: #3c454a;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
}

.next-home-guide {
  max-width: 1180px;
}

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

.next-guide-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--next-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(211, 22, 32, 0.06), transparent 28%),
    #fff;
  box-shadow: 0 20px 64px rgba(17, 21, 23, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.next-guide-card:hover {
  border-color: rgba(211, 22, 32, 0.28);
  box-shadow: 0 26px 82px rgba(17, 21, 23, 0.13);
  transform: translateY(-4px);
}

.next-guide-card > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  color: var(--next-red);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.next-guide-card h3 {
  max-width: 16ch;
  font-size: clamp(1.25rem, 1.85vw, 1.65rem);
  line-height: 1.1;
}

.next-guide-card p {
  color: #465055;
  line-height: 1.68;
}

.next-guide-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.next-guide-card li {
  position: relative;
  padding-left: 22px;
  color: #303a3f;
  line-height: 1.48;
}

.next-guide-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--next-red);
  content: "";
}

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

.next-machine-grid article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--next-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(17, 21, 23, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.next-machine-grid article:hover {
  border-color: rgba(211, 22, 32, 0.35);
  box-shadow: 0 28px 90px rgba(17, 21, 23, 0.16);
  transform: translateY(-5px);
}

.next-machine-grid img {
  width: calc(100% - 36px);
  aspect-ratio: 16 / 10;
  margin: 18px;
  border-radius: 22px;
  object-fit: contain;
  background: linear-gradient(135deg, #f1f3f3, #fff);
}

.next-machine-grid article > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 10px 28px 30px;
}

.next-machine-grid span {
  margin-bottom: 12px;
  color: var(--next-red);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.next-machine-grid h3 {
  font-size: clamp(1.28rem, 2vw, 1.7rem);
}

.next-machine-grid p {
  color: #4c565b;
}

.next-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 12px 22px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--next-red);
  box-shadow: 0 14px 32px rgba(211, 22, 32, 0.24);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.next-button:hover,
.next-button:focus-visible {
  color: #fff !important;
  background: var(--next-red-dark);
  box-shadow: 0 18px 42px rgba(211, 22, 32, 0.32);
  transform: translateY(-2px);
}

.next-button--dark {
  background: var(--next-panel);
  box-shadow: 0 14px 32px rgba(17, 21, 23, 0.18);
}

.next-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--next-ink);
  font-weight: 900;
  text-decoration: none !important;
}

.next-text-link::after {
  margin-left: 10px;
  color: var(--next-red);
  content: "→";
  transition: transform 180ms ease;
}

.next-text-link:hover::after,
.next-text-link:focus-visible::after {
  transform: translateX(4px);
}

.next-robot-stock {
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.next-robot-media {
  position: relative;
}

.next-robot-media::before {
  position: absolute;
  inset: -22px 24px 24px -22px;
  z-index: 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at 30% 20%, rgba(211, 22, 32, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(17, 21, 23, 0.92), rgba(17, 21, 23, 0.72));
  content: "";
}

.next-robot-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 680px;
  border-radius: 34px;
  object-fit: cover;
  object-position: 50% 48%;
  box-shadow: 0 30px 92px rgba(17, 21, 23, 0.24);
}

.next-robot-copy {
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid var(--next-line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(211, 22, 32, 0.1), transparent 28%),
    #fff;
  box-shadow: 0 24px 76px rgba(17, 21, 23, 0.1);
}

.next-robot-copy h2,
.next-video-feature h2 {
  max-width: 16ch;
  font-size: clamp(1.95rem, 3.3vw, 3.55rem);
  line-height: 1.08;
}

.next-robot-copy p,
.next-video-feature p {
  color: #3c454a;
  font-size: clamp(1.04rem, 1.35vw, 1.18rem);
}

.next-robot-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.next-robot-copy li {
  position: relative;
  padding-left: 28px;
  color: #273136;
  font-weight: 750;
}

.next-robot-copy li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--next-red);
  content: "";
}

.next-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  margin-top: 30px;
}

.next-video-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.next-local-video {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background: var(--next-panel);
  box-shadow: 0 28px 90px rgba(17, 21, 23, 0.2);
}

.next-local-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111517;
  object-fit: cover;
}

.next-local-video figcaption {
  padding: 16px 20px 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.next-video-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.next-video-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(211, 22, 32, 0.18);
  border-radius: 999px;
  background: rgba(211, 22, 32, 0.08);
  color: var(--next-red-dark);
  font-weight: 850;
}

.next-video-library {
  display: grid;
  gap: 24px;
}

.next-video-card {
  display: grid;
  grid-template-columns: minmax(340px, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--next-line);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 76px rgba(17, 21, 23, 0.1);
}

.next-video-card .next-local-video {
  box-shadow: none;
}

.next-video-card h2 {
  font-size: clamp(1.95rem, 3.2vw, 3.35rem);
}

.next-video-card p {
  color: #3c454a;
  font-size: clamp(1.02rem, 1.3vw, 1.16rem);
}

.legacy-content .next-proof,
.next-section.next-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: clamp(36px, 5.5vw, 82px);
  align-items: center;
  padding: clamp(56px, 6.5vw, 92px) clamp(42px, 6vw, 78px) !important;
  border: 0 !important;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #c9161d, #7b090e);
  box-shadow: 0 28px 90px rgba(201, 22, 29, 0.22);
}

.next-proof > div {
  max-width: 620px;
}

.next-proof h2 {
  max-width: 11ch;
  font-size: clamp(2.25rem, 3.7vw, 4.15rem);
  line-height: 1.06;
}

.next-proof p {
  max-width: 560px;
  margin-top: 22px;
  line-height: 1.7;
}

.next-proof ul {
  align-self: center;
  max-width: 480px;
}

.next-proof .eyebrow,
.next-proof h2,
.next-proof p,
.next-proof li {
  color: #fff;
}

.next-proof ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-proof li {
  padding: 16px 0 16px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
}

.next-proof li::before {
  position: absolute;
  top: 24px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.next-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
}

.next-split-media {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 28px 82px rgba(17, 21, 23, 0.16);
  background: #eef0f0;
}

.next-split-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.next-split-media--engineering img {
  object-position: 54% center;
}

.next-media-note {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 16px 18px 17px;
  border-left: 5px solid var(--next-red);
  border-radius: 20px;
  color: #fff;
  background: rgba(17, 21, 23, 0.82);
}

.next-media-note strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--next-font-heading);
  font-size: 1.08rem;
  font-weight: 850;
}

.next-media-note span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.45;
}

.next-mini-grid,
.next-component-grid,
.next-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.next-mini-grid span,
.next-component-grid span,
.next-service-list span {
  display: flex;
  min-height: 60px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--next-line);
  border-radius: 16px;
  background: #fff;
  font-weight: 850;
}

.next-mini-grid span::before,
.next-component-grid span::before,
.next-service-list span::before {
  width: 8px;
  height: 8px;
  margin-right: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--next-red);
  content: "";
}

.next-components {
  max-width: 1180px;
}

.next-components h2,
.next-components p {
  max-width: 920px;
}

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

.next-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.next-process article {
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--next-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 58px rgba(17, 21, 23, 0.08);
}

.next-process strong {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 18px;
  color: #fff;
  background: var(--next-teal);
  font-family: Poppins, sans-serif;
  font-size: 1.55rem;
}

.next-suva {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: clamp(34px, 5vw, 58px);
  border: 0 !important;
  border-radius: 30px;
  background:
    linear-gradient(135deg, #08b8c6 0%, #08b8c6 74%, #e9f2ff 74%, #e9f2ff 100%);
  box-shadow: 0 20px 60px rgba(0, 166, 184, 0.18);
}

.next-suva-badge {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: #0056b3;
  font-weight: 950;
}

.next-suva h2,
.next-suva p {
  max-width: 780px;
}

.next-support {
  padding-bottom: clamp(90px, 10vw, 140px);
}

.next-service-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.next-service-list span {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.next-service-list span::before {
  position: absolute;
}

.next-service-list span strong,
.next-service-list span small {
  display: block;
  padding-left: 20px;
}

.next-service-list span strong {
  color: var(--next-ink);
  font-size: 0.98rem;
  line-height: 1.15;
}

.next-service-list span small {
  color: var(--next-muted);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.45;
}

.next-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 34px;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(211, 22, 32, 0.32), transparent 32%),
    var(--next-panel);
  box-shadow: 0 26px 84px rgba(17, 21, 23, 0.18);
}

.next-final-cta strong {
  max-width: 18ch;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.1;
}

.next-faq {
  max-width: 1120px;
}

.next-faq > .eyebrow,
.next-faq h2 {
  text-align: center;
}

.next-faq-list {
  display: grid;
  gap: 0;
  margin-top: clamp(28px, 4vw, 48px);
  border-top: 1px solid var(--next-line);
}

.next-faq details {
  border-bottom: 1px solid var(--next-line);
}

.next-faq summary {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  padding: 18px 62px 18px 0;
  color: var(--next-ink);
  font-family: Poppins, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.next-faq summary::-webkit-details-marker {
  display: none;
}

.next-faq summary::after {
  position: absolute;
  right: 6px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  color: var(--next-red);
  background: rgba(211, 22, 32, 0.08);
  content: "+";
  font-size: 1.65rem;
  line-height: 1;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.next-faq details[open] summary::after {
  color: #fff;
  background: var(--next-red);
  content: "–";
  transform: rotate(180deg);
}

.next-faq details p {
  max-width: 900px;
  margin: -4px 0 26px;
  color: #475156;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.72;
}

.next-home-red-cta {
  color: #fff;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #d31620, #97080e);
}

.next-home-red-cta-inner {
  display: grid;
  width: var(--next-shell);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  padding: clamp(58px, 7vw, 94px) 0;
}

.next-home-red-cta .eyebrow,
.next-home-red-cta h2,
.next-home-red-cta p {
  color: #fff;
}

.next-home-red-cta h2 {
  max-width: 17ch;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 1.06;
}

.next-home-red-cta p {
  max-width: 680px;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.68;
}

.next-home-red-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
  justify-content: flex-end;
}

.next-button--light {
  color: var(--next-ink) !important;
  background: #fff;
  box-shadow: 0 18px 42px rgba(17, 21, 23, 0.16);
}

.next-button--light:hover,
.next-button--light:focus-visible {
  color: #fff !important;
  background: var(--next-panel);
}

.next-text-link--light {
  color: #fff;
}

.next-text-link--light::after {
  color: #fff;
}

.next-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.legacy-content .next-section.next-testimonials,
.next-section.next-testimonials {
  width: 100% !important;
  max-width: none;
  margin-inline: 0 !important;
  padding: clamp(72px, 7vw, 104px) max(22px, calc((100vw - 1160px) / 2)) !important;
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(17, 21, 23, 0.04), rgba(17, 21, 23, 0) 20%),
    radial-gradient(circle at 18% 22%, rgba(211, 22, 32, 0.08), transparent 34%),
    #eef0f1;
  clip-path: none;
}

.next-testimonial-heading {
  max-width: 760px;
  margin: 0 auto clamp(32px, 4.6vw, 58px);
  text-align: center;
}

.next-testimonial-heading h2 {
  max-width: 18ch;
  margin: 0 auto;
  font-size: clamp(1.95rem, 3.2vw, 3.45rem);
  line-height: 1.08;
}

.next-testimonial-heading p {
  max-width: 680px;
  margin: 18px auto 0;
  color: #465055;
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  line-height: 1.6;
}

.next-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
  max-width: 1160px;
  margin-inline: auto;
}

.next-testimonial-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(17, 21, 23, 0.05);
  background: #fff;
  box-shadow: 0 18px 46px rgba(17, 21, 23, 0.04);
}

.next-testimonial-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.next-testimonial-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 44px 32px 52px;
  text-align: center;
}

.next-testimonial-card h3 {
  max-width: 22ch;
  margin: 0 0 18px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.45;
}

.next-testimonial-card p {
  max-width: 27ch;
  margin: 0 auto;
  color: #111517;
  line-height: 1.58;
}

.next-testimonial-card::after {
  display: block;
  height: 4px;
  margin-top: auto;
  background: #ff647e;
  content: "";
}

.next-testimonial-card--teal::after {
  background: #00b3a8;
}

.next-testimonial-card--violet::after {
  background: #7d80e8;
}

.contact-band {
  display: none;
}

@media (max-width: 1040px) {
  :root {
    --next-sticky-offset: 74px;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .next-brand span {
    display: none;
  }

  .next-nav-toggle {
    display: inline-flex;
  }

  .next-nav {
    position: fixed;
    top: 74px;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(390px, 100vw);
    height: calc(100dvh - 74px);
    max-width: 100vw;
    padding: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    background:
      linear-gradient(180deg, rgba(28, 33, 36, 0.98), rgba(12, 16, 18, 0.98));
    box-shadow: -28px 0 70px rgba(0, 0, 0, 0.34);
  }

  .next-nav::before {
    top: 74px;
    right: min(390px, 100vw);
    background: rgba(0, 0, 0, 0.54);
  }

  .next-nav > ul,
  .primary-nav.next-nav > ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }

  .next-nav > ul > li,
  .primary-nav.next-nav > ul > li {
    border: 0;
  }

  .next-nav .nav-item-row {
    width: 100%;
  }

  .next-nav .nav-item-row > a {
    justify-content: flex-start;
    min-height: 52px;
    padding: 13px 14px;
    border-radius: 16px;
    white-space: normal;
  }

  .next-nav .nav-item-row > a.nav-cta {
    justify-content: center;
    margin: 10px 0 0;
  }

  .next-nav .submenu-toggle {
    width: 48px;
    min-width: 48px;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.86);
  }

  .next-nav .submenu {
    position: static;
    display: none;
    visibility: visible;
    width: 100%;
    max-width: 100%;
    margin: 4px 0 8px;
    padding: 8px !important;
    opacity: 1;
    transform: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.06);
  }

  .next-nav .has-submenu:hover > .submenu,
  .next-nav .has-submenu:focus-within > .submenu {
    display: none;
  }

  .next-nav .has-submenu.submenu-open > .submenu {
    display: grid;
    gap: 4px;
  }

  .next-nav .submenu .submenu-nested {
    width: 100%;
    padding: 6px 0 6px 12px !important;
  }

  .next-nav .submenu a {
    min-height: 44px;
    border-radius: 12px;
    white-space: normal;
  }

  .legacy-content .onepage-topics,
  .onepage-topics,
  .next-machine-grid,
  .next-guide-grid,
  .next-testimonial-grid,
  .next-intro,
  .next-proof,
  .next-split,
  .next-process,
  .next-service-list,
  .next-video-feature,
  .next-video-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .legacy-content .onepage-topics,
  .page-home .onepage-topics {
    top: var(--next-sticky-offset);
  }

  .next-suva {
    grid-template-columns: 1fr;
  }

  .next-home-red-cta-inner {
    grid-template-columns: 1fr;
  }

  .next-home-red-cta-actions {
    justify-content: flex-start;
  }

  .next-robot-stock {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --next-shell: min(100% - 32px, 1180px);
    --next-sticky-offset: 74px;
  }

  .next-header-inner {
    min-height: 74px;
  }

  .next-brand img {
    width: 126px;
    height: 55px;
  }

  .page-home .site-hero {
    min-height: 720px;
  }

  .page-home .hero-content h1 {
    font-size: clamp(2.55rem, 12vw, 4.15rem);
  }

  .next-machine-grid,
  .next-guide-grid,
  .next-testimonial-grid,
  .next-intro,
  .next-proof,
  .next-split,
  .next-mini-grid,
  .next-component-grid,
  .next-process,
  .next-service-list,
  .next-video-feature,
  .next-video-card {
    grid-template-columns: 1fr;
  }

  .legacy-content .onepage-topics,
  .onepage-topics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: min(100%, 440px);
    max-width: calc(100% - 28px);
    margin: 0 auto 42px !important;
    padding: 0 52px 0 0;
    overflow: visible;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .page-home .onepage-topics.is-fixed {
    left: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 10px 64px 10px 12px;
    overflow: visible;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 247, 0.98));
    box-shadow: 0 18px 48px rgba(17, 21, 23, 0.1);
    transform: none;
  }

  .page-home .onepage-topics.is-fixed.is-open {
    max-height: calc(100vh - var(--next-sticky-offset) - 12px);
    overflow-y: auto;
  }

  .onepage-topics a {
    width: 100%;
    min-width: 0;
    min-height: 64px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 14px 10px 10px;
    border: 1px solid rgba(17, 21, 23, 0.1);
    border-radius: 999px;
    scroll-snap-align: start;
    font-size: 0.88rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 26px rgba(17, 21, 23, 0.06);
  }

  .onepage-topics:not(.is-open) {
    display: flex;
    width: min(100%, 440px);
    min-height: 58px;
    justify-content: flex-end;
    padding: 0 14px 0 0;
  }

  .page-home .onepage-topics.is-fixed:not(.is-open) {
    width: 100%;
    min-height: 58px;
    padding: 8px 14px 8px 0;
    background: rgba(255, 255, 255, 0.98);
  }

  .onepage-topics:not(.is-open) a {
    display: none;
  }

  .onepage-mobile-toggle {
    position: relative;
    top: auto;
    right: 0;
    z-index: 4;
    display: inline-flex;
    width: 46px;
    min-height: 64px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 4px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--next-red);
    box-shadow: 0 14px 30px rgba(211, 22, 32, 0.22);
    font: 800 0.66rem/1 var(--next-font-heading);
    cursor: pointer;
    transform: none;
  }

  .onepage-topics.is-open .onepage-mobile-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-home .onepage-topics.is-fixed .onepage-mobile-toggle {
    right: 12px;
  }

  .onepage-mobile-toggle-icon {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
  }

  .onepage-mobile-toggle svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.8;
    transition: transform 180ms ease;
  }

  .onepage-topics.is-open .onepage-mobile-toggle svg {
    transform: rotate(180deg);
  }

  .onepage-mobile-toggle-label {
    white-space: nowrap;
  }

  .onepage-topics a::before {
    height: 100%;
    opacity: 0;
    border-radius: inherit;
  }

  .onepage-topics a:hover::before,
  .onepage-topics a:focus-visible::before,
  .onepage-topics a.is-active::before {
    opacity: 1;
  }

  .onepage-topics a span {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-self: center;
    font-size: 0.68rem;
  }

  .onepage-topics a span svg {
    width: 18px;
    height: 18px;
  }

  .onepage-topics a strong {
    max-width: 132px;
    font-size: 0.86rem;
    line-height: 1.08;
  }

  .onepage-topics a em {
    display: none;
  }

  .back-to-top {
    right: 16px;
    bottom: 74px;
    width: 50px;
    height: 50px;
  }

  #garantie,
  #engineering,
  #komponenten,
  #suva,
  #lager,
  #videos,
  #support {
    scroll-margin-top: 210px;
  }

  /*
   * The main responsive grid switch stays below the onepage strip rules so
   * the strip can remain a horizontal mini menu on small screens.
   */
  .next-machine-grid,
  .next-guide-grid,
  .next-testimonial-grid,
  .next-intro,
  .next-proof,
  .next-split,
  .next-mini-grid,
  .next-component-grid,
  .next-process,
  .next-service-list,
  .next-video-feature,
  .next-video-card {
    grid-template-columns: 1fr;
  }

  /*
   * Keep legacy selector strength from turning the strip into a full page
   * stacked card list again.
   */
  .legacy-content .onepage-topics {
    grid-template-columns: none;
  }

  /*
   * Existing section rules below intentionally no longer include
   * .onepage-topics.
   */
  /*
  .legacy-content .onepage-topics,
  .onepage-topics,
  .next-machine-grid,
  .next-intro,
  .next-proof,
  .next-split,
  .next-mini-grid,
  .next-component-grid,
  .next-process,
  .next-service-list,
  .next-video-feature,
  .next-video-card {
    grid-template-columns: 1fr;
  }
  */

  .next-video-feature,
  .next-video-card {
    gap: 22px;
  }

  .legacy-content .next-proof,
  .next-section.next-proof {
    padding: 34px 22px !important;
    border-radius: 26px;
  }

  .next-proof li {
    padding-left: 20px;
  }

  .next-suva,
  .next-final-cta,
  .next-robot-copy,
  .next-video-card {
    padding-inline: 18px;
  }

  .next-testimonial-card {
    min-height: auto;
  }

  .next-testimonial-card > div {
    padding: 34px 24px 42px;
  }

  .next-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

.hidden {
  display: none !important;
}

.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 2600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(17, 21, 23, 0.68);
}

.callback-card {
  position: relative;
  width: min(680px, 100%);
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  border: 1px solid rgba(17, 21, 23, 0.12);
  border-radius: 26px;
  background: #fff;
  padding: clamp(28px, 5vw, 52px);
}

.callback-card h2 {
  margin: 16px 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.callback-card > p {
  margin: 0 0 28px;
  color: #5d676c;
  font-size: 1.08rem;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: var(--next-ink);
  background: #f0f2f3;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

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

.callback-card label {
  display: grid;
  gap: 8px;
  color: var(--next-ink);
  font-weight: 800;
}

.callback-card input:not([type="checkbox"]) {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(17, 21, 23, 0.2);
  border-radius: 10px;
  padding: 0 16px;
  color: var(--next-ink);
  background: #fff;
  font: inherit;
}

.callback-card input:focus {
  border-color: var(--next-red);
  outline: 2px solid rgba(211, 22, 32, 0.16);
  outline-offset: 2px;
}

.callback-check {
  display: flex !important;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 12px !important;
  margin: 26px 0 22px;
}

.callback-check input {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 2px;
}

.callback-check a {
  color: var(--next-red);
}

@media (max-width: 720px) {
  .callback-modal {
    align-items: flex-end;
    padding: 14px;
  }

  .callback-card {
    max-height: calc(100vh - 28px);
    border-radius: 22px;
  }

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

  .next-media-note {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 0 0 22px 22px;
  }
}

/*
 * Finish pass: no decorative shadows and no external-font dependency.
 * The site now relies on safe system fonts that exist on visitor devices.
 */
*,
*::before,
*::after {
  box-shadow: none !important;
  text-shadow: none !important;
}

body,
input,
textarea,
select,
button {
  font-family: var(--next-font-body) !important;
}

h1,
h2,
h3,
h4,
.next-header,
.onepage-topics,
.next-button,
.next-button-secondary,
.eyebrow,
.next-testimonial-card strong {
  font-family: var(--next-font-heading) !important;
}

h1,
h2,
h3 {
  letter-spacing: -0.035em;
  font-weight: 800;
}

/*
 * Final pass for the FTP-ready variant.
 * Keep the industrial dark/red language and make anchor navigation visually
 * calmer and more reliable.
 */
:root {
  --next-teal: #20272a;
  --next-font-body: "Aptos", "Segoe UI", Arial, Helvetica, sans-serif;
  --next-font-heading: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", Arial, Helvetica, sans-serif;
}

.page-home .hero-content h1 {
  max-width: 13ch;
  font-size: clamp(2.85rem, 5vw, 5.25rem);
}

.page-home .hero-content > p {
  max-width: 820px;
}

.onepage-topics a {
  background: rgba(255, 255, 255, 0.9);
}

.onepage-topics a::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent),
    #20272a;
}

.onepage-topics a:hover,
.onepage-topics a:focus-visible,
.onepage-topics a.is-active {
  color: #fff;
  background: #20272a;
  transform: none;
}

.onepage-topics a:hover span,
.onepage-topics a:focus-visible span,
.onepage-topics a.is-active span {
  color: #20272a;
  background: #fff;
}

.onepage-topics a:hover em,
.onepage-topics a:focus-visible em,
.onepage-topics a.is-active em {
  color: rgba(255, 255, 255, 0.78);
}

.next-section.next-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  padding: clamp(56px, 7vw, 88px) clamp(34px, 5vw, 74px);
}

.next-proof > div {
  max-width: 560px;
}

.next-proof h2 {
  font-size: clamp(2.7rem, 5.8vw, 5.1rem);
  line-height: 0.98;
}

.next-proof p {
  max-width: 52ch;
}

.next-proof ul {
  width: 100%;
  max-width: 590px;
}

.next-suva {
  color: #fff;
  background:
    linear-gradient(135deg, #20272a 0%, #20272a 72%, #eef1f4 72%, #eef1f4 100%);
}

.next-suva .eyebrow,
.next-suva h2,
.next-suva p {
  color: #fff;
}

.next-suva-badge {
  background: var(--next-red);
}

@media (max-width: 920px) {
  .next-section.next-proof {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 24px;
  }

  .next-proof h2 {
    font-size: clamp(2.35rem, 12vw, 4.2rem);
  }
}

@media (max-width: 720px) {
  .page-home .hero-content h1 {
    font-size: clamp(2.6rem, 14vw, 4.25rem);
  }

  .onepage-topics a::before {
    height: 8px;
  }

  .onepage-topics a:hover::before,
  .onepage-topics a:focus-visible::before,
  .onepage-topics a.is-active::before {
    height: 100%;
  }
}

@media (min-width: 921px) {
  .page-home .onepage-topics.is-fixed {
    width: min(1160px, calc(100% - 44px));
    gap: 4px;
    align-items: stretch;
  }

  .page-home .onepage-topics.is-fixed a {
    min-height: 122px;
    padding: 26px 12px 14px;
    gap: 6px;
    border-radius: 8px;
    overflow: hidden;
  }

  .page-home .onepage-topics.is-fixed a::before {
    height: 10px;
  }

  .page-home .onepage-topics.is-fixed a:hover::before,
  .page-home .onepage-topics.is-fixed a:focus-visible::before,
  .page-home .onepage-topics.is-fixed a.is-active::before {
    height: 100%;
  }

  .page-home .onepage-topics.is-fixed a span {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 28px;
    height: 28px;
    margin: 0;
  }

  .page-home .onepage-topics.is-fixed a span svg {
    width: 14px;
    height: 14px;
  }

  .page-home .onepage-topics.is-fixed a strong {
    padding-right: 34px;
    font-size: clamp(0.88rem, 0.9vw, 1rem);
    line-height: 1.05;
  }

  .page-home .onepage-topics.is-fixed a em {
    font-size: 0.76rem;
    line-height: 1.3;
  }
}
