:root {
  --primary: #005fe8;
  --primary-dark: #0042aa;
  --secondary: #ff5a1f;
  --secondary-dark: #d84a16;
  --ink: #14243e;
  --muted: #5a6b84;
  --surface: #f5f8ff;
  --border: #dce3f2;
  --line: #d3ddee;
  --line-soft: rgba(17, 35, 67, 0.1);
  --success: #0f9d58;
  --radius: 12px;
  --shadow: 0 7px 20px rgba(16, 42, 90, 0.07);
  --intro-line-gap: 90px;
  --first-slideshow-gap: 150px;
  --slideshow-gap: 110px;
  --signature-top-extra: 150px;
  --signature-bottom-gap: 100px;
  --sweep-duration: 1500ms;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--secondary);
  background: #ffffff;
  line-height: 1.6;
}

html {
  scrollbar-color: var(--primary) rgba(0, 95, 232, 0.14);
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: rgba(0, 95, 232, 0.14);
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  backdrop-filter: none;
  border-bottom: 0;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--primary);
}

.site-header::after {
  bottom: 0;
}

.header-meta {
  position: relative;
  padding: 0.54rem 0 0.5rem;
}

.header-meta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--primary);
}

.header-meta::after {
  bottom: 0;
}

.header-meta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 2rem;
}

.header-meta-link {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", "Segoe UI", sans-serif;
  min-height: auto;
  padding: 0 0.14rem 0.06rem;
  border-radius: 0;
  color: var(--primary);
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: 0.2s ease;
}

.header-meta-link:last-child {
  margin-left: auto;
  text-align: right;
}

.header-meta-link:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
  text-decoration: none;
}

.nav-wrap {
  min-height: 118px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 0;
  transform: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: calc(86px - ((clamp(132px, 16.5vw, 208px) / 3.9363) * 0.95) - 8px);
  gap: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: var(--primary);
}

.brand img {
  width: clamp(132px, 16.5vw, 208px);
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  clip-path: inset(5% 1.4% 5% 1.4%);
  margin-bottom: -2px;
  border-radius: 0;
  box-shadow: none;
}

.main-nav {
  display: flex;
  align-items: center;
  align-self: center;
  margin-top: 0;
  margin-left: auto;
  height: auto;
  gap: 1.25rem;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.main-nav a {
  display: inline-flex;
  align-items: flex-start;
  font-family: "Inter", "Segoe UI", sans-serif;
  min-height: auto;
  padding: 0 0.14rem 0.06rem;
  border-radius: 0;
  color: var(--primary);
  font-size: 0.9rem;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  background: none;
  color: var(--primary);
  text-decoration: none;
  border-bottom-color: var(--primary);
}

.header-language-slot {
  display: flex;
  align-items: center;
  align-self: center;
  margin-left: 0.95rem;
}

.language-switcher {
  position: relative;
}

.language-switcher summary {
  list-style: none;
}

.language-switcher summary::-webkit-details-marker {
  display: none;
}

.language-switcher__summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.68rem 0.9rem;
  color: var(--primary);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 500;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 95, 232, 0.22);
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.language-switcher__summary:hover {
  box-shadow: inset 0 0 0 1px var(--primary);
  transform: translateY(-1px);
}

.language-switcher__summary::after {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.56rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 0.2s ease;
}

.language-switcher[open] .language-switcher__summary::after {
  transform: translateY(1px) rotate(-135deg);
}

.language-switcher__panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(360px, calc(100vw - 32px));
  padding: 0.95rem;
  background: #fff;
  box-shadow: 0 22px 48px rgba(14, 40, 87, 0.16);
  z-index: 240;
}

.language-switcher__title {
  margin: 0 0 0.72rem;
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.language-switcher__list {
  display: grid;
  gap: 0.36rem;
  max-height: min(58vh, 440px);
  overflow: auto;
  padding-right: 0.18rem;
}

.language-switcher__link {
  display: block;
  padding: 0.58rem 0.64rem;
  color: var(--primary);
  font-size: 0.9rem;
  line-height: 1.35;
  text-decoration: none;
  background: rgba(0, 95, 232, 0.035);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.language-switcher__link:hover {
  color: var(--primary);
  background: rgba(0, 95, 232, 0.085);
  text-decoration: none;
  transform: translateX(2px);
}

.slideshow-section {
  --sweep-bg: #fff;
  padding: var(--intro-line-gap) 0 72px;
  background: #fff;
}

.slideshow {
  margin-top: 0;
  padding: 0.2rem 0 0.35rem;
}

.slideshow-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 1.35rem;
  min-height: 252px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  color: var(--secondary);
}

.slideshow-intro-copy {
  max-width: 68ch;
}

.slideshow-intro-title {
  margin: 0;
  max-width: 38ch;
  font-size: clamp(1.5rem, 3.5vw, 2.9rem);
  line-height: 1.15;
  color: var(--primary);
}

.slideshow-intro-text {
  margin: 0.62rem 0 0;
  max-width: 66ch;
  color: var(--secondary);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.slideshow-intro-logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.slideshow-intro-logo img {
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
}

.apps-top-layout .slideshow-intro-logo-empty img {
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
  visibility: hidden;
  pointer-events: none;
}

.slideshow-heading {
  margin: 2.3rem 0 1.3rem;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.15;
  text-align: center;
}

.slideshow-intro-divider {
  width: 100vw;
  height: 2px;
  margin-top: var(--intro-line-gap);
  margin-bottom: 3.8rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--primary);
}

.slideshow-layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 2rem;
  align-items: stretch;
  margin-top: var(--first-slideshow-gap);
}

.slideshow-layout + .slideshow-layout {
  margin-top: var(--slideshow-gap);
}

.slideshow-heading-side {
  margin: 0 0 1.05rem;
  text-align: left;
}

.slideshow-copy {
  --sweep-line-width: 2px;
  padding-top: 0;
  padding-left: 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  position: relative;
  background: transparent;
  isolation: isolate;
  overflow: hidden;
}

.slideshow-copy::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--sweep-bg);
  border-right: var(--sweep-line-width) solid var(--primary);
  box-sizing: border-box;
  opacity: 1;
  will-change: width;
  z-index: 2;
}

.slideshow-copy > * {
  opacity: 1;
  -webkit-clip-path: none;
  clip-path: none;
  will-change: auto;
  background: transparent;
  position: relative;
  z-index: 1;
}

.slideshow-layout.is-visible .slideshow-copy::before {
  animation: lineSweepRightToLeft var(--sweep-duration) cubic-bezier(0.2, 0.78, 0.2, 1) forwards;
}

.slideshow-layout.is-visible .slideshow-copy > * {
  animation: none;
}

.slideshow-copy-text {
  margin: 0;
  color: var(--secondary);
  line-height: 1.8;
  text-align: left;
}

.slideshow-copy-text-compact {
  max-width: 22ch;
  text-align-last: left;
  hyphens: auto;
}

.slideshow-viewport {
  position: relative;
  min-height: 290px;
  overflow: hidden;
}

.slideshow-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 1.2rem;
  padding: 1.5rem 0.55rem;
  transition: opacity 300ms ease;
}

.slideshow-slide.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.slideshow-slide > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.slideshow-kicker {
  margin: 0;
  color: var(--secondary);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.015em;
}

.slideshow-slide h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
}

.slideshow-slide p {
  margin: 0;
  line-height: 1.78;
  color: var(--secondary);
}

.slideshow-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.slideshow-media img {
  width: min(88%, 340px);
  height: auto;
  object-fit: contain;
}

.slideshow-badge {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 800;
  color: var(--secondary);
}

.slideshow-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 1.05rem 0.55rem 0.35rem;
}

.slide-arrow {
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0.1rem 0.25rem;
  color: var(--primary);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.slide-dots {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.slide-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(0, 95, 232, 0.24);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.slide-dots button.is-active {
  transform: scale(1.18);
  background: var(--primary);
}

main {
  min-height: calc(100vh - 160px);
}

.hero {
  position: relative;
  padding: 62px 0 46px;
  overflow: hidden;
}

.hero::before,
.hero::after {
  display: none;
}

.hero::before {
  width: 290px;
  height: 290px;
  background: var(--primary);
  top: -120px;
  left: -60px;
}

.hero::after {
  width: 310px;
  height: 310px;
  background: var(--secondary);
  bottom: -150px;
  right: -70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.82rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
  color: var(--secondary);
  background: none;
}

h1,
h2,
h3 {
  margin: 0 0 0.7rem;
  line-height: 1.2;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--primary);
}

h1 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

h2 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

p {
  margin: 0 0 1rem;
}

.lead {
  color: var(--secondary);
  font-size: 1.01rem;
  max-width: 58ch;
}

.signature-section {
  text-align: center;
  margin-top: calc(2.6rem + var(--signature-top-extra));
  margin-bottom: var(--signature-bottom-gap);
}

.signature-title {
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  margin-bottom: 0.95rem;
}

.signature-subtitle {
  margin: 0;
  font-size: clamp(0.95rem, 1.8vw, 1.25rem);
  font-style: italic;
  color: var(--secondary);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
  margin-top: 1.1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.88rem;
  border-radius: 9px;
  border: 1px solid var(--line-soft);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn-primary {
  background: #fff;
  border-color: var(--primary);
  color: var(--primary);
}

.btn-primary:hover {
  background: #fff;
  transform: translateY(-1px);
  text-decoration: none;
}

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

.btn-secondary:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-1px);
  text-decoration: none;
}

.logo-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.logo-panel img {
  border-radius: 0;
}

.section {
  padding: 44px 0;
}

.section-muted {
  background: #fff;
}

.grid {
  display: grid;
  gap: 14px;
}

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

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

.card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0.3rem 0;
  box-shadow: none;
}

.card h3 {
  margin-top: 0.1rem;
}

.rubrik-card {
  position: relative;
  overflow: hidden;
}

.rubrik-card::after {
  display: none;
}

.rubrik-card:nth-child(2)::after {
  display: none;
}

.kpis {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.kpi {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
  font-size: 0.86rem;
  color: var(--secondary);
}

.kpi::before {
  content: "• ";
  color: var(--secondary);
}

.store-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.store-link {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: rgba(0, 95, 232, 0.7);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  color: var(--primary);
  padding: 0.1rem 0;
  border-radius: 0;
  border: 0;
  background: none;
  font-size: 0.88rem;
  transition: 0.18s ease;
}

.store-link:hover {
  transform: none;
  background: none;
  color: var(--primary);
  text-decoration-color: var(--primary);
  text-decoration-thickness: 2px;
}

.store-link.placeholder {
  color: var(--primary);
  font-style: italic;
}

.apps-directory-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 2.05fr);
  gap: 2rem;
  align-items: stretch;
}

.apps-directory-section {
  padding-top: 0;
}

.apps-search-panel h2 {
  margin: 0 0 0.5rem;
}

.apps-search-panel {
  padding-right: 1.3rem;
  border-right: 2px solid var(--primary);
}

.apps-search-label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--primary);
}

.apps-search-input {
  width: 100%;
  border: 2px solid var(--primary);
  border-radius: 0;
  padding: 0.52rem 0.6rem;
  color: var(--primary);
  background: transparent;
  box-shadow: none;
}

.apps-search-input::placeholder {
  color: rgba(0, 95, 232, 0.48);
  opacity: 1;
}

.apps-search-input:focus {
  outline: none;
  box-shadow: none;
}

.apps-search-hint {
  margin: 0.8rem 0 0;
  color: var(--secondary);
  font-size: 0.9rem;
}

.apps-search-status {
  margin: 0.55rem 0 0;
  color: var(--secondary);
  font-size: 0.9rem;
  min-height: 1.2em;
}

.apps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  padding-left: 1.3rem;
  align-items: stretch;
  counter-reset: app-project;
}

.app-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  gap: 1.05rem;
  align-items: stretch;
  padding: 0.95rem 0.4rem 1.05rem 1.15rem;
  background: linear-gradient(90deg, rgba(0, 95, 232, 0.085) 0, rgba(0, 95, 232, 0.032) 42%, rgba(0, 95, 232, 0) 84%);
  counter-increment: app-project;
}

.app-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22rem;
  bottom: 0.22rem;
  width: 2px;
  background: var(--primary);
}

.app-card p {
  margin: 0;
  color: var(--secondary);
  line-height: 1.6;
}

.app-card-media {
  position: relative;
  min-height: 150px;
  height: 100%;
  overflow: hidden;
}

.app-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.app-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  min-width: 0;
}

.app-card h2 {
  margin: 0;
  font-size: clamp(1.06rem, 1.8vw, 1.26rem);
  line-height: 1.22;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.app-card h2::before {
  content: counter(app-project, decimal-leading-zero);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--secondary);
}

.store-list {
  grid-template-columns: 1fr;
  gap: 0.44rem;
  margin-top: 0.65rem;
}

.app-card-actions {
  margin-top: 0.82rem;
}

.app-detail-link {
  font-size: 0.84rem;
  padding: 0.5rem 0.74rem;
}

.store-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 0.45rem;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.26em;
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.2s ease, text-decoration-color 0.2s ease, transform 0.2s ease;
}

.store-link::after {
  content: "↗";
  font-size: 0.78em;
  line-height: 1;
}

.store-link:hover {
  transform: translateX(2px);
}

.page-title {
  padding-top: 34px;
}

.product-hero-section {
  padding-top: 56px;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 2rem;
  align-items: stretch;
}

.product-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.product-kicker {
  margin: 0;
  color: var(--secondary);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

.product-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.05rem);
  line-height: 1.08;
}

.product-description {
  margin: 0;
  color: var(--secondary);
  line-height: 1.7;
  max-width: 66ch;
}

.product-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.product-proof-item {
  position: relative;
  padding: 0.68rem 0.72rem 0.72rem 0.88rem;
  background: linear-gradient(90deg, rgba(0, 95, 232, 0.09) 0, rgba(0, 95, 232, 0) 90%);
}

.product-proof-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22rem;
  bottom: 0.22rem;
  width: 2px;
  background: var(--primary);
}

.product-proof-item strong {
  display: block;
  color: var(--primary);
  font-size: 1rem;
  line-height: 1.1;
}

.product-proof-item span {
  color: var(--secondary);
  font-size: 0.81rem;
}

.product-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.52rem;
}

.product-keyword {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 600;
}

.product-keyword::before {
  content: "•";
  margin-right: 0.34rem;
  color: var(--secondary);
}

.product-benefits {
  display: grid;
  gap: 0.46rem;
}

.product-benefit-item {
  margin: 0;
  color: var(--primary);
  font-size: 0.92rem;
  font-weight: 600;
}

.product-benefit-item::before {
  content: "✓ ";
  color: var(--secondary);
}

.product-store-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.52rem 0.9rem;
}

.product-store-button {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  text-decoration: none;
  border: 2px solid rgba(0, 95, 232, 0.34);
  padding: 0.72rem 0.82rem;
  color: var(--primary);
  background: #fff;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.product-store-button strong {
  font-size: 0.92rem;
  line-height: 1.25;
}

.product-store-button span {
  color: var(--secondary);
  font-size: 0.78rem;
}

.product-store-button.is-primary {
  border-color: var(--primary);
  background: linear-gradient(90deg, rgba(0, 95, 232, 0.1) 0, rgba(0, 95, 232, 0.02) 88%);
}

.product-store-button:hover {
  transform: translateY(-1px);
  border-color: var(--primary);
  text-decoration: none;
}

.product-store-button.placeholder {
  opacity: 0.55;
  pointer-events: none;
}

.product-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.product-status {
  margin: 0;
  font-size: 0.9rem;
  color: var(--secondary);
}

.product-hero-media {
  display: grid;
  gap: 0.9rem;
}

.product-media-card {
  min-height: 310px;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(0, 95, 232, 0.08) 0, rgba(0, 95, 232, 0.02) 46%, rgba(0, 95, 232, 0) 92%);
}

.product-media-card img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
}

.product-conversion-card {
  position: relative;
  padding: 0.75rem 0.85rem 0.82rem 0.95rem;
  background: linear-gradient(90deg, rgba(0, 95, 232, 0.08) 0, rgba(0, 95, 232, 0) 86%);
}

.product-conversion-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22rem;
  bottom: 0.22rem;
  width: 2px;
  background: var(--primary);
}

.product-conversion-card h2 {
  margin: 0 0 0.36rem;
  font-size: 1.05rem;
}

.product-conversion-card p {
  margin: 0 0 0.64rem;
  color: var(--secondary);
  font-size: 0.9rem;
}

.product-step-section {
  padding-top: 0;
}

.product-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.product-step {
  position: relative;
  padding: 0.8rem 0.8rem 0.8rem 0.96rem;
  background: linear-gradient(90deg, rgba(0, 95, 232, 0.075) 0, rgba(0, 95, 232, 0) 90%);
}

.product-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22rem;
  bottom: 0.22rem;
  width: 2px;
  background: var(--primary);
}

.product-step h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.product-step p {
  margin: 0;
  color: var(--secondary);
  font-size: 0.9rem;
}

.product-related-section {
  margin-top: 0;
}

.product-related-section h2 {
  margin-bottom: 0.45rem;
}

.product-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem 0.92rem;
}

.product-related-link {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  font-weight: 600;
}

.legal-content {
  max-width: 820px;
}

.legal-content h2 {
  margin-top: 1.3rem;
}

.legal-note {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: var(--secondary);
}

form {
  display: grid;
  gap: 0.75rem;
  max-width: 760px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
textarea {
  width: 100%;
  border-radius: 0;
  border: 0;
  padding: 0.62rem 0;
  font: inherit;
  background: transparent;
  box-shadow: inset 0 -1px 0 rgba(20, 36, 62, 0.28);
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: inset 0 -2px 0 var(--primary);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.checkbox-row input[type="checkbox"] {
  margin-top: 0.22rem;
  width: 16px;
  height: 16px;
}

.form-status {
  font-size: 0.93rem;
  color: var(--secondary);
}

footer {
  border-top: 0;
  margin-top: 46px;
  padding: 20px 0;
}

.footer-row {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-row p {
  margin: 0;
  color: var(--primary);
}

.footer-links {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0.75rem 1rem;
  box-shadow: none;
  display: none;
}

.cookie-banner.active {
  display: block;
}

.cookie-banner p {
  margin: 0;
  color: var(--secondary);
}

.cookie-actions {
  margin-top: 0.76rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
}

.reveal.is-visible {
  animation: slideUp 550ms ease forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineSweepRightToLeft {
  from {
    width: 100%;
    opacity: 1;
  }

  to {
    width: 0;
    opacity: 1;
  }
}

@keyframes revealWithLineSweep {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

.admin-page {
  background: #fff;
}

.admin-hero .lead {
  max-width: 78ch;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 2.1fr);
  gap: 1.4rem;
  align-items: start;
}

.admin-sidebar {
  position: sticky;
  top: 138px;
  display: grid;
  gap: 0.8rem;
}

.admin-stat {
  position: relative;
  padding: 0.8rem 0.85rem 0.85rem 1rem;
  background: linear-gradient(90deg, rgba(0, 95, 232, 0.08) 0, rgba(0, 95, 232, 0) 78%);
}

.admin-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 2px;
  background: var(--primary);
}

.admin-stat-label {
  display: block;
  color: var(--secondary);
  font-size: 0.82rem;
  font-weight: 700;
}

.admin-stat strong {
  display: block;
  margin-top: 0.15rem;
  color: var(--primary);
  font-size: 1.2rem;
  line-height: 1.1;
}

.admin-workspace {
  display: grid;
  gap: 1rem;
}

.admin-card {
  position: relative;
  padding: 0.9rem 1rem 1rem 1.1rem;
  background: linear-gradient(90deg, rgba(0, 95, 232, 0.06) 0, rgba(0, 95, 232, 0) 86%);
}

.admin-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 2px;
  background: var(--primary);
}

.admin-card h2 {
  margin-bottom: 0.75rem;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 0.9rem;
}

.admin-form-grid label,
.admin-app-form label {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  color: var(--primary);
  font-size: 0.86rem;
}

.admin-form-grid label.full,
.admin-app-form label.full {
  grid-column: 1 / -1;
}

.admin-field,
.admin-textarea {
  width: 100%;
  border: 2px solid rgba(0, 95, 232, 0.36);
  padding: 0.52rem 0.6rem;
  color: var(--primary);
  background: #fff;
  font: inherit;
}

.admin-field:focus,
.admin-textarea:focus {
  outline: none;
  border-color: var(--primary);
}

.admin-textarea {
  min-height: 98px;
  resize: vertical;
}

.admin-css-field {
  min-height: 130px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.82rem;
  line-height: 1.5;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.admin-apps-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 0.9rem;
}

.admin-app-list {
  display: grid;
  gap: 0.42rem;
  max-height: 430px;
  overflow: auto;
  padding-right: 0.2rem;
}

.admin-app-item {
  text-align: left;
  border: 1px solid rgba(0, 95, 232, 0.28);
  background: #fff;
  color: var(--primary);
  padding: 0.54rem 0.6rem;
  cursor: pointer;
  font: inherit;
}

.admin-app-item.is-active {
  border-color: var(--primary);
  box-shadow: inset 0 0 0 1px rgba(0, 95, 232, 0.2);
}

.admin-app-item small {
  display: block;
  margin-top: 0.12rem;
  color: var(--secondary);
  font-size: 0.78rem;
  line-height: 1.35;
}

.admin-app-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 0.9rem;
}

.admin-export {
  min-height: 180px;
}

.admin-status {
  margin-top: 0.55rem;
  min-height: 1.3em;
  color: var(--secondary);
}

@media (max-width: 920px) {
  .hero-grid,
  .grid-three,
  .grid-two,
  .store-list {
    grid-template-columns: 1fr;
  }

  .apps-directory-layout,
  .apps-grid,
  .product-layout {
    grid-template-columns: 1fr;
  }

  .admin-grid,
  .admin-apps-layout,
  .admin-form-grid,
  .admin-app-form {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
  }

  .apps-search-panel {
    margin-bottom: 0.85rem;
    padding-right: 0;
    border-right: 0;
  }

  .apps-grid {
    padding-left: 0;
  }

  .app-card {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding-left: 1rem;
  }

  .app-card-media {
    min-height: 170px;
  }

  .product-hero-grid,
  .product-proof-row,
  .product-store-grid,
  .product-step-grid {
    grid-template-columns: 1fr;
  }

  .product-media-card {
    min-height: 220px;
  }

  .nav-wrap {
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    min-height: 110px;
    transform: none;
  }

  .brand img {
    width: min(40vw, 150px);
    height: auto;
  }

  .brand {
    margin-top: calc(86px - ((min(40vw, 150px) / 3.9363) * 0.95) - 8px);
  }

  .main-nav {
    margin-top: 0;
  }

  .main-nav {
    width: auto;
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap: 0.2rem;
  }

  .slideshow-viewport {
    min-height: 300px;
  }

  .slideshow {
    margin-top: 1.35rem;
  }

  .slideshow-intro-title {
    max-width: 100%;
  }

  .slideshow-intro {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    min-height: auto;
  }

  .slideshow-intro-divider {
    margin-top: 2.6rem;
    margin-bottom: 2.6rem;
  }

  .slideshow-layout {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    margin-top: 2.6rem;
  }

  .slideshow-layout + .slideshow-layout {
    margin-top: var(--slideshow-gap);
  }

  .slideshow-copy {
    padding-top: 0;
    padding-left: 0;
    overflow: visible;
  }

  .slideshow-copy::before {
    display: none;
  }

  .slideshow-copy > * {
    opacity: 1;
    -webkit-clip-path: none;
    clip-path: none;
    will-change: auto;
    animation: none;
  }

  .slideshow-heading-side {
    text-align: left;
    margin-bottom: 0.7rem;
  }

  .slideshow-copy-text-compact {
    max-width: 100%;
    text-align-last: left;
  }

  .slideshow-intro-logo {
    justify-content: flex-start;
  }

  .slideshow-intro-logo img {
    width: min(82vw, 330px);
  }

  .slideshow-slide {
    grid-template-columns: 1fr;
    gap: 0.95rem;
    padding: 1.05rem 0.35rem;
  }

  .slideshow-media {
    min-height: 92px;
  }

  .slideshow-controls {
    padding: 0.8rem 0.35rem 0.3rem;
  }

  .header-meta {
    padding: 0.42rem 0 0.38rem;
  }

  .header-meta-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.24rem;
  }

  .header-meta-link {
    font-size: 0.9rem;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .header-meta-link:last-child {
    justify-self: end;
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}


/* Link-only visual polish: apps + product */
.apps-directory-section {
  padding-bottom: 14px;
}

.apps-directory-layout {
  gap: 2.25rem;
}

.apps-search-panel {
  position: sticky;
  top: 136px;
  align-self: start;
  display: grid;
  gap: 0.58rem;
}

.apps-search-panel h2 {
  margin: 0;
  font-size: clamp(1.18rem, 2vw, 1.4rem);
  line-height: 1.2;
}

.apps-search-input {
  padding: 0.58rem 0.64rem;
  font-weight: 600;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.apps-search-input:focus {
  border-color: var(--primary-dark);
  background: rgba(0, 95, 232, 0.035);
}

.apps-search-hint {
  margin-top: 0.28rem;
  font-size: 0.92rem;
  line-height: 1.45;
}

.apps-search-status {
  margin-top: 0.35rem;
  font-weight: 600;
}

.apps-grid {
  gap: 1.6rem;
}

.apps-empty-state {
  position: relative;
  padding: 1.15rem 1rem 1.15rem 1.25rem;
  background: linear-gradient(90deg, rgba(0, 95, 232, 0.08) 0, rgba(0, 95, 232, 0.025) 45%, rgba(0, 95, 232, 0) 88%);
}

.apps-empty-state::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22rem;
  bottom: 0.22rem;
  width: 2px;
  background: var(--primary);
}

.apps-empty-state h2 {
  margin: 0 0 0.36rem;
  font-size: clamp(1.1rem, 2vw, 1.32rem);
}

.apps-empty-state p {
  margin: 0;
  color: var(--secondary);
  line-height: 1.65;
}

.app-card {
  gap: 1.2rem;
  padding: 1.04rem 0.45rem 1.12rem 1.22rem;
  background: linear-gradient(90deg, rgba(0, 95, 232, 0.09) 0, rgba(0, 95, 232, 0.038) 38%, rgba(0, 95, 232, 0) 86%);
  transition: transform 0.2s ease, background 0.2s ease;
}

.app-card:hover {
  transform: translateY(-1px);
  background: linear-gradient(90deg, rgba(0, 95, 232, 0.11) 0, rgba(0, 95, 232, 0.045) 36%, rgba(0, 95, 232, 0) 88%);
}

.app-card p {
  line-height: 1.62;
  max-width: 64ch;
}

.app-card-media {
  min-height: 166px;
}

.app-card-content {
  justify-content: flex-start;
  gap: 0.56rem;
}

.store-list {
  display: grid;
  gap: 0.4rem;
  margin-top: 0.45rem;
}

.store-link {
  font-size: 0.91rem;
  line-height: 1.35;
}

.store-link:hover {
  transform: translateX(3px);
  color: var(--primary-dark);
}

.store-link.placeholder {
  opacity: 0.68;
  font-style: italic;
  pointer-events: none;
}

.app-card-actions {
  margin-top: 0.95rem;
}

.app-detail-link {
  align-self: flex-start;
  font-size: 0.85rem;
  padding: 0.52rem 0.8rem;
}

.product-hero-section {
  padding-top: 64px;
  padding-bottom: 10px;
}

.product-hero-grid {
  gap: 2.4rem;
  align-items: start;
}

.product-hero-copy {
  gap: 1rem;
}

.product-description {
  line-height: 1.72;
  max-width: 64ch;
}

.product-proof-row {
  gap: 0.82rem;
}

.product-store-grid {
  gap: 0.66rem 0.95rem;
}

.product-store-button {
  gap: 0.2rem;
  padding: 0.75rem 0.84rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.product-store-button strong {
  font-size: 0.94rem;
  line-height: 1.28;
}

.product-store-button span {
  font-size: 0.79rem;
}

.product-store-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgba(0, 95, 232, 0.12) 0, rgba(0, 95, 232, 0.03) 92%);
}

.product-store-button.placeholder {
  opacity: 0.6;
}

.product-status {
  min-height: 1.2em;
}

.product-hero-media {
  gap: 1rem;
}

.product-conversion-card {
  padding: 0.8rem 0.9rem 0.86rem 1rem;
}

.product-conversion-card h2 {
  margin: 0 0 0.38rem;
  font-size: 1.08rem;
}

.product-conversion-card p {
  margin: 0 0 0.7rem;
  font-size: 0.91rem;
  line-height: 1.55;
}

@media (max-width: 920px) {
  .apps-search-panel {
    position: static;
  }

  .apps-grid {
    gap: 1.12rem;
  }

  .app-card {
    padding-left: 1rem;
  }

  .product-hero-section {
    padding-top: 52px;
  }
}
/* End link-only visual polish */

/* Legal readability fix */
body.legal-page {
  color: #1e3252;
}

body.legal-page .legal-content .lead,
body.legal-page .legal-content .card,
body.legal-page .legal-content p,
body.legal-page .legal-content li,
body.legal-page .legal-content ol {
  color: #1e3252 !important;
}

body.legal-page .legal-content h1,
body.legal-page .legal-content h2,
body.legal-page .legal-content h3 {
  color: #005fe8 !important;
}

body.legal-page .legal-content .card {
  background: #ffffff;
  padding: 1.1rem 0;
}

body.legal-page .legal-content p {
  margin: 0.36rem 0;
  line-height: 1.78;
  font-size: 0.99rem;
  text-indent: 0;
}

body.legal-page .legal-content ul,
body.legal-page .legal-content ol {
  margin: 0.08rem 0 0.68rem 0;
  padding-left: 0;
  list-style-position: inside;
  text-indent: 0;
}

body.legal-page .legal-content h2 {
  margin-top: 1.1rem;
}

body.legal-page .legal-content h3 {
  margin-top: 0.78rem;
}

body.legal-page .reveal,
body.legal-page .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

body.legal-page .legal-content a {
  color: #005fe8 !important;
  text-decoration: underline;
}

@media (max-width: 920px) {
  body.legal-page .legal-content .card {
    padding: 0.95rem 0;
  }

  body.legal-page .legal-content p,
  body.legal-page .legal-content li {
    font-size: 0.96rem;
    line-height: 1.72;
  }
}
/* End legal readability fix */

body.site-locked {
  overflow: hidden;
}

body.site-locked > header,
body.site-locked > main,
body.site-locked > footer,
body.site-locked > .cookie-banner {
  filter: blur(56px) saturate(0.38);
  opacity: 0.14;
  transform: scale(1.025);
  transform-origin: center top;
  pointer-events: none;
  user-select: none;
}

body.site-locked::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 180;
  background:
    radial-gradient(circle at top left, rgba(0, 95, 232, 0.11), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 90, 31, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
}

.site-shield {
  position: fixed;
  inset: 0;
  z-index: 190;
  padding: clamp(18px, 3vw, 34px);
  display: flex;
}

.site-shield-shell {
  width: min(1120px, 100%);
  min-height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(1rem, 2vw, 1.6rem);
}

.site-shield-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-shield-meta-link {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.12rem;
  transition: 0.2s ease;
}

.site-shield-meta-link:hover {
  color: var(--primary);
  text-decoration: none;
  border-bottom-color: var(--primary);
}

.site-shield-card {
  position: relative;
  align-self: center;
  width: min(860px, 100%);
  padding: clamp(1.6rem, 4vw, 2.8rem) clamp(1.35rem, 3vw, 2.5rem);
  background: linear-gradient(135deg, rgba(0, 95, 232, 0.08) 0, rgba(255, 255, 255, 0.98) 36%, rgba(255, 90, 31, 0.08) 100%);
  box-shadow: 0 24px 70px rgba(13, 42, 92, 0.14);
}

.site-shield-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  width: 2px;
  background: var(--primary);
}

.site-shield-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.site-shield-kicker {
  margin: 0 0 0.45rem;
  color: var(--secondary);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-shield-language-slot {
  display: flex;
  justify-content: flex-end;
}

.site-shield-title {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.04;
  color: var(--primary);
}

.site-shield-text {
  margin: 1rem 0 0;
  max-width: 46ch;
  color: var(--secondary);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.75;
}

.site-shield-note {
  margin: 0.8rem 0 0;
  max-width: 50ch;
  color: var(--primary);
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 600;
}

.site-shield-links {
  margin-top: 1.55rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 0.95rem;
}

.site-shield-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 0.95rem;
  color: var(--primary);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 0 0 1px rgba(0, 95, 232, 0.22);
  text-align: center;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.site-shield-link:hover {
  color: var(--primary);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px var(--primary), 0 12px 24px rgba(0, 95, 232, 0.08);
}

.language-switcher--shield .language-switcher__summary {
  background: rgba(255, 255, 255, 0.88);
}

.language-switcher--shield .language-switcher__panel {
  right: 0;
}

.legal-language-note {
  margin-bottom: 2rem;
  padding: 1rem 1.2rem;
  border-left: 2px solid var(--primary);
  background: rgba(0, 95, 232, 0.06);
}

.legal-language-note strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--primary);
}

.legal-language-note p {
  margin: 0;
  color: var(--secondary);
}

@media (max-width: 920px) {
  .header-language-slot {
    margin-left: 0.7rem;
  }

  .site-shield-shell {
    gap: 1.1rem;
  }

  .site-shield-meta {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-shield-meta-link:last-child {
    justify-self: end;
    text-align: right;
  }

  .site-shield-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .site-shield-language-slot {
    justify-content: flex-start;
  }

  .site-shield-card {
    width: 100%;
    align-self: start;
    margin-top: 4vh;
  }

  .site-shield-links {
    grid-template-columns: 1fr;
  }

  .language-switcher__panel {
    left: 0;
    right: auto;
    width: min(360px, calc(100vw - 32px));
  }
}
.header-email-stack,
.header-phone-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  width: max-content;
  text-align: center;
}

.header-email-stack {
  margin-right: auto;
}

.header-phone-stack {
  margin-left: auto;
}

.header-email-stack > a[href^="mailto:"],
.header-phone-stack > a[href^="tel:"] {
  display: inline-flex;
  justify-content: center;
  width: max-content;
}

.header-phone-asterisk {
  margin-left: 0.14rem;
  font-size: 0.68em;
  vertical-align: super;
  line-height: 1;
}

.header-phone-note {
  display: block;
  margin-top: 0.28rem;
  max-width: none;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  color: var(--primary);
  opacity: 0.72;
  font-size: clamp(0.56rem, 0.62vw, 0.68rem);
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
  align-self: center;
}

.header-phone-note::before {
  content: "* ";
}
